+ 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/tcpillust-1.0anb14/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/tcpillust-1.0anb14/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for tcpillust-1.0anb14 bmake: .depend, 61: ignoring stale .depend for /usr/include/sys/cdefs.h bmake: .depend, 61: ignoring stale .depend for /usr/include/machine/ansi.h bmake: .depend, 61: ignoring stale .depend for /usr/include/machine/types.h bmake: .depend, 61: ignoring stale .depend for /usr/include/machine/endian.h bmake: .depend, 61: ignoring stale .depend for /usr/include/sys/_posix.h bmake: .depend, 61: ignoring stale .depend for /usr/include/sys/syslimits.h bmake: .depend, 61: ignoring stale .depend for /usr/include/machine/signal.h bmake: .depend, 61: ignoring stale .depend for /usr/include/machine/trap.h bmake: .depend, 61: ignoring stale .depend for /usr/include/machine/param.h bmake: .depend, 61: ignoring stale .depend for /usr/include/machine/limits.h bmake: .depend, 61: ignoring stale .depend for /usr/local/include/tcl8.0jp/tcl.h bmake: .depend, 61: ignoring stale .depend for /usr/local/include/tk8.0jp/tk.h bmake: .depend, 61: ignoring stale .depend for /usr/X11R6/include/X11/Xlib.h bmake: .depend, 61: ignoring stale .depend for /usr/X11R6/include/X11/X.h bmake: .depend, 61: ignoring stale .depend for /usr/X11R6/include/X11/Xfuncproto.h bmake: .depend, 61: ignoring stale .depend for /usr/X11R6/include/X11/Xosdefs.h bmake: .depend, 61: ignoring stale .depend for /usr/include/pcap.h bmake: .depend, 61: ignoring stale .depend for /usr/include/net/slip.h bmake: .depend, 61: ignoring stale .depend for /usr/include/net/ethernet.h --- tcpillust.o --- --- button.o --- --- draw.o --- --- parser.o --- --- tcpillust.o --- rm -f tcpillust.o --- button.o --- rm -f button.o --- draw.o --- rm -f draw.o --- parser.o --- rm -f parser.o --- tcpillust.o --- gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -I/opt/pkg/include -I/opt/pkg/include -DILTDIR=\"/opt/pkg/lib/X11/tcpillust\" tcpillust.c --- button.o --- gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -I/opt/pkg/include -I/opt/pkg/include -DILTDIR=\"/opt/pkg/lib/X11/tcpillust\" button.c --- draw.o --- gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -I/opt/pkg/include -I/opt/pkg/include -DILTDIR=\"/opt/pkg/lib/X11/tcpillust\" draw.c --- parser.o --- gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -I/opt/pkg/include -I/opt/pkg/include -DILTDIR=\"/opt/pkg/lib/X11/tcpillust\" parser.c --- tcpillust.o --- tcpillust.c: In function 'init_tk': tcpillust.c:92:17: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 92 | fprintf(stderr, "Tcl_Init failed: %s\n", interp->result); | ^~~~~~~ In file included from tcpillust.h:40, from tcpillust.c:34: /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:513:11: note: declared here 513 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ tcpillust.c:96:17: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 96 | fprintf(stderr, "Tk_Init failed: %s\n", interp->result); | ^~~~~~~ /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:513:11: note: declared here 513 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ tcpillust.c:101:17: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 101 | fprintf(stderr, "%s\n", interp->result); | ^~~~~~~ /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:513:11: note: declared here 513 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ tcpillust.c:105:48: error: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 105 | Tcl_CreateCommand(interp, "init_clib", init_clib, | ^~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) In file included from /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:2424: /home/pbulk/build/net/tcpillust/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, | ~~~~~~~~~~~~~^~~~ tcpillust.c:107:51: error: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] --- button.o --- button.c: In function 'movebar_clib': button.c:168:13: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 168 | if (strcmp(argv[1], "moveto")) return TCL_OK; | ^~~~~~ button.c:37:1: note: include '' or provide a declaration of 'strcmp' 36 | #include "tcpillust.h" +++ |+#include 37 | static int ratio_cnt; --- parser.o --- parser.c: In function 'regist_result': parser.c:637:9: error: implicit declaration of function 'memset' [-Wimplicit-function-declaration] 637 | memset(&ilt[iltcnt], 0, sizeof(struct iltdata)); | ^~~~~~ parser.c:36:1: note: include '' or provide a declaration of 'memset' 35 | #include "tcpillust.h" +++ |+#include 36 | parser.c:637:9: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch] 637 | memset(&ilt[iltcnt], 0, sizeof(struct iltdata)); | ^~~~~~ parser.c:637:9: note: include '' or provide a declaration of 'memset' parser.c:648:25: error: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] 648 | strcat(ilt[iltcnt].text, "S"); | ^~~~~~ parser.c:648:25: note: include '' or provide a declaration of 'strcat' --- tcpillust.o --- 107 | Tcl_CreateCommand(interp, "zoomout_clib", zoomout_clib, | ^~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /home/pbulk/build/net/tcpillust/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, | ~~~~~~~~~~~~~^~~~ tcpillust.c:109:50: error: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 109 | Tcl_CreateCommand(interp, "zoomin_clib", zoomin_clib, | ^~~~~~~~~~~ | | --- parser.o --- parser.c:648:25: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] parser.c:648:25: note: include '' or provide a declaration of 'strcat' parser.c:650:25: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] 650 | strcat(ilt[iltcnt].text, "F"); | ^~~~~~ parser.c:650:25: note: include '' or provide a declaration of 'strcat' parser.c:652:25: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] 652 | strcat(ilt[iltcnt].text, "R"); | ^~~~~~ parser.c:652:25: note: include '' or provide a declaration of 'strcat' parser.c:654:25: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] 654 | strcat(ilt[iltcnt].text, "P"); --- tcpillust.o --- | int (*)(void *, Tcl_Interp *, int, char **) /home/pbulk/build/net/tcpillust/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, | ~~~~~~~~~~~~~^~~~ tcpillust.c:111:51: error: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 111 | Tcl_CreateCommand(interp, "movebar_clib", movebar_clib, | ^~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) --- parser.o --- | ^~~~~~ parser.c:654:25: note: include '' or provide a declaration of 'strcat' parser.c:656:25: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] 656 | strcat(ilt[iltcnt].text, "."); | ^~~~~~ parser.c:656:25: note: include '' or provide a declaration of 'strcat' --- tcpillust.o --- /home/pbulk/build/net/tcpillust/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, | ~~~~~~~~~~~~~^~~~ tcpillust.c:113:50: error: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 113 | Tcl_CreateCommand(interp, "bpress_clib", bpress_clib, | ^~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /home/pbulk/build/net/tcpillust/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, | ~~~~~~~~~~~~~^~~~ tcpillust.c:115:54: error: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 115 | Tcl_CreateCommand(interp, "subzoomout_clib", subzoomout_clib, | ^~~~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /home/pbulk/build/net/tcpillust/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, | ~~~~~~~~~~~~~^~~~ tcpillust.c:117:53: error: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 117 | Tcl_CreateCommand(interp, "subzoomin_clib", subzoomin_clib, | ^~~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /home/pbulk/build/net/tcpillust/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, | ~~~~~~~~~~~~~^~~~ tcpillust.c:119:52: error: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 119 | Tcl_CreateCommand(interp, "scrlbar1_clib", scrlbar1_clib, | ^~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /home/pbulk/build/net/tcpillust/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, | ~~~~~~~~~~~~~^~~~ tcpillust.c:121:52: error: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 121 | Tcl_CreateCommand(interp, "scrlbar2_clib", scrlbar2_clib, | ^~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /home/pbulk/build/net/tcpillust/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, | ~~~~~~~~~~~~~^~~~ tcpillust.c:123:51: error: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 123 | Tcl_CreateCommand(interp, "forward_clib", forward_clib, | ^~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /home/pbulk/build/net/tcpillust/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, | ~~~~~~~~~~~~~^~~~ tcpillust.c:125:48: error: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 125 | Tcl_CreateCommand(interp, "back_clib", back_clib, | ^~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /home/pbulk/build/net/tcpillust/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, | ~~~~~~~~~~~~~^~~~ tcpillust.c:127:48: error: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 127 | Tcl_CreateCommand(interp, "time_clib", time_clib, | ^~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /home/pbulk/build/net/tcpillust/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, | ~~~~~~~~~~~~~^~~~ tcpillust.c:129:48: error: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 129 | Tcl_CreateCommand(interp, "text_clib", text_clib, | ^~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /home/pbulk/build/net/tcpillust/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, | ~~~~~~~~~~~~~^~~~ tcpillust.c:131:52: error: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 131 | Tcl_CreateCommand(interp, "openfile_clib", openfile_clib, | ^~~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /home/pbulk/build/net/tcpillust/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, | ~~~~~~~~~~~~~^~~~ tcpillust.c: In function 'init_clib': tcpillust.c:164:17: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 164 | fprintf(stderr, "%s\n", interp->result); | ^~~~~~~ /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:513:11: note: declared here 513 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ tcpillust.c:169:17: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 169 | fprintf(stderr, "%s\n", interp->result); | ^~~~~~~ /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:513:11: note: declared here 513 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ *** [tcpillust.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/net/tcpillust/work/tcpillust-1.0a --- parser.o --- *** [parser.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/net/tcpillust/work/tcpillust-1.0a --- button.o --- *** [button.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/net/tcpillust/work/tcpillust-1.0a bmake: 3 errors bmake: stopped making "all" in /home/pbulk/build/net/tcpillust/work/tcpillust-1.0a *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/tcpillust *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/tcpillust