maintainer-feedback requested: [Bug 208282] lang/python Packages fails on arm due to variable in _sysconfigdata.py
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Mar 25 10:48:52 UTC 2016
Emmanuel Vadot <manu at bidouilliste.com> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to FreeBSD Python
<python at FreeBSD.org>:
Bug 208282: lang/python Packages fails on arm due to variable in
_sysconfigdata.py
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208282
--- Description ---
Created attachment 168607
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=168607&action=edit
python _sysconfigdata.py
Python saves it's build environment variable in
${PREFIX}/lib/pythonX.X/_sysconfigdata.py
This is used to provide module which needs to compile C/C++ code the compiler,
cflags etc ...
Since the official packages are build via qemu-user-static with a non-standard
path (/nxb-bin/) wrong variables are saved and package cannot be build on the
arm board.
I based my patch on bug #205600.
Tested with python2.7, 3.3 and 3.4
Note that this affect also mips and possibly others.
More information about the freebsd-python
mailing list