=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> 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 xdeview-0.5.20nb9 (cd tcl; rm -f config.h ; ln -s ../config.h config.h) (cd tcl ; /usr/bin/make) gcc -c -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -I. -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/pkg/include -DHAVE_CONFIG_H -I../uulib uuwish.c distcc[23378] (dcc_select_for_write) ERROR: IO timeout distcc[23378] ERROR: timeout while connecting to 10.0.20.124:3632 distcc[23378] Warning: failed to distribute uuwish.c to 10.0.20.124:3632, running locally instead gcc -c -D_REENTRANT -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -I. -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/pkg/include -DHAVE_CONFIG_H -I../uulib uutcl.c distcc[23677] (dcc_build_somewhere) Warning: failed to distribute, running locally instead uutcl.c: In function 'uutcl_UpdateParameter': uutcl.c:346:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 346 | if ((cval = Tcl_GetVar (interp, "OptionFast", TCL_GLOBAL_ONLY))!=NULL) | ^ uutcl.c:348:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 348 | if ((cval = Tcl_GetVar (interp, "OptionBracket", TCL_GLOBAL_ONLY))!=NULL) | ^ uutcl.c:350:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 350 | if ((cval = Tcl_GetVar (interp, "OptionDesperate",TCL_GLOBAL_ONLY))!=NULL) | ^ uutcl.c:352:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 352 | if ((cval = Tcl_GetVar (interp, "OptionDebug", TCL_GLOBAL_ONLY))!=NULL) | ^ uutcl.c:354:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 354 | if ((cval = Tcl_GetVar (interp, "OptionDumbness", TCL_GLOBAL_ONLY))!=NULL) | ^ uutcl.c:356:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 356 | if ((cval = Tcl_GetVar (interp, "OptionUsetext", TCL_GLOBAL_ONLY))!=NULL) | ^ uutcl.c:358:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 358 | if ((cval = Tcl_GetVar (interp, "SaveFilePath", TCL_GLOBAL_ONLY))!=NULL) | ^ uutcl.c:360:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 360 | if ((cval = Tcl_GetVar (interp, "OptionRemove", TCL_GLOBAL_ONLY))!=NULL) | ^ uutcl.c:362:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 362 | if ((cval = Tcl_GetVar (interp, "OptionMoreMime", TCL_GLOBAL_ONLY))!=NULL) | ^ uutcl.c: In function 'Uu_Init': uutcl.c:1178:50: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 1178 | Tcl_CreateCommand (interp, "uu_Info", uutcl_Info, NULL, NULL); | ^~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) In file included from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tcl.h:2418, from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tk.h:19, from uutcl.c:46: /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tclDecls.h:303:39: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **)' 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1179:50: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 1179 | Tcl_CreateCommand (interp, "uu_SetMessageProc",uutcl_SetMessageProc, | ^~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) In file included from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tcl.h:2418, from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tk.h:19, from uutcl.c:46: /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tclDecls.h:303:39: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **)' 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1181:50: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 1181 | Tcl_CreateCommand (interp, "uu_SetBusyProc", uutcl_SetBusyProc,NULL,NULL); | ^~~~~~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) In file included from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tcl.h:2418, from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tk.h:19, from uutcl.c:46: /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tclDecls.h:303:39: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **)' 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1182:51: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 1182 | Tcl_CreateCommand (interp, "uu_GetProgressInfo",uutcl_GetProgressInfo, | ^~~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) In file included from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tcl.h:2418, from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tk.h:19, from uutcl.c:46: /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tclDecls.h:303:39: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **)' 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1184:50: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 1184 | Tcl_CreateCommand (interp, "uu_GetListOfFiles",uutcl_GetListOfFiles, | ^~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) In file included from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tcl.h:2418, from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tk.h:19, from uutcl.c:46: /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tclDecls.h:303:39: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **)' 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1186:50: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 1186 | Tcl_CreateCommand (interp, "uu_LoadFile", uutcl_LoadFile, NULL, NULL); | ^~~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) In file included from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tcl.h:2418, from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tk.h:19, from uutcl.c:46: /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tclDecls.h:303:39: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **)' 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1187:50: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 1187 | Tcl_CreateCommand (interp, "uu_DecodeFile", uutcl_DecodeFile, NULL, NULL); | ^~~~~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) In file included from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tcl.h:2418, from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tk.h:19, from uutcl.c:46: /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tclDecls.h:303:39: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **)' 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1188:50: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 1188 | Tcl_CreateCommand (interp, "uu_GetTempFile", uutcl_GetTempFile,NULL,NULL); | ^~~~~~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) In file included from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tcl.h:2418, from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tk.h:19, from uutcl.c:46: /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tclDecls.h:303:39: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **)' 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1189:50: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 1189 | Tcl_CreateCommand (interp, "uu_InfoFile", uutcl_InfoFile, NULL, NULL); | ^~~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) In file included from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tcl.h:2418, from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tk.h:19, from uutcl.c:46: /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tclDecls.h:303:39: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **)' 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1190:50: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 1190 | Tcl_CreateCommand (interp, "uu_ListFile", uutcl_ListFile, NULL, NULL); | ^~~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) In file included from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tcl.h:2418, from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tk.h:19, from uutcl.c:46: /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tclDecls.h:303:39: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **)' 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1191:50: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 1191 | Tcl_CreateCommand (interp, "uu_Rename", uutcl_Rename, NULL, NULL); | ^~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) In file included from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tcl.h:2418, from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tk.h:19, from uutcl.c:46: /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tclDecls.h:303:39: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **)' 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1192:50: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 1192 | Tcl_CreateCommand (interp, "uu_CleanUp", uutcl_CleanUp, NULL, NULL); | ^~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) In file included from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tcl.h:2418, from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tk.h:19, from uutcl.c:46: /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tclDecls.h:303:39: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **)' 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1193:50: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 1193 | Tcl_CreateCommand (interp, "uu_EncodeToFile", uutcl_EncodeToFile,NULL,NULL); | ^~~~~~~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) In file included from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tcl.h:2418, from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tk.h:19, from uutcl.c:46: /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tclDecls.h:303:39: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **)' 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1194:50: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 1194 | Tcl_CreateCommand (interp, "uu_EncodeToMail", uutcl_EncodeToMail,NULL,NULL); | ^~~~~~~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) In file included from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tcl.h:2418, from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tk.h:19, from uutcl.c:46: /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tclDecls.h:303:39: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **)' 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ uutcl.c:1195:50: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 1195 | Tcl_CreateCommand (interp, "uu_EncodeToNews", uutcl_EncodeToNews,NULL,NULL); | ^~~~~~~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) In file included from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tcl.h:2418, from /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tk.h:19, from uutcl.c:46: /tmp/pkgbuild/converters/xdeview/work.vax/.buildlink/include/tclDecls.h:303:39: note: expected 'int (*)(void *, Tcl_Interp *, int, const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int, char **)' 303 | const char *cmdName, Tcl_CmdProc *proc, | ~~~~~~~~~~~~~^~~~ gcc -o uuwish uuwish.o uutcl.o -luu -s -lX11 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -ltk86 -L/usr/pkg/lib -ltk86 -ltcl86 -lz -lpthread -lm -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -lX11 -lXss -lXext -L/usr/X11R7/lib -lXft -Wl,-rpath,/usr/X11R7/lib -lfontconfig -lfontconfig -lpthread -lz -lpthread -lm ld: uutcl.o:(.data.rel+0x0): undefined reference to `matherr' distcc[15013] ERROR: compile (null) on localhost failed *** Error code 1 Stop. make[1]: stopped in /tmp/pkgbuild/converters/xdeview/work.vax/uudeview-0.5.20/tcl *** Error code 1 Stop. make: stopped in /tmp/pkgbuild/converters/xdeview/work.vax/uudeview-0.5.20 *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/converters/xdeview *** Error code 1 Stop. make: stopped in /usr/pkgsrc/converters/xdeview