Can't buildworld since Clang update

Dimitry Andric dim at FreeBSD.org
Wed Feb 23 16:04:16 UTC 2011


On 2011-02-23 14:22, datastream datastream.freecity wrote:
> I deleted all files in /usr/src and /usr/obj. it changes nothing, i still
> get same error.
>
> In /etc/make.conf:
> .if !defined(CC) || ${CC} == "cc"
> CC=clang
> .endif
> .if !defined(CXX) || ${CXX} == "c++"
> CXX=clang++
> .endif
> # Don't die on warnings
> NO_WERROR=
> WERROR=
> STRIP=
> CFLAGS+=-fno-omit-frame-pointer

I just did a full buildworld and buildkernel with exactly these settings
(deleted src.conf), and it worked fine.  Is there any more information
you can supply?  E.g. which exact revision of the tree are you trying to
build, which version of clang are you using, version of binutils, or any
other non-default environment settings?


More information about the freebsd-current mailing list