Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 589736 Details for
Bug 694172
dev-lua/lua-openssl-0.7.3 : src/sm2.c:6:12: fatal error: openssl/sm2.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-lua:lua-openssl-0.7.3:20190912-051932.log
dev-lua:lua-openssl-0.7.3:20190912-051932.log (text/plain), 33.63 KB, created by
Toralf Förster
on 2019-09-12 16:50:31 UTC
(
hide
)
Description:
dev-lua:lua-openssl-0.7.3:20190912-051932.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2019-09-12 16:50:31 UTC
Size:
33.63 KB
patch
obsolete
> * Package: dev-lua/lua-openssl-0.7.3 > * Repository: gentoo > * Maintainer: crito@fnordpipe.org proxy-maint@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking lua-openssl-0.7.3.tar.gz to /var/tmp/portage/dev-lua/lua-openssl-0.7.3/work >>>> Unpacking lua-openssl-aux-b56f6937096acea34ddf241ec7ea08ac52414d18.tar.gz to /var/tmp/portage/dev-lua/lua-openssl-0.7.3/work/lua-openssl-0.7.3/deps >>>> Unpacking lua-openssl-compat-daebe77a2f498817713df37f0bb316db1d82222f.tar.gz to /var/tmp/portage/dev-lua/lua-openssl-0.7.3/work/lua-openssl-0.7.3/deps >>>> Source unpacked in /var/tmp/portage/dev-lua/lua-openssl-0.7.3/work >>>> Preparing source in /var/tmp/portage/dev-lua/lua-openssl-0.7.3/work/lua-openssl-0.7.3 ... > * Applying 0001-fix-libressl-compat.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-lua/lua-openssl-0.7.3/work/lua-openssl-0.7.3 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-lua/lua-openssl-0.7.3/work/lua-openssl-0.7.3 ... >make -j1 CC=x86_64-pc-linux-gnu-gcc >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/asn1.o src/asn1.c >src/asn1.c: In function âopenssl_asn1group_dataâ: >src/asn1.c:1206:5: warning: âASN1_STRING_dataâ is deprecated [-Wdeprecated-declarations] > 1206 | lua_pushlstring(L, (const char*)ASN1_STRING_data(s), ASN1_STRING_length(s)); > | ^~~~~~~~~~~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/asn1.c:11: >/usr/include/openssl/asn1.h:554:1: note: declared here > 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) > | ^~~~~~~~~~~~~~~~~~ >src/asn1.c: In function âopenssl_asn1group_tostringâ: >src/asn1.c:1278:7: warning: âASN1_STRING_dataâ is deprecated [-Wdeprecated-declarations] > 1278 | BIGNUM *bn = BN_bin2bn((const unsigned char*)ASN1_STRING_data(s), ASN1_STRING_length(s), NULL); > | ^~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/asn1.c:11: >/usr/include/openssl/asn1.h:554:1: note: declared here > 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) > | ^~~~~~~~~~~~~~~~~~ >src/asn1.c:1286:7: warning: âASN1_STRING_dataâ is deprecated [-Wdeprecated-declarations] > 1286 | lua_pushlstring(L, (const char*) ASN1_STRING_data(s), ASN1_STRING_length(s)); > | ^~~~~~~~~~~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/asn1.c:11: >/usr/include/openssl/asn1.h:554:1: note: declared here > 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) > | ^~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o deps/auxiliar/auxiliar.o deps/auxiliar/auxiliar.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/bio.o src/bio.c >In file included from /usr/include/openssl/evp.h:16, > from src/openssl.h:19, > from src/bio.c:9: >src/bio.c: In function âopenssl_bio_set_callbackâ: >src/bio.c:847:36: warning: passing argument 3 of âBIO_callback_ctrlâ from incompatible pointer type [-Wincompatible-pointer-types] > 847 | ret = BIO_set_info_callback(bio, BIO_info_callback); > | ^~~~~~~~~~~~~~~~~ > | | > | void (*)(BIO *, int, const char *, int, long int, long int) {aka void (*)(struct bio_st *, int, const char *, int, long int, long int)} >/usr/include/openssl/bio.h:570:54: note: expected âint (*)(BIO *, int, int)â {aka âint (*)(struct bio_st *, int, int)â} but argument is of type âvoid (*)(BIO *, int, const char *, int, long int, long int)â {aka âvoid (*)(struct bio_st *, int, const char *, int, long int, long int)â} > 570 | long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp); > | ~~~~~~~~~~~~~^~ >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/cipher.o src/cipher.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/cms.o src/cms.c >src/cms.c: In function âopenssl_cms_contentâ: >src/cms.c:769:5: warning: âASN1_STRING_dataâ is deprecated [-Wdeprecated-declarations] > 769 | lua_pushlstring(L, (const char*)ASN1_STRING_data(s), ASN1_STRING_length(s)); > | ^~~~~~~~~~~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/cms.c:30: >/usr/include/openssl/asn1.h:554:1: note: declared here > 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) > | ^~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/compat.o src/compat.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/crl.o src/crl.c >src/crl.c: In function âopenssl_crl_lastUpdateâ: >src/crl.c:469:5: warning: âX509_CRL_get_lastUpdateâ is deprecated [-Wdeprecated-declarations] > 469 | ASN1_TIME *tm = X509_CRL_get_lastUpdate(crl); > | ^~~~~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/crl.c:8: >/usr/include/openssl/x509.h:727:1: note: declared here > 727 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) > | ^~~~~~~~~~~~~~~~~~ >src/crl.c: In function âopenssl_crl_nextUpdateâ: >src/crl.c:502:5: warning: âX509_CRL_get_nextUpdateâ is deprecated [-Wdeprecated-declarations] > 502 | ASN1_TIME *tm = X509_CRL_get_nextUpdate(crl); > | ^~~~~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/crl.c:8: >/usr/include/openssl/x509.h:728:1: note: declared here > 728 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) > | ^~~~~~~~~~~~~~~~~~ >src/crl.c: In function âopenssl_crl_updateTimeâ: >src/crl.c:537:5: warning: âX509_CRL_get_lastUpdateâ is deprecated [-Wdeprecated-declarations] > 537 | ltm = X509_CRL_get_lastUpdate(crl); > | ^~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/crl.c:8: >/usr/include/openssl/x509.h:727:1: note: declared here > 727 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) > | ^~~~~~~~~~~~~~~~~~ >src/crl.c:538:5: warning: âX509_CRL_get_nextUpdateâ is deprecated [-Wdeprecated-declarations] > 538 | ntm = X509_CRL_get_nextUpdate(crl); > | ^~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/crl.c:8: >/usr/include/openssl/x509.h:728:1: note: declared here > 728 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) > | ^~~~~~~~~~~~~~~~~~ >src/crl.c: In function âopenssl_crl_parseâ: >src/crl.c:787:3: warning: âX509_CRL_get_lastUpdateâ is deprecated [-Wdeprecated-declarations] > 787 | PUSH_ASN1_TIME(L, X509_CRL_get_lastUpdate(crl)); > | ^~~~~~~~~~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/crl.c:8: >/usr/include/openssl/x509.h:727:1: note: declared here > 727 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) > | ^~~~~~~~~~~~~~~~~~ >src/crl.c:789:3: warning: âX509_CRL_get_nextUpdateâ is deprecated [-Wdeprecated-declarations] > 789 | PUSH_ASN1_TIME(L, X509_CRL_get_nextUpdate(crl)); > | ^~~~~~~~~~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/crl.c:8: >/usr/include/openssl/x509.h:728:1: note: declared here > 728 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) > | ^~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/csr.o src/csr.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/dh.o src/dh.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/digest.o src/digest.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/dsa.o src/dsa.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/ec.o src/ec.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/engine.o src/engine.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/hmac.o src/hmac.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/lbn.o src/lbn.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/lhash.o src/lhash.c >src/lhash.c: In function âopenssl_lhash_parseâ: >src/lhash.c:149:40: warning: passing argument 2 of âlh_CONF_VALUE_doall_lua_Stateâ from incompatible pointer type [-Wincompatible-pointer-types] > 149 | lh_CONF_VALUE_doall_lua_State(lhash, dump_value_doall_arg, L); > | ^~~~~~~~~~~~~~~~~~~~ > | | > | void (*)(CONF_VALUE *, lua_State *) {aka void (*)(struct <anonymous> *, struct lua_State *)} >In file included from /usr/include/openssl/x509_vfy.h:21, > from /usr/include/openssl/x509.h:320, > from src/openssl.h:20, > from src/lhash.c:7: >src/lhash.c:134:1: note: expected âvoid (*)(const CONF_VALUE *, lua_State *)â {aka âvoid (*)(const struct <anonymous> *, struct lua_State *)â} but argument is of type âvoid (*)(CONF_VALUE *, lua_State *)â {aka âvoid (*)(struct <anonymous> *, struct lua_State *)â} > 134 | IMPLEMENT_LHASH_DOALL_ARG_CONST(CONF_VALUE, lua_State); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/misc.o src/misc.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/ocsp.o src/ocsp.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/openssl.o src/openssl.c >src/openssl.c: In function âopenssl_random_bytesâ: >src/openssl.c:313:5: warning: âRAND_pseudo_bytesâ is deprecated [-Wdeprecated-declarations] > 313 | ret = RAND_pseudo_bytes((byte*)buffer, length); > | ^~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/openssl.c:9: >/usr/include/openssl/rand.h:44:1: note: declared here > 44 | DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num)) > | ^~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/ots.o src/ots.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/pkcs12.o src/pkcs12.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/pkcs7.o src/pkcs7.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/pkey.o src/pkey.c >src/pkey.c: In function âopenssl_ec_userIdâ: >src/pkey.c:1156:7: warning: âASN1_STRING_dataâ is deprecated [-Wdeprecated-declarations] > 1156 | lua_pushlstring(L, (const char*) ASN1_STRING_data(s), ASN1_STRING_length(s)); > | ^~~~~~~~~~~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/pkey.c:7: >/usr/include/openssl/asn1.h:554:1: note: declared here > 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) > | ^~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/rsa.o src/rsa.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/ssl.o src/ssl.c >src/ssl.c: In function âopenssl_ssl_ctx_newâ: >src/ssl.c:54:5: warning: âTLSv1_1_methodâ is deprecated [-Wdeprecated-declarations] > 54 | method = TLSv1_1_method(); /* TLSv1.0 */ > | ^~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/ssl.c:8: >/usr/include/openssl/ssl.h:1883:1: note: declared here > 1883 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ > | ^~~~~~~~~~~~~~~~~~ >src/ssl.c:56:5: warning: âTLSv1_1_server_methodâ is deprecated [-Wdeprecated-declarations] > 56 | method = TLSv1_1_server_method(); /* TLSv1.0 */ > | ^~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/ssl.c:8: >/usr/include/openssl/ssl.h:1884:1: note: declared here > 1884 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) > | ^~~~~~~~~~~~~~~~~~ >src/ssl.c:58:5: warning: âTLSv1_1_client_methodâ is deprecated [-Wdeprecated-declarations] > 58 | method = TLSv1_1_client_method(); /* TLSv1.0 */ > | ^~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/ssl.c:8: >/usr/include/openssl/ssl.h:1885:1: note: declared here > 1885 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) > | ^~~~~~~~~~~~~~~~~~ >src/ssl.c:61:5: warning: âTLSv1_2_methodâ is deprecated [-Wdeprecated-declarations] > 61 | method = TLSv1_2_method(); /* TLSv1.0 */ > | ^~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/ssl.c:8: >/usr/include/openssl/ssl.h:1889:1: note: declared here > 1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ > | ^~~~~~~~~~~~~~~~~~ >src/ssl.c:63:5: warning: âTLSv1_2_server_methodâ is deprecated [-Wdeprecated-declarations] > 63 | method = TLSv1_2_server_method(); /* TLSv1.0 */ > | ^~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/ssl.c:8: >/usr/include/openssl/ssl.h:1890:1: note: declared here > 1890 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) > | ^~~~~~~~~~~~~~~~~~ >src/ssl.c:65:5: warning: âTLSv1_2_client_methodâ is deprecated [-Wdeprecated-declarations] > 65 | method = TLSv1_2_client_method(); /* TLSv1.0 */ > | ^~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/ssl.c:8: >/usr/include/openssl/ssl.h:1891:1: note: declared here > 1891 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) > | ^~~~~~~~~~~~~~~~~~ >src/ssl.c:68:5: warning: âTLSv1_methodâ is deprecated [-Wdeprecated-declarations] > 68 | method = TLSv1_method(); /* TLSv1.0 */ > | ^~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/ssl.c:8: >/usr/include/openssl/ssl.h:1877:1: note: declared here > 1877 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ > | ^~~~~~~~~~~~~~~~~~ >src/ssl.c:70:5: warning: âTLSv1_server_methodâ is deprecated [-Wdeprecated-declarations] > 70 | method = TLSv1_server_method(); /* TLSv1.0 */ > | ^~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/ssl.c:8: >/usr/include/openssl/ssl.h:1878:1: note: declared here > 1878 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) > | ^~~~~~~~~~~~~~~~~~ >src/ssl.c:72:5: warning: âTLSv1_client_methodâ is deprecated [-Wdeprecated-declarations] > 72 | method = TLSv1_client_method(); /* TLSv1.0 */ > | ^~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/ssl.c:8: >/usr/include/openssl/ssl.h:1879:1: note: declared here > 1879 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) > | ^~~~~~~~~~~~~~~~~~ >src/ssl.c:75:5: warning: âDTLSv1_methodâ is deprecated [-Wdeprecated-declarations] > 75 | method = DTLSv1_method(); /* DTLSv1.0 */ > | ^~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/ssl.c:8: >/usr/include/openssl/ssl.h:1895:1: note: declared here > 1895 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */ > | ^~~~~~~~~~~~~~~~~~ >src/ssl.c:77:5: warning: âDTLSv1_server_methodâ is deprecated [-Wdeprecated-declarations] > 77 | method = DTLSv1_server_method(); /* DTLSv1.0 */ > | ^~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/ssl.c:8: >/usr/include/openssl/ssl.h:1896:1: note: declared here > 1896 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_server_method(void)) > | ^~~~~~~~~~~~~~~~~~ >src/ssl.c:79:5: warning: âDTLSv1_client_methodâ is deprecated [-Wdeprecated-declarations] > 79 | method = DTLSv1_client_method(); /* DTLSv1.0 */ > | ^~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/ssl.c:8: >/usr/include/openssl/ssl.h:1897:1: note: declared here > 1897 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_client_method(void)) > | ^~~~~~~~~~~~~~~~~~ >src/ssl.c: In function âopenssl_ssl_set_debugâ: >src/ssl.c:2185:3: warning: âSSL_set_debugâ is deprecated [-Wdeprecated-declarations] > 2185 | SSL_set_debug(s, debug); > | ^~~~~~~~~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/ssl.c:8: >/usr/include/openssl/ssl.h:970:1: note: declared here > 970 | DEPRECATEDIN_1_1_0(void SSL_set_debug(SSL *s, int debug)) > | ^~~~~~~~~~~~~~~~~~ >At top level: >src/ssl.c:910:16: warning: âtmp_ecdh_callbackâ defined but not used [-Wunused-function] > 910 | static EC_KEY *tmp_ecdh_callback(SSL *ssl, int is_export, int keylength) > | ^~~~~~~~~~~~~~~~~ >src/ssl.c:871:13: warning: âtmp_rsa_callbackâ defined but not used [-Wunused-function] > 871 | static RSA *tmp_rsa_callback(SSL *ssl, int is_export, int keylength) > | ^~~~~~~~~~~~~~~~ >src/ssl.c:832:12: warning: âtmp_dh_callbackâ defined but not used [-Wunused-function] > 832 | static DH *tmp_dh_callback(SSL *ssl, int is_export, int keylength) > | ^~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/th-lock.o src/th-lock.c >src/th-lock.c:375:15: warning: âpthreads_thread_idâ defined but not used [-Wunused-function] > 375 | unsigned long pthreads_thread_id(void) > | ^~~~~~~~~~~~~~~~~~ >src/th-lock.c:350:13: warning: âpthreads_locking_callbackâ defined but not used [-Wunused-function] > 350 | static void pthreads_locking_callback(int mode, int type, const char *file, int line) > | ^~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/util.o src/util.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/x509.o src/x509.c >src/x509.c: In function âopenssl_x509_parseâ: >src/x509.c:546:25: warning: passing argument 1 of âX509_get0_signatureâ from incompatible pointer type [-Wincompatible-pointer-types] > 546 | X509_get0_signature(&psig, &palg, cert); > | ^~~~~ > | | > | ASN1_BIT_STRING ** {aka struct asn1_string_st **} >In file included from src/openssl.h:20, > from src/x509.c:10: >/usr/include/openssl/x509.h:571:50: note: expected âconst ASN1_BIT_STRING **â {aka âconst struct asn1_string_st **â} but argument is of type âASN1_BIT_STRING **â {aka âstruct asn1_string_st **â} > 571 | void X509_get0_signature(const ASN1_BIT_STRING **psig, > | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ >src/x509.c:546:32: warning: passing argument 2 of âX509_get0_signatureâ from incompatible pointer type [-Wincompatible-pointer-types] > 546 | X509_get0_signature(&psig, &palg, cert); > | ^~~~~ > | | > | X509_ALGOR ** {aka struct X509_algor_st **} >In file included from src/openssl.h:20, > from src/x509.c:10: >/usr/include/openssl/x509.h:572:45: note: expected âconst X509_ALGOR **â {aka âconst struct X509_algor_st **â} but argument is of type âX509_ALGOR **â {aka âstruct X509_algor_st **â} > 572 | const X509_ALGOR **palg, const X509 *x); > | ~~~~~~~~~~~~~~~~~~~^~~~ >src/x509.c: In function âopenssl_x509_signâ: >src/x509.c:1284:25: warning: passing argument 1 of âX509_get0_signatureâ from incompatible pointer type [-Wincompatible-pointer-types] > 1284 | X509_get0_signature(&psig, &palg, x); > | ^~~~~ > | | > | ASN1_BIT_STRING ** {aka struct asn1_string_st **} >In file included from src/openssl.h:20, > from src/x509.c:10: >/usr/include/openssl/x509.h:571:50: note: expected âconst ASN1_BIT_STRING **â {aka âconst struct asn1_string_st **â} but argument is of type âASN1_BIT_STRING **â {aka âstruct asn1_string_st **â} > 571 | void X509_get0_signature(const ASN1_BIT_STRING **psig, > | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ >src/x509.c:1284:32: warning: passing argument 2 of âX509_get0_signatureâ from incompatible pointer type [-Wincompatible-pointer-types] > 1284 | X509_get0_signature(&psig, &palg, x); > | ^~~~~ > | | > | X509_ALGOR ** {aka struct X509_algor_st **} >In file included from src/openssl.h:20, > from src/x509.c:10: >/usr/include/openssl/x509.h:572:45: note: expected âconst X509_ALGOR **â {aka âconst struct X509_algor_st **â} but argument is of type âX509_ALGOR **â {aka âstruct X509_algor_st **â} > 572 | const X509_ALGOR **palg, const X509 *x); > | ~~~~~~~~~~~~~~~~~~~^~~~ >src/x509.c: In function âopenssl_x509_verifyâ: >src/x509.c:1310:27: warning: passing argument 1 of âX509_get0_signatureâ from incompatible pointer type [-Wincompatible-pointer-types] > 1310 | X509_get0_signature(&psig, &palg, x); > | ^~~~~ > | | > | ASN1_BIT_STRING ** {aka struct asn1_string_st **} >In file included from src/openssl.h:20, > from src/x509.c:10: >/usr/include/openssl/x509.h:571:50: note: expected âconst ASN1_BIT_STRING **â {aka âconst struct asn1_string_st **â} but argument is of type âASN1_BIT_STRING **â {aka âstruct asn1_string_st **â} > 571 | void X509_get0_signature(const ASN1_BIT_STRING **psig, > | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ >src/x509.c:1310:34: warning: passing argument 2 of âX509_get0_signatureâ from incompatible pointer type [-Wincompatible-pointer-types] > 1310 | X509_get0_signature(&psig, &palg, x); > | ^~~~~ > | | > | X509_ALGOR ** {aka struct X509_algor_st **} >In file included from src/openssl.h:20, > from src/x509.c:10: >/usr/include/openssl/x509.h:572:45: note: expected âconst X509_ALGOR **â {aka âconst struct X509_algor_st **â} but argument is of type âX509_ALGOR **â {aka âstruct X509_algor_st **â} > 572 | const X509_ALGOR **palg, const X509 *x); > | ~~~~~~~~~~~~~~~~~~~^~~~ >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/xattrs.o src/xattrs.c >src/xattrs.c: In function âopenssl_new_xattributeâ: >src/xattrs.c:326:5: warning: âASN1_STRING_dataâ is deprecated [-Wdeprecated-declarations] > 326 | data = (const char *)ASN1_STRING_data(s); > | ^~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/xattrs.c:9: >/usr/include/openssl/asn1.h:554:1: note: declared here > 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) > | ^~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/xexts.o src/xexts.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/xname.o src/xname.c >src/xname.c: In function âopenssl_push_xname_entryâ: >src/xname.c:227:5: warning: âASN1_STRING_dataâ is deprecated [-Wdeprecated-declarations] > 227 | lua_pushlstring(L, (const char*)ASN1_STRING_data(value), ASN1_STRING_length(value)); > | ^~~~~~~~~~~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/xname.c:9: >/usr/include/openssl/asn1.h:554:1: note: declared here > 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) > | ^~~~~~~~~~~~~~~~~~ >src/xname.c: In function âopenssl_xname_get_textâ: >src/xname.c:348:3: warning: âASN1_STRING_dataâ is deprecated [-Wdeprecated-declarations] > 348 | lua_pushlstring(L, (const char *)ASN1_STRING_data(s), ASN1_STRING_length(s)); > | ^~~~~~~~~~~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/evp.h:13, > from src/openssl.h:19, > from src/xname.c:9: >/usr/include/openssl/asn1.h:554:1: note: declared here > 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) > | ^~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/xstore.o src/xstore.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/xalgor.o src/xalgor.c >src/xalgor.c: In function âopenssl_xalgor_getâ: >src/xalgor.c:106:19: warning: passing argument 1 of âX509_ALGOR_get0â from incompatible pointer type [-Wincompatible-pointer-types] > 106 | X509_ALGOR_get0(&obj, &type, &val, alg); > | ^~~~ > | | > | ASN1_OBJECT ** {aka struct asn1_object_st **} >In file included from src/openssl.h:20, > from src/xalgor.c:9: >/usr/include/openssl/x509.h:477:42: note: expected âconst ASN1_OBJECT **â {aka âconst struct asn1_object_st **â} but argument is of type âASN1_OBJECT **â {aka âstruct asn1_object_st **â} > 477 | void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype, > | ~~~~~~~~~~~~~~~~~~~~^~~~~ >src/xalgor.c:106:32: warning: passing argument 3 of âX509_ALGOR_get0â from incompatible pointer type [-Wincompatible-pointer-types] > 106 | X509_ALGOR_get0(&obj, &type, &val, alg); > | ^~~~ > | | > | void ** >In file included from src/openssl.h:20, > from src/xalgor.c:9: >/usr/include/openssl/x509.h:478:35: note: expected âconst void **â but argument is of type âvoid **â > 478 | const void **ppval, const X509_ALGOR *algor); > | ~~~~~~~~~~~~~^~~~~ >src/xalgor.c: In function âopenssl_xalgor_tostringâ: >src/xalgor.c:162:19: warning: passing argument 1 of âX509_ALGOR_get0â from incompatible pointer type [-Wincompatible-pointer-types] > 162 | X509_ALGOR_get0(&obj, &type, &val, alg); > | ^~~~ > | | > | ASN1_OBJECT ** {aka struct asn1_object_st **} >In file included from src/openssl.h:20, > from src/xalgor.c:9: >/usr/include/openssl/x509.h:477:42: note: expected âconst ASN1_OBJECT **â {aka âconst struct asn1_object_st **â} but argument is of type âASN1_OBJECT **â {aka âstruct asn1_object_st **â} > 477 | void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype, > | ~~~~~~~~~~~~~~~~~~~~^~~~~ >src/xalgor.c:162:32: warning: passing argument 3 of âX509_ALGOR_get0â from incompatible pointer type [-Wincompatible-pointer-types] > 162 | X509_ALGOR_get0(&obj, &type, &val, alg); > | ^~~~ > | | > | void ** >In file included from src/openssl.h:20, > from src/xalgor.c:9: >/usr/include/openssl/x509.h:478:35: note: expected âconst void **â but argument is of type âvoid **â > 478 | const void **ppval, const X509_ALGOR *algor); > | ~~~~~~~~~~~~~^~~~~ >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/callback.o src/callback.c >x86_64-pc-linux-gnu-gcc -fpic -O2 -pipe -march=native -g -Wall -Wno-unused-value -DPTHREADS -Ideps -Ideps/lua-compat -Ideps/auxiliar -c -o src/sm2.o src/sm2.c >src/sm2.c:6:12: fatal error: openssl/sm2.h: No such file or directory > 6 | # include <openssl/sm2.h> > | ^~~~~~~~~~~~~~~ >compilation terminated. >make: *** [Makefile:88: src/sm2.o] Error 1 > * ERROR: dev-lua/lua-openssl-0.7.3::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-lua/lua-openssl-0.7.3::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-lua/lua-openssl-0.7.3::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-lua:lua-openssl-0.7.3:20190912-051932.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-lua/lua-openssl-0.7.3/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-lua/lua-openssl-0.7.3/temp/environment'. > * Working directory: '/var/tmp/portage/dev-lua/lua-openssl-0.7.3/work/lua-openssl-0.7.3' > * S: '/var/tmp/portage/dev-lua/lua-openssl-0.7.3/work/lua-openssl-0.7.3'
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 694172
:
589734
| 589736 |
589738
|
589740
|
589742
|
589744