Raspberry PI3 buildroot [19.07.8] failed

Hi,
I am facing issues rebuilding the RPI 3 based on official release(previously was ok), some packages can't be downloaded and the build failed.

With config using the following:
wget https://downloads.openwrt.org/releases/19.07.8/targets/brcm2708/bcm2710/config.buildinfo -O .config

Error log shown:

 curl -f --connect-timeout 20 --retry 5 --location --insecure -O http://www.ring.gr.jp/archives/linux/kernel.org/linux/kernel/v4.x/linux-4.14.241.tar.xz
  % 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
Download failed.
+ curl -f --connect-timeout 20 --retry 5 --location --insecure -O ftp://ftp.riken.jp/Linux/kernel.org/linux/kernel/v4.x/linux-4.14.241.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 96.2M  100 96.2M    0     0  12.2M      0  0:00:07  0:00:07 --:--:-- 18.4M
Hash of the downloaded file does not match (file: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, requested: b5bb04bb70154ba27a08bc1c067eb7c08fc3d513da58e6a33d6645b3a1889f7d) - deleting download.
+ curl -f --connect-timeout 20 --retry 5 --location --insecure -O ftp://www.mirrorservice.org/sites/ftp.kernel.org/pub/linux/kernel/v4.x/linux-4.14.241.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 96.2M  100 96.2M    0     0  8978k      0  0:00:10  0:00:10 --:--:-- 14.7M
Hash of the downloaded file does not match (file: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, requested: b5bb04bb70154ba27a08bc1c067eb7c08fc3d513da58e6a33d6645b3a1889f7d) - deleting download.
+ curl -f --connect-timeout 20 --retry 5 --location --insecure -O https://cdn.kernel.org/pub/linux/kernel/v4.x/longterm/v4.14.241/linux-4.14.241.tar.xz
  % 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 
Download failed.
+ curl -f --connect-timeout 20 --retry 5 --location --insecure -O https://mirror.rackspace.com/kernel.org/linux/kernel/v4.x/longterm/v4.14.241/linux-4.14.241.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Download failed.
+ curl -f --connect-timeout 20 --retry 5 --location --insecure -O http://download.xs4all.nl/ftp.kernel.org/pub/linux/kernel/v4.x/longterm/v4.14.241/linux-4.14.241.tar.xz
  % 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
Download failed.
curl -sSL https://sources.openwrt.org/linux-4.14.241.tar.xz > dl/linux-4.14.241.tar.xz

Please use the "Preformatted text </>" button for logs, scripts, configs and general console output.
grafik
Please edit your post accordingly. Thank you! :slight_smile:

So the "scripts/donwload.pl" need to be updated in the git repo?

possibly... not too sure... mere forum user providing a workaround for you based on the log/info you provided...

OK thanks a lot for the suggestion. There are many more downloads seems to be stuck, manual workaround could be time consuming. Hope that someone who is responsible for the repo can help. :slight_smile:

could be local to you...;

  • is it a fresh clone...?
  • are you in a special country or something?
  • does master downloads.pl work for you?

cloned from:

1 Like

The make -j5 download world caused the issue.
Use make download follow by make -j5 works ok

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.