Gentoo Archives: gentoo-user

From: Heiko Wundram <heiko@××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] e2fsprogs and blocking
Date: Sun, 17 Aug 2008 08:04:41
Message-Id: 200808171004.36729.heiko@xencon.net
In Reply to: [gentoo-user] e2fsprogs and blocking by Andrew Gaydenko
1 Am Sonntag, 17. August 2008 09:52:57 schrieb Andrew Gaydenko:
2 > After last syncing 'emerge -pvDuN world' ends with messages
3 > shown below. How to resolve this conflict *safely*? I don't
4 > want to experiment with fs-related packages :-)
5
6 What worked fine for me:
7
8 emerge --unmerge sys-libs/ss sys-libs/com_err sys-fs/e2fsprogs
9 emerge --oneshot -v sys-fs/e2fsprogs
10
11 You might want to run a revdep-rebuild after emerging the new e2fsprogs,
12 although the only thing that happened with libraries AFAICT is that
13 sys-libs/ss and sys-libs/com_err now come combined in the
14 sys-libs/e2fsprogs-libs package without any versioning change, and so
15 revdep-rebuild should find nothing.
16
17 HTH!
18
19 --- Heiko.

Replies

Subject Author
Re: [gentoo-user] e2fsprogs and blocking Andrew Gaydenko <a@××××××××.com>
Re: [gentoo-user] e2fsprogs and blocking Graham Murray <graham@×××××××××××.uk>