Hi all!
I am having problems in updating Julia from the git. As usual, every three
four days I download the last updates from the git and
compile them, this is what I do (I'm running ubuntu with KDE, and Julia is
v0.4) from the source directory I typed
git pull && make
then I got this
...
...
...
iterator.jl
inference.jl
ERROR: LoadError("/usr/local/julia/v0.4/base/sysimg.jl",65,LoadError(
"inference.jl",134,UndefVarError(:sizeof)))
in include at ./boot.jl:245 (repeats 2 times)
in include_from_node1 at loading.jl:128
in process_options at ./client.jl:285
in _start at ./client.jl:354
in _start_3B_13569 at /usr/local/julia/v0.4/usr/lib/julia/sys.so
*** This error is usually fixed by running 'make clean'. If the error
persists, try 'make cleanall'. ***
make[1]: *** [/usr/local/julia/v0.4/usr/lib/julia/sys.o] Error 1
make: *** [release] Error 2
after doing the make cleanall, tried make again and got
...
...
...
/usr/bin/install -c -m 644 '_U_dyn_register.man'
'/usr/local/julia/v0.4/usr/share/man/man3/_U_dyn_register.3'
/usr/bin/install -c -m 644 '_U_dyn_cancel.man'
'/usr/local/julia/v0.4/usr/share/man/man3/_U_dyn_cancel.3'
/usr/bin/install -c -m 644 include/libunwind-dynamic.h include/libunwind-
ptrace.h include/libunwind-coredump.h include/libunwind-x86_64.h include/
libunwind.h include/unwind.h '/usr/local/julia/v0.4/usr/include'
/usr/bin/install -c -m 644 include/libunwind-common.h
'/usr/local/julia/v0.4/usr/include'
Makefile:141: /Makefile.rules: No such file or directory
make[3]: *** No rule to make target `/Makefile.rules'. Stop.
make[2]: *** [/usr/local/julia/v0.4/usr/lib/libLLVMJIT.a] Error 2
make[1]: *** [julia-release] Error 2
make: *** [release] Error 2
now I'm stucked, I looked on the internet but could find reason or
solutions for this, it happened before and I had to remove everything and
download and make everything from scratch,
does anybody know how it is possible to fix this without completely
reinstalling Julia??
thanks!
andrea