Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [nomerge] ?
Date: Sat, 30 Sep 2006 02:12:20
Message-Id: 200609300401.41368.bo.andresen@zlin.dk
In Reply to: [gentoo-user] [nomerge] ? by Meino Christian Cramer
1 On Saturday 30 September 2006 03:41, Meino Christian Cramer wrote:
2 > when doing a
3 >
4 > eix-sync && emerge --pretend --tree --verbose --update --deep world
5 >
6 > I got often an output like this one:
7 >
8 > [nomerge ] perl-core/Test-Harness-2.56
9 >
10 > I looked in the manual pages of emerge and ebuild but found no
11 > explanaition for the "[nomerge]" tag.
12 >
13 > What does it mean? "For heavens sake! -- DONT install THAT!" ??? :O) ;)
14
15 It means it's already installed and whatever follows it is being pulled in by
16 it... (or it is in the PDEPEND/postdepend of what follows it). This
17 particular package is actually in PDEPEND of dev-lang/perl. It should be
18 followed by at least one line that says [merge] and due to --tree this shows
19 what pulls that in.
20
21 I do realize that the output when adding --tree to emerge isn't particular
22 well documented (or easy to document) so interpreting it does require a bit
23 of guessing (or looking at the ebuilds)...
24
25 --
26 Bo Andresen