LMSouq
general-dev Open

make -j 8 g++: internal compiler error: Killed (program cc1plus)

PU
pugna
1 month ago
3 views
Problem Description
When I deploy Apache Mesos on Ubuntu12.04, I follow the official document, in step "make -j 8" I'm getting this error in the console: g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions. make[2]: *** [slave/containerizer/mesos/libmesos_no_3rdparty_la-containerizer.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... mv -f log/.deps/liblog_la-log.Tpo log/.deps/liblog_la-log.Plo mv -f slave/containerizer/.deps/libmesos_no_3rdparty_la-docker.Tpo slave/containerizer/.deps/libmesos_no_3rdparty_la-docker.Plo mv -f log/.deps/liblog_la-consensus.Tpo log/.deps/liblog_la-consensus.Plo mv -f slave/containerizer/.deps/libmesos_no_3rdparty_la-external_containerizer.Tpo slave/containerizer/.deps/libmesos_no_3rdparty_la-external_containerizer.Plo mv -f log/.deps/liblog_la-coordinator.Tpo log/.deps/liblog_la-coordinator.Plo mv -f slave/.deps/libmesos_no_3rdparty_la-slave.Tpo slave/.deps/libmesos_no_3rdparty_la-slave.Plo mv -f master/.deps/libmesos_no_3rdparty_la-master.Tpo master/.deps/libmesos_no_3rdparty_la-master.Plo make[2]: Leaving directory `/root/Mesos/mesos/build/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/root/Mesos/mesos/build/src' make: *** [all-recursive] Error 1 what should I do?

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base