------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> uemacs-4.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> uemacs-4.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by uemacs-4.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> uemacs-4.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by uemacs-4.0 for building => SHA256 Checksum OK for ue400dev.zip. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> uemacs-4.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by uemacs-4.0 for building ===> Extracting for uemacs-4.0 => SHA256 Checksum OK for ue400dev.zip. Extracted Memory Use: 3.95M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for uemacs-4.0 ===> Converting DOS text files to UNIX text files ===> Applying ports patches for uemacs-4.0 ===> Cleanly applied ports patch(es) patch-Makefile patch-freebsd_estruct.h patch-freebsd_makefile patch-h_epath.h patch-src_bind.c patch-src_eval.c patch-src_lock.c patch-src_unix.c SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> uemacs-4.0 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> uemacs-4.0 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Configuring for uemacs-4.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for uemacs-4.0 --- all --- (cd freebsd; make emacs) --- ./abbrev.o --- --- ./basic.o --- --- ./bind.o --- --- ./buffer.o --- --- ./char.o --- --- ./crypt.o --- --- ./display.o --- --- ./dolock.o --- --- ./eval.o --- --- ./exec.o --- --- ./abbrev.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./abbrev.o ../src/abbrev.c --- ./buffer.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./buffer.o ../src/buffer.c --- ./char.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./char.o ../src/char.c --- ./display.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./display.o ../src/display.c --- ./eval.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./eval.o ../src/eval.c --- ./basic.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./basic.o ../src/basic.c --- ./exec.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./exec.o ../src/exec.c --- ./bind.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./bind.o ../src/bind.c --- ./dolock.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./dolock.o ../src/dolock.c --- ./crypt.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./crypt.o ../src/crypt.c --- ./display.o --- ../src/display.c:253:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR vttidy() ^~~~~~ ../src/display.c:267:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR vtmove(row, col) ^~~~~~ ../src/display.c:283:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR vtputc(c) ^~~~~~ ../src/display.c:341:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR vteeol() ^~~~~~ ../src/display.c:2165:1: warning: return type defaults to 'int' [-Wimplicit-int] winch_vtresize(rows, cols) ^~~~~~~~~~~~~~ --- ./eval.o --- ../src/eval.c: In function 'gtfun': ../src/eval.c:92:9: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return(errorm); ^ ../src/eval.c:98:10: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return(errorm); ^ --- ./basic.o --- ../src/basic.c:22:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR gotobol(f, n) ^~~~~~~ --- ./eval.o --- ../src/eval.c:103:11: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return(errorm); ^ --- ./basic.o --- ../src/basic.c:37:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR backchar(f, n) ^~~~~~~~ --- ./eval.o --- ../src/eval.c:108:12: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return(errorm); ^ --- ./basic.o --- ../src/basic.c:66:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR gotoeol(f, n) ^~~~~~~ ../src/basic.c:81:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR forwchar(f, n) ^~~~~~~~ --- ./eval.o --- ../src/eval.c:133:12: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return(errorm); ^ --- ./basic.o --- ../src/basic.c:105:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR gotoline(f, n) /* move to a particular line. ^~~~~~~~ --- ./eval.o --- ../src/eval.c:151:12: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return(errorm); ^ --- ./basic.o --- ../src/basic.c:140:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR gotobob(f, n) ^~~~~~~ --- ./eval.o --- ../src/eval.c:168:30: warning: passing argument 2 of 'bytecopy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return(bytecopy(result, errorm, NSTRING * 2)); ^~~~~~ --- ./basic.o --- ../src/basic.c:156:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR gotoeob(f, n) ^~~~~~~ ../src/basic.c:173:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR forwline(f, n) ^~~~~~~~ --- ./eval.o --- In file included from ../src/eval.c:8: ../h/eproto.h:83:26: note: expected 'char *' but argument is of type 'const char *' extern char *PASCAL NEAR bytecopy(char *dst, char *src, int maxlen); ^~~~~~~~ --- ./basic.o --- ../src/basic.c:217:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR backline(f, n) ^~~~~~~~ ../src/basic.c:256:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR gotobop(f, n) /* go back to the beginning of the current paragraph ^~~~~~~ --- ./eval.o --- ../src/eval.c:213:12: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return(errorm); ^ --- ./basic.o --- ../src/basic.c:322:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR gotoeop(f, n) /* go forword to the end of the current paragraph ^~~~~~~ --- ./eval.o --- ../src/eval.c: In function 'gtusr': ../src/eval.c:275:12: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return(errorm); ^ ../src/eval.c:283:8: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return(errorm); ^ --- ./basic.o --- ../src/basic.c:436:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR forwpage(f, n) ^~~~~~~~ --- ./eval.o --- ../src/eval.c: At top level: ../src/eval.c:302:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR binary(key, tval, tlength, klength) ^~~~~~ --- ./basic.o --- ../src/basic.c:469:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR backpage(f, n) ^~~~~~~~ --- ./eval.o --- ../src/eval.c: In function 'gtenv': ../src/eval.c:347:9: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return(errorm); ^ --- ./basic.o --- ../src/basic.c:501:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR setmark(f, n) ^~~~~~~ ../src/basic.c:522:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR remmark(f, n) ^~~~~~~ ../src/basic.c:545:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR swapmark(f, n) ^~~~~~~~ --- ./eval.o --- ../src/eval.c:372:31: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] case EVDESKCLR: return(cname[deskcolor]); ~~~~~~^~~~~~~~~~~~ --- ./basic.o --- ../src/basic.c:578:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR gotomark(f, n) ^~~~~~~~ --- ./eval.o --- ../src/eval.c: In function 'ltos': ../src/eval.c:1342:9: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return(truem); ^ ../src/eval.c:1344:9: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return(falsem); ^ ../src/eval.c: At top level: ../src/eval.c:1473:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR setwlist(wclist) ^~~~~~~~ ../src/eval.c: In function 'setwlist': ../src/eval.c:1483:10: warning: returning 'void *' from a function with return type 'int' makes integer from pointer without a cast [-Wint-conversion] return NULL; ^~~~ ../src/eval.c:1495:9: warning: returning 'void *' from a function with return type 'int' makes integer from pointer without a cast [-Wint-conversion] return NULL; ^~~~ ../src/eval.c: At top level: ../src/eval.c:1608:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR desvars(f, n) ^~~~~~~ --- ./dolock.o --- ../src/dolock.c:458:1: warning: return type defaults to 'int' [-Wimplicit-int] dolhello() ^~~~~~~~ --- ./file.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./file.o ../src/file.c --- ./crypt.o --- ../src/crypt.c:19:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR setekey(f, n) /* reset encryption key of current buffer */ ^~~~~~~ --- ./bind.o --- ../src/bind.c:14:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR help(f, n) /* give me some help!!!! ^~~~ ../src/bind.c: In function 'help': ../src/bind.c:28:25: warning: passing argument 1 of 'flook' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] fname = flook(pathname[1], FALSE); ~~~~~~~~^~~ In file included from ../src/bind.c:9: ../h/eproto.h:89:26: note: expected 'char *' but argument is of type 'const char *' extern char *PASCAL NEAR flook(char *fname, int hflag); ^~~~~ ../src/bind.c: At top level: ../src/bind.c:54:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR deskey(f, n) /* describe the command for a certain key */ ^~~~~~ ../src/bind.c:84:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR bindtokey(f, n) ^~~~~~~~~ ../src/bind.c:183:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR macrotokey(f, n) ^~~~~~~~~~ ../src/bind.c:261:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR unbindkey(f, n) ^~~~~~~~~ ../src/bind.c:289:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR unbindchar(c) ^~~~~~~~~~ ../src/bind.c:362:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR desbind(f, n) ^~~~~~~ ../src/bind.c:370:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR apro(f, n) /* Apropos (List functions that match a substring) */ ^~~~ ../src/bind.c:386:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR buildlist(type, mstring) /* build a binding list (limited or full) */ ^~~~~~~~~ ../src/bind.c:522:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR strinc(source, sub) /* does source include sub? */ ^~~~~~ ../src/bind.c:582:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR startup(sfname) ^~~~~~~ ../src/bind.c: In function 'startup': ../src/bind.c:600:25: warning: passing argument 1 of 'flook' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] fname = flook(pathname[0], TRUE); ~~~~~~~~^~~ In file included from ../src/bind.c:9: ../h/eproto.h:89:26: note: expected 'char *' but argument is of type 'const char *' extern char *PASCAL NEAR flook(char *fname, int hflag); ^~~~~ ../src/bind.c: In function 'transbind': ../src/bind.c:1005:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] bindname = errorm; ^ --- ./buffer.o --- ../src/buffer.c:22:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR usebuffer(f, n) ^~~~~~~~~ ../src/buffer.c:44:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR nextbuffer(f, n) /* switch to the next buffer in the buffer list */ ^~~~~~~~~~ ../src/buffer.c:69:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR swbuffer(bp) /* make buffer BP current */ ^~~~~~~~ ../src/buffer.c:154:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR killbuffer(f, n) ^~~~~~~~~~ ../src/buffer.c:173:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR popbuffer(f, n) ^~~~~~~~~ ../src/buffer.c:218:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR zotbuf(bp) /* kill the buffer pointed to by bp */ ^~~~~~ ../src/buffer.c:274:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR namebuffer(f,n) /* Rename the current buffer */ ^~~~~~~~~~ ../src/buffer.c:309:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR listbuffers(f, n) ^~~~~~~~~~~ ../src/buffer.c:330:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR makelist(iflag) ^~~~~~~~ ../src/buffer.c:491:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR anycb() ^~~~~ ../src/buffer.c:601:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR bclear(bp) ^~~~~~ ../src/buffer.c:627:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR unmark(f, n) /* unmark the current buffers change flag */ ^~~~~~ --- ./exec.o --- ../src/exec.c:14:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR namedcmd(f, n) ^~~~~~~~ ../src/exec.c:64:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR execcmd(f, n) ^~~~~~~ ../src/exec.c:91:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR docmd(cline) ^~~~~ ../src/exec.c:241:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR macarg(tok) /* get a macro line argument */ ^~~~~~ ../src/exec.c:258:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR nextarg(prompt, buffer, size, terminator) ^~~~~~~ ../src/exec.c:293:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR storeproc(f, n) ^~~~~~~~~ ../src/exec.c:364:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR execproc(f, n) ^~~~~~~~ ../src/exec.c:398:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR execbuf(f, n) ^~~~~~~ ../src/exec.c:439:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR dobuf(bp) ^~~~~ --- ./abbrev.o --- ../src/abbrev.c: In function 'def_abbrevs': --- ./exec.o --- ../src/exec.c:974:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR debug(bp, eline, skipflag) ^~~~~ --- ./abbrev.o --- ../src/abbrev.c:227:11: warning: type defaults to 'int' in declaration of 'llength' [-Wimplicit-int] register llength; /* length of the current line being examined */ ^~~~~~~ --- ./exec.o --- ../src/exec.c:1113:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR execfile(f, n) /* execute a series of commands in a file */ ^~~~~~~~ ../src/exec.c:1164:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR dofile(fname) ^~~~~~ --- ./file.o --- ../src/file.c:26:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR fileread(f, n) ^~~~~~~~ ../src/file.c:49:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR insfile(f, n) ^~~~~~~ ../src/file.c:92:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR filefind(f, n) ^~~~~~~~ ../src/file.c:108:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR viewfile(f, n) /* visit a file in VIEW mode */ ^~~~~~~~ ../src/file.c:131:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR resetkey() /* reset the encryption key if needed */ ^~~~~~~~ ../src/file.c:164:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR getfile(fname, lockfl) ^~~~~~~ ../src/file.c:255:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR readin(fname, lockfl) ^~~~~~ ../src/file.c: In function 'readin': ../src/file.c:329:7: warning: implicit declaration of function 'access' [-Wimplicit-function-declaration] if (access(fname, 2 /* W_OK*/) != 0) ^~~~~~ ../src/file.c: At top level: ../src/file.c:483:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR filewrite(f, n) ^~~~~~~~~ ../src/file.c:506:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR fileapp(f, n) /* append file */ ^~~~~~~ ../src/file.c:535:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR filesave(f, n) ^~~~~~~~ ../src/file.c:591:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR writeout(fn, mode) ^~~~~~~~ ../src/file.c: In function 'writeout': ../src/file.c:689:8: warning: implicit declaration of function 'unlink'; did you mean 'upwind'? [-Wimplicit-function-declaration] if (unlink(fn) == 0 && rename(tname, fn) == 0) { ^~~~~~ upwind ../src/file.c:691:5: warning: implicit declaration of function 'chown' [-Wimplicit-function-declaration] chown(fn, (int)st.st_uid, (int)st.st_gid); ^~~~~ ../src/file.c: At top level: ../src/file.c:722:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR filename(f, n) ^~~~~~~~ ../src/file.c:750:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR ifile(fname) ^~~~~ ../src/file.c:862:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR showfiles(f, n) ^~~~~~~~~ --- ./fileio.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./fileio.o ../src/fileio.c ../src/fileio.c:31:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR ffropen(fn) ^~~~~~~ ../src/fileio.c:54:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR ffwopen(fn, mode) ^~~~~~~ ../src/fileio.c:94:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR ffclose() ^~~~~~~ ../src/fileio.c:127:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR ffputline(buf, nbuf) ^~~~~~~~~ ../src/fileio.c:186:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR ffgetline(nbytes) ^~~~~~~~~ --- ./input.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./input.o ../src/input.c --- ./isearch.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./isearch.o ../src/isearch.c --- ./input.o --- ../src/input.c:62:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR mlyesno(prompt) ^~~~~~~ ../src/input.c:109:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR mlreply(prompt, buf, nbuf) ^~~~~~~ ../src/input.c:122:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR ectoc(c) ^~~~~ ../src/input.c:139:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR ctoec(c) ^~~~~ ../src/input.c:1139:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR outstring(s) /* output a string of input characters */ ^~~~~~~~~ ../src/input.c:1149:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR ostring(s) /* output a string of output characters */ ^~~~~~~ --- ./keyboard.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./keyboard.o ../src/keyboard.c ../src/keyboard.c: In function 'cook': ../src/keyboard.c:486:11: warning: implicit declaration of function 'grabwait'; did you mean 'grantpt'? [-Wimplicit-function-declaration] qin(ch = grabwait()); /* Get first character untimed */ ^~~~~~~~ grantpt ../src/keyboard.c:521:10: warning: implicit declaration of function 'grabnowait'; did you mean 'grantpt'? [-Wimplicit-function-declaration] ch = grabnowait(); ^~~~~~~~~~ grantpt --- ./line.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./line.o ../src/line.c ../src/line.c:63:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR lfree(lp) ^~~~~ ../src/line.c:132:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR lchange(flag) ^~~~~~~ ../src/line.c:161:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR insspace(f, n) /* insert spaces forward into text */ ^~~~~~~~ ../src/line.c:223:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR linsert(int n, char c) ^~~~~~~ ../src/line.c:344:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR lowrite(char c) ^~~~~~~ ../src/line.c:473:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR ldelete(n, kflag) ^~~~~~~ ../src/line.c:731:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR putctext(iline) ^~~~~~~~ --- ./lock.o --- --- ./main.o --- --- ./lock.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./lock.o ../src/lock.c --- ./main.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./main.o ../src/main.c --- ./lock.o --- ../src/lock.c:182:1: warning: return type defaults to 'int' [-Wimplicit-int] lckhello() /* dummy function */ ^~~~~~~~ --- ./main.o --- ../src/main.c:93:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ ../src/main.c: In function 'main': ../src/main.c:104:18: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] signal(SIGWINCH,winch_changed); ^~~~~~~~~~~~~ In file included from /usr/include/signal.h:38, from ../src/main.c:68: /usr/include/sys/signal.h:317:17: note: expected 'void (*)(int)' but argument is of type 'void (*)(void)' __sighandler_t *signal(int, __sighandler_t *); ^~~~~~ ../src/main.c: At top level: ../src/main.c:464:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR editloop() ^~~~~~~~ ../src/main.c:713:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR execute(c, f, n) ^~~~~~~ ../src/main.c:879:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR quickexit(f, n) ^~~~~~~~~ ../src/main.c:918:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR quit(f, n) ^~~~ ../src/main.c:946:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR meexit(status) ^~~~~~ ../src/main.c:963:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR ctlxlp(f, n) ^~~~~~ --- ./mouse.o --- --- ./main.o --- ../src/main.c:986:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR ctlxrp(f, n) ^~~~~~ --- ./mouse.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./mouse.o ../src/mouse.c --- ./main.o --- ../src/main.c:1010:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR ctlxe(f, n) ^~~~~ ../src/main.c:1034:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR ctrlg(f, n) ^~~~~ --- ./screen.o --- --- ./main.o --- ../src/main.c:1049:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR rdonly() ^~~~~~ ../src/main.c:1058:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR resterr() ^~~~~~~ ../src/main.c:1075:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR meta(f, n) /* set META prefixing pending */ ^~~~ ../src/main.c:1086:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR cex(f, n) /* set ^X prefixing pending */ ^~~ --- ./screen.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./screen.o ../src/screen.c --- ./mouse.o --- ../src/mouse.c:32:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR movemd(f, n) ^~~~~~ ../src/mouse.c:89:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR mmove(f, n) ^~~~~ ../src/mouse.c:149:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR mregdown(f, n) ^~~~~~~~ ../src/mouse.c:257:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR mregup(f, n) ^~~~~~ ../src/mouse.c:375:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR movemu(f, n) ^~~~~~ ../src/mouse.c:571:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR mouseoffset(wp, lp, col) ^~~~~~~~~~~ ../src/mouse.c:607:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR mouse_screen() ^~~~~~~~~~~~ ../src/mouse.c:640:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR ismodeline(wp, row) ^~~~~~~~~~ ../src/mouse.c:662:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR resizm(f, n) ^~~~~~ --- ./random.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./random.o ../src/random.c ../src/random.c:20:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR showcpos(f, n) ^~~~~~~~ ../src/random.c:127:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR getccol(bflg) ^~~~~~~ ../src/random.c:185:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR setccol(pos) ^~~~~~~ ../src/random.c:235:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR twiddle(f, n) ^~~~~~~ ../src/random.c:290:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR quote(f, n) ^~~~~ ../src/random.c:337:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR tab(f, n) ^~~ ../src/random.c:353:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR detab(f, n) /* change tabs to spaces */ ^~~~~ ../src/random.c:398:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR entab(f, n) /* change spaces to tabs where posible */ ^~~~~ ../src/random.c:475:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR trim(f, n) ^~~~ ../src/random.c:523:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR openline(f, n) ^~~~~~~~ ../src/random.c:551:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR newline(f, n) ^~~~~~~ ../src/random.c:586:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR cinsert() /* insert a newline and indentation for C */ ^~~~~~~ ../src/random.c:648:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR insbrace(n, c) /* insert a brace into the text here...we are in CMODE */ ^~~~~~~~ ../src/random.c:744:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR inspound() /* insert a # into the text here...we are in CMODE */ ^~~~~~~~ ../src/random.c:779:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR deblank(f, n) ^~~~~~~ ../src/random.c:812:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR indent(f, n) ^~~~~~ ../src/random.c:860:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR forwdel(f, n) ^~~~~~~ ../src/random.c:889:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR backdel(f, n) ^~~~~~~ ../src/random.c:929:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR killtext(f, n) ^~~~~~~~ ../src/random.c:977:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR setmod(f, n) /* prompt and set an editor mode */ ^~~~~~ ../src/random.c:984:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR delmode(f, n) /* prompt and delete an editor mode */ ^~~~~~~ ../src/random.c:991:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR setgmode(f, n) /* prompt and set a global editor mode */ ^~~~~~~~ ../src/random.c:998:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR delgmode(f, n) /* prompt and delete a global editor mode */ ^~~~~~~~ ../src/random.c:1005:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR adjustmode(kind, global) /* change the editor mode status */ ^~~~~~~~~~ --- ./screen.o --- ../src/screen.c:69:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR cycle_screens(f, n) ^~~~~~~~~~~~~ ../src/screen.c:85:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR find_screen(f, n) ^~~~~~~~~~~ ../src/screen.c:116:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR free_screen(sp) /* free all resouces associated with a screen */ ^~~~~~~~~~~ --- ./random.o --- ../src/random.c:1121:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR clrmes(f, n) ^~~~~~ ../src/random.c:1132:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR writemsg(f, n) ^~~~~~~~ --- ./screen.o --- ../src/screen.c:167:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR delete_screen(f, n) ^~~~~~~~~~~~~ --- ./random.o --- ../src/random.c:1150:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR getfence(f, n) ^~~~~~~~ ../src/random.c:1245:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR fmatch(char ch) ^~~~~~ --- ./screen.o --- ../src/screen.c:399:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR list_screens(f, n) ^~~~~~~~~~~~ ../src/screen.c:421:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR screenlist(iflag) ^~~~~~~~~~ --- ./random.o --- ../src/random.c:1321:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR istring(f, n) ^~~~~~~ --- ./region.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./region.o ../src/region.c --- ./random.o --- ../src/random.c:1347:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR ovstring(f, n) /* ask for and overwite a string into the current ^~~~~~~~ --- ./region.o --- ../src/region.c:54:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR killregion(f, n) ^~~~~~~~~~ ../src/region.c:90:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR copyregion(f, n) ^~~~~~~~~~ ../src/region.c:132:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR lowerregion(f, n) ^~~~~~~~~~~ ../src/region.c:197:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR upperregion(f, n) ^~~~~~~~~~~ ../src/region.c:258:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR narrow(f, n) ^~~~~~ ../src/region.c:348:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR widen(f, n) ^~~~~ --- ./search.o --- --- ./region.o --- ../src/region.c:441:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR getregion(rp) ^~~~~~~~~ ../src/region.c: In function 'getreg': ../src/region.c:542:9: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return(errorm); ^ ../src/region.c: At top level: ../src/region.c:551:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR indent_region(f, n) /* indent a region n tab-stops */ ^~~~~~~~~~~~~ ../src/region.c:590:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR undent_region(f, n) /* undent a region n tab-stops */ ^~~~~~~~~~~~~ --- ./search.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./search.o ../src/search.c --- ./eval.o --- ../src/eval.c: In function 'gtfun': cc1: warning: function may return address of local variable [-Wreturn-local-addr] ../src/eval.c:79:7: note: declared here char arg1[NSTRING]; /* value of first argument */ ^~~~ cc1: warning: function may return address of local variable [-Wreturn-local-addr] ../src/eval.c:79:7: note: declared here cc1: warning: function may return address of local variable [-Wreturn-local-addr] ../src/eval.c:79:7: note: declared here cc1: warning: function may return address of local variable [-Wreturn-local-addr] ../src/eval.c:79:7: note: declared here --- ./replace.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./replace.o ../src/replace.c --- ./tags.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./tags.o ../src/tags.c ../src/tags.c:70:1: warning: return type defaults to 'int' [-Wimplicit-int] newtags(path) ^~~~~~~ ../src/tags.c:108:1: warning: return type defaults to 'int' [-Wimplicit-int] lookup() ^~~~~~ ../src/tags.c:179:1: warning: return type defaults to 'int' [-Wimplicit-int] restword(str, lmax) ^~~~~~~~ ../src/tags.c:210:1: warning: return type defaults to 'int' [-Wimplicit-int] backupword(f, n) ^~~~~~~~~~ ../src/tags.c:235:1: warning: return type defaults to 'int' [-Wimplicit-int] alterpattern(pattern) ^~~~~~~~~~~~ ../src/tags.c:301:1: warning: return type defaults to 'int' [-Wimplicit-int] tagger(errmsg, retag) ^~~~~~ --- ./undo.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./undo.o ../src/undo.c ../src/undo.c:266:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR undolist() ^~~~~~~~ --- ./unix.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./unix.o ../src/unix.c --- ./window.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./window.o ../src/window.c --- ./word.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h -c -o ./word.o ../src/word.c --- ./window.o --- ../src/window.c:18:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR reposition(f, n) ^~~~~~~~~~ ../src/window.c:34:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR refresh(f, n) ^~~~~~~ ../src/window.c:57:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR nextwind(f, n) ^~~~~~~~ ../src/window.c:104:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR prevwind(f, n) ^~~~~~~~ ../src/window.c:138:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR mvdnwind(f, n) ^~~~~~~~ ../src/window.c:153:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR mvupwind(f, n) ^~~~~~~~ ../src/window.c:200:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR onlywind(f, n) ^~~~~~~~ ../src/window.c:256:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR delwind(f,n) ^~~~~~~ ../src/window.c:343:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR splitwind(f, n) ^~~~~~~~~ ../src/window.c:435:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR enlargewind(f, n) ^~~~~~~~~~~ ../src/window.c:486:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR shrinkwind(f, n) ^~~~~~~~~~ ../src/window.c:534:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR resize(f, n) ^~~~~~ --- ./unix.o --- ../src/unix.c: In function 'putpad': ../src/unix.c:766:2: warning: implicit declaration of function 'tputs'; did you mean 'puts'? [-Wimplicit-function-declaration] tputs(seq, 1, ttputc); ^~~~~ puts --- ./window.o --- ../src/window.c:620:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR nextup(f, n) /* scroll the next window up (back) a page */ ^~~~~~ ../src/window.c:630:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR nextdown(f, n) /* scroll the next window down (forward) a page */ ^~~~~~~~ ../src/window.c:640:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR savewnd(f, n) /* save ptr to current window */ ^~~~~~~ ../src/window.c:649:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR restwnd(f, n) /* restore the saved screen */ ^~~~~~~ ../src/window.c:673:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR newsize(f, n) /* resize the screen, re-writing the screen */ ^~~~~~~ --- ./unix.o --- ../src/unix.c: In function 'scopen': ../src/unix.c:807:11: warning: implicit declaration of function 'tgetent'; did you mean 'cgetent'? [-Wimplicit-function-declaration] status = tgetent(tcbuf, cp); ^~~~~~~ cgetent --- ./window.o --- ../src/window.c:775:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR newwidth(f, n) /* resize the screen, re-writing the screen */ ^~~~~~~~ ../src/window.c:814:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR new_col_org(f, n) /* reposition the screen, re-writing the screen */ ^~~~~~~~~~~ ../src/window.c:841:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR new_row_org(f, n) /* reposition the screen, re-writing the screen */ ^~~~~~~~~~~ --- ./unix.o --- ../src/unix.c:825:17: warning: implicit declaration of function 'tgetnum'; did you mean 'cgetnum'? [-Wimplicit-function-declaration] term.t_nrow = tgetnum("li"); ^~~~~~~ cgetnum ../src/unix.c:881:11: warning: implicit declaration of function 'tgetflag'; did you mean 'tgetstr'? [-Wimplicit-function-declaration] hpterm = tgetflag("xs"); ^~~~~~~~ tgetstr ../src/unix.c: At top level: ../src/unix.c:1076:1: warning: return type defaults to 'int' [-Wimplicit-int] scbeep() ^~~~~~ ../src/unix.c: In function 'bktoshell': ../src/unix.c:1219:5: warning: type of 'f' defaults to 'int' [-Wimplicit-int] int bktoshell(f, n) ^~~~~~~~~ ../src/unix.c:1219:5: warning: type of 'n' defaults to 'int' [-Wimplicit-int] ../src/unix.c: In function 'winch_changed': ../src/unix.c:1721:18: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] signal(SIGWINCH,winch_changed); ^~~~~~~~~~~~~ In file included from /usr/include/sys/param.h:261, from ../src/unix.c:105: /usr/include/sys/signal.h:317:17: note: expected 'void (*)(int)' but argument is of type 'void (*)(void)' __sighandler_t *signal(int, __sighandler_t *); ^~~~~~ ../src/unix.c: In function 'winch_new_size': ../src/unix.c:1732:2: warning: implicit declaration of function 'winch_vtresize'; did you mean 'winch_new_size'? [-Wimplicit-function-declaration] winch_vtresize(win.ws_row,win.ws_col); ^~~~~~~~~~~~~~ winch_new_size --- ./word.o --- ../src/word.c:21:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR wrapword(f, n) ^~~~~~~~ ../src/word.c:77:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR backword(f, n) ^~~~~~~~ ../src/word.c:103:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR forwword(f, n) ^~~~~~~~ ../src/word.c:130:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR endword(f, n) ^~~~~~~ ../src/word.c:158:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR upperword(f, n) ^~~~~~~~~ ../src/word.c:195:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR lowerword(f, n) ^~~~~~~~~ ../src/word.c:233:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR capword(f, n) ^~~~~~~ ../src/word.c:283:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR delfword(f, n) ^~~~~~~~ ../src/word.c:375:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR delbword(f, n) ^~~~~~~~ ../src/word.c:457:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR fillpara(f, n) /* Fill the current paragraph according to the ^~~~~~~~ ../src/word.c:603:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR killpara(f, n) /* delete n paragraphs starting with the current one */ ^~~~~~~~ ../src/word.c:638:13: warning: return type defaults to 'int' [-Wimplicit-int] PASCAL NEAR wordcount(f, n) ^~~~~~~~~ --- emacs --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I. -I../h ./abbrev.o ./basic.o ./bind.o ./buffer.o ./char.o ./crypt.o ./display.o ./dolock.o ./eval.o ./exec.o ./file.o ./fileio.o ./input.o ./isearch.o ./keyboard.o ./line.o ./lock.o ./main.o ./mouse.o ./screen.o ./random.o ./region.o ./search.o ./replace.o ./tags.o ./undo.o ./unix.o ./window.o ./word.o -L/usr/local/lib -Wl,-rpath=/usr/local/lib -lncurses -lc -o emacs SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> uemacs-4.0 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for uemacs-4.0 ===> uemacs-4.0 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Generating temporary packing list (cd freebsd; make emacs) `emacs' is up to date. install -s -m 555 freebsd/emacs /construction/editors/uemacs/stage/usr/local/bin/uemacs mkdir -p /construction/editors/uemacs/stage/usr/local/share/uemacs install -m 0644 cmd/* /construction/editors/uemacs/stage/usr/local/share/uemacs mv /construction/editors/uemacs/stage/usr/local/share/uemacs/emacs.rc /construction/editors/uemacs/stage/usr/local/share/uemacs/.emacsrc ====> 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 Warning: Possible REINPLACE_CMD issues sed failed: file content unchanged from backup: src/abbrev.c sed failed: file content unchanged from backup: src/amigados.c sed failed: file content unchanged from backup: src/ansi.c sed failed: file content unchanged from backup: src/aosvs.c sed failed: file content unchanged from backup: src/basic.c sed failed: file content unchanged from backup: src/buffer.c sed failed: file content unchanged from backup: src/char.c sed failed: file content unchanged from backup: src/cmdfix.c sed failed: file content unchanged from backup: src/crypt.c sed failed: file content unchanged from backup: src/dg10.c sed failed: file content unchanged from backup: src/display.c sed failed: file content unchanged from backup: src/dolock.c sed failed: file content unchanged from backup: src/eval.c sed failed: file content unchanged from backup: src/exec.c sed failed: file content unchanged from backup: src/file.c sed failed: file content unchanged from backup: src/fileio.c sed failed: file content unchanged from backup: src/fmr.c sed failed: file content unchanged from backup: src/fmrdos.c sed failed: file content unchanged from backup: src/history.c sed failed: file content unchanged from backup: src/hp110.c sed failed: file content unchanged from backup: src/hp150.c sed failed: file content unchanged from backup: src/i55.c sed failed: file content unchanged from backup: src/ibmpc.c sed failed: file content unchanged from backup: src/input.c sed failed: file content unchanged from backup: src/isearch.c sed failed: file content unchanged from backup: src/keyboard.c sed failed: file content unchanged from backup: src/line.c sed failed: file content unchanged from backup: src/lock.c sed failed: file content unchanged from backup: src/main.c sed failed: file content unchanged from backup: src/mouse.c sed failed: file content unchanged from backup: src/mpe.c sed failed: file content unchanged from backup: src/msdos.c sed failed: file content unchanged from backup: src/mswdisp.c sed failed: file content unchanged from backup: src/mswdrv.c sed failed: file content unchanged from backup: src/mswemacs.c sed failed: file content unchanged from backup: src/mswexec.c sed failed: file content unchanged from backup: src/mswfile.c sed failed: file content unchanged from backup: src/mswfont.c sed failed: file content unchanged from backup: src/mswinput.c sed failed: file content unchanged from backup: src/mswmem.c sed failed: file content unchanged from backup: src/mswmenu.c sed failed: file content unchanged from backup: src/mswsys.c sed failed: file content unchanged from backup: src/nec.c sed failed: file content unchanged from backup: src/necdos.c sed failed: file content unchanged from backup: src/nt.c sed failed: file content unchanged from backup: src/ntconio.c sed failed: file content unchanged from backup: src/os2.c sed failed: file content unchanged from backup: src/os2npm.c sed failed: file content unchanged from backup: src/posix.c sed failed: file content unchanged from backup: src/random.c sed failed: file content unchanged from backup: src/region.c sed failed: file content unchanged from backup: src/replace.c sed failed: file content unchanged from backup: src/screen.c sed failed: file content unchanged from backup: src/search.c sed failed: file content unchanged from backup: src/smg.c sed failed: file content unchanged from backup: src/st52.c sed failed: file content unchanged from backup: src/tags.c sed failed: file content unchanged from backup: src/tcap.c sed failed: file content unchanged from backup: src/tipc.c sed failed: file content unchanged from backup: src/tos.c sed failed: file content unchanged from backup: src/undo.c sed failed: file content unchanged from backup: src/unix.c sed failed: file content unchanged from backup: src/vms.c sed failed: file content unchanged from backup: src/vt52.c sed failed: file content unchanged from backup: src/window.c sed failed: file content unchanged from backup: src/wmcs.c sed failed: file content unchanged from backup: src/word.c sed failed: file content unchanged from backup: src/xvt.c sed failed: file content unchanged from backup: src/xvtdos.c sed failed: file content unchanged from backup: src/z309.c SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for uemacs-4.0 file sizes/checksums [21]: 0% file sizes/checksums [21]: 100% packing files [21]: 0% packing files [21]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:06