=> Building net/hexinject build started at Wed Oct 5 05:53:20 PDT 2016 port directory: /usr/ports/net/hexinject building for: DragonFly pkgbox64.dragonflybsd.org 4.7-DEVELOPMENT DragonFly v4.7.0.78.g7d868-DEVELOPMENT #7: Mon Aug 1 22:25:32 PDT 2016 root@pkgbox64.dragonflybsd.org:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 maintained by: sbz@FreeBSD.org ident warning: no id keywords in /build/boomdata/data/.m/bleeding-edge-default/ref/../06//usr/ports/net/hexinject/Makefile Makefile ident: Poudriere version: 3.1-pre Host OSVERSION: 400700 Jail OSVERSION: 400702 !!! Jail is newer than host. (Jail: 400702, Host: 400700) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- STATUS=1 SAVED_TERM=screen MASTERMNT=/build/boomdata/data/.m/bleeding-edge-default/ref PATH=/usr/local/libexec/poudriere:/sbin:/bin:/usr/sbin:/usr/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/pkg/xorg/bin:/usr/X11R6/bin:/root/bin:/sbin:/usr/sbin POUDRIERE_BUILD_TYPE=bulk PKGNAME=hexinject-1.5_1 OLDPWD=/root/boom PWD=/build/boomdata/data/.m/bleeding-edge-default/ref/.p/pool MASTERNAME=bleeding-edge-default TERM=cons25 USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/net/hexinject XDG_CONFIG_HOME=/wrkdirs/net/hexinject HOME=/wrkdirs/net/hexinject TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/net/hexinject XDG_CONFIG_HOME=/wrkdirs/net/hexinject HOME=/wrkdirs/net/hexinject TMPDIR="/tmp" NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc50 PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=4.7 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/hexinject" EXAMPLESDIR="share/examples/hexinject" DATADIR="share/hexinject" WWWDIR="www/hexinject" ETCDIR="etc/hexinject" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/hexinject DOCSDIR=/usr/local/share/doc/hexinject EXAMPLESDIR=/usr/local/share/examples/hexinject WWWDIR=/usr/local/www/hexinject ETCDIR=/usr/local/etc/hexinject --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs NO_BACKUP=yes USE_PACKAGE_DEPENDS=yes PKG_CREATE_VERBOSE=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORT_DBDIR=/options PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles MAKE_JOBS_NUMBER=5 ---End make.conf--- =================================================== ===> License BSD2CLAUSE accepted by the user =========================================================================== =================================================== ===> hexinject-1.5_1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.8.7_3.txz Installing pkg-1.8.7_3... Extracting pkg-1.8.7_3: .......... done ===> hexinject-1.5_1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of hexinject-1.5_1 =========================================================================== =================================================== =========================================================================== =================================================== ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by hexinject-1.5_1 for building =========================================================================== =================================================== ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by hexinject-1.5_1 for building => SHA256 Checksum OK for hexinject-1.5.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by hexinject-1.5_1 for building ===> Extracting for hexinject-1.5_1 => SHA256 Checksum OK for hexinject-1.5.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for hexinject-1.5_1 ===> Applying ports patches for hexinject-1.5_1 /usr/bin/sed -i.bak -e 's#gcc#cc#g' /wrkdirs/net/hexinject/hexinject/Makefile =========================================================================== =================================================== =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for hexinject-1.5_1 =========================================================================== =================================================== ===> Building for hexinject-1.5_1 --- all --- cc -o hexinject hexinject.c -lpcap In file included from hexinject.h:19:0, from hexinject.c:8: hexstring.h: In function 'str_to_hex': hexstring.h:32:9: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration] if(isdigit(str[0])) { ^ In file included from hexinject.h:20:0, from hexinject.c:8: hexdump.h: In function 'hex_dump': hexdump.h:40:13: warning: implicit declaration of function 'isalnum' [-Wimplicit-function-declaration] if (isalnum(c) == 0) { ^ cc -o prettypacket prettypacket.c In file included from prettypacket.h:7:0, from prettypacket.c:15: hexstring.h: In function 'str_to_hex': hexstring.h:32:9: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration] if(isdigit(str[0])) { ^ In file included from prettypacket.c:15:0: prettypacket.h: In function 'protocol_16bit_extract': prettypacket.h:117:12: warning: implicit declaration of function 'ntohs' [-Wimplicit-function-declaration] return ntohs(*((uint16_t *)(packet_buffer + counter))); ^ prettypacket.c: In function 'dis_packet_loop': prettypacket.c:48:16: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration] size = read(input, buffer, BUFFER_SIZE); ^ cc -o hex2raw hex2raw.c In file included from hex2raw.c:15:0: hexstring.h: In function 'str_to_hex': hexstring.h:32:9: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration] if(isdigit(str[0])) { ^ =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for hexinject-1.5_1 ===> Generating temporary packing list install -s -m 555 /wrkdirs/net/hexinject/hexinject/hexinject /wrkdirs/net/hexinject/stage/usr/local/bin ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for hexinject-1.5_1 file sizes/checksums [4]: . done packing files [4]: . done packing directories [0]: . done =========================================================================== => Cleaning up wrkdir ===> Cleaning for hexinject-1.5_1 build of net/hexinject ended at Wed Oct 5 05:53:25 PDT 2016 build time: 00:00:04