https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208282
--- Comment #19 from Ed Maste <ema...@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. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"