=> Building misc/team build started at Wed Oct 5 20:21:17 PDT 2016 port directory: /usr/ports/misc/team 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: joerg@FreeBSD.org ident warning: no id keywords in /build/boomdata/data/.m/bleeding-edge-default/ref/../04//usr/ports/misc/team/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=team-3.1_2 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/misc/team XDG_CONFIG_HOME=/wrkdirs/misc/team HOME=/wrkdirs/misc/team TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/misc/team XDG_CONFIG_HOME=/wrkdirs/misc/team HOME=/wrkdirs/misc/team 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/team" EXAMPLESDIR="share/examples/team" DATADIR="share/team" WWWDIR="www/team" ETCDIR="etc/team" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/team DOCSDIR=/usr/local/share/doc/team EXAMPLESDIR=/usr/local/share/examples/team WWWDIR=/usr/local/www/team ETCDIR=/usr/local/etc/team --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--- =================================================== =========================================================================== =================================================== ===> team-3.1_2 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 ===> team-3.1_2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of team-3.1_2 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by team-3.1_2 for building =========================================================================== =================================================== ===> Fetching all distfiles required by team-3.1_2 for building => SHA256 Checksum OK for team-3.1.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by team-3.1_2 for building ===> Extracting for team-3.1_2 => SHA256 Checksum OK for team-3.1.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for team-3.1_2 ===> Applying ports patches for team-3.1_2 =========================================================================== =================================================== =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for team-3.1_2 =========================================================================== =================================================== ===> Building for team-3.1_2 --- objwarn --- --- team.o --- --- team.1.gz --- --- objwarn --- Warning: Object directory not changed from original /wrkdirs/misc/team/team-3.1 --- team.o --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_PARAM_H -DHAVE_WAIT_H -std=gnu99 -c team.c --- team.1.gz --- gzip -cn team.1 > team.1.gz --- team.o --- team.c:154:1: warning: return type defaults to 'int' [-Wimplicit-int] mesg(a,b,c,d,e,f,g,h,i) ^ team.c:184:15: warning: conflicting types for built-in function 'malloc' extern char *malloc of((unsigned)); ^ team.c:185:15: warning: conflicting types for built-in function 'calloc' extern char *calloc of((address,unsigned)); ^ team.c: In function 'FdClose': team.c:241:10: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] return close(ffd) >= 0; ^ team.c: In function 'FdCopy': team.c:252:12: warning: implicit declaration of function 'dup' [-Wimplicit-function-declaration] to->fd = dup(from->fd); ^ team.c: In function 'FdRetry': team.c:292:8: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration] if (!isatty(fileno(stderr))) ^ team.c:320:5: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration] read(tty,reply,sizeof reply); ^ team.c: In function 'FdWrite': team.c:415:22: warning: implicit declaration of function 'write' [-Wimplicit-function-declaration] bytesWritten = write(fd->fd,buffer+justDone, ^ team.c: In function 'StreamPipe': team.c:460:7: warning: implicit declaration of function 'pipe' [-Wimplicit-function-declaration] if (pipe(links) < 0) ^ team.c: In function 'GuyStop': team.c:660:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(2); ^ team.c:660:5: warning: incompatible implicit declaration of built-in function 'exit' team.c:660:5: note: include '' or provide a declaration of 'exit' team.c:666:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^ team.c:666:5: note: include '' or provide a declaration of 'exit' team.c:670:3: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^ team.c:670:3: note: include '' or provide a declaration of 'exit' team.c: In function 'TeamStart': team.c:802:11: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] pid = fork(); ^ team.c:818:13: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration] pid = getpid(); ^ team.c: In function 'TeamClose': team.c:937:3: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(team->guys); ^ team.c:937:3: warning: incompatible implicit declaration of built-in function 'free' team.c:937:3: note: include '' or provide a declaration of 'free' team.c: In function 'usage': team.c:957:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^ team.c:957:3: note: include '' or provide a declaration of 'exit' --- team --- cc -pipe -O2 -fno-strict-aliasing -DHAVE_PARAM_H -DHAVE_WAIT_H -std=gnu99 -o team team.o =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for team-3.1_2 ===> Generating temporary packing list install -s -o root -g wheel -m 555 team /wrkdirs/misc/team/stage/usr/local/bin install -o root -g wheel -m 444 team.1.gz /wrkdirs/misc/team/stage/usr/local/man/man1 ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for team-3.1_2 file sizes/checksums [2]: . done packing files [2]: . done packing directories [0]: . done =========================================================================== => Cleaning up wrkdir ===> Cleaning for team-3.1_2 build of misc/team ended at Wed Oct 5 20:21:22 PDT 2016 build time: 00:00:05