=> Building deskutils/bigyear build started at Tue Oct 4 15:59:42 PDT 2016 port directory: /usr/ports/deskutils/bigyear 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: portmaster@BSDforge.com ident warning: no id keywords in /build/boomdata/data/.m/bleeding-edge-default/ref/../10//usr/ports/deskutils/bigyear/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=bigyear-20010226,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/deskutils/bigyear XDG_CONFIG_HOME=/wrkdirs/deskutils/bigyear HOME=/wrkdirs/deskutils/bigyear TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/deskutils/bigyear XDG_CONFIG_HOME=/wrkdirs/deskutils/bigyear HOME=/wrkdirs/deskutils/bigyear 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/bigyear" EXAMPLESDIR="share/examples/bigyear" DATADIR="share/bigyear" WWWDIR="www/bigyear" ETCDIR="etc/bigyear" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/bigyear DOCSDIR=/usr/local/share/doc/bigyear EXAMPLESDIR=/usr/local/share/examples/bigyear WWWDIR=/usr/local/www/bigyear ETCDIR=/usr/local/etc/bigyear --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--- =================================================== =========================================================================== =================================================== ===> bigyear-20010226,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 ===> bigyear-20010226,1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of bigyear-20010226,1 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by bigyear-20010226,1 for building =========================================================================== =================================================== ===> Fetching all distfiles required by bigyear-20010226,1 for building => SHA256 Checksum OK for bigyear.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by bigyear-20010226,1 for building ===> Extracting for bigyear-20010226,1 => SHA256 Checksum OK for bigyear.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for bigyear-20010226,1 =========================================================================== =================================================== =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for bigyear-20010226,1 =========================================================================== =================================================== ===> Building for bigyear-20010226,1 --- bigyear --- cc -pipe -O2 -fno-strict-aliasing -o bigyear bigyear.c bigyear.c:17:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ bigyear.c: In function 'main': bigyear.c:26:2: warning: implicit declaration of function 'get_opt' [-Wimplicit-function-declaration] get_opt(argc, argv); ^ bigyear.c:31:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^ bigyear.c:31:3: warning: incompatible implicit declaration of built-in function 'exit' bigyear.c:31:3: note: include '' or provide a declaration of 'exit' bigyear.c:56:3: warning: implicit declaration of function 'print_month' [-Wimplicit-function-declaration] print_month(month); ^ bigyear.c: At top level: bigyear.c:64:1: warning: return type defaults to 'int' [-Wimplicit-int] get_opt(argc, argv) ^ bigyear.c: In function 'get_opt': bigyear.c:76:7: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] j = atoi(string); ^ bigyear.c: At top level: bigyear.c:100:1: warning: return type defaults to 'int' [-Wimplicit-int] atoi(string) ^ bigyear.c:116:1: warning: return type defaults to 'int' [-Wimplicit-int] print_month(this_month) ^ =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for bigyear-20010226,1 ===> Generating temporary packing list install -s -m 555 /wrkdirs/deskutils/bigyear/bigyear/bigyear /wrkdirs/deskutils/bigyear/stage/usr/local/bin install -m 444 /wrkdirs/deskutils/bigyear/bigyear/bigyear.1 /wrkdirs/deskutils/bigyear/stage/usr/local/man/man1 ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for bigyear-20010226,1 file sizes/checksums [2]: . done packing files [2]: . done packing directories [0]: . done =========================================================================== => Cleaning up wrkdir ===> Cleaning for bigyear-20010226,1 build of deskutils/bigyear ended at Tue Oct 4 15:59:46 PDT 2016 build time: 00:00:04