Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2016 10:48:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 208282] lang/python Packages fails on arm due to variable in _sysconfigdata.py
Message-ID:  <bug-208282-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208282

            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@FreeBSD.org
          Reporter: manu@bidouilliste.com
             Flags: maintainer-feedback?(python@FreeBSD.org)
          Assignee: python@FreeBSD.org

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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208282-21822>