Gentoo Archives: gentoo-user

From: Kenton Groombridge <kgroombr@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] missing link to libXaw.so.8 after xorg 7,0 install
Date: Fri, 13 Jan 2006 22:50:38
Message-Id: 43C82D46.8010200@charter.net
In Reply to: [gentoo-user] missing link to libXaw.so.8 after xorg 7,0 install by krgn
1 krgn wrote:
2 > I have just installed modular X on my box and try to finalize it, but a
3 > few things are broke now and have to get rebuild.
4 >
5 > revdep-rebuild -p :::::::::::spits this out
6 >
7 > Checking dynamic linking consistency...
8 > broken /usr/bin/audemo (requires libXaw.so.8)
9 > broken /usr/bin/auedit (requires libXaw.so.8)
10 > broken /usr/bin/aupanel (requires libXaw.so.8)
11 > broken /usr/bin/auphone (requires libXaw.so.8)
12 > broken /usr/bin/autool (requires libXaw.so.8)
13 > broken /usr/bin/auwave (requires libXaw.so.8)
14 > broken /usr/bin/xapm (requires libXaw.so.8)
15 > broken /usr/bin/xglyph (requires libXaw.so.8)
16 > broken /usr/lib/transcode/filter_subtitler.so (requires libXaw.so.8)
17 > done.
18 >
19 > but neither executing ldconfig or just revdep-rebuild helps (in case of
20 > revdep-rebuild, it fails) to solve the problem.
21 >
22 > The rest it has to rebuild is:
23 >
24 > [ebuild R ] media-libs/nas-1.7-r1
25 > [ebuild R ] media-libs/t1lib-5.0.2
26 > [ebuild R ] media-video/transcode-1.0.2-r1 USE="imagemagick*"
27 > [ebuild R ] sys-apps/apmd-3.2.1_p4
28 >
29 > This should be straight forward, but I don't really know where the lib
30 > was before I installed modular X (or why its not found by them).
31 >
32 You may be missing:
33
34 x11-libs/libXaw-1.0.1
35
36 It will install /usr/lib/libXaw.so.7.0.0
37
38 What puzzles me is that it would seem that this is a older library than
39 libXaw.so.8, so if the modular X is the latest release, why is this lib
40 older?
41
42 Not sure, but install the missing package, do a revdep-rebuild and all
43 should be fine.
44 --
45 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] missing link to libXaw.so.8 after xorg 7,0 install krgn <k.gebbert@×××××.com>