bzr-builddeb fails to import-dsc a package (TypeError)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-builddeb |
Fix Released
|
High
|
Unassigned | ||
bzr-builddeb (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
For some reason bzr-builddeb fails to import bcfg2 packages since 0.9.3-1 version. Below are the commands needed to reproduce. Tested with packaged version from ubuntu jaunty: 2.1.2~ubuntu1
ressu@denial:
Created a standalone tree (format: pack-0.92)
ressu@denial:
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
self.
File "/usr/lib/
db.
File "/usr/lib/
upstream_
File "/usr/lib/
upstream_
File "/usr/lib/
upstream_
File "/usr/lib/
export(tree, dest, format='dir')
File "/usr/lib/
return _exporters[
File "/usr/lib/
return func(tree, dest, root, subdir)
File "/usr/lib/
os.
TypeError: coercing to Unicode: need string or buffer, NoneType found
bzr 1.13.1 on python 2.6.2 (linux2)
arguments: ['/usr/bin/bzr', 'import-dsc', 'http://
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'fi_FI.UTF-8'
plugins:
builddeb /usr/lib/
bzrtools /usr/lib/
gtk /usr/lib/
launchpad /usr/lib/
netrc_
rebase /usr/lib/
search /usr/lib/
stats /usr/lib/
svn /usr/lib/
*** Bazaar has encountered an internal error.
Please report a bug at https:/
including this traceback, and a description of what you
were doing when the error occurred.
Related branches
Changed in bzr-builddeb: | |
importance: | Undecided → High |
status: | New → Triaged |
Changed in bzr-builddeb (Ubuntu): | |
importance: | Undecided → High |
status: | New → Triaged |
Changed in bzr-builddeb: | |
milestone: | none → 2.2 |
status: | Triaged → Fix Committed |
Changed in bzr-builddeb: | |
status: | Fix Committed → Fix Released |
On Tue, 2009-04-21 at 15:07 +0000, Sami Haahtinen wrote:
> Public bug reported:
>
> For some reason bzr-builddeb fails to import bcfg2 packages since
> 0.9.3-1 version. Below are the commands needed to reproduce. Tested with
> packaged version from ubuntu jaunty: 2.1.2~ubuntu1
> TypeError: coercing to Unicode: need string or buffer, NoneType found
Hmm, I think I know why this is, but I thought that it was fixed. I'll
investigate.
Thanks,
James