Gentoo Archives: gentoo-user

From: Valmor de Almeida <val.gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] wine configure: error: No OpenGL library found on this system.
Date: Sun, 28 Nov 2010 19:04:37
Message-Id: 4CF2B57C.4090904@gmail.com
In Reply to: Re: [gentoo-user] wine configure: error: No OpenGL library found on this system. by Valmor de Almeida
1 On 11/28/2010 11:51 AM, Valmor de Almeida wrote:
2 > On 11/28/2010 05:50 AM, Arttu V. wrote:
3 >> On 11/27/10, Valmor de Almeida <val.gentoo@×××××.com> wrote:
4 >>> The system appears clean (revdep-rebuild and emerge --depclean show
5 >>> nothing to be done).
6 >>
7 >> After a good night's sleep I realised that this part didn't explicitly
8 >> state that you ran a full re-emerge of at least the @system set (if
9 >> not the entire @world).
10 >>
11 >> So, have you successfully rebuilt your full toolchain after the change
12 >> to reflect the change? Do you have lib32 and lib64 paths in your
13 >> /etc/ld.so.conf? If they are missing will env-update add them there?
14 >>
15 >
16 > I thought I would get things fixed with revdep-rebuild but you are
17 > correct the ld.so.conf file is missing lib32. Will rebuild the system now.
18 >
19 > Thanks,
20 >
21 > --
22 > Valmor
23
24 I re-emerged the system (emerge -e system). The ld.so.conf got updated:
25
26 -> cat /etc/ld.so.conf
27 # ld.so.conf autogenerated by env-update; make all changes to
28 # contents of /etc/env.d directory
29 /usr/local/lib
30 include ld.so.conf.d/*.conf
31 //usr/lib64/opengl/xorg-x11/lib
32 /lib
33 /usr/lib
34 /lib64
35 /usr/lib64
36 /usr/local/lib64
37 /lib32
38 /usr/lib32
39 /usr/local/lib32
40 /usr/x86_64-pc-linux-gnu/lib
41 /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.4
42 /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.4/32
43 //usr/lib64/xulrunner-1.9.2
44 /usr/lib/qt4
45 /usr/lib64/qt4
46 /usr/lib64/fltk-1.1
47 /usr/lib64/octave-3.2.4
48
49 However no luck emerging wine. Will emerge the world next (this is going
50 to take a while...)
51
52 --
53 Valmor

Replies

Subject Author
[SOLVED] Re: [gentoo-user] wine configure: error: No OpenGL library found on this system. Valmor de Almeida <val.gentoo@×××××.com>