Gentoo Archives: gentoo-user

From: Harm Geerts <harmgeerts@××××.nl>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: revdep-rebuild problem with ACCEPT_KEYWORDS="~x86"
Date: Sun, 27 Aug 2006 19:42:33
Message-Id: 200608272136.15110.harmgeerts@home.nl
In Reply to: [gentoo-user] revdep-rebuild problem with ACCEPT_KEYWORDS="~x86" by Xavier MOGHRABI
1 On Sunday 27 August 2006 20:08, Xavier MOGHRABI wrote:
2 > dear all,
3 >
4 > I'm using gentoo with the option ACCEPT_KEYWORDS="~x86" in make.conf file.
5 >
6 > For 5 days, I've had some problem when I run revdep-rebuild.
7 > It seems that I've some librairies missing as the result is :
8 > broken /usr/bin/qtwengophone (requires liblzo.so.1)
9 > broken /usr/lib/azureus/libswt-cairo-gtk-3139.so (requires
10 > libcairo.so.1) broken /usr/lib/vlc/codec/libffmpeg_plugin.so (requires
11 > liblzo.so.1) broken /usr/lib/wengophone/libphapi.so (requires liblzo.so.1
12 > libowcurl.so)
13 >
14 > When I try to rebuild any of the packages net-im/wengophone-2.0_rc2 or
15 > media-video/vlc-0.8.5-r5, the compilation failed with the error :
16 > "cannot find -llzo"
17 >
18 > Indeed, in my lib directory I can find liblzo2.so.2 but I don't have
19 > liblzo2.so.1.
20
21 Note the difference, there are 2 different versions of liblzo.
22 net-im/wengophone seems to depend on version 1 but does not enforce this in
23 the ebuild, you should report a bug about this. You can install it yourself
24 untill this dep is fixed.
25
26 emerge =dev-libs/lzo-1*
27
28 The other broken libs will probably be solved after running revdep-rebuild
29 again.
30 --
31 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: revdep-rebuild problem with ACCEPT_KEYWORDS="~x86" Xavier MOGHRABI <xavier.moghrabi@×××××××××.org>