=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for tktable-2.10nb6 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; } cc -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 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_WIDE_INT_TYPE=long\ long -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 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -pipe -O2 -Wall -Wno-implicit-int -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -c `echo ./generic/tkTable.c` -o tkTable.o ./generic/tkTable.c:164:52: warning: incompatible pointer types initializing 'Tk_OptionPrintProc *' (aka 'const char *(*)(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)') with an expression of type 'char *(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)' [-Wincompatible-pointer-types] static Tk_CustomOption drawOpt = { Cmd_OptionSet, Cmd_OptionGet, ^~~~~~~~~~~~~ ./generic/tkTable.c:166:57: warning: incompatible pointer types initializing 'Tk_OptionPrintProc *' (aka 'const char *(*)(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)') with an expression of type 'char *(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)' [-Wincompatible-pointer-types] static Tk_CustomOption resizeTypeOpt = { Cmd_OptionSet, Cmd_OptionGet, ^~~~~~~~~~~~~ ./generic/tkTable.c:168:54: warning: incompatible pointer types initializing 'Tk_OptionPrintProc *' (aka 'const char *(*)(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)') with an expression of type 'char *(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)' [-Wincompatible-pointer-types] static Tk_CustomOption stretchOpt = { Cmd_OptionSet, Cmd_OptionGet, ^~~~~~~~~~~~~ ./generic/tkTable.c:170:54: warning: incompatible pointer types initializing 'Tk_OptionPrintProc *' (aka 'const char *(*)(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)') with an expression of type 'char *(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)' [-Wincompatible-pointer-types] static Tk_CustomOption selTypeOpt = { Cmd_OptionSet, Cmd_OptionGet, ^~~~~~~~~~~~~ ./generic/tkTable.c:172:56: warning: incompatible pointer types initializing 'Tk_OptionPrintProc *' (aka 'const char *(*)(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)') with an expression of type 'char *(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)' [-Wincompatible-pointer-types] static Tk_CustomOption stateTypeOpt = { Cmd_OptionSet, Cmd_OptionGet, ^~~~~~~~~~~~~ ./generic/tkTable.c:174:53: warning: incompatible pointer types initializing 'Tk_OptionPrintProc *' (aka 'const char *(*)(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)') with an expression of type 'char *(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)' [-Wincompatible-pointer-types] static Tk_CustomOption bdOpt = { TableOptionBdSet, TableOptionBdGet, ^~~~~~~~~~~~~~~~ 6 warnings generated. cc -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 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_WIDE_INT_TYPE=long\ long -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 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -pipe -O2 -Wall -Wno-implicit-int -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -c `echo ./generic/tkTableWin.c` -o tkTableWin.o ./generic/tkTableWin.c:72:58: warning: incompatible pointer types initializing 'Tk_OptionPrintProc *' (aka 'const char *(*)(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)') with an expression of type 'char *(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)' [-Wincompatible-pointer-types] static Tk_CustomOption stickyOption = { StickyParseProc, StickyPrintProc, ^~~~~~~~~~~~~~~ ./generic/tkTableWin.c:74:56: warning: incompatible pointer types initializing 'Tk_OptionPrintProc *' (aka 'const char *(*)(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)') with an expression of type 'char *(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)' [-Wincompatible-pointer-types] static Tk_CustomOption tagBdOpt = { TableOptionBdSet, TableOptionBdGet, ^~~~~~~~~~~~~~~~ 2 warnings generated. cc -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 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_WIDE_INT_TYPE=long\ long -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 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -pipe -O2 -Wall -Wno-implicit-int -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -c `echo ./generic/tkTableTag.c` -o tkTableTag.o ./generic/tkTableTag.c:47:18: warning: incompatible pointer types initializing 'Tk_OptionPrintProc *' (aka 'const char *(*)(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)') with an expression of type 'char *(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)' [-Wincompatible-pointer-types] { Cmd_OptionSet, Cmd_OptionGet, (ClientData) (&tagState_vals) }; ^~~~~~~~~~~~~ ./generic/tkTableTag.c:49:21: warning: incompatible pointer types initializing 'Tk_OptionPrintProc *' (aka 'const char *(*)(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)') with an expression of type 'char *(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)' [-Wincompatible-pointer-types] { TableOptionBdSet, TableOptionBdGet, (ClientData) BD_TABLE_TAG }; ^~~~~~~~~~~~~~~~ ./generic/tkTableTag.c:51:25: warning: incompatible pointer types initializing 'Tk_OptionPrintProc *' (aka 'const char *(*)(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)') with an expression of type 'char *(ClientData, Tk_Window, char *, int, Tcl_FreeProc **)' [-Wincompatible-pointer-types] { TableOptionReliefSet, TableOptionReliefGet, (ClientData) NULL }; ^~~~~~~~~~~~~~~~~~~~ ./generic/tkTableTag.c:281:25: warning: comparison of constant -1 with expression of type 'Tk_Anchor' is always true [-Wtautological-constant-out-of-range-compare] if ((addTag->anchor != -1) && (prio < jtagPtr->panchor)) { ~~~~~~~~~~~~~~ ^ ~~ ./generic/tkTableTag.c:322:26: warning: comparison of constant -1 with expression of type 'Tk_Justify' is always true [-Wtautological-constant-out-of-range-compare] if ((addTag->justify != -1) && (prio < jtagPtr->pjustify)) { ~~~~~~~~~~~~~~~ ^ ~~ 5 warnings generated. cc -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 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_WIDE_INT_TYPE=long\ long -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 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -pipe -O2 -Wall -Wno-implicit-int -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -c `echo ./generic/tkTableEdit.c` -o tkTableEdit.o cc -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 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_WIDE_INT_TYPE=long\ long -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 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -pipe -O2 -Wall -Wno-implicit-int -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -c `echo ./generic/tkTableCell.c` -o tkTableCell.o ./generic/tkTableCell.c:849:31: warning: array subscript is of type 'char' [-Wchar-subscripts] } else if (*str == '-' || isdigit(str[0])) { ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ 1 warning generated. cc -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 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_WIDE_INT_TYPE=long\ long -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 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -pipe -O2 -Wall -Wno-implicit-int -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -c `echo ./generic/tkTableCellSort.c` -o tkTableCellSort.o ./generic/tkTableCellSort.c:206:30: warning: array subscript is of type 'char' [-Wchar-subscripts] diff = UCHAR(tolower(*left)) - UCHAR(*right); ~~~~~~^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^ ./generic/tkTableCellSort.c:31:36: note: expanded from macro 'UCHAR' #define UCHAR(c) ((unsigned char) (c)) ^ 1 warning generated. cc -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 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_WIDE_INT_TYPE=long\ long -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 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -pipe -O2 -Wall -Wno-implicit-int -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -c `echo ./generic/tkTableCmds.c` -o tkTableCmds.o cc -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 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DTCL_WIDE_INT_TYPE=long\ long -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 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -pipe -O2 -Wall -Wno-implicit-int -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -c `echo ./generic/tkTableUtil.c` -o tkTableUtil.o rm -f libTktable2.10 -o libTktable2.10 tkTable.o tkTableWin.o tkTableTag.o tkTableEdit.o tkTableCell.o tkTableCellSort.o tkTableCmds.o tkTableUtil.o -L/usr/pkg/lib -ltclstub86 -L/usr/pkg/lib -ltkstub86 bmake: exec(-o) failed (No such file or directory) *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/x11/tktable/work/Tktable2.10 *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/x11/tktable *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/x11/tktable