Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 610768 Details for
Bug 707844
dev-lua/luasec-0.6 : x509.c:296:35: error: dereferencing pointer to incomplete type X509_EXTENSION {aka struct X509_extension_st }
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-lua:luasec-0.6:20200201-235202.log
dev-lua:luasec-0.6:20200201-235202.log (text/plain), 4.87 KB, created by
Toralf Förster
on 2020-02-02 04:12:15 UTC
(
hide
)
Description:
dev-lua:luasec-0.6:20200201-235202.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-02-02 04:12:15 UTC
Size:
4.87 KB
patch
obsolete
> * Package: dev-lua/luasec-0.6 > * Repository: gentoo > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking luasec-0.6.tar.gz to /var/tmp/portage/dev-lua/luasec-0.6/work >>>> Source unpacked in /var/tmp/portage/dev-lua/luasec-0.6/work >>>> Preparing source in /var/tmp/portage/dev-lua/luasec-0.6/work/luasec-luasec-0.6 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-lua/luasec-0.6/work/luasec-luasec-0.6 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-lua/luasec-0.6/work/luasec-luasec-0.6 ... >make -j1 CC=x86_64-pc-linux-gnu-gcc LD=x86_64-pc-linux-gnu-gcc linux >--------------------- >** Build for Linux ** >--------------------- >make[1]: Entering directory '/var/tmp/portage/dev-lua/luasec-0.6/work/luasec-luasec-0.6/src' >make[2]: Entering directory '/var/tmp/portage/dev-lua/luasec-0.6/work/luasec-luasec-0.6/src' >make[3]: Entering directory '/var/tmp/portage/dev-lua/luasec-0.6/work/luasec-luasec-0.6/src/luasocket' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -fPIC -Wall -pedantic -I. -I/usr/include -DWITH_LUASOCKET -fPIC -Wall -pedantic -I. -I/usr/include -DWITH_LUASOCKET -DLUASOCKET_DEBUG -c -o io.o io.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -fPIC -Wall -pedantic -I. -I/usr/include -DWITH_LUASOCKET -fPIC -Wall -pedantic -I. -I/usr/include -DWITH_LUASOCKET -DLUASOCKET_DEBUG -c -o buffer.o buffer.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -fPIC -Wall -pedantic -I. -I/usr/include -DWITH_LUASOCKET -fPIC -Wall -pedantic -I. -I/usr/include -DWITH_LUASOCKET -DLUASOCKET_DEBUG -c -o timeout.o timeout.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -fPIC -Wall -pedantic -I. -I/usr/include -DWITH_LUASOCKET -fPIC -Wall -pedantic -I. -I/usr/include -DWITH_LUASOCKET -DLUASOCKET_DEBUG -c -o usocket.o usocket.c >ar rcu libluasocket.a io.o buffer.o timeout.o usocket.o >ranlib libluasocket.a >make[3]: Leaving directory '/var/tmp/portage/dev-lua/luasec-0.6/work/luasec-luasec-0.6/src/luasocket' >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -fPIC -Wall -pedantic -I. -I/usr/include -DWITH_LUASOCKET -c -o x509.o x509.c >x509.c: In function âpush_asn1_stringâ: >x509.c:149:5: warning: âASN1_STRING_dataâ is deprecated [-Wdeprecated-declarations] > 149 | lua_pushlstring(L, (char*)ASN1_STRING_data(string), > | ^~~~~~~~~~~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/e_os2.h:13, > from /usr/include/openssl/ssl.h:15, > from x509.c:22: >/usr/include/openssl/asn1.h:554:1: note: declared here > 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) > | ^~~~~~~~~~~~~~~~~~ >x509.c: In function âpush_asn1_ipâ: >x509.c:185:3: warning: âASN1_STRING_dataâ is deprecated [-Wdeprecated-declarations] > 185 | unsigned char *ip = ASN1_STRING_data(string); > | ^~~~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/e_os2.h:13, > from /usr/include/openssl/ssl.h:15, > from x509.c:22: >/usr/include/openssl/asn1.h:554:1: note: declared here > 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) > | ^~~~~~~~~~~~~~~~~~ >x509.c: In function âmeth_extensionsâ: >x509.c:296:35: error: dereferencing pointer to incomplete type âX509_EXTENSIONâ {aka âstruct X509_extension_stâ} > 296 | push_asn1_objname(L, extension->object, 1); > | ^~ >x509.c: In function âmeth_pubkeyâ: >x509.c:407:32: error: dereferencing pointer to incomplete type âEVP_PKEYâ {aka âstruct evp_pkey_stâ} > 407 | switch(EVP_PKEY_type(pkey->type)) { > | ^~ >make[2]: *** [<builtin>: x509.o] Error 1 >make[2]: Leaving directory '/var/tmp/portage/dev-lua/luasec-0.6/work/luasec-luasec-0.6/src' >make[1]: *** [Makefile:40: linux] Error 2 >make[1]: Leaving directory '/var/tmp/portage/dev-lua/luasec-0.6/work/luasec-luasec-0.6/src' >make: *** [Makefile:41: linux] Error 2 > * ERROR: dev-lua/luasec-0.6::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-lua/luasec-0.6::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-lua/luasec-0.6::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-lua:luasec-0.6:20200201-235202.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-lua/luasec-0.6/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-lua/luasec-0.6/temp/environment'. > * Working directory: '/var/tmp/portage/dev-lua/luasec-0.6/work/luasec-luasec-0.6' > * S: '/var/tmp/portage/dev-lua/luasec-0.6/work/luasec-luasec-0.6'
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 707844
:
610766
| 610768 |
610770
|
610772
|
610774
|
610776