=> Building security/pwauth Started : Thursday, 19 APR 2018 at 06:53:22 UTC Platform: 5.3-DEVELOPMENT DragonFly v5.3.0.81.g32506c-DEVELOPMENT #29: Tue Apr 10 08:49:52 PDT 2018 marino@pkgbox64.dragonflybsd.org:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 -------------------------------------------------- -- Environment -------------------------------------------------- UNAME_r=5.0-SYNTH UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=DragonFly 5.0-SYNTH UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 TERM=dumb PKG_CACHEDIR=/var/cache/pkg8 PKG_DBDIR=/var/db/pkg8 PORTSDIR=/xports LANG=C HOME=/root USER=root -------------------------------------------------- -- Options -------------------------------------------------- -------------------------------------------------- -- CONFIGURE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/security/pwauth XDG_CONFIG_HOME=/construction/security/pwauth HOME=/construction/security/pwauth TMPDIR="/tmp" PATH=/construction/security/pwauth/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 -------------------------------------------------- -- CONFIGURE_ARGS -------------------------------------------------- -------------------------------------------------- -- MAKE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/security/pwauth XDG_CONFIG_HOME=/construction/security/pwauth HOME=/construction/security/pwauth TMPDIR="/tmp" PATH=/construction/security/pwauth/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin 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 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" -------------------------------------------------- -- MAKE_ARGS -------------------------------------------------- CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing" LIB="-lcrypt -lpam" DESTDIR=/construction/security/pwauth/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- PORTDOCS="" PORTEXAMPLES="" OSREL=5.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/pwauth" EXAMPLESDIR="share/examples/pwauth" DATADIR="share/pwauth" WWWDIR="www/pwauth" ETCDIR="etc/pwauth" -------------------------------------------------- -- 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 -------------------------------------------------- -- /etc/make.conf -------------------------------------------------- SYNTHPROFILE=Release-5.0 USE_PACKAGE_DEPENDS_ONLY=yes PACKAGE_BUILDING=yes BATCH=yes PKG_CREATE_VERBOSE=yes PORTSDIR=/xports DISTDIR=/distfiles WRKDIRPREFIX=/construction PORT_DBDIR=/options PACKAGES=/packages MAKE_JOBS_NUMBER_LIMIT=5 LICENSES_ACCEPTED= NONE HAVE_COMPAT_IA32_KERN= CONFIGURE_MAX_CMD_LEN=262144 _SMP_CPUS=8 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500000 OSVERSION=9999999 OSREL=5.0 _OSRELEASE=5.0-SYNTH -------------------------------------------------------------------------------- -- Phase: check-sanity -------------------------------------------------------------------------------- ===> License BSD3CLAUSE accepted by the user -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> pwauth-2.3.11 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5.txz Installing pkg-1.10.5... Extracting pkg-1.10.5: .......... done ===> pwauth-2.3.11 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of pwauth-2.3.11 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> License BSD3CLAUSE accepted by the user ===> Fetching all distfiles required by pwauth-2.3.11 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> 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. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> 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. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for pwauth-2.3.11 ===> Applying ports patches for pwauth-2.3.11 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for pwauth-2.3.11 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> 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 --- snooze.o --- snooze.c:45:1: warning: return type defaults to 'int' [-Wimplicit-int] snooze(int seconds) ^ --- checkfaillog.o --- checkfaillog.c: In function 'main': checkfaillog.c:49:16: warning: implicit declaration of function 'getuid' [-Wimplicit-function-declaration] uid_t uid= getuid(); ^ --- fail_check.o --- cc -pipe -O2 -fno-strict-aliasing -c fail_check.c --- checkfaillog --- cc -o checkfaillog -pipe -O2 -fno-strict-aliasing checkfaillog.o fail_check.o -lcrypt -lpam --- nologin.o --- nologin.c:41:1: warning: return type defaults to 'int' [-Wimplicit-int] check_nologin() ^ --- 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 -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for pwauth-2.3.11 ===> Generating temporary packing list install -s -m 555 /construction/security/pwauth/pwauth-2.3.11/pwauth /construction/security/pwauth/stage/usr/local/bin install -s -m 555 /construction/security/pwauth/pwauth-2.3.11/checkfaillog /construction/security/pwauth/stage/usr/local/bin ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for pwauth-2.3.11 file sizes/checksums [5]: . done packing files [5]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Thursday, 19 APR 2018 at 06:53:28 UTC Duration: 00:00:06