[Python-Dev] Bootstrap issue: "select" is compiled "too late"
Jesus Cea
jcea at jcea.es
Thu Oct 4 14:28:47 CEST 2012
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
<http://buildbot.python.org/all/builders/x86%20OpenIndiana%202.7/builds/1287/steps/compile/logs/stdio>
The relevant part:
"""
ranlib libpython2.7.a
gcc -o python \
Modules/python.o \
libpython2.7.a -lsocket -lnsl -ldl -lm
Traceback (most recent call last):
File "./setup.py", line 8, in <module>
from platform import machine as platform_machine
File
"/export/home/buildbot/32bits/2.7.cea-indiana-x86/build/Lib/platform.py",
line 116, in <module>
import sys,string,os,re,subprocess
File
"/export/home/buildbot/32bits/2.7.cea-indiana-x86/build/Lib/subprocess.py",
line 429, in <module>
import select
ImportError: No module named select
"""
My patch adds a "select" dependency, and "select" is not compiled yet
at this stage.
Any suggestion about how to solve this?
Thanks!.
- --
Jesús Cea Avión _/_/ _/_/_/ _/_/_/
jcea at jcea.es - http://www.jcea.es/ _/_/ _/_/ _/_/ _/_/ _/_/
jabber / xmpp:jcea at jabber.org _/_/ _/_/ _/_/_/_/_/
. _/_/ _/_/ _/_/ _/_/ _/_/
"Things are not so easy" _/_/ _/_/ _/_/ _/_/ _/_/ _/_/
"My name is Dump, Core Dump" _/_/_/ _/_/_/ _/_/ _/_/
"El amor es poner tu felicidad en la felicidad de otro" - Leibniz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/
iQCVAwUBUG2A/5lgi5GaxT1NAQL0KAQAgTFJc8owtoCAAAQGhhhTqGgrUuUegrM+
PCVZr/IVdnv+tNzAZWl84ng4ZQbfXBzU+6y5XIga0dpifqee9VOVNnLcHL4xv4fP
EWV4jZ9AWN8fPiAbgAe6MGQp3NYlRWTDRoPZTz/zXLqHxzMYzr9LpAOURqXr2/eB
VbYTRAhkGdM=
=m3j8
-----END PGP SIGNATURE-----
More information about the Python-Dev
mailing list