Gentoo Archives: gentoo-user

From: AllenJB <gentoo-lists@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Issue with e2fsprogs
Date: Mon, 23 Feb 2009 07:42:56
Message-Id: 49A25373.8000709@allenjb.me.uk
In Reply to: [gentoo-user] Issue with e2fsprogs by CJoeB
1 CJoeB wrote:
2 > Hi everyone,
3 >
4 > I know there is a bug here, but I followed this from the bug comments:
5
6 It's not a bug. It's a valid blocker. They happen.
7
8 >
9 > 1. emerge -NuDav --fetchonly world
10 > 2. emerge -C ss com_err e2fsprogs
11 > 3. emerge -NuDav --nodeps e2fsprogs-libs e2fsprogs
12
13 Using -D (--deep) and --nodeps is contradictory. In addition, you just
14 unmerged e2fsprogs, which means using --update (-u) now makes very
15 little sense. -N (--newuse) also makes very little sense (in addition to
16 the fact that it implies --update).
17
18 > 4. echo "sys-libs/com_err" >>/etc/portage/package.mask
19 > 5. echo "sys-libs/ss" >>/etc/portage/package.mask
20 > 6. echo "sys-libs/com_err-1.40.11" >>/etc/portage/profile/package.provided
21 > 7. echo "sys-libs/ss-1.40.11" >>/etc/portage/profile/package.provided
22
23 You should not add these packages to package.provided. There should be
24 no need for this. I can see this causing issues.
25
26 From the forums:
27 http://forums.gentoo.org/viewtopic-t-712898.html
28
29 # echo "<=app-crypt/mit-krb5-1.6.3-r2" >> /etc/portage/package.keywords
30 # emerge --sync
31 # emerge -f e2fsprogs e2fsprogs-libs
32 # emerge --unmerge ss com_err e2fsprogs
33 # emerge -av e2fsprogs e2fsprogs-libs
34
35
36 You should also try to make sure you're using the latest version of
37 portage (>=2.1.6) as this has blocker handling functionality.
38
39 >
40 >
41 > This worked from a few people, so I felt safe doing it.
42 >
43 > On step 3, e2fsprogs-libs emerged fine, but at the end of the emerge of
44 > e2fsprogs, the emerge bombed and I got a message saying that e2progs was
45 > not merged due to file collisions.
46
47 Please post the complete message (ie. the complete list of file collisions).
48
49 >
50 > I have no idea what to do now. I googled, but didn't see anything
51 > relevant. Any help would be appreciated.
52 >
53 > Regards,
54 >
55 > Colleen
56
57 AllenJB

Replies

Subject Author
Re: [gentoo-user] Issue with e2fsprogs CJoeB <colleen.beamer@×××××.com>