=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/qvplay", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for qvplay-0.95 --- tty.o --- --- command.o --- --- tty.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c tty.c --- command.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c command.c command.c: In function 'QVsetfd': command.c:62:1: warning: old-style function definition [-Wold-style-definition] 62 | QVsetfd(fd) | ^~~~~~~ command.c: In function 'calcsum': command.c:77:1: warning: old-style function definition [-Wold-style-definition] 77 | calcsum(p, len) | ^~~~~~~ command.c: In function 'wbyte': command.c:93:1: warning: old-style function definition [-Wold-style-definition] 93 | wbyte(c) | ^~~~~ command.c:102:7: error: too many arguments to function 'Exit'; expected 0, have 1 102 | Exit(1); | ^~~~ ~ In file included from command.c:5: common.h:65:9: note: declared here 65 | void Exit P__((int)); | ^~~~ command.c: In function 'rbyte': command.c:112:7: error: too many arguments to function 'readtty'; expected 0, have 3 112 | if (readtty(QVfd, &c, 1) < 0) { | ^~~~~~~ ~~~~ In file included from command.c:18: tty.h:3:9: note: declared here 3 | int readtty P__((int, u_char *, int)); | ^~~~~~~ command.c:117:7: error: too many arguments to function 'Exit'; expected 0, have 1 117 | Exit(1); | ^~~~ ~ common.h:65:9: note: declared here 65 | void Exit P__((int)); | ^~~~ command.c: In function 'wstr': command.c:137:1: warning: old-style function definition [-Wold-style-definition] 137 | wstr(p, len) | ^~~~ command.c:147:7: error: too many arguments to function 'Exit'; expected 0, have 1 147 | Exit(1); | ^~~~ ~ common.h:65:9: note: declared here 65 | void Exit P__((int)); | ^~~~ command.c: In function 'rstr': command.c:153:1: warning: old-style function definition [-Wold-style-definition] 153 | rstr(p, len) | ^~~~ command.c:159:7: error: too many arguments to function 'readtty'; expected 0, have 3 159 | if (readtty(QVfd, p, len) < 0) { | ^~~~~~~ ~~~~ tty.h:3:9: note: declared here 3 | int readtty P__((int, u_char *, int)); | ^~~~~~~ command.c:164:7: error: too many arguments to function 'Exit'; expected 0, have 1 164 | Exit(1); | ^~~~ ~ common.h:65:9: note: declared here 65 | void Exit P__((int)); | ^~~~ command.c: In function 'QVreset': command.c:186:1: warning: old-style function definition [-Wold-style-definition] 186 | QVreset(flag) | ^~~~~~~ command.c: In function 'QVremain': command.c:229:1: warning: old-style function definition [-Wold-style-definition] 229 | QVremain(n) /* 100 only may be*/ | ^~~~~~~~ command.c: In function 'QVshowpicture': command.c:264:1: warning: old-style function definition [-Wold-style-definition] 264 | QVshowpicture(n) | ^~~~~~~~~~~~~ command.c: In function 'QVchangespeed': command.c:327:1: warning: old-style function definition [-Wold-style-definition] 327 | QVchangespeed(speed) | ^~~~~~~~~~~~~ command.c:393:3: error: too many arguments to function 'changespeed'; expected 0, have 2 393 | changespeed(QVfd, baud); | ^~~~~~~~~~~ ~~~~ tty.h:1:9: note: declared here 1 | int changespeed P__((int, int)); | ^~~~~~~~~~~ command.c: In function 'QVsectorsize': command.c:403:1: warning: old-style function definition [-Wold-style-definition] 403 | QVsectorsize(n) | ^~~~~~~~~~~~ command.c: In function 'QVblockrecv': command.c:511:1: warning: old-style function definition [-Wold-style-definition] 511 | QVblockrecv(buf, filesize) | ^~~~~~~~~~~ command.c:543:7: error: too many arguments to function 'flushtty'; expected 0, have 1 543 | flushtty(QVfd); | ^~~~~~~~ ~~~~ tty.h:4:9: note: declared here 4 | void flushtty P__((int)); | ^~~~~~~~ --- tty.o --- tty.c: In function 'changespeed': --- command.o --- command.c:566:7: error: too many arguments to function 'flushtty'; expected 0, have 1 566 | flushtty(QVfd); | ^~~~~~~~ ~~~~ tty.h:4:9: note: declared here 4 | void flushtty P__((int)); | ^~~~~~~~ command.c:582:7: error: too many arguments to function 'flushtty'; expected 0, have 1 582 | flushtty(QVfd); | ^~~~~~~~ ~~~~ tty.h:4:9: note: declared here 4 | void flushtty P__((int)); | ^~~~~~~~ --- tty.o --- tty.c:51:5: warning: old-style function definition [-Wold-style-definition] 51 | int changespeed(fd, baud) | ^~~~~~~~~~~ tty.c:54:1: error: number of arguments doesn't match prototype 54 | { | ^ In file included from tty.c:47: tty.h:1:9: error: prototype declaration 1 | int changespeed P__((int, int)); | ^~~~~~~~~~~ --- command.o --- command.c: In function 'QVblocksend': command.c:595:1: warning: old-style function definition [-Wold-style-definition] 595 | QVblocksend(buf, size) | ^~~~~~~~~~~ command.c: In function 'QVdefaultpicture': command.c:702:1: warning: old-style function definition [-Wold-style-definition] 702 | QVdefaultpicture(n) | ^~~~~~~~~~~~~~~~ --- tty.o --- tty.c:116:3: error: too many arguments to function 'flushtty'; expected 0, have 1 116 | flushtty(fd); | ^~~~~~~~ ~~ tty.h:4:9: note: declared here 4 | void flushtty P__((int)); | ^~~~~~~~ tty.c: In function 'opentty': tty.c:120:5: warning: old-style function definition [-Wold-style-definition] 120 | int opentty(path) | ^~~~~~~ tty.c:122:1: error: number of arguments doesn't match prototype 122 | { | ^ tty.h:2:9: error: prototype declaration 2 | int opentty P__((char *)); | ^~~~~~~ tty.c:139:8: error: too many arguments to function 'changespeed'; expected 0, have 2 139 | if(changespeed(fd, DEFAULTBAUD) < 0) | ^~~~~~~~~~~ ~~ tty.c:51:5: note: declared here 51 | int changespeed(fd, baud) | ^~~~~~~~~~~ tty.c: In function 'readtty': tty.c:149:5: warning: old-style function definition [-Wold-style-definition] 149 | int readtty(fd, p, c) | ^~~~~~~ tty.c:153:1: error: number of arguments doesn't match prototype 153 | { | ^ tty.h:3:9: error: prototype declaration 3 | int readtty P__((int, u_char *, int)); | ^~~~~~~ tty.c: In function 'flushtty': tty.c:184:6: warning: old-style function definition [-Wold-style-definition] 184 | void flushtty(fd) | ^~~~~~~~ tty.c:186:1: error: number of arguments doesn't match prototype 186 | { | ^ tty.h:4:9: error: prototype declaration 4 | void flushtty P__((int)); | ^~~~~~~~ *** [tty.o] Error code 1 bmake: stopped making "all" in /tmp/work/graphics/qvplay/work/QVplay095/src --- command.o --- *** [command.o] Error code 1 bmake: stopped making "all" in /tmp/work/graphics/qvplay/work/QVplay095/src bmake: 2 errors bmake: stopped making "all" in /tmp/work/graphics/qvplay/work/QVplay095/src *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/qvplay *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/qvplay