Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2015 15:08:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203757] jam-based ports fail to build when using ports binutils.
Message-ID:  <bug-203757-13-rUdaXzq9z3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203757-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203757-13@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=203757

--- Comment #2 from Justin Hibbits <jhibbits@FreeBSD.org> ---
This is actually caused by setting ${AR}.  Jambase conditionally sets it to 'ar
ru', but it's already overridden by the ports framework, set to
/usr/local/bin/ar, so 'ru' is not added, resulting in this error.

-- 
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-203757-13-rUdaXzq9z3>