Closed
Description
As before, but this time's breakage is for no clear reason.
$ git status
HEAD detached at v1.10.2
nothing to commit, working tree clean
$ make -C deps checksum-openblas USE_BINARYBUILDER=0
/Users/kpamnany/Work/julia.master/deps/tools/jldownload /Users/kpamnany/Work/julia.master/deps/srccache/openblas-394a9fbafe9010b76a2615c562204277a956eb52.tar.gz https://api.github.com/repos/xianyi/OpenBLAS/tarball/394a9fbafe9010b76a2615c562204277a956eb52
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 477 100 477 0 0 813 0 --:--:-- --:--:-- --:--:-- 815
0 0 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
100 259 100 259 0 0 1087 0 --:--:-- --:--:-- --:--:-- 1092
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.8M 0 22.8M 0 0 6117k 0 --:--:-- 0:00:03 --:--:-- 7607k
/Users/kpamnany/Work/julia.master/deps/tools/jlchecksum /Users/kpamnany/Work/julia.master/deps/srccache/openblas-394a9fbafe9010b76a2615c562204277a956eb52.tar.gz
===============================================================================
ERROR: sha512 checksum failure on openblas-394a9fbafe9010b76a2615c562204277a956eb52.tar.gz, should be:
12235f0459469b483a393844c228be5ad4bc60575bbe4b3238198f2480b7b457
e4b0609730ce6d99530bb82e1d16fdd2338ceed6d28c952e6fff0da7f571f863
But `shasum -a 512 /Users/kpamnany/Work/julia.master/deps/srccache/openblas-394a9fbafe9010b76a2615c562204277a956eb52.tar.gz | awk '{ print $1; }'` results in:
3d1a096a738aa70c6c6c15acb9ac7fb77f3c8f9684c7f22dac1ceb7921c85131
e3a7e55c893b6aed01f85f1bdff124d0b3a3fae3ca2dc5c0aae192c38c012417
This can happen due to bad downloads or network proxies, please check your
network proxy/firewall settings and delete
/Users/kpamnany/Work/julia.master/deps/srccache/openblas-394a9fbafe9010b76a2615c562204277a956eb52.tar.gz
to force a redownload when you are ready
===============================================================================
make: *** [checksum-openblas] Error 2