-
- starting build_cffi_imports
- stdout:
-
- stderr:
- _pypy_openssl.c:434:10: fatal error: 'openssl/opensslv.h' file not found
- #include <openssl/opensslv.h>
- ^
- 1 error generated.
- Traceback (most recent call last):
- File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/unixccompiler.py", line 133, in _compile
- extra_postargs)
- File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/ccompiler.py", line 909, in spawn
- spawn(cmd, dry_run=self.dry_run)
- File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/spawn.py", line 36, in spawn
- _spawn_posix(cmd, search_path, dry_run=dry_run)
- File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/spawn.py", line 159, in _spawn_posix
- % (cmd, exit_status))
- distutils.errors.DistutilsExecError: command 'gcc' failed with exit status 1
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/private/tmp/pypy/pypy3-v5.7.1-src/lib_pypy/cffi/ffiplatform.py", line 49, in _build
- dist.run_command('build_ext')
- File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/dist.py", line 974, in run_command
- cmd_obj.run()
- File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/command/build_ext.py", line 347, in run
- self.build_extensions()
- File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/command/build_ext.py", line 456, in build_extensions
- self._build_extensions_serial()
- File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/command/build_ext.py", line 481, in _build_extensions_serial
- self.build_extension(ext)
- File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/command/build_ext.py", line 541, in build_extension
- depends=ext.depends)
- File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/ccompiler.py", line 574, in compile
- self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
- File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/unixccompiler.py", line 135, in _compile
- raise CompileError(msg)
- distutils.errors.CompileError: command 'gcc' failed with exit status 1
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "_ssl_build.py", line 53, in <module>
- ffi.compile()
- File "/private/tmp/pypy/pypy3-v5.7.1-src/lib_pypy/cffi/api.py", line 684, in compile
- compiler_verbose=verbose, debug=debug, **kwds)
- File "/private/tmp/pypy/pypy3-v5.7.1-src/lib_pypy/cffi/recompiler.py", line 1484, in recompile
- compiler_verbose, debug)
- File "/private/tmp/pypy/pypy3-v5.7.1-src/lib_pypy/cffi/ffiplatform.py", line 20, in compile
- outputfilename = _build(tmpdir, ext, compiler_verbose, debug)
- File "/private/tmp/pypy/pypy3-v5.7.1-src/lib_pypy/cffi/ffiplatform.py", line 56, in _build
- raise VerificationError('%s: %s' % (e.__class__.__name__, e))
- cffi.error.VerificationError: CompileError: command 'gcc' failed with exit status 1
-
- * _decimal_build.py
- * _gdbm_build.py
- * _audioop_build.py
- * _curses_build.py
- * _lzma_build.py
- * _pwdgrp_build.py
- * _resource_build.py
- * _sqlite3_build.py
- * _ssl_build.py
- * _syslog_build.py
- * _tkinter/tklib_build.py
- *** failed to build the CFFI modules ['_ssl_build.py']
-
- PyPy can still be used as long as you don't need the corresponding
- modules. If you do need them, please install the missing headers and
- libraries (see error messages just above) and then re-run the command:
-
- /private/tmp/pypy/pypy3-v5.7.1-src/pypy3-c /private/tmp/pypy/pypy3-v5.7.1-src/pypy/tool/build_cffi_imports.py
-
- [31239] translation-task}
- [translation:info] usession directory: /var/folders/cm/h_fnh5lx0b5b1b6wvnlc7qlw0000gn/T/usession-release-pypy3.5-v5.7.1-3
- [Timer] Timings:
- [Timer] annotate --- 344.4 s
- [Timer] rtype_lltype --- 346.7 s
- [Timer] pyjitpl_lltype --- 657.3 s
- [Timer] backendopt_lltype --- 118.0 s
- [Timer] stackcheckinsertion_lltype --- 128.4 s
- [Timer] database_c --- 271.8 s
- [Timer] source_c --- 124.4 s
- [Timer] compile_c --- 357.3 s
- [Timer] build_cffi_imports --- 13.7 s
- [Timer] ===========================================
- [Timer] Total: --- 2362.0 s
-