Re: FreeBSD 9 buildworld with clang failure

2012-02-03 Thread Dean E. Weimer
On 02.02.2012 15:12, ill...@gmail.com wrote: Might try: Commenting out CFLAGS= Setting NO_WERROR= in /etc/make.conf Removing the CFLAGS= line made no difference, after some searching for info about the NO_WERROR=, I went ahead and added the CFLAGS line back in added NO_WERROR= & WERROR= line

Re: FreeBSD 9 buildworld with clang failure

2012-02-02 Thread ill...@gmail.com
On 2 February 2012 14:43, Dean E. Weimer wrote: > I am trying to rebuild everything in a development machine with clang to > test for production, and ran into a problem on the buildworld process.  This > machine was already rebuilt from source using gcc, here are the options I > have set in make.c

FreeBSD 9 buildworld with clang failure

2012-02-02 Thread Dean E. Weimer
I am trying to rebuild everything in a development machine with clang to test for production, and ran into a problem on the buildworld process. This machine was already rebuilt from source using gcc, here are the options I have set in make.conf and src.conf. The lines I added to enable clang,