=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for chipmunk-1.4nb2 gcc -Wall -O2 -I/usr/include/readline -I/usr/include -I/usr/include/readline -I/usr/include -c control.c -o control.o control.c:17:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 17 | #endif USE_SIGNALS | ^~~~~~~~~~~ control.c:25:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 25 | #endif USE_UNISTD | ^~~~~~~~~~ control.c:31:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 31 | #endif USE_READLINE | ^~~~~~~~~~~~ control.c:81:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 81 | #endif USE_CHECK | ^~~~~~~~~ control.c:93:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 93 | #endif USE_CBREAK | ^~~~~~~~~~ control.c:117:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 117 | #endif USE_BOGUS_USLEEP | ^~~~~~~~~~~~~~~~ control.c:342:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 342 | #endif USE_READLINE | ^~~~~~~~~~~~ control.c:367:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 367 | #endif USE_READLINE | ^~~~~~~~~~~~ control.c:644:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 644 | #endif USE_CHECK | ^~~~~~~~~ control.c:775:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 775 | #endif USE_ALLOCA | ^~~~~~~~~~ control.c:782:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 782 | #endif USE_ALLOCA | ^~~~~~~~~~ control.c:824:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 824 | #endif USE_CHECK | ^~~~~~~~~ control.c:1415:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1415 | #endif USE_READLINE | ^~~~~~~~~~~~ control.c:1425:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1425 | #endif SYSV_SIGNALS | ^~~~~~~~~~~~ control.c:1433:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1433 | #endif SYSV_SIGNALS | ^~~~~~~~~~~~ control.c:1441:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1441 | #endif SYSV_SIGNALS | ^~~~~~~~~~~~ control.c:1445:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1445 | #endif USE_SIGNALS | ^~~~~~~~~~~ control.c:1478:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1478 | #endif USE_CHECK | ^~~~~~~~~ control.c:1525:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1525 | #endif USE_READLINE | ^~~~~~~~~~~~ control.c:1531:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1531 | #endif USE_SIGNALS | ^~~~~~~~~~~ control.c:1566:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1566 | #endif USE_SIGNALS | ^~~~~~~~~~~ control.c:1587:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1587 | #endif USE_READLINE | ^~~~~~~~~~~~ distcc[4292] ERROR: compile control.c on 10.0.20.122:3852 failed distcc[4292] (dcc_build_somewhere) Warning: remote compilation of 'control.c' failed, retrying locally distcc[4292] Warning: failed to distribute control.c to 10.0.20.122:3852, running locally instead control.c:17:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 17 | #endif USE_SIGNALS | ^~~~~~~~~~~ In file included from control.c:19: commands.h:24:11: warning: type defaults to 'int' in declaration of 'builtinfn' [-Wimplicit-int] 24 | typedef (*builtinfn) (); | ^~~~~~~~~ control.c:25:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 25 | #endif USE_UNISTD | ^~~~~~~~~~ control.c:31:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 31 | #endif USE_READLINE | ^~~~~~~~~~~~ control.c:81:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 81 | #endif USE_CHECK | ^~~~~~~~~ control.c:93:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 93 | #endif USE_CBREAK | ^~~~~~~~~~ control.c:117:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 117 | #endif USE_BOGUS_USLEEP | ^~~~~~~~~~~~~~~~ In file included from /usr/include/ctype.h:100, from control.c:9: control.c: In function 'tstenv': control.c:233:25: warning: array subscript has type 'char' [-Wchar-subscripts] 233 | if (isdigit (argv[i][0])) { | ^ control.c: In function 'macdef': control.c:342:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 342 | #endif USE_READLINE | ^~~~~~~~~~~~ control.c:367:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 367 | #endif USE_READLINE | ^~~~~~~~~~~~ control.c: In function 'set': control.c:644:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 644 | #endif USE_CHECK | ^~~~~~~~~ control.c: In function 'echo': control.c:705:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 705 | if (VERBOSE >= 0) | ^ control.c: In function 'autoload': control.c:775:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 775 | #endif USE_ALLOCA | ^~~~~~~~~~ control.c:782:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 782 | #endif USE_ALLOCA | ^~~~~~~~~~ control.c: In function 'evalexp': control.c:824:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 824 | #endif USE_CHECK | ^~~~~~~~~ control.c: In function 'do_endwhile': control.c:1010:16: warning: variable 'line' set but not used [-Wunused-but-set-variable] 1010 | unsigned int line; | ^~~~ control.c: In function 'substvars': control.c:1053:27: warning: array subscript has type 'char' [-Wchar-subscripts] 1053 | if (isdigit (argv[i][1])) { | ^ control.c: In function 'initialize_readline': control.c:1258:33: error: 'Function' undeclared (first use in this function) 1258 | rl_completion_entry_function=(Function *)dummy_filename_completion_function; | ^~~~~~~~ control.c:1258:33: note: each undeclared identifier is reported only once for each function it appears in control.c:1258:43: error: expected expression before ')' token 1258 | rl_completion_entry_function=(Function *)dummy_filename_completion_function; | ^ control.c:1259:49: error: expected expression before ')' token 1259 | rl_attempted_completion_function = (Function *)completion; | ^ control.c: In function 'completion': control.c:1281:41: warning: passing argument 2 of 'completion_matches' from incompatible pointer type [-Wincompatible-pointer-types] 1281 | matches = completion_matches (text, command_name_generator); | ^~~~~~~~~~~~~~~~~~~~~~ | | | char * (*)(char *, int) In file included from control.c:29: /usr/include/readline/readline.h:212:57: note: expected 'char * (*)(const char *, int)' but argument is of type 'char * (*)(char *, int)' 212 | char **completion_matches(/* const */ char *, rl_compentry_func_t *); | ^~~~~~~~~~~~~~~~~~~~~ control.c:1284:41: warning: passing argument 2 of 'completion_matches' from incompatible pointer type [-Wincompatible-pointer-types] 1284 | matches = completion_matches (text, variable_name_generator); | ^~~~~~~~~~~~~~~~~~~~~~~ | | | char * (*)(char *, int) /usr/include/readline/readline.h:212:57: note: expected 'char * (*)(const char *, int)' but argument is of type 'char * (*)(char *, int)' 212 | char **completion_matches(/* const */ char *, rl_compentry_func_t *); | ^~~~~~~~~~~~~~~~~~~~~ control.c:1291:41: warning: passing argument 2 of 'completion_matches' from incompatible pointer type [-Wincompatible-pointer-types] 1291 | matches = completion_matches (text, variable_name_generator); | ^~~~~~~~~~~~~~~~~~~~~~~ | | | char * (*)(char *, int) /usr/include/readline/readline.h:212:57: note: expected 'char * (*)(const char *, int)' but argument is of type 'char * (*)(char *, int)' 212 | char **completion_matches(/* const */ char *, rl_compentry_func_t *); | ^~~~~~~~~~~~~~~~~~~~~ control.c:1295:41: warning: passing argument 2 of 'completion_matches' from incompatible pointer type [-Wincompatible-pointer-types] 1295 | matches = completion_matches (text, command_name_generator); | ^~~~~~~~~~~~~~~~~~~~~~ | | | char * (*)(char *, int) /usr/include/readline/readline.h:212:57: note: expected 'char * (*)(const char *, int)' but argument is of type 'char * (*)(char *, int)' 212 | char **completion_matches(/* const */ char *, rl_compentry_func_t *); | ^~~~~~~~~~~~~~~~~~~~~ control.c:1300:41: warning: passing argument 2 of 'completion_matches' from incompatible pointer type [-Wincompatible-pointer-types] 1300 | matches = completion_matches (text, macro_name_generator); | ^~~~~~~~~~~~~~~~~~~~ | | | char * (*)(char *, int) /usr/include/readline/readline.h:212:57: note: expected 'char * (*)(const char *, int)' but argument is of type 'char * (*)(char *, int)' 212 | char **completion_matches(/* const */ char *, rl_compentry_func_t *); | ^~~~~~~~~~~~~~~~~~~~~ control.c:1305:41: warning: passing argument 2 of 'completion_matches' from incompatible pointer type [-Wincompatible-pointer-types] 1305 | matches = completion_matches (text, file_name_generator); | ^~~~~~~~~~~~~~~~~~~ | | | char * (*)(char *, int) /usr/include/readline/readline.h:212:57: note: expected 'char * (*)(const char *, int)' but argument is of type 'char * (*)(char *, int)' 212 | char **completion_matches(/* const */ char *, rl_compentry_func_t *); | ^~~~~~~~~~~~~~~~~~~~~ control.c: At top level: control.c:1415:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1415 | #endif USE_READLINE | ^~~~~~~~~~~~ control.c: In function 'intsig': control.c:1425:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1425 | #endif SYSV_SIGNALS | ^~~~~~~~~~~~ control.c: In function 'bussig': control.c:1433:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1433 | #endif SYSV_SIGNALS | ^~~~~~~~~~~~ control.c: In function 'segvsig': control.c:1441:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1441 | #endif SYSV_SIGNALS | ^~~~~~~~~~~~ control.c: At top level: control.c:1445:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1445 | #endif USE_SIGNALS | ^~~~~~~~~~~ control.c: In function 'eval_expression': control.c:1478:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1478 | #endif USE_CHECK | ^~~~~~~~~ control.c: In function 'main': control.c:1525:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1525 | #endif USE_READLINE | ^~~~~~~~~~~~ control.c:1531:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1531 | #endif USE_SIGNALS | ^~~~~~~~~~~ control.c:1566:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1566 | #endif USE_SIGNALS | ^~~~~~~~~~~ control.c:1587:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 1587 | #endif USE_READLINE | ^~~~~~~~~~~~ control.c:1598:29: warning: array subscript has type 'char' [-Wchar-subscripts] 1598 | for (i = 0; isspace (cmd[i]); i++); | ^ distcc[4292] ERROR: compile control.c on localhost failed *** Error code 1 Stop. make: stopped making "chipmunk" in /tmp/pkgbuild/misc/chipmunk/work/chipmunk-1.4 *** Error code 1 Stop. make[1]: stopped making "all" in /usr/pkgsrc/misc/chipmunk *** Error code 1 Stop. make: stopped making "all" in /usr/pkgsrc/misc/chipmunk