[pypy-dev] pypy-c-jit compilation error

Leo Trottier trottier at gmail.com
Thu Nov 19 02:14:31 CET 2009


... perhaps this has been resolved (??) but two compilation attempts
on the pypy/trunk from earlier today failed with the following error
message.  I'm compiling on a VirtualBox install of Xubuntu on OS-X (2
gig allocated, dual-core 1 GHz cpu).

the pypy-dist version compiles fine ...

and/all guidance would be appreciated
==========================

[platform:ERROR] make: Entering directory `/tmp/usession-trunk-1/testing_1'
[platform:ERROR] gcc -O3 -pthread -fomit-frame-pointer
-frandom-seed=testing_1.c -o testing_1.s -S testing_1.c
-I/usr/include/python2.6 -I/home/leo/Source
Code/pypy-trunk/pypy/translator/c -I/usr/include/libffi
[platform:ERROR] make: Leaving directory `/tmp/usession-trunk-1/testing_1'
[Timer] Timings:
[Timer] annotate                       ---  623.8 s
[Timer] rtype_lltype                   ---  768.0 s
[Timer] pyjitpl_lltype                 ---  570.6 s
[Timer] backendopt_lltype              ---  359.7 s
[Timer] stackcheckinsertion_lltype     ---  118.4 s
[Timer] database_c                     ---  789.6 s
[Timer] source_c                       ---  927.0 s
[Timer] compile_c                      ---    2.5 s
[Timer] ===========================================
[Timer] Total:                         --- 4159.4 s
[translation:ERROR] Error:
[translation:ERROR]  Traceback (most recent call last):
[translation:ERROR]    File "translate.py", line 277, in main
[translation:ERROR]     drv.proceed(goals)
[translation:ERROR]    File "/home/leo/Source
Code/pypy-trunk/pypy/translator/driver.py", line 741, in proceed
[translation:ERROR]     return self._execute(goals, task_skip =
self._maybe_skip())
[translation:ERROR]    File "/home/leo/Source
Code/pypy-trunk/pypy/translator/tool/taskengine.py", line 116, in
_execute
[translation:ERROR]     res = self._do(goal, taskcallable, *args, **kwds)
[translation:ERROR]    File "/home/leo/Source
Code/pypy-trunk/pypy/translator/driver.py", line 279, in _do
[translation:ERROR]     res = func()
[translation:ERROR]    File "/home/leo/Source
Code/pypy-trunk/pypy/translator/driver.py", line 504, in
task_compile_c
[translation:ERROR]     cbuilder.compile()
[translation:ERROR]    File "/home/leo/Source
Code/pypy-trunk/pypy/translator/c/genc.py", line 447, in compile
[translation:ERROR]
self.translator.platform.execute_makefile(self.targetdir)
[translation:ERROR]    File "/home/leo/Source
Code/pypy-trunk/pypy/translator/platform/posix.py", line 114, in
execute_makefile
[translation:ERROR]     self._handle_error(returncode, stdout, stderr,
path.join('make'))
[translation:ERROR]    File "/home/leo/Source
Code/pypy-trunk/pypy/translator/platform/__init__.py", line 117, in
_handle_error
[translation:ERROR]     raise CompilationError(stdout, stderr)
[translation:ERROR]  CompilationError: <CompilationError err="make:
Entering directory `/tmp/usession-trunk-1/testing_1'\ngcc -O3 -pthread
-fomit-frame-pointer -frandom-seed=testi...e
Code/pypy-trunk/pypy/translator/c -I/usr/include/libffi\nmake: Leaving
directory `/tmp/usession-trunk-1/testing_1'\n">



More information about the Pypy-dev mailing list