Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 134134

Summary: Portage auto-resume not really aware of EMERGE_DEFAULT_OPTS
Product: Portage Development Reporter: Lutz Lehmann <bugzilla>
Component: CoreAssignee: Portage team <dev-portage>
Status: VERIFIED LATER    
Severity: trivial    
Priority: High    
Version: 2.1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.