Skip to content

Instantly share code, notes, and snippets.

@eloraburns
Created February 14, 2013 16:21
Show Gist options
  • Save eloraburns/4953922 to your computer and use it in GitHub Desktop.
Save eloraburns/4953922 to your computer and use it in GitHub Desktop.
stm-thread-2 failure @3b4ede83d81c
$ hg parent
changeset: 61237:3b4ede83d81c
branch: stm-thread-2
tag: tip
user: Armin Rigo <arigo@tunes.org>
date: Thu Feb 14 14:49:25 2013 +0000
summary: Unclear why it occurs here and not on "default", but we need to prevent multiple #includes of this file
[translation:ERROR] Error:
[translation:ERROR] Traceback (most recent call last):
[translation:ERROR] File "../../rpython/translator/goal/translate.py", line 317, in main
[translation:ERROR] drv.proceed(goals)
[translation:ERROR] File "../../rpython/translator/driver.py", line 733, in proceed
[translation:ERROR] return self._execute(goals, task_skip = self._maybe_skip())
[translation:ERROR] File "../../rpython/translator/tool/taskengine.py", line 116, in _execute
[translation:ERROR] res = self._do(goal, taskcallable, *args, **kwds)
[translation:ERROR] File "../../rpython/translator/driver.py", line 284, in _do
[translation:ERROR] res = func()
[translation:ERROR] File "../../rpython/translator/driver.py", line 528, in task_compile_c
[translation:ERROR] cbuilder.compile(**kwds)
[translation:ERROR] File "../../rpython/translator/c/genc.py", line 406, in compile
[translation:ERROR] extra_opts)
[translation:ERROR] File "../../rpython/translator/platform/posix.py", line 194, in execute_makefile
[translation:ERROR] self._handle_error(returncode, stdout, stderr, path.join('make'))
[translation:ERROR] File "../../rpython/translator/platform/__init__.py", line 147, in _handle_error
[translation:ERROR] raise CompilationError(stdout, stderr)
[translation:ERROR] CompilationError: CompilationError(err="""
[translation:ERROR] In file included from data_pypy_interpreter_astcompiler_assemble.c:6:
[translation:ERROR] forwarddecl.h:607: error: thread-local storage not supported for this target
[translation:ERROR] forwarddecl.h:611: error: thread-local storage not supported for this target
[translation:ERROR] In file included from testing_1.c:4:
[translation:ERROR] forwarddecl.h:607: error: thread-local storage not supported for this target
[translation:ERROR] In file included from data_pypy_goal_targetpypystandalone.c:6:
[translation:ERROR] forwarddecl.h:607: error: thread-local storage not supported for this target
[translation:ERROR] forwarddecl.h:611: error: thread-local storage not supported for this target
[translation:ERROR] forwarddecl.h:611: error: thread-local storage not supported for this target
[translation:ERROR] In file included from data_pypy_interpreter_argument.c:6:
[translation:ERROR] forwarddecl.h:607: error: thread-local storage not supported for this target
[translation:ERROR] forwarddecl.h:611: error: thread-local storage not supported for this target
[translation:ERROR] In file included from /Users/taavi/src/pypy/rpython/translator/c/src/g_include.h:28,
[translation:ERROR] from data_pypy_interpreter_argument.c:9:
[translation:ERROR] /Users/taavi/src/pypy/rpython/translator/c/src/debug_print.h:43: error: thread-local storage not supported for this targetIn file included from /Users/taavi/src/pypy/rpython/translator/c/src/g_include.h:28,
[translation:ERROR] from data_pypy_goal_targetpypystandalone.c:9:
[translation:ERROR] /Users/taavi/src/pypy/rpython/translator/c/src/debug_print.h:43: error: thread-local storage not supported for this targetIn file included from /Users/taavi/src/pypy/rpython/translator/c/src/g_include.h:28,
[translation:ERROR] from data_pypy_interpreter_astcompiler_assemble.c:9:
[translation:ERROR] /Users/taavi/src/pypy/rpython/translator/c/src/debug_print.h:43: error: thread-local storage not supported for this target
[translation:ERROR]
[translation:ERROR]
[translation:ERROR] /Users/taavi/src/pypy/rpython/translator/c/src/debug_print.h:44: error: thread-local storage not supported for this target/Users/taavi/src/pypy/rpython/translator/c/src/debug_print.h:44: error: thread-local storage not supported for this target
[translation:ERROR]
[translation:ERROR] /Users/taavi/src/pypy/rpython/translator/c/src/debug_print.h:44: error: thread-local storage not supported for this target
[translation:ERROR] In file included from /Users/taavi/src/pypy/rpython/translator/c/src/g_include.h:28,
[translation:ERROR] from testing_1.c:11:
[translation:ERROR] /Users/taavi/src/pypy/rpython/translator/c/src/debug_print.h:43: error: thread-local storage not supported for this target
[translation:ERROR] /Users/taavi/src/pypy/rpython/translator/c/src/debug_print.h:44: error: thread-local storage not supported for this target
[translation:ERROR] make: *** [data_pypy_interpreter_astcompiler_assemble.o] Error 1
[translation:ERROR] make: *** Waiting for unfinished jobs....
[translation:ERROR] make: *** [data_pypy_interpreter_argument.o] Error 1
[translation:ERROR] make: *** [data_pypy_goal_targetpypystandalone.o] Error 1
[translation:ERROR] make: *** [testing_1.o] Error 1
[translation:ERROR] """)
[translation] start debugger...
> /Users/taavi/src/pypy/rpython/translator/platform/__init__.py(147)_handle_error()
-> raise CompilationError(stdout, stderr)
(Pdb+)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment