Skip to content

Instantly share code, notes, and snippets.

@tav
Created June 11, 2009 01:51
Show Gist options
  • Save tav/127647 to your computer and use it in GitHub Desktop.
Save tav/127647 to your computer and use it in GitHub Desktop.
[translation:ERROR] Error:
[translation:ERROR] Traceback (most recent call last):
[translation:ERROR] File "third_party/generic/pypy/pypy/translator/goal/translate.py", line 273, in main
[translation:ERROR] drv.proceed(goals)
[translation:ERROR] File "/Users/tav/work/third_party/generic/pypy/pypy/translator/driver.py", line 704, in proceed
[translation:ERROR] return self._execute(goals, task_skip = self._maybe_skip())
[translation:ERROR] File "/Users/tav/work/third_party/generic/pypy/pypy/translator/tool/taskengine.py", line 116, in _execute
[translation:ERROR] res = self._do(goal, taskcallable, *args, **kwds)
[translation:ERROR] File "/Users/tav/work/third_party/generic/pypy/pypy/translator/driver.py", line 267, in _do
[translation:ERROR] res = func()
[translation:ERROR] File "/Users/tav/work/third_party/generic/pypy/pypy/translator/driver.py", line 479, in task_compile_c
[translation:ERROR] cbuilder.compile()
[translation:ERROR] File "/Users/tav/work/third_party/generic/pypy/pypy/translator/c/genc.py", line 442, in compile
[translation:ERROR] self.executable_name = compiler.build()
[translation:ERROR] File "/Users/tav/work/third_party/generic/pypy/pypy/translator/c/genc.py", line 87, in build
[translation:ERROR] return self._build()
[translation:ERROR] File "/Users/tav/work/third_party/generic/pypy/pypy/translator/c/genc.py", line 82, in _build
[translation:ERROR] outputfilename=self.outputfilename)
[translation:ERROR] File "/Users/tav/work/third_party/generic/pypy/pypy/translator/platform/__init__.py", line 61, in compile
[translation:ERROR] ofiles = self._compile_o_files(cfiles, eci, standalone)
[translation:ERROR] File "/Users/tav/work/third_party/generic/pypy/pypy/translator/platform/__init__.py", line 70, in _compile_o_files
[translation:ERROR] ofiles.append(self._compile_c_file(self.cc, cfile, compile_args))
[translation:ERROR] File "/Users/tav/work/third_party/generic/pypy/pypy/translator/platform/posix.py", line 33, in _compile_c_file
[translation:ERROR] self._execute_c_compiler(cc, args, oname)
[translation:ERROR] File "/Users/tav/work/third_party/generic/pypy/pypy/translator/platform/__init__.py", line 99, in _execute_c_compiler
[translation:ERROR] self._handle_error(returncode, stderr, stdout, outname)
[translation:ERROR] File "/Users/tav/work/third_party/generic/pypy/pypy/translator/platform/__init__.py", line 110, in _handle_error
[translation:ERROR] raise CompilationError(stdout, stderr)
[translation:ERROR] CompilationError: <CompilationError err='/var/folders/zO/zOHvL8VOE1y8uUqzZe6qRk+++TI/-Tmp-/usession-trunk-6/testing_1/implement_10.c: In function \xe2\x80\x98...plement_10.c:259592: warning: passing argument 3 of \xe2\x80\x98setupterm\xe2\x80\x99 from incompatible pointer type\n'>
[translation] start debugger...
> /Users/tav/work/third_party/generic/pypy/pypy/translator/platform/__init__.py(110)_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