=> Building net/sbd build started at Wed Oct 5 09:09:30 PDT 2016 port directory: /usr/ports/net/sbd 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: lx@FreeBSD.org ident warning: no id keywords in /build/boomdata/data/.m/bleeding-edge-default/ref/../06//usr/ports/net/sbd/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=sbd-1.37 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--- ===> The following configuration options are available for sbd-1.37: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/net/sbd XDG_CONFIG_HOME=/wrkdirs/net/sbd HOME=/wrkdirs/net/sbd TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/net/sbd XDG_CONFIG_HOME=/wrkdirs/net/sbd HOME=/wrkdirs/net/sbd 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/sbd" EXAMPLESDIR="share/examples/sbd" DATADIR="share/sbd" WWWDIR="www/sbd" ETCDIR="etc/sbd" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/sbd DOCSDIR=/usr/local/share/doc/sbd EXAMPLESDIR=/usr/local/share/examples/sbd WWWDIR=/usr/local/www/sbd ETCDIR=/usr/local/etc/sbd --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--- =================================================== =========================================================================== =================================================== ===> sbd-1.37 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 ===> sbd-1.37 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of sbd-1.37 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by sbd-1.37 for building =========================================================================== =================================================== ===> Fetching all distfiles required by sbd-1.37 for building => SHA256 Checksum OK for sbd-1.37.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by sbd-1.37 for building ===> Extracting for sbd-1.37 => SHA256 Checksum OK for sbd-1.37.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for sbd-1.37 ===> Applying ports patches for sbd-1.37 =========================================================================== =================================================== =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for sbd-1.37 =========================================================================== =================================================== ===> Building for sbd-1.37 --- clean --- rm -f sbd sbd.exe *.o core --- unix --- cc -Wall -Wshadow -pipe -O2 -fno-strict-aliasing -o sbd pel.c aes.c sha1.c doexec.c sbd.c -s In file included from doexec.c:4:0: doexec_unix.h: In function 'doexec': doexec_unix.h:165:52: warning: pointer targets in passing argument 2 of 'pel_recv_msg' differ in signedness [-Wpointer-sign] if (pel_recv_msg(socketfd, buf, &cnt) != PEL_SUCCESS) { ^ In file included from doexec_unix.h:34:0, from doexec.c:4: pel.h:27:9: note: expected 'unsigned char *' but argument is of type 'char *' int pel_recv_msg( int sockfd, unsigned char *msg, int *length ); ^ In file included from doexec.c:4:0: doexec_unix.h:200:52: warning: pointer targets in passing argument 2 of 'pel_send_msg' differ in signedness [-Wpointer-sign] if (pel_send_msg(socketfd, buf, cnt) != PEL_SUCCESS) { ^ In file included from doexec_unix.h:34:0, from doexec.c:4: pel.h:26:9: note: expected 'unsigned char *' but argument is of type 'char *' int pel_send_msg( int sockfd, unsigned char *msg, int length ); ^ In file included from sbd.c:238:0: misc.h: In function 'get_revision': misc.h:150:28: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign] if (!(idstart = strstr(string, Id_string))) { ^ In file included from sbd.c:84:0: /usr/include/string.h:138:7: note: expected 'const char *' but argument is of type 'unsigned char *' char *strstr(const char *, const char *) __pure; ^ In file included from sbd.c:239:0: readwrite.h: In function 'readwrite': readwrite.h:223:50: warning: pointer targets in passing argument 2 of 'pel_send_msg' differ in signedness [-Wpointer-sign] if (pel_send_msg(peersd, stackbuf, strlen(stackbuf)) != PEL_SUCCESS) { ^ In file included from sbd.c:237:0: pel.h:26:9: note: expected 'unsigned char *' but argument is of type 'char *' int pel_send_msg( int sockfd, unsigned char *msg, int length ); ^ In file included from sbd.c:239:0: readwrite.h:230:46: warning: pointer targets in passing argument 2 of 'pel_send_msg' differ in signedness [-Wpointer-sign] if (pel_send_msg(peersd, buf, cnt) != PEL_SUCCESS) { ^ In file included from sbd.c:237:0: pel.h:26:9: note: expected 'unsigned char *' but argument is of type 'char *' int pel_send_msg( int sockfd, unsigned char *msg, int length ); ^ In file included from sbd.c:239:0: readwrite.h:250:46: warning: pointer targets in passing argument 2 of 'pel_recv_msg' differ in signedness [-Wpointer-sign] if (pel_recv_msg(peersd, buf, &cnt) != PEL_SUCCESS) { ^ In file included from sbd.c:237:0: pel.h:27:9: note: expected 'unsigned char *' but argument is of type 'char *' int pel_recv_msg( int sockfd, unsigned char *msg, int *length ); ^ In file included from sbd.c:254:0: socket_code.h: In function 'sbd_listen': socket_code.h:247:58: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] if ((clisd = accept(sd, (struct sockaddr*) &cliAddr, &clilen)) < 0) { ^ In file included from sbd.c:74:0: /usr/include/sys/socket.h:484:5: note: expected 'socklen_t * {aka unsigned int *}' but argument is of type 'int *' int accept(int, struct sockaddr *, socklen_t *); ^ In file included from sbd.c:254:0: socket_code.h:291:61: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if (getsockname(clisd, (struct sockaddr*) &gsnAddr, &gsnlen)) { ^ In file included from sbd.c:74:0: /usr/include/sys/socket.h:491:5: note: expected 'socklen_t * {aka unsigned int *}' but argument is of type 'int *' int getsockname(int, struct sockaddr *, socklen_t *); ^ =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for sbd-1.37 ===> Generating temporary packing list install -s -m 555 /wrkdirs/net/sbd/sbd-1.37/sbd /wrkdirs/net/sbd/stage/usr/local/bin /bin/mkdir -p /wrkdirs/net/sbd/stage/usr/local/share/doc/sbd install -m 0644 /wrkdirs/net/sbd/sbd-1.37/README /wrkdirs/net/sbd/stage/usr/local/share/doc/sbd ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for sbd-1.37 file sizes/checksums [2]: . done packing files [2]: . done packing directories [0]: . done =========================================================================== => Cleaning up wrkdir ===> Cleaning for sbd-1.37 build of net/sbd ended at Wed Oct 5 09:09:39 PDT 2016 build time: 00:00:09