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 ronaldoussoren
Recipients Arfrever, benjamin.peterson, georg.brandl, loewis, ned.deily, ronaldoussoren, tpievila
Date 2012-09-08.05:42:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347082926.13.0.951309433256.issue15822@psf.upfronthosting.co.za>
In-reply-to
Content
The other alternative to fix this is to revert the patch in issue 15645  and then remove the -E flag from PYTHON_FOR_BUILD.

PYTHON_FOR_BUILD was introduced by a, possibly incomplete, attempt to introduce support for cross compiling. In particular, the variable was introduced in issue 14330. Neither the patch, nor the tracker discussion explains why the -E is necessary. It might be because all uses of $(BUILDPYTHON) that were replaced by PYTHON_FOR_BUILD had the -E flag at the time.

BTW. There also doesn't seem to documentation for cross building.
History
Date User Action Args
2012-09-08 05:42:06ronaldoussorensetrecipients: + ronaldoussoren, loewis, georg.brandl, benjamin.peterson, ned.deily, Arfrever, tpievila
2012-09-08 05:42:06ronaldoussorensetmessageid: <1347082926.13.0.951309433256.issue15822@psf.upfronthosting.co.za>
2012-09-08 05:42:05ronaldoussorenlinkissue15822 messages
2012-09-08 05:42:04ronaldoussorencreate