Gentoo Archives: gentoo-user

From: Rumen Yotov <rumen@××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] revdep-rebuild wants to rebuild always dev-java/swt-3.2-r2
Date: Thu, 05 Apr 2007 05:22:24
Message-Id: 20070405081906.291bb1af@rumen.qrypto.org
In Reply to: Re: [gentoo-user] revdep-rebuild wants to rebuild always dev-java/swt-3.2-r2 by Bogo Mipps
1 Hi,
2 On Thu, 5 Apr 2007 15:59:21 +1200
3 Bogo Mipps <bogo-mipps@××××××.nz> wrote:
4
5 > On Thu, 05 Apr 2007, you wrote:
6 > > everytime I run revdep-rebuild, it wants to rebuild
7 > > dev-java/swt-3.2-r2 . When I do this, it emerges fine, but
8 > > revdep-rebuild still complains.
9 > >
10 > > It states, that
11 > > broken /usr/lib/libswt-awt-gtk-3232.so (requires libjawt.so)
12 > >
13 > > Looking for libjawt.so, I got this result:
14 > >
15 > >
16 > > equery belongs libjawt.so
17 > > [ Searching for file(s) libjawt.so in *... ]
18 > > dev-java/sun-jdk-1.5.0.10
19 > > (/opt/sun-jdk-1.5.0.10/jre/lib/i386/libjawt.so)
20 > >
21 > > So I reemerged sun-jdk and afterward swt, but still revdep-rebuild
22 > > complains.
23 >
24 > I have had the same problem for some time, but with libnio.so, like
25 > so:
26 >
27 > <snip>
28 > Checking dynamic linking consistency...
29 > broken /opt/sun-jdk-1.4.2.13/jre/lib/i386/libnio.so (no version
30 > information available)
31 > done.
32 > (/root/.revdep-rebuild.3_rebuild)
33 > <snip>
34 > All prepared. Starting rebuild...
35 > emerge --oneshot -pv =dev-java/sun-jdk-1.4.2.13
36 > <snip>
37 >
38 > I've both sun-jdk 1.4 & 1.5 installed: was hoping it would just "go
39 > away", but it doesn't seem to want to! No noticeable ill-effect yet,
40 > but like you would appreciate some advice as to what I should do ...
41 >
42 > TIA
43 >
44 > Bogo
45 This happens with all "binary-source" ;) packages, like java,
46 firefox-bin, openoffice-bin etc.
47 They have been made to work on quite all systems (despite existing
48 libraries).
49 Use CONFIG_PROTECT_MASK=/dir/path in /etc/make.conf to work around.
50 PS: check the ML-archives, forums etc for more info.
51 HTH. Rumen
52 --
53 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] revdep-rebuild wants to rebuild always dev-java/swt-3.2-r2 Neil Bothwick <neil@××××××××××.uk>