Skip to content

Instantly share code, notes, and snippets.

@iSynaptic
Created April 2, 2015 17:40
Show Gist options
  • Save iSynaptic/686a786f1a166bdfe86f to your computer and use it in GitHub Desktop.
Save iSynaptic/686a786f1a166bdfe86f to your computer and use it in GitHub Desktop.
Error Compiling CoreCLR
[ 8%] Building CXX object src/md/enc/dac/CMakeFiles/mdruntimerw_dac.dir/__/meta
modelenc.cpp.o
[ 8%] Building CXX object src/md/enc/dac/CMakeFiles/mdruntimerw_dac.dir/__/meta
modelrw.cpp.o
[ 8%] Building CXX object src/md/enc/dac/CMakeFiles/mdruntimerw_dac.dir/__/pepa
rse.cpp.o
[ 8%] Building CXX object src/md/enc/dac/CMakeFiles/mdruntimerw_dac.dir/__/rwut
il.cpp.o
[ 8%] Building CXX object src/md/enc/dac/CMakeFiles/mdruntimerw_dac.dir/__/stgi
o.cpp.o
[ 8%] Building CXX object src/md/enc/dac/CMakeFiles/mdruntimerw_dac.dir/__/stgt
iggerstorage.cpp.o
[ 8%] Building CXX object src/md/enc/dac/CMakeFiles/mdruntimerw_dac.dir/__/stgt
iggerstream.cpp.o
[ 8%] Building CXX object src/md/enc/dac/CMakeFiles/mdruntimerw_dac.dir/__/mdin
ternalrw.cpp.o
Linking CXX static library libmdruntimerw_dac.a
[ 8%] Built target mdruntimerw_dac
Scanning dependencies of target mdhotdata_dac
[ 8%] Building CXX object src/md/hotdata/dac/CMakeFiles/mdhotdata_dac.dir/__/ho
tmetadata.cpp.o
[ 8%] Building CXX object src/md/hotdata/dac/CMakeFiles/mdhotdata_dac.dir/__/ho
ttable.cpp.o
[ 8%] Building CXX object src/vm/dac/CMakeFiles/cee_dac.dir/__/appdomain.cpp.o
[ 8%] Building CXX object src/md/hotdata/dac/CMakeFiles/mdhotdata_dac.dir/__/ho
theapsdirectoryiterator.cpp.o
[ 8%] Building CXX object src/md/hotdata/dac/CMakeFiles/mdhotdata_dac.dir/__/ho
theap.cpp.o
[ 8%] Building CXX object src/md/hotdata/dac/CMakeFiles/mdhotdata_dac.dir/__/ho
theapwriter.cpp.o
Linking CXX static library libmdhotdata_dac.a
[ 8%] Built target mdhotdata_dac
Scanning dependencies of target daccess
[ 9%] Building CXX object src/vm/dac/CMakeFiles/cee_dac.dir/__/array.cpp.o
[ 9%] Building CXX object src/vm/dac/CMakeFiles/cee_dac.dir/__/assembly.cpp.o
[ 9%] Building CXX object src/vm/dac/CMakeFiles/cee_dac.dir/__/baseassemblyspec
.cpp.o
[ 9%] Building CXX object src/vm/dac/CMakeFiles/cee_dac.dir/__/binder.cpp.o
[ 9%] Building CXX object src/vm/dac/CMakeFiles/cee_dac.dir/__/ceeload.cpp.o
[ 9%] Building CXX object src/debug/daccess/CMakeFiles/daccess.dir/dacdbiimpl.c
pp.o
clang: error: unable to execute command: Killed
clang: error: clang frontend command failed due to signal (use -v to see invocat
ion)
Ubuntu clang version 3.5.0-4ubuntu2~trusty2 (tags/RELEASE_350/final) (based on L
LVM 3.5.0)
Target: x86_64-pc-linux-gnu
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to http://bugs.debian.or
g/ and include the crash backtrace, preprocessed source, and associated run scri
pt.
clang: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/ceeload-b1bb61.cpp
clang: note: diagnostic msg: /tmp/ceeload-b1bb61.sh
clang: note: diagnostic msg:
********************
make[2]: *** [src/vm/dac/CMakeFiles/cee_dac.dir/__/ceeload.cpp.o] Error 254
make[1]: *** [src/vm/dac/CMakeFiles/cee_dac.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 9%] Building CXX object src/debug/daccess/CMakeFiles/daccess.dir/dacdbiimpllo
cks.cpp.o
clang: error: unable to execute command: Killed
clang: error: clang frontend command failed due to signal (use -v to see invocat
ion)
Ubuntu clang version 3.5.0-4ubuntu2~trusty2 (tags/RELEASE_350/final) (based on L
LVM 3.5.0)
Target: x86_64-pc-linux-gnu
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to http://bugs.debian.or
g/ and include the crash backtrace, preprocessed source, and associated run scri
pt.
clang: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/dacdbiimpl-64d25a.cpp
clang: note: diagnostic msg: /tmp/dacdbiimpl-64d25a.sh
clang: note: diagnostic msg:
********************
make[2]: *** [src/debug/daccess/CMakeFiles/daccess.dir/dacdbiimpl.cpp.o] Error 2
54
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/debug/daccess/CMakeFiles/daccess.dir/all] Error 2
make: *** [all] Error 2
Failed to build coreclr components.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment