Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 400913 - app-portage/gentoolkit improvement for rdepend scan
Summary: app-portage/gentoolkit improvement for rdepend scan
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-26 13:33 UTC by Agostino Sarubbo
Modified: 2019-03-23 07:51 UTC (History)
2 users (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 Agostino Sarubbo gentoo-dev 2012-01-26 13:33:20 UTC
Hi, 

I usually use a big scanelf command to find the possible rdepend. Could be a good idea have in gentoolkit a binary like /usr/bin/rdepend that contains a line like this?


qlist -e "$@" | xargs scanelf -L -n -q -F '%n #F' | tr , ' ' | xargs qfile -Cv | sort -u | awk '{print $1}' | uniq
Comment 1 Ulenrich 2019-03-23 07:51:03 UTC
Yes, please!
But better a longer name, self-explanatory like:

revdiag-rdepend <pkg>