screeninvader / ScreenInvader

Feed the screen!
GNU Affero General Public License v3.0
30 stars 2 forks source link

bootstrap.sh "Build janosh: failed" #15

Closed ghost closed 8 years ago

ghost commented 9 years ago

Hi, after the game is before...

CPU & Mem total loaded, tried already allocate more via fstab, still same issue.

Here is the bootstrap.log at this point:

virtual memory exhausted: Cannot allocate memory Makefile:82: recipe for target 'src/exception.o' failed make: * [src/exception.o] Error 1 make: * Waiting for unfinished jobs.... src/json.cpp:72:1: fatal error: error writing to /tmp/cc7WGIG2.s: No space left on device } ^ compilation terminated. src/lua_script.cpp:158:24: warning: 'janosh::Request janosh::lua::make_request(std::string, luaState, bool)' defined but not used [-Wunused-function] static janosh::Request make_request(string command, luaState L, bool trigger = false) { ^ The bug is not reproducible, so it is likely a hardware or OS problem. Makefile:82: recipe for target 'src/json.o' failed make: * [src/json.o] Error 1 mkdir -p ///lounge//bin cp janosh ///lounge//bin cp: cannot stat `janosh': No such file or directory Makefile:91: recipe for target 'install' failed make: * [install] Error 1

LG

ghost commented 9 years ago

Solved (on my 4 core intel),

edited two files: /third/build_janosh.sh /third/build_kernel.sh

both changed from make -j8 to make -j4

kallaballa commented 9 years ago

i'll try to determine the number of cores automatically

kallaballa commented 8 years ago

done