[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#383478: marked as done (python-apt has insufficient dependency on apt)



Your message dated Tue, 19 Dec 2006 12:47:02 +0000
with message-id <E1GweN4-0006xO-KG@ries.debian.org>
and subject line Bug#383478: fixed in python-apt 0.6.20
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: python-apt
Version: 0.6.19

In one of my chroots, I have apt 0.6.43 and python-apt 0.6.19 installed;
python-apt 0.6.19 Depends on libapt-pkg-libc6.3-6-3.11, which apt 0.6.43
Provides.  However:

>>> import apt_pkg
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: /usr/lib/python2.3/site-packages/apt_pkg.so: undefined
symbol: _ZN15SHA256SummationC1Ev

c++filt decodes this name as "SHA256Summation::SHA256Summation()".  nm
-D shows that /usr/lib/python2.3/site-packages/apt_pkg.so needs that
symbol, and that /usr/lib/libapt-pkg-libc6.3-6.so.3.11 does not provide
any of the SHA256Summation class symbols.  The changelog for python-apt
shows that version 0.6.19 started exporting sha256 stuff; it looks like
the libapt-pkg* Provides in apt needs a SONAME bump and python-apt needs
to add a stronger Depends on it.

- Josh Triplett

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: python-apt
Source-Version: 0.6.20

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

python-apt_0.6.20.dsc
  to pool/main/p/python-apt/python-apt_0.6.20.dsc
python-apt_0.6.20.tar.gz
  to pool/main/p/python-apt/python-apt_0.6.20.tar.gz
python-apt_0.6.20_i386.deb
  to pool/main/p/python-apt/python-apt_0.6.20_i386.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 383478@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Vogt <mvo@debian.org> (supplier of updated python-apt 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 19 Dec 2006 13:32:11 +0100
Source: python-apt
Binary: python-apt
Architecture: source i386
Version: 0.6.20
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Michael Vogt <mvo@debian.org>
Description: 
 python-apt - Python interface to libapt-pkg
Closes: 368907 373512 378048 382853 383478
Changes: 
 python-apt (0.6.20) unstable; urgency=low
 .
   * python/generic.h:
     - fix incorrect use of PyMem_DEL(), use pyObject_DEL()
       instead. This fixes a nasty segfault with python2.5
       (lp: 63226)
   * python/pkgrecords.cc:
     - export SHA1Hash() as well
   * debian/rules: Remove dh_python call.
   * apt/progress.cc:
     - protect against not-parsable strings send from dpkg (lp: 68553)
   * python/pkgmanager.cc:
     - fix typo (closes: #382853)
   * debian/control:
     - tightend dependency (closes: #383478)
   * apt/progress.py:
     - use os._exit() in the child (lp: #53298)
     - use select() when checking for statusfd (lp: #53282)
   * acknoledge NMU (closes: #378048, #373512)
   * python/apt_pkgmodule.cc:
     - fix missing docstring (closes: #368907),
       Thanks to Josh Triplett
   * make it build against python2.5
   * python/progress.cc:
     - fix memleak (lp: #43096)
Files: 
 05aea14fbb025c86e4c134d348b40602 683 python optional python-apt_0.6.20.dsc
 03249583c409e2f4423dffc3444a264d 62696 python optional python-apt_0.6.20.tar.gz
 052e27fe96ca2bc9d2a9d7478a243c0e 81916 python optional python-apt_0.6.20_i386.deb

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

iD8DBQFFh9xeliSD4VZixzQRAu4WAJ9iUH8szA7q+mOE3LqvK4hHMeyULACghDNF
uIr6s0x7s87QyC1bRkYnPLY=
=uLNC
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: