* 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 -march=native -O2 -pipe -fPIC -DPTHREADS -Ideps -c -o src/asn1.o src/asn1.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fPIC -DPTHREADS -Ideps -c -o src/auxiliar.o src/auxiliar.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -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->met ^ 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->met ^ 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, ...) ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fPIC -DPTHREADS -Ideps -c -o src/cipher.o src/cipher.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fPIC -DPTHREADS -Ideps -c -o src/cms.o src/cms.c In file included from src/cms.c:11:0: /usr/include/openssl/cms.h:62:2: error: #error CMS is disabled. #error CMS is disabled. ^ 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:20160802-145406.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'