=> Building games/speak build started at Wed Oct 5 08:35:59 PDT 2016 port directory: /usr/ports/games/speak 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: freebsd@spatula.net ident warning: no id keywords in /build/boomdata/data/.m/bleeding-edge-default/ref/../01//usr/ports/games/speak/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=speak-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/games/speak XDG_CONFIG_HOME=/wrkdirs/games/speak HOME=/wrkdirs/games/speak TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc50 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/games/speak XDG_CONFIG_HOME=/wrkdirs/games/speak HOME=/wrkdirs/games/speak 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/speak" EXAMPLESDIR="share/examples/speak" DATADIR="share/speak" WWWDIR="www/speak" ETCDIR="etc/speak" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/speak DOCSDIR=/usr/local/share/doc/speak EXAMPLESDIR=/usr/local/share/examples/speak WWWDIR=/usr/local/www/speak ETCDIR=/usr/local/etc/speak --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--- =================================================== =========================================================================== =================================================== ===> speak-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 ===> speak-1.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of speak-1.2 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by speak-1.2 for building =========================================================================== =================================================== ===> Fetching all distfiles required by speak-1.2 for building => SHA256 Checksum OK for speak-1.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by speak-1.2 for building ===> Extracting for speak-1.2 => SHA256 Checksum OK for speak-1.2.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for speak-1.2 ===> Applying ports patches for speak-1.2 =========================================================================== =================================================== =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for speak-1.2 =========================================================================== =================================================== ===> Building for speak-1.2 --- speak.o --- cc -pipe -O2 -fno-strict-aliasing -DSPEAKDATAPATH=\"/usr/local/share/speak\" -DHAVE_STRING_H -c speak.c speak.c:267:1: warning: return type defaults to 'int' [-Wimplicit-int] init_array(array, fname) ^ speak.c: In function 'init_array': speak.c:279:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(fpath, cp); ^ speak.c:279:5: warning: incompatible implicit declaration of built-in function 'strcpy' speak.c:279:5: note: include '' or provide a declaration of 'strcpy' speak.c:280:5: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] strcat(fpath, "/"); ^ speak.c:280:5: warning: incompatible implicit declaration of built-in function 'strcat' speak.c:280:5: note: include '' or provide a declaration of 'strcat' speak.c:287:9: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] phrase[strlen(phrase)-1] = '\0'; ^ speak.c:287:9: warning: incompatible implicit declaration of built-in function 'strlen' speak.c:287:9: note: include '' or provide a declaration of 'strlen' speak.c:39:26: warning: implicit declaration of function 'memmove' [-Wimplicit-function-declaration] #define bcopy(s1, s2, n) memmove(s2, s1, n) ^ speak.c:288:2: note: in expansion of macro 'bcopy' bcopy(phrase, array[i], 1+strlen(phrase)); /* include NULL */ ^ speak.c:39:26: warning: incompatible implicit declaration of built-in function 'memmove' #define bcopy(s1, s2, n) memmove(s2, s1, n) ^ speak.c:288:2: note: in expansion of macro 'bcopy' bcopy(phrase, array[i], 1+strlen(phrase)); /* include NULL */ ^ speak.c:39:26: note: include '' or provide a declaration of 'memmove' #define bcopy(s1, s2, n) memmove(s2, s1, n) ^ speak.c:288:2: note: in expansion of macro 'bcopy' bcopy(phrase, array[i], 1+strlen(phrase)); /* include NULL */ ^ speak.c: At top level: speak.c:296:1: warning: return type defaults to 'int' [-Wimplicit-int] array_size(a) ^ speak.c:310:1: warning: return type defaults to 'int' [-Wimplicit-int] randint(hval) ^ speak.c: In function 'randint': speak.c:315:6: warning: implicit declaration of function 'rand' [-Wimplicit-function-declaration] l = rand(); ^ speak.c: At top level: speak.c:321:1: warning: return type defaults to 'int' [-Wimplicit-int] main(ac, av) ^ speak.c: In function 'main': speak.c:348:5: warning: implicit declaration of function 'srand' [-Wimplicit-function-declaration] srand( seed.tv_usec ); ^ speak.c:353:12: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] cnt = atoi(av[ac]); ^ speak.c:356:13: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] } else if (strcmp(av[ac], "-split") == 0) { ^ speak.c:364:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^ speak.c:364:3: warning: incompatible implicit declaration of built-in function 'exit' speak.c:364:3: note: include '' or provide a declaration of 'exit' speak.c:382:2: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(padstr, ' ', padwidth); ^ speak.c:382:2: warning: incompatible implicit declaration of built-in function 'memset' speak.c:382:2: note: include '' or provide a declaration of 'memset' speak.c:414:20: warning: incompatible implicit declaration of built-in function 'strlen' sprintf(&speakln[strlen(speakln)], "%c%s %s!!\n", ^ speak.c:414:20: note: include '' or provide a declaration of 'strlen' speak.c:419:20: warning: incompatible implicit declaration of built-in function 'strlen' sprintf(&speakln[strlen(speakln)], ^ speak.c:419:20: note: include '' or provide a declaration of 'strlen' speak.c:440:7: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^ speak.c:440:7: note: include '' or provide a declaration of 'exit' speak.c:446:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^ speak.c:446:3: note: include '' or provide a declaration of 'exit' speak.c:458:10: warning: incompatible implicit declaration of built-in function 'strlen' while (strlen(&speakln[len]) > 79) { ^ speak.c:458:10: note: include '' or provide a declaration of 'strlen' speak.c:460:4: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(tmpln, speakln); ^ speak.c:460:4: note: include '' or provide a declaration of 'strcpy' speak.c:39:26: warning: incompatible implicit declaration of built-in function 'memmove' #define bcopy(s1, s2, n) memmove(s2, s1, n) ^ speak.c:472:4: note: in expansion of macro 'bcopy' bcopy(tmpln, speakln, len); ^ speak.c:39:26: note: include '' or provide a declaration of 'memmove' #define bcopy(s1, s2, n) memmove(s2, s1, n) ^ speak.c:472:4: note: in expansion of macro 'bcopy' bcopy(tmpln, speakln, len); ^ --- speak --- cc -o speak speak.o =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for speak-1.2 ===> Generating temporary packing list install -s -m 755 speak /wrkdirs/games/speak/stage/usr/local/bin install -d -m 755 /wrkdirs/games/speak/stage/usr/local/share/speak install -m 644 speak.nouns speak.actions speak.wrk speak.leadins README /wrkdirs/games/speak/stage/usr/local/share/speak ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for speak-1.2 file sizes/checksums [6]: . done packing files [6]: . done packing directories [0]: . done =========================================================================== => Cleaning up wrkdir ===> Cleaning for speak-1.2 build of games/speak ended at Wed Oct 5 08:36:05 PDT 2016 build time: 00:00:06