bzrtools (failed to load) with KeyError: "Key 'fetch-ghosts' already registered"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
BzrTools |
New
|
Undecided
|
Unassigned |
Bug Description
Bazaar (bzr) 2.7.0dev1
Python interpreter: /usr/bin/python 2.7.6
Python standard library: /usr/lib/python2.7
Platform: Linux-3.
bzrlib: /usr/lib/
Bazaar configuration: /home/rte/.bazaar
Bazaar log file: /home/rte/.bzr.log
Ubuntu 14.04.1 LTS
$ pwd
/home/rte/
$ bzr branch --stack lp:bzrtools
<snip>
Created new stacked branch referring to http://
$ bzr plugins
<snip>
bzrtools (failed to load)
** Unable to load plugin u'bzrtools' from u'/home/
$ rm -rf bzrtools/
$ bzr co lp:bzrtools
$ bzr plugins
<snip>
bzrtools (failed to load)
** Unable to load plugin u'bzrtools' from u'/home/
$ cat ~/.bzr.log
this is a debug log for diagnosing/
you can delete or truncate this file, or include sections in
bug reports to https:/
Mon 2014-10-13 02:48:22 -0500
0.061 bazaar version: 2.7.0dev1
0.061 bzr arguments: [u'plugins']
0.065 looking for plugins in /home/rte/
[16687] 2014-10-13 02:48:22.925 WARNING: "Key 'fetch-ghosts' already registered"
0.067 Unable to load plugin u'bzrtools' from u'/home/
0.068 Traceback (most recent call last):
File "/usr/lib/
exec "import bzrlib.plugins.%s" % name in {}
File "<string>", line 1, in <module>
File "/home/
'bzrlib.
File "/usr/lib/
info=
File "/usr/lib/
raise KeyError('Key %r already registered' % key)
KeyError: "Key 'fetch-ghosts' already registered"
0.068 looking for plugins in /usr/lib/
0.083 encoding stdout as sys.stdout encoding 'UTF-8'
0.091 Transferred: 0kB (0.0kB/s r:0kB w:0kB)
0.091 return code 0