Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 252149 - app-admin/eselect-opengl: failure to set links in /usr/lib64
Summary: app-admin/eselect-opengl: failure to set links in /usr/lib64
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-22 06:29 UTC by Michael Fuchs
Modified: 2009-08-20 11:25 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 Michael Fuchs 2008-12-22 06:29:40 UTC
eselect opengl set xorg-x11
doesn't create a /usr/lib64/libGL.so 
it only sets the links in /usr/lib32/


Reproducible: Always

Actual Results:  
# ls -al /usr/lib64/libGL.so*
lrwxrwxrwx 1 root root     23 Dec 16 01:24 /usr/lib64/libGL.so.1 -> /usr/lib64/libGL.so.1.2
-rw-r--r-- 1 root root 551184 Dec 16 01:24 /usr/lib64/libGL.so.1.2


Expected Results:  
# ls -al /usr/lib64/libGL.so*
lrwxrwxrwx 1 root root     39 Dec 22 07:10 /usr/lib64/libGL.so -> /usr/lib64/opengl/xorg-x11/lib/libGL.so
lrwxrwxrwx 1 root root     23 Dec 16 01:24 /usr/lib64/libGL.so.1 -> /usr/lib64/libGL.so.1.2
-rw-r--r-- 1 root root 556288 Dec 16 01:24 /usr/lib64/libGL.so.1.2
Comment 1 Serkan Kaba (RETIRED) gentoo-dev 2008-12-22 07:25:57 UTC
May this be the reason for bug #251645
Comment 2 Rémi Cardona (RETIRED) gentoo-dev 2009-08-17 22:56:47 UTC
Tomáš, is this a real bug?

Thanks
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2009-08-20 09:48:33 UTC
@remi:
yes if it does not create the symlink then it is bug. But it generates the symlinks ok for me :(
Comment 4 Rémi Cardona (RETIRED) gentoo-dev 2009-08-20 11:25:05 UTC
@Michael, can you still reproduce on an up-to-date system?

Thanks