Randy Bush
2012-Dec-01 14:02 UTC
buildworld on geode blowing chunks in lib/clang/libllvmcore
FreeBSD soek0.psg.com 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Wed Oct 17 19:07:49 UTC 2012 root at soek0.psg.com:/usr/obj/usr/src/sys/SOEK0 i386 running a pretty stripped kernel as it is just an 8G flash, http://archive.psg.com/SOEK0 c++ -DIPFIREWALL_NAT -O -march=pentium -I/usr/src/lib/clang/libllvmcore/../../. ./contrib/llvm/include -I/usr/src/lib/clang/libllvmcore/../../../contrib/llvm/to ols/clang/include -I/usr/src/lib/clang/libllvmcore/../../../contrib/llvm/lib/VMCore -I. -I/usr/src/lib/clang/libllvmcore/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd9.0\" -DDEFAULT_SYSROOT=\"\" -fstack-protector -fno-exceptions -c /usr/src/lib/clang/libllvmcore/../../../contrib/llvm/lib/VMCore/Function.cpp -o Function.o c++: Internal error: Killed: 9 (program cc1plus) Please submit a full bug report. See <URL:http://gcc.gnu.org/bugs.html> for instructions. *** [Function.o] Error code 1 Stop in /usr/src/lib/clang/libllvmcore. *** [all] Error code 1 clues? is it buildtools? i started one, but it'll take many hours. randy
Dimitry Andric
2012-Dec-01 21:58 UTC
buildworld on geode blowing chunks in lib/clang/libllvmcore
On 2012-12-01 15:02, Randy Bush wrote:> FreeBSD soek0.psg.com 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Wed Oct 17 19:07:49 UTC 2012 root at soek0.psg.com:/usr/obj/usr/src/sys/SOEK0 i386 > > running a pretty stripped kernel as it is just an 8G flash, http://archive.psg.com/SOEK0 > > c++ -DIPFIREWALL_NAT -O -march=pentium -I/usr/src/lib/clang/libllvmcore/../../. > ./contrib/llvm/include -I/usr/src/lib/clang/libllvmcore/../../../contrib/llvm/to > ols/clang/include -I/usr/src/lib/clang/libllvmcore/../../../contrib/llvm/lib/VMCore -I. -I/usr/src/lib/clang/libllvmcore/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd9.0\" -DDEFAULT_SYSROOT=\"\" -fstack-protector -fno-exceptions -c /usr/src/lib/clang/libllvmcore/../../../contrib/llvm/lib/VMCore/Function.cpp -o Function.o > c++: Internal error: Killed: 9 (program cc1plus) > Please submit a full bug report. > See <URL:http://gcc.gnu.org/bugs.html> for instructions. > *** [Function.o] Error code 1 > > Stop in /usr/src/lib/clang/libllvmcore. > *** [all] Error code 1 > > clues? is it buildtools? i started one, but it'll take many hours.Running out of RAM? Is there anything visible in dmesg? If you are natively building on such a small box, and you are not interested in clang, you could use WITHOUT_CLANG. Otherwise, you could try reducing the number of -j jobs for make buildworld.