=> Building net/passlogd build started at Wed Oct 5 05:58:57 PDT 2016 port directory: /usr/ports/net/passlogd 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: skreuzer@FreeBSD.org ident warning: no id keywords in /build/boomdata/data/.m/bleeding-edge-default/ref/../02//usr/ports/net/passlogd/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=passlogd-0.1f 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/net/passlogd XDG_CONFIG_HOME=/wrkdirs/net/passlogd HOME=/wrkdirs/net/passlogd TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/net/passlogd XDG_CONFIG_HOME=/wrkdirs/net/passlogd HOME=/wrkdirs/net/passlogd 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/passlogd" EXAMPLESDIR="share/examples/passlogd" DATADIR="share/passlogd" WWWDIR="www/passlogd" ETCDIR="etc/passlogd" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/passlogd DOCSDIR=/usr/local/share/doc/passlogd EXAMPLESDIR=/usr/local/share/examples/passlogd WWWDIR=/usr/local/www/passlogd ETCDIR=/usr/local/etc/passlogd --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--- =================================================== =========================================================================== =================================================== ===> passlogd-0.1f 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 ===> passlogd-0.1f depends on file: /usr/local/sbin/pkg - found ===> Returning to build of passlogd-0.1f =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by passlogd-0.1f for building =========================================================================== =================================================== ===> Fetching all distfiles required by passlogd-0.1f for building => SHA256 Checksum OK for passlogd-0.1f.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by passlogd-0.1f for building ===> Extracting for passlogd-0.1f => SHA256 Checksum OK for passlogd-0.1f.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for passlogd-0.1f /usr/bin/sed -i.bak -e "s|.(CXX)|cc -pipe -O2 -fno-strict-aliasing|g" /wrkdirs/net/passlogd/passlogd-0.1f/Makefile =========================================================================== =================================================== =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for passlogd-0.1f =========================================================================== =================================================== ===> Building for passlogd-0.1f --- passlog.o --- --- util.o --- --- parse.o --- --- sig.o --- --- passlog.o --- cc -pipe -O2 -fno-strict-aliasing -c passlog.c -o passlog.o --- util.o --- cc -pipe -O2 -fno-strict-aliasing -c util.c -o util.o --- parse.o --- cc -pipe -O2 -fno-strict-aliasing -c parse.c -o parse.o --- sig.o --- cc -pipe -O2 -fno-strict-aliasing -c sig.c -o sig.o sig.c: In function 'sighandle': --- passlog.o --- passlog.c: In function 'main': passlog.c:63:2: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(devstr,0,sizeof(devstr)); ^ passlog.c:63:2: warning: incompatible implicit declaration of built-in function 'memset' passlog.c:63:2: note: include '' or provide a declaration of 'memset' passlog.c:65:2: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(devstr,a,strlen(a)); ^ passlog.c:65:2: warning: incompatible implicit declaration of built-in function 'strncpy' passlog.c:65:2: note: include '' or provide a declaration of 'strncpy' passlog.c:65:19: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] strncpy(devstr,a,strlen(a)); ^ passlog.c:65:19: warning: incompatible implicit declaration of built-in function 'strlen' passlog.c:65:19: note: include '' or provide a declaration of 'strlen' passlog.c:88:4: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^ passlog.c:88:4: warning: incompatible implicit declaration of built-in function 'exit' passlog.c:88:4: note: include '' or provide a declaration of 'exit' passlog.c:127:11: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] port = atoi(optarg); ^ passlog.c:144:14: warning: passing argument 1 of 'strncpy' from incompatible pointer type [-Wincompatible-pointer-types] strncpy(&logfile, "/var/log/passlog", 16); ^ passlog.c:144:14: note: expected 'char *' but argument is of type 'char (*)[1024]' passlog.c:185:7: warning: incompatible implicit declaration of built-in function 'exit' exit(-1); ^ passlog.c:185:7: note: include '' or provide a declaration of 'exit' passlog.c:220:24: warning: implicit declaration of function 'strerror' [-Wimplicit-function-declaration] errstr = (char *) strerror(errno); ^ passlog.c:220:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] errstr = (char *) strerror(errno); ^ --- util.o --- util.c: In function 'reverse_lookup': util.c:70:5: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(addrstr, hostname->h_name, strlen(hostname->h_name) + 1); ^ util.c:70:5: warning: incompatible implicit declaration of built-in function 'strncpy' util.c:70:5: note: include '' or provide a declaration of 'strncpy' util.c:70:40: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] strncpy(addrstr, hostname->h_name, strlen(hostname->h_name) + 1); ^ util.c:70:40: warning: incompatible implicit declaration of built-in function 'strlen' util.c:70:40: note: include '' or provide a declaration of 'strlen' util.c: In function 'sanitize_buffer': util.c:88:11: warning: implicit declaration of function 'isprint' [-Wimplicit-function-declaration] if ((!isprint(buffer[c])) && (buffer[c] != '\0') && (buffer[c] != '\n')){ ^ --- sig.o --- sig.c:36:2: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] close(logfd); ^ sig.c:41:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^ sig.c:41:7: warning: incompatible implicit declaration of built-in function 'exit' sig.c:41:7: note: include '' or provide a declaration of 'exit' --- parse.o --- parse.c: In function 'sl_parse': parse.c:125:10: warning: implicit declaration of function 'write' [-Wimplicit-function-declaration] wb = write(logfd, "\n\nRAW PACKET:\n", 14); ^ parse.c:136:14: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] syslev = atoi(level); ^ parse.c:145:11: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] timestr[strlen(timestr)-1]=0x20; ^ parse.c:145:11: warning: incompatible implicit declaration of built-in function 'strlen' parse.c:145:11: note: include '' or provide a declaration of 'strlen' parse.c:159:25: warning: implicit declaration of function 'strerror' [-Wimplicit-function-declaration] errstr = (char *) strerror(errno); ^ parse.c:159:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] errstr = (char *) strerror(errno); ^ --- passlogd --- cc -pipe -O2 -fno-strict-aliasing -o passlogd passlog.o util.o parse.o sig.o -lpcap =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for passlogd-0.1f ===> Generating temporary packing list install -s -m 555 /wrkdirs/net/passlogd/passlogd-0.1f/passlogd /wrkdirs/net/passlogd/stage/usr/local/sbin ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for passlogd-0.1f file sizes/checksums [1]: . done packing files [1]: . done packing directories [0]: . done =========================================================================== => Cleaning up wrkdir ===> Cleaning for passlogd-0.1f build of net/passlogd ended at Wed Oct 5 05:59:02 PDT 2016 build time: 00:00:05