Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Cc: dhk <dhkuhl@×××××××××.net>
Subject: Re: [gentoo-user] broken /usr/lib32/qt4/libQtOpenGL.so.4.6.2
Date: Wed, 08 Sep 2010 13:36:58
Message-Id: 201009081536.09741.alan.mckinnon@gmail.com
In Reply to: [gentoo-user] broken /usr/lib32/qt4/libQtOpenGL.so.4.6.2 by dhk
1 Apparently, though unproven, at 15:11 on Wednesday 08 September 2010, dhk did
2 opine thusly:
3
4 > Below is the output when I run "revdep-rebuild --ignore". This started
5 > in the spring and never cleared up. Everything on my amd64 box runs
6 > fine and nothing complains about the missing library. I regularly do
7 > updates and everytime I run "revdep-rebuild --ignore" I get the same
8 > results. How can I fix or get rid of this problem?
9 >
10 > # revdep-rebuild --ignore
11 > * Configuring search environment for revdep-rebuild
12 >
13 > * Checking reverse dependencies
14 > * Packages containing binaries and libraries broken by a package update
15 > * will be emerged.
16 >
17 > * Collecting system binaries and libraries
18 > * Generated new 1_files.rr
19 > * Collecting complete LD_LIBRARY_PATH
20 > * Generated new 2_ldpath.rr
21 > * Checking dynamic linking consistency
22 > [ 39% ] * broken /usr/lib32/qt4/libQtOpenGL.so.4.6.2 (requires
23 > libGL.so.1)
24
25
26 LibGL is normally provided by xorg (or by emul-linux-x86-opengl) for the 32
27 bit lib on a 64 bits system.
28
29 In my case, I have this:
30
31 alan@nazgul ~ $ ls -al /usr/lib32/libGL.so
32 lrwxrwxrwx 1 root root 33 2010-09-01 11:29 /usr/lib32/libGL.so ->
33 opengl/nvidia/lib/libGL.so.256.53
34 alan@nazgul ~ $ ls -al /usr/lib32/opengl/xorg-x11/lib/libGL.so.1.2
35 -rwxr-xr-x 1 root root 473556 2010-06-11 11:29 /usr/lib32/opengl/xorg-
36 x11/lib/libGL.so.1.2
37 alan@nazgul ~ $ ls -al /usr/lib32/opengl/nvidia/lib/libGL.so*
38 lrwxrwxrwx 1 root root 15 2010-09-01 11:29
39 /usr/lib32/opengl/nvidia/lib/libGL.so -> libGL.so.256.53
40 lrwxrwxrwx 1 root root 15 2010-09-01 11:29
41 /usr/lib32/opengl/nvidia/lib/libGL.so.1 -> libGL.so.256.53
42 -rwxr-xr-x 1 root root 765460 2010-09-01 11:29
43 /usr/lib32/opengl/nvidia/lib/libGL.so.256.53
44
45
46 I think you need to run "eselect opengl" to fix all your symlinks
47
48
49
50 --
51 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] broken /usr/lib32/qt4/libQtOpenGL.so.4.6.2 dhk <dhkuhl@×××××××××.net>