Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: depclean stopped working
Date: Tue, 17 Apr 2012 15:44:29
Message-Id: jmk30h$1p4$1@dough.gmane.org
In Reply to: [gentoo-user] Re: depclean stopped working by Nikos Chantziaras
1 On 17/04/12 18:34, Nikos Chantziaras wrote:
2 > On 17/04/12 18:10, Alan McKinnon wrote:
3 >> On Tue, 17 Apr 2012 18:01:43 +0300
4 >> Nikos Chantziaras<realnc@×××××.com> wrote:
5 >>
6 >>> emerge --depclean seems to have bugged out for me:
7 >>>
8 >>> * Dependencies could not be completely resolved due to
9 >>> * the following required packages not being installed:
10 >>> *
11 >>> * =dev-libs/openssl-0.9.8* pulled in by:
12 >>> * app-emulation/vmware-workstation-8.0.2.591240
13 >>> *
14 >>> * dev-libs/openssl:0.9.8 pulled in by:
15 >>> * www-client/google-chrome-19.0.1084.24_beta131971
16 >>>
17 >>> It says to do a "emerge --update --newuse --deep --with-bdeps=y
18 >>> @world". Which is what I just did to begin with (and running it again
19 >>> doesn't result in anything getting emerged.)
20 >>>
21 >>> It also says:
22 >>>
23 >>> * Also, note that it may be necessary to manually uninstall
24 >>> * packages that no longer exist in the portage tree, since it may
25 >>> * not be possible to satisfy their dependencies.
26 >>>
27 >>> However, dev-libs/openssl is installed and seems to be in the tree:
28 >>>
29 >>> $ eix -e dev-libs/openssl
30 >>> [I] dev-libs/openssl
31 >>> Available versions:
32 >>> (0.9.8) 0.9.8r (~)0.9.8s 0.9.8s-r1 0.9.8t 0.9.8u
33 >>> (0) 1.0.0d 1.0.0e (~)1.0.0e-r1 (~)1.0.0f 1.0.0f-r1
34 >>> 1.0.0g 1.0.0h **1.0.1
35 >>> {{bindist gmp kerberos rfc3779 sse2 static-libs test vanilla
36 >>> zlib}} Installed versions: 0.9.8u(0.9.8)(22:32:12 12/03/12)(sse2
37 >>> zlib -bindist -gmp -kerberos -test) 1.0.0h(22:33:20 12/03/12)(sse2
38 >>> zlib -bindist -gmp -kerberos -rfc3779 -static-libs -test)
39 >>>
40 >>>
41 >>
42 >> I think you should file a bug against www-client/google-chrome
43 >>
44 >> It wants the exact version dev-libs/openssl:0.9.8 but the oldest in
45 >> portage is dev-libs/openssl:0.9.8r
46 >>
47 >> Chances are the dev simply left off the version suffix by accident
48 >
49 > That can't be it. There's a wildcard at the end:
50 >
51 > =dev-libs/openssl-0.9.8*
52 >
53 > which should match 0.9.8u.
54
55 No wait, that's vmware. The chrome ebuild pulls a slot:
56
57 dev-libs/openssl:0.9.8
58
59 This also matches correctly. The 0.9.8 slot matches all those versions.
60 So no problem with that either.

Replies

Subject Author
Re: [gentoo-user] Re: depclean stopped working Alan McKinnon <alan.mckinnon@×××××.com>