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 shiz
Recipients shiz
Date 2014-07-29.15:34:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406648042.0.0.0162670058613.issue22100@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, when cross-compiling, the configure script doesn't take $HOSTPYTHON into account when determining $PYTHON_FOR_BUILD. This can lead to a wrong Python interpreter being used for several critical cross-compilation stages, leading to compilation errors[1].

Attached is a patch which makes it take $HOSTPYTHON into account, thus solving said issues, diffed against the current hg tip, 723e0a7c4914.

[1]: https://github.com/rave-engine/python3-android/issues/1 (the last issue in the report)
History
Date User Action Args
2014-07-29 15:34:02shizsetrecipients: + shiz
2014-07-29 15:34:02shizsetmessageid: <1406648042.0.0.0162670058613.issue22100@psf.upfronthosting.co.za>
2014-07-29 15:34:01shizlinkissue22100 messages
2014-07-29 15:34:01shizcreate