bugzilla-noreply at freebsd.org
2015-Mar-30 06:13 UTC
[Bug 199014] [build] r280833 world fail to build with clang35 on -STABLE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199014 Dimitry Andric <dim at FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Not A Bug CC| |dim at FreeBSD.org --- Comment #1 from Dimitry Andric <dim at 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.