[Pkg-bazaar-maint] Bug#710911: bzr: init-repo fails: ImportError: cannot import name CommittedQueue

Thorsten Glaser tg at mirbsd.de
Mon Jun 3 13:21:16 UTC 2013


Package: bzr
Version: 2.6.0~bzr6574-1
Severity: serious
Justification: cannot use the package at all, like that

I just tried to clone an svn repo (URI changed):

tglase at tglase:~ $ bzr co svn+ssh://root@foo.tarent.de/scmrepos/svn/foo/trunk
Initialising Subversion metadata cache in /home/tglase/.bazaar/svn-cache/11111111-1111-1111-1111-111111111111.
bzr: broken pipe

That was after downloading some 1700 revisions…

Then I thought, meh, and did this:

tglase at tglase:~/x $ bzr init-repo .
bzr: ERROR: exceptions.ImportError: cannot import name CommittedQueue

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 930, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1121, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 673, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 697, in run
    return self._operation.run_simple(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 136, in run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/builtins.py", line 2214, in run
    show_bzrdir_info(newdir, verbose=0, outfile=self.outf)
  File "/usr/lib/python2.7/dist-packages/bzrlib/info.py", line 378, in show_bzrdir_info
    outfile)
  File "/usr/lib/python2.7/dist-packages/bzrlib/info.py", line 394, in show_component_info
    format = describe_format(control, repository, branch, working)
  File "/usr/lib/python2.7/dist-packages/bzrlib/info.py", line 499, in describe_format
    format = controldir.format_registry.make_bzrdir(key)
  File "/usr/lib/python2.7/dist-packages/bzrlib/controldir.py", line 1348, in make_bzrdir
    return self.get(key)()
  File "/usr/lib/python2.7/dist-packages/bzrlib/registry.py", line 177, in get
    return self._dict[self._get_key_or_default(key)].get_obj()
  File "/usr/lib/python2.7/dist-packages/bzrlib/registry.py", line 74, in get_obj
    self._obj = get_named_object(self._module_name, self._member_name)
  File "/usr/lib/python2.7/dist-packages/bzrlib/pyutils.py", line 51, in get_named_object
    obj = __import__(module_name, {}, {}, from_list)
  File "/usr/lib/python2.7/dist-packages/bzrlib/plugins/svn/workingtree.py", line 33, in <module>
    from subvertpy.wc import (
ImportError: cannot import name CommittedQueue

bzr 2.6.0dev3 on python 2.7.5 (Linux-3.9-1-amd64-i686-with-debian-jessie-sid)
arguments: ['/usr/bin/bzr', 'init-repo', '.']
plugins: bash_completion[2.6.0dev3], bookmarks[unknown], bzrtools[2.5.0],
    changelog_merge[2.6.0dev3], grep[2.6.0dev3], launchpad[2.6.0dev3],
    netrc_credential_store[2.6.0dev3], news_merge[2.6.0dev3],
    po_merge[2.6.0dev3], rewrite[0.6.4dev], svn[1.2.1], weave_fmt[2.6.0dev3]
encoding: 'utf-8', fsenc: 'UTF-8', lang: 'C'

*** 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://bugs.launchpad.net/bzr/+filebug
    including this traceback and a description of the problem.

No idea if this helps any… the system is an up-to-date sid.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.9-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/lksh

Versions of packages bzr depends on:
ii  python         2.7.3-5
ii  python-bzrlib  2.6.0~bzr6574-1

Versions of packages bzr recommends:
pn  python-gpgme  <none>

Versions of packages bzr suggests:
pn  bzr-doc              <none>
pn  bzr-gtk              <none>
ii  bzr-svn              1.2.1-1
ii  bzrtools             2.5+bzr786-4
pn  python-bzrlib.tests  <none>

-- Configuration Files:
/etc/bash_completion.d/bzr [Errno 2] No such file or directory: u'/etc/bash_completion.d/bzr'

-- no debconf information



More information about the Pkg-bazaar-maint mailing list