Your message dated Fri, 12 Aug 2011 23:32:17 +0000
with message-id <[email protected]>
and subject line Bug#637607: fixed in bzr-dbus 0.1~bzr50-2
has caused the Debian Bug report #637607,
regarding bzr-dbus: crashes if ‘gobject’ module not available, but package 
dependencies do not require it
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.)


-- 
637607: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637607
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bzr-dbus
Version: 0.1~bzr50-1
Severity: important

The dependencies for ‘bzr-dbus’ are:

=====
Depends: bzr (>= 1.0), python-dbus, python2.6 | python2.7, python (>= 
2.6.6-7~), python (< 2.8)
Suggests: bzr-gtk, zeitgeist
=====

This system therefore has no ‘gobject’ module for Python:

=====
>>> import gobject
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named gobject
=====

But the ‘bzr-dbus’ code crashes as though it depends on that module:

=====
Sat 2011-08-13 09:05:42 +1000
0.060  bazaar version: 2.3.1
0.060  bzr arguments: [u'commit', u'--message', u'Recent changes from package 
upgrades.']
0.109  looking for plugins in /root/.bazaar/plugins
0.109  looking for plugins in /usr/lib/python2.6/dist-packages/bzrlib/plugins
0.463  encoding stdout as sys.stdout encoding 'UTF-8'
0.478  opening working tree '/etc'
1.310  preparing to commit
[…]
3.769  Transferred: 0kB (0.0kB/s r:0kB w:0kB)
3.817  Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 923, in 
exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 1123, in 
run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 688, in 
run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 710, in run
    return self._operation.run_simple(*args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 135, in 
run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 165, in 
_do_with_cleanups
    result = func(*args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/bzrlib/builtins.py", line 3241, in run
    exclude=tree.safe_relpath_files(exclude))
  File "/usr/lib/python2.6/dist-packages/bzrlib/decorators.py", line 194, in 
write_locked
    result = unbound(self, *args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/bzrlib/workingtree_4.py", line 193, in 
commit
    result = WorkingTree3.commit(self, message, revprops, *args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/bzrlib/decorators.py", line 194, in 
write_locked
    result = unbound(self, *args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/bzrlib/mutabletree.py", line 200, in 
commit
    *args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/bzrlib/commit.py", line 286, in commit
    possible_master_transports=possible_master_transports)
  File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 131, in run
    self.cleanups, self.func, self, *args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 165, in 
_do_with_cleanups
    result = func(*args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/bzrlib/commit.py", line 453, in _commit
    self.branch.set_last_revision_info(new_revno, self.rev_id)
  File "/usr/lib/python2.6/dist-packages/bzrlib/decorators.py", line 194, in 
write_locked
    result = unbound(self, *args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/bzrlib/branch.py", line 2870, in 
set_last_revision_info
    self._run_post_change_branch_tip_hooks(old_revno, old_revid)
  File "/usr/lib/python2.6/dist-packages/bzrlib/branch.py", line 1219, in 
_run_post_change_branch_tip_hooks
    hook(params)
  File "/usr/lib/python2.6/dist-packages/bzrlib/plugins/dbus/hook.py", line 37, 
in on_post_change_branch_tip
    activity = get_activity()
  File "/usr/lib/python2.6/dist-packages/bzrlib/plugins/dbus/hook.py", line 24, 
in get_activity
    import activity
  File "/usr/lib/python2.6/dist-packages/bzrlib/plugins/dbus/activity.py", line 
29, in <module>
    import gobject
ImportError: No module named gobject

3.818  return code 3
=====

The package should either be changed not to depend on the ‘gobject’
module, or the package dependencies should declare that dependency.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (900, 'stable')
Architecture: powerpc (ppc64)

Kernel: Linux 2.6.39-2-powerpc64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_AU.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bzr-dbus depends on:
ii  bzr                           2.3.1-2    easy to use distributed version co
ii  python                        2.6.7-2    interactive high-level object-orie
ii  python-dbus                   0.84.0-1   simple interprocess messaging syst
ii  python2.6                     2.6.7-3    An interactive high-level object-o
ii  python2.7                     2.7.2-3    An interactive high-level object-o

bzr-dbus recommends no packages.

Versions of packages bzr-dbus suggests:
pn  bzr-gtk                       <none>     (no description available)
pn  zeitgeist                     <none>     (no description available)

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: bzr-dbus
Source-Version: 0.1~bzr50-2

We believe that the bug you reported is fixed in the latest version of
bzr-dbus, which is due to be installed in the Debian FTP archive:

bzr-dbus_0.1~bzr50-2.debian.tar.gz
  to main/b/bzr-dbus/bzr-dbus_0.1~bzr50-2.debian.tar.gz
bzr-dbus_0.1~bzr50-2.dsc
  to main/b/bzr-dbus/bzr-dbus_0.1~bzr50-2.dsc
bzr-dbus_0.1~bzr50-2_all.deb
  to main/b/bzr-dbus/bzr-dbus_0.1~bzr50-2_all.deb



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 bzr-dbus 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: Sat, 13 Aug 2011 01:19:15 +0200
Source: bzr-dbus
Binary: bzr-dbus
Architecture: source all
Version: 0.1~bzr50-2
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers <[email protected]>
Changed-By: Jelmer Vernooij <[email protected]>
Description: 
 bzr-dbus   - D-Bus announcements plugin for Bazaar
Closes: 637607
Changes: 
 bzr-dbus (0.1~bzr50-2) unstable; urgency=low
 .
   * Add dependency on gobject. Closes: #637607
Checksums-Sha1: 
 cc5fd097203aa0cc35a01a4cacd88b1c82417687 1382 bzr-dbus_0.1~bzr50-2.dsc
 f438b8d425155eae83a74aa0e5b88f126f244490 3928 
bzr-dbus_0.1~bzr50-2.debian.tar.gz
 bfa5dda201545d0df0c84b7c056c3c125a895d43 17586 bzr-dbus_0.1~bzr50-2_all.deb
Checksums-Sha256: 
 b63a5b8705e0d61947a1e2b31c70fb610cf33c83d760f1dce23b9a775f319951 1382 
bzr-dbus_0.1~bzr50-2.dsc
 1a1f29fcceecaa047432325d1015edeceadad6aef260d7abfe7a4d421bc5f338 3928 
bzr-dbus_0.1~bzr50-2.debian.tar.gz
 0dc8106733bcfa0ad77303e954c4443e1461fde551c7a9b58b00ab9e3875f458 17586 
bzr-dbus_0.1~bzr50-2_all.deb
Files: 
 8defa9b5d8449e6e48112ee3cf1ae6d2 1382 vcs optional bzr-dbus_0.1~bzr50-2.dsc
 f3a0766f9b5c878fa0f179be5dbe6466 3928 vcs optional 
bzr-dbus_0.1~bzr50-2.debian.tar.gz
 8fd391b7159fc5810cf965b4b5dd0e01 17586 vcs optional 
bzr-dbus_0.1~bzr50-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk5Fts0ACgkQPa9Uoh7vUnY0JwCeOBoIdLRH9LmcbfvN/oXI2n5Z
Bt0An0d3nYWN1+Gha/40YjhE9wpvKgNU
=FdKr
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to