Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] Compilation aborted for setuptools-0.6.12
Date: Sat, 19 Jun 2010 08:03:43
Message-Id: 20100619073703.GA4858@solfire
1 Hi,
2
3 compilation of setuptools-0.6.12 aborts woth:
4 copying tests/api_tests.txt -> build/src/tests
5 Traceback (most recent call last):
6 File "setup.py", line 24, in <module>
7 from lib2to3.main import main
8 File "/usr/lib/python3.1/lib2to3/main.py", line 12, in <module>
9 from . import refactor
10 File "/usr/lib/python3.1/lib2to3/refactor.py", line 25, in <module>
11 from . import pytree, pygram
12 File "/usr/lib/python3.1/lib2to3/pygram.py", line 35, in <module>
13 del python_grammar_no_print_statement.keywords["print"]
14 KeyError: 'print'
15 * ERROR: dev-python/setuptools-0.6.12 failed:
16 * Building failed with CPython 3.1 in distutils_building() function
17 *
18 * Call stack:
19 * ebuild.sh, line 54: Called src_compile
20 * environment, line 4648: Called distutils_src_compile
21 * environment, line 1278: Called python_execute_function 'distutils_building'
22 * environment, line 3426: Called die
23 * The specific snippet of code:
24 * die "${failure_message}";
25 *
26 * If you need support, post the output of 'emerge --info =dev-python/setuptools-0.6.12',
27 * the complete build log and the output of 'emerge -pqv =dev-python/setuptools-0.6.12'.
28 * The complete build log is located at '/var/tmp/portage/dev-python/setuptools-0.6.12/temp/build.log'.
29 * The ebuild environment file is located at '/var/tmp/portage/dev-python/setuptools-0.6.12/temp/environment'.
30 * S: '/var/tmp/portage/dev-python/setuptools-0.6.12/work/distribute-0.6.12'
31
32 >>> Failed to emerge dev-python/setuptools-0.6.12, Log file:
33
34 >>> '/var/tmp/portage/dev-python/setuptools-0.6.12/temp/build.log'
35
36 * Messages for package dev-python/setuptools-0.6.12:
37
38 * ERROR: dev-python/setuptools-0.6.12 failed:
39 * Building failed with CPython 3.1 in distutils_building() function
40 *
41 * Call stack:
42 * ebuild.sh, line 54: Called src_compile
43 * environment, line 4648: Called distutils_src_compile
44 * environment, line 1278: Called python_execute_function 'distutils_building'
45 * environment, line 3426: Called die
46 * The specific snippet of code:
47 * die "${failure_message}";
48 *
49 * If you need support, post the output of 'emerge --info =dev-python/setuptools-0.6.12',
50 * the complete build log and the output of 'emerge -pqv =dev-python/setuptools-0.6.12'.
51 * The complete build log is located at '/var/tmp/portage/dev-python/setuptools-0.6.12/temp/build.log'.
52 * The ebuild environment file is located at '/var/tmp/portage/dev-python/setuptools-0.6.12/temp/environment'.
53 * S: '/var/tmp/portage/dev-python/setuptools-0.6.12/work/distribute-0.6.12'
54 solfire:/root>qsearch setuptools
55 search: Updating ebuild cache ...
56 search: Finished 27398 entries in 0.474906 seconds
57 dev-python/setuptools Distribute (fork of Setuptools) is a collection of extensions to Distutils
58
59 f you need the addtional files mentioned above please dont hesitat to
60 mail me.
61 I only dont with to clutter the mailing list.
62
63 How can I fix that bug?
64
65 Best regards.
66 mcc

Replies

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