Gentoo Archives: gentoo-user

From: Daevid Vincent <daevid@××××××.com>
To: gentoo-user@l.g.o
Subject: RE: [gentoo-user] emerge -D pulling in more than it should these days?!
Date: Mon, 02 Oct 2006 03:20:38
Message-Id: 000601c6e5d0$eb12bd70$1301a8c0@locutus
In Reply to: Re: [gentoo-user] emerge -D pulling in more than it should these days?! by Walter Dnes
1 ...and that has what to do with "emerge -Davu"?
2
3 --newuse shortcut is -N
4
5 --newuse (-N short option)
6 Tells emerge to include installed packages where USE flags
7 have
8 changed since installation.
9
10 -D is deep.
11 -a is ask.
12 -v is verbose.
13 -u is
14
15 --update (-u short option)
16 Updates packages to the best version available, which may not
17 always be the highest version number due to masking for
18 testing
19 and development. This will also update direct dependencies
20 which
21 may not what you want. In general use this option only in
22 combi-
23 nation with the world or system target.
24
25 > -----Original Message-----
26 > From: Walter Dnes [mailto:waltdnes@××××××××.org]
27 > Sent: Saturday, September 30, 2006 8:21 PM
28 > To: gentoo-user@l.g.o
29 > Subject: Re: [gentoo-user] emerge -D pulling in more than it
30 > should these days?!
31 >
32 > On Thu, Sep 28, 2006 at 02:15:04PM -0700, Daevid Vincent wrote
33 > > Something has changed recently with 'emerge'. Whenever I
34 > use the -D option,
35 > > which I am pretty much in the habbit of typing 'emerge
36 > -Dav' or 'emerge
37 > > -Davu world/system', I notice it pulling in more stuff than
38 > it should. It
39 > > never acted like this before. It's only been within the
40 > past few weeks. On
41 > > an older Gentoo server (which I don't upgrade nearly as
42 > often as my notebook
43 > > above) it doesn't exhibit this behaviour.
44 >
45 > I've got ELOG enabled, so let's cd to that directory...
46 > cd /var/log/portage/elog/
47 >
48 > Now let's see what messages we have from portage...
49 > $ ls -1 | grep sys-apps:portage
50 > sys-apps:portage-2.1.1:20060916-110813.log
51 >
52 > OK, file "sys-apps:portage-2.1.1:20060916-110813.log" looks
53 > interesting; wonder what it says...
54 >
55 > ==============================================================
56 > ============
57 > $ cat sys-apps:portage-2.1.1:20060916-110813.log
58 > LOG: postinst
59 > See NEWS and RELEASE-NOTES for further changes.
60 >
61 > For help with using portage please consult the Gentoo Handbook
62 > at http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3
63 >
64 >
65 > WARN: postinst
66 > In portage-2.1.1, emerge --newuse is now sensitive to changes in IUSE.
67 > Immediately after upgrade from 2.1, users may notice a
68 > significantly larger
69 > number of packages pulled in by --newuse, but that behavior is normal.
70 > For additional information regarding this change, please see
71 > bugs #116955,
72 > #144333, #144661, and #146060.
73 > ==============================================================
74 > ============
75 >
76 > That pretty well sums it up.
77 >
78 > --
79 > Walter Dnes <waltdnes@××××××××.org> In linux /sbin/init is Job #1
80 > My musings on technology and security at http://tech_sec.blog.ca
81 > --
82 > gentoo-user@g.o mailing list
83 >
84 >
85
86 --
87 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerge -D pulling in more than it should these days?! "Bo Ørsted Andresen" <bo.andresen@××××.dk>