fifteenhex / buildroot_miyoomini

GNU General Public License v3.0
7 stars 1 forks source link

Error 404 Not Found while downloading linux-mstar_v5_17_rebase_wip-br1.tar.gz, returns 404 from sources.buildroot.net #2

Open giannoug opened 1 year ago

giannoug commented 1 year ago

Trying to build this errors with the following on make buildroot-dl:

wget --passive-ftp -nd -t 3 -O '/root/buildroot_miyoomini/buildroot/output/build/.linux-mstar_v5_17_rebase_wip-br1.tar.gz.J4MRRG/output' 'http://sources.buildroot.net/linux/linux-mstar_v5_17_rebase_wip-br1.tar.gz'
--2022-10-28 16:42:48--  http://sources.buildroot.net/linux/linux-mstar_v5_17_rebase_wip-br1.tar.gz
Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.1.37, 104.26.0.37, 172.67.72.56, ...
Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.1.37|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-10-28 16:42:48 ERROR 404: Not Found.

wget --passive-ftp -nd -t 3 -O '/root/buildroot_miyoomini/buildroot/output/build/.linux-mstar_v5_17_rebase_wip-br1.tar.gz.dEYNub/output' 'http://sources.buildroot.net/linux-mstar_v5_17_rebase_wip-br1.tar.gz'
--2022-10-28 16:42:48--  http://sources.buildroot.net/linux-mstar_v5_17_rebase_wip-br1.tar.gz
Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.1.37, 104.26.0.37, 172.67.72.56, ...
Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.1.37|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-10-28 16:42:49 ERROR 404: Not Found.

make[1]: *** [package/pkg-generic.mk:189: /root/buildroot_miyoomini/buildroot/output/build/linux-headers-mstar_v5_17_rebase_wip/.stamp_downloaded] Error 1
make[1]: Leaving directory '/root/buildroot_miyoomini/buildroot'
make: *** [br2secretsauce/common.mk:104: buildroot-dl] Error 2
fifteenhex commented 1 year ago

Hmmm, I will fix that when I get some time. For what it's worth this buildroot does very little right now either way.

Someone would need to step up to finish the display driver bits to make it worthwhile.

giannoug commented 1 year ago

For some really weird reason this error doesn't popup locally but on a remote server (CDN issue?). So I'm not really sure whether it's an actual error. On the other hand, make seems to crash WSL2 on my machine. I will try with a VM or another machine soon.

I know the project is missing parts but I also find it a nice start to mess with buildroot. It would be really helpful if you could list the things that are missing and/or create appropriate tickets so people interested in the project can start working and submit PRs.