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 1OQIJB-0007bz-0a for garchives@archives.gentoo.org; Sun, 20 Jun 2010 11:03:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DA4AE08F8 for ; Sun, 20 Jun 2010 11:03:24 +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 D2EA2E0864 for ; Sun, 20 Jun 2010 10:25:29 +0000 (UTC) Received: by bwz5 with SMTP id 5so617720bwz.40 for ; Sun, 20 Jun 2010 03:25:29 -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=gsoQ+oCtFmK0ihcmN0YkXwe+anaNEI14GSyXuXMG1Qw=; b=Z36eskpc5t7VX+G5aESpOvNWkBAXvMnThjIl4iQOeI0pe8xPLCS+v9ICV6NPLwOCHm L/1Xt1vCG0Bb00EWjMUZoVxLrUIuu7XynuiJT9u/zaSo0JElNXD5KxyEJG7pr0hhjua5 PzCoYB2nX/0J7vN2P7UM8py3UH6B6vA79Sv+E= 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=bwkvyGgDx0gFbbWBtqecfucgGgCs6JxkdzWQ5p9dIE6SMnKh9DybTcwRc4iSvYL4g/ rlBuB3I9FGJxaM+mTIR/63j0JdQ3emF6BvxdnFcehZakvIUajLWRmOBar+6D3uLPIiBg h3QsufA77VuHGhNSA9TVGatkIqZr/Q8rso6lY= 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.83.211 with SMTP id g19mr1710115bkl.44.1277029528905; Sun, 20 Jun 2010 03:25:28 -0700 (PDT) Received: by 10.204.163.137 with HTTP; Sun, 20 Jun 2010 03:25:28 -0700 (PDT) In-Reply-To: <20100619073703.GA4858@solfire> References: <20100619073703.GA4858@solfire> Date: Sun, 20 Jun 2010 13:25:28 +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: cf6bb0f1-622e-471f-93c1-cf275d9379b4 X-Archives-Hash: d168b6777cf6e96bdd62d913ed8f04af 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.