Summary: | With "--newuse", portage erroneously wants to reinstall gcc | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Chris Slycord <cslycord> |
Component: | [OLD] Core system | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | VERIFIED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2006.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Chris Slycord
2006-07-30 18:35:20 UTC
(In reply to comment #0) > When I attempt to just update world and dependencies, nothing will happen with > gcc. If I add "--newuse" into the command, gcc is going to be reinstalled but > the USE flags haven't changed. -test% ^^^ There... ;) (In reply to comment #1) > (In reply to comment #0) > > When I attempt to just update world and dependencies, nothing will happen with > > gcc. If I add "--newuse" into the command, gcc is going to be reinstalled but > > the USE flags haven't changed. > > -test% > > ^^^ There... ;) > So essentially, my build of gcc was done without performing any "tests" as test wasn't a valid USE flag. Now that the test flag is to the ebuild, it wants me to reinstall. So when it reinstalls, it'll install without performing those tests as I have "-test." So it'll be reinstalling in such a way that nothing about my build will change. That's why I'm saying it is erroneous. No, it's not erroneous, the flags have changed. It's by design. If you dislike it, then edit /var/db/pkg/sys-devel/gcc-4.1.1/IUSE manually and add test there... (In reply to comment #3) > No, it's not erroneous, the flags have changed. It's by design. If you dislike > it, then edit /var/db/pkg/sys-devel/gcc-4.1.1/IUSE manually and add test > there... > Fair enough. Closing. |