From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-95735-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1M8JB8-0005RC-LY
	for garchives@archives.gentoo.org; Sun, 24 May 2009 19:16:14 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EB306E04D0;
	Sun, 24 May 2009 19:16:12 +0000 (UTC)
Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.153])
	by pigeon.gentoo.org (Postfix) with ESMTP id C771AE04D0
	for <gentoo-user@lists.gentoo.org>; Sun, 24 May 2009 19:16:12 +0000 (UTC)
Received: by yw-out-1718.google.com with SMTP id 5so9932255ywm.46
        for <gentoo-user@lists.gentoo.org>; Sun, 24 May 2009 12:16:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from
         :user-agent:mime-version:to:subject:references:in-reply-to
         :content-type:content-transfer-encoding;
        bh=ZXBsxKjZS74dnXEuYITfjVtlkAEa16Sl2lu3ofz7V98=;
        b=r50LQgtEi42swLgtq0HX5vtH1O23vnEICmopfYuDW92L1270wCeF5bR07rCwHbatHp
         eGkwrQuPRWJVqKziyC258bJGGEPMrnHcemoAismMAGeeO88M7g/UgB4EHkoCnkzXgr05
         pqgOwMhAj3dTvSEaSLNysWgrMncUtVkOBHVNo=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:user-agent:mime-version:to:subject:references
         :in-reply-to:content-type:content-transfer-encoding;
        b=Qk4juJpe2+LGK4OuSU2Lwqjd50/ps+9/12TkxZ06n4T2WpIIi029Y8Dp2yAcZlEKaj
         d36QLJyuBv/oTmGf0CBsTEbRO2A3XAdZHJrz5FKdAq0gsvLSs7mWU9GCfF8mVJD12JdE
         O+iQ8KXjp4luwErHUAqb09tjV/T8LkkFNIpG8=
Received: by 10.90.89.8 with SMTP id m8mr5540008agb.15.1243192572433;
        Sun, 24 May 2009 12:16:12 -0700 (PDT)
Received: from ?64.89.164.180? (r164h180.dixie-net.com [64.89.164.180])
        by mx.google.com with ESMTPS id 21sm12547802agb.13.2009.05.24.12.16.05
        (version=SSLv3 cipher=RC4-MD5);
        Sun, 24 May 2009 12:16:12 -0700 (PDT)
Message-ID: <4A199CCC.7020502@gmail.com>
Date: Sun, 24 May 2009 14:15:24 -0500
From: Dale <rdalek1967@gmail.com>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.21) Gecko/20090519 SeaMonkey/1.1.16
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] ARGH I uninstalled python
References: <983967.82330.qm@web51306.mail.re2.yahoo.com> <200905241954.46909.alan.mckinnon@gmail.com> <4A198DB7.6090807@gmail.com> <200905242056.37129.alan.mckinnon@gmail.com>
In-Reply-To: <200905242056.37129.alan.mckinnon@gmail.com>
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit
X-Archives-Salt: c2413597-472f-42ae-8c85-6651dfe8ddb9
X-Archives-Hash: 7b0610162b469bd3bc63a864edd8b7e0

Alan McKinnon wrote:
> On Sunday 24 May 2009 20:11:03 Dale wrote:
>   
>> Alan McKinnon wrote:
>>     
>>> On Sunday 24 May 2009 19:26:43 Dale wrote:
>>>       
>>>> Also, is this the file that contains the system set?
>>>>
>>>> /usr/portage/profiles/base/packages
>>>>
>>>> If so, python is commented out as is a few others.  Is there a way to
>>>> add files to something in /etc that emerge would consider in addition to
>>>> this file?  In other words, if a user is using portage, is there a place
>>>> that they could set this in /etc so that it overrides the fact it is
>>>> missing in the system set?  Just add python and other missing packages
>>>> to the file and we can carry on.  I assume adding it to world would not
>>>> do any good with buildsyspkg enabled?
>>>>         
>>> profiles are cascading and support multiple inheritance (parent files can
>>> contain several entries). So, you have to run
>>>
>>> find /usr/portage/profiles -name packages
>>>
>>> to find them all, and apply brain power to find the few that actually
>>> apply to you
>>>       
>> Something like this?
>>
>> root@smoker / # ls -al /etc/make.profile
>> lrwxrwxrwx 1 root root 55 Dec 16 22:09 /etc/make.profile ->
>> /usr/portage/profiles/default/linux/x86/2008.0/desktop/
>> root@smoker / #
>>
>> I would assume it uses what the make.profile is linked to.  Correct?
>> Thing is, is there some file supported in /etc/ that is user editable?
>> If not, then it doesn't matter.  If a user edits the file in
>> /usr/portage, it will default back when re-syncing.
>>     
>
> OK, I see what your question is now.
>
> According to 'man 5 portage' you would add it to /etc/portage/profile/packages 
> which you likely have to create yourself
>
>   

I just did.  I did a emerge -ep system to see what it lists.  From my
understanding emerge lists things in the "system" set in bold green. 
There are three that are in light or not bold green.  They are:

[ebuild   R   ] app-admin/eselect-1.1_rc2
[ebuild   R   ] sys-libs/cracklib-2.8.13
[ebuild   R   ] dev-java/sun-jdk-1.6.0.13

I assume those are pulled in as a dependency of something else but I
don't consider them "critical" for portage or to boot.

Python is listed as dark or bold green so I guess it is included in the
system set.

Am I OK now?  Well, as OK as I ever get anyway.  ;-) 

Dale

:-)  :-)