[Bug 208282] lang/python*: Packages fails on arm due to variable in _sysconfigdata.py

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jun 4 12:57:47 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208282

Michal Meloun <mmel at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmel at FreeBSD.org

--- Comment #20 from Michal Meloun <mmel at FreeBSD.org> ---
It seems that poudriere concept of make.nxb.conf is suboptimal for
cross-compile. I think that we must remove make.nxb.conf and either of
 an expand HLINK_FILES also to files previously used in make.nxb.conf (or 
 better, to all files existing in /nxb-bin subtree)
or
 use overlayfs (if it's stable) and mount /nxb-bin over jail's root

Imho, both variants are easy enough and looks like real solution for me.

There are many related problems with this, some configure scripts ignores env
CC, LD variables for host based runtime tests (so it uses native(emulated)
compiler), other ports uses clang++ (probably all py-qt4-* ports).

Michal

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


More information about the freebsd-python mailing list