Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ARGH I uninstalled python
Date: Sat, 23 May 2009 12:34:37
Message-Id: 200905231433.08767.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] ARGH I uninstalled python by "Arttu V."
1 On Saturday 23 May 2009 13:52:13 Arttu V. wrote:
2 > Note how binutils still is within the system set and gets the extra
3 > warning, while python doesn't get the special system set warning with
4 > the three exclamation marks? I.e., python *is no longer* in the system
5 > set, probably removed by the very change I gave a link for in previous
6 > email.
7 >
8 > AFAIK (haven't checked in portage code), buildsyspkg and such only
9 > work with the packages explicitly mentioned in the system set, so
10 > binutils is in, python is (nowadays) out -- and that probably explains
11 > also what is happening on your smoker. :)
12 >
13 > Anyone finding flaws in my theories or facts or observations that
14 > outright nullify them? :)
15
16 No, I think you are right, and I think somebody cocked up badly.
17
18 Examining the current profiles shows that portage and python were removed from
19 base, and python was included back in releases/2008.0/packages (amongst
20 others):
21
22 profiles # grep -r 'sys-apps/portage' * | grep packages:
23 base/packages:#*>=sys-apps/portage-2.0.51.22
24 default-linux/amd64/2007.0/packages:>=sys-apps/portage-2.1.2
25 releases/2008.0/packages:>=sys-apps/portage-2.1.4.4
26 selinux/packages:>=sys-apps/portage-2.0.49-r15
27 selinux/2007.0/packages:>=sys-apps/portage-2.1.2
28 profiles # grep -r 'dev-lang/python' * | grep packages:
29 base/packages:#*dev-lang/python
30
31 I haven't followed this entire thread, so correct me if I'm wrong, but a
32 reasonable explanation might be:
33
34 A Gentoo system needs a package manager, but it's doesn't have to be portage.
35 Solution: remove the hardcoded portage and python from base, include them
36 elsewhere and created new profiles for paludis and pkg-merge users.
37
38 Except, python got omitted and there's no paludis (yet)
39
40 If so, this is a bug and should be reported
41
42
43 --
44 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] ARGH I uninstalled python Dale <rdalek1967@×××××.com>