Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2014 20:52:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 191943] lang/python34 won't build in jail if software and kernel versions doesn't match
Message-ID:  <bug-191943-21822-yp1ValwafI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191943-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191943-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=191943

--- Comment #12 from Bryan Drewery <bdrewery@FreeBSD.org> ---
(In reply to Eir Nym from comment #11)
> Thank you! This fixes issue... but
> 
> Why can't I pass UNAME_r in /etc/make.conf ?

You can, see /usr/ports/CHANGES for example:

OSVERSION+=     1100036
UNAME_ENV+=     OSVERSION=${OSVERSION}
UNAME_ENV+=     UNAME_s=FreeBSD
UNAME_ENV+=     UNAME_r=11.0-CURRENT
UNAME_ENV+=     UNAME_v="${UNAME_s} ${UNAME_r}"
.MAKEFLAGS:     ${UNAME_ENV}
MAKE_ENV+=      ${UNAME_ENV}
CONFIGURE_ENV+= ${UNAME_ENV}
SCRIPTS_ENV+=   ${UNAME_ENV}


Perhaps I should make it simpler so that setting UNAME_* auto propagates to the
environment.

-- 
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-191943-21822-yp1ValwafI>