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 xdegaye
Recipients Alex.Willmer, bennykj, xdegaye, yan12125
Date 2016-10-15.12:01:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476532872.41.0.709018655296.issue28444@psf.upfronthosting.co.za>
In-reply-to
Content
The cross-build uses a native python to run setup.py to build the extension modules, and to run 'python -S -m sysconfig --generate-posix-vars' and to byte compile the modules from the standard library. So you do need a native python. That is why you should first build it natively, set the PATH so that the cross-build can find it and use it, and then run the cross-build.
History
Date User Action Args
2016-10-15 12:01:12xdegayesetrecipients: + xdegaye, Alex.Willmer, yan12125, bennykj
2016-10-15 12:01:12xdegayesetmessageid: <1476532872.41.0.709018655296.issue28444@psf.upfronthosting.co.za>
2016-10-15 12:01:12xdegayelinkissue28444 messages
2016-10-15 12:01:12xdegayecreate