Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 286508 - "equery belong" doesn't support symbolic links
Summary: "equery belong" doesn't support symbolic links
Status: RESOLVED DUPLICATE of bug 96515
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-26 11:49 UTC by Fabio Rossi
Modified: 2009-10-26 23:39 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 Fabio Rossi 2009-09-26 11:49:42 UTC
The file name passed to equery belong should be resolved to the real path.

For instance:

# equery b /lib/libreadline.so.6
[ Searching for file(s) /lib/libreadline.so.6 in *... ]

# equery b /lib64/libreadline.so.6
[ Searching for file(s) /lib/libreadline.so.6 in *... ]
sys-libs/readline-6.0_p3 (/lib64/libreadline.so.6 -> libreadline.so.6.0)
Comment 1 Douglas Anderson 2009-10-26 23:39:51 UTC
Thanks for your report. We're already aware of this issue and it's being worked on. Please feel free to continue helping us resolve the issue in the previously submitted bug.

*** This bug has been marked as a duplicate of bug 96515 ***