Make download URL returned error: 404 Not Found

I'm building last stable for my ZBT-WE-826 but download fails because needs openssl-1.1.1i.tar.gz but now exist only openssl-1.1.1j.tar.gz.

What can I do the resume the download?

Here the log:

make[2]: Entering directory '/home/ubuntu/openwrt/package/libs/openssl'
mkdir -p /home/ubuntu/openwrt/dl
SHELL= flock /home/ubuntu/openwrt/tmp/.openssl-1.1.1i.tar.gz.flock -c '  	/home/ubuntu/openwrt/scripts/download.pl "/home/ubuntu/openwrt/dl" "openssl-1.1.1i.tar.gz" "e8be6a35fe41d10603c3cc635e93289ed00bf34b79671a3a4de64fcee00d5242" "" "http://ftp.fi.muni.cz/pub/openssl/source/" "http://ftp.linux.hr/pub/openssl/source/" "ftp://ftp.pca.dfn.de/pub/tools/net/openssl/source/" "http://www.openssl.org/source/" "http://www.openssl.org/source/old/1.1.1/"    '
+ curl -f --connect-timeout 20 --retry 5 --location --insecure http://ftp.fi.muni.cz/pub/openssl/source/openssl-1.1.1i.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found

That's only the first attempt. There's a heap more URLs that it should automatically try.
I didn't check them all, but at the very least, the final one (http://www.openssl.org/source/old/1.1.1/) contains the version you're after.
So this should just work...

It didn't stop and exit here did it?

1 Like