[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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208282
Bug ID: 208282
Summary: lang/python Packages fails on arm due to variable in
_sysconfigdata.py
Product: Ports & Packages
Version: Latest
Hardware: arm
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: python at FreeBSD.org
Reporter: manu at bidouilliste.com
Flags: maintainer-feedback?(python at FreeBSD.org)
Assignee: python at FreeBSD.org
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list