Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 915335 - app-portage/gentoolkit: Runtime error when using depends with a set
Summary: app-portage/gentoolkit: Runtime error when using depends with a set
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-07 14:17 UTC by Lemon Lime
Modified: 2023-10-11 19:50 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 Lemon Lime 2023-10-07 14:17:44 UTC
If I run:
equery d @set

(@set being any set, be it user defined or portage defined) I get the following error:

Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.11/equery", line 44, in <module>
    equery.main(sys.argv)
  File "/usr/lib/python3.11/site-packages/gentoolkit/equery/__init__.py", line 359, in main
    loaded_module.main(module_args)
  File "/usr/lib/python3.11/site-packages/gentoolkit/equery/depends.py", line 228, in main
    print(" * These packages depend on %s:" % pp.emph(pkg.cpv))
                                                      ^^^^^^^
AttributeError: 'Dependencies' object has no attribute 'cpv'. Did you mean: 'cp'?