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

Failure: downloading linux source #3

Open
rwaldron opened this issue Apr 26, 2017 · 1 comment
Open

Failure: downloading linux source #3

rwaldron opened this issue Apr 26, 2017 · 1 comment

Comments

@rwaldron
Copy link
Contributor

When attempting to build, in both a local vagrant box and the aws build machine, the outcome is failure. In both cases, the result is the same: at the point in which the build attempts to wget linux-3.18.17.tar.xz from a variety of remote mirrors, they are all responding with 404.

https://gist.github.com/rwaldron/3f1aec9894222bc3b9cd35f6ae019dbc

Comparing the current source of tessel/openwrt/scripts/download.pl to openwrt/openwrt/scripts/download.pl it's clear that the failing URLs have indeed been changed:

- push @mirrors, "ftp://ftp.all.kernel.org/pub/$dir";
- push @mirrors, "http://ftp.all.kernel.org/pub/$dir";
+ push @mirrors, "https://kernel.org/pub/$dir";
+ push @mirrors, "ftp://kernel.org/pub/$dir";
@rwaldron
Copy link
Contributor Author

Here's the patch that updated those specific urls openwrt/openwrt@1f9e25d

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

1 participant