[PyPy-issue] [issue536] Build failure under OS X Snow Leopard w/ Python 2.6.5

Brett Cannon pypy-dev-issue at codespeak.net
Sun May 16 22:40:21 CEST 2010


Brett Cannon <brett at python.org> added the comment:

Get a different failure when building against svn r74518 (w/ the same arguments I used before):


[platform:ERROR] /var/folders/MN/MN-E3HgoFXSKDXb9le7FQ++++TI/-Tmp-/usession-trunk-
1/platcheck_26.c:22:21: error: libintl.h: No such file or directory
[translation:ERROR] Error:
[translation:ERROR]  Traceback (most recent call last):
[translation:ERROR]    File "translate.py", line 264, in main
[translation:ERROR]     default_goal='compile')
[translation:ERROR]    File "/Users/brett/.slash/_/pypy/pypy/translator/driver.py", line 813, in 
from_targetspec
[translation:ERROR]     spec = target(driver, args)
[translation:ERROR]    File "targetpypystandalone.py", line 222, in target
[translation:ERROR]     return self.get_entry_point(config)
[translation:ERROR]    File "targetpypystandalone.py", line 232, in get_entry_point
[translation:ERROR]     space = make_objspace(config)
[translation:ERROR]    File "/Users/brett/.slash/_/pypy/pypy/tool/option.py", line 48, in make_objspace
[translation:ERROR]     space = Space(config)
[translation:ERROR]    File "/Users/brett/.slash/_/pypy/pypy/interpreter/baseobjspace.py", line 267, in 
__init__
[translation:ERROR]     self.initialize()
[translation:ERROR]    File "/Users/brett/.slash/_/pypy/pypy/objspace/std/objspace.py", line 82, in 
initialize
[translation:ERROR]     self.setup_builtin_modules()
[translation:ERROR]    File "/Users/brett/.slash/_/pypy/pypy/interpreter/baseobjspace.py", line 528, in 
setup_builtin_modules
[translation:ERROR]     self.getbuiltinmodule('sys')
[translation:ERROR]    File "/Users/brett/.slash/_/pypy/pypy/interpreter/baseobjspace.py", line 382, in 
getbuiltinmodule
[translation:ERROR]     mod.init(self)
[translation:ERROR]    File "/Users/brett/.slash/_/pypy/pypy/interpreter/mixedmodule.py", line 30, in 
init
[translation:ERROR]     Module.init(self, space)
[translation:ERROR]    File "/Users/brett/.slash/_/pypy/pypy/interpreter/module.py", line 30, in init
[translation:ERROR]     self.startup(space)
[translation:ERROR]    File "/Users/brett/.slash/_/pypy/pypy/module/sys/__init__.py", line 90, in startup
[translation:ERROR]     from pypy.module.sys.interp_encoding import _getfilesystemencoding
[translation:ERROR]    File "/Users/brett/.slash/_/pypy/pypy/module/sys/interp_encoding.py", line 2, in 
<module>
[translation:ERROR]     from pypy.rlib import rlocale
[translation:ERROR]    File "/Users/brett/.slash/_/pypy/pypy/rlib/rlocale.py", line 127, in <module>
[translation:ERROR]     for k, v in platform.configure(CConfig).items():
[translation:ERROR]    File "/Users/brett/.slash/_/pypy/pypy/rpython/tool/rffi_platform.py", line 191, in 
configure
[translation:ERROR]     infolist = list(run_example_code(writer.path, eci))
[translation:ERROR]    File "/Users/brett/.slash/_/pypy/pypy/rpython/tool/rffi_platform.py", line 636, in 
run_example_code
[translation:ERROR]     output = build_executable_cache(files, eci)
[translation:ERROR]    File "/Users/brett/.slash/_/pypy/pypy/tool/gcc_cache.py", line 22, in 
build_executable_cache
[translation:ERROR]     result = platform.execute(platform.compile(c_files, eci))
[translation:ERROR]    File "/Users/brett/.slash/_/pypy/pypy/translator/platform/__init__.py", line 50, in 
compile
[translation:ERROR]     ofiles = self._compile_o_files(cfiles, eci, standalone)
[translation:ERROR]    File "/Users/brett/.slash/_/pypy/pypy/translator/platform/__init__.py", line 59, in 
_compile_o_files
[translation:ERROR]     ofiles.append(self._compile_c_file(self.cc, cfile, compile_args))
[translation:ERROR]    File "/Users/brett/.slash/_/pypy/pypy/translator/platform/posix.py", line 36, in 
_compile_c_file
[translation:ERROR]     cwd=str(cfile.dirpath()))
[translation:ERROR]    File "/Users/brett/.slash/_/pypy/pypy/translator/platform/__init__.py", line 101, 
in _execute_c_compiler
[translation:ERROR]     self._handle_error(returncode, stderr, stdout, outname)
[translation:ERROR]    File "/Users/brett/.slash/_/pypy/pypy/translator/platform/__init__.py", line 110, 
in _handle_error
[translation:ERROR]     raise CompilationError(stdout, stderr)
[translation:ERROR]  CompilationError: <CompilationError err='/var/folders/MN/MN-
E3HgoFXSKDXb9le7FQ++++TI/-Tmp-/usession-trunk-1/platcheck_26.c:22:21: error: libintl.h: No 
such file or directory\n'>

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue536>
_______________________________________________________



More information about the Pypy-issue mailing list