Summary: | emerge @world rebuilds wrong version of cross-arm-none-linux-gnueabi/gcc because latest bug free version is masked. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Brian McKee <btmckee9> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=833357 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Brian McKee
2022-03-05 23:28:40 UTC
Isn't this because you need to put arm-none-linux-gnueabi-gcc in package.accept_keywords instead? You are correct. There is actually more than one issue though. emerge had reported issues with the world file and told me how to correct it. I have run that every time for a few months now and not thought much of it. But it turns out that my world file contains cross-arm ... gcc and glibc for versions that are not installed and that was confusing me so I added the wrong reference to /etc/portage/package.accept_keywords. Once I added the correct one, as you suggested, the problem seems to have gone away. I'm currently dealing with an unrelated dependency issue that didn't show up until I edited the world file. Python and beets. Thanks for giving me the push I needed to get to the bottom of this. No problem. FWIW, bug 833357 will fix the build issue in stable. |