Your message dated Sun, 14 Nov 2010 19:50:13 +0000
with message-id <e1phiab-0000al...@franck.debian.org>
and subject line Bug#603237: fixed in python2.7 2.7.1~rc1-2
has caused the Debian Bug report #603237,
regarding python2.7-minimal: fails to configure with "IOError: invalid Python
installation: unable to open /usr/lib/python2.7/config/Makefile"
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 ow...@bugs.debian.org
immediately.)
--
603237: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603237
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python2.7-minimal
Version: 2.7-9
Severity: grave
Stock experimental system. python2.6 is already installed and
working great. Trying to investigate [1], I hope to install python2.7:
# cupt install python2.7
[...]
(Reading database ... 118078 files and directories currently installed.)
Unpacking python2.7-minimal (from .../python2.7-minimal_2.7-9_i386.deb) ...
Setting up python2.7-minimal (2.7-9) ...
Traceback (most recent call last):
File "/usr/lib/python2.7/site.py", line 552, in <module>
main()
File "/usr/lib/python2.7/site.py", line 534, in main
known_paths = addusersitepackages(known_paths)
File "/usr/lib/python2.7/site.py", line 261, in addusersitepackages
user_site = getusersitepackages()
File "/usr/lib/python2.7/site.py", line 236, in getusersitepackages
user_base = getuserbase() # this will also set USER_BASE
File "/usr/lib/python2.7/site.py", line 226, in getuserbase
USER_BASE = get_config_var('userbase')
File "/usr/lib/python2.7/sysconfig.py", line 558, in get_config_var
return get_config_vars().get(name)
File "/usr/lib/python2.7/sysconfig.py", line 457, in get_config_vars
_init_posix(_CONFIG_VARS)
File "/usr/lib/python2.7/sysconfig.py", line 310, in _init_posix
raise IOError(msg)
IOError: invalid Python installation: unable to open
/usr/lib/python2.7/config/Makefile (No such file or directory)
dpkg: error processing python2.7-minimal (--configure):
subprocess installed post-installation script returned error exit status 1
Indeed, there is no /usr/lib/python2.7/config directory. Unpacking
python2.7 with an explicit dpkg invocation allows the installation to
continue, so all is well.
[1] http://bugs.python.org/issue1736483
--- End Message ---
--- Begin Message ---
Source: python2.7
Source-Version: 2.7.1~rc1-2
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.1~rc1-2_all.deb
to main/p/python2.7/idle-python2.7_2.7.1~rc1-2_all.deb
libpython2.7_2.7.1~rc1-2_i386.deb
to main/p/python2.7/libpython2.7_2.7.1~rc1-2_i386.deb
python2.7-dbg_2.7.1~rc1-2_i386.deb
to main/p/python2.7/python2.7-dbg_2.7.1~rc1-2_i386.deb
python2.7-dev_2.7.1~rc1-2_i386.deb
to main/p/python2.7/python2.7-dev_2.7.1~rc1-2_i386.deb
python2.7-doc_2.7.1~rc1-2_all.deb
to main/p/python2.7/python2.7-doc_2.7.1~rc1-2_all.deb
python2.7-examples_2.7.1~rc1-2_all.deb
to main/p/python2.7/python2.7-examples_2.7.1~rc1-2_all.deb
python2.7-minimal_2.7.1~rc1-2_i386.deb
to main/p/python2.7/python2.7-minimal_2.7.1~rc1-2_i386.deb
python2.7_2.7.1~rc1-2.diff.gz
to main/p/python2.7/python2.7_2.7.1~rc1-2.diff.gz
python2.7_2.7.1~rc1-2.dsc
to main/p/python2.7/python2.7_2.7.1~rc1-2.dsc
python2.7_2.7.1~rc1-2_i386.deb
to main/p/python2.7/python2.7_2.7.1~rc1-2_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 603...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 14 Nov 2010 09:40:09 +0100
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 i386
Version: 2.7.1~rc1-2
Distribution: experimental
Urgency: low
Maintainer: Matthias Klose <d...@debian.org>
Changed-By: Matthias Klose <d...@debian.org>
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: 603237
Changes:
python2.7 (2.7.1~rc1-2) experimental; urgency=low
.
* Move the pyconfig.h file into the -min package, required by sysconfig.
Closes: #603237.
Checksums-Sha1:
b57fa5cc63edee88613b9cc20f53be02ddc63836 1822 python2.7_2.7.1~rc1-2.dsc
f577700bd52ce3d90b60db80f0e713f5cd227760 233095 python2.7_2.7.1~rc1-2.diff.gz
616937af8aa50bf5f36c1655187f1e1f430a0eb1 705104
python2.7-examples_2.7.1~rc1-2_all.deb
0b14e8ea4988050aab2cd09cc21d749bd36b0621 291354
idle-python2.7_2.7.1~rc1-2_all.deb
69357f322e26b0517d34521ff0da5e2a678d80e8 6076206
python2.7-doc_2.7.1~rc1-2_all.deb
63b3819533a083a0cccfa365269ae31bf351b31e 2518016 python2.7_2.7.1~rc1-2_i386.deb
3ed7d438251bb2e692812657d4c6649c79166c2b 1565264
python2.7-minimal_2.7.1~rc1-2_i386.deb
214d3860776377e3a5cb0857de2170c8153ef2cd 1068888
libpython2.7_2.7.1~rc1-2_i386.deb
29a8f2da2f12094adfeeb6c34ad040f4340e96e2 4697772
python2.7-dev_2.7.1~rc1-2_i386.deb
b7c4428fea89da8efd420bb4639d401ab52fc7f2 11655626
python2.7-dbg_2.7.1~rc1-2_i386.deb
Checksums-Sha256:
83d9a9445bf856259231417f403dbfa9e5d12c4036c7909df34cdb11b51c5737 1822
python2.7_2.7.1~rc1-2.dsc
8078040039aa8a97d4dadd4215cc4ab54033569bc5958f466745dfac33b63cf7 233095
python2.7_2.7.1~rc1-2.diff.gz
8d48ee32c10d3cb8f54330a7b094096b588d15ddb6973a511420cdb221e70ff6 705104
python2.7-examples_2.7.1~rc1-2_all.deb
91bfad8299e822501b5bdfe831c1dee39692b0e2c9c39b7d186523d17ca7c79c 291354
idle-python2.7_2.7.1~rc1-2_all.deb
91002889d6018abddbf8b5006fd0b85c46cf3f91422bf349ceef4b78c151f9d4 6076206
python2.7-doc_2.7.1~rc1-2_all.deb
9dd053be16b9dfd41825a0ba62583792fdddb0ab07c95f97d09647167f0d9e16 2518016
python2.7_2.7.1~rc1-2_i386.deb
cc39ef1eba3b7107a783ed9672baf18b619b1742ecc8e0fc3c5f2820bf97b48c 1565264
python2.7-minimal_2.7.1~rc1-2_i386.deb
19f03eb0cc89580b04d2ca95b1405ca2a853a8411a627bcadf73b69b3354e6fe 1068888
libpython2.7_2.7.1~rc1-2_i386.deb
4902443aaa17a685bbc987e588825b4bc781f398b99e6555b89d40dc21d67138 4697772
python2.7-dev_2.7.1~rc1-2_i386.deb
6f6745528a3d4efb12236c095dd7d037820cf8095ceb0372ee2921e4ad44a5ed 11655626
python2.7-dbg_2.7.1~rc1-2_i386.deb
Files:
f4e285e6319be7166a31d276eb09312a 1822 python optional python2.7_2.7.1~rc1-2.dsc
3ef5f2cd37cd548b0a5ed31e9a9e711e 233095 python optional
python2.7_2.7.1~rc1-2.diff.gz
8a00dea78f0fe2a97cd1a557aa8a613e 705104 python optional
python2.7-examples_2.7.1~rc1-2_all.deb
26760d46f555170addb2740361d9caf8 291354 python optional
idle-python2.7_2.7.1~rc1-2_all.deb
85cc4c8abcc0c9a3c415779c4a6ae12c 6076206 doc optional
python2.7-doc_2.7.1~rc1-2_all.deb
523296e5ab287bf796c1cb581f76f016 2518016 python optional
python2.7_2.7.1~rc1-2_i386.deb
4a943f855b16cda2a4912c885df5b6b3 1565264 python optional
python2.7-minimal_2.7.1~rc1-2_i386.deb
39831676f12c7e04c4f4f82f0f107214 1068888 libs optional
libpython2.7_2.7.1~rc1-2_i386.deb
b26b4b5e39eb46d7b26cceac045ccd9d 4697772 python optional
python2.7-dev_2.7.1~rc1-2_i386.deb
c772ed2883dafa1ab3897cd5b5648c3f 11655626 debug extra
python2.7-dbg_2.7.1~rc1-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkzgN9QACgkQStlRaw+TLJw0owCgwFGmbNtorbTnFD61ixBOYI8K
C/8Anj0JeyCnitRHWrOPEIm+k6go+zEp
=30fl
-----END PGP SIGNATURE-----
--- End Message ---