=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/editors/ce", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for ce-4.8 --- fio.o --- --- misc.o --- --- vers.c --- --- version.o --- --- misc.o --- rm -f misc.o --- vers.c --- sh ./support/newvers.sh # might need bash here --- fio.o --- rm -f fio.o --- version.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -DSTRVERSION='"version 4.8"' -DCEVERSION='"ce-4.8"' -DXCEVERSION='"xce-4.8"' -DHOSTINFO='"solaris2.11"' -c ./version.c --- misc.o --- gcc -I. -I. -DHAVE_CONFIG_H -DLIBDIR=\"/opt/pkg/share/doc/ce\" -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -c misc.c --- fio.o --- gcc -I. -I. -DHAVE_CONFIG_H -DLIBDIR=\"/opt/pkg/share/doc/ce\" -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -c fio.c --- vers.o --- rm -f vers.o --- version.o --- ./version.c: In function 'showversion': ./version.c:54:1: warning: old-style function definition [-Wold-style-definition] 54 | showversion(f,n) | ^~~~~~~~~~~ --- vers.o --- gcc -I. -I. -DHAVE_CONFIG_H -DLIBDIR=\"/opt/pkg/share/doc/ce\" -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -c vers.c --- fio.o --- fio.c: In function 'fioflush': fio.c:56:1: warning: old-style function definition [-Wold-style-definition] 56 | fioflush(c, fd) | ^~~~~~~~ fio.c:58:1: error: number of arguments doesn't match prototype 58 | { | ^ In file included from fio.c:36: fio.h:75:17: error: prototype declaration 75 | extern int fioflush(); | ^~~~~~~~ fio.c: In function 'fioclose': fio.c:69:1: warning: old-style function definition [-Wold-style-definition] 69 | fioclose(fd) | ^~~~~~~~ fio.c:71:1: error: number of arguments doesn't match prototype 71 | { | ^ fio.h:76:17: error: prototype declaration 76 | extern int fioclose(); | ^~~~~~~~ fio.c:78:17: error: too many arguments to function 'fioflush'; expected 0, have 2 78 | fioflush(0, fd); | ^~~~~~~~ ~ fio.c:56:1: note: declared here 56 | fioflush(c, fd) | ^~~~~~~~ fio.c: In function 'readbuf': fio.c:115:1: warning: old-style function definition [-Wold-style-definition] 115 | readbuf(fd) | ^~~~~~~ fio.c: In function 'repopbuf': fio.c:142:1: warning: old-style function definition [-Wold-style-definition] 142 | repopbuf(fd) | ^~~~~~~~ fio.c:144:1: error: number of arguments doesn't match prototype 144 | { | ^ fio.h:78:17: error: prototype declaration 78 | extern int repopbuf(); | ^~~~~~~~ fio.c: In function 'fiosetfd': fio.c:168:1: warning: old-style function definition [-Wold-style-definition] 168 | fiosetfd(fd, mode) | ^~~~~~~~ --- misc.o --- misc.c:35:23: error: conflicting types for 'getpwnam'; have 'struct passwd *(void)' 35 | extern struct passwd *getpwnam(); | ^~~~~~~~ --- fio.o --- fio.c:170:1: error: number of arguments doesn't match prototype 170 | { | ^ fio.h:81:17: error: prototype declaration 81 | extern void fiosetfd(); | ^~~~~~~~ fio.c:172:17: error: too many arguments to function 'fioclose'; expected 0, have 1 172 | fioclose(ffd); | ^~~~~~~~ ~~~ --- misc.o --- In file included from misc.c:27: /usr/include/pwd.h:70:23: note: previous declaration of 'getpwnam' with type 'struct passwd *(const char *)' 70 | extern struct passwd *getpwnam(const char *); /* MT-unsafe */ | ^~~~~~~~ --- fio.o --- fio.c:69:1: note: declared here 69 | fioclose(fd) | ^~~~~~~~ --- misc.o --- misc.c: In function 'ustrdup': --- fio.o --- fio.c: In function 'fiogetline': --- misc.o --- misc.c:97:1: warning: old-style function definition [-Wold-style-definition] 97 | ustrdup(s, len) | ^~~~~~~ --- fio.o --- fio.c:195:1: warning: old-style function definition [-Wold-style-definition] 195 | fiogetline(lenp) | ^~~~~~~~~~ fio.c:197:1: error: number of arguments doesn't match prototype 197 | { | ^ fio.h:71:26: error: prototype declaration 71 | extern unsigned char *fiogetline(); | ^~~~~~~~~~ fio.c:212:23: error: too many arguments to function 'ustrdup'; expected 0, have 2 212 | ret = ustrdup(fiobuf + fiop, *lenp); | ^~~~~~~ ~~~~~~~~~~~~~ fio.c:38:23: note: declared here 38 | extern unsigned char *ustrdup(); | ^~~~~~~ fio.h:50:68: error: too many arguments to function 'repopbuf'; expected 0, have 1 50 | #define fiogetc(fd) (--fiocnt >= 0 ? (fiobuf[fiop++] & 0xFF) : repopbuf(fd)) | ^~~~~~~~ fio.c:239:21: note: in expansion of macro 'fiogetc' 239 | while ((c = fiogetc(ffd)) != EOF) { | ^~~~~~~ fio.c:142:1: note: declared here 142 | repopbuf(fd) | ^~~~~~~~ --- misc.o --- misc.c: In function 'failed': misc.c:133:1: warning: old-style function definition [-Wold-style-definition] 133 | failed(call, fn, err) | ^~~~~~ misc.c: In function 'xpanic': misc.c:143:1: warning: old-style function definition [-Wold-style-definition] 143 | xpanic(s) | ^~~~~~ misc.c:145:1: error: number of arguments doesn't match prototype 145 | { | ^ In file included from misc.c:26: externs.h:408:17: error: prototype declaration 408 | extern void xpanic(); | ^~~~~~ misc.c: In function 'tilde': misc.c:196:1: warning: old-style function definition [-Wold-style-definition] 196 | tilde(fn, buf, buflen) | ^~~~~ misc.c:199:1: error: number of arguments doesn't match prototype 199 | { | ^ externs.h:407:18: error: prototype declaration 407 | extern char *tilde(); | ^~~~~ misc.c:239:38: error: too many arguments to function 'getpwnam'; expected 0, have 1 239 | if ((pwent = getpwnam(buf)) != NULL) { | ^~~~~~~~ ~~~ misc.c:35:23: note: declared here 35 | extern struct passwd *getpwnam(); | ^~~~~~~~ --- fio.o --- *** [fio.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/editors/ce/work/ce-4.8 --- misc.o --- *** [misc.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/editors/ce/work/ce-4.8 bmake: 2 errors bmake: stopped making "all" in /home/pbulk/work/editors/ce/work/ce-4.8 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/editors/ce *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/editors/ce