Gentoo Archives: gentoo-user

From: Trey Gruel <drathos@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] "emerge -pvuND world" versus "emerge -pveuND world"
Date: Wed, 11 Oct 2006 20:14:41
Message-Id: 3126779c0610111310m5c051254i75e9293f21b259dd@mail.gmail.com
In Reply to: [gentoo-user] "emerge -pvuND world" versus "emerge -pveuND world" by Daniel Pielmeier
1 On 10/11/06, Daniel Pielmeier <daniel.pielmeier@××××××××××.com> wrote:
2 <snip>
3 > Which is normal because an up to date system doesn't have to download
4 > anything. But when i add the emptytree option "emerge -pveuND world" i
5 > get this (output reduced):
6 >
7 > > emerge -pveuND world
8 > >
9 > > These are the packages that would be merged, in order:
10 > >
11 > > ...
12 > > Calculating world dependencies ..... ....... done!
13 > > [ebuild N ] sys-devel/binutils [2.16.1-r3] USE="nls
14 > > -multislot -multitarget -test -vanilla" 109 kB
15 > > ...
16 > > [ebuild N ] net-dialup/ppp [2.4.3-r16] USE="gtk ipv6
17 > > pam -activefilter -atm -dhcp -eap-tls -mppe-mppc -radius" 55 kB
18 > > ...
19 > >
20 > > Total size of downloads: 164 kB
21 >
22 > So why are there appearing some apps now for which portage has to
23 > download something? Using eix on sys-devel/binutils and net-dialup/ppp
24 > tells me that i have exactly those ebuilds listed above installed.
25 >
26 > I think that there have been made changes to this ebuild without
27 > increasing the version number. For example binutils from 2.16.1-r3 to
28 > 2.16.1-r4. So portage doesn't upgrade this package although there have
29 > been changes. Or is there a portage option i don't know until now which
30 > i have to use for getting this apps updated. Am i guessing right in any
31 > of this cases or is this another problem with portage?
32
33 Actually, with the 'emptytree' option, it should be trying to rebuild
34 everything in your 'world' set along with the dependancies using their
35 current versions and use flags. I'm guessing that the odd behavior is
36 because you're using it in conjunction with 'uND'. 'Update' and
37 'newuse' go against part of what 'emptytree' does, and 'emptytree' is
38 as 'deep' as it gets. :)
39
40 --
41 Trey
42 --
43 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] "emerge -pvuND world" versus "emerge -pveuND world" Daniel Pielmeier <daniel.pielmeier@××××××××××.com>