Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37531 - equery traceback using "list -p -o -I <package>"
Summary: equery traceback using "list -p -o -I <package>"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-07 15:02 UTC by Eldad Zack (RETIRED)
Modified: 2004-01-08 18:22 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 Eldad Zack (RETIRED) gentoo-dev 2004-01-07 15:02:43 UTC
I get a traceback when I try to list package excluding the install.
this is due to the fact that getallcpv is only defined for vartree and not portagetree.

# equery list -p -o -I gentoolkit
Searching for package 'gentoolkit' in all categories among:
 * Portage tree (/usr/portage)
 * overlay tree (/usr/local/portage)
Traceback (most recent call last):
  File "./equery", line 907, in ?
    cmd.perform(local_opts)
  File "./equery", line 778, in perform
    matches = package_finder(filter_fn)
  File "/usr/lib/gentoolkit/pym/gentoolkit.py", line 244, in find_all_uninstalled_packages
    t=porttree.getallcpv()
AttributeError: portagetree instance has no attribute 'getallcpv'
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-01-08 18:22:03 UTC
fixed in 0.2.0_pre2