=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/x11/tktable", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for tktable-2.10nb10 sed -e '/^\#/d' -e '/^$/d' -e 's/\\/\\\\/g' -e 's/\"/\\"/g' -e 's/^/"/' -e 's/$/\\n"/' < `echo ./library/tkTable.tcl` > 'tkTable.tcl.h' || { rm -f tkTable.tcl.h; exit 1; } gcc -DPACKAGE_NAME=\"Tktable\" -DPACKAGE_TARNAME=\"tktable\" -DPACKAGE_VERSION=\"2.10\" -DPACKAGE_STRING=\"Tktable\ 2.10\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_REENTRANT=1 -D_POSIX_PTHREAD_SEMANTICS=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DTBL_COMMAND=\"table\" -DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"/opt/pkg/lib/Tktable2.10\" -I. -I"./generic" -I"/opt/pkg/include" -I"/opt/pkg/include" -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -pipe -O2 -Wall -Wno-implicit-int -fPIC -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c `echo ./generic/tkTable.c` -o tkTable.o ./generic/tkTable.c:164:60: error: initialization of 'const char * (*)(void *, struct Tk_Window_ *, char *, int, void (**)(char *))' from incompatible pointer type 'char * (*)(void *, struct Tk_Window_ *, char *, int, void (**)(char *))' [-Wincompatible-pointer-types] 164 | static Tk_CustomOption drawOpt = { Cmd_OptionSet, Cmd_OptionGet, | ^~~~~~~~~~~~~ ./generic/tkTable.c:164:60: note: (near initialization for 'drawOpt.printProc') In file included from ./generic/tkTable.c:25: ./generic/tkTable.h:538:17: note: 'Cmd_OptionGet' declared here 538 | extern char * Cmd_OptionGet(ClientData clientData, | ^~~~~~~~~~~~~ ./generic/tkTable.c:166:60: error: initialization of 'const char * (*)(void *, struct Tk_Window_ *, char *, int, void (**)(char *))' from incompatible pointer type 'char * (*)(void *, struct Tk_Window_ *, char *, int, void (**)(char *))' [-Wincompatible-pointer-types] 166 | static Tk_CustomOption resizeTypeOpt = { Cmd_OptionSet, Cmd_OptionGet, | ^~~~~~~~~~~~~ ./generic/tkTable.c:166:60: note: (near initialization for 'resizeTypeOpt.printProc') ./generic/tkTable.h:538:17: note: 'Cmd_OptionGet' declared here 538 | extern char * Cmd_OptionGet(ClientData clientData, | ^~~~~~~~~~~~~ ./generic/tkTable.c:168:60: error: initialization of 'const char * (*)(void *, struct Tk_Window_ *, char *, int, void (**)(char *))' from incompatible pointer type 'char * (*)(void *, struct Tk_Window_ *, char *, int, void (**)(char *))' [-Wincompatible-pointer-types] 168 | static Tk_CustomOption stretchOpt = { Cmd_OptionSet, Cmd_OptionGet, | ^~~~~~~~~~~~~ ./generic/tkTable.c:168:60: note: (near initialization for 'stretchOpt.printProc') ./generic/tkTable.h:538:17: note: 'Cmd_OptionGet' declared here 538 | extern char * Cmd_OptionGet(ClientData clientData, | ^~~~~~~~~~~~~ ./generic/tkTable.c:170:60: error: initialization of 'const char * (*)(void *, struct Tk_Window_ *, char *, int, void (**)(char *))' from incompatible pointer type 'char * (*)(void *, struct Tk_Window_ *, char *, int, void (**)(char *))' [-Wincompatible-pointer-types] 170 | static Tk_CustomOption selTypeOpt = { Cmd_OptionSet, Cmd_OptionGet, | ^~~~~~~~~~~~~ ./generic/tkTable.c:170:60: note: (near initialization for 'selTypeOpt.printProc') ./generic/tkTable.h:538:17: note: 'Cmd_OptionGet' declared here 538 | extern char * Cmd_OptionGet(ClientData clientData, | ^~~~~~~~~~~~~ ./generic/tkTable.c:172:60: error: initialization of 'const char * (*)(void *, struct Tk_Window_ *, char *, int, void (**)(char *))' from incompatible pointer type 'char * (*)(void *, struct Tk_Window_ *, char *, int, void (**)(char *))' [-Wincompatible-pointer-types] 172 | static Tk_CustomOption stateTypeOpt = { Cmd_OptionSet, Cmd_OptionGet, | ^~~~~~~~~~~~~ ./generic/tkTable.c:172:60: note: (near initialization for 'stateTypeOpt.printProc') ./generic/tkTable.h:538:17: note: 'Cmd_OptionGet' declared here 538 | extern char * Cmd_OptionGet(ClientData clientData, | ^~~~~~~~~~~~~ ./generic/tkTable.c:174:63: error: initialization of 'const char * (*)(void *, struct Tk_Window_ *, char *, int, void (**)(char *))' from incompatible pointer type 'char * (*)(void *, struct Tk_Window_ *, char *, int, void (**)(char *))' [-Wincompatible-pointer-types] 174 | static Tk_CustomOption bdOpt = { TableOptionBdSet, TableOptionBdGet, | ^~~~~~~~~~~~~~~~ ./generic/tkTable.c:174:63: note: (near initialization for 'bdOpt.printProc') ./generic/tkTable.h:529:17: note: 'TableOptionBdGet' declared here 529 | extern char * TableOptionBdGet(ClientData clientData, | ^~~~~~~~~~~~~~~~ ./generic/tkTable.c: In function 'StringifyObjects': ./generic/tkTable.c:436:1: warning: old-style function definition [-Wold-style-definition] 436 | StringifyObjects(objc, objv) | ^~~~~~~~~~~~~~~~ ./generic/tkTable.c: In function 'Tk_TableObjCmd': ./generic/tkTable.c:488:1: warning: old-style function definition [-Wold-style-definition] 488 | Tk_TableObjCmd(clientData, interp, objc, objv) | ^~~~~~~~~~~~~~ ./generic/tkTable.c: In function 'TableWidgetObjCmd': ./generic/tkTable.c:634:1: warning: old-style function definition [-Wold-style-definition] 634 | TableWidgetObjCmd(clientData, interp, objc, objv) | ^~~~~~~~~~~~~~~~~ ./generic/tkTable.c: In function 'TableConfigure': ./generic/tkTable.c:1031:1: warning: old-style function definition [-Wold-style-definition] 1031 | TableConfigure(interp, tablePtr, objc, objv, flags, forceUpdate) | ^~~~~~~~~~~~~~ ./generic/tkTable.c: In function 'TableWorldChanged': ./generic/tkTable.c:1284:1: warning: old-style function definition [-Wold-style-definition] 1284 | TableWorldChanged(instanceData) | ^~~~~~~~~~~~~~~~~ ./generic/tkTable.c: In function 'TableEventProc': ./generic/tkTable.c:1325:1: warning: old-style function definition [-Wold-style-definition] 1325 | TableEventProc(clientData, eventPtr) | ^~~~~~~~~~~~~~ In file included from /home/pbulk/work/x11/tktable/work/.buildlink/include/tk.h:19, from ./generic/tkTable.h:21: ./generic/tkTable.c: In function 'TableDisplay': ./generic/tkTable.c:1967:58: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1967 | entryPtr = Tcl_CreateHashEntry(colTagsCache, (char *)ucol, &new); | ^ /home/pbulk/work/x11/tktable/work/.buildlink/include/tcl.h:2573:62: note: in definition of macro 'Tcl_CreateHashEntry' 2573 | (*((tablePtr)->createProc))(tablePtr, (const char *)(key), newPtr) | ^~~ ./generic/tkTable.c: In function 'TableFlashEvent': ./generic/tkTable.c:2659:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2659 | count = (int) Tcl_GetHashValue(entryPtr); | ^ ./generic/tkTable.c:2671:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2671 | Tcl_SetHashValue(entryPtr, (ClientData) count); | ^ /home/pbulk/work/x11/tktable/work/.buildlink/include/tcl.h:2556:64: note: in definition of macro 'Tcl_SetHashValue' 2556 | #define Tcl_SetHashValue(h, value) ((h)->clientData = (void *)(value)) | ^~~~~ ./generic/tkTable.c: In function 'TableAddFlash': /home/pbulk/work/x11/tktable/work/.buildlink/include/tcl.h:2556:55: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2556 | #define Tcl_SetHashValue(h, value) ((h)->clientData = (void *)(value)) | ^ ./generic/tkTable.c:2716:5: note: in expansion of macro 'Tcl_SetHashValue' 2716 | Tcl_SetHashValue(entryPtr, tablePtr->flashTime); | ^~~~~~~~~~~~~~~~ ./generic/tkTable.c: In function 'TableVarProc': ./generic/tkTable.c:2810:1: warning: old-style function definition [-Wold-style-definition] 2810 | TableVarProc(clientData, interp, name, index, flags) | ^~~~~~~~~~~~ ./generic/tkTable.c: In function 'TableGeometryRequest': ./generic/tkTable.c:2943:1: warning: old-style function definition [-Wold-style-definition] 2943 | TableGeometryRequest(tablePtr) | ^~~~~~~~~~~~~~~~~~~~ ./generic/tkTable.c: In function 'TableAdjustActive': ./generic/tkTable.c:2981:1: warning: old-style function definition [-Wold-style-definition] 2981 | TableAdjustActive(tablePtr) | ^~~~~~~~~~~~~~~~~ ./generic/tkTable.c: In function 'TableAdjustParams': ./generic/tkTable.c:3115:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 3115 | entryPtr = Tcl_FindHashEntry(tablePtr->colWidths, (char *) i); | ^ /home/pbulk/work/x11/tktable/work/.buildlink/include/tcl.h:2570:60: note: in definition of macro 'Tcl_FindHashEntry' 2570 | (*((tablePtr)->findProc))(tablePtr, (const char *)(key)) | ^~~ ./generic/tkTable.c:3121:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3121 | value = (int) Tcl_GetHashValue(entryPtr); | ^ ./generic/tkTable.c:3209:64: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 3209 | entryPtr = Tcl_FindHashEntry(tablePtr->rowHeights, (char *) i); | ^ /home/pbulk/work/x11/tktable/work/.buildlink/include/tcl.h:2570:60: note: in definition of macro 'Tcl_FindHashEntry' 2570 | (*((tablePtr)->findProc))(tablePtr, (const char *)(key)) | ^~~ ./generic/tkTable.c:3215:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3215 | value = (int) Tcl_GetHashValue(entryPtr); | ^ ./generic/tkTable.c: In function 'TableFetchSelection': ./generic/tkTable.c:3577:1: warning: old-style function definition [-Wold-style-definition] 3577 | TableFetchSelection(clientData, offset, buffer, maxBytes) | ^~~~~~~~~~~~~~~~~~~ ./generic/tkTable.c: In function 'TableLostSelection': ./generic/tkTable.c:3719:1: warning: old-style function definition [-Wold-style-definition] 3719 | TableLostSelection(clientData) | ^~~~~~~~~~~~~~~~~~ ./generic/tkTable.c: In function 'TableRestrictProc': ./generic/tkTable.c:3758:1: warning: old-style function definition [-Wold-style-definition] 3758 | TableRestrictProc(serial, eventPtr) | ^~~~~~~~~~~~~~~~~ ./generic/tkTable.c:3763:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3763 | ((eventPtr->xany.serial-(unsigned int)serial) > 0)) { | ^ ./generic/tkTable.c: In function 'TableValidateChange': ./generic/tkTable.c:3790:1: warning: old-style function definition [-Wold-style-definition] 3790 | TableValidateChange(tablePtr, r, c, old, new, index) | ^~~~~~~~~~~~~~~~~~~ ./generic/tkTable.c:3798:15: error: expected identifier or '(' before 'bool' 3798 | int code, bool; | ^~~~ ./generic/tkTable.c:3837:39: error: expected expression before 'bool' 3837 | &bool) != TCL_OK) { | ^~~~ ./generic/tkTable.c:3843:23: error: expected expression before '?' token 3843 | code = (bool) ? TCL_OK : TCL_BREAK; | ^ ./generic/tkTable.c: In function 'ExpandPercents': ./generic/tkTable.c:3885:1: warning: old-style function definition [-Wold-style-definition] 3885 | ExpandPercents(tablePtr, before, r, c, old, new, index, dsPtr, cmdType) | ^~~~~~~~~~~~~~ ./generic/tkTable.c: In function 'Tktable_Init': ./generic/tkTable.c:4008:1: warning: old-style function definition [-Wold-style-definition] 4008 | Tktable_Init(interp) | ^~~~~~~~~~~~ ./generic/tkTable.c: In function 'Tktable_SafeInit': ./generic/tkTable.c:4053:1: warning: old-style function definition [-Wold-style-definition] 4053 | Tktable_SafeInit(interp) | ^~~~~~~~~~~~~~~~ *** Error code 1 Stop. bmake: stopped making "all" in /home/pbulk/work/x11/tktable/work/Tktable2.10 *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/tktable *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/tktable