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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 1 01:14:51 UTC 2017


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

--- Comment #19 from Ed Maste <emaste at freebsd.org> ---
> Do you know of a bugzilla issue this one can be blocked by to at least
> document (if not resolve) the root cause bug in qemu-user-static?

There's no bug in qemu-user-static. The bug is in the way we build the package.
In brief:

- The arm builds use qemu-user-static to execute individual ARM binaries on an
amd64 host
- Because this can be slow, the pkg build replaces some ARM binaries with
native amd64 binaries that act exactly as the native ARM binaries they replace
- /nxb-bin/usr/bin/cc is a version of Clang that runs on an amd64 host and
defaults to producing arm output
- /nxb-bin/usr/bin/cc exists nowhere but the FreeBSD arm package build
infrastructure

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


More information about the freebsd-python mailing list