Date: Thu, 01 Jun 2017 01:14: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-DnsDb7mPYN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-208282-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-208282-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208282 --- Comment #19 from Ed Maste <emaste@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 pack= age. 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 repl= ace - /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 --=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-DnsDb7mPYN>