=> Bootstrap dependency digest>=20010302: found digest-20211005 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for tktable-2.10nb8 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=\"\" -DSTDC_HEADERS=1 -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 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DTBL_COMMAND=\"table\" -DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"/usr/pkg/lib/Tktable2.10\" -I. -I"./generic" -I"/usr/pkg/include" -I"/usr/pkg/include" -I/usr/X11R7/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -pipe -pthread -O2 -Wall -Wno-implicit-int -fPIC -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -c `echo ./generic/tkTable.c` -o tkTable.o ./generic/tkTable.c:164:52: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] static Tk_CustomOption drawOpt = { Cmd_OptionSet, Cmd_OptionGet, ^~~~~~~~~~~~~ ./generic/tkTable.c:164:52: note: (near initialization for 'drawOpt.printProc') ./generic/tkTable.c:166:57: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] static Tk_CustomOption resizeTypeOpt = { Cmd_OptionSet, Cmd_OptionGet, ^~~~~~~~~~~~~ ./generic/tkTable.c:166:57: note: (near initialization for 'resizeTypeOpt.printProc') ./generic/tkTable.c:168:54: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] static Tk_CustomOption stretchOpt = { Cmd_OptionSet, Cmd_OptionGet, ^~~~~~~~~~~~~ ./generic/tkTable.c:168:54: note: (near initialization for 'stretchOpt.printProc') ./generic/tkTable.c:170:54: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] static Tk_CustomOption selTypeOpt = { Cmd_OptionSet, Cmd_OptionGet, ^~~~~~~~~~~~~ ./generic/tkTable.c:170:54: note: (near initialization for 'selTypeOpt.printProc') ./generic/tkTable.c:172:56: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] static Tk_CustomOption stateTypeOpt = { Cmd_OptionSet, Cmd_OptionGet, ^~~~~~~~~~~~~ ./generic/tkTable.c:172:56: note: (near initialization for 'stateTypeOpt.printProc') ./generic/tkTable.c:174:53: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] static Tk_CustomOption bdOpt = { TableOptionBdSet, TableOptionBdGet, ^~~~~~~~~~~~~~~~ ./generic/tkTable.c:174:53: note: (near initialization for 'bdOpt.printProc') In file included from /tmp/x11/tktable/work/.buildlink/include/tk.h:19:0, from ./generic/tkTable.h:21, from ./generic/tkTable.c:25: ./generic/tkTable.c: In function 'TableDisplay': ./generic/tkTable.c:1967:51: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] entryPtr = Tcl_CreateHashEntry(colTagsCache, (char *)ucol, &new); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2590:55: note: in definition of macro 'Tcl_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, (const char *)(key), newPtr) ^~~ ./generic/tkTable.c: In function 'TableFlashEvent': ./generic/tkTable.c:2659:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] count = (int) Tcl_GetHashValue(entryPtr); ^ In file included from /tmp/x11/tktable/work/.buildlink/include/tk.h:19:0, from ./generic/tkTable.h:21, from ./generic/tkTable.c:25: ./generic/tkTable.c:2671:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Tcl_SetHashValue(entryPtr, (ClientData) count); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2573:69: note: in definition of macro 'Tcl_SetHashValue' #define Tcl_SetHashValue(h, value) ((h)->clientData = (ClientData) (value)) ^~~~~ ./generic/tkTable.c: In function 'TableAddFlash': /tmp/x11/tktable/work/.buildlink/include/tcl.h:2573:55: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define Tcl_SetHashValue(h, value) ((h)->clientData = (ClientData) (value)) ^ ./generic/tkTable.c:2716:5: note: in expansion of macro 'Tcl_SetHashValue' Tcl_SetHashValue(entryPtr, tablePtr->flashTime); ^~~~~~~~~~~~~~~~ ./generic/tkTable.c: In function 'TableAdjustParams': ./generic/tkTable.c:3115:52: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] entryPtr = Tcl_FindHashEntry(tablePtr->colWidths, (char *) i); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2587:53: note: in definition of macro 'Tcl_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, (const char *)(key)) ^~~ ./generic/tkTable.c:3121:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] value = (int) Tcl_GetHashValue(entryPtr); ^ In file included from /tmp/x11/tktable/work/.buildlink/include/tk.h:19:0, from ./generic/tkTable.h:21, from ./generic/tkTable.c:25: ./generic/tkTable.c:3209:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] entryPtr = Tcl_FindHashEntry(tablePtr->rowHeights, (char *) i); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2587:53: note: in definition of macro 'Tcl_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, (const char *)(key)) ^~~ ./generic/tkTable.c:3215:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] value = (int) Tcl_GetHashValue(entryPtr); ^ ./generic/tkTable.c: In function 'TableRestrictProc': ./generic/tkTable.c:3763:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ((eventPtr->xany.serial-(unsigned int)serial) > 0)) { ^ gcc -DPACKAGE_NAME=\"Tktable\" -DPACKAGE_TARNAME=\"tktable\" -DPACKAGE_VERSION=\"2.10\" -DPACKAGE_STRING=\"Tktable\ 2.10\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -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 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DTBL_COMMAND=\"table\" -DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"/usr/pkg/lib/Tktable2.10\" -I. -I"./generic" -I"/usr/pkg/include" -I"/usr/pkg/include" -I/usr/X11R7/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -pipe -pthread -O2 -Wall -Wno-implicit-int -fPIC -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -c `echo ./generic/tkTableWin.c` -o tkTableWin.o ./generic/tkTableWin.c:72:58: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] static Tk_CustomOption stickyOption = { StickyParseProc, StickyPrintProc, ^~~~~~~~~~~~~~~ ./generic/tkTableWin.c:72:58: note: (near initialization for 'stickyOption.printProc') ./generic/tkTableWin.c:74:56: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] static Tk_CustomOption tagBdOpt = { TableOptionBdSet, TableOptionBdGet, ^~~~~~~~~~~~~~~~ ./generic/tkTableWin.c:74:56: note: (near initialization for 'tagBdOpt.printProc') gcc -DPACKAGE_NAME=\"Tktable\" -DPACKAGE_TARNAME=\"tktable\" -DPACKAGE_VERSION=\"2.10\" -DPACKAGE_STRING=\"Tktable\ 2.10\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -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 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DTBL_COMMAND=\"table\" -DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"/usr/pkg/lib/Tktable2.10\" -I. -I"./generic" -I"/usr/pkg/include" -I"/usr/pkg/include" -I/usr/X11R7/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -pipe -pthread -O2 -Wall -Wno-implicit-int -fPIC -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -c `echo ./generic/tkTableTag.c` -o tkTableTag.o ./generic/tkTableTag.c:47:18: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] { Cmd_OptionSet, Cmd_OptionGet, (ClientData) (&tagState_vals) }; ^~~~~~~~~~~~~ ./generic/tkTableTag.c:47:18: note: (near initialization for 'tagStateOpt.printProc') ./generic/tkTableTag.c:49:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] { TableOptionBdSet, TableOptionBdGet, (ClientData) BD_TABLE_TAG }; ^~~~~~~~~~~~~~~~ ./generic/tkTableTag.c:49:21: note: (near initialization for 'tagBdOpt.printProc') ./generic/tkTableTag.c:51:25: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] { TableOptionReliefSet, TableOptionReliefGet, (ClientData) NULL }; ^~~~~~~~~~~~~~~~~~~~ ./generic/tkTableTag.c:51:25: note: (near initialization for 'tagReliefOpt.printProc') In file included from /tmp/x11/tktable/work/.buildlink/include/tk.h:19:0, from ./generic/tkTable.h:21, from ./generic/tkTableTag.c:14: ./generic/tkTableTag.c: In function 'FindRowColTag': ./generic/tkTableTag.c:578:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] : tablePtr->colStyles, (char *) cell); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2587:53: note: in definition of macro 'Tcl_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, (const char *)(key)) ^~~ ./generic/tkTableTag.c: In function 'Table_TagCmd': ./generic/tkTableTag.c:874:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (char *)value, &newEntry); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2590:55: note: in definition of macro 'Tcl_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, (const char *)(key), newPtr) ^~~ ./generic/tkTableTag.c:907:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (int) Tcl_GetHashKey(hashTblPtr, scanPtr)); ^ In file included from /tmp/x11/tktable/work/.buildlink/include/tk.h:19:0, from ./generic/tkTable.h:21, from ./generic/tkTableTag.c:14: ./generic/tkTableTag.c:929:48: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] entryPtr = Tcl_FindHashEntry(hashTblPtr, (char *)value); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2587:53: note: in definition of macro 'Tcl_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, (const char *)(key)) ^~~ ./generic/tkTableTag.c:940:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (char *) value, &newEntry); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2590:55: note: in definition of macro 'Tcl_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, (const char *)(key), newPtr) ^~~ gcc -DPACKAGE_NAME=\"Tktable\" -DPACKAGE_TARNAME=\"tktable\" -DPACKAGE_VERSION=\"2.10\" -DPACKAGE_STRING=\"Tktable\ 2.10\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -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 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DTBL_COMMAND=\"table\" -DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"/usr/pkg/lib/Tktable2.10\" -I. -I"./generic" -I"/usr/pkg/include" -I"/usr/pkg/include" -I/usr/X11R7/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -pipe -pthread -O2 -Wall -Wno-implicit-int -fPIC -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -c `echo ./generic/tkTableEdit.c` -o tkTableEdit.o In file included from /tmp/x11/tktable/work/.buildlink/include/tk.h:19:0, from ./generic/tkTable.h:21, from ./generic/tkTableEdit.c:14: ./generic/tkTableEdit.c: In function 'TableModifyRC': ./generic/tkTableEdit.c:608:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] entryPtr = Tcl_FindHashEntry(tagTblPtr, (char *)from); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2587:53: note: in definition of macro 'Tcl_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, (const char *)(key)) ^~~ ./generic/tkTableEdit.c:612:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] entryPtr = Tcl_FindHashEntry(dimTblPtr, (char *)from-offset); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2587:53: note: in definition of macro 'Tcl_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, (const char *)(key)) ^~~ ./generic/tkTableEdit.c:617:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] entryPtr = Tcl_FindHashEntry(tagTblPtr, (char *)to); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2587:53: note: in definition of macro 'Tcl_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, (const char *)(key)) ^~~ ./generic/tkTableEdit.c:619:43: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] newPtr = Tcl_CreateHashEntry(tagTblPtr, (char *)from, &new); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2590:55: note: in definition of macro 'Tcl_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, (const char *)(key), newPtr) ^~~ ./generic/tkTableEdit.c:623:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] entryPtr = Tcl_FindHashEntry(dimTblPtr, (char *)to-offset); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2587:53: note: in definition of macro 'Tcl_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, (const char *)(key)) ^~~ ./generic/tkTableEdit.c:625:43: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] newPtr = Tcl_CreateHashEntry(dimTblPtr, (char *)from-offset, ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2590:55: note: in definition of macro 'Tcl_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, (const char *)(key), newPtr) ^~~ gcc -DPACKAGE_NAME=\"Tktable\" -DPACKAGE_TARNAME=\"tktable\" -DPACKAGE_VERSION=\"2.10\" -DPACKAGE_STRING=\"Tktable\ 2.10\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -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 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DTBL_COMMAND=\"table\" -DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"/usr/pkg/lib/Tktable2.10\" -I. -I"./generic" -I"/usr/pkg/include" -I"/usr/pkg/include" -I/usr/X11R7/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -pipe -pthread -O2 -Wall -Wno-implicit-int -fPIC -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -c `echo ./generic/tkTableCell.c` -o tkTableCell.o gcc -DPACKAGE_NAME=\"Tktable\" -DPACKAGE_TARNAME=\"tktable\" -DPACKAGE_VERSION=\"2.10\" -DPACKAGE_STRING=\"Tktable\ 2.10\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -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 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DTBL_COMMAND=\"table\" -DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"/usr/pkg/lib/Tktable2.10\" -I. -I"./generic" -I"/usr/pkg/include" -I"/usr/pkg/include" -I/usr/X11R7/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -pipe -pthread -O2 -Wall -Wno-implicit-int -fPIC -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -c `echo ./generic/tkTableCellSort.c` -o tkTableCellSort.o gcc -DPACKAGE_NAME=\"Tktable\" -DPACKAGE_TARNAME=\"tktable\" -DPACKAGE_VERSION=\"2.10\" -DPACKAGE_STRING=\"Tktable\ 2.10\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -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 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DTBL_COMMAND=\"table\" -DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"/usr/pkg/lib/Tktable2.10\" -I. -I"./generic" -I"/usr/pkg/include" -I"/usr/pkg/include" -I/usr/X11R7/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -pipe -pthread -O2 -Wall -Wno-implicit-int -fPIC -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -c `echo ./generic/tkTableCmds.c` -o tkTableCmds.o ./generic/tkTableCmds.c: In function 'Table_AdjustCmd': ./generic/tkTableCmds.c:186:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] posn = ((int) Tcl_GetHashKey(hashTablePtr, entryPtr)) + offset; ^ ./generic/tkTableCmds.c:187:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] value = (int) Tcl_GetHashValue(entryPtr); ^ In file included from /tmp/x11/tktable/work/.buildlink/include/tk.h:19:0, from ./generic/tkTable.h:21, from ./generic/tkTableCmds.c:14: ./generic/tkTableCmds.c:200:45: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] entryPtr = Tcl_FindHashEntry(hashTablePtr, (char *) posn); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2587:53: note: in definition of macro 'Tcl_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, (const char *)(key)) ^~~ ./generic/tkTableCmds.c:203:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (int) Tcl_GetHashValue(entryPtr)); ^ In file included from /tmp/x11/tktable/work/.buildlink/include/tk.h:19:0, from ./generic/tkTable.h:21, from ./generic/tkTableCmds.c:14: ./generic/tkTableCmds.c:220:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] entryPtr = Tcl_FindHashEntry(hashTablePtr, (char *) posn); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2587:53: note: in definition of macro 'Tcl_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, (const char *)(key)) ^~~ ./generic/tkTableCmds.c:226:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (char *) posn, &dummy); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2590:55: note: in definition of macro 'Tcl_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, (const char *)(key), newPtr) ^~~ ./generic/tkTableCmds.c:227:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Tcl_SetHashValue(entryPtr, (ClientData) value); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2573:69: note: in definition of macro 'Tcl_SetHashValue' #define Tcl_SetHashValue(h, value) ((h)->clientData = (ClientData) (value)) ^~~~~ ./generic/tkTableCmds.c: In function 'Table_BorderCmd': ./generic/tkTableCmds.c:416:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (char *) row, &dummy); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2590:55: note: in definition of macro 'Tcl_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, (const char *)(key), newPtr) ^~~ ./generic/tkTableCmds.c:419:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Tcl_SetHashValue(entryPtr, (ClientData) MIN(0,-value)); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2573:69: note: in definition of macro 'Tcl_SetHashValue' #define Tcl_SetHashValue(h, value) ((h)->clientData = (ClientData) (value)) ^~~~~ ./generic/tkTableCmds.c:430:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (char *) col, &dummy); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2590:55: note: in definition of macro 'Tcl_CreateHashEntry' (*((tablePtr)->createProc))(tablePtr, (const char *)(key), newPtr) ^~~ ./generic/tkTableCmds.c:433:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Tcl_SetHashValue(entryPtr, (ClientData) MIN(0,-value)); ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2573:69: note: in definition of macro 'Tcl_SetHashValue' #define Tcl_SetHashValue(h, value) ((h)->clientData = (ClientData) (value)) ^~~~~ ./generic/tkTableCmds.c: In function 'Table_ClearCmd': ./generic/tkTableCmds.c:552:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (char *) row))) { ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2587:53: note: in definition of macro 'Tcl_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, (const char *)(key)) ^~~ ./generic/tkTableCmds.c:559:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (char *) row-tablePtr->rowOffset))) { ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2587:53: note: in definition of macro 'Tcl_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, (const char *)(key)) ^~~ ./generic/tkTableCmds.c:570:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (char *) col))) { ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2587:53: note: in definition of macro 'Tcl_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, (const char *)(key)) ^~~ ./generic/tkTableCmds.c:593:58: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (entryPtr = Tcl_FindHashEntry(tablePtr->colWidths, (char *) ^ /tmp/x11/tktable/work/.buildlink/include/tcl.h:2587:53: note: in definition of macro 'Tcl_FindHashEntry' (*((tablePtr)->findProc))(tablePtr, (const char *)(key)) ^~~ gcc -DPACKAGE_NAME=\"Tktable\" -DPACKAGE_TARNAME=\"tktable\" -DPACKAGE_VERSION=\"2.10\" -DPACKAGE_STRING=\"Tktable\ 2.10\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -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 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DTBL_COMMAND=\"table\" -DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"/usr/pkg/lib/Tktable2.10\" -I. -I"./generic" -I"/usr/pkg/include" -I"/usr/pkg/include" -I/usr/X11R7/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -pipe -pthread -O2 -Wall -Wno-implicit-int -fPIC -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -c `echo ./generic/tkTableUtil.c` -o tkTableUtil.o ./generic/tkTableUtil.c: In function 'TableOptionBdSet': ./generic/tkTableUtil.c:83:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int type = (int) clientData; ^ ./generic/tkTableUtil.c: In function 'TableOptionBdGet': ./generic/tkTableUtil.c:182:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] register int type = (int) clientData; ^ rm -f libTktable2.10.so gcc -shared -fPIC -o libTktable2.10.so tkTable.o tkTableWin.o tkTableTag.o tkTableEdit.o tkTableCell.o tkTableCellSort.o tkTableCmds.o tkTableUtil.o -Wl,-R/usr/X11R7/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/X11R7/lib -L/usr/X11R7/lib -lX11 -L/usr/pkg/lib -ltclstub86 -L/usr/pkg/lib -ltkstub86 : libTktable2.10.so ( echo 'if {[catch {package require Tcl 8.2}]} return'; echo 'package ifneeded Tktable 2.10 [list load [file join $dir libTktable2.10.so] Tktable]' ) > pkgIndex.tcl