Your message dated Sun, 10 Jul 2011 09:35:18 +0000
with message-id <[email protected]>
and subject line Bug#633015: fixed in python2.6 2.6.7-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.6
Source-Version: 2.6.7-3
We believe that the bug you reported is fixed in the latest version of
python2.6, which is due to be installed in the Debian FTP archive:
idle-python2.6_2.6.7-3_all.deb
to main/p/python2.6/idle-python2.6_2.6.7-3_all.deb
libpython2.6_2.6.7-3_amd64.deb
to main/p/python2.6/libpython2.6_2.6.7-3_amd64.deb
python2.6-dbg_2.6.7-3_amd64.deb
to main/p/python2.6/python2.6-dbg_2.6.7-3_amd64.deb
python2.6-dev_2.6.7-3_amd64.deb
to main/p/python2.6/python2.6-dev_2.6.7-3_amd64.deb
python2.6-doc_2.6.7-3_all.deb
to main/p/python2.6/python2.6-doc_2.6.7-3_all.deb
python2.6-examples_2.6.7-3_all.deb
to main/p/python2.6/python2.6-examples_2.6.7-3_all.deb
python2.6-minimal_2.6.7-3_amd64.deb
to main/p/python2.6/python2.6-minimal_2.6.7-3_amd64.deb
python2.6_2.6.7-3.diff.gz
to main/p/python2.6/python2.6_2.6.7-3.diff.gz
python2.6_2.6.7-3.dsc
to main/p/python2.6/python2.6_2.6.7-3.dsc
python2.6_2.6.7-3_amd64.deb
to main/p/python2.6/python2.6_2.6.7-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.6 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 10:07:54 +0200
Source: python2.6
Binary: python2.6 python2.6-minimal libpython2.6 python2.6-examples
python2.6-dev idle-python2.6 python2.6-doc python2.6-dbg
Architecture: source all amd64
Version: 2.6.7-3
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description:
idle-python2.6 - An IDE for Python (v2.6) using Tkinter
libpython2.6 - Shared Python runtime library (version 2.6)
python2.6 - An interactive high-level object-oriented language (version 2.6)
python2.6-dbg - Debug Build of the Python Interpreter (version 2.6)
python2.6-dev - Header files and a static library for Python (v2.6)
python2.6-doc - Documentation for the high-level object-oriented language
Python
python2.6-examples - Examples for the Python language (v2.6)
python2.6-minimal - A minimal subset of the Python language (version 2.6)
Closes: 633015
Changes:
python2.6 (2.6.7-3) unstable; urgency=low
.
* Make the conflict against python-profiler a versioned conflict.
* Don't run the bsddb3 tests on kfreebsd-*.
* Don't run the benchmark on hurd-i386.
* Treat Linux 3.x as Linux 2. Closes: #633015.
* Revert the suggested patch for issue #762963. LP: #711541.
* Don't add the bsddb multilib path, if already in the standard lib path.
Checksums-Sha1:
7d221d2df8d23131f54242800b37fa676c58abc3 1792 python2.6_2.6.7-3.dsc
d136f0725ae772785815ab232734e3180a8feb73 281590 python2.6_2.6.7-3.diff.gz
92bd7cf51240a7c559be19cc99339293103195a0 695522
python2.6-examples_2.6.7-3_all.deb
018ac878998a78decf2d5c4837114f3e61776623 297076 idle-python2.6_2.6.7-3_all.deb
d5479e351beba1cfd7c4c13ce81068acbb8c743e 5772334 python2.6-doc_2.6.7-3_all.deb
37d96bb03424f5bb3c70ea83c09bd5c45f5def82 2482456 python2.6_2.6.7-3_amd64.deb
7898e8368369b42cdd4f6d0a4e9c0d36bf1d015b 1524112
python2.6-minimal_2.6.7-3_amd64.deb
273e8cd3a73305fee503ecb1e11c19e0e067b821 1086590 libpython2.6_2.6.7-3_amd64.deb
16aafa8e831580ee7b379414dc46f41010d1ec74 4831342
python2.6-dev_2.6.7-3_amd64.deb
b29d1f44fa854f8aea614544784b90eee6f28065 12442402
python2.6-dbg_2.6.7-3_amd64.deb
Checksums-Sha256:
b4e6e8cef2fe0c84b7b452cfdd8874d7ebe96050a50ef93cb5cee2781a3b02b2 1792
python2.6_2.6.7-3.dsc
6685505172d716bfdcd14606045b1b70170ec0637a0a11e4127024ec5a7cfa71 281590
python2.6_2.6.7-3.diff.gz
47bd417255fff24f2d5eb75c28d00efbeb4ce64d13b82c679d4ab3441a8278ae 695522
python2.6-examples_2.6.7-3_all.deb
3df4e409be5f9724ed47bb33bbdbb9f0a780aaa38e18c763d5bf46cf7fa2df80 297076
idle-python2.6_2.6.7-3_all.deb
676c05172ef2e2ed510aa2a4b59511068daaecc870499b193a4cff39581a88c3 5772334
python2.6-doc_2.6.7-3_all.deb
0ff34cb039deb4fe7dfaa6fdf6cb98791672bbe45b97303b0c239417c87b5a40 2482456
python2.6_2.6.7-3_amd64.deb
01a66427b8284ab141aaf5500d2c1ddce835e1f10d48fd5ada1fb07397bb5609 1524112
python2.6-minimal_2.6.7-3_amd64.deb
8c7e5177093dd75c88e0f30c476b4f3d750db3888e3236bf7702c25fc0adc414 1086590
libpython2.6_2.6.7-3_amd64.deb
0dfa7a59e1f78eb39282a9d857e86dc90dd66c23f546246df5e4e113edf59819 4831342
python2.6-dev_2.6.7-3_amd64.deb
3d4d5d45c59bd8aeb63f2902ed257a4da2516bd9cb92d34d14b33ac575bedc47 12442402
python2.6-dbg_2.6.7-3_amd64.deb
Files:
a8c1afe3e5a98d33923f74684abb06c7 1792 python optional python2.6_2.6.7-3.dsc
848a07f3f134399e9197ec141a6a11ff 281590 python optional
python2.6_2.6.7-3.diff.gz
20a0f58425663455412af9e8d63d8dce 695522 python optional
python2.6-examples_2.6.7-3_all.deb
84f54a7200c788d4dcc706c3f022b72b 297076 python optional
idle-python2.6_2.6.7-3_all.deb
d75c3b6c7b3b7f64cc2ca08db20a57c9 5772334 doc optional
python2.6-doc_2.6.7-3_all.deb
08917965b5753ef907b9526b7cf35a45 2482456 python standard
python2.6_2.6.7-3_amd64.deb
fe005ea7ba0000ccb994ff71c067f123 1524112 python standard
python2.6-minimal_2.6.7-3_amd64.deb
9083c5b1a51df521149d690f0ef95858 1086590 libs standard
libpython2.6_2.6.7-3_amd64.deb
c5948350b0ddd1692c061ebd575f5d4b 4831342 python optional
python2.6-dev_2.6.7-3_amd64.deb
b8897ea9e74fe809283d741acf4fd65a 12442402 debug extra
python2.6-dbg_2.6.7-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk4ZbgkACgkQStlRaw+TLJyGcwCfRFtLG5TSPL7A5U23WPjoBvOZ
TwIAoLrkJaXIMFOTKbOd8uQGiszs+Ak6
=uYN0
-----END PGP SIGNATURE-----
--- End Message ---