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 phaering
Recipients barry, phaering, rpetrov
Date 2011-01-07.10:13:33
SpamBayes Score 0.0009881232
Marked as misclassified No
Message-id <201101071113.27276.p.haering@gmx.net>
In-reply-to <1294176750.04.0.0826462320446.issue9419@psf.upfronthosting.co.za>
Content
Following commands trigger the bug:

tar xf Python-2.7.tar.bz2
mkdir XXXXXXXX	(this is the build-directory outside the source tree)

CFLAGS="-O2 -march=i686"  ../Python-2.7/configure 
--prefix=/sw/Python-2.7-20110107/dest --enable-shared 2>&1 |tee configure.log
make 2>&1 | tee make.log
make test 2>&1 | tee test.log

!!! IMPORTANT !!! The bug is only seen, if there is no Python-2.7 library 
already installed in the standard places.

I have included the three log files configure.log, make.log, test.log
------------------------------------------------
Pfarrer Dr. Peter Häring
Dürmentinger Str. 15, 88521 Ertingen
Tel.: 07371/129361, Fax: 07371/129360
Email: p.haering@gmx.net
Files
File name Uploaded
configure.log phaering, 2011-01-07.10:13:33
make.log phaering, 2011-01-07.10:13:33
test.log phaering, 2011-01-07.10:13:33
History
Date User Action Args
2011-01-07 10:13:35phaeringsetrecipients: + phaering, barry, rpetrov
2011-01-07 10:13:33phaeringlinkissue9419 messages
2011-01-07 10:13:33phaeringcreate