Re: buildworld c++ internal error

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Tue, 21 Aug 2012 16:07:52 +0200
On 2012-08-19 16:01, Randy Bush wrote:
...
> 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_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
> {standard input}: Assembler messages:
> {standard input}:36465: Warning: end of file not at end of a line; newline inserted
> {standard input}:36631: Error: unknown pseudo-op: `.lc798'
> c++: Internal error: Killed: 9 (program cc1plus)

If you don't need clang on this box, you could add WITHOUT_CLANG to your
src.conf.  If you do need clang, you could try building world with it,
since it usually is faster than gcc, and uses less memory. :)
Received on Tue Aug 21 2012 - 12:07:55 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:29 UTC