=> Building security/pwauth build started at Wed Oct 5 13:17:41 PDT 2016 port directory: /usr/ports/security/pwauth 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: eg@fbsd.lt ident warning: no id keywords in /build/boomdata/data/.m/bleeding-edge-default/ref/../09//usr/ports/security/pwauth/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=pwauth-2.3.11 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/security/pwauth XDG_CONFIG_HOME=/wrkdirs/security/pwauth HOME=/wrkdirs/security/pwauth TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/security/pwauth XDG_CONFIG_HOME=/wrkdirs/security/pwauth HOME=/wrkdirs/security/pwauth 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/pwauth" EXAMPLESDIR="share/examples/pwauth" DATADIR="share/pwauth" WWWDIR="www/pwauth" ETCDIR="etc/pwauth" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pwauth DOCSDIR=/usr/local/share/doc/pwauth EXAMPLESDIR=/usr/local/share/examples/pwauth WWWDIR=/usr/local/www/pwauth ETCDIR=/usr/local/etc/pwauth --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 BSD3CLAUSE accepted by the user =========================================================================== =================================================== ===> pwauth-2.3.11 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 ===> pwauth-2.3.11 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of pwauth-2.3.11 =========================================================================== =================================================== =========================================================================== =================================================== ===> License BSD3CLAUSE accepted by the user ===> Fetching all distfiles required by pwauth-2.3.11 for building =========================================================================== =================================================== ===> License BSD3CLAUSE accepted by the user ===> Fetching all distfiles required by pwauth-2.3.11 for building => SHA256 Checksum OK for pwauth-2.3.11.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License BSD3CLAUSE accepted by the user ===> Fetching all distfiles required by pwauth-2.3.11 for building ===> Extracting for pwauth-2.3.11 => SHA256 Checksum OK for pwauth-2.3.11.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for pwauth-2.3.11 ===> Applying ports patches for pwauth-2.3.11 =========================================================================== =================================================== =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for pwauth-2.3.11 =========================================================================== =================================================== ===> Building for pwauth-2.3.11 --- main.o --- --- auth_aix.o --- --- auth_bsd.o --- --- auth_hpux.o --- --- auth_mdw.o --- --- main.o --- cc -pipe -O2 -fno-strict-aliasing -c main.c --- auth_aix.o --- cc -pipe -O2 -fno-strict-aliasing -c auth_aix.c --- auth_bsd.o --- cc -pipe -O2 -fno-strict-aliasing -c auth_bsd.c --- auth_hpux.o --- cc -pipe -O2 -fno-strict-aliasing -c auth_hpux.c --- auth_mdw.o --- cc -pipe -O2 -fno-strict-aliasing -c auth_mdw.c --- main.o --- main.c:47:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char **argv) ^ main.c: In function 'main': main.c:95:13: warning: implicit declaration of function 'check_auth' [-Wimplicit-function-declaration] status= check_auth(login,passwd); ^ main.c:119:33: warning: implicit declaration of function 'check_nologin' [-Wimplicit-function-declaration] if (status == STATUS_OK && !check_nologin()) ^ main.c:130:2: warning: implicit declaration of function 'snooze' [-Wimplicit-function-declaration] snooze(0); ^ --- auth_openbsd.o --- cc -pipe -O2 -fno-strict-aliasing -c auth_openbsd.c --- auth_pam.o --- cc -pipe -O2 -fno-strict-aliasing -c auth_pam.c --- auth_sun.o --- cc -pipe -O2 -fno-strict-aliasing -c auth_sun.c --- fail_log.o --- cc -pipe -O2 -fno-strict-aliasing -c fail_log.c --- lastlog.o --- cc -pipe -O2 -fno-strict-aliasing -c lastlog.c --- nologin.o --- cc -pipe -O2 -fno-strict-aliasing -c nologin.c --- snooze.o --- cc -pipe -O2 -fno-strict-aliasing -c snooze.c --- checkfaillog.o --- cc -pipe -O2 -fno-strict-aliasing -c checkfaillog.c --- fail_check.o --- cc -pipe -O2 -fno-strict-aliasing -c fail_check.c --- nologin.o --- nologin.c:41:1: warning: return type defaults to 'int' [-Wimplicit-int] check_nologin() ^ --- checkfaillog.o --- checkfaillog.c: In function 'main': checkfaillog.c:49:16: warning: implicit declaration of function 'getuid' [-Wimplicit-function-declaration] uid_t uid= getuid(); ^ --- snooze.o --- snooze.c:45:1: warning: return type defaults to 'int' [-Wimplicit-int] snooze(int seconds) ^ --- pwauth --- cc -o pwauth -pipe -O2 -fno-strict-aliasing main.o auth_aix.o auth_bsd.o auth_hpux.o auth_mdw.o auth_openbsd.o auth_pam.o auth_sun.o fail_log.o lastlog.o nologin.o snooze.o -lcrypt -lpam --- checkfaillog --- cc -o checkfaillog -pipe -O2 -fno-strict-aliasing checkfaillog.o fail_check.o -lcrypt -lpam =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for pwauth-2.3.11 ===> Generating temporary packing list install -s -m 555 /wrkdirs/security/pwauth/pwauth-2.3.11/pwauth /wrkdirs/security/pwauth/stage/usr/local/bin install -s -m 555 /wrkdirs/security/pwauth/pwauth-2.3.11/checkfaillog /wrkdirs/security/pwauth/stage/usr/local/bin ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for pwauth-2.3.11 file sizes/checksums [5]: . done packing files [5]: . done packing directories [0]: . done =========================================================================== => Cleaning up wrkdir ===> Cleaning for pwauth-2.3.11 build of security/pwauth ended at Wed Oct 5 13:17:46 PDT 2016 build time: 00:00:05