=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/texi2roff", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for texi2roff-2.0 --- texi2roff.o --- --- table.o --- --- translate.o --- --- texi2roff.o --- cc -g -c texi2roff.c --- table.o --- cc -g -c table.c --- translate.o --- cc -g -c translate.c translate.c: In function 'errormsg': translate.c:41:1: warning: old-style function definition [-Wold-style-definition] 41 | errormsg( message, other) | ^~~~~~~~ translate.c: In function 'translate': translate.c:54:1: warning: old-style function definition [-Wold-style-definition] 54 | translate(in, inname) | ^~~~~~~~~ translate.c:102:19: error: too many arguments to function 'gettoken'; expected 0, have 2 102 | inp = gettoken(inp, token); | ^~~~~~~~ ~~~ translate.c:30:15: note: declared here 30 | extern char * gettoken(); | ^~~~~~~~ translate.c:103:19: error: too many arguments to function 'interpret'; expected 0, have 2 103 | inp = interpret(token, output); | ^~~~~~~~~ ~~~~~ translate.c:34:15: note: declared here 34 | extern char * interpret(); | ^~~~~~~~~ translate.c: In function 'lookup_var': translate.c:145:1: warning: old-style function definition [-Wold-style-definition] 145 | lookup_var(name) | ^~~~~~~~~~ translate.c: In function 'set_var': translate.c:171:1: warning: old-style function definition [-Wold-style-definition] 171 | set_var(name, is_set, value) | ^~~~~~~ translate.c: In function 'var_is_set': translate.c:190:1: warning: old-style function definition [-Wold-style-definition] 190 | var_is_set(name) | ^~~~~~~~~~ translate.c: In function 'get_var': translate.c:199:1: warning: old-style function definition [-Wold-style-definition] 199 | get_var(name) | ^~~~~~~ translate.c: In function 'interpret': translate.c:237:1: warning: old-style function definition [-Wold-style-definition] 237 | interpret(token, outstring) | ^~~~~~~~~ translate.c:240:1: error: number of arguments doesn't match prototype 240 | { | ^ translate.c:34:15: error: prototype declaration 34 | extern char * interpret(); | ^~~~~~~~~ translate.c:277:26: error: too many arguments to function 'eatwhitespace'; expected 0, have 1 277 | s = gettoken(eatwhitespace(s),tempstr); | ^~~~~~~~~~~~~ ~ translate.c:31:15: note: declared here 31 | extern char * eatwhitespace(); | ^~~~~~~~~~~~~ translate.c:277:17: error: too many arguments to function 'gettoken'; expected 0, have 2 277 | s = gettoken(eatwhitespace(s),tempstr); | ^~~~~~~~ ~~~~~~~~~~~~~~~~ translate.c:30:15: note: declared here 30 | extern char * gettoken(); | ^~~~~~~~ translate.c:328:21: error: too many arguments to function 'lookup'; expected 0, have 1 328 | if ((tptr = lookup(token)) == NULL){ | ^~~~~~ ~~~~~ translate.c:27:27: note: declared here 27 | extern struct tablerecd * lookup(); | ^~~~~~ translate.c:360:21: error: too many arguments to function 'eatwhitespace'; expected 0, have 1 360 | s = eatwhitespace(s); | ^~~~~~~~~~~~~ ~ translate.c:31:15: note: declared here 31 | extern char * eatwhitespace(); | ^~~~~~~~~~~~~ translate.c:394:21: error: too many arguments to function 'itemize'; expected 0, have 2 394 | s = itemize(s, token); | ^~~~~~~ ~ translate.c:32:15: note: declared here 32 | extern char * itemize(); | ^~~~~~~ translate.c:402:32: error: too many arguments to function 'eatwhitespace'; expected 0, have 1 402 | s = doitem(eatwhitespace(s),itemtag); | ^~~~~~~~~~~~~ ~ translate.c:31:15: note: declared here 31 | extern char * eatwhitespace(); | ^~~~~~~~~~~~~ translate.c:402:25: error: too many arguments to function 'doitem'; expected 0, have 2 402 | s = doitem(eatwhitespace(s),itemtag); | ^~~~~~ ~~~~~~~~~~~~~~~~ translate.c:33:15: note: declared here 33 | extern char * doitem(); | ^~~~~~ translate.c:405:30: error: too many arguments to function 'gettoken'; expected 0, have 2 405 | cp = gettoken(cp, tempstr); | ^~~~~~~~ ~~ translate.c:30:15: note: declared here 30 | extern char * gettoken(); | ^~~~~~~~ translate.c:406:32: error: too many arguments to function 'interpret'; expected 0, have 2 406 | (void) interpret(tempstr, outstring); | ^~~~~~~~~ ~~~~~~~ translate.c:237:1: note: declared here 237 | interpret(token, outstring) | ^~~~~~~~~ translate.c:411:30: error: too many arguments to function 'eatwhitespace'; expected 0, have 1 411 | s = gettoken(eatwhitespace(s),tempstr); | ^~~~~~~~~~~~~ ~ translate.c:31:15: note: declared here 31 | extern char * eatwhitespace(); | ^~~~~~~~~~~~~ translate.c:411:21: error: too many arguments to function 'gettoken'; expected 0, have 2 411 | s = gettoken(eatwhitespace(s),tempstr); | ^~~~~~~~ ~~~~~~~~~~~~~~~~ translate.c:30:15: note: declared here 30 | extern char * gettoken(); | ^~~~~~~~ translate.c:417:34: error: too many arguments to function 'eatwhitespace'; expected 0, have 1 417 | s = gettoken(eatwhitespace(s),tempstr); | ^~~~~~~~~~~~~ ~ translate.c:31:15: note: declared here 31 | extern char * eatwhitespace(); | ^~~~~~~~~~~~~ translate.c:417:25: error: too many arguments to function 'gettoken'; expected 0, have 2 417 | s = gettoken(eatwhitespace(s),tempstr); | ^~~~~~~~ ~~~~~~~~~~~~~~~~ translate.c:30:15: note: declared here 30 | extern char * gettoken(); | ^~~~~~~~ translate.c:419:28: error: too many arguments to function 'interpret'; expected 0, have 2 419 | (void) interpret(tempstr, outstring); | ^~~~~~~~~ ~~~~~~~ translate.c:237:1: note: declared here 237 | interpret(token, outstring) | ^~~~~~~~~ translate.c:427:21: error: too many arguments to function 'eatwhitespace'; expected 0, have 1 427 | s = eatwhitespace(s); | ^~~~~~~~~~~~~ ~ translate.c:31:15: note: declared here 31 | extern char * eatwhitespace(); | ^~~~~~~~~~~~~ translate.c:435:32: error: too many arguments to function 'process'; expected 0, have 2 435 | (void) process(fp, tempstr); | ^~~~~~~ ~~ translate.c:255:21: note: declared here 255 | extern int process(); /* for @include files */ | ^~~~~~~ translate.c:443:21: error: too many arguments to function 'eatwhitespace'; expected 0, have 1 443 | s = eatwhitespace(s); | ^~~~~~~~~~~~~ ~ translate.c:31:15: note: declared here 31 | extern char * eatwhitespace(); | ^~~~~~~~~~~~~ translate.c:455:21: error: too many arguments to function 'eatwhitespace'; expected 0, have 1 455 | s = eatwhitespace(s); | ^~~~~~~~~~~~~ ~ translate.c:31:15: note: declared here 31 | extern char * eatwhitespace(); | ^~~~~~~~~~~~~ translate.c:464:25: error: too many arguments to function 'eatwhitespace'; expected 0, have 1 464 | s = eatwhitespace(s); | ^~~~~~~~~~~~~ ~ translate.c:31:15: note: declared here 31 | extern char * eatwhitespace(); | ^~~~~~~~~~~~~ translate.c: In function 'eatwhitespace': translate.c:498:1: warning: old-style function definition [-Wold-style-definition] 498 | eatwhitespace(s) | ^~~~~~~~~~~~~ translate.c:500:1: error: number of arguments doesn't match prototype 500 | { | ^ translate.c:31:15: error: prototype declaration 31 | extern char * eatwhitespace(); | ^~~~~~~~~~~~~ translate.c: In function 'strpbrk_like': translate.c:513:1: warning: old-style function definition [-Wold-style-definition] 513 | strpbrk_like(str, set) | ^~~~~~~~~~~~ translate.c: In function 'gettoken': translate.c:542:1: warning: old-style function definition [-Wold-style-definition] 542 | gettoken(s, token) | ^~~~~~~~ translate.c:545:1: error: number of arguments doesn't match prototype 545 | { | ^ translate.c:30:15: error: prototype declaration 30 | extern char * gettoken(); | ^~~~~~~~ --- texi2roff.o --- texi2roff.c: In function 'main': texi2roff.c:97:12: error: too many arguments to function 'initialize'; expected 0, have 3 97 | (void) initialize(macropkg, showInfo, makeindex); | ^~~~~~~~~~ ~~~~~~~~ texi2roff.c:45:17: note: declared here 45 | extern void initialize(); | ^~~~~~~~~~ texi2roff.c:100:19: error: too many arguments to function 'process'; expected 0, have 2 100 | errflg += process(stdin, "stdin"); | ^~~~~~~ ~~~~~ texi2roff.c:44:16: note: declared here 44 | extern int process(); | ^~~~~~~ texi2roff.c:116:23: error: too many arguments to function 'process'; expected 0, have 2 116 | errflg += process(in, inname); | ^~~~~~~ ~~ texi2roff.c:44:16: note: declared here 44 | extern int process(); | ^~~~~~~ texi2roff.c: In function 'process': texi2roff.c:44:16: warning: old-style function definition [-Wold-style-definition] texi2roff.c:131:1: error: number of arguments doesn't match prototype 131 | { | ^ texi2roff.c:44:16: error: prototype declaration 44 | extern int process(); | ^~~~~~~ texi2roff.c:148:9: error: too many arguments to function 'translate'; expected 0, have 2 148 | if (translate(fp, filename) < 0) { | ^~~~~~~~~ ~~ texi2roff.c:133:16: note: declared here 133 | extern int translate(/* FILE *, char * */); | ^~~~~~~~~ --- translate.o --- *** [translate.o] Error code 1 bmake: stopped making "texi2roff" in /tmp/work/textproc/texi2roff/work/texi2roff-2.0 --- table.o --- table.c: In function 'initialize': table.c:39:1: warning: old-style function definition [-Wold-style-definition] 39 | initialize(macropkg, showInfo, makeindex) | ^~~~~~~~~~ table.c: In function 'lookup': table.c:84:1: warning: old-style function definition [-Wold-style-definition] 84 | lookup(token) | ^~~~~~ --- texi2roff.o --- *** [texi2roff.o] Error code 1 bmake: stopped making "texi2roff" in /tmp/work/textproc/texi2roff/work/texi2roff-2.0 bmake: 2 errors bmake: stopped making "texi2roff" in /tmp/work/textproc/texi2roff/work/texi2roff-2.0 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/texi2roff *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/texi2roff