Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Aug 2014 05:52:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 192449] lang/python27 fails to build on FreeBSD 11
Message-ID:  <bug-192449-21822-3CvD61a9CK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192449-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192449-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=192449

Marcus von Appen <mva@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mva@FreeBSD.org

--- Comment #6 from Marcus von Appen <mva@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192449-21822-3CvD61a9CK>