[pypy-issue] Issue #1907: py3.3 - pypy_char2char_free undecleared. (pypy/pypy)

Stian Andreassen issues-reply at bitbucket.org
Mon Oct 27 20:17:51 CET 2014


New issue 1907: py3.3 - pypy_char2char_free undecleared.
https://bitbucket.org/pypy/pypy/issue/1907/py33-pypy_char2char_free-undecleared

Stian Andreassen:

Another build issue:
 ‘pypy_wchar2char_free’ undeclared here (not in a function)


```
#!python

translation:info] Error:
[translation:info]    File "/home/stian/pypy/rpython/translator/goal/translate.py", line 316, in main
[translation:info]     drv.proceed(goals)
[translation:info]    File "/home/stian/pypy/rpython/translator/driver.py", line 532, in proceed
[translation:info]     return self._execute(goals, task_skip = self._maybe_skip())
[translation:info]    File "/home/stian/pypy/rpython/translator/tool/taskengine.py", line 114, in _execute
[translation:info]     res = self._do(goal, taskcallable, *args, **kwds)
[translation:info]    File "/home/stian/pypy/rpython/translator/driver.py", line 276, in _do
[translation:info]     res = func()
[translation:info]    File "/home/stian/pypy/rpython/translator/driver.py", line 498, in task_compile_c
[translation:info]     cbuilder.compile(**kwds)
[translation:info]    File "/home/stian/pypy/rpython/translator/c/genc.py", line 394, in compile
[translation:info]     extra_opts)
[translation:info]    File "/home/stian/pypy/rpython/translator/platform/posix.py", line 196, in execute_makefile
[translation:info]     self._handle_error(returncode, stdout, stderr, path.join('make'))
[translation:info]    File "/home/stian/pypy/rpython/translator/platform/__init__.py", line 151, in _handle_error
[translation:info]     raise CompilationError(stdout, stderr)
[translation:ERROR] CompilationError: CompilationError(err="""
[translation:ERROR]     data_rpython_jit_metainterp_pyjitpl.c:4164:2: error: ‘pypy_char2wchar’ undeclared here (not in a function)
[translation:ERROR]       pypy_char2wchar, /* 178 */
[translation:ERROR]       ^
[translation:ERROR]     data_rpython_jit_metainterp_pyjitpl.c:4166:2: error: ‘pypy_char2wchar_free’ undeclared here (not in a function)
[translation:ERROR]       pypy_char2wchar_free, /* 180 */
[translation:ERROR]       ^
[translation:ERROR]     data_rpython_jit_metainterp_pyjitpl.c:4223:2: error: ‘pypy_wchar2char’ undeclared here (not in a function)
[translation:ERROR]       pypy_wchar2char, /* 237 */
[translation:ERROR]       ^
[translation:ERROR]     data_rpython_jit_metainterp_pyjitpl.c:4224:2: error: ‘pypy_wchar2char_free’ undeclared here (not in a function)
[translation:ERROR]       pypy_wchar2char_free, /* 238 */
[translation:ERROR]       ^
[translation:ERROR]     make: *** [data_rpython_jit_metainterp_pyjitpl.gcmap] Error 1
[translation:ERROR]     make: *** Waiting for unfinished jobs....
[translation:ERROR]     """)

```





More information about the pypy-issue mailing list