Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 678972 - add equery module to find what packages own binaries that link to a soname
Summary: add equery module to find what packages own binaries that link to a soname
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on: 282639
Blocks:
  Show dependency tree
 
Reported: 2019-02-27 18:47 UTC by Patrick McLean
Modified: 2019-02-27 18:54 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 Patrick McLean gentoo-dev 2019-02-27 18:47:17 UTC
It would be useful to have a way of determining what packages contain binaries that link to a particular soname. Portage likely already has plumbing to do this for preserved-libs, so it should just be matter of hooking it up to equery.
Comment 1 Zac Medico gentoo-dev 2019-02-27 18:48:57 UTC
Like the "depends" module, but based on soname.
Comment 2 Zac Medico gentoo-dev 2019-02-27 18:53:07 UTC
This can use the PROVIDES/REQUIRES metadata that portage uses for soname dependencies (bug 282639).