Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 351554

Summary: app-portage/epm-1.33 should resolve relative paths / symlinks
Product: Gentoo Linux Reporter: norbert kamenicky <noro>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED DUPLICATE    
Severity: normal CC: gentoo
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description norbert kamenicky 2011-01-13 13:54:47 UTC
epm-1.33 gives false result "is not owned by any package", if logical path is used:

$ epm -qf /usr/lib/libpam.so
file /usr/lib/libpam.so is not owned by any package

$ epm -qf /usr/lib64/libpam.so
pam-1.1.3

i.e. it needs patch for logical -> physical path conversion

Reproducible: Always

Actual Results:
Comment 1 Paul Varner (RETIRED) gentoo-dev 2012-12-26 20:43:05 UTC
Reassigning to maintainer-needed since package was not being maintained by anyone in tools-portage herd.
Comment 2 Peter Weilbacher 2013-01-23 11:52:55 UTC
The problem demonstrated in comment 0 is actually fixed by the patch I just added to bug 93843:

$ epm -qf /usr/lib/libpam.so     # this is epm-1.33
file /usr/lib/libpam.so is not owned by any package
$ ./epm -qf /usr/lib/libpam.so   # this is the patched epm
pam-1.1.5

Would love to mark this as dupe of bug 93843 but apparently I don't have the rights to do that.
Comment 3 Sergey Popov gentoo-dev 2013-01-23 11:58:40 UTC
(In reply to comment #2)
> Would love to mark this as dupe of bug 93843 but apparently I don't have the
> rights to do that.

Done ;-)

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