-
Notifications
You must be signed in to change notification settings - Fork 266
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
Build fails because Linux Headers cannot be fetched #128
Comments
Works from here, is it still current? Try mirrors listed on https://github.com/sabotage-linux/kernel-headers |
Yes, the servers are back up. I found an old issue suggesting to use the full kernel tarball instead of downloading only the headers. This would allow to have If this option isn't feasible due to reasons consider this issue resolved. |
unlike kernel.org, the site hosting linux-header tarball doesn't have 100% uptime. fixes richfelker#128
using the full kernel tarball has the following disadvantages:
to address this, i added a commit mentioning a mirror URL to my pr #126 |
It's intended that the upstream headers be usable with the patches applied by mcm (if any). If there are problems with that, they should be both reported upstream (kernel) and patched (in mcm patch set) for existing supported versions. Personally I prefer using the headers only package, but as there have been multiple problems users have hit, I'm kinda leaning towards making upstream kernel package the default again. Or maybe even turning off kernel headers by default, but that might upset users who expect busybox to compile out of the box. |
The make build currently fails because the
LINUX_HEADERS_SITE = http://ftp.barfooze.de/pub/sabotage/tarballs/
to download the linux headers tarball is not reachable.See following log:
The text was updated successfully, but these errors were encountered: