* Package: net-mail/isync-1.2.2 * Repository: gentoo * Maintainer: net-mail@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux libressl ssl userland_GNU zlib * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking isync-1.2.2.tar.gz to /var/tmp/portage/net-mail/isync-1.2.2/work >>> Source unpacked in /var/tmp/portage/net-mail/isync-1.2.2/work >>> Preparing source in /var/tmp/portage/net-mail/isync-1.2.2/work/isync-1.2.2 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-mail/isync-1.2.2/work/isync-1.2.2 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/isync-1.2.2 --htmldir=/usr/share/doc/isync-1.2.2/html --libdir=/usr/lib64 --docdir=/usr/share/doc/isync-1.2.2 --with-ssl --without-sasl --with-zlib --disable-compat checking for a BSD-compatible install... /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... none checking whether strftime supports %z... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for vasprintf... yes checking for strnlen... yes checking for memrchr... yes checking for timegm... yes checking for socket in -lsocket... no checking for inet_ntoa in -lnsl... yes checking for getaddrinfo... yes checking for inet_ntop... yes checking for pkg-config... /usr/bin/pkg-config checking OpenSSL presence with pkg-config... found checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking for Berkeley DB >= 4.1... yes checking for deflate in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/compat/Makefile config.status: creating isync.spec config.status: creating autodefs.h config.status: executing depfiles commands Using SSL Not using SASL Using zlib Using Berkeley DB >>> Source configured. >>> Compiling source in /var/tmp/portage/net-mail/isync-1.2.2/work/isync-1.2.2 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/net-mail/isync-1.2.2/work/isync-1.2.2' Making all in src make[2]: Entering directory '/var/tmp/portage/net-mail/isync-1.2.2/work/isync-1.2.2/src' make[3]: Entering directory '/var/tmp/portage/net-mail/isync-1.2.2/work/isync-1.2.2/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -O2 -pipe -march=native -Wall -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -c -o main.o main.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -O2 -pipe -march=native -Wall -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -c -o sync.o sync.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -O2 -pipe -march=native -Wall -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -c -o config.o config.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -O2 -pipe -march=native -Wall -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -c -o util.o util.c util.c: In function ‘map_name’: util.c:507:4: warning: ‘outl’ may be used uninitialized in this function [-Wmaybe-uninitialized] for (ll = 0; ll < outl; ll++) ^~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -O2 -pipe -march=native -Wall -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -c -o socket.o socket.c socket.c: In function ‘verify_cert_host’: socket.c:178:24: warning: implicit declaration of function ‘X509_OBJECT_get0_X509’ [-Wimplicit-function-declaration] if (!X509_cmp( cert, X509_OBJECT_get0_X509( sk_X509_OBJECT_value( trusted, i ) ) )) ^~~~~~~~~~~~~~~~~~~~~ socket.c:178:24: warning: passing argument 2 of ‘X509_cmp’ makes pointer from integer without a cast [-Wint-conversion] In file included from /usr/include/openssl/pem.h:71:0, from /usr/include/openssl/ssl.h:150, from socket.c:40: /usr/include/openssl/x509.h:1044:6: note: expected ‘const X509 * {aka const struct x509_st *}’ but argument is of type ‘int’ int X509_cmp(const X509 *a, const X509 *b); ^~~~~~~~ In file included from /usr/include/openssl/crypto.h:127:0, from /usr/include/openssl/bio.h:69, from /usr/include/openssl/evp.h:67, from /usr/include/openssl/hmac.h:67, from /usr/include/openssl/ssl.h:149, from socket.c:40: socket.c: In function ‘init_ssl_ctx’: socket.c:229:55: warning: implicit declaration of function ‘X509_STORE_get0_objects’ [-Wimplicit-function-declaration] mconf->trusted_certs = (_STACK *)sk_X509_OBJECT_dup( X509_STORE_get0_objects( SSL_CTX_get_cert_store( mconf->SSLContext ) ) ); ^ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -O2 -pipe -march=native -Wall -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -c -o driver.o driver.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -O2 -pipe -march=native -Wall -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -c -o drv_imap.o drv_imap.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -O2 -pipe -march=native -Wall -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -c -o drv_maildir.o drv_maildir.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -Wl,-O1 -Wl,--as-needed -o mbsync main.o sync.o config.o util.o socket.o driver.o drv_imap.o drv_maildir.o -ldb -lssl -lcrypto -lnsl -lz socket.o: In function `start_tls_p2': socket.c:(.text+0x9b8): undefined reference to `X509_OBJECT_get0_X509' socket.o: In function `socket_start_tls': socket.c:(.text+0x11b4): undefined reference to `X509_STORE_get0_objects' collect2: error: ld returned 1 exit status make[3]: *** [Makefile:441: mbsync] Error 1 make[3]: Leaving directory '/var/tmp/portage/net-mail/isync-1.2.2/work/isync-1.2.2/src' make[2]: *** [Makefile:553: all-recursive] Error 1 make[2]: Leaving directory '/var/tmp/portage/net-mail/isync-1.2.2/work/isync-1.2.2/src' make[1]: *** [Makefile:498: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-mail/isync-1.2.2/work/isync-1.2.2' make: *** [Makefile:381: all] Error 2 * ERROR: net-mail/isync-1.2.2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-mail/isync-1.2.2::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-mail/isync-1.2.2::gentoo'`. * The complete build log is located at '/var/log/portage/net-mail:isync-1.2.2:20171007-030848.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-mail/isync-1.2.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-mail/isync-1.2.2/temp/environment'. * Working directory: '/var/tmp/portage/net-mail/isync-1.2.2/work/isync-1.2.2' * S: '/var/tmp/portage/net-mail/isync-1.2.2/work/isync-1.2.2'