Gentoo Archives: gentoo-user

From: krgn <k.gebbert@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] missing link to libXaw.so.8 after xorg 7,0 install
Date: Sat, 14 Jan 2006 00:19:41
Message-Id: 1137197464.2540.5.camel@RockHead
In Reply to: Re: [gentoo-user] missing link to libXaw.so.8 after xorg 7,0 install by Kenton Groombridge
1 On Fri, 2006-01-13 at 17:44 -0500, Kenton Groombridge wrote:
2 > krgn wrote:
3 > > I have just installed modular X on my box and try to finalize it, but a
4 > > few things are broke now and have to get rebuild.
5 > >
6 > > revdep-rebuild -p :::::::::::spits this out
7 > >
8 > > Checking dynamic linking consistency...
9 > > broken /usr/bin/audemo (requires libXaw.so.8)
10 > > broken /usr/bin/auedit (requires libXaw.so.8)
11 > > broken /usr/bin/aupanel (requires libXaw.so.8)
12 > > broken /usr/bin/auphone (requires libXaw.so.8)
13 > > broken /usr/bin/autool (requires libXaw.so.8)
14 > > broken /usr/bin/auwave (requires libXaw.so.8)
15 > > broken /usr/bin/xapm (requires libXaw.so.8)
16 > > broken /usr/bin/xglyph (requires libXaw.so.8)
17 > > broken /usr/lib/transcode/filter_subtitler.so (requires libXaw.so.8)
18 > > done.
19 > >
20 > > but neither executing ldconfig or just revdep-rebuild helps (in case of
21 > > revdep-rebuild, it fails) to solve the problem.
22 > >
23 > > The rest it has to rebuild is:
24 > >
25 > > [ebuild R ] media-libs/nas-1.7-r1
26 > > [ebuild R ] media-libs/t1lib-5.0.2
27 > > [ebuild R ] media-video/transcode-1.0.2-r1 USE="imagemagick*"
28 > > [ebuild R ] sys-apps/apmd-3.2.1_p4
29 > >
30 > > This should be straight forward, but I don't really know where the lib
31 > > was before I installed modular X (or why its not found by them).
32 > >
33 > You may be missing:
34 >
35 > x11-libs/libXaw-1.0.1
36 >
37 > It will install /usr/lib/libXaw.so.7.0.0
38 >
39 > What puzzles me is that it would seem that this is a older library than
40 > libXaw.so.8, so if the modular X is the latest release, why is this lib
41 > older?
42 >
43 > Not sure, but install the missing package, do a revdep-rebuild and all
44 > should be fine.
45
46 that is very weird, I got this version installed,
47
48 karlos@RockHead ~ $ emerge -p libXaw
49
50 These are the packages that I would merge, in order:
51
52 Calculating dependencies ...done!
53 [ebuild R ] x11-libs/libXaw-1.0.1
54
55 even re-emerged it after I saw this:
56
57 If building of openmotif fails, "emerge -av --oneshot printproto
58 xbitmaps libXp" and restart emerge
59
60 on
61
62 http://gentoo-wiki.com/HOWTO_Modular_Xorg
63
64 so I wonder whether its something to do with a similar problem. At
65 first, openmotif actually had to be rebuild and failed, so I did this
66 step and got rid of this error. The missing lib was libXp.so.6 I think.
67
68 What now?
69
70 KArsten
71
72
73
74
75
76
77 --
78 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] missing link to libXaw.so.8 after xorg 7,0 install Richard Fish <bigfish@××××××××××.org>