-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Description
I would like to install an older version of julia in order to do some comparisons with an old program I have. The version I'm trying to install is 1.3.0. For some reason, I get the following error
julia]$ make
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
Traceback (most recent call last):
File "/home/jivifair/julia2/julia/contrib/normalize_triplet.py", line 113, in <module>
gcc_version = {
KeyError: '1'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 405 100 405 0 0 625 0 --:--:-- --:--:-- --:--:-- 626
0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
make[1]: *** [/home/user/julia2/julia/deps/suitesparse.mk:144: /home/user/julia2/julia/deps/srccache/SuiteSparse.v5.4.0-2..tar.gz] Error 22
make: *** [Makefile:60: julia-deps] Error 2
Is there a reason why this should fail? I'm not behind any firewall or have connection problems. Indeed a couple of months back I installed 1.7.0 without problems.