Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2012 03:11:24 -0800 (PST)
From:      Beeblebrox <zaphod@berentweb.com>
To:        freebsd-stable@freebsd.org
Subject:   Re: buildworld with clang breaks because no cc
Message-ID:  <1353928284797-5764269.post@n5.nabble.com>
In-Reply-To: <1353854356417-5764013.post@n5.nabble.com>
References:  <1353670641224-5763472.post@n5.nabble.com> <1353671378109-5763475.post@n5.nabble.com> <1353674282188-5763482.post@n5.nabble.com> <1353678344136-5763503.post@n5.nabble.com> <50AF7F2F.6050104@gmail.com> <1353680064788-5763506.post@n5.nabble.com> <50B0C3D6.5070308@andric.com> <20121124170730.GF98247@kib.kiev.ua> <1353854356417-5764013.post@n5.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Some strange errors continue - I'm not complaining, just informing:
/asp/src/release > # make release OR # make cdrom etc.. breaks at
kernel.txz:
===> zlib (install)
install -o root -g wheel -m 555   zlib.ko
//usr/obj/asp/src/release/dist/kernel/boot/kernel
kldxref //usr/obj/asp/src/release/dist/kernel/boot/kernel
1 error
*** [kernel.txz] Error code 2

If I remove in /etc/make.conf the call to buildflags.conf and just have in
make.conf:
CC=clang
CXX=clang++
CPP=clang-cpp
Then it works without any problems. My buildflags.conf as before only has:
/asp/src | /asp/src/* | /usr/src | /usr/src/*{
        CC=     clang
        CPP=    clang-cpp
        CXX=    clang++
#       USE_CCACHE
#       USE_CCACHE_CPP2
#       USE_DISTCC
        THREADS=        6
        NO_CLEAN
}
/asp/ports | /asp/ports/*{ stuff...
Regards.



--
View this message in context: http://freebsd.1045724.n5.nabble.com/buildworld-with-clang-breaks-because-no-cc-tp5763472p5764269.html
Sent from the freebsd-stable mailing list archive at Nabble.com.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1353928284797-5764269.post>