INFO: not using any hashes in /data/userland-archives/hashes for isync-1.5.0.tar.gz (overridden with --hash)
Source /data/userland-archives/isync-1.5.0.tar.gz... not found, skipping file copy
Source https://sourceforge.net/projects/isync/files/isync/1.5.0/isync-1.5.0.tar.gz/download... 
    downloading... ok
    validating signature... checking local signature... not found
    signature validation failed

    validating hash... ok
checking build system type... x86_64-pc-solaris2.11
checking host system type... x86_64-pc-solaris2.11
checking target system type... x86_64-pc-solaris2.11
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/gmkdir -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 gcc... /usr/gcc/13/bin/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 the compiler supports GNU C... yes
checking whether /usr/gcc/13/bin/gcc accepts -g... yes
checking for /usr/gcc/13/bin/gcc option to enable C11 features... unsupported
checking for /usr/gcc/13/bin/gcc option to enable C99 features... none needed
checking whether /usr/gcc/13/bin/gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of /usr/gcc/13/bin/gcc... gcc3
checking for perl... perl
checking whether perl is recent enough... yes
checking whether strftime supports %z... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for poll.h... 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 fwrite_unlocked... no
checking for socket in -lsocket... yes
checking for inet_ntoa in -lnsl... yes
checking for getaddrinfo... yes
checking for inet_ntop... yes
checking for pkg-config... /usr/bin/amd64/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking OpenSSL presence with pkg-config... found
checking for openssl/ssl.h... yes
checking for sasl_client_init in -lsasl2... no
checking for sasl/sasl.h... yes
checking for Berkeley DB >= 4.1... yes
checking for deflate in -lz... 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/mbsync.1
config.status: creating src/mdconvert.1
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

/usr/gnu/bin/make  all-recursive
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64'
Making all in src
make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64/src'
/usr/gcc/13/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src -I..   -D_GNU_SOURCE -I/usr/openssl/3.1/include  -m64 -O3  -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/util.c
/jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/util.c: In function 'init_timers':
/jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/util.c:1012:25: warning: unused variable 'ts' [-Wunused-variable]
 1012 |         struct timespec ts;
      |                         ^~
