Your message dated Sun, 27 Apr 2008 11:32:13 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#469770: fixed in python2.5 2.5.2-4 has caused the Debian Bug report #469770, regarding python2.5: Old shelve files broken by DB4.6 reversion 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.) -- 469770: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469770 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: python2.5 Version: 2.5.2-1 Severity: normal Traceback (most recent call last): File "python/main.py", line 519, in ? sys.exit(main()) File "python/main.py", line 446, in main db = shelve.open(sfile, protocol=2, writeback=False) File "/usr/lib/python2.4/shelve.py", line 234, in open return DbfilenameShelf(filename, flag, protocol, writeback, binary) File "/usr/lib/python2.4/shelve.py", line 215, in __init__ Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback, binary) File "/usr/lib/python2.4/anydbm.py", line 83, in open return mod.open(file, flag, mode) File "/usr/lib/python2.4/dbhash.py", line 16, in open return bsddb.hashopen(file, flag, mode) File "/usr/lib/python2.4/bsddb/__init__.py", line 298, in hashopen d.open(file, db.DB_HASH, flags, mode) bsddb.db.DBInvalidArgError: (22, 'Invalid argument -- /home/steveg/.main.files: unsupported hash version: 9') What are my options from here? "Recreate the shelf from scratch" is not a good answer. Yeah, I *can* do it, but breaking compatibility like this is generally a no-no...if there's a way to use the db4 utilities to rescue this, it should be in the README.Debian. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (900, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/bash Versions of packages python2.5 depends on: ii libbz2-1.0 1.0.4-3 high-quality block-sorting file co ii libc6 2.7-9 GNU C Library: Shared libraries ii libdb4.5 4.5.20-11 Berkeley v4.5 Database Libraries [ ii libncursesw5 5.6+20080203-1 Shared libraries for terminal hand ii libreadline5 5.2-3 GNU readline and history libraries ii libsqlite3-0 3.5.6-3 SQLite 3 shared library ii libssl0.9.8 0.9.8g-7 SSL shared libraries ii mime-support 3.40-1.1 MIME files 'mime.types' & 'mailcap ii python2.5-minimal 2.5.2-1 A minimal subset of the Python lan python2.5 recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: python2.5 Source-Version: 2.5.2-4 We believe that the bug you reported is fixed in the latest version of python2.5, which is due to be installed in the Debian FTP archive: idle-python2.5_2.5.2-4_all.deb to pool/main/p/python2.5/idle-python2.5_2.5.2-4_all.deb python2.5-dbg_2.5.2-4_amd64.deb to pool/main/p/python2.5/python2.5-dbg_2.5.2-4_amd64.deb python2.5-dev_2.5.2-4_amd64.deb to pool/main/p/python2.5/python2.5-dev_2.5.2-4_amd64.deb python2.5-examples_2.5.2-4_all.deb to pool/main/p/python2.5/python2.5-examples_2.5.2-4_all.deb python2.5-minimal_2.5.2-4_amd64.deb to pool/main/p/python2.5/python2.5-minimal_2.5.2-4_amd64.deb python2.5_2.5.2-4.diff.gz to pool/main/p/python2.5/python2.5_2.5.2-4.diff.gz python2.5_2.5.2-4.dsc to pool/main/p/python2.5/python2.5_2.5.2-4.dsc python2.5_2.5.2-4_amd64.deb to pool/main/p/python2.5/python2.5_2.5.2-4_amd64.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. Matthias Klose <[EMAIL PROTECTED]> (supplier of updated python2.5 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, 27 Apr 2008 10:40:51 +0200 Source: python2.5 Binary: python2.5 python2.5-minimal python2.5-examples python2.5-dev idle-python2.5 python2.5-dbg Architecture: source all amd64 Version: 2.5.2-4 Distribution: unstable Urgency: low Maintainer: Matthias Klose <[EMAIL PROTECTED]> Changed-By: Matthias Klose <[EMAIL PROTECTED]> Description: idle-python2.5 - An IDE for Python (v2.5) using Tkinter python2.5 - An interactive high-level object-oriented language (version 2.5) python2.5-dbg - Debug Build of the Python Interpreter (version 2.5) python2.5-dev - Header files and a static library for Python (v2.5) python2.5-examples - Examples for the Python language (v2.5) python2.5-minimal - A minimal subset of the Python language (version 2.5) Closes: 469770 Changes: python2.5 (2.5.2-4) unstable; urgency=low . * Update to 20080427, taken from the 2.5 release branch. - Fix issues #2670, #2682. * Disable running pybench on the hppa buildd (ftbfs). * Allow setting BASECFLAGS, OPT and EXTRA_LDFLAGS (like, CC, CXX, CPP, CFLAGS, CPPFLAGS, CCSHARED, LDSHARED) from the environment. * Support parallel=<n> in DEB_BUILD_OPTIONS (see #209008). * Add README.db4 describing the db4.6 -> db4.5 change (Steve Greenland). Closes: #469770. Checksums-Sha1: d513247e3fc75e8ebe8dd0f3cbd85c2e779ad912 1810 python2.5_2.5.2-4.dsc 2a906694367682d222d8835f6932c48c12d61a60 214337 python2.5_2.5.2-4.diff.gz 6031a2e6a11f85a005aa14b75f1a63e665df6242 647740 python2.5-examples_2.5.2-4_all.deb 3efc95b400b2640ba06e1337f367c7ec94b06453 64134 idle-python2.5_2.5.2-4_all.deb 98d5cd83fb694a170193828106f7389f927729dd 3002564 python2.5_2.5.2-4_amd64.deb 8ad1dbd56e8085f1bf531ec8ddff48f252fe377a 1245404 python2.5-minimal_2.5.2-4_amd64.deb 16870569e457d4fa71a9c81f1761ddbea3e084f2 2016966 python2.5-dev_2.5.2-4_amd64.deb b384fdd78b678af4d5e0049bc920486968da30d8 7879012 python2.5-dbg_2.5.2-4_amd64.deb Checksums-Sha256: 97040ec83a2e953602f28eaf1ab503fde93feca7ef364d4d5fe1ad78e43e9d95 1810 python2.5_2.5.2-4.dsc 2c5850bd60c291fd78eb85e6e000c1aa391240532e41e9fd904fc0567ed3b838 214337 python2.5_2.5.2-4.diff.gz ba8c1d6748fd8f2f9f1fef92f19f58764cdb14a0cda242cce80e96551a3e337d 647740 python2.5-examples_2.5.2-4_all.deb a29910bfaee80527aa78d6c38af264d37700655df558e037bbd9d98e34dad397 64134 idle-python2.5_2.5.2-4_all.deb 14d0a6adbd881e74ac3407197bd5be24300cfbaac4b4b1fd905f88e6e1e9d6c9 3002564 python2.5_2.5.2-4_amd64.deb c335c0cb4cb8aa6623cf1157ebdb19bf63ffe916d667b17bdf8c4777bc4a1dd4 1245404 python2.5-minimal_2.5.2-4_amd64.deb d49927e8d418efbb5cd99fedd36465f7ef030e648fde28952c00bff267b3e1ef 2016966 python2.5-dev_2.5.2-4_amd64.deb 7235d857c71dd03eba38b6a789f933e606fa6e7c0b1852661059202379d4467a 7879012 python2.5-dbg_2.5.2-4_amd64.deb Files: d3edc78332edd88846e97a479df2a6e5 1810 python optional python2.5_2.5.2-4.dsc b9180c9ad10a755b8c85be31868d03f7 214337 python optional python2.5_2.5.2-4.diff.gz f152ddd20d63f3dc2e8e922295086012 647740 python optional python2.5-examples_2.5.2-4_all.deb 18382bc7ed09c1399d34035acc559aea 64134 python optional idle-python2.5_2.5.2-4_all.deb 22596bf0d4426a9214add40fbd6f6bd2 3002564 python optional python2.5_2.5.2-4_amd64.deb 23309f199d8e09248e6a14499f0595b9 1245404 python optional python2.5-minimal_2.5.2-4_amd64.deb 53f3cd845353f6ee449971732bc70eec 2016966 python optional python2.5-dev_2.5.2-4_amd64.deb aff04d8819fa5ae095bb890fa0106cc7 7879012 python extra python2.5-dbg_2.5.2-4_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIFF6iStlRaw+TLJwRArLAAJ0S0bk/9sOWQACAtSoj8fJUp6SskQCgkVji rwlTjyVgf65ELF8VAE+rf2Q= =02i+ -----END PGP SIGNATURE-----
--- End Message ---

