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 1OQ3PX-0003d2-VZ for garchives@archives.gentoo.org; Sat, 19 Jun 2010 19:09:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E699E0B5C for ; Sat, 19 Jun 2010 19:08:59 +0000 (UTC) Received: from mail-yw0-f188.google.com (mail-yw0-f188.google.com [209.85.211.188]) by pigeon.gentoo.org (Postfix) with ESMTP id 2F5F0E0AAE for ; Sat, 19 Jun 2010 18:30:14 +0000 (UTC) Received: by ywh26 with SMTP id 26so1869636ywh.10 for ; Sat, 19 Jun 2010 11:30:13 -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=SkPZTY1TJ5DwBSlt4AgXW2Fy+SMM+dQUewatjfyadZQ=; b=clSppKpkJt7/H/JVEQwm25CIr7wQ5pGUX/s9JOnPURt1fkXcAqJ64YYLW2IdSmSfAO IxjuIYdFsRdOwoDDw09/Hb0pbR7r3zPo8OKrmT/cxO6+xQSSSeEfQ6muRcBOCqjSp2UE JWyM44OS+95BvVK4R/mjRqsmbwt7rQjT54mTE= 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=UY3M9GUMNDqyHOiDA663x0UBaMK9mf+OqCt6k1Ae2jjhn11KoqqsnuWjAturxmDUAo 1Zi/Qhf3rOK3DPs5kOxCn7Rn0WBl1kTxfIEsyQ+6OPlQsPaqkPkNCudbKP5ck8luBSM/ sOLkyc1tdGcVzxuYH62mMA0SEkr/VeIPsipC8= Received: by 10.91.161.39 with SMTP id n39mr1573441ago.55.1276972211556; Sat, 19 Jun 2010 11:30:11 -0700 (PDT) Received: from [192.168.1.2] ([98.95.107.53]) by mx.google.com with ESMTPS id 22sm5642743ywh.13.2010.06.19.11.30.09 (version=SSLv3 cipher=RC4-MD5); Sat, 19 Jun 2010 11:30:11 -0700 (PDT) Message-ID: <4C1D0CAE.5020404@gmail.com> Date: Sat, 19 Jun 2010 13:30:06 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100616 Gentoo/2.0.4-r2 SeaMonkey/2.0.4 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Compilation aborted for setuptools-0.6.12 References: <20100619165647.60d59d0b@karnak.local> <20100619160658.GC4878@solfire> <201006191954.39550.alan.mckinnon@gmail.com> In-Reply-To: <201006191954.39550.alan.mckinnon@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 263f2634-4194-4fba-b969-f0eca42a41ad X-Archives-Hash: 952a9853f2c0a9480c794cc862338c15 Alan McKinnon wrote: > On Saturday 19 June 2010 18:06:58 meino.cramer@gmx.de wrote: > >> 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. >>> >> 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 >> > Did you miss the significance of this part? > > "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." > > Or if he doesn't really need python 3, he can just mask the thing until he does need it. Of course, he may have to run python-updater again or rebuild the same packages again to get them to not use python 3. Yep, making this stable hasn't confused anyone yet. o_O Dale :-) :-)