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: pyt...@freebsd.org Reporter: m...@bidouilliste.com Flags: maintainer-feedback?(pyt...@freebsd.org) Assignee: pyt...@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. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"