Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 681592 - existing preserved libs output should include slots & repos in output
Summary: existing preserved libs output should include slots & repos in output
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: preserve-libs
  Show dependency tree
 
Reported: 2019-03-24 05:28 UTC by Robin Johnson
Modified: 2022-12-26 11:40 UTC (History)
1 user (show)

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 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2019-03-24 05:28:37 UTC
Please modify the preserved libs output to include slots & repos in the output of package names. It should be on both the package owner of preserved libs, as well as the consumer packages.

Present output:
!!! existing preserved libs:
>>> package: app-crypt/gpgme-1.12.0
 *  - /usr/lib64/libgpgme-pthread.so.11
 *  - /usr/lib64/libgpgme-pthread.so.11.13.4
 *      used by /usr/lib64/libgmime-2.6.so.0.623.0 (dev-libs/gmime-2.6.23)

Desired output:
!!! existing preserved libs:
>>> package: app-crypt/gpgme-1.12.0:1::gentoo
 *  - /usr/lib64/libgpgme-pthread.so.11
 *  - /usr/lib64/libgpgme-pthread.so.11.13.4
 *      used by /usr/lib64/libgmime-2.6.so.0.623.0 (dev-libs/gmime-2.6.23:2.6::gentoo)