Your message dated Sun, 06 Feb 2011 13:04:00 +0000
with message-id <[email protected]>
and subject line Bug#612130: fixed in qbzr 0.20.0-1
has caused the Debian Bug report #612130,
regarding Call 'bzr explorer' failed with 'bzr: ERROR: no module named
configobj'.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
612130: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612130
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bzr
Version: 2.3.0-1
Severity: normal
Call 'bzr explorer' failed with 'bzr: ERROR: no module named configobj'
Attached please check log file of bzr.
-- System Information:
Debian Release: 6.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.37 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages bzr depends on:
ii libc6 2.11.2-11 Embedded GNU C Library: Shared lib
ii python 2.6.6-3+squeeze5 interactive high-level object-orie
ii python-configobj 4.7.2+ds-1 simple but powerful config file re
ii python-support 1.0.11 automated rebuilding support for P
Versions of packages bzr recommends:
pn bzrtools <none> (no description available)
ii ca-certificates 20090814+nmu2 Common CA certificates
pn python-launchpadlib <none> (no description available)
pn python-paramiko <none> (no description available)
Versions of packages bzr suggests:
pn bzr-doc <none> (no description available)
pn bzr-gtk <none> (no description available)
ii bzr-svn 1.0.4+bzr3475-1 Bazaar plugin providing Subversion
pn python-kerberos <none> (no description available)
pn python-pycurl <none> (no description available)
pn python-testtools <none> (no description available)
pn xdg-utils <none> (no description available)
-- no debconf information
this is a debug log for diagnosing/reporting problems in bzr
you can delete or truncate this file, or include sections in
bug reports to https://bugs.launchpad.net/bzr/+filebug
日 2011-02-06 16:13:35 +0800
0.098 bazaar version: 2.3.0
0.099 bzr arguments: [u'explorer']
0.148 looking for plugins in /home/dlz/.bazaar/plugins
0.148 looking for plugins in /usr/lib/pymodules/python2.6/bzrlib/plugins
0.169 looking for plugins in /usr/lib/python2.6/dist-packages/bzrlib/plugins
0.274 encoding stdout as sys.stdout encoding 'UTF-8'
0.662 loading explorer extensions for clothes ['Bazaar support', 'Register on
Launchpad']
1.104 Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/bzrlib/commands.py", line 923, in
exception_to_return_code
return the_callable(*args, **kwargs)
File "/usr/lib/pymodules/python2.6/bzrlib/commands.py", line 1123, in run_bzr
ret = run(*run_argv)
File "/usr/lib/pymodules/python2.6/bzrlib/commands.py", line 691, in
run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/lib/pymodules/python2.6/bzrlib/commands.py", line 710, in run
return self._operation.run_simple(*args, **kwargs)
File "/usr/lib/pymodules/python2.6/bzrlib/cleanup.py", line 135, in run_simple
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/pymodules/python2.6/bzrlib/cleanup.py", line 165, in
_do_with_cleanups
result = func(*args, **kwargs)
File
"/usr/lib/python2.6/dist-packages/bzrlib/plugins/explorer/lib/commands.py",
line 154, in run
hat=hat, desktop=desktop, dry_run=dry_run, _script=script)
File
"/usr/lib/python2.6/dist-packages/bzrlib/plugins/explorer/lib/explorer.py",
line 197, in __init__
gettext("Working Tree"))
File
"/usr/lib/python2.6/dist-packages/bzrlib/plugins/explorer/lib/wt_browser.py",
line 48, in __init__
self._browser = _QBrowseStyleBrowser(action_callback, browse_action, self)
File
"/usr/lib/python2.6/dist-packages/bzrlib/plugins/explorer/lib/wt_browser.py",
line 449, in __init__
self._action_panel.set_selection, self._filter_panel.get_filter)
File
"/usr/lib/python2.6/dist-packages/bzrlib/plugins/explorer/lib/wt_browser.py",
line 738, in __init__
_QBrowseTreeWidget.__init__(self, *args)
File
"/usr/lib/python2.6/dist-packages/bzrlib/plugins/explorer/lib/wt_browser.py",
line 684, in __init__
treewidget.TreeWidget.__init__(self, *args)
File
"/usr/lib/python2.6/dist-packages/bzrlib/plugins/qbzr/lib/treewidget.py", line
1350, in __init__
self.create_context_menu()
File
"/usr/lib/python2.6/dist-packages/bzrlib/plugins/qbzr/lib/treewidget.py", line
1686, in create_context_menu
if has_ext_diff():
File "/usr/lib/pymodules/python2.6/bzrlib/lazy_import.py", line 125, in
__call__
obj = _replace()
File "/usr/lib/pymodules/python2.6/bzrlib/lazy_import.py", line 89, in
_replace
obj = factory(self, scope, name)
File "/usr/lib/pymodules/python2.6/bzrlib/lazy_import.py", line 195, in
_import
module = __import__(module_python_path, scope, scope, [member])
File "/usr/lib/python2.6/dist-packages/bzrlib/plugins/qbzr/lib/diff.py", line
31, in <module>
default_diff = qconfig.get_option("default_diff")
File "/usr/lib/python2.6/dist-packages/bzrlib/plugins/qbzr/lib/util.py", line
122, in get_option
self._load()
File "/usr/lib/python2.6/dist-packages/bzrlib/plugins/qbzr/lib/util.py", line
106, in _load
self._configobj = configobj.ConfigObj(self._filename,
File "/usr/lib/pymodules/python2.6/bzrlib/lazy_import.py", line 109, in
__getattribute__
obj = _replace()
File "/usr/lib/pymodules/python2.6/bzrlib/lazy_import.py", line 89, in
_replace
obj = factory(self, scope, name)
File "/usr/lib/pymodules/python2.6/bzrlib/lazy_import.py", line 195, in
_import
module = __import__(module_python_path, scope, scope, [member])
ImportError: No module named configobj
1.104 return code 3
--- End Message ---
--- Begin Message ---
Source: qbzr
Source-Version: 0.20.0-1
We believe that the bug you reported is fixed in the latest version of
qbzr, which is due to be installed in the Debian FTP archive:
qbzr_0.20.0-1.debian.tar.gz
to main/q/qbzr/qbzr_0.20.0-1.debian.tar.gz
qbzr_0.20.0-1.dsc
to main/q/qbzr/qbzr_0.20.0-1.dsc
qbzr_0.20.0-1_all.deb
to main/q/qbzr/qbzr_0.20.0-1_all.deb
qbzr_0.20.0.orig.tar.gz
to main/q/qbzr/qbzr_0.20.0.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jelmer Vernooij <[email protected]> (supplier of updated qbzr package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 06 Feb 2011 13:39:31 +0100
Source: qbzr
Binary: qbzr
Architecture: source all
Version: 0.20.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers <[email protected]>
Changed-By: Jelmer Vernooij <[email protected]>
Description:
qbzr - Graphical interface for Bazaar using the Qt toolkit
Closes: 612130
Changes:
qbzr (0.20.0-1) unstable; urgency=low
.
* New upstream release.
* Add 02-configobj.diff: work around bzrlib not shipping its own copy of
configobj. Closes: #612130
Checksums-Sha1:
9065fd2f57bb29e25675e8cd1055729d762d7416 1507 qbzr_0.20.0-1.dsc
a583fabd7d08f99c776193eb999a2f5411375bc6 622465 qbzr_0.20.0.orig.tar.gz
47832ca9aa4d3c661c3275e4bd81cf7b59450dca 5574 qbzr_0.20.0-1.debian.tar.gz
943670433f75d09de9580a64d1ffc6caf83d17bf 399464 qbzr_0.20.0-1_all.deb
Checksums-Sha256:
fbb16fd8fbf2a416f49288eae79a15ddf7eeddb8989e3e36ee9610ba67b3f285 1507
qbzr_0.20.0-1.dsc
cdd6a15aad04fa712559eae04a8116dbec6201df13dfc941ec9da2574982cc41 622465
qbzr_0.20.0.orig.tar.gz
ca28a058e4d013247151536b7d6be19f7d86719dd69b4c8813dffed5d6d0bad7 5574
qbzr_0.20.0-1.debian.tar.gz
a31e9046bd8e911ab668257fff698427035104bcc592ba12271c4f70150cea0e 399464
qbzr_0.20.0-1_all.deb
Files:
148079cb56120038b6fc2d2ebc070227 1507 vcs optional qbzr_0.20.0-1.dsc
97b76156560dd5d28252d40bb779603a 622465 vcs optional qbzr_0.20.0.orig.tar.gz
2c23fa9daec3ebb33489db046cebefa9 5574 vcs optional qbzr_0.20.0-1.debian.tar.gz
302f82e0b3e37122f2b0c7a90bf1e107 399464 vcs optional qbzr_0.20.0-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk1OmtIACgkQPa9Uoh7vUnagyACdH2B5SZ/1fWsP14UG0RqThdni
l/oAn343G3gJfGX0p5geGJbLGw4wWwAL
=GUMw
-----END PGP SIGNATURE-----
--- End Message ---