+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/tktable-2.10nb10/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/tktable-2.10nb10/work.log ===> 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') ./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.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.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.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.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') In file included from /home/pbulk/build/x11/tktable/work/.buildlink/include/tk.h:19, from ./generic/tkTable.h:21, from ./generic/tkTable.c:25: ./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/build/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/build/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/build/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 '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/build/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/build/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 'TableRestrictProc': ./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)) { | ^ *** Error code 1 Stop. bmake: stopped making "all" in /home/pbulk/build/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