Gentoo Archives: gentoo-user

From: Marc Blumentritt <marc.blumentritt@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Possible bug in eselect-opengl
Date: Sun, 01 Jun 2008 07:32:12
Message-Id: g1tj95$9gv$1@ger.gmane.org
1 Hi,
2
3 I'm installing packages in my test environment using
4 ROOT=/mediamachine/devroot. After installing xorg-server I get these
5 results for opengl configuration:
6
7 (build) hive devroot # ls -l usr/lib/xorg/modules/extensions/libglx.so
8 lrwxrwxrwx 1 root root 67 2008-06-01 09:25
9 usr/lib/xorg/modules/extensions/libglx.so ->
10 /mediamachine/devroot//usr/lib/opengl/xorg-x11/extensions/libglx.so
11 (build) hive devroot # cat etc/env.d/03opengl
12 # Configuration file for eselect
13 # This file has been automatically generated.
14 LDPATH="/mediamachine/devroot//usr/lib/opengl/xorg-x11/lib"
15 OPENGL_PROFILE="xorg-x11"
16
17 Note that the link and 03opengl both contain /mediamachine/devroot.
18 After chroot in /mediamachine/devroot I run eselect opengl again to set
19 it to xorg-x11 and get these results:
20
21 (build) hive devroot # ls -l usr/lib/xorg/modules/extensions/libglx.so
22 lrwxrwxrwx 1 root root 45 2008-05-31 21:43
23 usr/lib/xorg/modules/extensions/libglx.so ->
24 /usr/lib/opengl/xorg-x11/extensions/libglx.so
25 (build) hive devroot # cat /etc/env.d/03opengl
26 # Configuration file for eselect
27 # This file has been automatically generated.
28 LDPATH="//usr//lib/opengl/xorg-x11/lib"
29 OPENGL_PROFILE="xorg-x11"
30
31
32 These results are what I would have already expected after installing
33 xorg-server in /mediamachine/devroot! So is this a bug in eselect-opengl
34 or is this tool working as it should?
35
36 Regards,
37 Marc
38
39 --
40 gentoo-user@l.g.o mailing list