------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> speak-1.2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> speak-1.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by speak-1.2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> speak-1.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by speak-1.2 for building => SHA256 Checksum OK for speak-1.2.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> speak-1.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by speak-1.2 for building ===> Extracting for speak-1.2 => SHA256 Checksum OK for speak-1.2.tar.gz. Extracted Memory Use: 0.05M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for speak-1.2 ===> Applying ports patches for speak-1.2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for speak-1.2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- 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 'btoc'? [-Wimplicit-function-declaration] cnt = atoi(av[ac]); ^~~~ btoc 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 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- 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) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for speak-1.2 file sizes/checksums [6]: 0% file sizes/checksums [6]: 100% packing files [6]: 0% packing files [6]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:03