=> Building games/speak Started : Thursday, 19 APR 2018 at 16:08:23 UTC Platform: 5.3-DEVELOPMENT DragonFly v5.3.0.81.g32506c-DEVELOPMENT #29: Tue Apr 10 08:49:52 PDT 2018 marino@pkgbox64.dragonflybsd.org:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 -------------------------------------------------- -- Environment -------------------------------------------------- UNAME_r=5.0-SYNTH UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=DragonFly 5.0-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=gcc50 -------------------------------------------------- -- 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=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 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 -------------------------------------------------- PORTDOCS="" PORTEXAMPLES="" OSREL=5.0 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-5.0 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 _SMP_CPUS=8 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500000 OSVERSION=9999999 OSREL=5.0 _OSRELEASE=5.0-SYNTH -------------------------------------------------------------------------------- -- 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.txz Installing pkg-1.10.5... Extracting pkg-1.10.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: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 -------------------------------------------------------------------------------- -- 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: Thursday, 19 APR 2018 at 16:08:28 UTC Duration: 00:00:05