Gentoo Archives: gentoo-user

From: "Arttu V." <arttuv69@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Compilation aborted for setuptools-0.6.12
Date: Sun, 20 Jun 2010 11:03:25
Message-Id: AANLkTikxqgBAHSG-ci-gO9e2FHtG_ITFqTr0BRx_qDwR@mail.gmail.com
In Reply to: [gentoo-user] Compilation aborted for setuptools-0.6.12 by meino.cramer@gmx.de
1 On 6/19/10, meino.cramer@×××.de <meino.cramer@×××.de> wrote:
2 >
3 > Hi,
4 >
5 > compilation of setuptools-0.6.12 aborts woth:
6 > copying tests/api_tests.txt -> build/src/tests
7 > Traceback (most recent call last):
8 > File "setup.py", line 24, in <module>
9 > from lib2to3.main import main
10 > File "/usr/lib/python3.1/lib2to3/main.py", line 12, in <module>
11 > from . import refactor
12 > File "/usr/lib/python3.1/lib2to3/refactor.py", line 25, in <module>
13 > from . import pytree, pygram
14 > File "/usr/lib/python3.1/lib2to3/pygram.py", line 35, in <module>
15 > del python_grammar_no_print_statement.keywords["print"]
16 > KeyError: 'print'
17
18 Over here it seems to run a piece printing out messages starting with
19 "RefactoringTool:" where it fails for you. AFAICT, 2to3-refactoring
20 stuff is part of dev-lang/python package itself.
21
22 So, I wonder if "emerge -1 python:2.6" would help? (Or grabbing a
23 pre-compiled binary from tinderbox.dev.gentoo.org if the emerge
24 fails.)
25
26 --
27 Arttu V.

Replies

Subject Author
Re: [gentoo-user] Compilation aborted for setuptools-0.6.12 meino.cramer@×××.de