Building pads-1.2_4.txz (origin /buildshare/ports/355755/net-mgmt/pads) for powerpc-10-0 on XXX slot1: created x distfiles/ x distfiles/pads-1.2.tar.gz x packages/ x packages/pkg-1.2.7_2.txz x packages/pcre-8.34_1.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> pads-1.2_4 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 pads-1.2_4 ===> pads-1.2_4 depends on shared library: pcre - not found ===> Verifying install for pcre in /buildshare/ports/355755/devel/pcre ===> Installing existing package /packages/pcre-8.34_1.txz Installing pcre-8.34_1... done ===> Returning to build of pads-1.2_4 Make install ===> pads-1.2_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by pads-1.2_4 for building ===> Extracting for pads-1.2_4 => SHA256 Checksum OK for pads-1.2.tar.gz. ===> Patching for pads-1.2_4 ===> Applying FreeBSD patches for pads-1.2_4 ===> pads-1.2_4 depends on shared library: pcre - found ===> Configuring for pads-1.2_4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/net-mgmt/pads/work/pads-1.2/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/net-mgmt/pads/work/pads-1.2/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 gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking for gcc... cc checking for C compiler default output file name... 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... none checking for ranlib... ranlib Configurating Passive Asset Dection System ... 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 pcre.h usability... yes checking pcre.h presence... yes checking for pcre.h... yes checking for pcre_compile in -lpcre... yes checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes checking for pcap_open_live in -lpcap... yes checking for stdio.h... (cached) yes checking for stdarg.h... (cached) yes checking for signal.h... (cached) yes checking for time.h... (cached) yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking return type of signal handlers... void checking for strlcpy... (cached) yes checking for strlcat... (cached) yes GCC 4.2.1 is supported. checking build system type... powerpc-portbld-freebsd11.0 checking host system type... powerpc-portbld-freebsd11.0 configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating etc/Makefile config.status: creating lib/Makefile config.status: creating lib/bstring/Makefile config.status: creating src/Makefile config.status: creating src/output/Makefile config.status: creating config.h config.status: executing depfiles commands ===> Building for pads-1.2_4 /usr/bin/make all-recursive Making all in doc Making all in etc Making all in lib Making all in bstring cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -I/usr/local/include -O2 -pipe -Wno-return-type -fno-strict-aliasing -std=gnu89 -c bstrlib.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -I/usr/local/include -O2 -pipe -Wno-return-type -fno-strict-aliasing -std=gnu89 -c bstraux.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -I/usr/local/include -O2 -pipe -Wno-return-type -fno-strict-aliasing -std=gnu89 -c util.c rm -f libbstring.a ar cru libbstring.a bstrlib.o bstraux.o util.o ranlib libbstring.a Making all in src Making all in output cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -I../../lib -I/usr/local/include -O2 -pipe -Wno-return-type -fno-strict-aliasing -std=gnu89 -c output.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -I../../lib -I/usr/local/include -O2 -pipe -Wno-return-type -fno-strict-aliasing -std=gnu89 -c output-screen.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -I../../lib -I/usr/local/include -O2 -pipe -Wno-return-type -fno-strict-aliasing -std=gnu89 -c output-csv.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -I../../lib -I/usr/local/include -O2 -pipe -Wno-return-type -fno-strict-aliasing -std=gnu89 -c output-fifo.c rm -f liboutput.a ar cru liboutput.a output.o output-screen.o output-csv.o output-fifo.o ranlib liboutput.a cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I/usr/local/include -O2 -pipe -Wno-return-type -fno-strict-aliasing -std=gnu89 -c pads.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I/usr/local/include -O2 -pipe -Wno-return-type -fno-strict-aliasing -std=gnu89 -c storage.c storage.c: In function 'print_database': storage.c:485: warning: passing argument 1 of 'ether_ntoa' from incompatible pointer type cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I/usr/local/include -O2 -pipe -Wno-return-type -fno-strict-aliasing -std=gnu89 -c identification.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I/usr/local/include -O2 -pipe -Wno-return-type -fno-strict-aliasing -std=gnu89 -c packet.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I/usr/local/include -O2 -pipe -Wno-return-type -fno-strict-aliasing -std=gnu89 -c monnet.c monnet.c: In function 'add_monnet': monnet.c:161: warning: incompatible implicit declaration of built-in function 'malloc' cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I/usr/local/include -O2 -pipe -Wno-return-type -fno-strict-aliasing -std=gnu89 -c mac-resolution.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I/usr/local/include -O2 -pipe -Wno-return-type -fno-strict-aliasing -std=gnu89 -c configuration.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I/usr/local/include -O2 -pipe -Wno-return-type -fno-strict-aliasing -std=gnu89 -c util.c cc -O2 -pipe -Wno-return-type -fno-strict-aliasing -std=gnu89 -L/usr/local/lib -Wl,-R/usr/local/lib -lpcre -o pads pads.o storage.o identification.o packet.o monnet.o mac-resolution.o configuration.o util.o ../lib/bstring/libbstring.a output/liboutput.a -lpcap cat ./pads-report.pl >> pads-report chmod +x pads-report ===> Staging for pads-1.2_4 ===> Generating temporary packing list Making install in doc test -z "/usr/local/man/man8" || /obj/buildshare/ports/355755/net-mgmt/pads/work/pads-1.2/install-sh -d "/obj/buildshare/ports/355755/net-mgmt/pads/work/stage/usr/local/man/man8" install -o root -g wheel -m 444 './pads.8' '/obj/buildshare/ports/355755/net-mgmt/pads/work/stage/usr/local/man/man8/pads.8' install -o root -g wheel -m 444 './pads.conf.8' '/obj/buildshare/ports/355755/net-mgmt/pads/work/stage/usr/local/man/man8/pads.conf.8' install -o root -g wheel -m 444 './pads-report.8' '/obj/buildshare/ports/355755/net-mgmt/pads/work/stage/usr/local/man/man8/pads-report.8' test -z "/usr/local/share/pads" || /obj/buildshare/ports/355755/net-mgmt/pads/work/pads-1.2/install-sh -d "/obj/buildshare/ports/355755/net-mgmt/pads/work/stage/usr/local/share/pads" install -o root -g wheel -m 444 'AUTHORS' '/obj/buildshare/ports/355755/net-mgmt/pads/work/stage/usr/local/share/pads/AUTHORS' install -o root -g wheel -m 444 'ChangeLog' '/obj/buildshare/ports/355755/net-mgmt/pads/work/stage/usr/local/share/pads/ChangeLog' install -o root -g wheel -m 444 'COPYING' '/obj/buildshare/ports/355755/net-mgmt/pads/work/stage/usr/local/share/pads/COPYING' install -o root -g wheel -m 444 'CREDITS' '/obj/buildshare/ports/355755/net-mgmt/pads/work/stage/usr/local/share/pads/CREDITS' install -o root -g wheel -m 444 'INSTALL' '/obj/buildshare/ports/355755/net-mgmt/pads/work/stage/usr/local/share/pads/INSTALL' install -o root -g wheel -m 444 'README' '/obj/buildshare/ports/355755/net-mgmt/pads/work/stage/usr/local/share/pads/README' Making install in etc test -z "/usr/local/etc" || /obj/buildshare/ports/355755/net-mgmt/pads/work/pads-1.2/install-sh -d "/obj/buildshare/ports/355755/net-mgmt/pads/work/stage/usr/local/etc" install -o root -g wheel -m 444 'pads.conf' '/obj/buildshare/ports/355755/net-mgmt/pads/work/stage/usr/local/etc/pads.conf' install -o root -g wheel -m 444 'pads-signature-list' '/obj/buildshare/ports/355755/net-mgmt/pads/work/stage/usr/local/etc/pads-signature-list' install -o root -g wheel -m 444 'pads-ether-codes' '/obj/buildshare/ports/355755/net-mgmt/pads/work/stage/usr/local/etc/pads-ether-codes' Making install in lib Making install in bstring Making install in src Making install in output test -z "/usr/local/bin" || /obj/buildshare/ports/355755/net-mgmt/pads/work/pads-1.2/install-sh -d "/obj/buildshare/ports/355755/net-mgmt/pads/work/stage/usr/local/bin" install -s -o root -g wheel -m 555 'pads' '/obj/buildshare/ports/355755/net-mgmt/pads/work/stage/usr/local/bin/pads' test -z "/usr/local/bin" || /obj/buildshare/ports/355755/net-mgmt/pads/work/pads-1.2/install-sh -d "/obj/buildshare/ports/355755/net-mgmt/pads/work/stage/usr/local/bin" install -o root -g wheel -m 555 'pads-report' '/obj/buildshare/ports/355755/net-mgmt/pads/work/stage/usr/local/bin/pads-report' ====> Compressing man pages (compress-man) ===> Installing for pads-1.2_4 ===> Checking if net-mgmt/pads already installed ===> Registering installation for pads-1.2_4 Installing pads-1.2_4... done Make package ===> Building package for pads-1.2_4 slot1: removed