Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40847 - uninstantiated variable in emerge's output function break emerge -S
Summary: uninstantiated variable in emerge's output function break emerge -S
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2004-02-08 08:19 UTC by Brian Harring (RETIRED)
Modified: 2004-02-10 05:14 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 Brian Harring (RETIRED) gentoo-dev 2004-02-08 08:19:55 UTC
Line 623 of emerge, 
print "     ", self.getInstallationStatus(catpack)
except... there isn't any catpackage var yet.  
Could easily do 
print "     ", self.getInstallationStatus(mycat+'/'+mypkg)
instead.

Note, unless the user is running w/ quiet, this appears to break emerge -S everytime.
Comment 1 Masatomo Nakano (RETIRED) gentoo-dev 2004-02-08 13:25:12 UTC
Fixed in CVS.
Comment 2 Masatomo Nakano (RETIRED) gentoo-dev 2004-02-10 05:14:40 UTC
Fixed in portage-2.0.50-r1