Your message dated Sat, 09 Jul 2011 19:47:44 +0000
with message-id <[email protected]>
and subject line Bug#633015: fixed in python2.7 2.7.2-3
has caused the Debian Bug report #633015,
regarding when built on Linux 3.0, sys.platform = "linux3" causes multiple 
problems
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.)


-- 
633015: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633015
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python2.7
Version: 2.7.2-2
Severity: important
Tags: patch upstream

To reproduce: build on Linux 3.0, check sys.platform

"linux3" (instead of "linux2) causes immediate problem for the
build of Python 2.7 itself (because "linux3" isn't handled)

- some extensions are not built
- some regression tests are skipped

Other software that uses sys.platform, e.g. for configuration,
will fail in strange ways, for example chromium-browser FTBFS.

This problem affects any Python (2.6, 2.7, 3.2) in Debian.
Patch attached (use "linux2" even on Linux 3.x).


Cheers, Roderich


-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric
  APT policy: (500, 'oneiric'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39.2 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python2.7 depends on:
ii  libbz2-1.0                    1.0.5-6    high-quality block-sorting file co
ii  libc6                         2.13-10    Embedded GNU C Library: Shared lib
ii  libdb4.8                      4.8.30-9   Berkeley v4.8 Database Libraries [
ii  libexpat1                     2.0.1-7    XML parsing C library - runtime li
ii  libncurses5                   5.9-1      shared libraries for terminal hand
ii  libreadline6                  6.2-2      GNU readline and history libraries
ii  libsqlite3-0                  3.7.7-2    SQLite 3 shared library
ii  mime-support                  3.51-1     MIME files 'mime.types' & 'mailcap
ii  python2.7-minimal             2.7.2-2    A minimal subset of the Python lan

python2.7 recommends no packages.

Versions of packages python2.7 suggests:
ii  binutils              2.21.52.20110707-1 The GNU assembler, linker and bina
ii  python2.7-doc         2.7.2-2            Documentation for the high-level o

-- no debconf information
--- a/configure.in      2011-06-11 17:46:28.000000000 +0200
+++ b/configure.in      2011-06-19 22:32:05.852934453 +0200
@@ -293,6 +293,7 @@
        MACHDEP="$ac_md_system$ac_md_release"
 
        case $MACHDEP in
+       linux3) MACHDEP="linux2";;
        cygwin*) MACHDEP="cygwin";;
        darwin*) MACHDEP="darwin";;
        atheos*) MACHDEP="atheos";;

--- End Message ---
--- Begin Message ---
Source: python2.7
Source-Version: 2.7.2-3

We believe that the bug you reported is fixed in the latest version of
python2.7, which is due to be installed in the Debian FTP archive:

idle-python2.7_2.7.2-3_all.deb
  to main/p/python2.7/idle-python2.7_2.7.2-3_all.deb
libpython2.7_2.7.2-3_amd64.deb
  to main/p/python2.7/libpython2.7_2.7.2-3_amd64.deb
python2.7-dbg_2.7.2-3_amd64.deb
  to main/p/python2.7/python2.7-dbg_2.7.2-3_amd64.deb
python2.7-dev_2.7.2-3_amd64.deb
  to main/p/python2.7/python2.7-dev_2.7.2-3_amd64.deb
python2.7-doc_2.7.2-3_all.deb
  to main/p/python2.7/python2.7-doc_2.7.2-3_all.deb
python2.7-examples_2.7.2-3_all.deb
  to main/p/python2.7/python2.7-examples_2.7.2-3_all.deb
python2.7-minimal_2.7.2-3_amd64.deb
  to main/p/python2.7/python2.7-minimal_2.7.2-3_amd64.deb
python2.7_2.7.2-3.diff.gz
  to main/p/python2.7/python2.7_2.7.2-3.diff.gz
python2.7_2.7.2-3.dsc
  to main/p/python2.7/python2.7_2.7.2-3.dsc
python2.7_2.7.2-3_amd64.deb
  to main/p/python2.7/python2.7_2.7.2-3_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.7 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, 09 Jul 2011 13:19:47 +0200
Source: python2.7
Binary: python2.7 python2.7-minimal libpython2.7 python2.7-examples 
python2.7-dev idle-python2.7 python2.7-doc python2.7-dbg
Architecture: source all amd64
Version: 2.7.2-3
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description: 
 idle-python2.7 - An IDE for Python (v2.7) using Tkinter
 libpython2.7 - Shared Python runtime library (version 2.7)
 python2.7  - An interactive high-level object-oriented language (version 2.7)
 python2.7-dbg - Debug Build of the Python Interpreter (version 2.7)
 python2.7-dev - Header files and a static library for Python (v2.7)
 python2.7-doc - Documentation for the high-level object-oriented language 
Python
 python2.7-examples - Examples for the Python language (v2.7)
 python2.7-minimal - A minimal subset of the Python language (version 2.7)
