Date: Mon, 30 Mar 2015 06:13:30 +0000 From: bugzilla-noreply@freebsd.org To: stable@FreeBSD.org Subject: [Bug 199014] [build] r280833 world fail to build with clang35 on -STABLE Message-ID: <bug-199014-1689-kCmT0nbBrv@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-199014-1689@https.bugs.freebsd.org/bugzilla/> References: <bug-199014-1689@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=199014 Dimitry Andric <dim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Not A Bug CC| |dim@FreeBSD.org --- Comment #1 from Dimitry Andric <dim@FreeBSD.org> --- This is an operator error. You need to specify the full path to clang35 in ${CC}, ${CXX} and ${CPP}, as /usr/local/bin is *not* in the PATH during buildworld. E.g, try setting: CC=/usr/local/bin/clang35 CXX=/usr/local/bin/clang++35 CPP=/usr/local/bin/clang-cpp35 Note that you will most likely run into various other issues when building world with an external toolchain, since it does not even always work on head. -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199014-1689-kCmT0nbBrv>