Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge --update behavior
Date: Sun, 01 Jan 2012 23:08:42
Message-Id: 4F00E6E3.5080503@gmail.com
In Reply to: Re: [gentoo-user] emerge --update behavior by "Claudio Roberto França Pereira"
1 Claudio Roberto França Pereira wrote:
2 > Actually, -u doesn't mean update, means filter packages that are not
3 > updatable (are already the most recent version).
4 > It's a filter option, not an action. Portage doesn't work with actions.
5 >
6 >
7
8 Not according to the man page:
9
10 --update (-u)
11 Updates packages to the best version available, which may
12 not always be the highest version number due to masking for testing and
13 develop‐
14 ment. Package atoms specified on the command line are
15 greedy, meaning that unspecific atoms may match multiple versions of
16 slotted pack‐
17 ages.
18
19 It is a command line, or make.conf, option but it tells emerge what to
20 do. It's no different than -D or -N. They are all options but they
21 tell portage what you want it to do. Update means update. That's why
22 it is called update instead of something else.
23
24 Dale
25
26 :-) :-)
27
28 --
29 I am only responsible for what I said ... Not for what you understood or how you interpreted my words!
30
31 Miss the compile output? Hint:
32 EMERGE_DEFAULT_OPTS="--quiet-build=n"