Hi,

I'm installing packages in my test environment using ROOT=/mediamachine/devroot. After installing xorg-server I get these results for opengl configuration:
(build) hive devroot # ls -l usr/lib/xorg/modules/extensions/libglx.so
lrwxrwxrwx 1 root root 67 2008-06-01 09:25 usr/lib/xorg/modules/extensions/libglx.so -> /mediamachine/devroot//usr/lib/opengl/xorg-x11/extensions/libglx.so
(build) hive devroot # cat etc/env.d/03opengl
# Configuration file for eselect
# This file has been automatically generated.
LDPATH="/mediamachine/devroot//usr/lib/opengl/xorg-x11/lib"
OPENGL_PROFILE="xorg-x11"

Note that the link and 03opengl both contain /mediamachine/devroot. After chroot in /mediamachine/devroot I run eselect opengl again to set it to xorg-x11 and get these results:
(build) hive devroot # ls -l usr/lib/xorg/modules/extensions/libglx.so
lrwxrwxrwx 1 root root 45 2008-05-31 21:43 usr/lib/xorg/modules/extensions/libglx.so -> /usr/lib/opengl/xorg-x11/extensions/libglx.so
(build) hive devroot # cat /etc/env.d/03opengl
# Configuration file for eselect
# This file has been automatically generated.
LDPATH="//usr//lib/opengl/xorg-x11/lib"
OPENGL_PROFILE="xorg-x11"


These results are what I would have already expected after installing xorg-server in /mediamachine/devroot! So is this a bug in eselect-opengl or is this tool working as it should?
Regards,
Marc

--
gentoo-user@lists.gentoo.org mailing list

Reply via email to