"AssertionError: name u'COMPILING' already in parent" in _generate_inventory when running "bzr update"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
High
|
Unassigned | ||
Breezy |
Triaged
|
Medium
|
Unassigned |
Bug Description
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/
view_
File "/usr/lib/
return self._update_
File "/usr/lib/
return unbound(self, *args, **kwargs)
File "/usr/lib/
change_
File "/usr/lib/
return merger.do_merge()
File "/usr/lib/
self.
File "/usr/lib/
merge.
File "/usr/lib/
self.
File "/usr/lib/
entries = self._entries3()
File "/usr/lib/
self.
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
return self.inventory.
File "/usr/lib/
self.
File "/usr/lib/
% (name_unicode,))
AssertionError: name u'COMPILING' already in parent
bzr 1.13.1 on python 2.6.2 (linux2)
arguments: ['/usr/bin/bzr', 'update']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
bzrtools /usr/lib/
dbus /usr/lib/
gtk /usr/lib/
launchpad /usr/lib/
netrc_
*** 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.
Before this, Bazaar had told me that "working tree is out of date, run 'bzr update'. I did that and got the error message above.
Changed in bzr: | |
status: | New → Incomplete |
summary: |
- Bazaar crashed when running "bzr update" + "AssertionError: name u'COMPILING' already in parent" in + _generate_inventory when running "bzr update" |
Changed in bzr: | |
status: | Incomplete → Confirmed |
tags: | added: dirstate |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Can you get the output of 'bzr check' and 'bzr inventory' please.