-
Notifications
You must be signed in to change notification settings - Fork 26
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
Non-hermetic builds appear to be broken #55
Comments
The order is important, so bash will need to be one of the first ones you’ll build. That said, I can reproduce the issue even when trying to build bash:
I think this might be a regression from when we introduced version globbing. |
The root is just /, the meaning of this flag changed. related to #55
The latter already contains a /pkg suffix. related to #55
Added a few commits which get rid of the most glaring issues. I can build On Void linux, you’ll also need the Let me know if you hit another road block. I’ll try a full bootstrap run from non-hermetic into hermetic when I get around to it (unless you race me to it :) |
Attempting to do a complete bootstrap build fails due to not being able to use host tools to run the build. The steps I took are as follows:
The host has void's base-devel package available, which includes these packages:
The text was updated successfully, but these errors were encountered: