Upgrading a repository fails with 'Inter1and2Helper' object has no attribute 'source_repo'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
Critical
|
Andrew Bennetts | ||
2.2 |
Fix Released
|
Critical
|
Unassigned | ||
Launchpad itself |
Fix Released
|
High
|
Aaron Bentley | ||
bzr (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Maverick |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
using bazaar 2.2.0 on Ubuntu Maverick. No additional plugins installed.
renate@ubuntu:~$ bzr upgrade lp:~aptdaemon-developers/aptdaemon/0.3
Enter passphrase for key '/home/
starting upgrade of bzr+ssh:
making backup of bzr+ssh:
to bzr+ssh:
starting repository conversion
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/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
upgrade(url, format)
File "/usr/lib/
Convert(url, format)
File "/usr/lib/
self.convert()
File "/usr/lib/
self.bzrdir = converter.
File "/usr/lib/
converter.
File "/usr/lib/
self.
File "/usr/lib/
return InterRepository
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
self.
File "/usr/lib/
find_
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
find_
File "/usr/lib/
self.__fetch()
File "/usr/lib/
self.
File "/usr/lib/
stream, from_format, [])
File "/usr/lib/
is_resume)
File "/usr/lib/
for substream_type, substream in stream:
File "/usr/lib/
for _ in self._generate_
File "/usr/lib/
self.
File "/usr/lib/
graph = self.source_
AttributeError: 'Inter1and2Helper' object has no attribute 'source_repo'
You can report this problem to Bazaar's developers by running
apport-bug /var/crash/
if a bug-reporting window does not automatically appear.
Related branches
- Martin Pool: Approve
-
Diff: 133 lines (+30/-10)4 files modifiedNEWS (+6/-0)
bzrlib/fetch.py (+5/-4)
bzrlib/tests/per_interrepository/__init__.py (+14/-3)
bzrlib/tests/test_selftest.py (+5/-3)
- Henning Eggers (community): Approve (code)
-
Diff: 12 lines (+1/-1)1 file modifiedversions.cfg (+1/-1)
Changed in launchpad-code: | |
status: | New → Triaged |
importance: | Undecided → High |
tags: | added: bazaar upgrade |
Changed in bzr: | |
milestone: | none → 2.3b1 |
status: | In Progress → Fix Released |
tags: |
added: verification-done removed: verification-needed |
Changed in launchpad-code: | |
assignee: | nobody → Ian Booth (wallyworld) |
status: | Triaged → In Progress |
Changed in launchpad-code: | |
assignee: | Ian Booth (wallyworld) → Aaron Bentley (abentley) |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-code: | |
status: | Fix Committed → Fix Released |
my bzr.log