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: Mon, 01 Sep 2008 17:34:56
Message-Id: 200809011149.36917.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 Sunday 31 August 2008, Neil Bothwick wrote:
2 > On Sun, 31 Aug 2008 09:04:03 +0100, Mick wrote:
3 > > $ eix -Iu --only-names
4 > > app-arch/lzma-utils
5 > > dev-libs/libsigc++
6 > > media-plugins/gst-plugins-x
7 > > media-plugins/gst-plugins-xvideo
8 > > sys-apps/hdparm
9 > > sys-kernel/gentoo-sources
10 > > virtual/perl-Test-Harness
11 > >
12 > > However, when I run emerge -upDv --with-deps y world I get just one
13 > > package:
14 > >
15 > > Where's the others gone?
16 >
17 > Probably old dependencies that are no longer needed? Did you run
18 > emerge --depclean -p?
19
20 No! --depclean is evil! :)) (and/or my system is borked).
21
22 It tells me to remove dev-python/pycrypto, when portage seems to depend on it:
23
24 # equery depends dev-python/pycrypto
25 [ Searching for packages depending on dev-python/pycrypto... ]
26 sys-apps/portage-2.1.4.4 (!build? >=dev-python/pycrypto-2.0.1-r6)
27
28 Also, it tells me to remove hdparm-8.6. I noticed that there is a 8.7 version
29 available, but emerge -uDv world does not pick this up . . . why would that
30 be so?
31
32 # emerge -upDv hdparm
33
34 These are the packages that would be merged, in order:
35
36 Calculating dependencies... done!
37 [ebuild U ] sys-apps/hdparm-8.9 [8.6] 75 kB
38
39 Total: 1 package (1 upgrade), Size of downloads: 75 kB
40 # emerge -upDv world
41
42 These are the packages that would be merged, in order:
43
44 Calculating world dependencies |
45 ... done!
46
47 Total: 0 packages, Size of downloads: 0 kB
48 --
49 Regards,
50 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 "Sebastian Günther" <samson@××××××××××××××××.de>
Re: [gentoo-user] emerge -1 `eix -Iu --only-names` & removing old version of Python Neil Bothwick <neil@××××××××××.uk>