=> Building games/speak Started : Friday, 8 MAR 2019 at 09:28:07 UTC Platform: 5.5-DEVELOPMENT DragonFly v5.5.0.192.g15ae7f0-DEVELOPMENT #34: Tue Feb 19 09:07:07 PST 2019 root@pkgbox64.dragonflybsd.org:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 -------------------------------------------------- -- Environment -------------------------------------------------- UNAME_r=5.5-SYNTH UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=DragonFly 5.5-SYNTH UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 TERM=dumb PKG_CACHEDIR=/var/cache/pkg8 PKG_DBDIR=/var/db/pkg8 PORTSDIR=/xports LANG=C HOME=/root USER=root -------------------------------------------------- -- Options -------------------------------------------------- -------------------------------------------------- -- CONFIGURE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/games/speak XDG_CONFIG_HOME=/construction/games/speak HOME=/construction/games/speak TMPDIR="/tmp" PATH=/construction/games/speak/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 -------------------------------------------------- -- CONFIGURE_ARGS -------------------------------------------------- -------------------------------------------------- -- MAKE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/games/speak XDG_CONFIG_HOME=/construction/games/speak HOME=/construction/games/speak TMPDIR="/tmp" PATH=/construction/games/speak/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local 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 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" -------------------------------------------------- -- MAKE_ARGS -------------------------------------------------- DESTDIR=/construction/games/speak/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- OSREL=5.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/speak" EXAMPLESDIR="share/examples/speak" DATADIR="share/speak" WWWDIR="www/speak" ETCDIR="etc/speak" -------------------------------------------------- -- 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 -------------------------------------------------- -- /etc/make.conf -------------------------------------------------- SYNTHPROFILE=Release-BE USE_PACKAGE_DEPENDS_ONLY=yes PACKAGE_BUILDING=yes BATCH=yes PKG_CREATE_VERBOSE=yes PORTSDIR=/xports DISTDIR=/distfiles WRKDIRPREFIX=/construction PORT_DBDIR=/options PACKAGES=/packages MAKE_JOBS_NUMBER_LIMIT=5 LICENSES_ACCEPTED= NONE HAVE_COMPAT_IA32_KERN= CONFIGURE_MAX_CMD_LEN=262144 _PERL5_FROM_BIN=5.26.2 _ALTCCVERSION_921dbbb2=none _OBJC_ALTCCVERSION_921dbbb2=none _SMP_CPUS=8 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500500 OSVERSION=9999999 OSREL=5.5 _OSRELEASE=5.5-SYNTH PYTHONBASE=/usr/local _PKG_CHECKED=1 -------------------------------------------------------------------------------- -- Phase: check-sanity -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> speak-1.2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_5.txz Installing pkg-1.10.5_5... Extracting pkg-1.10.5_5: .......... done ===> speak-1.2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of speak-1.2 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> Fetching all distfiles required by speak-1.2 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> Fetching all distfiles required by speak-1.2 for building => SHA256 Checksum OK for speak-1.2.tar.gz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> Fetching all distfiles required by speak-1.2 for building ===> Extracting for speak-1.2 => SHA256 Checksum OK for speak-1.2.tar.gz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for speak-1.2 ===> Applying ports patches for speak-1.2 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for speak-1.2 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> 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:34:1: +#include speak.c:279:5: strcpy(fpath, cp); ^~~~~~ 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'; did you mean 'randint'? [-Wimplicit-function-declaration] l = rand(); ^~~~ randint 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'; did you mean 'scanf'? [-Wimplicit-function-declaration] srand( seed.tv_usec ); ^~~~~ scanf speak.c:353:12: warning: implicit declaration of function 'atoi'; did you mean 'ptoa'? [-Wimplicit-function-declaration] cnt = atoi(av[ac]); ^~~~ ptoa 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:34:1: +#include speak.c:364:3: exit(1); ^~~~ 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 -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for speak-1.2 ===> Generating temporary packing list install -s -m 755 speak /construction/games/speak/stage/usr/local/bin install -d -m 755 /construction/games/speak/stage/usr/local/share/speak install -m 644 speak.nouns speak.actions speak.wrk speak.leadins README /construction/games/speak/stage/usr/local/share/speak ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for speak-1.2 file sizes/checksums [6]: . done packing files [6]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Friday, 8 MAR 2019 at 09:28:13 UTC Duration: 00:00:06