I want to build Julia on my own. I cloned the latest Julia repo from git and installed the required dependencies. On running make
, I get the following error:
robert@robhoenig:~/git/julia$ make
make: /home/robert/git/julia/contrib/relative_path.sh: Command not found
make: /home/robert/git/julia/contrib/relative_path.sh: Command not found
make: /home/robert/git/julia/contrib/relative_path.sh: Command not found
make: /home/robert/git/julia/contrib/relative_path.sh: Command not found
make: /home/robert/git/julia/contrib/relative_path.sh: Command not found
make: /home/robert/git/julia/contrib/relative_path.sh: Command not found
make: /home/robert/git/julia/contrib/relative_path.sh: Command not found
make: /home/robert/git/julia/contrib/relative_path.sh: Command not found
/bin/sh: 1: /home/robert/git/julia/contrib/relative_path.sh: not found
make[1]: /home/robert/git/julia/contrib/relative_path.sh: Command not found
make[1]: /home/robert/git/julia/contrib/relative_path.sh: Command not found
make[1]: /home/robert/git/julia/contrib/relative_path.sh: Command not found
make[1]: /home/robert/git/julia/contrib/relative_path.sh: Command not found
make[1]: /home/robert/git/julia/contrib/relative_path.sh: Command not found
make[1]: /home/robert/git/julia/contrib/relative_path.sh: Command not found
make[1]: /home/robert/git/julia/contrib/relative_path.sh: Command not found
make[1]: /home/robert/git/julia/contrib/relative_path.sh: Command not found
make[1]: /home/robert/git/julia/contrib/relative_path.sh: Command not found
make[1]: /home/robert/git/julia/deps/tools/jldownload: Command not found
/home/robert/git/julia/deps/suitesparse.mk:28: recipe for target '/home/robert/git/julia/deps/srccache/SuiteSparse-4.4.5.tar.gz' failed
make[1]: *** [/home/robert/git/julia/deps/srccache/SuiteSparse-4.4.5.tar.gz] Error 127
Makefile:60: recipe for target 'julia-deps' failed
make: *** [julia-deps] Error 2
robert@robhoenig:~/git/julia$ ls -l /home/robert/git/julia//contrib/relative_path.sh
-rwxrwxr-x 1 robert robert 981 Feb 23 19:42 /home/robert/git/julia//contrib/relative_path.sh
I find this particularly strange because the file /home/robert/git/julia//contrib/relative_path.sh
does in fact exist and is marked as executable.