mv -f .deps/util.Tpo .deps/util.Po
/usr/gcc/13/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src -I..   -D_GNU_SOURCE -I/usr/openssl/3.1/include  -m64 -O3  -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/config.c
mv -f .deps/config.Tpo .deps/config.Po
/usr/gcc/13/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src -I..   -D_GNU_SOURCE -I/usr/openssl/3.1/include  -m64 -O3  -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT socket.o -MD -MP -MF .deps/socket.Tpo -c -o socket.o /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/socket.c
mv -f .deps/socket.Tpo .deps/socket.Po
/usr/gcc/13/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src -I..   -D_GNU_SOURCE -I/usr/openssl/3.1/include  -m64 -O3  -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT driver.o -MD -MP -MF .deps/driver.Tpo -c -o driver.o /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/driver.c
mv -f .deps/driver.Tpo .deps/driver.Po
perl /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/drv_proxy_gen.pl /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/driver.h /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/drv_proxy.c drv_proxy.inc
/usr/gcc/13/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src -I..   -D_GNU_SOURCE -I/usr/openssl/3.1/include  -m64 -O3  -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT drv_proxy.o -MD -MP -MF .deps/drv_proxy.Tpo -c -o drv_proxy.o /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/drv_proxy.c
mv -f .deps/drv_proxy.Tpo .deps/drv_proxy.Po
/usr/gcc/13/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src -I..   -D_GNU_SOURCE -I/usr/openssl/3.1/include  -m64 -O3  -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT drv_imap.o -MD -MP -MF .deps/drv_imap.Tpo -c -o drv_imap.o /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/drv_imap.c
mv -f .deps/drv_imap.Tpo .deps/drv_imap.Po
/usr/gcc/13/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src -I..   -D_GNU_SOURCE -I/usr/openssl/3.1/include  -m64 -O3  -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT imap_msgs.o -MD -MP -MF .deps/imap_msgs.Tpo -c -o imap_msgs.o /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/imap_msgs.c
mv -f .deps/imap_msgs.Tpo .deps/imap_msgs.Po
/usr/gcc/13/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src -I..   -D_GNU_SOURCE -I/usr/openssl/3.1/include  -m64 -O3  -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT imap_utf7.o -MD -MP -MF .deps/imap_utf7.Tpo -c -o imap_utf7.o /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/imap_utf7.c
mv -f .deps/imap_utf7.Tpo .deps/imap_utf7.Po
/usr/gcc/13/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src -I..   -D_GNU_SOURCE -I/usr/openssl/3.1/include  -m64 -O3  -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT drv_maildir.o -MD -MP -MF .deps/drv_maildir.Tpo -c -o drv_maildir.o /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/drv_maildir.c
mv -f .deps/drv_maildir.Tpo .deps/drv_maildir.Po
/usr/gcc/13/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src -I..   -D_GNU_SOURCE -I/usr/openssl/3.1/include  -m64 -O3  -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT sync.o -MD -MP -MF .deps/sync.Tpo -c -o sync.o /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/sync.c
mv -f .deps/sync.Tpo .deps/sync.Po
/usr/gcc/13/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src -I..   -D_GNU_SOURCE -I/usr/openssl/3.1/include  -m64 -O3  -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT sync_state.o -MD -MP -MF .deps/sync_state.Tpo -c -o sync_state.o /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/sync_state.c
mv -f .deps/sync_state.Tpo .deps/sync_state.Po
/usr/gcc/13/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src -I..   -D_GNU_SOURCE -I/usr/openssl/3.1/include  -m64 -O3  -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT sync_msg_cvt.o -MD -MP -MF .deps/sync_msg_cvt.Tpo -c -o sync_msg_cvt.o /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/sync_msg_cvt.c
mv -f .deps/sync_msg_cvt.Tpo .deps/sync_msg_cvt.Po
/usr/gcc/13/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src -I..   -D_GNU_SOURCE -I/usr/openssl/3.1/include  -m64 -O3  -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/main.c
mv -f .deps/main.Tpo .deps/main.Po
/usr/gcc/13/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src -I..   -D_GNU_SOURCE -I/usr/openssl/3.1/include  -m64 -O3  -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT main_sync.o -MD -MP -MF .deps/main_sync.Tpo -c -o main_sync.o /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/main_sync.c
mv -f .deps/main_sync.Tpo .deps/main_sync.Po
/usr/gcc/13/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src -I..   -D_GNU_SOURCE -I/usr/openssl/3.1/include  -m64 -O3  -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT main_list.o -MD -MP -MF .deps/main_list.Tpo -c -o main_list.o /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/main_list.c
mv -f .deps/main_list.Tpo .deps/main_list.Po
/usr/gcc/13/bin/gcc  -m64 -O3  -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings  -m64 -L/usr/openssl/3.1/lib/amd64 -o mbsync util.o config.o socket.o driver.o drv_proxy.o drv_imap.o imap_msgs.o imap_utf7.o drv_maildir.o sync.o sync_state.o sync_msg_cvt.o main.o main_sync.o main_list.o -ldb -lssl -lcrypto -lsocket -lnsl  -lz  
/usr/gcc/13/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src -I..   -D_GNU_SOURCE -I/usr/openssl/3.1/include  -m64 -O3  -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT mdconvert.o -MD -MP -MF .deps/mdconvert.Tpo -c -o mdconvert.o /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/mdconvert.c
mv -f .deps/mdconvert.Tpo .deps/mdconvert.Po
/usr/gcc/13/bin/gcc  -m64 -O3  -std=c99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings  -m64 -L/usr/openssl/3.1/lib/amd64 -o mdconvert mdconvert.o -ldb 
make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64/src'
make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64'
/usr/gnu/bin/make log
make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64'
make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64'
make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64'
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64'
Making install in src
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64/src'
make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64/src'
 /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/prototype/i386/usr/bin'
  /usr/bin/ginstall -c mbsync mdconvert '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/prototype/i386/usr/bin'
 /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/prototype/i386/usr/share/doc/isync/examples'
 /usr/bin/ginstall -c -m 644 /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/src/mbsyncrc.sample '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/prototype/i386/usr/share/doc/isync/examples'
 /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/prototype/i386/usr/share/man/man1'
 /usr/bin/ginstall -c -m 644 mbsync.1 mdconvert.1 '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/prototype/i386/usr/share/man/man1'
make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64/src'
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64/src'
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64'
/usr/gnu/bin/make log
make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64'
make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64'
make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64'
 /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/prototype/i386/usr/bin'
 /usr/bin/ginstall -c /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/mbsync-get-cert '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/prototype/i386/usr/bin'
/usr/gnu/bin/make log
make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64'
make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64'
 /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/prototype/i386/usr/share/doc/isync'
 /usr/bin/ginstall -c -m 644 /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/README /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/TODO /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/NEWS /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/ChangeLog /jenkins/jobs/oi-userland/workspace/components/mail/isync/isync-1.5.0/AUTHORS '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/prototype/i386/usr/share/doc/isync'
make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64'
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/mail/isync/build/amd64'
VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/mail/isync/build/manifest-i386-isync.depend.res
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
generating metadata: mail/isync
pkg://openindiana.org/mail/isync@1.5.0,5.11-2024.0.0.0:20240813T104458Z
PUBLISHED