Cook: isync 1.2.1 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): libdb-6.2.32-i486 Installing (pkg/local): db-6.2.32-i486 Installing (pkg/local): libdb-cxx-6.2.32-i486 Installing (pkg/local): db-dev-6.2.32-i486 Installing (pkg/local): openssl-dev-1.1.1d-i486 Extracting source archive "isync-1.2.1.tar.gz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed configure: loading site script /etc/slitaz/cook.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk 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 i486-slitaz-linux-gcc... i486-slitaz-linux-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 i486-slitaz-linux-gcc accepts -g... yes checking for i486-slitaz-linux-gcc option to accept ISO C89... none needed checking whether i486-slitaz-linux-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of i486-slitaz-linux-gcc... gcc3 checking whether strftime supports %z... yes checking how to run the C preprocessor... i486-slitaz-linux-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... no 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 sasl_client_init in -lsasl2... no checking sasl/sasl.h usability... no checking sasl/sasl.h presence... no checking for sasl/sasl.h... no checking for Berkeley DB >= 4.1... yes checking for deflate in -lz... no checking for getopt_long... 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 Not using zlib Using Berkeley DB make all-recursive make[1]: Entering directory '/home/slitaz/wok/isync/source/isync-1.2.1' Making all in src make[2]: Entering directory '/home/slitaz/wok/isync/source/isync-1.2.1/src' Making all in compat make[3]: Entering directory '/home/slitaz/wok/isync/source/isync-1.2.1/src/compat' i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -march=i486 -Os -pipe -mindirect-branch=thunk -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -march=i486 -Os -pipe -mindirect-branch=thunk -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o config.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -march=i486 -Os -pipe -mindirect-branch=thunk -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT convert.o -MD -MP -MF .deps/convert.Tpo -c -o convert.o convert.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -march=i486 -Os -pipe -mindirect-branch=thunk -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c main.c: In function 'main': main.c:196:14: warning: this statement may fall through [-Wimplicit-fallthrough=] outconfig = optarg; ~~~~~~~~~~^~~~~~~~ main.c:198:3: note: here case 'w': ^~~~ main.c:202:9: warning: this statement may fall through [-Wimplicit-fallthrough=] list = 1; ~~~~~^~~ main.c:204:3: note: here case 'a': ^~~~ main.c:283:4: warning: this statement may fall through [-Wimplicit-fallthrough=] version(); ^~~~~~~~~ main.c:284:3: note: here case 'h': ^~~~ main.c:285:4: warning: this statement may fall through [-Wimplicit-fallthrough=] usage( 0 ); ^~~~~~~~~~ main.c:286:3: note: here default: ^~~~~~~ mv -f .deps/util.Tpo .deps/util.Po mv -f .deps/main.Tpo .deps/main.Po mv -f .deps/convert.Tpo .deps/convert.Po mv -f .deps/config.Tpo .deps/config.Po i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -Wl,-Os,--as-needed -lpthread -o isync main.o config.o convert.o util.o -ldb make[3]: Leaving directory '/home/slitaz/wok/isync/source/isync-1.2.1/src/compat' make[3]: Entering directory '/home/slitaz/wok/isync/source/isync-1.2.1/src' i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -march=i486 -Os -pipe -mindirect-branch=thunk -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -march=i486 -Os -pipe -mindirect-branch=thunk -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT sync.o -MD -MP -MF .deps/sync.Tpo -c -o sync.o sync.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -march=i486 -Os -pipe -mindirect-branch=thunk -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o config.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -march=i486 -Os -pipe -mindirect-branch=thunk -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -march=i486 -Os -pipe -mindirect-branch=thunk -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT socket.o -MD -MP -MF .deps/socket.Tpo -c -o socket.o socket.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -march=i486 -Os -pipe -mindirect-branch=thunk -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT driver.o -MD -MP -MF .deps/driver.Tpo -c -o driver.o driver.c mv -f .deps/driver.Tpo .deps/driver.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -march=i486 -Os -pipe -mindirect-branch=thunk -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT drv_imap.o -MD -MP -MF .deps/drv_imap.Tpo -c -o drv_imap.o drv_imap.c sync.c: In function 'box_loaded': sync.c:1372:71: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] printf( svars->ctx[t]->opts & OPEN_SIZE ? " message %5d, %-4s, %6lu: " : " message %5d, %-4s: ", uid, fbuf, tmsg->size ); ~~~^ ~~~~~~~~~~ %6u main.c: In function 'main': main.c:661:4: warning: this statement may fall through [-Wimplicit-fallthrough=] version(); ^~~~~~~~~ main.c:662:3: note: here case 'h': ^~~~ main.c:663:4: warning: this statement may fall through [-Wimplicit-fallthrough=] usage( 0 ); ^~~~~~~~~~ main.c:664:3: note: here default: ^~~~~~~ socket.c: In function 'verify_cert_host': socket.c:175:58: error: dereferencing pointer to incomplete type 'X509_OBJECT' {aka 'struct x509_object_st'} if (!X509_cmp( cert, sk_X509_OBJECT_value( trusted, i )->data.x509 )) ^~ socket.c: In function 'init_ssl_ctx': socket.c:226:98: error: dereferencing pointer to incomplete type 'X509_STORE' {aka 'struct x509_store_st'} mconf->trusted_certs = (_STACK *)sk_X509_OBJECT_dup( SSL_CTX_get_cert_store( mconf->SSLContext )->objs ); ^~ make[3]: *** [Makefile:468: socket.o] Error 1 make[3]: *** Waiting for unfinished jobs.... mv -f .deps/config.Tpo .deps/config.Po mv -f .deps/util.Tpo .deps/util.Po mv -f .deps/main.Tpo .deps/main.Po mv -f .deps/sync.Tpo .deps/sync.Po mv -f .deps/drv_imap.Tpo .deps/drv_imap.Po make[3]: Leaving directory '/home/slitaz/wok/isync/source/isync-1.2.1/src' make[2]: *** [Makefile:552: all-recursive] Error 1 make[2]: Leaving directory '/home/slitaz/wok/isync/source/isync-1.2.1/src' make[1]: *** [Makefile:497: all-recursive] Error 1 make[1]: Leaving directory '/home/slitaz/wok/isync/source/isync-1.2.1' make: *** [Makefile:380: all] Error 2 Build dependencies to remove: 5 Removing: db db-dev libdb libdb-cxx openssl-dev Debug information ret1. ================================================================================ Cook date: 2020-09-12 15:37 Wasted time : 10s 165:socket.c:175:58: error: dereferencing pointer to incomplete type 'X509_OBJECT' {aka 'struct x509_object_st'} 169:socket.c:226:98: error: dereferencing pointer to incomplete type 'X509_STORE' {aka 'struct x509_store_st'} ================================================================================ Post-check ================================================================================ Checking build... Failed Updating activity log... Done ================================================================================