Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 394939 - emerge.log shows emerge leaked arguments (--quiet-build=? --package-moves=?)
Summary: emerge.log shows emerge leaked arguments (--quiet-build=? --package-moves=?)
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-16 14:12 UTC by Jeroen Roovers (RETIRED)
Modified: 2011-12-16 17:36 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 Jeroen Roovers (RETIRED) gentoo-dev 2011-12-16 14:12:10 UTC
Example

1324044580: Started emerge on: Dec 16, 2011 15:09:40
1324044580:  *** emerge --package-moves=n --ask --quiet-build=n --nodeps --verbose app-misc/mc

I've been seeing this for a long time and thought I might ask for a bit of polishing up of what gets into emerge.log. Note that in this case --quiet-build=n is part of EMERGE_DEFAULT_OPTS, while --package-moves=n was set as a command line argument. I guess neither should show up in emerge.log.
Comment 1 Zac Medico gentoo-dev 2011-12-16 17:36:54 UTC
I think the point of showing the options in the log is to show the "effective" options, not just the ones that happen to be given on the command line. If we omit options from EMERGE_DEFAULT_OPTS, then should probably omit all options.