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 Peter L2
Recipients Alex.Willmer, Peter L2
Date 2016-04-29.16:29:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461947375.28.0.628311795437.issue26886@psf.upfronthosting.co.za>
In-reply-to
Content
Cross-compiling python-3.5.x fails with "Parser/pgen: Parser/pgen: cannot execute binary file" (CBUILD="x86_64-pc-linux-gnu" and CHOST="armv7a-hardfloat-linux-gnueabi").

python-3.5.x requires "pgen" and "_freeze_importlib" to be compiled and executed at build time. Otherwise, it fails with "Parser/pgen: Parser/pgen: cannot execute binary file".
History
Date User Action Args
2016-04-29 16:29:35Peter L2setrecipients: + Peter L2, Alex.Willmer
2016-04-29 16:29:35Peter L2setmessageid: <1461947375.28.0.628311795437.issue26886@psf.upfronthosting.co.za>
2016-04-29 16:29:35Peter L2linkissue26886 messages
2016-04-29 16:29:35Peter L2create