WARNING: [license.mk] Every package should define a LICENSE. ===> Building for tcpillust-1.0anb14 bmake: .depend, 61: ignoring stale .depend for /usr/include/stdio.h 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/stdlib.h bmake: .depend, 61: ignoring stale .depend for /usr/include/unistd.h bmake: .depend, 61: ignoring stale .depend for /usr/include/sys/types.h bmake: .depend, 61: ignoring stale .depend for /usr/include/sys/inttypes.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/unistd.h bmake: .depend, 61: ignoring stale .depend for /usr/include/sys/_posix.h bmake: .depend, 61: ignoring stale .depend for /usr/include/math.h bmake: .depend, 61: ignoring stale .depend for /usr/include/sys/param.h bmake: .depend, 61: ignoring stale .depend for /usr/include/sys/syslimits.h bmake: .depend, 61: ignoring stale .depend for /usr/include/sys/signal.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/include/sys/time.h bmake: .depend, 61: ignoring stale .depend for /usr/include/time.h bmake: .depend, 61: ignoring stale .depend for /usr/include/sys/stat.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/stddef.h bmake: .depend, 61: ignoring stale .depend for /usr/include/netinet/tcp.h bmake: .depend, 61: ignoring stale .depend for /usr/include/sys/socket.h bmake: .depend, 61: ignoring stale .depend for /usr/include/pcap.h bmake: .depend, 61: ignoring stale .depend for /usr/include/net/bpf.h bmake: .depend, 61: ignoring stale .depend for /usr/include/net/if_arp.h bmake: .depend, 61: ignoring stale .depend for /usr/include/net/slip.h bmake: .depend, 61: ignoring stale .depend for /usr/include/netinet/in.h bmake: .depend, 61: ignoring stale .depend for /usr/include/netinet/in_systm.h bmake: .depend, 61: ignoring stale .depend for /usr/include/netinet/if_ether.h bmake: .depend, 61: ignoring stale .depend for /usr/include/net/ethernet.h bmake: .depend, 61: ignoring stale .depend for /usr/include/netinet/ip.h rm -f tcpillust.o clang -c -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -I/opt/pkg/include -I/opt/pkg/include -DILTDIR=\"/opt/pkg/lib/X11/tcpillust\" tcpillust.c tcpillust.c:92:53: warning: 'result' is deprecated [-Wdeprecated-declarations] fprintf(stderr, "Tcl_Init failed: %s\n", interp->result); ^ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ tcpillust.c:96:52: warning: 'result' is deprecated [-Wdeprecated-declarations] fprintf(stderr, "Tk_Init failed: %s\n", interp->result); ^ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ tcpillust.c:101:35: warning: 'result' is deprecated [-Wdeprecated-declarations] fprintf(stderr, "%s\n", interp->result); ^ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ tcpillust.c:105:41: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types] Tcl_CreateCommand(interp, "init_clib", init_clib, ^~~~~~~~~ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here const char *cmdName, Tcl_CmdProc *proc, ^ tcpillust.c:107:44: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types] Tcl_CreateCommand(interp, "zoomout_clib", zoomout_clib, ^~~~~~~~~~~~ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here const char *cmdName, Tcl_CmdProc *proc, ^ tcpillust.c:109:43: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types] Tcl_CreateCommand(interp, "zoomin_clib", zoomin_clib, ^~~~~~~~~~~ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here const char *cmdName, Tcl_CmdProc *proc, ^ tcpillust.c:111:44: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types] Tcl_CreateCommand(interp, "movebar_clib", movebar_clib, ^~~~~~~~~~~~ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here const char *cmdName, Tcl_CmdProc *proc, ^ tcpillust.c:113:43: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types] Tcl_CreateCommand(interp, "bpress_clib", bpress_clib, ^~~~~~~~~~~ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here const char *cmdName, Tcl_CmdProc *proc, ^ tcpillust.c:115:47: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types] Tcl_CreateCommand(interp, "subzoomout_clib", subzoomout_clib, ^~~~~~~~~~~~~~~ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here const char *cmdName, Tcl_CmdProc *proc, ^ tcpillust.c:117:46: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types] Tcl_CreateCommand(interp, "subzoomin_clib", subzoomin_clib, ^~~~~~~~~~~~~~ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here const char *cmdName, Tcl_CmdProc *proc, ^ tcpillust.c:119:45: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types] Tcl_CreateCommand(interp, "scrlbar1_clib", scrlbar1_clib, ^~~~~~~~~~~~~ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here const char *cmdName, Tcl_CmdProc *proc, ^ tcpillust.c:121:45: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types] Tcl_CreateCommand(interp, "scrlbar2_clib", scrlbar2_clib, ^~~~~~~~~~~~~ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here const char *cmdName, Tcl_CmdProc *proc, ^ tcpillust.c:123:44: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types] Tcl_CreateCommand(interp, "forward_clib", forward_clib, ^~~~~~~~~~~~ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here const char *cmdName, Tcl_CmdProc *proc, ^ tcpillust.c:125:41: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types] Tcl_CreateCommand(interp, "back_clib", back_clib, ^~~~~~~~~ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here const char *cmdName, Tcl_CmdProc *proc, ^ tcpillust.c:127:41: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types] Tcl_CreateCommand(interp, "time_clib", time_clib, ^~~~~~~~~ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here const char *cmdName, Tcl_CmdProc *proc, ^ tcpillust.c:129:41: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types] Tcl_CreateCommand(interp, "text_clib", text_clib, ^~~~~~~~~ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here const char *cmdName, Tcl_CmdProc *proc, ^ tcpillust.c:131:45: warning: incompatible function pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' (aka 'int (void *, struct Tcl_Interp *, int, char **)') to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(void *, struct Tcl_Interp *, int, const char **)') [-Wincompatible-function-pointer-types] Tcl_CreateCommand(interp, "openfile_clib", openfile_clib, ^~~~~~~~~~~~~ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:39: note: passing argument to parameter 'proc' here const char *cmdName, Tcl_CmdProc *proc, ^ tcpillust.c:164:35: warning: 'result' is deprecated [-Wdeprecated-declarations] fprintf(stderr, "%s\n", interp->result); ^ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ tcpillust.c:169:35: warning: 'result' is deprecated [-Wdeprecated-declarations] fprintf(stderr, "%s\n", interp->result); ^ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:513:18: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:172:50: note: expanded from macro 'TCL_DEPRECATED_API' # define TCL_DEPRECATED_API(msg) __attribute__ ((__deprecated__)) ^ 19 warnings generated. rm -f button.o clang -c -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -I/opt/pkg/include -I/opt/pkg/include -DILTDIR=\"/opt/pkg/lib/X11/tcpillust\" button.c button.c:168:6: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration] if (strcmp(argv[1], "moveto")) return TCL_OK; ^ button.c:168:6: note: include the header or explicitly provide a declaration for 'strcmp' 1 warning generated. rm -f draw.o clang -c -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -I/opt/pkg/include -I/opt/pkg/include -DILTDIR=\"/opt/pkg/lib/X11/tcpillust\" draw.c rm -f parser.o clang -c -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -I/opt/pkg/include -I/opt/pkg/include -DILTDIR=\"/opt/pkg/lib/X11/tcpillust\" parser.c parser.c:103:41: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] XParseGeometry(optarg, &xloc, &yloc, &width, &height); ^~~~~~ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/X11/Xlib.h:2871:37: note: passing argument to parameter here unsigned int* /* width_return */, ^ parser.c:103:49: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] XParseGeometry(optarg, &xloc, &yloc, &width, &height); ^~~~~~~ /Users/pbulk/build/net/tcpillust/work/.buildlink/include/X11/Xlib.h:2873:1: note: passing argument to parameter here ); ^ parser.c:287:23: warning: variable 'f22' set but not used [-Wunused-but-set-variable] float f11, f12, f21, f22; ^ parser.c:564:8: warning: promoted type 'double' of K&R function parameter is not compatible with the parameter type 'float' declared in a previous prototype [-Wknr-promoted-parameter] float time1, time2; ^ parser.c:44:42: note: previous declaration is here static void regist_result __P((int, float, float, struct tcppkt, int)); ^ parser.c:564:15: warning: promoted type 'double' of K&R function parameter is not compatible with the parameter type 'float' declared in a previous prototype [-Wknr-promoted-parameter] float time1, time2; ^ parser.c:44:49: note: previous declaration is here static void regist_result __P((int, float, float, struct tcppkt, int)); ^ parser.c:637:2: warning: implicitly declaring library function 'memset' with type 'void *(void *, int, unsigned long)' [-Wimplicit-function-declaration] memset(&ilt[iltcnt], 0, sizeof(struct iltdata)); ^ parser.c:637:2: note: include the header or explicitly provide a declaration for 'memset' parser.c:645:4: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] rseq, rseq + pkt.datalen, pkt.datalen, rack, pkt.win); ^~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ parser.c:645:10: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] rseq, rseq + pkt.datalen, pkt.datalen, rack, pkt.win); ^~~~~~~~~~~~~~~~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ parser.c:645:30: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] rseq, rseq + pkt.datalen, pkt.datalen, rack, pkt.win); ^~~~~~~~~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ parser.c:645:43: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] rseq, rseq + pkt.datalen, pkt.datalen, rack, pkt.win); ^~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ parser.c:648:4: warning: implicitly declaring library function 'strcat' with type 'char *(char *, const char *)' [-Wimplicit-function-declaration] strcat(ilt[iltcnt].text, "S"); ^ parser.c:648:4: note: include the header or explicitly provide a declaration for 'strcat' parser.c:714:10: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'u_short' (aka 'unsigned short') declared in a previous prototype [-Wknr-promoted-parameter] u_short id; ^ parser.c:51:33: note: previous declaration is here static int idsearch __P((u_short, long, struct tcppkt *, int, int)); ^ parser.c:680:1: warning: unused function 'seqsearch' [-Wunused-function] seqsearch(seq, addr, pkt, start, num) ^ 13 warnings generated. rm -f binread.o clang -c -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -I/opt/pkg/include -I/opt/pkg/include -DILTDIR=\"/opt/pkg/lib/X11/tcpillust\" binread.c binread.c:41:10: fatal error: 'net/slip.h' file not found #include ^~~~~~~~~~~~ 1 error generated. *** [binread.o] Error code 1 bmake: stopped making "all" in /Users/pbulk/build/net/tcpillust/work/tcpillust-1.0a bmake: 1 error bmake: stopped making "all" in /Users/pbulk/build/net/tcpillust/work/tcpillust-1.0a *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/net/tcpillust *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/net/tcpillust