Building isync-1.1.0.txz (origin /buildshare/ports/355755/mail/isync) for powerpc-10-0 on XXX slot1: created x distfiles/ x distfiles/isync-1.1.0.tar.gz x packages/ x packages/db46-4.6.21.4.txz x packages/pkg-1.2.7_2.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> isync-1.1.0 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of isync-1.1.0 ===> isync-1.1.0 depends on shared library: libdb-4.6.so - not found ===> Verifying for libdb-4.6.so in /buildshare/ports/355755/databases/db46 ===> Installing existing package /packages/db46-4.6.21.4.txz Installing db46-4.6.21.4... done ===> Returning to build of isync-1.1.0 Make install ===> License GPLv2 accepted by the user ===> isync-1.1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by isync-1.1.0 for building ===> Extracting for isync-1.1.0 => SHA256 Checksum OK for isync-1.1.0.tar.gz. ===> Patching for isync-1.1.0 ===> Applying FreeBSD patches for isync-1.1.0 ===> isync-1.1.0 depends on shared library: libdb-4.6.so - found (/usr/local/lib/db46/libdb-4.6.so.0) ===> Configuring for isync-1.1.0 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/mail/isync/work/isync-1.1.0/acinclude.m4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/mail/isync/work/isync-1.1.0/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/mail/isync/work/isync-1.1.0/configure configure: loading site script /buildshare/ports/355755/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/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 gcc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether strftime supports %z... yes checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/poll.h... (cached) yes checking for sys/select.h... (cached) yes checking for vasprintf... (cached) yes checking for memrchr... yes checking for socket in -lsocket... no checking for inet_ntoa in -lnsl... no checking for getaddrinfo... (cached) yes checking for inet_ntop... (cached) yes checking for pkg-config... no checking for dlopen in -ldl... no checking for CRYPTO_lock in -lcrypto... yes checking for SSL_connect in -lssl... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking for Berkley DB >= 4.2... yes 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 ===> Building for isync-1.1.0 /usr/bin/make all-recursive Making all in src Making all in compat cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/db46 -I/usr/include -D_GNU_SOURCE -O2 -pipe -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes -pedantic -Wno-overlength-strings -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/db46 -I/usr/include -D_GNU_SOURCE -O2 -pipe -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes -pedantic -Wno-overlength-strings -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o config.c mv -f .deps/config.Tpo .deps/config.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/db46 -I/usr/include -D_GNU_SOURCE -O2 -pipe -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes -pedantic -Wno-overlength-strings -MT convert.o -MD -MP -MF .deps/convert.Tpo -c -o convert.o convert.c mv -f .deps/convert.Tpo .deps/convert.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/db46 -I/usr/include -D_GNU_SOURCE -O2 -pipe -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes -pedantic -Wno-overlength-strings -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c mv -f .deps/util.Tpo .deps/util.Po cc -O2 -pipe -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes -pedantic -Wno-overlength-strings -L/usr/local/lib/db46 -L/usr/lib -lssl -lcrypto -Wl,-rpath,/usr/lib:/usr/local/lib -o isync main.o config.o convert.o util.o -ldb cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/db46 -I/usr/include -D_GNU_SOURCE -O2 -pipe -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes -pedantic -Wno-overlength-strings -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/db46 -I/usr/include -D_GNU_SOURCE -O2 -pipe -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes -pedantic -Wno-overlength-strings -MT sync.o -MD -MP -MF .deps/sync.Tpo -c -o sync.o sync.c sync.c: In function 'box_loaded': sync.c:1160: warning: format '%6lu' expects type 'long unsigned int', but argument 4 has type 'size_t' mv -f .deps/sync.Tpo .deps/sync.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/db46 -I/usr/include -D_GNU_SOURCE -O2 -pipe -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes -pedantic -Wno-overlength-strings -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o config.c mv -f .deps/config.Tpo .deps/config.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/db46 -I/usr/include -D_GNU_SOURCE -O2 -pipe -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes -pedantic -Wno-overlength-strings -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c util.c: In function 'map_name': util.c:360: warning: 'outl' may be used uninitialized in this function mv -f .deps/util.Tpo .deps/util.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/db46 -I/usr/include -D_GNU_SOURCE -O2 -pipe -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes -pedantic -Wno-overlength-strings -MT socket.o -MD -MP -MF .deps/socket.Tpo -c -o socket.o socket.c mv -f .deps/socket.Tpo .deps/socket.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/db46 -I/usr/include -D_GNU_SOURCE -O2 -pipe -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes -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 cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/db46 -I/usr/include -D_GNU_SOURCE -O2 -pipe -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes -pedantic -Wno-overlength-strings -MT drv_imap.o -MD -MP -MF .deps/drv_imap.Tpo -c -o drv_imap.o drv_imap.c mv -f .deps/drv_imap.Tpo .deps/drv_imap.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/db46 -I/usr/include -D_GNU_SOURCE -O2 -pipe -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes -pedantic -Wno-overlength-strings -MT drv_maildir.o -MD -MP -MF .deps/drv_maildir.Tpo -c -o drv_maildir.o drv_maildir.c mv -f .deps/drv_maildir.Tpo .deps/drv_maildir.Po cc -O2 -pipe -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes -pedantic -Wno-overlength-strings -L/usr/local/lib/db46 -L/usr/lib -lssl -lcrypto -Wl,-rpath,/usr/lib:/usr/local/lib -o mbsync main.o sync.o config.o util.o socket.o driver.o drv_imap.o drv_maildir.o -ldb -lssl -lcrypto cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/db46 -I/usr/include -D_GNU_SOURCE -O2 -pipe -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes -pedantic -Wno-overlength-strings -MT mdconvert.o -MD -MP -MF .deps/mdconvert.Tpo -c -o mdconvert.o mdconvert.c mv -f .deps/mdconvert.Tpo .deps/mdconvert.Po cc -O2 -pipe -fno-strict-aliasing -pipe -W -Wall -Wshadow -Wstrict-prototypes -pedantic -Wno-overlength-strings -L/usr/local/lib/db46 -L/usr/lib -lssl -lcrypto -Wl,-rpath,/usr/lib:/usr/local/lib -o mdconvert mdconvert.o -ldb ===> Staging for isync-1.1.0 ===> Generating temporary packing list Making install in src Making install in compat /bin/mkdir -p '/obj/buildshare/ports/355755/mail/isync/work/stage/usr/local/bin' install -s -o root -g wheel -m 555 isync '/obj/buildshare/ports/355755/mail/isync/work/stage/usr/local/bin' /bin/mkdir -p '/obj/buildshare/ports/355755/mail/isync/work/stage/usr/local/share/doc/isync/examples' install -o root -g wheel -m 444 isyncrc.sample '/obj/buildshare/ports/355755/mail/isync/work/stage/usr/local/share/doc/isync/examples' /bin/mkdir -p '/obj/buildshare/ports/355755/mail/isync/work/stage/usr/local/man/man1' install -o root -g wheel -m 444 isync.1 '/obj/buildshare/ports/355755/mail/isync/work/stage/usr/local/man/man1' /bin/mkdir -p '/obj/buildshare/ports/355755/mail/isync/work/stage/usr/local/bin' install -s -o root -g wheel -m 555 mbsync mdconvert '/obj/buildshare/ports/355755/mail/isync/work/stage/usr/local/bin' /bin/mkdir -p '/obj/buildshare/ports/355755/mail/isync/work/stage/usr/local/share/doc/isync/examples' install -o root -g wheel -m 444 mbsyncrc.sample '/obj/buildshare/ports/355755/mail/isync/work/stage/usr/local/share/doc/isync/examples' /bin/mkdir -p '/obj/buildshare/ports/355755/mail/isync/work/stage/usr/local/man/man1' install -o root -g wheel -m 444 mbsync.1 mdconvert.1 '/obj/buildshare/ports/355755/mail/isync/work/stage/usr/local/man/man1' /bin/mkdir -p '/obj/buildshare/ports/355755/mail/isync/work/stage/usr/local/bin' install -o root -g wheel -m 555 get-cert '/obj/buildshare/ports/355755/mail/isync/work/stage/usr/local/bin' ====> Compressing man pages (compress-man) ===> Installing for isync-1.1.0 ===> Checking if mail/isync already installed ===> Registering installation for isync-1.1.0 Installing isync-1.1.0... done Make package ===> Building package for isync-1.1.0 slot1: removed