Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 564732 - x11-libs/glamor-0.6.0-r1 does not fully uninstall
Summary: x11-libs/glamor-0.6.0-r1 does not fully uninstall
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-02 21:54 UTC by Austin English (RETIRED)
Modified: 2015-11-10 15:34 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 Austin English (RETIRED) gentoo-dev 2015-11-02 21:54:23 UTC
aw25 ~ # qlist -Iv glamor
x11-libs/glamor-0.6.0-r1

aw25 ~ # qlist glamor
/usr/share/doc/glamor-0.6.0-r1/README.xz
/usr/share/doc/glamor-0.6.0-r1/ChangeLog.xz
/usr/share/X11/xorg.conf.d/glamor.conf
/usr/include/xorg/glamor.h
/usr/lib64/pkgconfig/glamor-egl.pc
/usr/lib64/pkgconfig/glamor.pc
/usr/lib64/libglamor.so.0.0.0
/usr/lib64/libglamor.so
/usr/lib64/libglamor.so.0
/usr/lib64/xorg/modules/libglamoregl.so
/usr/lib64/xorg/modules/libglamoregl.la

aw25 ~ # emerge -C x11-libs/glamor

aw25 ~ # qlist glamor
aw25 ~ # 
aw25 ~ # ls -al /usr/lib64/libglamor.so.0* 
lrwxrwxrwx 1 root root     18 May 22 00:11 /usr/lib64/libglamor.so.0 -> libglamor.so.0.0.0
-rwxr-xr-x 1 root root 220936 May 22 00:11 /usr/lib64/libglamor.so.0.0.0


Reproducible: Always

Steps to Reproduce:
# emerge x11-libs/glamor
# emerge -C x11-libs/glamor
Comment 1 Andrei Slavoiu 2015-11-02 23:52:34 UTC
That is just FEATURES=preserve-libs in action. Do an emerge @preserved-rebuild and they should be deleted.