Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 307037 - porthole-0.6.1 Summary view not showing most of the info
Summary: porthole-0.6.1 Summary view not showing most of the info
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2010-02-27 05:12 UTC by Brian Dolbec
Modified: 2010-02-28 19:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
fixes the KeyError due to an installed ebuild being removed from the tree. (porthole-0.6.1-masking_status.patch,485 bytes, patch)
2010-02-27 05:14 UTC, Brian Dolbec (RETIRED)
Details | Diff
updated ebuild, including the patch (porthole-0.6.1-r1.ebuild,1.94 KB, text/plain)
2010-02-27 05:15 UTC, Brian Dolbec (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Dolbec (RETIRED) gentoo-dev 2010-02-27 05:12:25 UTC
There is a small bug in the information gathering to display the package details.
I did not account for deprecated packages still being installed causing a KeyError from portage information retrieval causing a traceback, stopping the summary view display from building.  It did not affect package emerging, updating, etc..

The attached patch fixes that so that it will continue to display all the information correctly as usual.

Reproducible: Always

Steps to Reproduce:
1.select a package that has deprecated version installed.
2.
3.
Comment 1 Brian Dolbec (RETIRED) gentoo-dev 2010-02-27 05:14:55 UTC
Created attachment 221391 [details, diff]
fixes the KeyError due to an installed ebuild being removed from the tree.
Comment 2 Brian Dolbec (RETIRED) gentoo-dev 2010-02-27 05:15:49 UTC
Created attachment 221393 [details]
updated ebuild, including the patch