[issue22724] byte-compile fails for cross-builds

Xavier de Gaye report at bugs.python.org
Sat Jul 30 12:09:48 EDT 2016


Xavier de Gaye added the comment:

Patch rebased to current tip.

To summarize:
* The root cause of the problem reported by Benedikt still exists.
* The problem is hidden now that the shared libraries names include the PLATFORM_TRIPLET.
* But byte-compilation still fails for cross-builds when the 'host' and 'build' PLATFORM_TRIPLET are the same and this occurs for the x86_64 Android build on a x86_64 'build' system.

Matthias, do you have any comment on this patch?

----------
Added file: http://bugs.python.org/file43953/py_build_environ_2.patch

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


More information about the Python-bugs-list mailing list