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 1OQJFO-0006u5-Pj for garchives@archives.gentoo.org; Sun, 20 Jun 2010 12:03:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8BD0E09B7 for ; Sun, 20 Jun 2010 12:03:33 +0000 (UTC) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id AA662E0957 for ; Sun, 20 Jun 2010 11:59:18 +0000 (UTC) Received: by bwz5 with SMTP id 5so639848bwz.40 for ; Sun, 20 Jun 2010 04:59:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=WXgRx/aoFZjx3s1csAwj31iZKWpPUrCbH8tWSokhEV4=; b=JcJBxkjOi2H1VuDvjpLX+w/PnBxJbUdUTmbFwqMA38Sn1qGbnUXYvBKY9jdEvkxgJX y9FQkcCrNkgbHf2Df8jw57fRogq1MKM4A6WdDb5+YAHsPYzgPCK3HxceO37d/OXdlqkQ AoE1sIJG87UGAqG5b3yijDJSRpdZRCHpwd7d8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=RUFzjeK/RDCLaIV/cSY91SjpEXQBsLgug5I2hNVgR2OCCyMhYYkR/Vf3Mr8F5akrta BwI70MTDJENwOA//yfSRhefr5j69u//ldQtOCKevJLiCxRsBoH6FiZkY/j6dpWGluNKO CBwiofBomCNrdC0cAcwfQuodxJu9y9O92MvPQ= 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 Received: by 10.204.73.231 with SMTP id r39mr1776742bkj.122.1277035157977; Sun, 20 Jun 2010 04:59:17 -0700 (PDT) Received: by 10.204.163.137 with HTTP; Sun, 20 Jun 2010 04:59:17 -0700 (PDT) In-Reply-To: <20100620104838.GB4877@solfire> References: <20100619073703.GA4858@solfire> <20100620104838.GB4877@solfire> Date: Sun, 20 Jun 2010 14:59:17 +0300 Message-ID: Subject: Re: [gentoo-user] Compilation aborted for setuptools-0.6.12 From: "Arttu V." To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 87b6d730-cc63-4d3a-acb3-249a6349c674 X-Archives-Hash: 76fba840256b21152dff257c6058e468 On 6/20/10, meino.cramer@gmx.de wrote: > Arttu V. [10-06-20 12:28]: >> On 6/19/10, meino.cramer@gmx.de wrote: >> > >> > Hi, >> > >> > compilation of setuptools-0.6.12 aborts woth: >> > copying tests/api_tests.txt -> build/src/tests >> > Traceback (most recent call last): >> > File "setup.py", line 24, in >> > from lib2to3.main import main >> > File "/usr/lib/python3.1/lib2to3/main.py", line 12, in >> > from . import refactor >> > File "/usr/lib/python3.1/lib2to3/refactor.py", line 25, in >> > from . import pytree, pygram >> > File "/usr/lib/python3.1/lib2to3/pygram.py", line 35, in >> > del python_grammar_no_print_statement.keywords["print"] >> > KeyError: 'print' >> >> Over here it seems to run a piece printing out messages starting with >> "RefactoringTool:" where it fails for you. AFAICT, 2to3-refactoring >> stuff is part of dev-lang/python package itself. >> >> So, I wonder if "emerge -1 python:2.6" would help? (Or grabbing a >> pre-compiled binary from tinderbox.dev.gentoo.org if the emerge >> fails.) >> >> -- >> Arttu V. >> > > Hi Arttu, > > thanks for your posting! :) > > Python2.6 compiles fine, setuptool fails again at the same point... > > What can I try next? Short of recompiling also python 3.1 (with distcc, ccache and such possible interference disabled) -- I'm out out ideas. -- Arttu V.