Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274762 - x11-wm/compiz: config file has incorrect path for libGL.so.1.2
Summary: x11-wm/compiz: config file has incorrect path for libGL.so.1.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Desktop-Effects herd
URL:
Whiteboard: [in overlay]
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-20 04:37 UTC by Jeffrey Thomas Piercy
Modified: 2009-08-29 13:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
compiz-0.8.2-r2.ebuild, but with fixed lib path (compiz-0.8.2-r2.ebuild,3.50 KB, text/plain)
2009-07-13 16:03 UTC, Russell Knighton
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeffrey Thomas Piercy 2009-06-20 04:37:40 UTC
The configuration file for compiz-manager, /etc/xdg/compiz/compiz-manager, contains the following lines:

LIBGL_NVIDIA="/usr/lib64/opengl/xorg-x11/libGL.so.1.2"
LIBGL_FGLRX="/usr/lib64/opengl/xorg-x11/libGL.so.1.2"

but the files pointed to don't exist. a 'find /usr/lib64 -name libGL.so.1.2' gives me this:
/usr/lib64/opengl/xorg-x11/lib/libGL.so.1.2
/usr/lib64/opengl/ati/lib/libGL.so.1.2

On a related note, should LIBGL_FGLRX be pointing to the libGL.so.1.2 in opengl/xorg-x11 or the one in opengl/ati?

Reproducible: Always

Steps to Reproduce:
Comment 1 Russell Knighton 2009-07-13 16:03:46 UTC
Created attachment 197810 [details]
compiz-0.8.2-r2.ebuild, but with fixed lib path

Agreed with original poster, error exists in the actual ebuild. Not sure what effect this actually had on running compiz (still haven't got it working again), but have fixed in this ebuild.
Comment 2 Russell Knighton 2009-07-13 16:04:51 UTC
p.s. should be linking to /usr/lib64/opengl/xorg-x11/lib/libGL.so.1.2 afaik, so that is what I have fixed it for.
Comment 3 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2009-07-16 14:30:30 UTC
I've fixed the libGL.so.1.2 path in compiz-0.8.2-r3 in the overlay.
The ebuild is masked because of the kde* use flag changes.
Comment 4 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2009-08-29 13:53:33 UTC
mrpouet has committed 0.8.2-r3 to the tree, so I'm marking this as fixed.