[Bug 192449] lang/python27 fails to build on FreeBSD 11
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Aug 7 05:52:44 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192449
Marcus von Appen <mva at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mva at FreeBSD.org
--- Comment #6 from Marcus von Appen <mva at FreeBSD.org> ---
Yes, this could be the cause, since uname and friends are picked for
determining e.g. the os release.
You can try to set those explicitly in /etc/make.conf. Maybe setting them
solves the problem for you (it does for me in a 9x jail on a 10 host):
UNAME_r=11.0-STABLE
UNAME_v=FreeBSD 11.0-STABLE
OSVERSION=11[12345]
Set OSVERSION to the value shown in /usr/include/sys/param.h, __FreeBSD_version
(of your jail).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list