[Bug 199014] [build] r280833 world fail to build with clang35 on -STABLE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 30 06:13:30 UTC 2015


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 the assignee for the bug.


More information about the freebsd-bugs mailing list