+ 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/wbd-1.0p4nb11/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/wbd-1.0p4nb11/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for wbd-1.0p4nb11
--- main.o ---
--- comms.o ---
--- main.o ---
cc -pipe -O2 -DUSE_INTERP_RESULT  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c main.c
--- comms.o ---
cc -pipe -O2 -DUSE_INTERP_RESULT  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c comms.c
--- main.o ---
main.c: In function 'main':
main.c:327:28: warning: passing argument 2 of 'Tcl_Concat' from incompatible pointer type [-Wincompatible-pointer-types]
  327 |     cmd = Tcl_Concat(argc, argv);
      |                            ^~~~
      |                            |
      |                            char **
In file included from /home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:2421,
                 from main.c:72:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tclDecls.h:274:67: note: expected 'const char * const*' but argument is of type 'char **'
  274 | EXTERN char *           Tcl_Concat(int argc, CONST84 char *const *argv);
main.c:329:45: warning: passing argument 4 of 'Tk_ParseArgv' from incompatible pointer type [-Wincompatible-pointer-types]
  329 |     result = Tk_ParseArgv(tcl, NULL, &argc, argv, argTable, 0);
      |                                             ^~~~
      |                                             |
      |                                             char **
In file included from /home/pbulk/build/mbone/wbd/work/.buildlink/include/tk.h:1562,
                 from main.c:73:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tkDecls.h:471:62: note: expected 'const char **' but argument is of type 'char **'
  471 |                                 int *argcPtr, CONST84 char **argv,
main.c:357:34: warning: passing argument 2 of 'Tcl_Merge' from incompatible pointer type [-Wincompatible-pointer-types]
  357 |     args = Tcl_Merge(argc-2, argv+1);
      |                              ~~~~^~
      |                                  |
      |                                  char **
In file included from /home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:2421,
                 from main.c:72:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tclDecls.h:584:66: note: expected 'const char * const*' but argument is of type 'char **'
  584 | EXTERN char *           Tcl_Merge(int argc, CONST84 char *const *argv);
