Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 728439 Details for
Bug 805290
dev-python/pypy-7.3.5_p1 - _pypy_openssl.c: error: CRYPTO_MEM_CHECK_DISABLE undeclared (first use in this function)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python:pypy-7.3.4_p1:20210730-194512.log
dev-python:pypy-7.3.4_p1:20210730-194512.log (text/plain), 8.80 KB, created by
Toralf Förster
on 2021-07-30 20:04:51 UTC
(
hide
)
Description:
dev-python:pypy-7.3.4_p1:20210730-194512.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2021-07-30 20:04:51 UTC
Size:
8.80 KB
patch
obsolete
> * Package: dev-python/pypy-7.3.4_p1 > * Repository: gentoo > * Maintainer: python@gentoo.org > * USE: abi_x86_64 amd64 bzip2 elibc_glibc gdbm jit kernel_linux ncurses sqlite userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking pypy2.7-v7.3.4-src.tar.bz2 to /var/tmp/portage/dev-python/pypy-7.3.4_p1/work >>>> Unpacking pypy2.7-gentoo-patches-7.3.4_p1.tar.xz to /var/tmp/portage/dev-python/pypy-7.3.4_p1/work >>>> Source unpacked in /var/tmp/portage/dev-python/pypy-7.3.4_p1/work >>>> Preparing source in /var/tmp/portage/dev-python/pypy-7.3.4_p1/work/pypy2.7-v7.3.4-src ... > * Applying patches from /var/tmp/portage/dev-python/pypy-7.3.4_p1/work/pypy2.7-gentoo-patches-7.3.4_p1 ... > * 0001-Support-Gentoo-install-scheme.patch ... > [ ok ] > * 0002-Apply-1.9-distutils.unixccompiler.UnixCCompiler.runt.patch ... > [ ok ] > * 0003-Fancy-patch-for-distutils-C-support-rebased-for-pypy.patch ... > [ ok ] > * 0004-Skip-test-failures-specific-to-our-build-environment.patch ... > [ ok ] > * 0005-use_pyxml.patch ... > [ ok ] > * 0006-bpo-43285-Make-ftplib-not-trust-the-PASV-response.-G.patch ... > [ ok ] > * 0007-Backport-bpo-44022-Fix-http-client-infinite-line-rea.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/pypy-7.3.4_p1/work/pypy2.7-v7.3.4-src ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/pypy-7.3.4_p1/work/pypy2.7-v7.3.4-src ... > * Generating caches and CFFI modules ... >generating ./_pypy_openssl.c >the current directory is '/var/tmp/portage/dev-python/pypy-7.3.4_p1/work/pypy2.7-v7.3.4-src/lib_pypy' >running build_ext >building '_pypy_openssl' extension >cc -pthread -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -I/var/tmp/portage/dev-python/pypy-7.3.4_p1/work/pypy2.7-v7.3.4-src/include -c _pypy_openssl.c -o ./_pypy_openssl.o >_pypy_openssl.c:2312:7: error: âEVP_PKEY_CTX_set_rsa_oaep_mdâ redeclared as different kind of symbol > 2312 | int (*EVP_PKEY_CTX_set_rsa_oaep_md)(EVP_PKEY_CTX *, EVP_MD *) = NULL; > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/openssl/x509.h:36, > from /usr/include/openssl/ct.h:29, > from _pypy_openssl.c:645: >/usr/include/openssl/rsa.h:158:5: note: previous declaration of âEVP_PKEY_CTX_set_rsa_oaep_mdâ with type âint(EVP_PKEY_CTX *, const EVP_MD *)â {aka âint(struct evp_pkey_ctx_st *, const struct evp_md_st *)â} > 158 | int EVP_PKEY_CTX_set_rsa_oaep_md(EVP_PKEY_CTX *ctx, const EVP_MD *md); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >_pypy_openssl.c:2319:7: error: âEVP_PKEY_CTX_set0_rsa_oaep_labelâ redeclared as different kind of symbol > 2319 | int (*EVP_PKEY_CTX_set0_rsa_oaep_label)(EVP_PKEY_CTX *, unsigned char *, > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/openssl/x509.h:36, > from /usr/include/openssl/ct.h:29, > from _pypy_openssl.c:645: >/usr/include/openssl/rsa.h:164:5: note: previous declaration of âEVP_PKEY_CTX_set0_rsa_oaep_labelâ with type âint(EVP_PKEY_CTX *, void *, int)â {aka âint(struct evp_pkey_ctx_st *, void *, int)â} > 164 | int EVP_PKEY_CTX_set0_rsa_oaep_label(EVP_PKEY_CTX *ctx, void *label, int llen); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >_pypy_openssl.c: In function â_cffi_const_CRYPTO_MEM_CHECK_DISABLEâ: >_pypy_openssl.c:7026:12: error: âCRYPTO_MEM_CHECK_DISABLEâ undeclared (first use in this function); did you mean â_cffi_const_CRYPTO_MEM_CHECK_DISABLEâ? > 7026 | int n = (CRYPTO_MEM_CHECK_DISABLE) <= 0; > | ^~~~~~~~~~~~~~~~~~~~~~~~ > | _cffi_const_CRYPTO_MEM_CHECK_DISABLE >_pypy_openssl.c:7026:12: note: each undeclared identifier is reported only once for each function it appears in >_pypy_openssl.c: In function â_cffi_const_CRYPTO_MEM_CHECK_ENABLEâ: >_pypy_openssl.c:7033:12: error: âCRYPTO_MEM_CHECK_ENABLEâ undeclared (first use in this function); did you mean â_cffi_const_CRYPTO_MEM_CHECK_ENABLEâ? > 7033 | int n = (CRYPTO_MEM_CHECK_ENABLE) <= 0; > | ^~~~~~~~~~~~~~~~~~~~~~~ > | _cffi_const_CRYPTO_MEM_CHECK_ENABLE >_pypy_openssl.c: In function â_cffi_const_CRYPTO_MEM_CHECK_OFFâ: >_pypy_openssl.c:7040:12: error: âCRYPTO_MEM_CHECK_OFFâ undeclared (first use in this function) > 7040 | int n = (CRYPTO_MEM_CHECK_OFF) <= 0; > | ^~~~~~~~~~~~~~~~~~~~ >_pypy_openssl.c: In function â_cffi_const_CRYPTO_MEM_CHECK_ONâ: >_pypy_openssl.c:7047:12: error: âCRYPTO_MEM_CHECK_ONâ undeclared (first use in this function) > 7047 | int n = (CRYPTO_MEM_CHECK_ON) <= 0; > | ^~~~~~~~~~~~~~~~~~~ >_pypy_openssl.c: In function â_cffi_const_EVP_R_KEYGEN_FAILUREâ: >_pypy_openssl.c:7792:12: error: âEVP_R_KEYGEN_FAILUREâ undeclared (first use in this function) > 7792 | int n = (EVP_R_KEYGEN_FAILURE) <= 0; > | ^~~~~~~~~~~~~~~~~~~~ >_pypy_openssl.c: In function â_cffi_d_BIO_s_datagramâ: >_pypy_openssl.c:12432:10: warning: return discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] >12432 | return BIO_s_datagram(); > | ^~~~~~~~~~~~~~~~ >_pypy_openssl.c: In function â_cffi_d_BIO_s_fileâ: >_pypy_openssl.c:12458:10: warning: return discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] >12458 | return BIO_s_file(); > | ^~~~~~~~~~~~ >_pypy_openssl.c: In function â_cffi_d_BIO_s_memâ: >_pypy_openssl.c:12484:10: warning: return discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] >12484 | return BIO_s_mem(); > | ^~~~~~~~~~~ >_pypy_openssl.c: In function â_cffi_d_CRYPTO_mem_ctrlâ: >_pypy_openssl.c:15416:10: warning: implicit declaration of function âCRYPTO_mem_ctrlâ; did you mean âCRYPTO_memcmpâ? [-Wimplicit-function-declaration] >15416 | return CRYPTO_mem_ctrl(x0); > | ^~~~~~~~~~~~~~~ > | CRYPTO_memcmp >_pypy_openssl.c: In function â_cffi_d_ERR_GET_FUNCâ: >_pypy_openssl.c:21053:10: warning: implicit declaration of function âERR_GET_FUNCâ; did you mean âERR_GET_LIBâ? [-Wimplicit-function-declaration] >21053 | return ERR_GET_FUNC(x0); > | ^~~~~~~~~~~~ > | ERR_GET_LIB >_pypy_openssl.c: In function â_cffi_d_FIPS_modeâ: >_pypy_openssl.c:25727:10: warning: implicit declaration of function âFIPS_modeâ [-Wimplicit-function-declaration] >25727 | return FIPS_mode(); > | ^~~~~~~~~ >_pypy_openssl.c: In function â_cffi_d_FIPS_mode_setâ: >_pypy_openssl.c:25753:10: warning: implicit declaration of function âFIPS_mode_setâ [-Wimplicit-function-declaration] >25753 | return FIPS_mode_set(x0); > | ^~~~~~~~~~~~~ >_pypy_openssl.c: In function â_cffi_d_OCSP_resp_get0_certsâ: >_pypy_openssl.c:28841:10: warning: return discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] >28841 | return OCSP_resp_get0_certs(x0); > | ^~~~~~~~~~~~~~~~~~~~~~~~ >Traceback (most recent call last): > File "_ssl_build.py", line 61, in <module> > ffi.compile(verbose=True) > File "/var/tmp/portage/dev-python/pypy-7.3.4_p1/work/pypy2.7-v7.3.4-src/lib_pypy/cffi/api.py", line 727, in compile > compiler_verbose=verbose, debug=debug, **kwds) > File "/var/tmp/portage/dev-python/pypy-7.3.4_p1/work/pypy2.7-v7.3.4-src/lib_pypy/cffi/recompiler.py", line 1565, in recompile > compiler_verbose, debug) > File "/var/tmp/portage/dev-python/pypy-7.3.4_p1/work/pypy2.7-v7.3.4-src/lib_pypy/cffi/ffiplatform.py", line 22, in compile > outputfilename = _build(tmpdir, ext, compiler_verbose, debug) > File "/var/tmp/portage/dev-python/pypy-7.3.4_p1/work/pypy2.7-v7.3.4-src/lib_pypy/cffi/ffiplatform.py", line 58, in _build > raise VerificationError('%s: %s' % (e.__class__.__name__, e)) >VerificationError: CompileError: command 'cc' failed with exit status 1 > * ERROR: dev-python/pypy-7.3.4_p1::gentoo failed (compile phase): > * Failed to build CFFI bindings for ssl > * > * Call stack: > * ebuild.sh, line 127: Called src_compile > * environment, line 2042: Called die > * The specific snippet of code: > * ../pypy-c "_${t}_build.py" || die "Failed to build CFFI bindings for ${t}"; > * > * If you need support, post the output of `emerge --info '=dev-python/pypy-7.3.4_p1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/pypy-7.3.4_p1::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-python:pypy-7.3.4_p1:20210730-194512.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/pypy-7.3.4_p1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/pypy-7.3.4_p1/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/pypy-7.3.4_p1/work/pypy2.7-v7.3.4-src/lib_pypy' > * S: '/var/tmp/portage/dev-python/pypy-7.3.4_p1/work/pypy2.7-v7.3.4-src' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 805290
:
728436
| 728439 |
728442
|
728445
|
728448
|
728451