Gentoo Archives: gentoo-amd64

From: Tres Melton <tres@××××××××××.com>
To: Gentoo's AMD64 mailing list <gentoo-amd64@l.g.o>
Subject: [gentoo-amd64] emerge + libraries
Date: Tue, 05 Jul 2005 22:35:09
Message-Id: 1120602773.808.11.camel@thor.tres.org
1 Yesterday I had a situation that required me to run revdep-rebuild, and
2 after a number of runs + some manual emerges I got:
3
4 thor:/home/tres # rm /root/.revdep-rebuild*.?_* ; revdep-rebuild
5 rm: cannot remove `/root/.revdep-rebuild*.?_*': No such file or
6 directory
7
8 Checking reverse dependencies...
9 Packages containing binaries and libraries broken by any package update,
10 will be recompiled.
11
12 Collecting system binaries and libraries... done.
13 (/root/.revdep-rebuild.1_files)
14
15 Collecting complete LD_LIBRARY_PATH... done.
16 (/root/.revdep-rebuild.2_ldpath)
17
18 Checking dynamic linking consistency...
19 broken /usr/kde/3.3/lib/kde3/kio_http.so (requires libcom_err.so.3)
20 broken /usr/kde/3.3/lib/kde3/noatunblurscope.so (requires
21 libdirectfb-0.9.so.21 libfusion-0.9.so.21 libdirect-0.9.so.21)
22 done.
23 (/root/.revdep-rebuild.3_rebuild)
24
25 Assigning files to ebuilds... done.
26 (/root/.revdep-rebuild.4_ebuilds)
27
28 Evaluating package order... done.
29 (/root/.revdep-rebuild.5_order)
30
31 Dynamic linking on your system is consistent... All done.
32 thor:/home/tres #
33
34 The original problem happened when Evolution couldn't find
35 libcom_err.so.3 because it got nuked somewhere. I emerged the package
36 that provides it (sys-libs/com_err) and then ran revdep-rebuild + a
37 couple of manual emerges (ehtereal + DirectFB) and a re-run of
38 revdep-rebuild and I got the exact same thing as listed above.
39 revdep-rebuild is noticing two things with broken linking but doing
40 nothing to rectify the situation. I re-emerged kdelibs and then re-ran
41 revdep-rebuild but got the same messages.
42
43 Any ideas on what to try now?
44
45 version line from revdep-rebuild:
46 # $Header: /var/cvsroot/gentoolkit/src/revdep-rebuild/revdep-rebuild,v
47 1.3 2004/01/07 12:21:21 karltk Exp $
48
49
50 Thanks,
51 --
52 Tres
53
54 --
55 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] emerge + libraries Zac Medico <zmedico@×××××.com>