Your message dated Sun, 10 Jul 2011 21:47:54 +0000
with message-id <[email protected]>
and subject line Bug#633015: fixed in python3.2 3.2.1-1
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: python3.2
Source-Version: 3.2.1-1

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

idle-python3.2_3.2.1-1_all.deb
  to main/p/python3.2/idle-python3.2_3.2.1-1_all.deb
libpython3.2_3.2.1-1_amd64.deb
  to main/p/python3.2/libpython3.2_3.2.1-1_amd64.deb
python3.2-dbg_3.2.1-1_amd64.deb
  to main/p/python3.2/python3.2-dbg_3.2.1-1_amd64.deb
python3.2-dev_3.2.1-1_amd64.deb
  to main/p/python3.2/python3.2-dev_3.2.1-1_amd64.deb
python3.2-doc_3.2.1-1_all.deb
  to main/p/python3.2/python3.2-doc_3.2.1-1_all.deb
python3.2-examples_3.2.1-1_all.deb
  to main/p/python3.2/python3.2-examples_3.2.1-1_all.deb
python3.2-minimal_3.2.1-1_amd64.deb
  to main/p/python3.2/python3.2-minimal_3.2.1-1_amd64.deb
python3.2_3.2.1-1.diff.gz
  to main/p/python3.2/python3.2_3.2.1-1.diff.gz
python3.2_3.2.1-1.dsc
  to main/p/python3.2/python3.2_3.2.1-1.dsc
python3.2_3.2.1-1_amd64.deb
  to main/p/python3.2/python3.2_3.2.1-1_amd64.deb
python3.2_3.2.1.orig.tar.gz
  to main/p/python3.2/python3.2_3.2.1.orig.tar.gz



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 python3.2 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, 10 Jul 2011 21:46:36 +0200
Source: python3.2
Binary: python3.2 python3.2-minimal libpython3.2 python3.2-examples 
python3.2-dev idle-python3.2 python3.2-doc python3.2-dbg
Architecture: source all amd64
Version: 3.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description: 
 idle-python3.2 - IDE for Python (v3.2) using Tkinter
 libpython3.2 - Shared Python runtime library (version 3.2)
 python3.2  - Interactive high-level object-oriented language (version 3.2)
 python3.2-dbg - Debug Build of the Python Interpreter (version 3.2)
 python3.2-dev - Header files and a static library for Python (v3.2)
 python3.2-doc - Documentation for the high-level object-oriented language 
Python
 python3.2-examples - Examples for the Python language (v3.2)
 python3.2-minimal - Minimal subset of the Python language (version 3.2)
Closes: 631635 633015
Changes: 
 python3.2 (3.2.1-1) unstable; urgency=medium
 .
   * Python 3.2.1 release.
   * Update lib-argparse patch (Pino Toscano). Closes: #631635.
   * Treat Linux 3.x as Linux 2. Closes: #633015.
Checksums-Sha1: 
 352d2766cff87afc97cb94bef51a7ac9e6c33956 1727 python3.2_3.2.1-1.dsc
 b3f3b86976da44ffe09e836cca25ad64626c3421 12768426 python3.2_3.2.1.orig.tar.gz
 5261a821ed059dcbe8641ab36464fd2aa25cf856 229103 python3.2_3.2.1-1.diff.gz
 c244f385d610250816019e0308fb8dd7c7bea98b 379756 
python3.2-examples_3.2.1-1_all.deb
 a2123a95b30bf6b5f49ad807a2cb5a6fe8c52ee7 76508 idle-python3.2_3.2.1-1_all.deb
 b06ae1e644c738885b35a0b30d4aaeefc296a14e 6128118 python3.2-doc_3.2.1-1_all.deb
 c6ef881af5b4cd4060814495afb3edd22ca8399d 4101098 python3.2_3.2.1-1_amd64.deb
 044f63ae5a9021ad0327d4081653be7d023e0f9a 1838830 
