Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge @ world -> @preserved-rebuild -> @preserved-rebuild -> what next?
Date: Thu, 12 Nov 2009 16:30:39
Message-Id: 200911121828.31649.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] emerge @ world -> @preserved-rebuild -> @preserved-rebuild -> what next? by Mark Knecht
1 On Thursday 12 November 2009 18:19:02 Mark Knecht wrote:
2 > Again, thanks Alan. The second pass through finished up and the same
3 > offending package (apparently e2fsprogs-libs ?) was still listed so
4 > erasing the preserved_libs_registry file and using revdep-rebuild -i
5 > suggests that the machine is clean again.
6 >
7 > Cheers,
8 > Mark
9 >
10 > >>> Auto-cleaning packages...
11 > >>>
12 > >>> No outdated packages were found on your system.
13 >
14 > * Regenerating GNU info directory index...
15 > * Processed 122 info files.
16 >
17 > !!! existing preserved libs:
18 > >>> package: sys-libs/e2fsprogs-libs-1.41.9
19 >
20 > * - /lib/libblkid.so
21 > * used by /bin/mount (sys-apps/util-linux-2.16.1)
22 > * used by /bin/umount (sys-apps/util-linux-2.16.1)
23 > * used by /sbin/blkid (sys-apps/util-linux-2.16.1)
24 >
25
26 An easy way to check if things are OK is to run ldd on each of the "used by"
27 files. None of them should list "Not found". If they do, portage has gotten
28 itself confused and it's records are out of sync with reality.
29
30 There's not much portage can do about this as the problem is really with the
31 ebuilds
32
33 --
34 alan dot mckinnon at gmail dot com

Replies