Gentoo Archives: gentoo-amd64

From: Dieter Ries <clip2@×××.de>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Re: opengl issues in emerge world
Date: Sat, 26 Aug 2006 10:46:07
Message-Id: 200608261244.05419.clip2@gmx.de
In Reply to: [gentoo-amd64] Re: opengl issues in emerge world by Duncan <1i5t5.duncan@cox.net>
1 hi,
2
3
4 Am Samstag 26 August 2006 06:45 schrieb Duncan:
5 > Dieter Ries <clip2@×××.de> posted 200608252203.43803.clip2@×××.de,
6 >
7 > excerpted below, on Fri, 25 Aug 2006 22:03:41 +0200:
8 > > i am just doing a world update, and in two packages up to now, the euild
9 > > failed with some opengl errors i dont remember exactly.
10 >
11 > It's probably the known issue of being side-tracked by the wrong set of
12 > headers.
13 >
14 > If you have the 32-bit X compatibility libraries installed, the detector
15 > often detects those instead of the 64-bit libraries it should be building
16 > against. Naturally, chaos ensues. <g>
17 >
18 > Also, as the bit at the beginning implies, they need to be built against
19 > the xorg/mesa openGL interface, not some slaveryware video drivers you may
20 > be running. Sometimes the automated switch to the open ones doesn't work
21 > right and you have to switch manually.
22 >
23 > So, for the latter problem, try manually running eselect opengl list, then
24 > eselect opengl set <number for xorg-x11). If it's screwed up, you may
25 > have to try toggling it to something else then back to xorg.
26
27 there is only xorg-x11 in the list,
28
29 >
30 > For the former problem, because the compatibility libs are pre-compiled
31 > binaries, remerging them goes pretty fast, so rather than mess with
32 > trying to get the detection order right, the easiest workaround is to
33 > simply unmerge the compatibility libs so the detection will find the
34 > proper 64-bit versions, then remerge the compatibility libs after you've
35 > merged whatever was choking on them.
36
37 i re-installt the nvidia drivers without 32bit compatibility, but it didnt
38 work afterwards, either. i cheched if the /usr/lib64/libGL.so existed, but
39 there was only /usr/lib64/libGL.so.1
40
41 i linked it to /usr/lib64/libGL.so, and afterwards, emerge -avD libquicktime
42 worked.
43
44 but xdriinfo still fails with the same error as posted in the last email
45 any ideas?
46
47
48 >
49 > Note that I don't run slaveryware so don't have any legacy 32-bit apps or
50 > slaveryware drivers to worry about, and neither issue above has affected
51 > me personally. I'm simply relaying what others have said worked for them.
52 >
53 > --
54 > Duncan - List replies preferred. No HTML msgs.
55 > "Every nonfree program has a lord, a master --
56 > and if you use the program, he is your master." Richard Stallman
57
58
59 cu
60 Dieter
61
62 --
63 Frank Castle is dead!
64 Call me 'The PUNISHER'!

Replies

Subject Author
[gentoo-amd64] Re: opengl issues in emerge world Duncan <1i5t5.duncan@×××.net>