* Package: dev-lua/lua-openssl-0.4.1-r1 * Repository: gentoo * Maintainer: jakub@jirutka.cz proxy-maint@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux libressl userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking lua-openssl-0.4.1.tar.gz to /var/tmp/portage/dev-lua/lua-openssl-0.4.1-r1/work >>> Source unpacked in /var/tmp/portage/dev-lua/lua-openssl-0.4.1-r1/work >>> Preparing source in /var/tmp/portage/dev-lua/lua-openssl-0.4.1-r1/work/lua-openssl-0.4.1 ... * Applying lua-openssl-0.4.1-Makefile.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-lua/lua-openssl-0.4.1-r1/work/lua-openssl-0.4.1 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-lua/lua-openssl-0.4.1-r1/work/lua-openssl-0.4.1 ... make -j1 'CC=x86_64-pc-linux-gnu-gcc $(CFLAGS) -Ideps' PKG_CONFIG=x86_64-pc-linux-gnu-pkg-config LUA_CFLAGS= 'LUA_LIBS=-llua -lm' LUA_LIBDIR=/usr/lib64/lua/5.1 Package luajit was not found in the pkg-config search path. Perhaps you should add the directory containing `luajit.pc' to the PKG_CONFIG_PATH environment variable No package 'luajit' found x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -DPTHREADS -Ideps -c -o src/asn1.o src/asn1.c src/asn1.c: In function ‘openssl_asn1group_get’: src/asn1.c:580:16: warning: unused variable ‘a’ [-Wunused-variable] ASN1_TIME *a = CHECK_OBJECT(1, ASN1_TIME, "openssl.asn1_time"); ^ src/asn1.c:584:27: warning: unused variable ‘a’ [-Wunused-variable] ASN1_GENERALIZEDTIME *a = CHECK_OBJECT(1, ASN1_GENERALIZEDTIME, "openssl.asn1_generalizedtime"); ^ src/asn1.c: In function ‘openssl_put_object’: src/asn1.c:1023:3: warning: ‘length’ may be used uninitialized in this function [-Wmaybe-uninitialized] ASN1_put_object(&p2, constructed, length, tag, cls); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -DPTHREADS -Ideps -c -o src/auxiliar.o src/auxiliar.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -DPTHREADS -Ideps -c -o src/bio.o src/bio.c src/bio.c: In function ‘BIO_info_callback’: src/bio.c:593:3: warning: ‘BIO_snprintf’ is deprecated [-Wdeprecated-declarations] BIO_snprintf(buf, sizeof buf, "BIO[%08lX]:", (unsigned long)bio); ^~~~~~~~~~~~ In file included from /usr/include/openssl/evp.h:67:0, from src/openssl.h:18, from src/bio.c:8: /usr/include/openssl/bio.h:688:1: note: declared here BIO_snprintf(char *buf, size_t n, const char *format, ...) ^~~~~~~~~~~~ src/bio.c:599:5: warning: ‘BIO_snprintf’ is deprecated [-Wdeprecated-declarations] BIO_snprintf(p, p_maxlen, "Free - %s\n", bio->method->name); ^~~~~~~~~~~~ In file included from /usr/include/openssl/evp.h:67:0, from src/openssl.h:18, from src/bio.c:8: /usr/include/openssl/bio.h:688:1: note: declared here BIO_snprintf(char *buf, size_t n, const char *format, ...) ^~~~~~~~~~~~ src/bio.c:603:7: warning: ‘BIO_snprintf’ is deprecated [-Wdeprecated-declarations] BIO_snprintf(p, p_maxlen, "read(%d,%lu) - %s fd=%d\n", ^~~~~~~~~~~~ In file included from /usr/include/openssl/evp.h:67:0, from src/openssl.h:18, from src/bio.c:8: /usr/include/openssl/bio.h:688:1: note: declared here BIO_snprintf(char *buf, size_t n, const char *format, ...) ^~~~~~~~~~~~ src/bio.c:607:7: warning: ‘BIO_snprintf’ is deprecated [-Wdeprecated-declarations] BIO_snprintf(p, p_maxlen, "read(%d,%lu) - %s\n", ^~~~~~~~~~~~ In file included from /usr/include/openssl/evp.h:67:0, from src/openssl.h:18, from src/bio.c:8: /usr/include/openssl/bio.h:688:1: note: declared here BIO_snprintf(char *buf, size_t n, const char *format, ...) ^~~~~~~~~~~~ src/bio.c:613:7: warning: ‘BIO_snprintf’ is deprecated [-Wdeprecated-declarations] BIO_snprintf(p, p_maxlen, "write(%d,%lu) - %s fd=%d\n", ^~~~~~~~~~~~ In file included from /usr/include/openssl/evp.h:67:0, from src/openssl.h:18, from src/bio.c:8: /usr/include/openssl/bio.h:688:1: note: declared here BIO_snprintf(char *buf, size_t n, const char *format, ...) ^~~~~~~~~~~~ src/bio.c:617:7: warning: ‘BIO_snprintf’ is deprecated [-Wdeprecated-declarations] BIO_snprintf(p, p_maxlen, "write(%d,%lu) - %s\n", ^~~~~~~~~~~~ In file included from /usr/include/openssl/evp.h:67:0, from src/openssl.h:18, from src/bio.c:8: /usr/include/openssl/bio.h:688:1: note: declared here BIO_snprintf(char *buf, size_t n, const char *format, ...) ^~~~~~~~~~~~ src/bio.c:622:5: warning: ‘BIO_snprintf’ is deprecated [-Wdeprecated-declarations] BIO_snprintf(p, p_maxlen, "puts() - %s\n", bio->method->name); ^~~~~~~~~~~~ In file included from /usr/include/openssl/evp.h:67:0, from src/openssl.h:18, from src/bio.c:8: /usr/include/openssl/bio.h:688:1: note: declared here BIO_snprintf(char *buf, size_t n, const char *format, ...) ^~~~~~~~~~~~ src/bio.c:625:5: warning: ‘BIO_snprintf’ is deprecated [-Wdeprecated-declarations] BIO_snprintf(p, p_maxlen, "gets(%lu) - %s\n", (unsigned long)argi, bio->method->name); ^~~~~~~~~~~~ In file included from /usr/include/openssl/evp.h:67:0, from src/openssl.h:18, from src/bio.c:8: /usr/include/openssl/bio.h:688:1: note: declared here BIO_snprintf(char *buf, size_t n, const char *format, ...) ^~~~~~~~~~~~ src/bio.c:628:5: warning: ‘BIO_snprintf’ is deprecated [-Wdeprecated-declarations] BIO_snprintf(p, p_maxlen, "ctrl(%lu) - %s\n", (unsigned long)argi, bio->method->name); ^~~~~~~~~~~~ In file included from /usr/include/openssl/evp.h:67:0, from src/openssl.h:18, from src/bio.c:8: /usr/include/openssl/bio.h:688:1: note: declared here BIO_snprintf(char *buf, size_t n, const char *format, ...) ^~~~~~~~~~~~ src/bio.c:631:5: warning: ‘BIO_snprintf’ is deprecated [-Wdeprecated-declarations] BIO_snprintf(p, p_maxlen, "read return %ld\n", ret); ^~~~~~~~~~~~ In file included from /usr/include/openssl/evp.h:67:0, from src/openssl.h:18, from src/bio.c:8: /usr/include/openssl/bio.h:688:1: note: declared here BIO_snprintf(char *buf, size_t n, const char *format, ...) ^~~~~~~~~~~~ src/bio.c:634:5: warning: ‘BIO_snprintf’ is deprecated [-Wdeprecated-declarations] BIO_snprintf(p, p_maxlen, "write return %ld\n", ret); ^~~~~~~~~~~~ In file included from /usr/include/openssl/evp.h:67:0, from src/openssl.h:18, from src/bio.c:8: /usr/include/openssl/bio.h:688:1: note: declared here BIO_snprintf(char *buf, size_t n, const char *format, ...) ^~~~~~~~~~~~ src/bio.c:637:5: warning: ‘BIO_snprintf’ is deprecated [-Wdeprecated-declarations] BIO_snprintf(p, p_maxlen, "gets return %ld\n", ret); ^~~~~~~~~~~~ In file included from /usr/include/openssl/evp.h:67:0, from src/openssl.h:18, from src/bio.c:8: /usr/include/openssl/bio.h:688:1: note: declared here BIO_snprintf(char *buf, size_t n, const char *format, ...) ^~~~~~~~~~~~ src/bio.c:640:5: warning: ‘BIO_snprintf’ is deprecated [-Wdeprecated-declarations] BIO_snprintf(p, p_maxlen, "puts return %ld\n", ret); ^~~~~~~~~~~~ In file included from /usr/include/openssl/evp.h:67:0, from src/openssl.h:18, from src/bio.c:8: /usr/include/openssl/bio.h:688:1: note: declared here BIO_snprintf(char *buf, size_t n, const char *format, ...) ^~~~~~~~~~~~ src/bio.c:643:5: warning: ‘BIO_snprintf’ is deprecated [-Wdeprecated-declarations] BIO_snprintf(p, p_maxlen, "ctrl return %ld\n", ret); ^~~~~~~~~~~~ In file included from /usr/include/openssl/evp.h:67:0, from src/openssl.h:18, from src/bio.c:8: /usr/include/openssl/bio.h:688:1: note: declared here BIO_snprintf(char *buf, size_t n, const char *format, ...) ^~~~~~~~~~~~ src/bio.c:646:5: warning: ‘BIO_snprintf’ is deprecated [-Wdeprecated-declarations] BIO_snprintf(p, p_maxlen, "bio callback - unknown type (%d)\n", cmd); ^~~~~~~~~~~~ In file included from /usr/include/openssl/evp.h:67:0, from src/openssl.h:18, from src/bio.c:8: /usr/include/openssl/bio.h:688:1: note: declared here BIO_snprintf(char *buf, size_t n, const char *format, ...) ^~~~~~~~~~~~ src/bio.c:587:8: warning: variable ‘r’ set but not used [-Wunused-but-set-variable] long r = 1; ^ In file included from src/bio.c:9:0: At top level: src/private.h:48:15: warning: ‘posrelat’ defined but not used [-Wunused-function] static size_t posrelat(ptrdiff_t pos, size_t len) ^~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -DPTHREADS -Ideps -c -o src/cipher.o src/cipher.c In file included from src/cipher.c:9:0: src/private.h:48:15: warning: ‘posrelat’ defined but not used [-Wunused-function] static size_t posrelat(ptrdiff_t pos, size_t len) ^~~~~~~~ src/cipher.c: In function ‘openssl_evp_cipher_update’: src/cipher.c:498:26: warning: ‘ret’ may be used uninitialized in this function [-Wmaybe-uninitialized] return (ret == 1 ? ret : openssl_pushresult(L, ret)); ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/cipher.c: In function ‘openssl_evp_cipher_final’: src/cipher.c:527:10: warning: ‘ret’ may be used uninitialized in this function [-Wmaybe-uninitialized] return openssl_pushresult(L, ret); ^~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -DPTHREADS -Ideps -c -o src/cms.o src/cms.c src/cms.c:11:25: fatal error: openssl/cms.h: No such file or directory #include ^ compilation terminated. make: *** [Makefile:73: src/cms.o] Error 1 * ERROR: dev-lua/lua-openssl-0.4.1-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-lua/lua-openssl-0.4.1-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-lua/lua-openssl-0.4.1-r1::gentoo'`. * The complete build log is located at '/var/log/portage/dev-lua:lua-openssl-0.4.1-r1:20161221-071636.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-lua/lua-openssl-0.4.1-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-lua/lua-openssl-0.4.1-r1/temp/environment'. * Working directory: '/var/tmp/portage/dev-lua/lua-openssl-0.4.1-r1/work/lua-openssl-0.4.1' * S: '/var/tmp/portage/dev-lua/lua-openssl-0.4.1-r1/work/lua-openssl-0.4.1'