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 ) id 1M9ICq-0001g0-Mo for garchives@archives.gentoo.org; Wed, 27 May 2009 12:26:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC2F1E032A; Wed, 27 May 2009 12:26:02 +0000 (UTC) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.221.182]) by pigeon.gentoo.org (Postfix) with ESMTP id C0942E032A for ; Wed, 27 May 2009 12:26:02 +0000 (UTC) Received: by qyk12 with SMTP id 12so758250qyk.32 for ; Wed, 27 May 2009 05:26:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:organization:x-mailer :mime-version:content-type:content-transfer-encoding; bh=npO4WgsVc9XWIN7NNo0RrFtZMaMcDjeD0pprLhXRv5E=; b=F0awCAIZym0aihgDhEmyssfwHFJZJxJZde8NtoUiZbdmdXnnhqXZMJNkZWgUrGOMTV G1ojvmnEQbjcbCxVk1HNMTvgQQiBsLMSMZkut+SoOq9F4Krul2GDDM+cAqspjNL1aA9n T0LR9wOQWOzQfY1oEg8ACrAml/YLnWkSrZIzY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:organization :x-mailer:mime-version:content-type:content-transfer-encoding; b=gWKsznfma6d8XKVbXRseH5ismxq7lMwq+uFrUuwV1VoRgb7+pp3X17ljRluKBPCp0V DzwO5uk7PsjlmXRUj8O8cyehYwADv+cSBNOrZL5mEUtDRDYkH2oWublyYEMBzb/ENBYk bCDJ+fg8uEyQZCnvHZyQtWH+NL4/S5UzXRSGs= Received: by 10.224.80.205 with SMTP id u13mr9059996qak.356.1243427162522; Wed, 27 May 2009 05:26:02 -0700 (PDT) Received: from localhost.localdomain (201-74-136-60-sj.cpe.vivax.com.br [201.74.136.60]) by mx.google.com with ESMTPS id 5sm1592259qwg.49.2009.05.27.05.25.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 27 May 2009 05:26:00 -0700 (PDT) Date: Wed, 27 May 2009 09:29:58 -0300 From: Jorge Morais To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] ARGH I uninstalled python Message-ID: <20090527092958.7bc51eb8@gmail.com> In-Reply-To: <865125.39259.qm@web51306.mail.re2.yahoo.com> References: <865125.39259.qm@web51306.mail.re2.yahoo.com> Organization: ITA X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.7; i686-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 6ec5344e-cb22-4214-a99b-8959924faa01 X-Archives-Hash: 891b0533d9b1b5bf08a3e82f1a353957 On Wed, 27 May 2009 01:32:13 -0700 (PDT) Jon Hardcastle wrote: > > I'd hope that if anyone else comes a cropper by this then at least this conv will help them! But I was EXPECTING portage to not let me do something that would stop the 'solution' (and that is what it is whether at the portage or the gentoo level) working. I hope you solve everything. Anyway there is something you should have learned: think before acting, and do not rely on safeguards. They were meant to diminish the damage if you get into problems, not to be counted on as if they were normal functionality. In terms of computer usage, do never perform a task without reading documentation and understanding what you are doing. You should have realized that Python is a core component of the system and that one needs great care when messing with core components. And specifically, it is *not* safe to remove a component "just for a small time" (this is not the first time I've seen this). For a normal component you have to, at least, ensure the component is not currently in use and will not be needed during the period it will be absent. For a core component you should be far more careful. And normally you don't have to mess with it at all. And after your first mistake you continued to make others. The instructions in that blog were not quite good. After a little time searching the forums I found the tinderbox solution - which is far simpler and cleaner. Also, the person recommending the solution has some credibility (being a site administrator for the Gentoo forums) and, the solution being simpler, it is easier for you to *understand* them and act with confidence (and I personally would take at the very lest one extra care - verify if the USE flags and CFLAGS the binary package was built with were compatible with my system). You appear to have executed commands you didn't understand - based on some blog. Anyway, how is the system now? Is portage working? What about the manual Python installations, are they still in the system? I don't know if it is healthy to have these remains around (and if you want to clean them, be careful). By the way, can you write with more clarity? I don't understand you completely - perhaps because I am a non-native English speaker. Regards, Jorge