AssertionError in provide during builddeb
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-builddeb |
Fix Released
|
High
|
Jelmer Vernooij |
Bug Description
I was building a package from bazaar by
bzr bd --split --dont-purge lp:~adana-team/adana/marvell-restricted-extras
The build host was Marvell's Dove X0 board, running Lucid . (This is ARM board)
Second time command succeeded, but it seems that tar was already downloaded first time
"Looking for a way to retrieve the upstream tarball
Upstream tarball already exists in build directory, using that"
This is the error message from the first run
Need to get 2,115B of source archives.
Get: 1 https:/
Fetched 2,115B in 2s (800B/s)
bzr: ERROR: exceptions.
*** Bazaar has encountered an internal error. This probably indicates a
bug in Bazaar. You can help us fix it by filing a bug report at
https:/
attaching the crash file
and including a description of the problem.
The crash file is plain text and you can inspect or edit it to remove
private information.
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/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
builder.
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
assert path is not None
AssertionError
Related branches
- James Westby: Approve
-
Diff: 58 lines (+11/-5)2 files modifieddebian/changelog (+3/-1)
upstream.py (+8/-4)
tags: | added: udd |
description: | updated |
summary: |
- bzr: ERROR: exceptions.AssertionError: + AssertionError in provide during builddeb |
affects: | bzr → bzr-builddeb |
Changed in bzr-builddeb: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzr-builddeb: | |
status: | In Progress → Fix Committed |
Changed in bzr-builddeb: | |
milestone: | none → 2.7 |
Changed in bzr-builddeb: | |
status: | Fix Committed → Fix Released |
James said '
This looks like it might be because the downloaded filename is different
to the version, but I'm not entirely sure.
Thanks for the pointer to the branch to reproduce.
Thanks,' on another related bug.