+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xdeview-0.5.20nb11/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xdeview-0.5.20nb11/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for xdeview-0.5.20nb11
--- tcl/config.h ---
(cd tcl; rm -f config.h ; ln -s ../config.h config.h)
--- xdeview ---
(cd tcl ; /usr/pkg/bin/bmake)
--- uuwish.o ---
--- uutcl.o ---
--- uuwish.o ---
cc -c -D_REENTRANT -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include  -DHAVE_CONFIG_H -I../uulib  uuwish.c
--- uutcl.o ---
cc -c -D_REENTRANT -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include  -DHAVE_CONFIG_H -I../uulib  uutcl.c
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 /home/pbulk/build/converters/xdeview/work/.buildlink/include/tcl.h:2421,
                 from /home/pbulk/build/converters/xdeview/work/.buildlink/include/tk.h:19,
                 from uutcl.c:46:
/home/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:67: 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 /home/pbulk/build/converters/xdeview/work/.buildlink/include/tcl.h:2421,
                 from /home/pbulk/build/converters/xdeview/work/.buildlink/include/tk.h:19,
                 from uutcl.c:46:
/home/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:67: 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 /home/pbulk/build/converters/xdeview/work/.buildlink/include/tcl.h:2421,
                 from /home/pbulk/build/converters/xdeview/work/.buildlink/include/tk.h:19,
                 from uutcl.c:46:
/home/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:67: 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 /home/pbulk/build/converters/xdeview/work/.buildlink/include/tcl.h:2421,
                 from /home/pbulk/build/converters/xdeview/work/.buildlink/include/tk.h:19,
                 from uutcl.c:46:
/home/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:67: 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 /home/pbulk/build/converters/xdeview/work/.buildlink/include/tcl.h:2421,
                 from /home/pbulk/build/converters/xdeview/work/.buildlink/include/tk.h:19,
                 from uutcl.c:46:
/home/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:67: 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 /home/pbulk/build/converters/xdeview/work/.buildlink/include/tcl.h:2421,
                 from /home/pbulk/build/converters/xdeview/work/.buildlink/include/tk.h:19,
                 from uutcl.c:46:
/home/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:67: 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 /home/pbulk/build/converters/xdeview/work/.buildlink/include/tcl.h:2421,
                 from /home/pbulk/build/converters/xdeview/work/.buildlink/include/tk.h:19,
                 from uutcl.c:46:
/home/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:67: 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 /home/pbulk/build/converters/xdeview/work/.buildlink/include/tcl.h:2421,
                 from /home/pbulk/build/converters/xdeview/work/.buildlink/include/tk.h:19,
                 from uutcl.c:46:
/home/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:67: 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 /home/pbulk/build/converters/xdeview/work/.buildlink/include/tcl.h:2421,
                 from /home/pbulk/build/converters/xdeview/work/.buildlink/include/tk.h:19,
                 from uutcl.c:46:
/home/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:67: 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 /home/pbulk/build/converters/xdeview/work/.buildlink/include/tcl.h:2421,
                 from /home/pbulk/build/converters/xdeview/work/.buildlink/include/tk.h:19,
                 from uutcl.c:46:
/home/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:67: 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 /home/pbulk/build/converters/xdeview/work/.buildlink/include/tcl.h:2421,
                 from /home/pbulk/build/converters/xdeview/work/.buildlink/include/tk.h:19,
                 from uutcl.c:46:
/home/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:67: 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 /home/pbulk/build/converters/xdeview/work/.buildlink/include/tcl.h:2421,
                 from /home/pbulk/build/converters/xdeview/work/.buildlink/include/tk.h:19,
                 from uutcl.c:46:
/home/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:67: 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 /home/pbulk/build/converters/xdeview/work/.buildlink/include/tcl.h:2421,
                 from /home/pbulk/build/converters/xdeview/work/.buildlink/include/tk.h:19,
                 from uutcl.c:46:
/home/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:67: 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 /home/pbulk/build/converters/xdeview/work/.buildlink/include/tcl.h:2421,
                 from /home/pbulk/build/converters/xdeview/work/.buildlink/include/tk.h:19,
                 from uutcl.c:46:
/home/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:67: 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 /home/pbulk/build/converters/xdeview/work/.buildlink/include/tcl.h:2421,
                 from /home/pbulk/build/converters/xdeview/work/.buildlink/include/tk.h:19,
                 from uutcl.c:46:
/home/pbulk/build/converters/xdeview/work/.buildlink/include/tclDecls.h:303:67: 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,
      |                                                      ~~~~~~~~~~~~~^~~~
--- uuwish ---
cc -o uuwish uuwish.o uutcl.o -luu -s -lX11 -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -ltk86 -L/usr/pkg/lib -ltk86 -ltcl86 -ldl -lz  -lpthread -lm -L/usr/pkg/lib64 -Wl,-R/usr/pkg/lib64 -lX11 -lXss -lXext -L/usr/pkg/lib -lXft -Wl,-R/usr/pkg/lib -lfontconfig -lfreetype -lfontconfig  -lpthread -ldl -lz  -lpthread -lm
/bin/ld: uutcl.o:(.data+0x18): undefined reference to `matherr'
collect2: error: ld returned 1 exit status
*** [uuwish] Error code 1

bmake[1]: stopped making "all" in /home/pbulk/build/converters/xdeview/work/uudeview-0.5.20/tcl
bmake[1]: 1 error

bmake[1]: stopped making "all" in /home/pbulk/build/converters/xdeview/work/uudeview-0.5.20/tcl
*** [xdeview] Error code 2

bmake: stopped making "xdeview" in /home/pbulk/build/converters/xdeview/work/uudeview-0.5.20
bmake: 1 error

bmake: stopped making "xdeview" in /home/pbulk/build/converters/xdeview/work/uudeview-0.5.20
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/converters/xdeview
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/converters/xdeview