=> Building sysutils/watchfolder build started at Wed Oct 5 17:48:50 PDT 2016 port directory: /usr/ports/sysutils/watchfolder 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: ehaupt@FreeBSD.org ident warning: no id keywords in /build/boomdata/data/.m/bleeding-edge-default/ref/../05//usr/ports/sysutils/watchfolder/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=watchfolder-0.3.3_1 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 watchfolder-0.3.3_1: 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/sysutils/watchfolder XDG_CONFIG_HOME=/wrkdirs/sysutils/watchfolder HOME=/wrkdirs/sysutils/watchfolder TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/sysutils/watchfolder XDG_CONFIG_HOME=/wrkdirs/sysutils/watchfolder HOME=/wrkdirs/sysutils/watchfolder 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/watchfolder" EXAMPLESDIR="share/examples/watchfolder" DATADIR="share/watchfolder" WWWDIR="www/watchfolder" ETCDIR="etc/watchfolder" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/watchfolder DOCSDIR=/usr/local/share/doc/watchfolder EXAMPLESDIR=/usr/local/share/examples/watchfolder WWWDIR=/usr/local/www/watchfolder ETCDIR=/usr/local/etc/watchfolder --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 GPLv2 accepted by the user =========================================================================== =================================================== ===> watchfolder-0.3.3_1 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 ===> watchfolder-0.3.3_1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of watchfolder-0.3.3_1 =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by watchfolder-0.3.3_1 for building =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by watchfolder-0.3.3_1 for building => SHA256 Checksum OK for watchfolder-0.3.3.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by watchfolder-0.3.3_1 for building ===> Extracting for watchfolder-0.3.3_1 => SHA256 Checksum OK for watchfolder-0.3.3.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for watchfolder-0.3.3_1 =========================================================================== =================================================== =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for watchfolder-0.3.3_1 =========================================================================== =================================================== ===> Building for watchfolder-0.3.3_1 --- all --- cc -pipe -O2 -fno-strict-aliasing -c -o chain.o chain.c chain.c: In function 'addelement': chain.c:52:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(newe->cur,newp,size); ^ chain.c:52:2: warning: incompatible implicit declaration of built-in function 'memcpy' chain.c:52:2: note: include '' or provide a declaration of 'memcpy' cc -pipe -O2 -fno-strict-aliasing -c -o inifile.o inifile.c inifile.c: In function 'ini_goto_grp': inifile.c:33:5: warning: implicit declaration of function 'strcasecmp' [-Wimplicit-function-declaration] if (strcasecmp(i->sts.cur_grp, name)!=0) ^ inifile.c: In function 'ini_open': inifile.c:66:18: warning: implicit declaration of function 'strdup' [-Wimplicit-function-declaration] r->name=(char *)strdup(name); ^ inifile.c:66:18: warning: incompatible implicit declaration of built-in function 'strdup' inifile.c:69:4: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(r->sts.cur_grp,""); ^ inifile.c:69:4: warning: incompatible implicit declaration of built-in function 'strcpy' inifile.c:69:4: note: include '' or provide a declaration of 'strcpy' inifile.c: In function 'ini_nextgrp': inifile.c:90:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(tmp, "#"); ^ inifile.c:90:2: note: include '' or provide a declaration of 'strcpy' inifile.c:101:5: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(i->sts.cur_grp, tmp2, 511); ^ inifile.c:101:5: warning: incompatible implicit declaration of built-in function 'strncpy' inifile.c:101:5: note: include '' or provide a declaration of 'strncpy' inifile.c: In function 'ini_rewind': inifile.c:120:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(i->sts.cur_grp, ""); ^ inifile.c:120:2: note: include '' or provide a declaration of 'strcpy' inifile.c: In function 'ini_nextline': inifile.c:139:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(buffer, "#"); ^ inifile.c:139:2: note: include '' or provide a declaration of 'strcpy' inifile.c:148:19: warning: incompatible implicit declaration of built-in function 'strdup' return((char *)strdup(buffer)); ^ inifile.c:157:7: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(i->sts.cur_grp, tmp2, 511); ^ inifile.c:157:7: note: include '' or provide a declaration of 'strncpy' inifile.c: In function 'ini_grp2s': inifile.c:170:18: warning: incompatible implicit declaration of built-in function 'strdup' char *r=(char *)strdup(s); ^ inifile.c:173:6: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if (strlen(r)>0) ^ inifile.c:173:6: warning: incompatible implicit declaration of built-in function 'strlen' inifile.c:173:6: note: include '' or provide a declaration of 'strlen' inifile.c:178:10: warning: implicit declaration of function 'strrchr' [-Wimplicit-function-declaration] if (strrchr(r,']')!=NULL) ^ inifile.c:178:10: warning: incompatible implicit declaration of built-in function 'strrchr' inifile.c:178:10: note: include '' or provide a declaration of 'strrchr' inifile.c: In function 'ini_trim': inifile.c:194:6: warning: incompatible implicit declaration of built-in function 'strlen' if (strlen(s)>0) ^ inifile.c:194:6: note: include '' or provide a declaration of 'strlen' inifile.c: In function 'ini_classify': inifile.c:209:6: warning: incompatible implicit declaration of built-in function 'strlen' if (strlen(s)>0) ^ inifile.c:209:6: note: include '' or provide a declaration of 'strlen' cc -pipe -O2 -fno-strict-aliasing -c -o filedb.o filedb.c filedb.c: In function 'strcomp': filedb.c:29:3: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] i=strlen(s1); ^ filedb.c:29:3: warning: incompatible implicit declaration of built-in function 'strlen' filedb.c:29:3: note: include '' or provide a declaration of 'strlen' filedb.c: In function 'addfile': filedb.c:57:19: warning: implicit declaration of function 'strdup' [-Wimplicit-function-declaration] ent.name=(char *)strdup(s); ^ filedb.c:57:19: warning: incompatible implicit declaration of built-in function 'strdup' filedb.c: In function 'removefile': filedb.c:115:1: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(((fileent *)e->cur)->name); ^ filedb.c:115:1: warning: incompatible implicit declaration of built-in function 'free' filedb.c:115:1: note: include '' or provide a declaration of 'free' filedb.c: In function 'killfilechain': filedb.c:154:4: warning: incompatible implicit declaration of built-in function 'free' free(((fileent *)c->cur)->name); ^ filedb.c:154:4: note: include '' or provide a declaration of 'free' cc -pipe -O2 -fno-strict-aliasing -o watchd watchd.c inifile.o chain.o filedb.o watchd.c: In function 'get_filestate': watchd.c:144:8: warning: implicit declaration of function 'isdir' [-Wimplicit-function-declaration] if (isdir(fn)) ^ watchd.c: In function 'splits': watchd.c:179:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] p2[(int)p2tmp-(int)p2]=0x00; // but in fact: It works ;) ^ watchd.c:179:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] p2[(int)p2tmp-(int)p2]=0x00; // but in fact: It works ;) ^ watchd.c: In function 'init': watchd.c:540:2: warning: implicit declaration of function 'ini_close' [-Wimplicit-function-declaration] ini_close(f); ^ =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for watchfolder-0.3.3_1 ===> Generating temporary packing list install -s -m 555 /wrkdirs/sysutils/watchfolder/watchd-0.3.3/watchd /wrkdirs/sysutils/watchfolder/stage/usr/local/bin install -m 0644 /wrkdirs/sysutils/watchfolder/watchd-0.3.3/watchd.conf /wrkdirs/sysutils/watchfolder/stage/usr/local/etc/watchd.conf.sample [ -f /usr/local/etc/watchd.conf ] || install -m 0644 /wrkdirs/sysutils/watchfolder/watchd-0.3.3/watchd.conf /wrkdirs/sysutils/watchfolder/stage/usr/local/etc install -m 0644 /wrkdirs/sysutils/watchfolder/watchd-0.3.3/README /wrkdirs/sysutils/watchfolder/watchd-0.3.3/doc/watchfolder.pdf /wrkdirs/sysutils/watchfolder/stage/usr/local/share/doc/watchfolder ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) =========================================================================== =================================================== ===> Building package for watchfolder-0.3.3_1 file sizes/checksums [8]: . done packing files [8]: . done packing directories [0]: . done =========================================================================== => Cleaning up wrkdir ===> Cleaning for watchfolder-0.3.3_1 build of sysutils/watchfolder ended at Wed Oct 5 17:48:54 PDT 2016 build time: 00:00:04