=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/net/tcpillust", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] 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 --- --- tcpillust.o --- rm -f tcpillust.o --- button.o --- rm -f button.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 button.c: In function 'zoomout_clib': button.c:42:1: warning: old-style function definition [-Wold-style-definition] 42 | zoomout_clib(cldata, interp, argc, argv) | ^~~~~~~~~~~~ button.c: In function 'zoomin_clib': button.c:59:1: warning: old-style function definition [-Wold-style-definition] 59 | zoomin_clib(cldata, interp, argc, argv) | ^~~~~~~~~~~ button.c: In function 'subzoomin_clib': button.c:76:1: warning: old-style function definition [-Wold-style-definition] 76 | subzoomin_clib(cldata, interp, argc, argv) | ^~~~~~~~~~~~~~ button.c: In function 'subzoomout_clib': button.c:94:1: warning: old-style function definition [-Wold-style-definition] 94 | subzoomout_clib(cldata, interp, argc, argv) | ^~~~~~~~~~~~~~~ button.c: In function 'scrlbar1_clib': button.c:111:1: warning: old-style function definition [-Wold-style-definition] 111 | scrlbar1_clib(cldata, interp, argc, argv) | ^~~~~~~~~~~~~ button.c: In function 'scrlbar2_clib': button.c:127:1: warning: old-style function definition [-Wold-style-definition] 127 | scrlbar2_clib(cldata, interp, argc, argv) | ^~~~~~~~~~~~~ button.c: In function 'movebar_clib': button.c:159:1: warning: old-style function definition [-Wold-style-definition] 159 | movebar_clib(cldata, interp, argc, argv) | ^~~~~~~~~~~~ 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; button.c: In function 'bpress_clib': button.c:180:1: warning: old-style function definition [-Wold-style-definition] 180 | bpress_clib(cldata, interp, argc, argv) | ^~~~~~~~~~~ button.c: In function 'forward_clib': button.c:204:1: warning: old-style function definition [-Wold-style-definition] 204 | forward_clib(cldata, interp, argc, argv) | ^~~~~~~~~~~~ button.c: In function 'back_clib': button.c:225:1: warning: old-style function definition [-Wold-style-definition] 225 | back_clib(cldata, interp, argc, argv) | ^~~~~~~~~ button.c: In function 'time_clib': button.c:246:1: warning: old-style function definition [-Wold-style-definition] 246 | time_clib(cldata, interp, argc, argv) | ^~~~~~~~~ button.c: In function 'text_clib': button.c:263:1: warning: old-style function definition [-Wold-style-definition] 263 | text_clib(cldata, interp, argc, argv) | ^~~~~~~~~ --- 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/work/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/work/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/work/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/work/net/tcpillust/work/.buildlink/include/tcl.h:2424: /home/pbulk/work/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:36:12: note: 'init_clib' declared here 36 | static int init_clib __P((ClientData, Tcl_Interp *, int, char **)); | ^~~~~~~~~ tcpillust.c:107:51: error: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types] 107 | Tcl_CreateCommand(interp, "zoomout_clib", zoomout_clib, | ^~~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /home/pbulk/work/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.h:77:5: note: 'zoomout_clib' declared here 77 | int zoomout_clib __P((ClientData, Tcl_Interp *, int, char **)); | ^~~~~~~~~~~~ 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, | ^~~~~~~~~~~ | | | int (*)(void *, Tcl_Interp *, int, char **) /home/pbulk/work/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.h:78:5: note: 'zoomin_clib' declared here 78 | int zoomin_clib __P((ClientData, Tcl_Interp *, int, char **)); | ^~~~~~~~~~~ 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 **) /home/pbulk/work/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.h:81:5: note: 'movebar_clib' declared here 81 | int movebar_clib __P((ClientData, Tcl_Interp *, int, char **)); | ^~~~~~~~~~~~ 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/work/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.h:83:5: note: 'bpress_clib' declared here 83 | int bpress_clib __P((ClientData, Tcl_Interp *, int, char **)); | ^~~~~~~~~~~ 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/work/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.h:79:5: note: 'subzoomout_clib' declared here 79 | int subzoomout_clib __P((ClientData, Tcl_Interp *, int, char **)); | ^~~~~~~~~~~~~~~ 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/work/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.h:80:5: note: 'subzoomin_clib' declared here 80 | int subzoomin_clib __P((ClientData, Tcl_Interp *, int, char **)); | ^~~~~~~~~~~~~~ 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/work/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.h:84:5: note: 'scrlbar1_clib' declared here 84 | int scrlbar1_clib __P((ClientData, Tcl_Interp *, int, char **)); | ^~~~~~~~~~~~~ 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/work/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.h:85:5: note: 'scrlbar2_clib' declared here 85 | int scrlbar2_clib __P((ClientData, Tcl_Interp *, int, char **)); | ^~~~~~~~~~~~~ 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/work/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.h:86:5: note: 'forward_clib' declared here 86 | int forward_clib __P((ClientData, Tcl_Interp *, int, char **)); | ^~~~~~~~~~~~ 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/work/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.h:87:5: note: 'back_clib' declared here 87 | int back_clib __P((ClientData, Tcl_Interp *, int, char **)); | ^~~~~~~~~ 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/work/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.h:89:5: note: 'time_clib' declared here 89 | int time_clib __P((ClientData, Tcl_Interp *, int, char **)); | ^~~~~~~~~ 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/work/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.h:88:5: note: 'text_clib' declared here 88 | int text_clib __P((ClientData, Tcl_Interp *, int, char **)); | ^~~~~~~~~ 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/work/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.h:90:5: note: 'openfile_clib' declared here 90 | int openfile_clib __P((ClientData, Tcl_Interp *, int, char **)); | ^~~~~~~~~~~~~ tcpillust.c: In function 'init_clib': tcpillust.c:156:1: warning: old-style function definition [-Wold-style-definition] 156 | init_clib(cldata, interp, argc, argv) | ^~~~~~~~~ tcpillust.c:164:17: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 164 | fprintf(stderr, "%s\n", interp->result); | ^~~~~~~ /home/pbulk/work/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/work/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: In function 'openfile_clib': tcpillust.c:234:1: warning: old-style function definition [-Wold-style-definition] 234 | openfile_clib(cldata, interp, argc, argv) | ^~~~~~~~~~~~~ --- button.o --- *** [button.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/net/tcpillust/work/tcpillust-1.0a --- tcpillust.o --- *** [tcpillust.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/net/tcpillust/work/tcpillust-1.0a bmake: 2 errors bmake: stopped making "all" in /home/pbulk/work/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