=> Building textproc/scr2txt build started at Tue Oct 4 05:01:04 PDT 2016 port directory: /usr/ports/textproc/scr2txt 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: eadler@FreeBSD.org ident warning: no id keywords in /build/boomdata/data/.m/bleeding-edge-default/ref/../04//usr/ports/textproc/scr2txt/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=scr2txt-1.2 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/textproc/scr2txt XDG_CONFIG_HOME=/wrkdirs/textproc/scr2txt HOME=/wrkdirs/textproc/scr2txt TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 --End CONFIGURE_ENV-- --MAKE_ENV-- BINDIR=/usr/local/bin SHAREDIR=/usr/local XDG_DATA_HOME=/wrkdirs/textproc/scr2txt XDG_CONFIG_HOME=/wrkdirs/textproc/scr2txt HOME=/wrkdirs/textproc/scr2txt 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/scr2txt" EXAMPLESDIR="share/examples/scr2txt" DATADIR="share/scr2txt" WWWDIR="www/scr2txt" ETCDIR="etc/scr2txt" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/scr2txt DOCSDIR=/usr/local/share/doc/scr2txt EXAMPLESDIR=/usr/local/share/examples/scr2txt WWWDIR=/usr/local/www/scr2txt ETCDIR=/usr/local/etc/scr2txt --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--- =================================================== =========================================================================== =================================================== ===> scr2txt-1.2 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 ===> scr2txt-1.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of scr2txt-1.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by scr2txt-1.2 for building =========================================================================== =================================================== ===> Fetching all distfiles required by scr2txt-1.2 for building => SHA256 Checksum OK for scr2txt-1.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by scr2txt-1.2 for building ===> Extracting for scr2txt-1.2 => SHA256 Checksum OK for scr2txt-1.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for scr2txt-1.2 =========================================================================== =================================================== =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for scr2txt-1.2 =========================================================================== =================================================== ===> Building for scr2txt-1.2 --- objwarn --- --- scr2txt.o --- --- scr2txt.1.gz --- --- objwarn --- Warning: Object directory not changed from original /wrkdirs/textproc/scr2txt/scr2txt-1.2 --- scr2txt.o --- cc -pipe -O2 -fno-strict-aliasing -std=gnu99 -c scr2txt.c --- scr2txt.1.gz --- gzip -cn scr2txt.1 > scr2txt.1.gz --- scr2txt.o --- scr2txt.c: In function 'main': scr2txt.c:88:2: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] bzero(header, BUFSIZ); ^ scr2txt.c:88:2: warning: incompatible implicit declaration of built-in function 'bzero' scr2txt.c:93:5: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if(strncmp(MAGIC, header, strlen(MAGIC)) != 0) ^ scr2txt.c:93:28: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if(strncmp(MAGIC, header, strlen(MAGIC)) != 0) ^ scr2txt.c:93:28: warning: incompatible implicit declaration of built-in function 'strlen' scr2txt.c:93:28: note: include '' or provide a declaration of 'strlen' --- scr2txt --- cc -pipe -O2 -fno-strict-aliasing -std=gnu99 -o scr2txt scr2txt.o =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for scr2txt-1.2 ===> Generating temporary packing list install -s -o root -g wheel -m 555 scr2txt /wrkdirs/textproc/scr2txt/stage/usr/local/bin install -o root -g wheel -m 444 scr2txt.1.gz /wrkdirs/textproc/scr2txt/stage/usr/local/man/man1 ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for scr2txt-1.2 file sizes/checksums [2]: . done packing files [2]: . done packing directories [0]: . done =========================================================================== => Cleaning up wrkdir ===> Cleaning for scr2txt-1.2 build of textproc/scr2txt ended at Tue Oct 4 05:01:08 PDT 2016 build time: 00:00:04