Gentoo Archives: gentoo-user

From: Andrey Falko <ma3oxuct@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] libexpat.so.0 & libcurl.so.3 loop
Date: Sat, 24 Nov 2007 17:02:47
Message-Id: 350fc7cf0711240857x6eec284yef435154841b6b46@mail.gmail.com
In Reply to: [gentoo-user] libexpat.so.0 & libcurl.so.3 loop by Mick
1 On Nov 24, 2007 11:29 AM, Mick <michaelkintzios@×××××.com> wrote:
2
3 > Hi All,
4 >
5 > I am catching up with updates on an old server machine and running
6 > revdep-rebuild has got me into a never ending loop:
7 > ==================================================
8 > # revdep-rebuild -X -v -p
9 > [snip...]
10 >
11 > Checking dynamic linking consistency...
12 > broken /usr/lib/libaprutil-0.so.0.9.12 (requires libexpat.so.0)
13 > broken /usr/libexec/gnupg/gpgkeys_curl (requires libcurl.so.3)
14 > broken /usr/libexec/gnupg/gpgkeys_hkp (requires libcurl.so.3)
15 > done.
16 > (/root/.revdep-rebuild.3_rebuild)
17 >
18 > Assigning files to packages...
19 > /usr/lib/libaprutil-0.so.0.9.12 -> dev-libs/apr-util
20 > /usr/libexec/gnupg/gpgkeys_curl -> app-crypt/gnupg
21 > /usr/libexec/gnupg/gpgkeys_hkp -> app-crypt/gnupg
22 > done.
23 >
24 > (/root/.revdep-rebuild.4_packages_raw, /root/.revdep-
25 > rebuild.4_package_owners)
26 >
27 > Cleaning list of packages to rebuild... done.
28 > (/root/.revdep-rebuild.4_packages)
29 > [snip...]
30 >
31 > All prepared. Starting rebuild...
32 > emerge --oneshot -v -p =dev-libs/apr-util-1.2.10 =app-crypt/gnupg-1.9.21
33 >
34 > These are the packages that would be merged, in order:
35 >
36 > Calculating dependencies... done!
37 > [ebuild R ] dev-libs/apr-util-1.2.10 USE="berkdb gdbm ldap
38 > postgres -doc -mysql -sqlite -sqlite3" 0 kB
39 > [ebuild R ] app-crypt/gnupg-1.9.21 USE="X ldap nls -gpg2-experimental
40 > (-selinux) -smartcard" 0 kB
41 >
42 > Total: 2 packages (2 reinstalls), Size of downloads: 0 kB
43 > ==================================================
44 >
45 > If it is of any importance I notice that I have two apr-utils:
46 > ==================================================
47 > # eix apr-util
48 > [I] dev-libs/apr-util
49 > Available versions:
50 > (0) 0.9.12 0.9.12-r1 [M]~0.9.13
51 > (1) 1.2.8 ~1.2.8-r1 1.2.10
52 > {berkdb doc gdbm ldap mysql postgres sqlite sqlite3}
53 > Installed versions: 0.9.12-r1(07:33:03 08/09/07)(berkdb gdbm ldap)
54 > 1.2.10(1)(15:53:38 11/24/07)(berkdb gdbm ldap
55 > postgres -doc -mysql -sqlite -sqlite3)
56 > Homepage: http://apr.apache.org/
57 > Description: Apache Portable Runtime Library
58 > ==================================================
59 >
60 > How do I get out of this problem?
61
62
63 Do you have any related entries in /etc/portage/package.keywords or any
64 other file in package.keywords?
65
66 Maybe do:
67 emerge -P apr-util
68 then
69 emerge -1 apr-util gnupg
70
71
72 > --
73 > Regards,
74 > Mick
75 >

Replies

Subject Author
Re: [gentoo-user] libexpat.so.0 & libcurl.so.3 loop Mick <michaelkintzios@×××××.com>