Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] --depclean and python. Safe to remove??
Date: Sun, 27 Jul 2008 21:20:05
Message-Id: 5bdc1c8b0807271420x334b34cdmefbace4bae295d83@mail.gmail.com
In Reply to: [gentoo-user] --depclean and python. Safe to remove?? by Dale
1 On Sun, Jul 27, 2008 at 1:59 PM, Dale <dalek1967@×××××××××.net> wrote:
2 > Hi,
3 >
4 > Just doing a little house cleaning here. Sort of curious about this tho:
5 >
6 > root@smoker / # emerge -p --depclean
7 >
8 <SNIP>
9 >
10 > dev-lang/python
11 > selected: 2.4.4-r13
12 > protected: none
13 > omitted: 2.5.2-r5
14 <SNIP>
15 > root@smoker / # equery depends =dev-lang/python-2.4.4-r13
16 > [ Searching for packages depending on =dev-lang/python-2.4.4-r13... ]
17 > app-admin/gamin-0.1.9-r1 (python? virtual/python)
18 > app-office/openoffice-2.4.1 (>=dev-lang/python-2.3.4)
19 <SNIP>
20 > sys-apps/file-4.23 (virtual/python)
21 > sys-apps/portage-2.2_rc3 (>=dev-lang/python-2.4)
22 > sys-libs/cracklib-2.8.12 (python? dev-lang/python)
23 > sys-libs/libcap-1.10-r11 (python? >=virtual/python-2.2.1)
24 > root@smoker / #
25 >
26 > I notice some depend on the new python which should be OK since it is
27 > staying but is it safe to remove the old python?
28 > Also, I know the kernels are safe but what about subversion, apr and
29 > friends? I thought portage used subversion or something?
30 >
31 > While I am at it, can equery tell me what depends on that specific version
32 > of a package? It seems to just list everything that depends on python
33 > period the way I am doing it now. Is there a better tool to check on this?
34 >
35 > Thanks
36 >
37 > Dale
38 >
39
40 I'm seeing the same thing here Dale. I got past my problems from
41 yesterday by first using the older version of python-updater, then
42 removing the old python, emerging the new python-updater and running
43 python-updater again. After all of that I have the same two versions
44 installed that you do and haven't figured out if this stuff is really
45 'slotted' in the sense that different programs actually require the
46 older version and cannot use the newer version.
47
48 Question: Same as you. How do you check what slotted package something
49 else is really using? revdep-rebuild possibly?
50
51 - Mark

Replies

Subject Author
Re: [gentoo-user] --depclean and python. Safe to remove?? Dale <dalek1967@×××××××××.net>