coreos / docs

Documentation for CoreOS projects
http://coreos.com/docs
Apache License 2.0
882 stars 534 forks source link

build_package error solution #1239

Closed Bubblemelon closed 6 years ago

Bubblemelon commented 6 years ago

Perhaps it would be useful to have this command:

emerge-amd64-usr bash readline ncurses

handy in the doc so that users going through the sdk-modifying-coreos page can continue to run ./build_packages again (if build package errors occurs) and then to building the image.

Bubblemelon commented 6 years ago

For example:

screenshot from 2018-05-22 09-58-41

bgilbert commented 6 years ago

This workaround will no longer be necessary after we switch to the upcoming SDK release. We generally don't include short-term workarounds in our docs; they're available in the bug tracker for users who need them.

Bubblemelon commented 6 years ago

@bgilbert Yup that's right.

I know get that this was case specific, where by doing emerge-amd64-usr bash readline ncurses means that emerge-amd64-usr will rebuild bash, readline and ncurses. I was also told that David identified what to rebuild in this case.