Emmanuel Vadot <m...@bidouilliste.com> has reassigned Bugzilla Automation <bugzi...@freebsd.org>'s request for maintainer-feedback to FreeBSD Python <pyt...@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. _______________________________________________ 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"