====>> Building textproc/scr2txt build started at Sun Dec 20 16:43:17 GMT 2015 port directory: /usr/ports/textproc/scr2txt building for: FreeBSD 102amd64-default-job-04 10.2-RELEASE-p8 FreeBSD 10.2-RELEASE-p8 amd64 maintained by: eadler@FreeBSD.org Makefile ident: $FreeBSD: head/textproc/scr2txt/Makefile 391215 2015-07-03 04:40:46Z eadler $ Poudriere version: 3.1.10 Host OSVERSION: 1002000 Jail OSVERSION: 1002000 ---Begin Environment--- OSVERSION=1002000 UNAME_v=FreeBSD 10.2-RELEASE-p8 UNAME_r=10.2-RELEASE-p8 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM=screen MASTERMNT=/space/poudriere/poudriere_data/.m/102amd64-default/ref FORCE_PACKAGE=yes PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=scr2txt-1.2 OLDPWD=/ PWD=/space/poudriere/poudriere_data/.m/102amd64-default/ref/.p/pool MASTERNAME=102amd64-default SCRIPTPREFIX=/usr/local/share/poudriere USER=root HOME=/root POUDRIERE_VERSION=3.1.10 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh LIBEXECPREFIX=/usr/local/libexec/poudriere 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/usr/ports/textproc/scr2txt/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/scr2txt/work HOME=/wrkdirs/usr/ports/textproc/scr2txt/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- BINDIR=/usr/local/bin SHAREDIR=/usr/local XDG_DATA_HOME=/wrkdirs/usr/ports/textproc/scr2txt/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/scr2txt/work HOME=/wrkdirs/usr/ports/textproc/scr2txt/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -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=10.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib 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 PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> scr2txt-1.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.6.2.txz [102amd64-default-job-04] Installing pkg-1.6.2... [102amd64-default-job-04] Extracting pkg-1.6.2: .......... done Message from pkg-1.6.2: If you are upgrading from the old package format, first run: # pkg2ng ===> 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 Warning: Object directory not changed from original /wrkdirs/usr/ports/textproc/scr2txt/work/scr2txt-1.2 cc -O2 -pipe -fstack-protector -fno-strict-aliasing -std=gnu99 -Qunused-arguments -fstack-protector -c scr2txt.c -o scr2txt.o In file included from scr2txt.c:33: /usr/include/sys/syslimits.h:41:2: warning: "No user-serviceable parts inside." [-W#warnings] #warning "No user-serviceable parts inside." ^ scr2txt.c:88:2: warning: implicitly declaring library function 'bzero' with type 'void (void *, unsigned long)' bzero(header, BUFSIZ); ^ scr2txt.c:88:2: note: please include the header or explicitly provide a declaration for 'bzero' scr2txt.c:93:5: warning: implicitly declaring library function 'strncmp' with type 'int (const char *, const char *, unsigned long)' if(strncmp(MAGIC, header, strlen(MAGIC)) != 0) ^ scr2txt.c:93:5: note: please include the header or explicitly provide a declaration for 'strncmp' scr2txt.c:93:28: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' if(strncmp(MAGIC, header, strlen(MAGIC)) != 0) ^ scr2txt.c:93:28: note: please include the header or explicitly provide a declaration for 'strlen' 4 warnings generated. cc -O2 -pipe -fstack-protector -fno-strict-aliasing -std=gnu99 -Qunused-arguments -fstack-protector -fstack-protector -o scr2txt scr2txt.o gzip -cn scr2txt.1 > scr2txt.1.gz =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for scr2txt-1.2 ===> Generating temporary packing list install -s -o root -g wheel -m 555 scr2txt /wrkdirs/usr/ports/textproc/scr2txt/work/stage/usr/local/bin/scr2txt install -o root -g wheel -m 444 scr2txt.1.gz /wrkdirs/usr/ports/textproc/scr2txt/work/stage/usr/local/man/man1 ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for scr2txt-1.2 =========================================================================== ====>> Cleaning up wrkdir ===> Cleaning for scr2txt-1.2 build of textproc/scr2txt ended at Sun Dec 20 16:43:19 GMT 2015 build time: 00:00:02