Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How can I solve "emerge @preserved-rebuild" loop?
Date: Mon, 07 Dec 2009 21:17:32
Message-Id: 5bdc1c8b0912071317l4189c8c0v9283c5b4ec406b9f@mail.gmail.com
In Reply to: [gentoo-user] How can I solve "emerge @preserved-rebuild" loop? by Jarry
1 On Mon, Dec 7, 2009 at 10:10 AM, Jarry <mr.jarry@×××××.com> wrote:
2 > Hi,
3 > I update my server quite frequently without any problem, but
4 > today after running "emerge -uDN world" I got these messages:
5 >
6 > -----
7 > !!! existing preserved libs:
8 >>>> package: sys-libs/e2fsprogs-libs-1.41.9
9 >  *  - /lib64/libuuid.so
10 >  *      used by /bin/mount (sys-apps/util-linux-2.16.1)
11 >  *      used by /bin/umount (sys-apps/util-linux-2.16.1)
12 >  *      used by /sbin/blkid (sys-apps/util-linux-2.16.1)
13 >  *      used by 16 other files
14 >  *  - /lib64/libblkid.so
15 >  *      used by /bin/mount (sys-apps/util-linux-2.16.1)
16 >  *      used by /bin/umount (sys-apps/util-linux-2.16.1)
17 >  *      used by /sbin/blkid (sys-apps/util-linux-2.16.1)
18 >  *      used by 8 other files
19 > Use emerge @preserved-rebuild to rebuild packages using these libraries
20 > -----
21 >
22 > So I did run "emerge @preserved-rebuild", but at the end
23 > of it I got the very same messages. How can I solve this?
24 >
25 > Jarry
26
27 I saw this on every machine I updated recently. I did
28
29 emerge -C e2fsprogs-libs
30
31 and then
32
33 emerge -DuN world
34 revdep-rebuild -i
35
36 HTH,
37 Mark