https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208282
Michal Meloun <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #20 from Michal Meloun <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
