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 1OQ1SK-00061u-E0 for garchives@archives.gentoo.org; Sat, 19 Jun 2010 17:03:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1838CE09B5 for ; Sat, 19 Jun 2010 17:03:44 +0000 (UTC) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by pigeon.gentoo.org (Postfix) with SMTP id 912F6E006E for ; Sat, 19 Jun 2010 16:07:00 +0000 (UTC) Received: (qmail invoked by alias); 19 Jun 2010 16:06:59 -0000 Received: from p548509B0.dip0.t-ipconnect.de (EHLO gmx.net) [84.133.9.176] by mail.gmx.net (mp061) with SMTP; 19 Jun 2010 18:06:59 +0200 X-Authenticated: #20088476 X-Provags-ID: V01U2FsdGVkX187RG0Anhs7BFJXxPIpJrMZwjJtEKSqoGGZ8ZUGbo Lx98m4DFgTPIyK Received: by gmx.net (nbSMTP-1.00) for uid 1001 Meino.Cramer@gmx.de; Sat, 19 Jun 2010 18:06:59 +0200 (CEST) Date: Sat, 19 Jun 2010 18:06:58 +0200 From: meino.cramer@gmx.de To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Compilation aborted for setuptools-0.6.12 Message-ID: <20100619160658.GC4878@solfire> References: <20100619165647.60d59d0b@karnak.local> 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-Disposition: inline In-Reply-To: <20100619165647.60d59d0b@karnak.local> User-Agent: mutt-ng/devel-r804 (Linux) X-Y-GMX-Trusted: 0 X-Archives-Salt: 52a7d060-e6f1-4143-b4e9-81b510b85d33 X-Archives-Hash: ad3f5a8caf54edf60ef523d2552b41f1 David W Noon [10-06-19 18:00]: > On Sat, 19 Jun 2010 17:00:02 +0200, meino.cramer@gmx.de wrote about Re: > [gentoo-user] Re: Compilation aborted for setuptools-0.6.12: > > >walt [10-06-19 16:48]: > [snip] > >> Have you set eselect python to use python-3 instead of python-2? If > >> so, > >> try setting it back to python-2. > > > >No, python 2.6 ist set according to the output of > > > > eselect python list > > > >python 3.1 is installed but not selected. > > > >What else can produce this compilation error? > > Have you run python-updater? > > When new packages have Python components, they will build both 2.6 and > 3.1 modules if possible. This means that their dependencies also need > to have both 2.6 and 3.1 modules. You achieve this by running > python-updater; this can take several hours. > -- > Regards, > > Dave [RLU #314465] > ====================================================================== > dwnoon@ntlworld.com (David W Noon) > ====================================================================== Hi Dave, wait...hopefully I understand this correctly, before I start to screw up my newly installed system... State 1 right after installing Gentoo: Pyton2.6 selected, installed and up. State 2 some days later while upateing python3.1 was offered but should *not* eselect python 3.1 since some older package are still not updated to work correctly with 3.1 State 3 setuptools seems to try to compile against 3.1 and failed. Now I should run python-updater to ... (scratching my head)? To update to python 3.1..but setuptools failed while compiling against python 3.1 It seems I myself feel a little screwed up,,, ;) ? Best regards, mcc