From owner-freebsd-current@FreeBSD.ORG Tue Aug 21 14:07:55 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50297106564A for ; Tue, 21 Aug 2012 14:07:55 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 0E5EE8FC12 for ; Tue, 21 Aug 2012 14:07:54 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:dd99:997b:50d0:d751] (unknown [IPv6:2001:7b8:3a7:0:dd99:997b:50d0:d751]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 9C10A5C59; Tue, 21 Aug 2012 16:07:53 +0200 (CEST) Message-ID: <50339638.2080107@FreeBSD.org> Date: Tue, 21 Aug 2012 16:07:52 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120815 Thunderbird/15.0 MIME-Version: 1.0 To: Randy Bush References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: buildworld c++ internal error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2012 14:07:55 -0000 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. :)