Date: Fri, 25 Mar 2016 10:48:51 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 208282] lang/python Packages fails on arm due to variable in _sysconfigdata.py Message-ID: <bug-208282-21822-pke9i5WGzk@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-208282-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-208282-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Emmanuel Vadot <manu@bidouilliste.com> has reassigned Bugzilla Automation <bugzilla@FreeBSD.org>'s request for maintainer-feedback to FreeBSD Python <python@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=3D208282 --- Description --- Created attachment 168607 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D168607&action= =3Dedit 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 compil= er, cflags etc ... Since the official packages are build via qemu-user-static with a non-stand= ard path (/nxb-bin/) wrong variables are saved and package cannot be build on t= he 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208282-21822-pke9i5WGzk>