Closes: 631188 633015
Changes: 
 python2.7 (2.7.2-3) unstable; urgency=low
 .
   * Update to 20110709, taken from the 2.7 branch.
   * Make the conflict against python-profiler a versioned conflict.
   * Don't run the bsddb3 tests on kfreebsd-i386.
   * Don't add the bsddb multilib path, if already in the standard lib path.
   * Treat Linux 3.x as Linux 2. Closes: #633015.
   * Assume working semaphores on Linux, don't rely on running kernel
     for the check. Closes: #631188.
Checksums-Sha1: 
 5b4cc7c658922b9937d81299995683069c46bb43 1804 python2.7_2.7.2-3.dsc
 68791a2be605c072b04d1b4a88c04e3ef7d2edde 306130 python2.7_2.7.2-3.diff.gz
 0bc5fbd75f8706154bc78da4c0a27e5dc6fc5c6b 707682 
python2.7-examples_2.7.2-3_all.deb
 b9122b8c6c16c837459edff2f524044dbba6eef0 295880 idle-python2.7_2.7.2-3_all.deb
 f88f704c883fce9e2ada575de0110d97d20bf1e2 6199782 python2.7-doc_2.7.2-3_all.deb
 8b08aedae91b7cd459f0bebb5d301a1ba2309e2b 2635974 python2.7_2.7.2-3_amd64.deb
 ad94636818a8eefc506daf21b3b00d9d25a24ad8 1671618 
python2.7-minimal_2.7.2-3_amd64.deb
 a5f4324cdbe4a94d308dc00a07c4c6bff09550cb 1176234 libpython2.7_2.7.2-3_amd64.deb
 0e1b87406b9bc98606b163228463825a33a6b96e 5135302 
python2.7-dev_2.7.2-3_amd64.deb
 d6738a455b1115fa89e685b330de814792b88a8c 13232722 
python2.7-dbg_2.7.2-3_amd64.deb
Checksums-Sha256: 
 ecd01b3dfb2321dc5419406c1e5faa73a29fd37ddbb8dfb3a4888c56796ac1fc 1804 
python2.7_2.7.2-3.dsc
 62f968a85820395c8be4bfba7741931aec0befafe6cf42db0c857c31ea8be185 306130 
python2.7_2.7.2-3.diff.gz
 31535e55e9fc3e24bceccf7204295f9a50d32cad6d0f1366934ff0aefb898d64 707682 
python2.7-examples_2.7.2-3_all.deb
 83ab82b9549930305c7b08623ecb2bc26c4f23294557b2d2dd298d345c5866cd 295880 
idle-python2.7_2.7.2-3_all.deb
 52fdc98fc50d7e559c1e27f182bc8eaa302860c010eb71f4955ad7d20b817a27 6199782 
python2.7-doc_2.7.2-3_all.deb
 7bf7c67e5f4f4b20ddc146caf852b595d6bf05316bad95ecd1ffab6fba62863b 2635974 
python2.7_2.7.2-3_amd64.deb
 1c7637a8a02e8b02d4ed8265938a06ee15d19c86712c45bce38bf5a040d948f6 1671618 
python2.7-minimal_2.7.2-3_amd64.deb
 cedd0bdd536f0785c7fb6e744f1710a74a20993b35f77f3dafa63d6cc98586e8 1176234 
libpython2.7_2.7.2-3_amd64.deb
 cb3b24d683dbd8f0438f5ff59e28f8ad14c47aa91e8232f11d7c03f1473de948 5135302 
python2.7-dev_2.7.2-3_amd64.deb
 d20b0e9a7cb356619c26b913eac179a754036c6d3d1402d0866062dbec5e8036 13232722 
python2.7-dbg_2.7.2-3_amd64.deb
Files: 
 e54a678c28b2a2cf2c524027ebf8a502 1804 python optional python2.7_2.7.2-3.dsc
 3d82e91cb46b63298d3b3c71108e2799 306130 python optional 
python2.7_2.7.2-3.diff.gz
 d477cd0e794f171d58507dca663448a5 707682 python optional 
python2.7-examples_2.7.2-3_all.deb
 81bb72b5a939b26bc334ac7c5cf9c10f 295880 python optional 
idle-python2.7_2.7.2-3_all.deb
 a9690388ca0c5506839b05d313fa0983 6199782 doc optional 
python2.7-doc_2.7.2-3_all.deb
 8ddfdcf154cd7b2cb71bb13b4fa81173 2635974 python optional 
python2.7_2.7.2-3_amd64.deb
 65f5a8b1c07b4b2ff1bd1155cf0879ba 1671618 python optional 
python2.7-minimal_2.7.2-3_amd64.deb
 5b34e959e5602cd04d53e0bbde6b8c41 1176234 libs optional 
libpython2.7_2.7.2-3_amd64.deb
 99b347ba4728d0e6597347e1ea3fef74 5135302 python optional 
python2.7-dev_2.7.2-3_amd64.deb
 69e09aa8eb29342c141e9bf06035a635 13232722 debug extra 
python2.7-dbg_2.7.2-3_amd64.deb

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

iEYEARECAAYFAk4YXssACgkQStlRaw+TLJxpYwCfdpjDlWlayy3gHv7pctWgGLaY
Cq4An1IF4pt6EeBw4EYRReu1vcJ7mI03
=bDLG
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to