spacepaste

  1.  
  2. starting build_cffi_imports
  3. stdout:
  4. stderr:
  5. _pypy_openssl.c:434:10: fatal error: 'openssl/opensslv.h' file not found
  6. #include <openssl/opensslv.h>
  7. ^
  8. 1 error generated.
  9. Traceback (most recent call last):
  10. File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/unixccompiler.py", line 133, in _compile
  11. extra_postargs)
  12. File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/ccompiler.py", line 909, in spawn
  13. spawn(cmd, dry_run=self.dry_run)
  14. File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/spawn.py", line 36, in spawn
  15. _spawn_posix(cmd, search_path, dry_run=dry_run)
  16. File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/spawn.py", line 159, in _spawn_posix
  17. % (cmd, exit_status))
  18. distutils.errors.DistutilsExecError: command 'gcc' failed with exit status 1
  19. During handling of the above exception, another exception occurred:
  20. Traceback (most recent call last):
  21. File "/private/tmp/pypy/pypy3-v5.7.1-src/lib_pypy/cffi/ffiplatform.py", line 49, in _build
  22. dist.run_command('build_ext')
  23. File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/dist.py", line 974, in run_command
  24. cmd_obj.run()
  25. File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/command/build_ext.py", line 347, in run
  26. self.build_extensions()
  27. File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/command/build_ext.py", line 456, in build_extensions
  28. self._build_extensions_serial()
  29. File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/command/build_ext.py", line 481, in _build_extensions_serial
  30. self.build_extension(ext)
  31. File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/command/build_ext.py", line 541, in build_extension
  32. depends=ext.depends)
  33. File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/ccompiler.py", line 574, in compile
  34. self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
  35. File "/private/tmp/pypy/pypy3-v5.7.1-src/lib-python/3/distutils/unixccompiler.py", line 135, in _compile
  36. raise CompileError(msg)
  37. distutils.errors.CompileError: command 'gcc' failed with exit status 1
  38. During handling of the above exception, another exception occurred:
  39. Traceback (most recent call last):
  40. File "_ssl_build.py", line 53, in <module>
  41. ffi.compile()
  42. File "/private/tmp/pypy/pypy3-v5.7.1-src/lib_pypy/cffi/api.py", line 684, in compile
  43. compiler_verbose=verbose, debug=debug, **kwds)
  44. File "/private/tmp/pypy/pypy3-v5.7.1-src/lib_pypy/cffi/recompiler.py", line 1484, in recompile
  45. compiler_verbose, debug)
  46. File "/private/tmp/pypy/pypy3-v5.7.1-src/lib_pypy/cffi/ffiplatform.py", line 20, in compile
  47. outputfilename = _build(tmpdir, ext, compiler_verbose, debug)
  48. File "/private/tmp/pypy/pypy3-v5.7.1-src/lib_pypy/cffi/ffiplatform.py", line 56, in _build
  49. raise VerificationError('%s: %s' % (e.__class__.__name__, e))
  50. cffi.error.VerificationError: CompileError: command 'gcc' failed with exit status 1
  51. * _decimal_build.py
  52. * _gdbm_build.py
  53. * _audioop_build.py
  54. * _curses_build.py
  55. * _lzma_build.py
  56. * _pwdgrp_build.py
  57. * _resource_build.py
  58. * _sqlite3_build.py
  59. * _ssl_build.py
  60. * _syslog_build.py
  61. * _tkinter/tklib_build.py
  62. *** failed to build the CFFI modules ['_ssl_build.py']
  63. PyPy can still be used as long as you don't need the corresponding
  64. modules. If you do need them, please install the missing headers and
  65. libraries (see error messages just above) and then re-run the command:
  66. /private/tmp/pypy/pypy3-v5.7.1-src/pypy3-c /private/tmp/pypy/pypy3-v5.7.1-src/pypy/tool/build_cffi_imports.py
  67. [31239] translation-task}
  68. [translation:info] usession directory: /var/folders/cm/h_fnh5lx0b5b1b6wvnlc7qlw0000gn/T/usession-release-pypy3.5-v5.7.1-3
  69. [Timer] Timings:
  70. [Timer] annotate --- 344.4 s
  71. [Timer] rtype_lltype --- 346.7 s
  72. [Timer] pyjitpl_lltype --- 657.3 s
  73. [Timer] backendopt_lltype --- 118.0 s
  74. [Timer] stackcheckinsertion_lltype --- 128.4 s
  75. [Timer] database_c --- 271.8 s
  76. [Timer] source_c --- 124.4 s
  77. [Timer] compile_c --- 357.3 s
  78. [Timer] build_cffi_imports --- 13.7 s
  79. [Timer] ===========================================
  80. [Timer] Total: --- 2362.0 s
  81.