Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.49 KB | None | 0 0
  1. ai31:pypy yannick$ python pypy/tool/release/package.py --targetdir=.
  2. * _ssl_build.py
  3. fetching archive https://www.openssl.org/source/openssl-1.1.1c.tar.gz
  4. unpacking archive /var/folders/2k/7lc28xfj6vbfpyjpphcvyh7w0000gn/T/pypy-archives/openssl-1.1.1c.tar.gz
  5. running ./config --prefix=/usr no-shared in /Users/yannick/pypy/lib_pypy/tools/dest/openssl-1.1.1c
  6. running make -s -j 6 in /Users/yannick/pypy/lib_pypy/tools/dest/openssl-1.1.1c
  7. running make install DESTDIR=/Users/yannick/pypy/lib_pypy/tools/dest/ in /Users/yannick/pypy/lib_pypy/tools/dest/openssl-1.1.1c
  8. * _curses_build.py
  9. stdout:
  10.  
  11. stderr:
  12. ERROR:root:code for hash sha3_224 was not found.
  13. Traceback (most recent call last):
  14. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 122, in __get_openssl_constructor
  15. f = getattr(_hashlib, 'openssl_' + name)
  16. AttributeError: module '_hashlib' has no attribute 'openssl_sha3_224'
  17.  
  18. During handling of the above exception, another exception occurred:
  19.  
  20. Traceback (most recent call last):
  21. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 252, in <module>
  22. globals()[__func_name] = __get_hash(__func_name)
  23. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 129, in __get_openssl_constructor
  24. return __get_builtin_constructor(name)
  25. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor
  26. raise ValueError('unsupported hash type ' + name)
  27. ValueError: unsupported hash type sha3_224
  28. ERROR:root:code for hash sha3_256 was not found.
  29. Traceback (most recent call last):
  30. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 122, in __get_openssl_constructor
  31. f = getattr(_hashlib, 'openssl_' + name)
  32. AttributeError: module '_hashlib' has no attribute 'openssl_sha3_256'
  33.  
  34. During handling of the above exception, another exception occurred:
  35.  
  36. Traceback (most recent call last):
  37. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 252, in <module>
  38. globals()[__func_name] = __get_hash(__func_name)
  39. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 129, in __get_openssl_constructor
  40. return __get_builtin_constructor(name)
  41. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor
  42. raise ValueError('unsupported hash type ' + name)
  43. ValueError: unsupported hash type sha3_256
  44. ERROR:root:code for hash sha3_384 was not found.
  45. Traceback (most recent call last):
  46. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 122, in __get_openssl_constructor
  47. f = getattr(_hashlib, 'openssl_' + name)
  48. AttributeError: module '_hashlib' has no attribute 'openssl_sha3_384'
  49.  
  50. During handling of the above exception, another exception occurred:
  51.  
  52. Traceback (most recent call last):
  53. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 252, in <module>
  54. globals()[__func_name] = __get_hash(__func_name)
  55. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 129, in __get_openssl_constructor
  56. return __get_builtin_constructor(name)
  57. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor
  58. raise ValueError('unsupported hash type ' + name)
  59. ValueError: unsupported hash type sha3_384
  60. ERROR:root:code for hash sha3_512 was not found.
  61. Traceback (most recent call last):
  62. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 122, in __get_openssl_constructor
  63. f = getattr(_hashlib, 'openssl_' + name)
  64. AttributeError: module '_hashlib' has no attribute 'openssl_sha3_512'
  65.  
  66. During handling of the above exception, another exception occurred:
  67.  
  68. Traceback (most recent call last):
  69. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 252, in <module>
  70. globals()[__func_name] = __get_hash(__func_name)
  71. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 129, in __get_openssl_constructor
  72. return __get_builtin_constructor(name)
  73. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor
  74. raise ValueError('unsupported hash type ' + name)
  75. ValueError: unsupported hash type sha3_512
  76. ERROR:root:code for hash shake_128 was not found.
  77. Traceback (most recent call last):
  78. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 122, in __get_openssl_constructor
  79. f = getattr(_hashlib, 'openssl_' + name)
  80. AttributeError: module '_hashlib' has no attribute 'openssl_shake_128'
  81.  
  82. During handling of the above exception, another exception occurred:
  83.  
  84. Traceback (most recent call last):
  85. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 252, in <module>
  86. globals()[__func_name] = __get_hash(__func_name)
  87. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 129, in __get_openssl_constructor
  88. return __get_builtin_constructor(name)
  89. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor
  90. raise ValueError('unsupported hash type ' + name)
  91. ValueError: unsupported hash type shake_128
  92. ERROR:root:code for hash shake_256 was not found.
  93. Traceback (most recent call last):
  94. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 122, in __get_openssl_constructor
  95. f = getattr(_hashlib, 'openssl_' + name)
  96. AttributeError: module '_hashlib' has no attribute 'openssl_shake_256'
  97.  
  98. During handling of the above exception, another exception occurred:
  99.  
  100. Traceback (most recent call last):
  101. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 252, in <module>
  102. globals()[__func_name] = __get_hash(__func_name)
  103. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 129, in __get_openssl_constructor
  104. return __get_builtin_constructor(name)
  105. File "/Users/yannick/pypy/lib-python/3/hashlib.py", line 114, in __get_builtin_constructor
  106. raise ValueError('unsupported hash type ' + name)
  107. ValueError: unsupported hash type shake_256
  108. ld: warning: directory not found for option '-L/Users/yannick/pypy/lib_pypy/tools/dest/usr/lib'
  109. ld: library not found for -lncursesw
  110. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  111. ld: warning: directory not found for option '-L/Users/yannick/pypy/lib_pypy/tools/dest/usr/lib'
  112. Traceback (most recent call last):
  113. File "_curses_build.py", line 44, in <module>
  114. libs = [find_library(['ncursesw', 'ncurses']),
  115. File "_curses_build.py", line 16, in find_library
  116. import _curses_cffi_check
  117. ModuleNotFoundError: No module named '_curses_cffi_check'
  118.  
  119. * _audioop_build.py
  120. * _syslog_build.py
  121. * _sha3/_sha3_build.py
  122. * _decimal_build.py
  123. * _gdbm_build.py
  124. * _pwdgrp_build.py
  125. * _lzma_build.py
  126. fetching archive https://tukaani.org/xz/xz-5.2.3.tar.gz
  127. unpacking archive /var/folders/2k/7lc28xfj6vbfpyjpphcvyh7w0000gn/T/pypy-archives/xz-5.2.3.tar.gz
  128. running ./configure --prefix=/usr --disable-shared --enable-silent-rules --disable-dependency-tracking in /Users/yannick/pypy/lib_pypy/tools/dest/xz-5.2.3
  129. running make -s -j 6 in /Users/yannick/pypy/lib_pypy/tools/dest/xz-5.2.3
  130. running make install DESTDIR=/Users/yannick/pypy/lib_pypy/tools/dest/ in /Users/yannick/pypy/lib_pypy/tools/dest/xz-5.2.3
  131. * _blake2 already built
  132. * _resource_build.py
  133. * _tkinter/tklib_build.py
  134. stdout:
  135.  
  136. stderr:
  137. In file included from _tkinter/__pycache__/_cffi__gf5fa378exd717968d.c:56:
  138. /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/tk.h:86:11: fatal error: 'X11/Xlib.h' file not found
  139. # include <X11/Xlib.h>
  140. ^~~~~~~~~~~~
  141. 1 error generated.
  142. Traceback (most recent call last):
  143. File "/Users/yannick/pypy/lib-python/3/distutils/unixccompiler.py", line 133, in _compile
  144. extra_postargs)
  145. File "/Users/yannick/pypy/lib-python/3/distutils/ccompiler.py", line 909, in spawn
  146. spawn(cmd, dry_run=self.dry_run)
  147. File "/Users/yannick/pypy/lib-python/3/distutils/spawn.py", line 36, in spawn
  148. _spawn_posix(cmd, search_path, dry_run=dry_run)
  149. File "/Users/yannick/pypy/lib-python/3/distutils/spawn.py", line 159, in _spawn_posix
  150. % (cmd, exit_status))
  151. distutils.errors.DistutilsExecError: command 'gcc' failed with exit status 1
  152.  
  153. During handling of the above exception, another exception occurred:
  154.  
  155. Traceback (most recent call last):
  156. File "/Users/yannick/pypy/lib_pypy/cffi/ffiplatform.py", line 51, in _build
  157. dist.run_command('build_ext')
  158. File "/Users/yannick/pypy/lib-python/3/distutils/dist.py", line 974, in run_command
  159. cmd_obj.run()
  160. File "/Users/yannick/pypy/lib-python/3/distutils/command/build_ext.py", line 342, in run
  161. self.build_extensions()
  162. File "/Users/yannick/pypy/lib-python/3/distutils/command/build_ext.py", line 451, in build_extensions
  163. self._build_extensions_serial()
  164. File "/Users/yannick/pypy/lib-python/3/distutils/command/build_ext.py", line 476, in _build_extensions_serial
  165. self.build_extension(ext)
  166. File "/Users/yannick/pypy/lib-python/3/distutils/command/build_ext.py", line 536, in build_extension
  167. depends=ext.depends)
  168. File "/Users/yannick/pypy/lib-python/3/distutils/ccompiler.py", line 574, in compile
  169. self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
  170. File "/Users/yannick/pypy/lib-python/3/distutils/unixccompiler.py", line 135, in _compile
  171. raise CompileError(msg)
  172. distutils.errors.CompileError: command 'gcc' failed with exit status 1
  173.  
  174. During handling of the above exception, another exception occurred:
  175.  
  176. Traceback (most recent call last):
  177. File "_tkinter/tklib_build.py", line 69, in <module>
  178. library_dirs = libdirs
  179. File "/Users/yannick/pypy/lib_pypy/cffi/api.py", line 468, in verify
  180. lib = self.verifier.load_library()
  181. File "/Users/yannick/pypy/lib_pypy/cffi/verifier.py", line 104, in load_library
  182. self._compile_module()
  183. File "/Users/yannick/pypy/lib_pypy/cffi/verifier.py", line 201, in _compile_module
  184. outputfilename = ffiplatform.compile(tmpdir, self.get_extension())
  185. File "/Users/yannick/pypy/lib_pypy/cffi/ffiplatform.py", line 22, in compile
  186. outputfilename = _build(tmpdir, ext, compiler_verbose, debug)
  187. File "/Users/yannick/pypy/lib_pypy/cffi/ffiplatform.py", line 58, in _build
  188. raise VerificationError('%s: %s' % (e.__class__.__name__, e))
  189. cffi.VerificationError: CompileError: command 'gcc' failed with exit status 1
  190.  
  191. * _sqlite3_build.py
  192. !!!!!!!!!!
  193. Building curses bindings failed.
  194. You can either install development headers package,
  195. add the --without-curses option to skip packaging this
  196. binary CFFI extension, or say --without-cffi.
  197. !!!!!!!!!!
  198. Building tk bindings failed.
  199. You can either install development headers package,
  200. add the --without-tk option to skip packaging this
  201. binary CFFI extension, or say --without-cffi.
  202. ai31:pypy yannick$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement