Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128851 - emerge --verbose/-v flag wiredness
Summary: emerge --verbose/-v flag wiredness
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-04 18:21 UTC by Dylan
Modified: 2006-04-05 02:06 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 Dylan 2006-04-04 18:21:56 UTC
(using portage 2.1_pre7-r4)

the emerge --verbose/-v flag is turned on automatically for some packages. 
emerge is spitting out the USE flags for packages without me specifying verbose.


=================================
example of old expected behavior:
bonk ~ # emerge gcc -p

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] sys-devel/gcc-3.4.5-r1
bonk ~ # emerge gcc -pv

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] sys-devel/gcc-3.4.5-r1  USE="-bootstrap -boundschecking -build -doc -fortran -gcj -gtk -hardened -ip28 -multislot -nls -nocxx -nopie -nossp -objc -vanilla" 0 kB

Total size of downloads: 0 kB
bonk ~ #


===================================
example of new unexpected behavior:
bonk ~ # emerge gentoo-sources -p

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] sys-kernel/gentoo-sources-2.6.15-r1  USE="-build -doc -symlink"
bonk ~ # emerge gentoo-sources -pv

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] sys-kernel/gentoo-sources-2.6.15-r1  USE="-build -doc -symlink" 0 kB

Total size of downloads: 0 kB
bonk ~ #
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-05 02:06:55 UTC
Not reproducible here. Reopen with emerge --info.