This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Alex.Leach
Recipients Alex.Leach, Jason.Vas.Dias, georg.brandl, r.david.murray
Date 2011-05-30.13:30:24
SpamBayes Score 1.0857821e-09
Marked as misclassified No
Message-id <1306762225.72.0.751338002742.issue11946@psf.upfronthosting.co.za>
In-reply-to
Content
I got the same test_commands fail when building a Python2.7.1 which I downloaded yesterday; it's on an FC13 x86_64 server.
I've built python2.7 before using a similar machine, but it's not picking up my external libraries on a Sun Grid Engine, leaving me with import errors. Probably problems with the environment ($PYTHONHOME & $PYTHONPATH), but playing with these don't fix my batch jobs, so I've decided to build a cross-compiled version, which I've done on a Mac Pro before, but not a linux server, where --with-universal-archs doesn't work. I'm not a guru with using CFLAGS args during compilation, so I think I'll end up compiling it twice (long, I need this to work yesterday), using Jason's configure arguments (that -m32 is the ticket), and taking Jason's wrapper script, modifying it for my home dir. Thanks for posting that Jason!! I'd already started implementing something similar in my batch script, but yours looks much more thorough.
Whilst here, I wanted to advocate python a bit. I think it's awesome, and an article that articulates it's awesomeness fairly amusingly, can be found here:-
http://www.linuxjournal.com/article/3882
Still, I'm also disappointed with these build problems. I left `make test` running overnight and it had hung, using 100% of a CPU the whole night. I'm not even half-way to getting python compiled... :( Will probably also need to recompile ATLAS as well as numpy / biopython for both archs - no quick or easy feat.
History
Date User Action Args
2011-05-30 13:30:25Alex.Leachsetrecipients: + Alex.Leach, georg.brandl, r.david.murray, Jason.Vas.Dias
2011-05-30 13:30:25Alex.Leachsetmessageid: <1306762225.72.0.751338002742.issue11946@psf.upfronthosting.co.za>
2011-05-30 13:30:25Alex.Leachlinkissue11946 messages
2011-05-30 13:30:24Alex.Leachcreate