Gentoo Archives: gentoo-user

From: CJoeB <colleen.beamer@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Issue with e2fsprogs
Date: Mon, 23 Feb 2009 14:22:37
Message-Id: 49A2B127.6000505@gmail.com
In Reply to: Re: [gentoo-user] Issue with e2fsprogs by AllenJB
1 AllenJB wrote:
2 > CJoeB wrote:
3 >> Hi everyone,
4 >>
5 >> I know there is a bug here, but I followed this from the bug comments:
6 >
7 > It's not a bug. It's a valid blocker. They happen.
8 Yes, I know that, but I seem to remember this issue before and so, did a
9 google and the solution I found was in a bug report, so I assumed it was
10 still a bug. Sorry.
11 >
12 >>
13 >> 1. emerge -NuDav --fetchonly world
14 >> 2. emerge -C ss com_err e2fsprogs
15 >> 3. emerge -NuDav --nodeps e2fsprogs-libs e2fsprogs
16 >
17 > Using -D (--deep) and --nodeps is contradictory. In addition, you just
18 > unmerged e2fsprogs, which means using --update (-u) now makes very
19 > little sense. -N (--newuse) also makes very little sense (in addition
20 > to the fact that it implies --update).
21
22 >> 4. echo "sys-libs/com_err" >>/etc/portage/package.mask
23 >> 5. echo "sys-libs/ss" >>/etc/portage/package.mask
24 >> 6. echo "sys-libs/com_err-1.40.11"
25 >> >>/etc/portage/profile/package.provided
26 >> 7. echo "sys-libs/ss-1.40.11" >>/etc/portage/profile/package.provided
27 >
28 > You should not add these packages to package.provided. There should be
29 > no need for this. I can see this causing issues.
30 I didn't do this. I never got beyond step 3.
31 >
32 >
33 > From the forums:
34 > http://forums.gentoo.org/viewtopic-t-712898.html
35 >
36 > # echo "<=app-crypt/mit-krb5-1.6.3-r2" >> /etc/portage/package.keywords
37 > # emerge --sync
38 > # emerge -f e2fsprogs e2fsprogs-libs
39 > # emerge --unmerge ss com_err e2fsprogs
40 > # emerge -av e2fsprogs e2fsprogs-libs
41 No sure why I add mit-krb5, I don't think it was installed before.
42 Regardless, I added the line to my package.keywords file, but it still
43 wants to pull in mit-krb5-1.6.3-r4.
44
45 After unmerge ss and com_err and e2fsprogs (which I had already done,
46 e2fsprogs-libs emerge fine, but I am still getting collisions with
47 e2fsprogs, even if I use the --nodeps switch.
48 >
49 >
50 > You should also try to make sure you're using the latest version of
51 > portage (>=2.1.6) as this has blocker handling functionality.
52 >
53 I do. I was updating world and portage was the first thing it pulled in.
54 >>
55 >>
56 >> This worked from a few people, so I felt safe doing it.
57 >>
58 >> On step 3, e2fsprogs-libs emerged fine, but at the end of the emerge of
59 >> e2fsprogs, the emerge bombed and I got a message saying that e2progs was
60 >> not merged due to file collisions.
61 >
62 > Please post the complete message (ie. the complete list of file
63 > collisions).
64 This is what displayed at the end of the attempt to emerge e2fsprogs:
65
66 Searching all installed packages for file collisions...
67 *
68 * Press Ctrl-C to Stop
69 *
70 * sys-libs/e2fsprogs-libs-1.41.3-r1
71 * /lib/libblkid.so
72 * /lib/libblkid.so.1
73 * /lib/libblkid.so.1.0
74 * /lib/libuuid.so
75 * /lib/libuuid.so.1
76 * /lib/libuuid.so.1.2
77 * /usr/include/blkid/blkid.h
78 * /usr/include/blkid/blkid_types.h
79 * /usr/include/uuid/uuid.h
80 * /usr/lib/libblkid.a
81 * /usr/lib/libblkid.so
82 * /usr/lib/libuuid.a
83 * /usr/lib/libuuid.so
84 * /usr/lib/pkgconfig/blkid.pc
85 * /usr/lib/pkgconfig/uuid.pc
86 * /usr/share/info/libext2fs.info.bz2
87 * /usr/share/man/man3/libblkid.3.bz2
88 * /usr/share/man/man3/uuid.3.bz2
89 * /usr/share/man/man3/uuid_clear.3.bz2
90 * /usr/share/man/man3/uuid_compare.3.bz2
91 * /usr/share/man/man3/uuid_copy.3.bz2
92 * /usr/share/man/man3/uuid_generate.3.bz2
93 * /usr/share/man/man3/uuid_generate_random.3.bz2
94 * /usr/share/man/man3/uuid_generate_time.3.bz2
95 * /usr/share/man/man3/uuid_is_null.3.bz2
96 * /usr/share/man/man3/uuid_parse.3.bz2
97 * /usr/share/man/man3/uuid_time.3.bz2
98 * /usr/share/man/man3/uuid_unparse.3.bz2
99 *
100 * Package 'sys-fs/e2fsprogs-1.40.9' NOT merged due to file collisions.
101 * If necessary, refer to your elog messages for the whole content of the
102 * above message.
103
104 Regards,
105
106 Colleen
107
108 --
109
110 Registered Linux User #411143 with the Linux Counter, http://counter.li.org

Replies

Subject Author
Re: [gentoo-user] Issue with e2fsprogs AllenJB <gentoo-lists@××××××××××.uk>
Re: [gentoo-user] Issue with e2fsprogs Neil Bothwick <neil@××××××××××.uk>