------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The sc 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 ------------------------------------------------------------------------------- ===> sc-7.16_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The sc 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 ===> sc-7.16_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sc-7.16_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The sc 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 ===> sc-7.16_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sc-7.16_3 for building => SHA256 Checksum OK for sc-7.16.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The sc 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 ===> sc-7.16_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sc-7.16_3 for building ===> Extracting for sc-7.16_3 => SHA256 Checksum OK for sc-7.16.tar.gz. Extracted Memory Use: 0.78M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for sc-7.16_3 ===> Applying ports patches for sc-7.16_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> sc-7.16_3 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> sc-7.16_3 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Configuring for sc-7.16_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for sc-7.16_3 --- gram.c --- --- pvmtbl.c --- --- pxmalloc.c --- --- qhelp.c --- --- abbrev.o --- --- cmds.o --- --- color.o --- --- crypt.o --- --- format.o --- --- frame.o --- --- qhelp.c --- rm -f qhelp.c ln help.c qhelp.c --- pxmalloc.c --- rm -f pxmalloc.c ln xmalloc.c pxmalloc.c --- pvmtbl.c --- rm -f pvmtbl.c ln vmtbl.c pvmtbl.c --- gram.c --- yacc -d gram.y --- abbrev.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -DDFLT_PAGER=\"less\" -c abbrev.c --- help.o --- --- interp.o --- --- pipe.o --- --- format.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -c format.c --- cmds.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -DDOBACKUPS -DCRYPT_PATH=\"/usr/bin/crypt\" -c cmds.c --- color.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -c color.c --- help.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -DCRYPT_PATH=\"/usr/bin/crypt\" -c help.c --- interp.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -ffloat-store -DSIGVOID -DREGCOMP -c interp.c --- pipe.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -c pipe.c --- crypt.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -DCRYPT_PATH=\"/usr/bin/crypt\" -DDOBACKUPS -c crypt.c --- frame.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -c frame.c --- gram.c --- mv y.tab.c gram.c --- range.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -c range.c --- frame.o --- In file included from frame.c:21: frame.c: In function 'add_frange': sc.h:46:16: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~~~ frame.c:55:6: note: in expansion of macro 'error' error("Invalid parameters"); ^~~~~ sc.h:46:43: warning: implicit declaration of function 'move'; did you mean 'mover'? [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~ frame.c:55:6: note: in expansion of macro 'error' error("Invalid parameters"); ^~~~~ sc.h:46:57: warning: implicit declaration of function 'clrtoeol'; did you mean 'closecol'? [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~~~~~ frame.c:55:6: note: in expansion of macro 'error' error("Invalid parameters"); ^~~~~ sc.h:46:71: warning: implicit declaration of function 'printw'; did you mean 'printf'? [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~~~ frame.c:55:6: note: in expansion of macro 'error' error("Invalid parameters"); ^~~~~ --- abbrev.o --- abbrev.c: In function 'add_abbr': abbrev.c:35:7: warning: implicit declaration of function 'are_abbrevs'; did you mean 'add_abbr'? [-Wimplicit-function-declaration] if (!are_abbrevs()) { ^~~~~~~~~~~ add_abbr In file included from abbrev.c:22: sc.h:46:16: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~~~ abbrev.c:36:6: note: in expansion of macro 'error' error("No abbreviations defined"); ^~~~~ sc.h:46:43: warning: implicit declaration of function 'move'; did you mean 'mover'? [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~ abbrev.c:36:6: note: in expansion of macro 'error' error("No abbreviations defined"); ^~~~~ sc.h:46:57: warning: implicit declaration of function 'clrtoeol'; did you mean 'closecol'? [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~~~~~ abbrev.c:36:6: note: in expansion of macro 'error' error("No abbreviations defined"); ^~~~~ sc.h:46:71: warning: implicit declaration of function 'printw'; did you mean 'printf'? [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~~~ abbrev.c:36:6: note: in expansion of macro 'error' error("No abbreviations defined"); ^~~~~ --- range.o --- In file included from range.c:21: range.c: In function 'add_range': sc.h:46:16: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~~~ range.c:61:2: note: in expansion of macro 'error' error("Error: range name \"%s\" already defined", name); ^~~~~ sc.h:46:43: warning: implicit declaration of function 'move'; did you mean 'mover'? [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~ range.c:61:2: note: in expansion of macro 'error' error("Error: range name \"%s\" already defined", name); ^~~~~ sc.h:46:57: warning: implicit declaration of function 'clrtoeol'; did you mean 'closecol'? [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~~~~~ range.c:61:2: note: in expansion of macro 'error' error("Error: range name \"%s\" already defined", name); ^~~~~ sc.h:46:71: warning: implicit declaration of function 'printw'; did you mean 'printf'? [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~~~ range.c:61:2: note: in expansion of macro 'error' error("Error: range name \"%s\" already defined", name); ^~~~~ --- color.o --- In file included from color.c:22: color.c: In function 'change_color': sc.h:46:16: warning: implicit declaration of function 'isatty'; did you mean 'vidattr'? [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~~~ color.c:110:2: note: in expansion of macro 'error' error("Invalid color number"); ^~~~~ --- crypt.o --- In file included from crypt.c:19: crypt.c: In function 'creadfile': sc.h:46:16: warning: implicit declaration of function 'isatty'; did you mean 'vidattr'? [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~~~ crypt.c:38:2: note: in expansion of macro 'error' error ("Can't read file \"%s\"", save); ^~~~~ crypt.c:44:9: warning: implicit declaration of function 'pipe'; did you mean 'popen'? [-Wimplicit-function-declaration] if (pipe(pipefd) < 0) { ^~~~ popen crypt.c:53:14: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] if ((pid=fork()) == 0) { /* if child */ ^~~~ crypt.c:54:9: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] (void) close(0); /* close stdin */ ^~~~~ pclose crypt.c:57:9: warning: implicit declaration of function 'dup'; did you mean 'putp'? [-Wimplicit-function-declaration] (void) dup(fildes); /* standard in from file */ ^~~ putp crypt.c:60:9: warning: implicit declaration of function 'execl' [-Wimplicit-function-declaration] (void) execl(CRYPT_PATH, "crypt", KeyWord, 0); ^~~~~ crypt.c:60:9: warning: incompatible implicit declaration of built-in function 'execl' crypt.c:63:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(-127); ^~~~ crypt.c:63:2: warning: incompatible implicit declaration of built-in function 'exit' crypt.c:63:2: note: include '' or provide a declaration of 'exit' crypt.c:20:1: +#include crypt.c:63:2: exit(-127); ^~~~ crypt.c:68:13: warning: implicit declaration of function 'kill'; did you mean 'fill'? [-Wimplicit-function-declaration] (void) kill(pid, 9); ^~~~ fill --- sc.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -DDFLT_PAGER=\"less\" -DSIGVOID -DSAVENAME=\"SC.SAVE\" -c sc.c --- crypt.o --- crypt.c:83:19: warning: implicit declaration of function 'wait' [-Wimplicit-function-declaration] while (pid != wait(&fildes)) /**/; ^~~~ crypt.c: In function 'cwritefile': crypt.c:145:9: warning: incompatible implicit declaration of built-in function 'execl' (void) execl(CRYPT_PATH, "crypt", KeyWord, 0); ^~~~~ crypt.c:148:2: warning: incompatible implicit declaration of built-in function 'exit' exit (-127); ^~~~ crypt.c:148:2: note: include '' or provide a declaration of 'exit' --- screen.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -DSIGVOID -c screen.c --- sort.o --- --- version.o --- --- sort.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -c sort.c --- version.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -c version.c --- vi.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -DREGCOMP -DHISTORY_FILE=\"~/.sc_history\" -c vi.c --- cmds.o --- cmds.c: In function 'get_rcqual': cmds.c:1042:8: warning: implicit declaration of function 'yankr'; did you mean 'yankrow'? [-Wimplicit-function-declaration] yankr(lookat(currow, curcol), ^~~~~ yankrow cmds.c: In function 'formatcol': cmds.c:1471:1: warning: type of 'arg' defaults to 'int' [-Wimplicit-int] formatcol(arg) ^~~~~~~~~ --- sort.o --- In file included from sort.c:22: sort.c: In function 'sortrange': sc.h:46:16: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~~~ sort.c:71:7: note: in expansion of macro 'error' error("Invalid sort criteria"); ^~~~~ sc.h:46:43: warning: implicit declaration of function 'move'; did you mean 'mover'? [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~ sort.c:71:7: note: in expansion of macro 'error' error("Invalid sort criteria"); ^~~~~ --- cmds.o --- cmds.c: In function 'ljustify': cmds.c:1606:1: warning: type of 'sr' defaults to 'int' [-Wimplicit-int] ljustify(sr, sc, er, ec) ^~~~~~~~ cmds.c:1606:1: warning: type of 'sc' defaults to 'int' [-Wimplicit-int] cmds.c:1606:1: warning: type of 'er' defaults to 'int' [-Wimplicit-int] cmds.c:1606:1: warning: type of 'ec' defaults to 'int' [-Wimplicit-int] cmds.c: In function 'rjustify': cmds.c:1635:1: warning: type of 'sr' defaults to 'int' [-Wimplicit-int] rjustify(sr, sc, er, ec) ^~~~~~~~ cmds.c:1635:1: warning: type of 'sc' defaults to 'int' [-Wimplicit-int] cmds.c:1635:1: warning: type of 'er' defaults to 'int' [-Wimplicit-int] cmds.c:1635:1: warning: type of 'ec' defaults to 'int' [-Wimplicit-int] cmds.c: In function 'center': cmds.c:1664:1: warning: type of 'sr' defaults to 'int' [-Wimplicit-int] center(sr, sc, er, ec) ^~~~~~ cmds.c:1664:1: warning: type of 'sc' defaults to 'int' [-Wimplicit-int] cmds.c:1664:1: warning: type of 'er' defaults to 'int' [-Wimplicit-int] --- vmtbl.o --- --- sort.o --- sc.h:46:57: warning: implicit declaration of function 'clrtoeol'; did you mean 'closecol'? [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~~~~~ sort.c:71:7: note: in expansion of macro 'error' error("Invalid sort criteria"); ^~~~~ sc.h:46:71: warning: implicit declaration of function 'printw'; did you mean 'printf'? [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~~~ sort.c:71:7: note: in expansion of macro 'error' error("Invalid sort criteria"); ^~~~~ --- cmds.o --- cmds.c:1664:1: warning: type of 'ec' defaults to 'int' [-Wimplicit-int] --- vmtbl.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -c vmtbl.c --- xmalloc.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -c xmalloc.c --- sc.o --- sc.c: In function 'main': sc.c:1309:25: warning: implicit declaration of function 'list_frames'; did you mean 'list_ranges'? [-Wimplicit-function-declaration] if (!brokenpipe) list_frames(f); ^~~~~~~~~~~ list_ranges --- scqref --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -L/usr/local/lib -Wl,-rpath=/usr/local/lib -DQREF -DTROFF -DSCNAME=\"SC\" -o scqref qhelp.c --- sc.o --- sc.c:1422:24: warning: implicit declaration of function 'yankrow'; did you mean 'backrow'? [-Wimplicit-function-declaration] if (rcqual == 'r') yankrow(arg); ^~~~~~~ backrow sc.c:1423:12: warning: implicit declaration of function 'yankcol'; did you mean 'backcol'? [-Wimplicit-function-declaration] else yankcol(arg); ^~~~~~~ backcol sc.c:1599:8: warning: implicit declaration of function 'ljustify' [-Wimplicit-function-declaration] ljustify(currow, curcol, currow, curcol); ^~~~~~~~ sc.c:1609:8: warning: implicit declaration of function 'rjustify' [-Wimplicit-function-declaration] rjustify(currow, curcol, currow, curcol); ^~~~~~~~ sc.c:1619:8: warning: implicit declaration of function 'center'; did you mean 'newterm'? [-Wimplicit-function-declaration] center(currow, curcol, currow, curcol); ^~~~~~ newterm sc.c:2026:8: warning: implicit declaration of function 'gotonote'; did you mean 'gototop'? [-Wimplicit-function-declaration] gotonote(); ^~~~~~~~ gototop --- scqref --- qhelp.c: In function 'main': qhelp.c:645:12: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] (void) exit(0); ^~~~ qhelp.c:645:12: warning: incompatible implicit declaration of built-in function 'exit' qhelp.c:645:12: note: include '' or provide a declaration of 'exit' qhelp.c:10:1: +#include char *header = " Quick Reference"; qhelp.c:645:12: (void) exit(0); ^~~~ --- vi.o --- vi.c:43: warning: "bool" redefined #define bool int In file included from /usr/local/include/ncurses/curses.h:233, from vi.c:17: /usr/include/stdbool.h:41: note: this is the location of the previous definition #define bool _Bool In file included from vi.c:20: vi.c: In function 'write_line': sc.h:46:16: warning: implicit declaration of function 'isatty'; did you mean 'vidattr'? [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~~~ vi.c:141:5: note: in expansion of macro 'error' error(""); ^~~~~ --- xmalloc.o --- xmalloc.c:9:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ xmalloc.c:10:14: warning: conflicting types for built-in function 'realloc' [-Wbuiltin-declaration-mismatch] extern char *realloc(); ^~~~~~~ --- vmtbl.o --- In file included from vmtbl.c:19: vmtbl.c: In function 'growtbl': sc.h:46:16: warning: implicit declaration of function 'isatty'; did you mean 'vidattr'? [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~~~ vmtbl.c:120:6: note: in expansion of macro 'error' error(nowider); ^~~~~ --- vi.o --- vi.c:521:35: warning: implicit declaration of function 'gotonote'; did you mean 'gototop'? [-Wimplicit-function-declaration] case '*': if (nmgetch() == '*') gotonote(); break; ^~~~~~~~ gototop vi.c: In function 'change_case': vi.c:1125:1: warning: type of 'arg' defaults to 'int' [-Wimplicit-int] change_case(arg) ^~~~~~~~~~~ vi.c: In function 'doshell': vi.c:1407:17: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] if (!(pid = fork())) { ^~~~ vi.c:1410:13: warning: implicit declaration of function 'execl' [-Wimplicit-function-declaration] (void) execl(shl, shl, "-c", cmd, NULL); ^~~~~ vi.c:1410:13: warning: incompatible implicit declaration of built-in function 'execl' vi.c:1412:13: warning: incompatible implicit declaration of built-in function 'execl' (void) execl(shl, shl, NULL); ^~~~~ vi.c:1416:19: warning: implicit declaration of function 'wait'; did you mean 'exit'? [-Wimplicit-function-declaration] while (pid != wait(&temp)); ^~~~ exit --- pxmalloc.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -c -DPSC pxmalloc.c --- pvmtbl.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -c -DPSC pvmtbl.c --- gram.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -DUSELOCALE -c gram.c --- pxmalloc.o --- pxmalloc.c:9:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ pxmalloc.c:10:14: warning: conflicting types for built-in function 'realloc' [-Wbuiltin-declaration-mismatch] extern char *realloc(); ^~~~~~~ --- psc --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -L/usr/local/lib -Wl,-rpath=/usr/local/lib -o psc psc.c pvmtbl.o pxmalloc.o --- gram.o --- gram.y: In function 'yyparse': gram.y:310:4: warning: implicit declaration of function 'ljustify' [-Wimplicit-function-declaration] { ljustify($2.left.vp->row, $2.left.vp->col, ^~~~~~~~ gram.y:317:4: warning: implicit declaration of function 'rjustify' [-Wimplicit-function-declaration] { rjustify($2.left.vp->row, $2.left.vp->col, ^~~~~~~~ gram.y:324:4: warning: implicit declaration of function 'center'; did you mean 'newterm'? [-Wimplicit-function-declaration] { center($2.left.vp->row, $2.left.vp->col, ^~~~~~ newterm gram.y:545:4: warning: implicit declaration of function 'yankr' [-Wimplicit-function-declaration] | S_YANK { yankr(lookat(showsr, showsc), ^~~~~ gram.y:619:4: warning: implicit declaration of function 'add_abbr'; did you mean 'del_abbr'? [-Wimplicit-function-declaration] | S_ABBREV STRING { add_abbr($2); } ^~~~~~~~ del_abbr gram.y:817:8: warning: implicit declaration of function 'yankrow'; did you mean 'backrow'? [-Wimplicit-function-declaration] yankrow(arg); ^~~~~~~ backrow gram.y:847:8: warning: implicit declaration of function 'yankcol'; did you mean 'backcol'? [-Wimplicit-function-declaration] yankcol(arg); ^~~~~~~ backcol gram.y:960:4: warning: implicit declaration of function 'getframe'; did you mean 'getfmt'? [-Wimplicit-function-declaration] | S_GETFRAME { getframe(macrofd); } ^~~~~~~~ getfmt gram.y:962:4: warning: implicit declaration of function 'getrange'; did you mean 'sortrange'? [-Wimplicit-function-declaration] | S_GETRANGE STRING { getrange($2, macrofd); } ^~~~~~~~ sortrange gram.y:965:4: warning: implicit declaration of function 'doeval'; did you mean 'eval'? [-Wimplicit-function-declaration] | S_EVAL e { doeval($2, NULL, currow, curcol, ^~~~~~ eval gram.y:972:4: warning: implicit declaration of function 'doseval'; did you mean 'seval'? [-Wimplicit-function-declaration] | S_SEVAL e { doseval($2, currow, curcol, macrofd); } ^~~~~~~ seval gram.y:981:4: warning: implicit declaration of function 'dogetkey'; did you mean 'setkey'? [-Wimplicit-function-declaration] | S_GETKEY { dogetkey(); } ^~~~~~~~ setkey sed < gram.y > experres.h -f eres.sed sed < gram.y > statres.h -f sres.sed --- lex.o --- cc -DSYSV3 -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -O0 -DLIBDIR=\"/usr/local/share/sc\" -DSIGVOID -c lex.c In file included from lex.c:37: lex.c: In function 'yylex': sc.h:46:16: warning: implicit declaration of function 'isatty'; did you mean 'vidattr'? [-Wimplicit-function-declaration] # define error isatty(fileno(stdout)) && !move(1,0) && !clrtoeol() && printw ^~~~~~ lex.c:213:6: note: in expansion of macro 'error' error("Floating point exception\n"); ^~~~~ lex.c:259:8: warning: implicit declaration of function 'finite' [-Wimplicit-function-declaration] if (!finite(yylval.fval)) ^~~~~~ --- sc --- cc -L/usr/local/lib -Wl,-rpath=/usr/local/lib abbrev.o cmds.o color.o crypt.o format.o frame.o gram.o help.o interp.o lex.o pipe.o range.o sc.o screen.o sort.o version.o vi.o vmtbl.o xmalloc.o -lm -lncurses -o sc SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> sc-7.16_3 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for sc-7.16_3 ===> sc-7.16_3 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Generating temporary packing list cp sc /construction/math/sc/stage/usr/local/bin strip /construction/math/sc/stage/usr/local/bin/sc cp scqref /construction/math/sc/stage/usr/local/bin strip /construction/math/sc/stage/usr/local/bin/scqref cp psc /construction/math/sc/stage/usr/local/bin strip /construction/math/sc/stage/usr/local/bin/psc mkdir /construction/math/sc/stage/usr/local/share/sc cp tutorial.sc /construction/math/sc/stage/usr/local/share/sc/tutorial.sc chmod 644 /construction/math/sc/stage/usr/local/share/sc/tutorial.sc name=sc NAME=SC LIBDIR=/construction/math/sc/stage/usr/local/share/sc sh torev sc.doc > sc.1 cp sc.1 /construction/math/sc/stage/usr/local/man/man1/sc.1 chmod 644 /construction/math/sc/stage/usr/local/man/man1/sc.1 name=sc NAME=SC LIBDIR=/construction/math/sc/stage/usr/local/share/sc sh torev psc.doc > psc.1 cp psc.1 /construction/math/sc/stage/usr/local/man/man1/psc.1 chmod 644 /construction/math/sc/stage/usr/local/man/man1/psc.1 ====> 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for sc-7.16_3 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:06