Date: Sat, 14 Apr 2012 19:02:12 -0400 From: Janos Dohanics <web@3dresearch.com> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: make world error 9.0-RELEASE #0 i386 Message-ID: <20120414190212.6976bc48.web@3dresearch.com> In-Reply-To: <20120414122852.36343aa5.web@3dresearch.com> References: <20120414122852.36343aa5.web@3dresearch.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 14 Apr 2012 12:28:52 -0400 Janos Dohanics <web@3dresearch.com> 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 > <URL:http://gcc.gnu.org/bugs.html> for instructions. *** Error code 1 > 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 > [...] 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120414190212.6976bc48.web>