From owner-freebsd-questions@FreeBSD.ORG Sat Apr 14 23:02:24 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EF891065670 for ; Sat, 14 Apr 2012 23:02:24 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtp.3dresearch.com (dorabella.3dresearch.com [66.167.251.2]) by mx1.freebsd.org (Postfix) with ESMTP id CB05A8FC12 for ; Sat, 14 Apr 2012 23:02:23 +0000 (UTC) Received: from fracasso.3dresearch.com (pool-108-1-81-175.pitbpa.east.verizon.net [108.1.81.175]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vmail.3dresearch.com (Postfix) with ESMTP id 71DB6D74FD for ; Sat, 14 Apr 2012 19:02:22 -0400 (EDT) Received: from fracasso.3dresearch.com (localhost [127.0.0.1]) by fracasso.3dresearch.com (Postfix) with SMTP id A74F55C5D for ; Sat, 14 Apr 2012 19:02:21 -0400 (EDT) Date: Sat, 14 Apr 2012 19:02:12 -0400 From: Janos Dohanics To: FreeBSD Questions Message-Id: <20120414190212.6976bc48.web@3dresearch.com> In-Reply-To: <20120414122852.36343aa5.web@3dresearch.com> References: <20120414122852.36343aa5.web@3dresearch.com> X-Mailer: Sylpheed 3.1.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: make world error 9.0-RELEASE #0 i386 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2012 23:02:24 -0000 On Sat, 14 Apr 2012 12:28:52 -0400 Janos Dohanics wrote: > Hello All, > > I'm trying to build world after having csupped, but the build fails > with: > > [...] > c++ -O2 -pipe > -I/usr/src/lib/clang/libclangsema/../../../contrib/llvm/include > -I/usr/src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/include > -I/usr/src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/lib/Sema > -I. > -I/usr/src/lib/clang/libclangsema/../../../contrib/llvm/../../lib/clang/include > -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS > -D__STDC_CONSTANT_MACROS -DLLVM_HOSTTRIPLE=\"i386-unknown-freebsd9.0 > \" -fstack-protector -fno-exceptions -fno-rtti > -c /usr/src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/lib/Sema/SemaChecking.cpp > {standard input}: Assembler messages: {standard input}:57706: > Warning: end of file not at end of a line; newline inserted {standard > input}: Assembler messages: {standard input}:71548: Warning: end of > file not at end of a line; newline inserted {standard input}:71876: > Error: no such instruction: `su' {standard input}:58857: Error: > suffix or operands invalid for `mov' c++: Internal error: Killed: 9 > (program cc1plus) Please submit a full bug report. See > for instructions. *** Error code 1 > c++: Internal error: Killed: 9 (program cc1plus) Please submit a full > bug report. See for instructions. > *** Error code 1 > [...] I wanted to note that the error occurred when I used make buildworld with the -j8 switch. Without the -j8 switch the build completed without errors. -- Janos Dohanics