Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Fatal problem: Pyton-updater "kills" PC
Date: Sun, 06 Jun 2010 06:53:30
Message-Id: 20100606065226.GA5137@solfire
In Reply to: Re: [gentoo-user] Fatal problem: Pyton-updater "kills" PC by Manuel Klemenz
1 Manuel Klemenz <m.klemenz@×××.at> [10-06-06 03:07]:
2 > Heyho,
3 >
4 > *.la files are ok? # lafilefixer --justfixit
5 > dependencies ok? # revdep-rebuild -- -av
6 >
7 > --
8 > Cheers,
9 > Manuel Klemenz
10
11
12 Hi Manuel,
13
14 It seems that running lafilefixer had fix the
15 problem, since revdep-rebuild doesn not reports
16 any problems.
17
18 BUT:
19 "setup-tools" still fail to compile:
20
21
22 Any idea, how to fix it that ?
23
24 Best regards and have a nice sunday!
25 mcc
26
27
28 * Building of dev-python/setuptools-0.6.10 with CPython 3.1...
29 python3.1 setup.py build -b build-3.1
30 creating build
31 creating build/src
32 creating build/src/docs
33 creating build/src/docs/_theme
34 creating build/src/docs/_theme/nature
35 creating build/src/docs/_theme/nature/static
36 creating build/src/docs/build
37 creating build/src/docs/build/html
38 creating build/src/docs/build/html/_sources
39 creating build/src/docs/build/html/_static
40 creating build/src/setuptools
41 creating build/src/setuptools/command
42 creating build/src/setuptools/tests
43 creating build/src/tests
44 creating build/src/tests/shlib_test
45 copying setuptools/dist.py -> build/src/setuptools
46 copying setuptools/__init__.py -> build/src/setuptools
47 copying setuptools/sandbox.py -> build/src/setuptools
48 copying setuptools/package_index.py -> build/src/setuptools
49 copying setuptools/archive_util.py -> build/src/setuptools
50 copying setuptools/depends.py -> build/src/setuptools
51 copying setuptools/extension.py -> build/src/setuptools
52 copying setuptools/tests/doctest.py -> build/src/setuptools/tests
53 copying setuptools/tests/test_upload_docs.py -> build/src/setuptools/tests
54 copying setuptools/tests/test_easy_install.py -> build/src/setuptools/tests
55 copying setuptools/tests/test_build_ext.py -> build/src/setuptools/tests
56 copying setuptools/tests/__init__.py -> build/src/setuptools/tests
57 copying setuptools/tests/test_sandbox.py -> build/src/setuptools/tests
58 copying setuptools/tests/test_resources.py -> build/src/setuptools/tests
59 copying setuptools/tests/test_develop.py -> build/src/setuptools/tests
60 copying setuptools/command/upload.py -> build/src/setuptools/command
61 copying setuptools/command/setopt.py -> build/src/setuptools/command
62 copying setuptools/command/install_scripts.py -> build/src/setuptools/command
63 copying setuptools/command/egg_info.py -> build/src/setuptools/command
64 copying setuptools/command/upload_docs.py -> build/src/setuptools/command
65 copying setuptools/command/build_ext.py -> build/src/setuptools/command
66 copying setuptools/command/__init__.py -> build/src/setuptools/command
67 copying setuptools/command/install.py -> build/src/setuptools/command
68 copying setuptools/command/develop.py -> build/src/setuptools/command
69 copying setuptools/command/build_py.py -> build/src/setuptools/command
70 copying setuptools/command/saveopts.py -> build/src/setuptools/command
71 copying setuptools/command/install_lib.py -> build/src/setuptools/command
72 copying setuptools/command/bdist_wininst.py -> build/src/setuptools/command
73 copying setuptools/command/easy_install.py -> build/src/setuptools/command
74 copying setuptools/command/install_egg_info.py -> build/src/setuptools/command
75 copying setuptools/command/alias.py -> build/src/setuptools/command
76 copying setuptools/command/bdist_rpm.py -> build/src/setuptools/command
77 copying setuptools/command/register.py -> build/src/setuptools/command
78 copying setuptools/command/sdist.py -> build/src/setuptools/command
79 copying setuptools/command/rotate.py -> build/src/setuptools/command
80 copying setuptools/command/test.py -> build/src/setuptools/command
81 copying setuptools/command/bdist_egg.py -> build/src/setuptools/command
82 copying setuptools/tests/win_script_wrapper.txt -> build/src/setuptools/tests
83 copying setuptools/cli.exe -> build/src/setuptools
84 copying setuptools/gui.exe -> build/src/setuptools
85 copying tests/test_distribute_setup.py -> build/src/tests
86 copying tests/install_test.py -> build/src/tests
87 copying tests/shlib_test/setup.py -> build/src/tests/shlib_test
88 copying tests/shlib_test/test_hello.py -> build/src/tests/shlib_test
89 copying tests/shlib_test/hello.c -> build/src/tests/shlib_test
90 copying tests/shlib_test/hellolib.c -> build/src/tests/shlib_test
91 copying tests/shlib_test/hello.pyx -> build/src/tests/shlib_test
92 copying tests/api_tests.txt -> build/src/tests
93 Traceback (most recent call last):
94 File "setup.py", line 24, in <module>
95 from lib2to3.main import main
96 File "/usr/lib/python3.1/lib2to3/main.py", line 12, in <module>
97 from . import refactor
98 File "/usr/lib/python3.1/lib2to3/refactor.py", line 25, in <module>
99 from . import pytree, pygram
100 File "/usr/lib/python3.1/lib2to3/pygram.py", line 35, in <module>
101 del python_grammar_no_print_statement.keywords["print"]
102 KeyError: 'print'
103 * ERROR: dev-python/setuptools-0.6.10 failed:
104 * Building failed with CPython 3.1 in distutils_building() function
105 *
106 * Call stack:
107 * ebuild.sh, line 54: Called src_compile
108 * environment, line 4640: Called distutils_src_compile
109 * environment, line 1260: Called python_execute_function 'distutils_building'
110 * environment, line 3418: Called die
111 * The specific snippet of code:
112 * die "${failure_message}";
113 *
114 * If you need support, post the output of 'emerge --info =dev-python/setuptools-0.6.10',
115 * the complete build log and the output of 'emerge -pqv =dev-python/setuptools-0.6.10'.
116 * The complete build log is located at '/var/tmp/portage/dev-python/setuptools-0.6.10/temp/build.log'.
117 * The ebuild environment file is located at '/var/tmp/portage/dev-python/setuptools-0.6.10/temp/environment'.
118 * S: '/var/tmp/portage/dev-python/setuptools-0.6.10/work/distribute-0.6.10'
119
120 * Messages for package dev-python/setuptools-0.6.10:
121
122 * ERROR: dev-python/setuptools-0.6.10 failed:
123 * Building failed with CPython 3.1 in distutils_building() function
124 *
125 * Call stack:
126 * ebuild.sh, line 54: Called src_compile
127 * environment, line 4640: Called distutils_src_compile
128 * environment, line 1260: Called python_execute_function 'distutils_building'
129 * environment, line 3418: Called die
130 * The specific snippet of code:
131 * die "${failure_message}";
132 *
133 * If you need support, post the output of 'emerge --info =dev-python/setuptools-0.6.10',
134 * the complete build log and the output of 'emerge -pqv =dev-python/setuptools-0.6.10'.
135 * The complete build log is located at '/var/tmp/portage/dev-python/setuptools-0.6.10/temp/build.log'.
136 * The ebuild environment file is located at '/var/tmp/portage/dev-python/setuptools-0.6.10/temp/environment'.
137 * S: '/var/tmp/portage/dev-python/setuptools-0.6.10/work/distribute-0.6.10'
138 *
139 * The following package has failed to build or install:
140 *
141 * ('ebuild', '/', 'dev-python/setuptools-0.6.10', 'merge'), Log file:
142 * '/var/tmp/portage/dev-python/setuptools-0.6.10/temp/build.log'
143 *
144 * GNU info directory index is up-to-date.
145
146
147
148
149 --
150 Please don't send me any Word- or Powerpoint-Attachments
151 unless it's absolutely neccessary. - Send simply Text.
152 See http://www.gnu.org/philosophy/no-word-attachments.html
153 In a world without fences and walls nobody needs gates and windows.

Replies

Subject Author
Re: [gentoo-user] Fatal problem: Pyton-updater "kills" PC Manuel Klemenz <m.klemenz@×××.at>