[New-bugs-announce] [issue26886] Cross-compiling python:3.5.x fails with "Parser/pgen: Parser/pgen: cannot execute binary file"

Peter L report at bugs.python.org
Fri Apr 29 12:29:35 EDT 2016


New submission from Peter L:

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".

----------
components: Cross-Build
messages: 264508
nosy: Alex.Willmer, Peter L2
priority: normal
severity: normal
status: open
title: Cross-compiling python:3.5.x  fails with "Parser/pgen: Parser/pgen: cannot execute binary file"
type: compile error
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26886>
_______________________________________


More information about the New-bugs-announce mailing list