Your message dated Wed, 25 Jun 2008 12:47:05 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#474338: fixed in python2.4 2.4.5-3 has caused the Debian Bug report #474338, regarding python2.4: python stats unnecessary directories 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.) -- 474338: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474338 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: python2.4 Version: 2.4.5-1 Severity: normal Hi, I was trying to locate where a particular Python package was on disk -- the quickest way I could think of was doing: strace -eopen python -c 'import foo' When I did that, I noticed a number of directories mentioned that will never exist on Debian (or, even Linux) being stat'd. eve:[~]% strace -eopen python -c 'import foo' 2>&1 | head -15 open("/etc/ld.so.cache", O_RDONLY) = 3 open("/lib/i686/cmov/libpthread.so.0", O_RDONLY) = 3 open("/lib/i686/cmov/libdl.so.2", O_RDONLY) = 3 open("/lib/i686/cmov/libutil.so.1", O_RDONLY) = 3 open("/lib/i686/cmov/libm.so.6", O_RDONLY) = 3 open("/lib/i686/cmov/libc.so.6", O_RDONLY) = 3 open("/proc/meminfo", O_RDONLY) = 3 open("/usr/lib/python24.zip/site.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/usr/lib/python24.zip/sitemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/usr/lib/python24.zip/site.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/usr/lib/python24.zip/site.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/usr/lib/python2.4/site.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/usr/lib/python2.4/sitemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/usr/lib/python2.4/site.py", O_RDONLY|O_LARGEFILE) = 3 open("/usr/lib/python2.4/site.pyc", O_RDONLY|O_LARGEFILE) = 4 Obviously /usr/lib/python24.zip is not required. Removing this directory may make Python startup faster. Thanks, Anand -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages python2.4 depends on: ii libbz2-1.0 1.0.5-0.1 high-quality block-sorting file co ii libc6 2.7-10 GNU C Library: Shared libraries ii libdb4.5 4.5.20-11 Berkeley v4.5 Database Libraries [ ii libncursesw5 5.6+20080308-1 Shared libraries for terminal hand ii libreadline5 5.2-3 GNU readline and history libraries ii libssl0.9.8 0.9.8g-8 SSL shared libraries ii mime-support 3.40-1.1 MIME files 'mime.types' & 'mailcap ii python2.4-minimal 2.4.5-1 A minimal subset of the Python lan python2.4 recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: python2.4 Source-Version: 2.4.5-3 We believe that the bug you reported is fixed in the latest version of python2.4, which is due to be installed in the Debian FTP archive: idle-python2.4_2.4.5-3_all.deb to pool/main/p/python2.4/idle-python2.4_2.4.5-3_all.deb python2.4-dbg_2.4.5-3_i386.deb to pool/main/p/python2.4/python2.4-dbg_2.4.5-3_i386.deb python2.4-dev_2.4.5-3_i386.deb to pool/main/p/python2.4/python2.4-dev_2.4.5-3_i386.deb python2.4-examples_2.4.5-3_all.deb to pool/main/p/python2.4/python2.4-examples_2.4.5-3_all.deb python2.4-minimal_2.4.5-3_i386.deb to pool/main/p/python2.4/python2.4-minimal_2.4.5-3_i386.deb python2.4_2.4.5-3.diff.gz to pool/main/p/python2.4/python2.4_2.4.5-3.diff.gz python2.4_2.4.5-3.dsc to pool/main/p/python2.4/python2.4_2.4.5-3.dsc python2.4_2.4.5-3_i386.deb to pool/main/p/python2.4/python2.4_2.4.5-3_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 [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.4 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: Wed, 25 Jun 2008 01:19:41 +0200 Source: python2.4 Binary: python2.4 python2.4-minimal python2.4-examples python2.4-dev idle-python2.4 python2.4-doc python2.4-dbg Architecture: source all i386 Version: 2.4.5-3 Distribution: unstable Urgency: low Maintainer: Matthias Klose <[EMAIL PROTECTED]> Changed-By: Matthias Klose <[EMAIL PROTECTED]> Description: idle-python2.4 - An IDE for Python (v2.4) using Tkinter python2.4 - An interactive high-level object-oriented language (version 2.4) python2.4-dbg - Debug Build of the Python Interpreter (version 2.4) python2.4-dev - Header files and a static library for Python (v2.4) python2.4-doc - Documentation for the high-level object-oriented language Python python2.4-examples - Examples for the Python language (v2.4) python2.4-minimal - A minimal subset of the Python language (version 2.4) Closes: 386738 474338 Changes: python2.4 (2.4.5-3) unstable; urgency=low . * Backport new function signal.set_wakeup_fd from the trunk. Background: http://bugzilla.gnome.org/show_bug.cgi?id=481569 * Fix some lintian warnings. * Do not add /usr/lib/pythonXY.zip on sys.path. Closes: #474338. * Install the plistlib.py module in sys.path (as done on the trunk). Closes: #386738. * Fix email/Message.py set_charset() barfing on unicode. LP: #224182. * Add debian/README.source. Checksums-Sha1: b2f55cfe0cbdd07a10fa18a5983daf47ccaec505 1606 python2.4_2.4.5-3.dsc dffb7a82d60119c4cb48e5774122c92405932c88 217300 python2.4_2.4.5-3.diff.gz efe7ed860d6f5fb22b02c7ae5d5162df980fb9d1 590302 python2.4-examples_2.4.5-3_all.deb 755a97897e50c6821aeae0659041d8960f5b6cc6 62186 idle-python2.4_2.4.5-3_all.deb d410d241f2279b8e1e2d404d409ba438850bb9fc 2822546 python2.4_2.4.5-3_i386.deb 90b39fab11713ca369303696d9e4509142a4bf71 980136 python2.4-minimal_2.4.5-3_i386.deb d3cad9d557e90575b97d78fdcc64bad0ec0a699e 1496026 python2.4-dev_2.4.5-3_i386.deb b04207576b1c7894407362d22485e3b7220ec9bd 6458362 python2.4-dbg_2.4.5-3_i386.deb Checksums-Sha256: 49e638520c5a0b65fbf5ebea9f40093904fb89c1c0f3ac478b18c17e8092675e 1606 python2.4_2.4.5-3.dsc e8ad55db7aab61dcba3c7ce4ce5fff24f6959050786a47c28f1d82ab10c2f95b 217300 python2.4_2.4.5-3.diff.gz 1229c42c098845cba8894fab0481ef44a5f19791e68955afc62289f744ae02de 590302 python2.4-examples_2.4.5-3_all.deb a0fd4c494c2d7e74b3093db233c008e9b50f3b1bdce48c083d9eceecb29a89fe 62186 idle-python2.4_2.4.5-3_all.deb 30422638e6364b3ca9938cf777a63c476427549271ecc079fa51cd48d3c10c5c 2822546 python2.4_2.4.5-3_i386.deb 3a4a08d6618cf989cd2cd10ae2814ad86c9a498472e85cd64b0e22e75c82b11b 980136 python2.4-minimal_2.4.5-3_i386.deb aa846301665f0232562692a5b0bea37c667ca78229cba3d45ce390afd9d3fbd7 1496026 python2.4-dev_2.4.5-3_i386.deb 96acade84409ee6635f364427dae3bd1b807e9520ea05133186fc4b4b8285a06 6458362 python2.4-dbg_2.4.5-3_i386.deb Files: 379e6b1cb02db0bf29483e2d56e42b4f 1606 python optional python2.4_2.4.5-3.dsc bd9b54076b74dfe604a9d80bf5bc078d 217300 python optional python2.4_2.4.5-3.diff.gz 0c44ff240c2245922f5968788aba4b4c 590302 python optional python2.4-examples_2.4.5-3_all.deb 65e75cdff9fb34b5d433014c1b366d5c 62186 python optional idle-python2.4_2.4.5-3_all.deb 81ed2d328a8674842764da97b6058f1e 2822546 python optional python2.4_2.4.5-3_i386.deb 0d49d9e6d92a900fb4e1442a818a31a4 980136 python optional python2.4-minimal_2.4.5-3_i386.deb 79e8ed4a1c8f8b9230d755d1f300a763 1496026 python optional python2.4-dev_2.4.5-3_i386.deb 05fdc836ffd6723c420aee4625fa0c0f 6458362 python extra python2.4-dbg_2.4.5-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkhiNn0ACgkQStlRaw+TLJw1XwCfTcrjgHmJI6/xLxM/MO+flyEx mxsAnjnk82tINdgGVsIWenPZ1ffvfp9T =TR+S -----END PGP SIGNATURE-----
--- End Message ---

