Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134134 - Portage auto-resume not really aware of EMERGE_DEFAULT_OPTS
Summary: Portage auto-resume not really aware of EMERGE_DEFAULT_OPTS
Status: VERIFIED LATER
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-23 10:25 UTC by Lutz Lehmann
Modified: 2007-01-12 07:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lutz Lehmann 2006-05-23 10:25:41 UTC
A few portage releases ago, EMERGE_DEFAULT_OPTS was introduced. Being a lazy bum, I jumped on that feature and put "-v" in there (saves thousands of keystrokes over the years). There's a slight (probably harmless) bug in current portage releases that lead to "doubling" flags upon automatic resuming after portage updates.

From what I've seen so far, portage uses exactly the same flags for "auto-resume" that were in use when it started updating itself. However, 'passed ' and 'used' flags are not necessarily the same any more. In my case, I say 'emerge -DNu world', which resolves to 'emerge -DNuv world'. So portage resumes with 'emerge -DNuvv world' and gives me a warning about redundant '--verbose'. I don't think it's any major problem, it's just cosmetical :)
Comment 1 Zac Medico gentoo-dev 2006-05-23 13:06:09 UTC
The message is completely harmless.  To fix this properly we really need to migrate to python's optparse module, but that's later...
Comment 2 Lutz Lehmann 2006-05-23 15:16:25 UTC
(In reply to comment #1)
> The message is completely harmless.  To fix this properly we really need to
> migrate to python's optparse module, but that's later...
> 
Just wanted to let you know :)
Comment 3 Marius Mauch (RETIRED) gentoo-dev 2007-01-12 06:28:50 UTC
I think this is fixed by now
Comment 4 Zac Medico gentoo-dev 2007-01-12 07:28:05 UTC
This is fixed in portage-2.1.2.