#166 make download fail, ca certificates do not exist on mirrors

Open
opened 3 months ago by Ghost · 0 comments
Ghost commented 3 months ago

While trying to build an image of librecmc both the from latest git clone, and from release v1.5.13-20230413 it fails at downloading ca-certificates from a few mirrors on which those certificates seem to no longer exist.

That includes librecmc.org which, when checking manually, returns me to a 404.html page, that looks identical to the home page.

SHELL= flock /home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/tmp/.ca-certificates_20211016.tar.xz.flock -c '   /home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/scripts/download.pl "/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/dl" "ca-certificates_20211016.tar.xz" "2ae9b6dc5f40c25d6d7fe55e07b54f12a8967d1955d3b7b2f42ee46266eeef88" "" "@DEBIAN/pool/main/c/ca-certificates"    '
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://ftp.debian.org/debian/pool/main/c/ca-certificates/ca-certificates_20211016.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   260    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
Download failed.
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://mirror.leaseweb.com/debian/pool/main/c/ca-certificates/ca-certificates_20211016.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0 16755    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
Download failed.
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://mirror.netcologne.de/debian/pool/main/c/ca-certificates/ca-certificates_20211016.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   153    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
Download failed.
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://librecmc.org/librecmc/downloads/sources/v1.5/ca-certificates_20211016.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   155  100   155    0     0    364      0 --:--:-- --:--:-- --:--:--   364
100  4341  100  4341    0     0   7769      0 --:--:-- --:--:-- --:--:--  7769
Hash of the downloaded file does not match (file: fe2bd4b4b07cdb4ab45134529981c24204b89dfa04af2ca6fdf9bc6738cca656, requested: 2ae9b6dc5f40c25d6d7fe55e07b54f12a8967d1955d3b7b2f42ee46266eeef88) - deleting download.
No more mirrors to try - giving up.
make[2]: *** [Makefile:71: /home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/dl/ca-certificates_20211016.tar.xz] Error 2
make[2]: Leaving directory '/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/package/system/ca-certificates'
time: package/system/ca-certificates/download#0.19#0.15#1.33
make[1]: *** [package/Makefile:113: package/system/ca-certificates/download] Error 2
make[1]: Leaving directory '/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413'
make[1]: Entering directory '/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413'
grep: warning: stray \ before /
which: no pkg-config in (/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/staging_dir/host/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin)
make[2]: Entering directory '/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/target/linux'
make[3]: Entering directory '/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/target/linux/ath79'
make[3]: Nothing to be done for 'download'.
make[3]: Leaving directory '/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/target/linux/ath79'
make[2]: Leaving directory '/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/target/linux'
time: target/linux/download#0.03#0.03#0.07
make[1]: Leaving directory '/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413'
While trying to build an image of librecmc both the from latest git clone, and from release v1.5.13-20230413 it fails at downloading ca-certificates from a few mirrors on which those certificates seem to no longer exist. That includes librecmc.org which, when checking manually, returns me to a 404.html page, that looks _identical_ to the home page. SHELL= flock /home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/tmp/.ca-certificates_20211016.tar.xz.flock -c ' /home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/scripts/download.pl "/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/dl" "ca-certificates_20211016.tar.xz" "2ae9b6dc5f40c25d6d7fe55e07b54f12a8967d1955d3b7b2f42ee46266eeef88" "" "@DEBIAN/pool/main/c/ca-certificates" ' + curl -f --connect-timeout 20 --retry 5 --location --insecure https://ftp.debian.org/debian/pool/main/c/ca-certificates/ca-certificates_20211016.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 260 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 Download failed. + curl -f --connect-timeout 20 --retry 5 --location --insecure https://mirror.leaseweb.com/debian/pool/main/c/ca-certificates/ca-certificates_20211016.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 16755 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 Download failed. + curl -f --connect-timeout 20 --retry 5 --location --insecure https://mirror.netcologne.de/debian/pool/main/c/ca-certificates/ca-certificates_20211016.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 153 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 Download failed. + curl -f --connect-timeout 20 --retry 5 --location --insecure https://librecmc.org/librecmc/downloads/sources/v1.5/ca-certificates_20211016.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 155 100 155 0 0 364 0 --:--:-- --:--:-- --:--:-- 364 100 4341 100 4341 0 0 7769 0 --:--:-- --:--:-- --:--:-- 7769 Hash of the downloaded file does not match (file: fe2bd4b4b07cdb4ab45134529981c24204b89dfa04af2ca6fdf9bc6738cca656, requested: 2ae9b6dc5f40c25d6d7fe55e07b54f12a8967d1955d3b7b2f42ee46266eeef88) - deleting download. No more mirrors to try - giving up. make[2]: *** [Makefile:71: /home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/dl/ca-certificates_20211016.tar.xz] Error 2 make[2]: Leaving directory '/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/package/system/ca-certificates' time: package/system/ca-certificates/download#0.19#0.15#1.33 make[1]: *** [package/Makefile:113: package/system/ca-certificates/download] Error 2 make[1]: Leaving directory '/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413' make[1]: Entering directory '/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413' grep: warning: stray \ before / which: no pkg-config in (/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/staging_dir/host/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin) make[2]: Entering directory '/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/target/linux' make[3]: Entering directory '/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/target/linux/ath79' make[3]: Nothing to be done for 'download'. make[3]: Leaving directory '/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/target/linux/ath79' make[2]: Leaving directory '/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413/target/linux' time: target/linux/download#0.03#0.03#0.07 make[1]: Leaving directory '/home/user/Software/operating_systems/librecmc/libreCMC-v1.5.13-20230413'
Sign in to join this conversation.
Loading...
Cancel
Save
There is no content yet.