'bzr-buildpackage --merge' fails needlessly when there are no 'source' URIs in sources.list
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-builddeb |
Fix Released
|
High
|
Muharem Hrnjadovic |
Bug Description
Having just placed an upstream tarball in my tarballs directory, I was somewhat surprised to receive the following error. Better behaviour would be to try subsequent tarball sources.
$ bzr-buildpackage --merge
Building using working tree
Running in merge mode
Looking for a way to retrieve the upstream tarball
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/home/
return the_callable(*args, **kwargs)
File "/home/
ret = run(*run_argv)
File "/home/
return self.run(
File "/home/
builder.
File "/home/
self.
File "/home/
self.
File "/home/
tarball = self.upstream_
File "/home/
elif self.provide_
File "/home/
target_dir)
File "/home/
sources = apt_pkg.
SystemError: E:You must put some 'source' URIs in your sources.list
bzr 1.14dev on python 2.5.4 (linux2)
arguments: ['/home/
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_GB.UTF-8'
plugins:
builddeb /home/dwa/
bzrtools /home/dwa/
fastimport /home/dwa/
gtk /home/dwa/
launchpad /home/dwa/
loom /home/dwa/
netrc_
rebase /home/dwa/
stats /home/dwa/
svn /home/dwa/
upload /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.
Changed in bzr-builddeb: | |
importance: | Undecided → High |
status: | New → Triaged |
Changed in bzr-builddeb: | |
status: | Triaged → In Progress |
assignee: | nobody → Muharem Hrnjadovic (al-maisan) |
Changed in bzr-builddeb: | |
status: | In Progress → Fix Committed |
Changed in bzr-builddeb: | |
status: | Fix Committed → Fix Released |
On Wed, 2009-05-13 at 09:05 +0000, Daniel Watkins wrote:
> Public bug reported:
>
> Having just placed an upstream tarball in my tarballs directory, I was
> somewhat surprised to receive the following error. Better behaviour
> would be to try subsequent tarball sources.
Thanks, I'll fix this.
James