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,

Reply via email to