* Package: dev-python/pypy3-bin-6.0.0 * Repository: gentoo * Maintainer: python@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux libressl userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking pypy3-v6.0.0-src.tar.bz2 to /var/tmp/portage/dev-python/pypy3-bin-6.0.0/work >>> Unpacking pypy3-bin-6.0.0-amd64+bzip2+ncurses.tar.lz to /var/tmp/portage/dev-python/pypy3-bin-6.0.0/work >>> Source unpacked in /var/tmp/portage/dev-python/pypy3-bin-6.0.0/work >>> Preparing source in /var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src ... * Applying 4.0.0-gentoo-path.patch ... [ ok ] * Applying 1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch ... [ ok ] * Applying 5.8.0_all_distutils_cxx.patch ... [ ok ] * Applying python-3.5-distutils-OO-build.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src ... * Generating caches and CFFI modules ... using python from /var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/pypy3-c generating ./_audioop_cffi.c the current directory is '/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/lib_pypy' running build_ext building '_audioop_cffi' extension cc -pthread -O2 -pipe -march=native -fPIC -I/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/include -c _audioop_cffi.c -o ./_audioop_cffi.o cc -pthread -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=native ./_audioop_cffi.o -o ./_audioop_cffi.pypy3-60-x86_64-linux-gnu.so _lzma_cffi.c: In function ‘_cffi_checkfld_typedef_lzma_stream’: _lzma_cffi.c:890:29: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] { lzma_allocator * *tmp = &p->allocator; (void)tmp; } ^ generating ./_pypy_openssl.c the current directory is '/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/lib_pypy' running build_ext building '_pypy_openssl' extension cc -pthread -O2 -pipe -march=native -fPIC -I/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/include -c _pypy_openssl.c -o ./_pypy_openssl.o _pypy_openssl.c:1744:6: error: conflicting types for ‘X509_get0_signature’ void X509_get0_signature(ASN1_BIT_STRING **psig, X509_ALGOR **palg, ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/engine.h:96:0, from _pypy_openssl.c:579: /usr/include/openssl/x509.h:919:6: note: previous declaration of ‘X509_get0_signature’ was here void X509_get0_signature(const ASN1_BIT_STRING **psig, ^~~~~~~~~~~~~~~~~~~ _pypy_openssl.c:1938:7: error: conflicting types for ‘X509_OBJECT_get0_X509’ X509 *X509_OBJECT_get0_X509(X509_OBJECT *x) { ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/x509.h:595:0, from /usr/include/openssl/engine.h:96, from _pypy_openssl.c:579: /usr/include/openssl/x509_vfy.h:430:7: note: previous declaration of ‘X509_OBJECT_get0_X509’ was here X509 *X509_OBJECT_get0_X509(const X509_OBJECT *xo); ^~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/lib-python/3/distutils/unixccompiler.py", line 143, in _compile extra_postargs) File "/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/lib-python/3/distutils/ccompiler.py", line 909, in spawn spawn(cmd, dry_run=self.dry_run) File "/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/lib-python/3/distutils/spawn.py", line 36, in spawn _spawn_posix(cmd, search_path, dry_run=dry_run) File "/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/lib-python/3/distutils/spawn.py", line 159, in _spawn_posix % (cmd, exit_status)) distutils.errors.DistutilsExecError: command 'cc' failed with exit status 1 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/lib_pypy/cffi/ffiplatform.py", line 51, in _build dist.run_command('build_ext') File "/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/lib-python/3/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/lib-python/3/distutils/command/build_ext.py", line 347, in run self.build_extensions() File "/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/lib-python/3/distutils/command/build_ext.py", line 456, in build_extensions self._build_extensions_serial() File "/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/lib-python/3/distutils/command/build_ext.py", line 481, in _build_extensions_serial self.build_extension(ext) File "/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/lib-python/3/distutils/command/build_ext.py", line 541, in build_extension depends=ext.depends) File "/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/lib-python/3/distutils/ccompiler.py", line 574, in compile self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts) File "/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/lib-python/3/distutils/unixccompiler.py", line 145, in _compile raise CompileError(msg) distutils.errors.CompileError: command 'cc' failed with exit status 1 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "_ssl_build.py", line 58, in ffi.compile(verbose=True) File "/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/lib_pypy/cffi/api.py", line 697, in compile compiler_verbose=verbose, debug=debug, **kwds) File "/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/lib_pypy/cffi/recompiler.py", line 1520, in recompile compiler_verbose, debug) File "/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/lib_pypy/cffi/ffiplatform.py", line 22, in compile outputfilename = _build(tmpdir, ext, compiler_verbose, debug) File "/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/lib_pypy/cffi/ffiplatform.py", line 58, in _build raise VerificationError('%s: %s' % (e.__class__.__name__, e)) cffi.error.VerificationError: CompileError: command 'cc' failed with exit status 1 * ERROR: dev-python/pypy3-bin-6.0.0::gentoo failed (compile phase): * Failed to build CFFI bindings for ssl * * Call stack: * ebuild.sh, line 124: Called src_compile * environment, line 2417: Called die * The specific snippet of code: * ../pypy3-c "_${t}_build.py" || die "Failed to build CFFI bindings for ${t}"; * * If you need support, post the output of `emerge --info '=dev-python/pypy3-bin-6.0.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/pypy3-bin-6.0.0::gentoo'`. * The complete build log is located at '/var/log/portage/dev-python:pypy3-bin-6.0.0:20180506-170855.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/pypy3-bin-6.0.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/pypy3-bin-6.0.0/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src/lib_pypy' * S: '/var/tmp/portage/dev-python/pypy3-bin-6.0.0/work/pypy3-v6.0.0-src'