Gentoo Archives: gentoo-user

From: Felix Kuperjans <felix@××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem updating modutils
Date: Sun, 05 Feb 2012 16:42:08
Message-Id: 4F2EB10B.3020904@desaster-games.com
In Reply to: [gentoo-user] Problem updating modutils by Tanstaafl
1 Answers inline.
2
3 Am 05.02.2012 17:32, schrieb Tanstaafl:
4 > Hello all,
5 Hello,
6 >
7 > Confused...
8 >
9 > emerge -pvuDN world shows (among a few others):
10 >
11 > [ebuild N ] virtual/modutils-0 0 kB
12 >
13 > No warnings about blockers or anything are evident.
14 That is correct.
15 >
16 > However, when I do emerge -pvuDN modutils (instead of 'world), I get
17 > the following warning about blockers:
18 >
19 > myhost : Sun Feb 05, 11:12:24 : ~
20 > # emerge -pvuDN modutils
21 >
22 > These are the packages that would be merged, in order:
23 >
24 > Calculating dependencies... done!
25 > [ebuild N ] sys-apps/modutils-2.4.27-r1 0 kB
26 Look at this: you are emerging sys-apps/modutils, not virtual/modutils
27 which *is* different (though such name clashes are quite bad).
28 > [uninstall ] sys-apps/module-init-tools-3.16-r1 USE="-static"
29 > [blocks b ] sys-apps/modutils ("sys-apps/modutils" is blocking
30 > sys-apps/module-init-tools-3.16-r1)
31 > [blocks b ] sys-apps/module-init-tools
32 > ("sys-apps/module-init-tools" is blocking sys-apps/modutils-2.4.27-r1)
33 >
34 > Total: 1 package (1 new, 1 uninstall), Size of downloads: 0 kB
35 > Conflict: 2 blocks
36 > myhost : Sun Feb 05, 11:20:15 : ~
37 >
38 > Then, when I try to perform the update, it fails with:
39 >
40 > * Package 'sys-apps/modutils-2.4.27-r1' NOT merged due to file
41 > * collisions. If necessary, refer to your elog messages for the whole
42 > * content of the above message.
43 >
44 > >>> Failed to install sys-apps/modutils-2.4.27-r1, Log file:
45 >
46 > >>> '/var/log/portage/sys-apps:modutils-2.4.27-r1:20120205-161149.log'
47 >
48 > * GNU info directory index is up-to-date.
49 > myhost : Sun Feb 05, 11:12:24 : ~
50 >
51 > I hate guessing about things like this, but I'm 'guessing' that all I
52 > need to do is:
53 >
54 > emerge -C sys-apps/module-init-tools-3.16-r1
55 > then
56 > emerge -vuDN modutils
57 No, just update world as always, there should be no problem (not on any
58 of my machines, no blockers etc.).
59 >
60 > ?
61 >
62 > Thanks,
63 >
64 > Charles
65 Regards,
66 Felix

Replies

Subject Author
Re: [gentoo-user] Problem updating modutils Tanstaafl <tanstaafl@×××××××××××.org>