Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Compilation aborted for setuptools-0.6.12
Date: Sun, 20 Jun 2010 11:04:54
Message-Id: 20100620104838.GB4877@solfire
In Reply to: Re: [gentoo-user] Compilation aborted for setuptools-0.6.12 by "Arttu V."
1 Arttu V. <arttuv69@×××××.com> [10-06-20 12:28]:
2 > On 6/19/10, meino.cramer@×××.de <meino.cramer@×××.de> wrote:
3 > >
4 > > Hi,
5 > >
6 > > compilation of setuptools-0.6.12 aborts woth:
7 > > copying tests/api_tests.txt -> build/src/tests
8 > > Traceback (most recent call last):
9 > > File "setup.py", line 24, in <module>
10 > > from lib2to3.main import main
11 > > File "/usr/lib/python3.1/lib2to3/main.py", line 12, in <module>
12 > > from . import refactor
13 > > File "/usr/lib/python3.1/lib2to3/refactor.py", line 25, in <module>
14 > > from . import pytree, pygram
15 > > File "/usr/lib/python3.1/lib2to3/pygram.py", line 35, in <module>
16 > > del python_grammar_no_print_statement.keywords["print"]
17 > > KeyError: 'print'
18 >
19 > Over here it seems to run a piece printing out messages starting with
20 > "RefactoringTool:" where it fails for you. AFAICT, 2to3-refactoring
21 > stuff is part of dev-lang/python package itself.
22 >
23 > So, I wonder if "emerge -1 python:2.6" would help? (Or grabbing a
24 > pre-compiled binary from tinderbox.dev.gentoo.org if the emerge
25 > fails.)
26 >
27 > --
28 > Arttu V.
29 >
30
31 Hi Arttu,
32
33 thanks for your posting! :)
34
35 Python2.6 compiles fine, setuptool fails again at the same point...
36
37 What can I try next?
38
39 Have a nice weekend!
40 Best regards,
41 mcc

Replies

Subject Author
Re: [gentoo-user] Compilation aborted for setuptools-0.6.12 "Arttu V." <arttuv69@×××××.com>