Groups 123 of 99+ julia-users › build issue on v0.4.2 5 posts by 2 authors ming...@irt-systemx.fr Apr 25 hello, there a build issue on a Vagrant virtual machine (i am actually debugging my Ansible automation) : require.jl docs/helpdb.jl docs/basedocs.jl /home/vagrant/julia-0.4.2/base/precompile.jl Killed *** This error is usually fixed by running `make clean`. If the error persists, try `make cleanall`. *** make[1]: *** [/home/vagrant/julia-0.4.2/usr/lib/julia/sys.o] Error 1 make: *** [julia-sysimg-release] Error 2 vagrant@vagrant-ubuntu-trusty-64:~/julia-0.4.2$ make LINK usr/lib/julia/sys.so /home/vagrant/julia-0.4.2/usr/lib/julia/sys.o: file not recognized: File truncated collect2: error: ld returned 1 exit status make[1]: *** [/home/vagrant/julia-0.4.2/usr/lib/julia/sys.so] Error 1 and here is the sys.o file : vagrant@vagrant-ubuntu-trusty-64:~/julia-0.4.2/usr/lib/julia$ ll total 3788 drwxrwxr-x 2 vagrant vagrant 4096 Apr 25 13:27 ./ drwxrwxr-x 4 vagrant vagrant 4096 Apr 25 13:23 ../ -rw-r--r-- 1 vagrant vagrant 1966777 Apr 25 13:23 inference0.ji -rw-r--r-- 1 vagrant vagrant 1898851 Apr 25 13:24 inference.ji -rw-rw-r-- 1 vagrant vagrant 0 Apr 25 13:25 sys.o i did : make -j 1 in order to be sure that it is not a parallel make issue. bests, ming...@irt-systemx.fr Apr 25 it seems that /home/vagrant/julia-0.4.2/base/precompile.jl crashed because of memory overflow (i watched htop). i'll try the build with more memory on my test virtual machine (500Mb -> 1 Gb). - show quoted text - Michele Zaffalon Apr 25 Re: [julia-users] Re: build issue on v0.4.2 Would it not be better to update to 0.4.5 first? - show quoted text - ming...@irt-systemx.fr Apr 25 Re: [julia-users] Re: build issue on v0.4.2 my "clients" want to validate the "build & custom" automation before thinking about upgrading. i have no choice :) - show quoted text - ming...@irt-systemx.fr Apr 26 Re: [julia-users] Re: build issue on v0.4.2 it worked ! RAM requirement for building julia from source is higher than 1Gb. i put 4 Gb