openwebrtc icon indicating copy to clipboard operation
openwebrtc copied to clipboard

ubuntu14.04 javascript build error

Open geniusgogo opened this issue 8 years ago • 1 comments

JavaScriptCore/API/.libs/libjavascriptcoregtk_3_0_la-JSCallbackConstructor.o make: *** [Source/JavaScriptCore/API/libjavascriptcoregtk_3_0_la-JSBase.lo] 已杀死 make: *** 正在等待未完成的任务.... make: *** [Source/JavaScriptCore/API/libjavascriptcoregtk_3_0_la-JSCTestRunnerUtils.lo] 已杀死 make: *** [Source/JavaScriptCore/API/libjavascriptcoregtk_3_0_la-JSCallbackFunction.lo] 已杀死 make: *** [Source/JavaScriptCore/API/libjavascriptcoregtk_3_0_la-JSClassRef.lo] 已杀死 make: *** [Source/JavaScriptCore/API/libjavascriptcoregtk_3_0_la-JSContextRef.lo] 已杀死 make: *** [Source/JavaScriptCore/API/libjavascriptcoregtk_3_0_la-JSCallbackObject.lo] 已杀死 make: *** [Source/JavaScriptCore/API/libjavascriptcoregtk_3_0_la-JSObjectRef.lo] 已杀死 make: *** [Source/JavaScriptCore/API/libjavascriptcoregtk_3_0_la-JSCallbackConstructor.lo] 已杀死 Running command 'make -j8 jsc'

Recipe 'javascriptcoregtk' failed at the build step 'compile' Select an action to proceed: [0] Enter the shell [1] Rebuild the recipe from scratch [2] Rebuild starting from the failed step [3] Skip recipe [4] Abort 0 [cerbero-linux-x86_64]:~/cerbero/sources/linux_x86_64/webkitgtk-2.4.6$ make -j8 jsc ...... 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.8/README.Bugs for instructions. 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.8/README.Bugs for instructions. 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.8/README.Bugs for instructions. 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.8/README.Bugs for instructions.

geniusgogo avatar Apr 20 '16 02:04 geniusgogo

I've seen something similar before, did you run out of memory? Check dmesg right after it happens and I think you might see OOM.

bitdivision avatar May 23 '16 10:05 bitdivision