Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Oct 28, 2022 · 2 comments

Comments

@giannoug
Copy link

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
Copy link
Owner

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants