Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Dec 2012 08:28:42 +0900
From:      Randy Bush <randy@psg.com>
To:        Dimitry Andric <dim@FreeBSD.org>
Cc:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   Re: buildworld on geode blowing chunks in lib/clang/libllvmcore
Message-ID:  <m21uf8vxsl.wl%randy@psg.com>
In-Reply-To: <m2y5hhwhle.wl%randy@psg.com>
References:  <m28v9hying.wl%randy@psg.com> <50BA7D98.6090807@FreeBSD.org> <m2y5hhwhle.wl%randy@psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
WITHOUT_CLANG=yes

c++  -O2 -pipe -DIPFIREWALL_NAT -march=pentium -I/usr/src/lib/clang/libllvmcore/
../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmcore/../../../contrib/
llvm/tools/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_CO
NSTANT_MACROS -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd9.0\" -DDEFAULT
_SYSROOT=\"\" -fstack-protector -fno-exceptions -c /usr/src/lib/clang/libllvmcor
e/../../../contrib/llvm/lib/VMCore/Function.cpp -o Function.o
{standard input}: Assembler messages:
{standard input}:36465: Warning: end of file not at end of a line; newline inser
ted
{standard input}:36631: Error: unknown pseudo-op: `.lc798'
c++: Internal error: Killed: 9 (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html>; for instructions.
*** Error code 1

Stop in /usr/src/lib/clang/libllvmcore.
*** Error code 1

and on the second near-identical system

c++  -DIPFIREWALL_NAT -O -march=pentium -I/usr/src/lib/clang/libllvmarmasmparser
/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmarmasmparser/../../..
/contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmarmasmparser/../..
/../contrib/llvm/lib/Target/ARM/AsmParser -I/usr/src/lib/clang/libllvmarmasmpars
er/../../../contrib/llvm/lib/Target/ARM -I. -I/usr/src/lib/clang/libllvmarmasmpa
rser/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREE
BSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DLLVM_DEFAULT_TARGET_TRIPLE=
\"i386-unknown-freebsd9.0\" -DDEFAULT_SYSROOT=\"\" -fstack-protector -fno-except
ions -fno-rtti -c /usr/src/lib/clang/libllvmarmasmparser/../../../contrib/llvm/l
ib/Target/ARM/AsmParser/ARMAsmParser.cpp -o ARMAsmParser.o
c++: Internal error: Killed: 9 (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html>; for instructions.
*** [ARMAsmParser.o] Error code 1

Stop in /usr/src/lib/clang/libllvmarmasmparser.
*** [all] Error code 1

whoopsie!

Dec  2 03:45:11 soek0 kernel: pid 41470 (cc1plus), uid 0, was killed: out of swap space

and the second

Dec  2 17:24:48 soek1 kernel: pid 25417 (cc1plus), uid 0, was killed: out of swap space

/me sighs

looks like it is gonna be cross-compile time.  can you say PITA?

randy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m21uf8vxsl.wl%randy>