Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge -1 `eix -Iu --only-names` & removing old version of Python
Date: Sun, 31 Aug 2008 08:35:31
Message-Id: 200808310904.23707.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] emerge -1 `eix -Iu --only-names` & removing old version of Python by Neil Bothwick
1 On Saturday 30 August 2008, Neil Bothwick wrote:
2 > On Sat, 30 Aug 2008 05:10:27 +0100, Stroller wrote:
3 > > It just seems more effective than `emerge -D
4 > > world` - that seems to miss many packages.
5 >
6 > The packages is misses are either build-time dependencies, so don't need
7 > updating, or are not dependencies of anything in world and would be
8 > removed by emerge --depclean.
9 >
10 > I'm with Alan on this, use with-bdep and trust portage, it knows far more
11 > about the inner workings of your package tree (which it created) than do
12 > you.
13
14 When I tried I got:
15
16 $ eix -Iu --only-names
17 app-arch/lzma-utils
18 dev-libs/libsigc++
19 media-plugins/gst-plugins-x
20 media-plugins/gst-plugins-xvideo
21 sys-apps/hdparm
22 sys-kernel/gentoo-sources
23 virtual/perl-Test-Harness
24
25 However, when I run emerge -upDv --with-deps y world I get just one package:
26
27 # emerge -upDv --with-bdeps y world
28
29 These are the packages that would be merged, in order:
30
31 Calculating world dependencies |
32 ... done!
33 [ebuild U ] app-arch/lzma-utils-4.32.6 [4.32.5] USE="-nocxx%" 468 kB
34
35 Total: 1 package (1 upgrade), Size of downloads: 468 kB
36
37 Where's the others gone?
38 --
39 Regards,
40 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] emerge -1 `eix -Iu --only-names` & removing old version of Python Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] emerge -1 `eix -Iu --only-names` & removing old version of Python Stroller <stroller@××××××××××××××××××.uk>