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

Bug 259526

Summary: app-portage/gentoolkit-0.2.4.2-r1 - Typo in revdep-rebuild.
Product: Portage Development Reporter: Ilja ”Zucca” Sara <zuccavondille>
Component: ToolsAssignee: Portage Tools Team <tools-portage>
Status: RESOLVED FIXED    
Severity: minor CC: zuccavondille
Priority: High Keywords: InVCS
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 268001    

Description Ilja ”Zucca” Sara 2009-02-18 21:48:58 UTC
Browse the source: less `which revdep-rebuild`
then go somewhere around line 260. Or search "normalize_emerge_opts()".

Line: 
        EMERGE_OPTIONS=(${EMERGE_OPTIONS[@]/%-f/--verbose})

Should be: 
        EMERGE_OPTIONS=(${EMERGE_OPTIONS[@]/%-v/--verbose})


Forum topic: http://forums.gentoo.org/viewtopic-t-738521.html

Reproducible: Didn't try
Comment 1 Paul Varner (RETIRED) gentoo-dev 2009-02-18 22:06:31 UTC
Thanks! The fix is in subversion and will be in the next release.

$ svn commit -m "Fix typo in normalize_emerge_opts(). Bug #259526"
Sending        revdep-rebuild/revdep-rebuild
Transmitting file data .
Committed revision 547.
Comment 2 Paul Varner (RETIRED) gentoo-dev 2009-05-01 03:26:24 UTC
Released in gentoolkit-0.2.4.3