Gentoo Archives: gentoo-user

From: Olli Koskela <okoskela@×××××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] One package is blocking another?
Date: Thu, 11 Aug 2005 06:58:04
Message-Id: 1123743436.42faf6cc0c359@cs1.alpha12.l-secure.net
In Reply to: [gentoo-user] One package is blocking another? by Jayson Smith
1 Hello,
2
3 Blocking means that a package prevents other package from being installed.
4 I guess you already figured that out... :)
5
6 Quote from man pages should be quite clear (if not, ask :), it follows.
7
8 >From man emerge
9 "
10 [blocks B ] app-text/dos2unix (from pkg app-text/hd2u-0.8.0)
11 Dos2unix is Blocking hd2u from being emerged. Blockers are
12 defined when two packages will clobber each others files, or
13 otherwise cause some form of breakage in your system. However,
14 blockers usually do not need to be simultaneously emerged
15 because they usually provide the same functionality.
16 "
17
18 When I've got a block, I unmerge the blocking package (emerge -C ftpbase
19 in your case) and then emerge package I originally wanted (emerge proftpd).
20 I'm not sure if there's an other way to do this, but just unmerging has
21 worked for me so far.
22
23 --
24 Olli Koskela
25 okoskela@×××××××××××××××××.com
26
27
28 Quoting Jayson Smith <jaybird@×××××××××××××.info>:
29
30 > Hi,
31 > Several days ago I did an 'emerge --ask --nospinner -u world' to update my
32 > software as normal, but was told that ftpbase-0.00 was blocking
33 > proftpd-1.something. What, exactly, does this mean and what do I do about
34 > it? I want to continue using Proftpd, and don't know what Ftpbase is. Any
35 > help would be greatly appreciated.
36 > Thanks,
37 > Jayson.
38 >
39 > --
40 > gentoo-user@g.o mailing list
41 >
42 >
43
44
45 ----------------------------------------------------------------
46 This mail sent through L-secure: http://www.l-secure.net/
47
48 --
49 gentoo-user@g.o mailing list

Replies

Subject Author
RE: [gentoo-user] One package is blocking another? Michael Kintzios <michaelkintzios@××××××××.uk>