Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge -D pulling in more than it should these days?!
Date: Sun, 01 Oct 2006 03:26:38
Message-Id: 20061001032120.GA15059@waltdnes.org
In Reply to: [gentoo-user] emerge -D pulling in more than it should these days?! by Daevid Vincent
1 On Thu, Sep 28, 2006 at 02:15:04PM -0700, Daevid Vincent wrote
2 > Something has changed recently with 'emerge'. Whenever I use the -D option,
3 > which I am pretty much in the habbit of typing 'emerge -Dav' or 'emerge
4 > -Davu world/system', I notice it pulling in more stuff than it should. It
5 > never acted like this before. It's only been within the past few weeks. On
6 > an older Gentoo server (which I don't upgrade nearly as often as my notebook
7 > above) it doesn't exhibit this behaviour.
8
9 I've got ELOG enabled, so let's cd to that directory...
10 cd /var/log/portage/elog/
11
12 Now let's see what messages we have from portage...
13 $ ls -1 | grep sys-apps:portage
14 sys-apps:portage-2.1.1:20060916-110813.log
15
16 OK, file "sys-apps:portage-2.1.1:20060916-110813.log" looks
17 interesting; wonder what it says...
18
19 ==========================================================================
20 $ cat sys-apps:portage-2.1.1:20060916-110813.log
21 LOG: postinst
22 See NEWS and RELEASE-NOTES for further changes.
23
24 For help with using portage please consult the Gentoo Handbook
25 at http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3
26
27
28 WARN: postinst
29 In portage-2.1.1, emerge --newuse is now sensitive to changes in IUSE.
30 Immediately after upgrade from 2.1, users may notice a significantly larger
31 number of packages pulled in by --newuse, but that behavior is normal.
32 For additional information regarding this change, please see bugs #116955,
33 #144333, #144661, and #146060.
34 ==========================================================================
35
36 That pretty well sums it up.
37
38 --
39 Walter Dnes <waltdnes@××××××××.org> In linux /sbin/init is Job #1
40 My musings on technology and security at http://tech_sec.blog.ca
41 --
42 gentoo-user@g.o mailing list

Replies

Subject Author
RE: [gentoo-user] emerge -D pulling in more than it should these days?! Daevid Vincent <daevid@××××××.com>