Building cave-1.0b.txz (origin /buildshare/ports/355755/misc/cave) for powerpc-10-0 on XXX slot1: created x distfiles/ x distfiles/cave-1.0b.tar.gz x packages/ x packages/pkg-1.2.7_2.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> cave-1.0b 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 cave-1.0b Make install ===> cave-1.0b depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cave-1.0b for building ===> Extracting for cave-1.0b => SHA256 Checksum OK for cave-1.0b.tar.gz. ===> Patching for cave-1.0b ===> Configuring for cave-1.0b ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/misc/cave/work/cave-1.0b/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/misc/cave/work/cave-1.0b/configure configure: loading site script /buildshare/ports/355755/Templates/config.site checking build system type... powerpc-portbld-freebsd11.0 checking host system type... powerpc-portbld-freebsd11.0 checking target system type... powerpc-portbld-freebsd11.0 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... (cached) /usr/bin/awk checking whether make sets ${MAKE}... yes checking whether make sets ${MAKE}... (cached) yes checking for gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 ANSI C... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking for gzopen in -lz... yes checking for initscr in -lcurses... yes checking for new_panel in -lpanel... yes checking how to run the C preprocessor... cpp checking for egrep... grep -E 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 zlib.h... (cached) yes checking for limits.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking panel.h usability... yes checking panel.h presence... yes checking for panel.h... yes checking for getopt.h... (cached) yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking for an ANSI C-conforming const... yes checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for stdlib.h... (cached) yes checking for working malloc... yes checking return type of signal handlers... void checking whether lstat dereferences a symlink specified with a trailing slash... (cached) yes checking whether stat accepts an empty string... no checking for bzero... (cached) yes checking for regcomp... yes checking for select... (cached) yes checking for strdup... (cached) yes checking for strerror... (cached) yes checking for strrchr... yes checking for vasprintf... (cached) yes checking if malloc debugging is wanted... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands ===> Building for cave-1.0b /usr/bin/make all-recursive Making all in src if cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -fno-strict-aliasing -MT cave.o -MD -MP -MF ".deps/cave.Tpo" -c -o cave.o `test -f 'cave.c' || echo './'`cave.c; then mv ".deps/cave.Tpo" ".deps/cave.Po"; else rm -f ".deps/cave.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -fno-strict-aliasing -MT file.o -MD -MP -MF ".deps/file.Tpo" -c -o file.o `test -f 'file.c' || echo './'`file.c; then mv ".deps/file.Tpo" ".deps/file.Po"; else rm -f ".deps/file.Tpo"; exit 1; fi file.c: In function 'readfile': file.c:63: warning: assignment from incompatible pointer type file.c:72: warning: passing argument 1 of 'gzgets' from incompatible pointer type file.c:84: warning: passing argument 1 of 'gzrewind' from incompatible pointer type file.c:98: warning: passing argument 1 of 'gzgets' from incompatible pointer type file.c:172: warning: passing argument 1 of 'gzclose' from incompatible pointer type if cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -fno-strict-aliasing -MT getint.o -MD -MP -MF ".deps/getint.Tpo" -c -o getint.o `test -f 'getint.c' || echo './'`getint.c; then mv ".deps/getint.Tpo" ".deps/getint.Po"; else rm -f ".deps/getint.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -fno-strict-aliasing -MT help.o -MD -MP -MF ".deps/help.Tpo" -c -o help.o `test -f 'help.c' || echo './'`help.c; then mv ".deps/help.Tpo" ".deps/help.Po"; else rm -f ".deps/help.Tpo"; exit 1; fi help.c: In function 'help': help.c:35: warning: incompatible implicit declaration of built-in function 'strlen' help.c:46: warning: incompatible implicit declaration of built-in function 'strlen' if cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -fno-strict-aliasing -MT message.o -MD -MP -MF ".deps/message.Tpo" -c -o message.o `test -f 'message.c' || echo './'`message.c; then mv ".deps/message.Tpo" ".deps/message.Po"; else rm -f ".deps/message.Tpo"; exit 1; fi cc -O2 -pipe -fno-strict-aliasing -o cave cave.o file.o getint.o help.o message.o -lpanel -lcurses -lz Making all in doc ===> Staging for cave-1.0b ===> Generating temporary packing list Making install in src /bin/sh ../build/mkinstalldirs /obj/buildshare/ports/355755/misc/cave/work/stage/usr/local/bin install -s -o root -g wheel -m 555 cave /obj/buildshare/ports/355755/misc/cave/work/stage/usr/local/bin/cave Making install in doc /bin/sh ../build/mkinstalldirs /obj/buildshare/ports/355755/misc/cave/work/stage/usr/local/man/man1 install -o root -g wheel -m 444 ./cave.man /obj/buildshare/ports/355755/misc/cave/work/stage/usr/local/man/man1/cave.1 ====> Compressing man pages (compress-man) ===> Installing for cave-1.0b ===> Checking if misc/cave already installed ===> Registering installation for cave-1.0b Installing cave-1.0b... done Make package ===> Building package for cave-1.0b slot1: removed