------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The viz port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> viz-1.1.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The viz port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> viz-1.1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by viz-1.1.1 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The viz port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> viz-1.1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by viz-1.1.1 for building => SHA256 Checksum OK for viz-1.1.1.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The viz port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> viz-1.1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by viz-1.1.1 for building ===> Extracting for viz-1.1.1 => SHA256 Checksum OK for viz-1.1.1.tgz. Extracted Memory Use: 0.20M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for viz-1.1.1 ===> Applying ports patches for viz-1.1.1 ===> Cleanly applied ports patch(es) patch-viz.c patch-vizgrammar.y ===> Applying dragonfly patches for viz-1.1.1 ===> Cleanly applied dragonfly patch(es) patch-loadfile.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for viz-1.1.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for viz-1.1.1 --- vizgrammar.c --- --- loadfile.o --- --- strtou.o --- --- strtod.o --- --- viz.o --- --- lists.o --- --- inviz.o --- --- viz_decode.o --- --- inviz_text.o --- --- inviz_num.o --- --- vizgrammar.c --- ** Expect 4 shift/reduce conflicts ** yacc vizgrammar.y --- loadfile.o --- cc -O -pipe -O2 -fno-strict-aliasing -DL_SHORT=2 -DL_INT=4 -DL_LONG=4 -c loadfile.c --- strtou.o --- cc -O -pipe -O2 -fno-strict-aliasing -DL_SHORT=2 -DL_INT=4 -DL_LONG=4 -c strtou.c --- strtod.o --- cc -O -pipe -O2 -fno-strict-aliasing -DL_SHORT=2 -DL_INT=4 -DL_LONG=4 -c strtod.c --- viz.o --- cc -O -pipe -O2 -fno-strict-aliasing -DL_SHORT=2 -DL_INT=4 -DL_LONG=4 -c viz.c --- lists.o --- cc -O -pipe -O2 -fno-strict-aliasing -DL_SHORT=2 -DL_INT=4 -DL_LONG=4 -c lists.c --- inviz.o --- cc -O -pipe -O2 -fno-strict-aliasing -DL_SHORT=2 -DL_INT=4 -DL_LONG=4 -c inviz.c --- vizgrammar.c --- yacc: 4 shift/reduce conflicts. --- inviz_text.o --- cc -O -pipe -O2 -fno-strict-aliasing -DL_SHORT=2 -DL_INT=4 -DL_LONG=4 -c inviz_text.c --- inviz_num.o --- cc -O -pipe -O2 -fno-strict-aliasing -DL_SHORT=2 -DL_INT=4 -DL_LONG=4 -c inviz_num.c --- vizgrammar.c --- mv y.tab.c vizgrammar.c --- viz_decode.o --- cc -O -pipe -O2 -fno-strict-aliasing -DL_SHORT=2 -DL_INT=4 -DL_LONG=4 -DVIZ -c viz_decode.c --- vizgrammar.o --- cc -O -pipe -O2 -fno-strict-aliasing -DL_SHORT=2 -DL_INT=4 -DL_LONG=4 -c vizgrammar.c --- inviz_text.o --- inviz_text.c: In function 'inviz_text': inviz_text.c:29:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n; ^ In file included from inviz_text.c:5: translate.h:7:14: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] register i; \ ^ inviz_text.c:87:3: note: in expansion of macro 'translate_octal' translate_octal(c, s); ^~~~~~~~~~~~~~~ --- strtod.o --- strtod.c: In function 'strtod': strtod.c:14:14: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] register i; ^ --- lists.o --- lists.c:11:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ --- inviz.o --- inviz.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ --- lists.o --- lists.c:415:1: warning: return type defaults to 'int' [-Wimplicit-int] duplicates(list1, list2) ^~~~~~~~~~ lists.c:490:1: warning: return type defaults to 'int' [-Wimplicit-int] listlen(list) ^~~~~~~ --- inviz.o --- inviz.c: In function 'main': inviz.c:32:9: warning: implicit declaration of function 'inviz' [-Wimplicit-function-declaration] (void) inviz(); ^~~~~ inviz.c: At top level: inviz.c:48:1: warning: return type defaults to 'int' [-Wimplicit-int] inviz() ^~~~~ --- viz.o --- viz.c:65:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ viz.c:66:8: warning: type defaults to 'int' in declaration of 'optind' [-Wimplicit-int] extern optind, opterr; ^~~~~~ viz.c:66:16: warning: type defaults to 'int' in declaration of 'opterr' [-Wimplicit-int] extern optind, opterr; ^~~~~~ viz.c:188:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ viz.c: In function 'main': viz.c:207:16: warning: implicit declaration of function 'get_options' [-Wimplicit-function-declaration] if ( (i = get_options(argc, argv)) == 0) ^~~~~~~~~~~ viz.c:210:9: warning: implicit declaration of function 'yyparse' [-Wimplicit-function-declaration] if (yyparse() != 0) ^~~~~~~ viz.c:253:6: warning: implicit declaration of function 'read_data_init' [-Wimplicit-function-declaration] if (read_data_init() == -1) ^~~~~~~~~~~~~~ viz.c:262:13: warning: implicit declaration of function 'put_offset' [-Wimplicit-function-declaration] (void) put_offset(); ^~~~~~~~~~ viz.c: In function 'get_options': --- viz_decode.o --- viz_decode.c: In function 'viz_decode': --- viz.o --- viz.c:346:18: warning: implicit declaration of function 'getopt'; did you mean 'getw'? [-Wimplicit-function-declaration] while ( (c = getopt(argc, argv, "c:f:F:hl:oO:pP:tDL")) != -1) { ^~~~~~ getw viz.c:356:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ viz.c:356:3: warning: incompatible implicit declaration of built-in function 'exit' viz.c:356:3: note: include '' or provide a declaration of 'exit' viz.c:57:1: +#include viz.c:356:3: exit(1); ^~~~ viz.c:366:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ viz.c:366:3: note: include '' or provide a declaration of 'exit' viz.c:379:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ viz.c:379:3: note: include '' or provide a declaration of 'exit' viz.c:423:6: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ viz.c:423:6: note: include '' or provide a declaration of 'exit' viz.c:426:20: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] line.maxlen = atoi(optarg); --- viz_decode.o --- viz_decode.c:30:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n; ^ In file included from viz_decode.c:5: translate.h:7:14: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] register i; \ ^ viz_decode.c:90:3: note: in expansion of macro 'translate_octal' translate_octal(c, s); ^~~~~~~~~~~~~~~ --- viz.o --- ^~~~ viz.c: At top level: viz.c:584:1: warning: return type defaults to 'int' [-Wimplicit-int] do_newline() ^~~~~~~~~~ viz.c:641:1: warning: return type defaults to 'int' [-Wimplicit-int] read_data_init() ^~~~~~~~~~~~~~ viz.c: In function 'seek_data': viz.c:681:2: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ viz.c:681:2: note: include '' or provide a declaration of 'exit' viz.c: At top level: viz.c:687:1: warning: return type defaults to 'int' [-Wimplicit-int] read_data(dsize, type, n, p) ^~~~~~~~~ viz.c: In function 'read_data': viz.c:770:15: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] register i; ^ viz.c: At top level: viz.c:828:1: warning: return type defaults to 'int' [-Wimplicit-int] put_offset() ^~~~~~~~~~ viz.c: In function 'viz': viz.c:866:14: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] register i; ^ viz.c:165:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n=0; \ ^ viz.c:988:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(s); ^~~~~~~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:172:5: note: in expansion of macro 'need' need(n); \ ^~~~ viz.c:988:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(s); ^~~~~~~~~ viz.c:165:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n=0; \ ^ viz.c:990:4: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR("\t"); ^~~~~~~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:172:5: note: in expansion of macro 'need' need(n); \ ^~~~ viz.c:990:4: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR("\t"); ^~~~~~~~~ viz.c:165:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n=0; \ ^ viz.c:1047:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(buf); ^~~~~~~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:172:5: note: in expansion of macro 'need' need(n); \ ^~~~ viz.c:1047:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(buf); ^~~~~~~~~ viz.c:1054:7: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ viz.c:1054:7: note: include '' or provide a declaration of 'exit' viz.c:1065:6: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ viz.c:1065:6: note: include '' or provide a declaration of 'exit' viz.c: In function 'viz_text': viz.c:1083:14: warning: type defaults to 'int' in declaration of 'l' [-Wimplicit-int] register l; ^ viz.c:1084:14: warning: type defaults to 'int' in declaration of 'last_was_backslash_0' [-Wimplicit-int] register last_was_backslash_0=0; ^~~~~~~~~~~~~~~~~~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:1100:3: note: in expansion of macro 'need' need(l); ^~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:1110:7: note: in expansion of macro 'need' need(l); ^~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:1128:7: note: in expansion of macro 'need' need(2); ^~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:1138:7: note: in expansion of macro 'need' need(1); ^~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:1149:3: note: in expansion of macro 'need' need(2); ^~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:1211:4: note: in expansion of macro 'need' need(4); ^~~~ viz.c: In function 'viz_numeric': viz.c:165:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n=0; \ ^ viz.c:1265:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:172:5: note: in expansion of macro 'need' need(n); \ ^~~~ viz.c:1265:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ --- vizgrammar.o --- vizgrammar.y:80:8: warning: type defaults to 'int' in declaration of 'mathreg' [-Wimplicit-int] static mathreg = 0; /* For handling multiple-term math expressions */ ^~~~~~~ vizgrammar.y:448:1: warning: return type defaults to 'int' [-Wimplicit-int] yyerror(s) ^~~~~~~ vizgrammar.y:484:1: warning: return type defaults to 'int' [-Wimplicit-int] yylex() ^~~~~ --- viz.o --- viz.c:165:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n=0; \ ^ viz.c:1283:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:172:5: note: in expansion of macro 'need' need(n); \ ^~~~ viz.c:1283:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:165:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n=0; \ ^ viz.c:1298:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:172:5: note: in expansion of macro 'need' need(n); \ ^~~~ viz.c:1298:7: note: in expansion of macro 'OUTPUTSTR' --- vizgrammar.o --- vizgrammar.y:838:1: warning: return type defaults to 'int' [-Wimplicit-int] badiopair(ic, oc) ^~~~~~~~~ vizgrammar.y:854:1: warning: return type defaults to 'int' [-Wimplicit-int] inval4reg(oc) ^~~~~~~~~ --- viz.o --- OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:165:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n=0; \ ^ viz.c:1313:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:172:5: note: in expansion of macro 'need' need(n); \ ^~~~ viz.c:1313:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:165:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n=0; \ ^ viz.c:1331:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:172:5: note: in expansion of macro 'need' need(n); \ ^~~~ viz.c:1331:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:165:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n=0; \ ^ viz.c:1365:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:172:5: note: in expansion of macro 'need' need(n); \ ^~~~ viz.c:1365:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:165:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n=0; \ ^ viz.c:1377:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:172:5: note: in expansion of macro 'need' need(n); \ ^~~~ viz.c:1377:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:165:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n=0; \ ^ viz.c:1392:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:172:5: note: in expansion of macro 'need' need(n); \ ^~~~ viz.c:1392:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:165:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n=0; \ ^ viz.c:1426:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:172:5: note: in expansion of macro 'need' need(n); \ ^~~~ viz.c:1426:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:165:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n=0; \ ^ viz.c:1438:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:172:5: note: in expansion of macro 'need' need(n); \ ^~~~ viz.c:1438:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:165:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n=0; \ ^ viz.c:1453:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:172:5: note: in expansion of macro 'need' need(n); \ ^~~~ viz.c:1453:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:165:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n=0; \ ^ viz.c:1487:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:172:5: note: in expansion of macro 'need' need(n); \ ^~~~ viz.c:1487:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:165:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n=0; \ ^ viz.c:1499:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:172:5: note: in expansion of macro 'need' need(n); \ ^~~~ viz.c:1499:7: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:165:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n=0; \ ^ viz.c:1514:3: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:172:5: note: in expansion of macro 'need' need(n); \ ^~~~ viz.c:1514:3: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:165:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n=0; \ ^ viz.c:1526:3: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:151:14: warning: type defaults to 'int' in declaration of 'mode' [-Wimplicit-int] register mode; \ ^~~~ viz.c:172:5: note: in expansion of macro 'need' need(n); \ ^~~~ viz.c:1526:3: note: in expansion of macro 'OUTPUTSTR' OUTPUTSTR(item_buf); ^~~~~~~~~ viz.c:1535:2: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ viz.c:1535:2: note: include '' or provide a declaration of 'exit' --- loadfile.o --- loadfile.c: In function 'loadfile': loadfile.c:27:11: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] char *malloc(); ^~~~~~ loadfile.c:42:9: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] (void) free(data); ^~~~ loadfile.c:42:9: warning: incompatible implicit declaration of built-in function 'free' loadfile.c:42:9: note: include '' or provide a declaration of 'free' loadfile.c:8:1: +#include #else loadfile.c:42:9: (void) free(data); ^~~~ loadfile.c:46:9: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] if (read(fd, data, statbuf.st_size) != statbuf.st_size) { ^~~~ fread loadfile.c:47:9: warning: incompatible implicit declaration of built-in function 'free' (void) free(data); ^~~~ loadfile.c:47:9: note: include '' or provide a declaration of 'free' --- inviz_num.o --- inviz_num.c: In function 'inviz_num': inviz_num.c:24:14: warning: type defaults to 'int' in declaration of 'j' [-Wimplicit-int] register j; ^ In file included from inviz_num.c:3: translate.h:7:14: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] register i; \ ^ inviz_num.c:61:3: note: in expansion of macro 'translate_octal' translate_octal(rv.uc, str); ^~~~~~~~~~~~~~~ inviz_num.c:159:6: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ inviz_num.c:159:6: warning: incompatible implicit declaration of built-in function 'exit' inviz_num.c:159:6: note: include '' or provide a declaration of 'exit' inviz_num.c:4:1: +#include inviz_num.c:159:6: exit(1); ^~~~ --- inviz --- cc inviz.o strtou.o strtod.o inviz_text.o inviz_num.o -lm -o inviz --- viz --- cc -pipe -O2 -fno-strict-aliasing viz.o vizgrammar.o lists.o loadfile.o viz_decode.o -o viz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for viz-1.1.1 ===> Generating temporary packing list install -s -m 555 /construction/misc/viz/viz-1.1.1/viz /construction/misc/viz/stage/usr/local/bin install -m 444 /construction/misc/viz/viz-1.1.1/viz.1 /construction/misc/viz/stage/usr/local/man/man1 install -s -m 555 /construction/misc/viz/viz-1.1.1/inviz /construction/misc/viz/stage/usr/local/bin install -m 444 /construction/misc/viz/viz-1.1.1/inviz.1 /construction/misc/viz/stage/usr/local/man/man1 ====> 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 viz-1.1.1 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:03