+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/wbd-1.0p4nb11/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/wbd-1.0p4nb11/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for wbd-1.0p4nb11 gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DUSE_INTERP_RESULT -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/usr/include -c main.c main.c: In function 'main': main.c:327:28: error: 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:2424, 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: error: 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: error: passing argument 2 of 'Tcl_Merge' from incompatible pointer type [-Wincompatible-pointer-types] 357 | args = Tcl_Merge(argc-2, argv+1); | ~~~~^~ | | | char ** /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: error: 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 **) /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: error: 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 **) /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: error: 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 **) /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: error: 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 **) /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: error: 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 **) /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: error: 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 **) /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: error: 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 **) /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: error: 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 **) /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: error: 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 **) /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: error: 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 **) /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); | ^~~~~~~~~ /home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:513:11: note: declared here 513 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ main.c:442:13: error: implicit declaration of function 'recv_sock_init' [-Wimplicit-function-declaration] 442 | rsock = recv_sock_init(&addr, confPort, confGroup); | ^~~~~~~~~~~~~~ main.c:451:13: error: implicit declaration of function 'send_sock_init' [-Wimplicit-function-declaration] 451 | tsock = send_sock_init(&addr, confPort, confGroup); | ^~~~~~~~~~~~~~ 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); | ^~~~~~ /home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:513:11: note: declared here 513 | 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); | ^~~~~~ /home/pbulk/build/mbone/wbd/work/.buildlink/include/tcl.h:513:11: note: declared here 513 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ *** Error code 1 Stop. bmake: stopped making "wbd" in /home/pbulk/build/mbone/wbd/work/wbd *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/mbone/wbd *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/mbone/wbd