=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for tripwire-1.2nb4 (cd aux; make CC=clang CFLAGS="-pipe -Os" LDFLAGS="" CPP="clang -E" SHELL=/bin/sh all) ### ### Ignore warnings about shift count negative/too large on line 36 ### clang -pipe -Os byteorder.c -o byteorder byteorder.c:23:1: warning: return type of 'main' is not 'int' [-Wmain-return-type] void ^ byteorder.c:23:1: note: change return type to 'int' void ^~~~ int 1 warning generated. (./byteorder; cat ./ntohl.h) > ../include/byteorder.h clang -pipe -Os types.c -o types types.c:25:1: warning: return type of 'main' is not 'int' [-Wmain-return-type] void ^ types.c:25:1: note: change return type to 'int' void ^~~~ int types.c:38:9: warning: call to undeclared library function 'strcmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (strcmp(pc, "mode_t") == 0) { ^ types.c:38:9: note: include the header or explicitly provide a declaration for 'strcmp' types.c:40:8: warning: passing arguments to 'typeis' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] typeis(sizeof(statbuf.st_mode)); ^ types.c:44:8: warning: passing arguments to 'typeis' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] typeis(sizeof(statbuf.st_ino)); ^ types.c:48:8: warning: passing arguments to 'typeis' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] typeis(sizeof(statbuf.st_nlink)); ^ types.c:52:8: warning: passing arguments to 'typeis' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] typeis(sizeof(statbuf.st_uid)); ^ types.c:56:8: warning: passing arguments to 'typeis' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] typeis(sizeof(statbuf.st_gid)); ^ types.c:60:8: warning: passing arguments to 'typeis' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] typeis(sizeof(statbuf.st_size)); ^ types.c:26:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main(argc, argv) ^ types.c:79:2: warning: call to undeclared library function 'strcpy' with type 'char *(char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] strcpy(sign, "unsigned"); ^ types.c:79:2: note: include the header or explicitly provide a declaration for 'strcpy' types.c:68:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] typeis(i) ^ types.c:13:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void typeis(); ^ 12 warnings generated. /bin/sh ./types.sh "clang -E" > ../include/inode.h (cd src; make CC=clang CFLAGS="-pipe -Os" LIBS="" LDFLAGS="" CPP="clang -E" SHELL=/bin/sh YACC="yacc" LEX="lex" all) /bin/sh help.sh help.txt > help.c clang -pipe -Os -c config.parse.c config.parse.c:79:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] configfile_read(pp_list, pp_entry_list) ^ config.parse.c:334:56: warning: format specifies type 'int' but the argument has type 'char *' [-Wformat] printf("configfile_read: adding %s (%d)\n", filename, number); ~~ ^~~~~~ %s config.parse.c:353:20: warning: passing arguments to 'configfile_descend' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] configfile_descend(filename, ignorestring, howdeep, prunedir, ^ config.parse.c:386:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] configfile_descend (filename, ignorestring, howdeep, ^ config.parse.c:58:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void configfile_descend(); ^ 5 warnings generated. clang -pipe -Os -c main.c main.c:199:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main(argc, argv) ^ 1 warning generated. clang -pipe -Os -c list.c list.c:83:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] list_set(pc_name, pc_value, priority, pp_list) ^ list.c:110:51: warning: passing arguments to 'string_hash' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] chain = &( ((*pp_list)->hashtable)[string_hash(pc_name)] ); ^ list.c:235:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] list_lookup(pc_name, pp_list) ^ list.c:253:47: warning: passing arguments to 'string_hash' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] q = &( ((*pp_list)->hashtable)[string_hash(pc_name)] ); ^ list.c:274:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] list_isthere(pc_name, pp_list) ^ list.c:290:47: warning: passing arguments to 'string_hash' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] q = &( ((*pp_list)->hashtable)[string_hash(pc_name)] ); ^ list.c:308:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] list_unset(pc_name, pp_list) ^ list.c:324:46: warning: passing arguments to 'string_hash' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] q = &(((*pp_list)->hashtable)[string_hash(pc_name)]); ^ list.c:362:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] list_setflag(pc_name, flag, pp_list) ^ list.c:378:47: warning: passing arguments to 'string_hash' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] q = &( ((*pp_list)->hashtable)[string_hash(pc_name)] ); ^ list.c:397:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] list_getflag(pc_name, pp_list) ^ list.c:413:47: warning: passing arguments to 'string_hash' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] q = &( ((*pp_list)->hashtable)[string_hash(pc_name)] ); ^ list.c:431:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] list_print(pp_list) ^ list.c:461:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] list_reset (pp_list) ^ list.c:510:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] list_open (pp_list) ^ list.c:534:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] list_get (pp_list) ^ list.c:556:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] list_close (pp_list) ^ list.c:569:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] string_hash (string) ^ list.c:69:21: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static unsigned int string_hash (); ^ 19 warnings generated. clang -pipe -Os -c ignorevec.c ignorevec.c:42:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ignore_vec_to_scalar (s) ^ ignorevec.c:66:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ignore_configvec_to_dvec (s) ^ 2 warnings generated. clang -pipe -Os -c dbase.build.c dbase.build.c:87:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] database_build (pp_list, mode, pp_entry_list) ^ dbase.build.c:335:23: warning: passing arguments to 'database_record_write' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] database_record_write(fpw, filename, p_fileentry->flag, ignorevec, ^ dbase.build.c:517:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*pf_signatures[i])(fdsymlink, pc, SIG_MAX_LEN); ^ dbase.build.c:519:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*pf_signatures[i])(fd, pc, SIG_MAX_LEN); ^ dbase.build.c:403:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] database_record_write (fpw, filename, flags, ignorevec, statbuf, entrynum) ^ dbase.build.c:69:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void database_record_write(); ^ 6 warnings generated. clang -pipe -Os -c utils.c utils.c:81:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void warn_with_err(format, name) ^ utils.c:104:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] die_with_err(format, name) ^ utils.c:122:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] filename_hostname_expand(ps) ^ utils.c:182:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] slash_count (pathname) ^ utils.c:204:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] string_split_space (string, s, t) ^ utils.c:239:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] string_split_ch (string, s, t, ch) ^ utils.c:273:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] chop (s) ^ utils.c:291:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] filename_escape_expand (filename) ^ utils.c:383:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] filename_escape (filename) ^ utils.c:471:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pltob64(pl, pcout, numlongs) ^ utils.c:502:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] btob64(pcbitvec, pcout, numbits) ^ utils.c:572:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] b64tol(vec) ^ utils.c:623:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] oldb64tol(vec) ^ utils.c:656:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] direntry_print (name, statbuf, mode) ^ utils.c:698:12: warning: passing arguments to 'print_perm' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_perm((uint32)statbuf.st_mode); ^ utils.c:719:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_perm(perm) ^ utils.c:70:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void print_perm(); ^ utils.c:818:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fd_copy_to_tmp(fdin) ^ utils.c:856:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] file_copy_to_tmp(filename) ^ 19 warnings generated. clang -pipe -Os -c preen.c preen.c:40:7: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] char *mktemp(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:679:7: note: conflicting prototype is here char *mktemp(char *); ^ preen.c:63:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] update_gather(interactive, ppp_updateentries) ^ preen.c:87:22: warning: passing arguments to 'olddbasefile_load' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] olddbasefile_load(&configentry_list); ^ preen.c:120:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] update_mark(ppentries, numentries) ^ preen.c:142:22: warning: passing arguments to 'olddbasefile_load' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] olddbasefile_load(&configentry_list); ^ preen.c:460:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] olddbasefile_load(ppentrylist) ^ preen.c:41:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void olddbasefile_load(); ^ preen.c:677:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dbase_entry_howclose(filename, ppentrylist, entry, pentrynum) ^ 8 warnings generated. clang -pipe -Os -c preen.interp.c preen.interp.c:54:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] preen_interp (fpin) ^ 1 warning generated. clang -pipe -Os -c preen.report.c preen.report.c:62:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] preen_report(interactive, ppp_updateentries) ^ preen.report.c:127:24: warning: passing arguments to 'structstat_fill' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (void) structstat_fill(p->varvalue, &statnew, sigsnew, filename); ^ preen.report.c:143:29: warning: passing arguments to 'entrynum_get' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] entrynum = entrynum_get(p->varvalue); ^ preen.report.c:144:24: warning: passing arguments to 'updateentry_prompt' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] updateentry_prompt(fttyin, fttyout, filename, entrynum, firsttime); ^ preen.report.c:169:24: warning: passing arguments to 'structstat_fill' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (void) structstat_fill(p->varvalue, &statnew, sigsnew, filename); ^ preen.report.c:174:29: warning: passing arguments to 'entrynum_get' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] entrynum = entrynum_get(p->varvalue); ^ preen.report.c:175:24: warning: passing arguments to 'updateentry_prompt' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] updateentry_prompt(fttyin, fttyout, filename, entrynum, firsttime); ^ preen.report.c:213:24: warning: passing arguments to 'structstat_fill' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (void) structstat_fill(p->varvalue, &statnew, sigsnew, p->varname); ^ preen.report.c:229:24: warning: passing arguments to 'structstat_fill' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (void) structstat_fill(s, &statold, sigsold, p->varname); ^ preen.report.c:247:27: warning: passing arguments to 'preen_report_changed_enum' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] preen_report_changed_enum(interactive, fttyin, fttyout); ^ preen.report.c:317:24: warning: passing arguments to 'structstat_fill' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (void) structstat_fill(p->varvalue, &statnew, sigsnew, p->varname); ^ preen.report.c:325:29: warning: passing arguments to 'structstat_fill' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ignorevec = structstat_fill(s, &statold, sigsold, p->varname); ^ preen.report.c:346:17: warning: passing arguments to 'pair_print_llo' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pair_print_llo("st_mode:", (int32) statnew.st_mode, ^ preen.report.c:352:16: warning: passing arguments to 'pair_print_ll' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pair_print_ll("st_ino:", (int32) statnew.st_ino, ^ preen.report.c:358:16: warning: passing arguments to 'pair_print_ll' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pair_print_ll("st_nlink:", (int32) statnew.st_nlink, ^ preen.report.c:364:16: warning: passing arguments to 'pair_print_ll' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pair_print_ll("st_uid:", (int32) statnew.st_uid, ^ preen.report.c:370:16: warning: passing arguments to 'pair_print_ll' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pair_print_ll("st_gid:", (int32) statnew.st_gid, ^ preen.report.c:376:16: warning: passing arguments to 'pair_print_ll' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pair_print_ll("st_size:", (int32) statnew.st_size, ^ preen.report.c:386:16: warning: passing arguments to 'pair_print_ss' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pair_print_ss("st_atime:", stime1, stime2); ^ preen.report.c:395:16: warning: passing arguments to 'pair_print_ss' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pair_print_ss("st_mtime:", stime1, stime2); ^ preen.report.c:404:16: warning: passing arguments to 'pair_print_ss' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pair_print_ss("st_ctime:", stime1, stime2); ^ preen.report.c:412:20: warning: passing arguments to 'pair_print_ss' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pair_print_ss(label, sigsnew[i], sigsold[i]); ^ preen.report.c:420:29: warning: passing arguments to 'entrynum_get' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] entrynum = entrynum_get(p->varvalue); ^ preen.report.c:421:24: warning: passing arguments to 'updateentry_prompt' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] updateentry_prompt(fttyin, fttyout, p->varname, entrynum, firsttime); ^ preen.report.c:273:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] preen_report_changed_enum(interactive, fttyin, fttyout) ^ preen.report.c:36:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void preen_report_changed_enum(); ^ preen.report.c:629:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] structstat_fill (string, statbuf, sigs, recordkey) ^ preen.report.c:38:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static char *structstat_fill(); ^ preen.report.c:678:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] entrynum_get (string) ^ preen.report.c:46:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static int entrynum_get(); ^ preen.report.c:700:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pair_print_ss (label, s1, s2) ^ preen.report.c:39:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void pair_print_ss(); ^ preen.report.c:721:42: warning: format specifies type 'long' but the argument has type 'int32' (aka 'int') [-Wformat] printf("%15s %-30ld%-30ld\n", label, l1, l2); ~~~~~~ ^~ %-30d preen.report.c:721:46: warning: format specifies type 'long' but the argument has type 'int32' (aka 'int') [-Wformat] printf("%15s %-30ld%-30ld\n", label, l1, l2); ~~~~~~ ^~ %-30d preen.report.c:716:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pair_print_ll (label, l1, l2) ^ preen.report.c:40:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void pair_print_ll(); ^ preen.report.c:737:42: warning: format specifies type 'unsigned long' but the argument has type 'int32' (aka 'int') [-Wformat] printf("%15s %-30lo%-30lo\n", label, l1, l2); ~~~~~~ ^~ %-30o preen.report.c:737:46: warning: format specifies type 'unsigned long' but the argument has type 'int32' (aka 'int') [-Wformat] printf("%15s %-30lo%-30lo\n", label, l1, l2); ~~~~~~ ^~ %-30o preen.report.c:732:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pair_print_llo (label, l1, l2) ^ preen.report.c:41:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void pair_print_llo(); ^ preen.report.c:742:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] updateentry_list_add(filename) ^ preen.report.c:837:33: warning: passing arguments to 'updateentry_help' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] case 'h': updateentry_help(fttyout); ^ preen.report.c:840:31: warning: passing arguments to 'updateentry_menu' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] case '?': updateentry_menu(fttyout); ^ preen.report.c:765:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] updateentry_prompt(fttyin, fttyout, filename, entrynum, reset) ^ preen.report.c:43:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void updateentry_prompt(); ^ preen.report.c:853:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] updateentry_menu(fpout) ^ preen.report.c:44:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void updateentry_menu(); ^ preen.report.c:867:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] updateentry_help(fpout) ^ preen.report.c:45:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void updateentry_help(); ^ 49 warnings generated. clang -pipe -Os -c nullsig.c In file included from nullsig.c:28: ./../include/sigs.h:29:7: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] char *pltob64(); ^ ./../include/tripwire.h:239:7: note: conflicting prototype is here char *pltob64 P_((uint32 *pl, char *pcout, int numlongs)); ^ nullsig.c:44:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sig_null_get (fd_in, ps_signature, siglen) ^ 2 warnings generated. clang -pipe -Os -c config.prim.c config.prim.c:53:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tw_mac_define(varname, varvalue) ^ config.prim.c:66:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tw_mac_dereference(varname) ^ config.prim.c:80:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tw_mac_undef(varname) ^ config.prim.c:94:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tw_mac_ifdef(varname) ^ config.prim.c:108:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tw_mac_ifhost(hostname) ^ config.prim.c:125:9: warning: call to undeclared function 'gethostname'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (gethostname(realhostname, MAXHOSTNAMELEN) < 0) ^ 6 warnings generated. clang -pipe -Os -c dbase.update.c dbase.update.c:43:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dbase_entry_flag (pp_list, flagentry, orflag, ignorevec) ^ 1 warning generated. lex config.pre.l *** Error code 1 Stop. make[1]: stopped in /Users/pbulk/build/security/tripwire/work/tripwire-1.2/src *** Error code 1 Stop. bmake: stopped in /Users/pbulk/build/security/tripwire/work/tripwire-1.2 *** Error code 1 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/security/tripwire *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/security/tripwire