FreeBSD 9.1 빌드월드가 libclangsema에서 실패함

FreeBSD 9.1 빌드월드가 libclangsema에서 실패함

방금 9.0-RELEASE에서 9.1-RELEASE로 12개의 머신을 업데이트했는데 마지막 머신이 다음과 같이 종료되었습니다 buildworld.

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_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd9.0\" -DDEFAULT_SYSROOT=\"\" -fstack-protector -fno-exceptions -fno-rtti -c /usr/src/lib/clang/libclangsema/../../../contrib/llvm/tools/clang/lib/Sema/SemaExpr.cpp -o SemaExpr.o
{standard input}: Assembler messages:
{standard input}:108560: Warning: end of file not at end of a line; newline inserted
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

Stop in /usr/src/lib/clang/libclangsema.
*** Error code 1

Stop in /usr/src/lib/clang.
*** Error code 1

Stop in /usr/src/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
[Exit 1 ]

내가 시도한 것들:

rm -rf /usr/src/* && cvsup
rm -rf /usr/obj/*

/etc/make.conf이 시점에서는 대부분의 최적화가 꺼지고 효과는 매우 양호합니다.

# Optimize when possible based on CPU
#CPUTYPE?= pentium4

# Set optimization and use pipes to speed up compiles
#CFLAGS= -O -pipe
NO_CPU_CFLAGS=  true    # Don't add -march=<cpu> to CFLAGS automatically
NO_CPU_COPTFLAGS= true  # Don't add -march=<cpu> to COPTFLAGS automatically

# Set kernel compile with special options.
# CFLAGS is not applicable to kernel builds.
#COPTFLAGS= -O -pipe

지금은 좀 어리석은 것 같으니 어떤 제안이라도 환영합니다.

시간 내 주셔서 감사합니다.

관련 정보