=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/tcl-expat", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for tcl-expat-1.1nb7 --- tclexpat.o --- /home/pbulk/work/textproc/tcl-expat/work/.cwrapper/bin/shlibtool --mode=compile gcc -c -I/opt/pkg/include tclexpat.c libtool: compile: gcc -c -I/home/pbulk/work/textproc/tcl-expat/work/.buildlink/include tclexpat.c -fPIC -DPIC -o .libs/tclexpat.o tclexpat.c: In function 'Tclexpat_Init': tclexpat.c:157:1: warning: old-style function definition [-Wold-style-definition] 157 | Tclexpat_Init (interp) | ^~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatObjCmd': tclexpat.c:185:1: warning: old-style function definition [-Wold-style-definition] 185 | TclExpatObjCmd(dummy, interp, objc, objv) | ^~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatCreateParser': tclexpat.c:267:1: warning: old-style function definition [-Wold-style-definition] 267 | TclExpatCreateParser(interp, expat) | ^~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatFreeParser': tclexpat.c:328:1: warning: old-style function definition [-Wold-style-definition] 328 | TclExpatFreeParser(expat) | ^~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatInstanceCmd': tclexpat.c:354:1: warning: old-style function definition [-Wold-style-definition] 354 | TclExpatInstanceCmd (clientData, interp, objc, objv) | ^~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatParse': tclexpat.c:447:1: warning: old-style function definition [-Wold-style-definition] 447 | TclExpatParse (interp, expat, data, len) | ^~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatConfigure': tclexpat.c:512:1: warning: old-style function definition [-Wold-style-definition] 512 | TclExpatConfigure (interp, expat, objc, objv) | ^~~~~~~~~~~~~~~~~ tclexpat.c:540:14: error: expected identifier or '(' before 'bool' 540 | int index, bool, doParse = 0; | ^~~~ tclexpat.c:551:55: error: expected expression before 'bool' 551 | if (Tcl_GetBooleanFromObj(interp, objPtr[1], &bool) != TCL_OK) { | ^~~~ tclexpat.c:555:18: error: expected identifier or '(' before '&&' token 555 | if (bool && !expat->final) { | ^~ tclexpat.c:555:13: error: declaration in the controlling expression must have an initializer 555 | if (bool && !expat->final) { | ^~~~ tclexpat.c:557:26: error: expected expression before 'bool' 557 | expat->final = bool; | ^~~~ tclexpat.c:558:11: error: 'doParse' undeclared (first use in this function) 558 | doParse = 1; | ^~~~~~~ tclexpat.c:558:11: note: each undeclared identifier is reported only once for each function it appears in tclexpat.c:560:21: error: expected expression before 'bool' 560 | } else if (!bool && expat->final) { | ^~~~ tclexpat.c:692:39: error: passing argument 2 of 'TclExpatParse' from incompatible pointer type [-Wincompatible-pointer-types] 692 | return TclExpatParse(interp, expat->parser, "", 0); | ~~~~~^~~~~~~~ | | | XML_Parser {aka struct XML_ParserStruct *} tclexpat.c:449:20: note: expected 'TclExpatInfo *' but argument is of type 'XML_Parser' {aka 'struct XML_ParserStruct *'} 449 | TclExpatInfo *expat; | ^~~~~ In file included from tclexpat.c:22: /home/pbulk/work/textproc/tcl-expat/work/.buildlink/include/expat.h:57:34: note: 'XML_Parser' declared here 57 | typedef struct XML_ParserStruct *XML_Parser; | ^~~~~~~~~~ tclexpat.c: In function 'TclExpatCget': tclexpat.c:717:1: warning: old-style function definition [-Wold-style-definition] 717 | TclExpatCget (interp, expat, objc, objv) | ^~~~~~~~~~~~ tclexpat.c: In function 'TclExpatHandlerResult': tclexpat.c:744:1: warning: old-style function definition [-Wold-style-definition] 744 | TclExpatHandlerResult(expat, result) | ^~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatElementStartHandler': tclexpat.c:800:1: warning: old-style function definition [-Wold-style-definition] 800 | TclExpatElementStartHandler(userData, name, atts) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatElementEndHandler': tclexpat.c:882:1: warning: old-style function definition [-Wold-style-definition] 882 | TclExpatElementEndHandler(userData, name) | ^~~~~~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatCharacterDataHandler': tclexpat.c:952:1: warning: old-style function definition [-Wold-style-definition] 952 | TclExpatCharacterDataHandler(userData, s, len) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatProcessingInstructionHandler': tclexpat.c:1011:1: warning: old-style function definition [-Wold-style-definition] 1011 | TclExpatProcessingInstructionHandler(userData, target, data) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatDefaultHandler': tclexpat.c:1071:1: warning: old-style function definition [-Wold-style-definition] 1071 | TclExpatDefaultHandler(userData, s, len) | ^~~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatUnparsedDeclHandler': tclexpat.c:1130:1: warning: old-style function definition [-Wold-style-definition] 1130 | TclExpatUnparsedDeclHandler(userData, entityname, base, systemId, publicId, notationName) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatNotationDeclHandler': tclexpat.c:1204:1: warning: old-style function definition [-Wold-style-definition] 1204 | TclExpatNotationDeclHandler(userData, notationName, base, systemId, publicId) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatUnknownEncodingHandler': tclexpat.c:1277:1: warning: old-style function definition [-Wold-style-definition] 1277 | TclExpatUnknownEncodingHandler(encodingHandlerData, name, info) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatExternalEntityRefHandler': tclexpat.c:1341:1: warning: old-style function definition [-Wold-style-definition] 1341 | TclExpatExternalEntityRefHandler(parser, openEntityNames, base, systemId, publicId) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatDeleteCmd': tclexpat.c:1405:1: warning: old-style function definition [-Wold-style-definition] 1405 | TclExpatDeleteCmd(clientData) | ^~~~~~~~~~~~~~~~~ *** [tclexpat.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/textproc/tcl-expat/work/TclExpat-1.1 bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/textproc/tcl-expat/work/TclExpat-1.1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/tcl-expat *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/tcl-expat