main.c:384:36: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  384 |     Tcl_CreateCommand(tcl, "Draw", Draw, (ClientData) NULL,
      |                                    ^~~~
      |                                    |
      |                                    int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:2421,
                 from main.c:72:
/home/pbulk/build/mbone/wbd/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,
      |                                                      ~~~~~~~~~~~~~^~~~
main.c:386:40: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  386 |     Tcl_CreateCommand(tcl, "UnDelete", UnDelete, (ClientData) NULL,
      |                                        ^~~~~~~~
      |                                        |
      |                                        int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:2421,
                 from main.c:72:
/home/pbulk/build/mbone/wbd/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,
      |                                                      ~~~~~~~~~~~~~^~~~
main.c:388:38: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  388 |     Tcl_CreateCommand(tcl, "SendPS", SendPS, (ClientData) NULL,
      |                                      ^~~~~~
      |                                      |
      |                                      int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:2421,
                 from main.c:72:
/home/pbulk/build/mbone/wbd/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,
      |                                                      ~~~~~~~~~~~~~^~~~
main.c:390:39: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  390 |     Tcl_CreateCommand(tcl, "PageNew", PageNew, (ClientData) NULL,
      |                                       ^~~~~~~
      |                                       |
      |                                       int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:2421,
                 from main.c:72:
/home/pbulk/build/mbone/wbd/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,
      |                                                      ~~~~~~~~~~~~~^~~~
main.c:392:39: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  392 |     Tcl_CreateCommand(tcl, "PageSet", PageSetTcl, (ClientData) NULL,
      |                                       ^~~~~~~~~~
      |                                       |
      |                                       int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:2421,
                 from main.c:72:
/home/pbulk/build/mbone/wbd/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,
      |                                                      ~~~~~~~~~~~~~^~~~
main.c:394:46: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  394 |     Tcl_CreateCommand(tcl, "PageCanvasSize", PageCanvasSize, (ClientData) NULL,
      |                                              ^~~~~~~~~~~~~~
      |                                              |
      |                                              int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:2421,
                 from main.c:72:
/home/pbulk/build/mbone/wbd/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,
      |                                                      ~~~~~~~~~~~~~^~~~
main.c:396:38: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  396 |     Tcl_CreateCommand(tcl, "WbDump", WbDump, (ClientData) NULL,
      |                                      ^~~~~~
      |                                      |
      |                                      int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:2421,
                 from main.c:72:
/home/pbulk/build/mbone/wbd/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,
      |                                                      ~~~~~~~~~~~~~^~~~
main.c:398:40: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  398 |     Tcl_CreateCommand(tcl, "WbReload", WbReload, (ClientData) NULL,
      |                                        ^~~~~~~~
      |                                        |
      |                                        int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:2421,
                 from main.c:72:
/home/pbulk/build/mbone/wbd/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,
      |                                                      ~~~~~~~~~~~~~^~~~
main.c:400:38: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  400 |     Tcl_CreateCommand(tcl, "Sender", Sender, (ClientData) NULL,
      |                                      ^~~~~~
      |                                      |
      |                                      int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:2421,
                 from main.c:72:
/home/pbulk/build/mbone/wbd/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,
      |                                                      ~~~~~~~~~~~~~^~~~
main.c:402:39: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  402 |     Tcl_CreateCommand(tcl, "SetSend", SetSend, (ClientData) NULL,
      |                                       ^~~~~~~
      |                                       |
      |                                       int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:2421,
                 from main.c:72:
/home/pbulk/build/mbone/wbd/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,
      |                                                      ~~~~~~~~~~~~~^~~~
main.c:430:12: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
  430 |            WishPanic(tcl->result);
      |            ^~~~~~~~~
In file included from main.c:72:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
main.c:442:13: warning: implicit declaration of function 'recv_sock_init' [-Wimplicit-function-declaration]
  442 |     rsock = recv_sock_init(&addr, confPort, confGroup);
      |             ^~~~~~~~~~~~~~
main.c:451:13: warning: implicit declaration of function 'send_sock_init' [-Wimplicit-function-declaration]
  451 |     tsock = send_sock_init(&addr, confPort, confGroup);
      |             ^~~~~~~~~~~~~~
main.c:491:27: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration]
  491 |                 nowTime = time (NULL);
      |                           ^~~~
main.c: In function 'DoResize':
main.c:531:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
  531 |         printf ("%s RESULT %s\n", arg, tcl->result);
      |         ^~~~~~
In file included from main.c:72:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
main.c:535:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
  535 |         printf ("%s RESULT %s\n", arg, tcl->result);
      |         ^~~~~~
In file included from main.c:72:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
--- comms.o ---
comms.c: In function 'time_stamp':
comms.c:337:9: warning: implicit declaration of function 'gettimeofday' [-Wimplicit-function-declaration]
  337 |     if (gettimeofday (&gmt, NULL) < 0)
      |         ^~~~~~~~~~~~
comms.c: In function 'NetFetch':
comms.c:568:48: warning: passing argument 5 of 'recvfrom' from incompatible pointer type [-Wincompatible-pointer-types]
  568 |         rlen = recvfrom (sock, buf, buflen, 0, address, &fromlen);
      |                                                ^~~~~~~
      |                                                |
      |                                                struct sockaddr_in *
In file included from /usr/include/sys/socket.h:343,
                 from comms.c:52:
/usr/include/bits/socket2.h:62:26: note: expected 'struct sockaddr * restrict' but argument is of type 'struct sockaddr_in *'
   62 |           __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len)
      |                          ^
comms.c: In function 'ParseDrawRect':
comms.c:983:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
  983 |         printf ("draw_rect failed: %s\n", tcl->result);
      |         ^~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c: In function 'ParseDrawLine':
comms.c:1019:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1019 |         printf ("draw_line failed: %s\n", tcl->result);
      |         ^~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c: In function 'ParseDrawGrpLines':
comms.c:1047:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1047 |         printf ("draw_group_lines failed: %s\n", tcl->result);
      |         ^~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c: In function 'ParseDrawDel':
comms.c:1154:13: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1154 |             printf ("draw_delete failed: %s\n", tcl->result);
      |             ^~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c: In function 'ParseDrawCopy':
comms.c:1184:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1184 |         printf ("draw_copy failed: %s\n", tcl->result);
      |         ^~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c:1191:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1191 |         printf ("draw_move failed: %s\n", tcl->result);
      |         ^~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c: In function 'ParseDrawOval':
comms.c:1226:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1226 |         printf ("draw_oval failed: %s\n", tcl->result);
      |         ^~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c: In function 'ParseDrawGrpPS':
comms.c:1323:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1323 |         printf ("draw_postscript failed: %s\n", tcl->result);
      |         ^~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c: In function 'ParseDrawChr':
comms.c:1381:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1381 |         printf ("draw_chr failed: %s\n", tcl->result);
      |         ^~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c: In function 'ParseDrawGrpText':
comms.c:1409:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1409 |         printf ("draw_group_text failed: %s\n", tcl->result);
      |         ^~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c: In function 'UnDelete':
comms.c:2330:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 2330 |         sprintf (tcl->result, "0");
      |         ^~~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c:2383:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 2383 |     sprintf (tcl->result, "%d", found);
      |     ^~~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c: In function 'SendPS':
comms.c:2405:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 2405 |         sprintf (tcl->result, "SendPS <filename>");
      |         ^~~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c:2414:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 2414 |         sprintf (tcl->result, "failed to open postscript file %s", argv[1]);
      |         ^~~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c:2438:17: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 2438 |                 sprintf (tcl->result, "failed to build message");
      |                 ^~~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c:2466:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 2466 |         sprintf (tcl->result, "failed to build group message");
      |         ^~~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c: In function 'Draw':
comms.c:2500:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 2500 |         sprintf (tcl->result, "Draw type ......");
      |         ^~~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c:2513:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 2513 |         sprintf (tcl->result, "failed");
      |         ^~~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c:2527:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 2527 |     sprintf (tcl->result, "%ld", seqno);
      |     ^~~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c: In function 'PageCanvasSize':
comms.c:2548:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 2548 |         sprintf (tcl->result, "ScaleSet page_width page_height [orientation]");
      |         ^~~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c:2564:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 2564 |         sprintf (tcl->result, "bad page values %f %f", w, h);
      |         ^~~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
comms.c:2578:13: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 2578 |             sprintf (tcl->result, "bad page orientation %d", orientation);
      |             ^~~~~~~
In file included from comms.c:91:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
--- db.o ---
cc -pipe -O2 -DUSE_INTERP_RESULT  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c db.c
db.c: In function 'PageAdd':
db.c:706:14: warning: extra tokens at end of #ifdef directive
  706 | #ifdef DEBUG && WIN32
      |              ^~
db.c: In function 'PageScrollSet':
db.c:1141:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1141 |         printf ("set_page failed: %s\n", tcl->result);
      |         ^~~~~~
In file included from db.c:76:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
db.c: In function 'PageSetTcl':
db.c:1330:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1330 |         sprintf (tcl->result, "wrong number of arguments");
      |         ^~~~~~~
In file included from db.c:76:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
db.c: In function 'PageNew':
db.c:1355:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1355 |         sprintf (tcl->result, "wrong number of arguments");
      |         ^~~~~~~
In file included from db.c:76:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
db.c: In function 'WbDump':
db.c:1528:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1528 |         sprintf (tcl->result, "too few arguments");
      |         ^~~~~~~
In file included from db.c:76:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
db.c:1535:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1535 |         sprintf (tcl->result, "couldn't open %s for write", argv[1]);
      |         ^~~~~~~
In file included from db.c:76:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
db.c: In function 'WbReload':
db.c:1598:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1598 |         sprintf (tcl->result, "too few arguments");
      |         ^~~~~~~
In file included from db.c:76:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
db.c:1605:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1605 |         sprintf (tcl->result, "couldn't open %s for read", argv[1]);
      |         ^~~~~~~
In file included from db.c:76:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
db.c: In function 'Sender':
db.c:1678:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1678 |         sprintf (tcl->result, "Sender option ...");
      |         ^~~~~~~
In file included from db.c:76:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
db.c:1692:9: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1692 |         sprintf (tcl->result, "%d", count);
      |         ^~~~~~~
In file included from db.c:76:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
db.c:1699:13: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1699 |             sprintf (tcl->result, "Sender info n");
      |             ^~~~~~~
In file included from db.c:76:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
db.c:1706:13: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1706 |             sprintf (tcl->result, "");
      |             ^~~~~~~
In file included from db.c:76:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
db.c:1753:13: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1753 |             sprintf (tcl->result, "");
      |             ^~~~~~~
In file included from db.c:76:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
db.c:1793:13: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1793 |             sprintf (tcl->result, "Sender set option value");
      |             ^~~~~~~
In file included from db.c:76:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
db.c:1810:13: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1810 |             sprintf (tcl->result, "Sender set option value");
      |             ^~~~~~~
In file included from db.c:76:
/home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
db.c: In function 'WbReload':
db.c:1638:17: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
 1638 |                 fscanf (where, "%02X", &value);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- tcl2c.o ---
cc -pipe -O2 -DUSE_INTERP_RESULT  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -c tcl2c.c
tcl2c.c:41:1: warning: return type defaults to 'int' [-Wimplicit-int]
   41 | main(int argc, char **argv)
      | ^~~~
--- tcl2c ---
cc -pipe -O2 -DUSE_INTERP_RESULT  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 tcl2c.o -ll -ltk86 -ltcl86 -lm -lX11 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -o tcl2c
/bin/ld: cannot find -ll
collect2: error: ld returned 1 exit status
*** [tcl2c] Error code 1

bmake: stopped making "wbd" in /home/pbulk/build/mbone/wbd/work/wbd
bmake: 1 error

bmake: stopped making "wbd" in /home/pbulk/build/mbone/wbd/work/wbd
*** Error code 2

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

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