Created attachment 160142 [details] Requested to be added by the compiler Svn updated yesterday and started a "make buildworld", woke up to a failure here with the compiler asking me to submit a bug. c++ -O -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/us r/src/lib/clang/libclangsema/../../../contrib/llvm/../../lib/clang/include -DLLV M_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno- strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"armv6-gnueabi-freebsd11.0\" -DLLV M_HOST_TRIPLE=\"armv6-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src /tmp\" -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /usr/src/lib/c lang/libclangsema/../../../contrib/llvm/tools/clang/lib/Sema/SemaDeclCXX.cpp -o SemaDeclCXX.o c++ -O -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/us r/src/lib/clang/libclangsema/../../../contrib/llvm/../../lib/clang/include -DLLV M_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno- strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"armv6-gnueabi-freebsd11.0\" -DLLV M_HOST_TRIPLE=\"armv6-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src /tmp\" -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++ -Wno-c++11-extensions -c /usr/src/lib/c lang/libclangsema/../../../contrib/llvm/tools/clang/lib/Sema/SemaDeclObjC.cpp -o SemaDeclObjC.o c++: error: unable to execute command: Killed c++: error: clang frontend command failed due to signal (use -v to see invocatio n) FreeBSD clang version 3.6.1 (tags/RELEASE_361/final 237755) 20150525 Target: armv6--freebsd11.0-gnueabi Thread model: posix c++: note: diagnostic msg: PLEASE submit a bug report to https://bugs.freebsd.or g/submit/ and include the crash backtrace, preprocessed source, and associated r un script. c++: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: c++: note: diagnostic msg: /tmp/SemaDeclObjC-c934e4.cpp c++: note: diagnostic msg: /tmp/SemaDeclObjC-c934e4.sh c++: note: diagnostic msg: ******************** *** Error code 254 Stop. make[4]: stopped in /usr/src/lib/clang/libclangsema *** Error code 1 Stop.
Second file the compiler asked to be attached is too large (~7.8Mb); can make available on request via web server locally here if it is needed.
Is there anything in dmesg? For example does it tell you it ran out of swap.
Lemme look.... Hmmm.... it indeed appears to be the case. That's a problem that may require an external drive to solve (since you can't realistically swap to the SD card) -- so it appears that a "bare" Rpi2 cannot recompile itself. My bad in not checking that first. pid 10780 (c++), uid 0, was killed: out of swap space