Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2012 16:07:52 +0200
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Randy Bush <randy@psg.com>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: buildworld c++ internal error
Message-ID:  <50339638.2080107@FreeBSD.org>
In-Reply-To: <m2harzt202.wl%randy@psg.com>
References:  <m2harzt202.wl%randy@psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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. :)



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