python3.2-minimal_3.2.1-1_amd64.deb
 0e12f96a4ef7f602737c7f9f8755e4151e2a6fbe 1323986 libpython3.2_3.2.1-1_amd64.deb
 f7fcb6d478e96d7f5d4876023aa565d9d6887ef2 4048788 
python3.2-dev_3.2.1-1_amd64.deb
 5693cd3f8b7149b6604479ab1d8f43baf43df5af 13656318 
python3.2-dbg_3.2.1-1_amd64.deb
Checksums-Sha256: 
 3887a767df9cf313070d10dd29d7215a87549f0b1eed2c11c6c6d36ac0b0c6e9 1727 
python3.2_3.2.1-1.dsc
 2290a7dbb9a2625628f1546359c5b7c53b9f3c9a31472c74e6732142fa5bff7e 12768426 
python3.2_3.2.1.orig.tar.gz
 6c85b76e758f90ab1391c7c0b36b90210b8cd73d203742225351181151bc87a9 229103 
python3.2_3.2.1-1.diff.gz
 12244be49972c957a6b27433821f809932b0ec8f1f014b5f515fc2a7d5e86e56 379756 
python3.2-examples_3.2.1-1_all.deb
 192496d4d50a214415a79b0704a05bce0ad34b2acf5b26be2e58bf8435d8c919 76508 
idle-python3.2_3.2.1-1_all.deb
 6f422c0a4ce258fcc8aab6be39bfe62f41476396ceef106d8575f66e959e8db7 6128118 
python3.2-doc_3.2.1-1_all.deb
 07a316697f845e5cd01f7f3596b003c3d5001a80b27fe1d68dc7b271833aad5c 4101098 
python3.2_3.2.1-1_amd64.deb
 80941648c19d9c71f28122675126f8f4d84641e1f3768df6984abdf83f4a2071 1838830 
python3.2-minimal_3.2.1-1_amd64.deb
 6008889afe8060b842c47da17ed1d4c767e3b90ed886465ef59351f7365e77ac 1323986 
libpython3.2_3.2.1-1_amd64.deb
 e8bdabed93f8f3913ad4a1098338a9d96ebc0b8c7fefd986c261de8179645d72 4048788 
python3.2-dev_3.2.1-1_amd64.deb
 f1e83ff1a074514653527da723a5f7f5f6d6067abc74cdfa1a74fea9185426dd 13656318 
python3.2-dbg_3.2.1-1_amd64.deb
Files: 
 76fed669725d5c325a3508f969072de6 1727 python optional python3.2_3.2.1-1.dsc
 ea8a7aedb9f3d3265c62b41a2955f48c 12768426 python optional 
python3.2_3.2.1.orig.tar.gz
 ef800251fb5f02e6deb1ec919c1e9528 229103 python optional 
python3.2_3.2.1-1.diff.gz
 6430e611cd6858980358a223ded8e74c 379756 python optional 
python3.2-examples_3.2.1-1_all.deb
 c549d96b9a6ac551e7f98ce0b211adf5 76508 python optional 
idle-python3.2_3.2.1-1_all.deb
 f822ca219aeb4f8810f3263d4be1ac87 6128118 doc optional 
python3.2-doc_3.2.1-1_all.deb
 3a8c133cd6f7468d0f9ec014e676b2b5 4101098 python optional 
python3.2_3.2.1-1_amd64.deb
 2790d2d5c475118c8429b00231e1f132 1838830 python optional 
python3.2-minimal_3.2.1-1_amd64.deb
 adc85ee9a62c277aa074a0c908ed6e7a 1323986 libs optional 
libpython3.2_3.2.1-1_amd64.deb
 5fec0fab7d1871c07b405d16f61605b9 4048788 python optional 
python3.2-dev_3.2.1-1_amd64.deb
 db138c3ca34def4715d9a3d680f56a03 13656318 debug extra 
python3.2-dbg_3.2.1-1_amd64.deb

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

iEYEARECAAYFAk4aGukACgkQStlRaw+TLJwSBQCfQAOK3mmUTnLGB3tXLskHpWJd
I/MAn2CDk7dLg51OFBGF8R8WlTVIWgwj
=l4km
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to