=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for docsis-0.9.4nb3 cd . && /opt/pkg/bin/mksh /Users/pbulk/build/net/docsis/work/docsis-0.9.4/missing --run aclocal-1.9 WARNING: 'aclocal' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.in'. You might want to install the Automake and Perl packages. Grab them from any GNU archive site. cd . && /opt/pkg/bin/mksh /Users/pbulk/build/net/docsis/work/docsis-0.9.4/missing --run autoconf WARNING: 'autoconf' is missing on your system. You should only need it if you modified 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. cd . && /opt/pkg/bin/mksh /Users/pbulk/build/net/docsis/work/docsis-0.9.4/missing --run autoheader WARNING: 'autoheader' is missing on your system. You should only need it if you modified 'acconfig.h' or 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. rm -f stamp-h1 touch ./config.h.in /opt/pkg/bin/mksh ./config.status --recheck cd . && /opt/pkg/bin/mksh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged /opt/pkg/bin/bmake all-recursive Making all in src cd .. && /opt/pkg/bin/bmake am--refresh if clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -Udarwin23 -Ddarwin23=darwin23 -pipe -Os -D_REENTRANT -fno-common -DPERL_DARWIN -no-cpp-precomp -mmacosx-version-min=12.3 -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -I/usr/local/include -I/opt/pkg/lib/perl5/5.38.0/darwin-thread-multi-2level/CORE -I/opt/pkg/include -I/opt/pkg/include/ncurses -I. -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MT docsis.o -MD -MP -MF ".deps/docsis.Tpo" -c -o docsis.o docsis.c; then mv -f ".deps/docsis.Tpo" ".deps/docsis.Po"; else rm -f ".deps/docsis.Tpo"; exit 1; fi docsis.c:230:3: warning: implicit declaration of function 'init_mib' is invalid in C99 [-Wimplicit-function-declaration] init_mib (); ^ 1 warning generated. if clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -Udarwin23 -Ddarwin23=darwin23 -pipe -Os -D_REENTRANT -fno-common -DPERL_DARWIN -no-cpp-precomp -mmacosx-version-min=12.3 -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -I/usr/local/include -I/opt/pkg/lib/perl5/5.38.0/darwin-thread-multi-2level/CORE -I/opt/pkg/include -I/opt/pkg/include/ncurses -I. -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MT ethermac.o -MD -MP -MF ".deps/ethermac.Tpo" -c -o ethermac.o ethermac.c; then mv -f ".deps/ethermac.Tpo" ".deps/ethermac.Po"; else rm -f ".deps/ethermac.Tpo"; exit 1; fi if clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -Udarwin23 -Ddarwin23=darwin23 -pipe -Os -D_REENTRANT -fno-common -DPERL_DARWIN -no-cpp-precomp -mmacosx-version-min=12.3 -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -I/usr/local/include -I/opt/pkg/lib/perl5/5.38.0/darwin-thread-multi-2level/CORE -I/opt/pkg/include -I/opt/pkg/include/ncurses -I. -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MT md5.o -MD -MP -MF ".deps/md5.Tpo" -c -o md5.o md5.c; then mv -f ".deps/md5.Tpo" ".deps/md5.Po"; else rm -f ".deps/md5.Tpo"; exit 1; fi if clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -Udarwin23 -Ddarwin23=darwin23 -pipe -Os -D_REENTRANT -fno-common -DPERL_DARWIN -no-cpp-precomp -mmacosx-version-min=12.3 -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -I/usr/local/include -I/opt/pkg/lib/perl5/5.38.0/darwin-thread-multi-2level/CORE -I/opt/pkg/include -I/opt/pkg/include/ncurses -I. -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MT docsis_encode.o -MD -MP -MF ".deps/docsis_encode.Tpo" -c -o docsis_encode.o docsis_encode.c; then mv -f ".deps/docsis_encode.Tpo" ".deps/docsis_encode.Po"; else rm -f ".deps/docsis_encode.Tpo"; exit 1; fi docsis_encode.c:60:116: warning: format specifies type 'short' but the argument has type 'unsigned int' [-Wformat] printf ("%s: at line %d, %s value %d out of range %hd-%hd\n ", prog_name,line,sym_ptr->sym_ident,helper->uintval,sym_ptr->low_limit, sym_ptr->high_limit); ~~~ ^~~~~~~~~~~~~~~~~~ %u docsis_encode.c:60:136: warning: format specifies type 'short' but the argument has type 'unsigned int' [-Wformat] printf ("%s: at line %d, %s value %d out of range %hd-%hd\n ", prog_name,line,sym_ptr->sym_ident,helper->uintval,sym_ptr->low_limit, sym_ptr->high_limit); ~~~ ^~~~~~~~~~~~~~~~~~~ %u docsis_encode.c:89:116: warning: format specifies type 'short' but the argument has type 'unsigned int' [-Wformat] printf ("%s: at line %d, %s value %d out of range %hd-%hd\n ", prog_name,line,sym_ptr->sym_ident,helper->uintval,sym_ptr->low_limit, sym_ptr->high_limit); ~~~ ^~~~~~~~~~~~~~~~~~ %u docsis_encode.c:89:136: warning: format specifies type 'short' but the argument has type 'unsigned int' [-Wformat] printf ("%s: at line %d, %s value %d out of range %hd-%hd\n ", prog_name,line,sym_ptr->sym_ident,helper->uintval,sym_ptr->low_limit, sym_ptr->high_limit); ~~~ ^~~~~~~~~~~~~~~~~~~ %u docsis_encode.c:121:116: warning: format specifies type 'short' but the argument has type 'unsigned int' [-Wformat] printf ("%s: at line %d, %s value %d out of range %hd-%hd\n ", prog_name,line,sym_ptr->sym_ident,helper->uintval,sym_ptr->low_limit, sym_ptr->high_limit); ~~~ ^~~~~~~~~~~~~~~~~~ %u docsis_encode.c:121:136: warning: format specifies type 'short' but the argument has type 'unsigned int' [-Wformat] printf ("%s: at line %d, %s value %d out of range %hd-%hd\n ", prog_name,line,sym_ptr->sym_ident,helper->uintval,sym_ptr->low_limit, sym_ptr->high_limit); ~~~ ^~~~~~~~~~~~~~~~~~~ %u docsis_encode.c:439:6: warning: comparison of array 'endptr' equal to a null pointer is always false [-Wtautological-pointer-compare] if (endptr == NULL) ^~~~~~ ~~~~ 7 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -Udarwin23 -Ddarwin23=darwin23 -pipe -Os -D_REENTRANT -fno-common -DPERL_DARWIN -no-cpp-precomp -mmacosx-version-min=12.3 -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -I/usr/local/include -I/opt/pkg/lib/perl5/5.38.0/darwin-thread-multi-2level/CORE -I/opt/pkg/include -I/opt/pkg/include/ncurses -I. -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MT docsis_decode.o -MD -MP -MF ".deps/docsis_decode.Tpo" -c -o docsis_decode.o docsis_decode.c; then mv -f ".deps/docsis_decode.Tpo" ".deps/docsis_decode.Po"; else rm -f ".deps/docsis_decode.Tpo"; exit 1; fi docsis_decode.c:248:26: warning: passing 'char [514]' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] snprint_hexadecimal ( hexvalue, 514, value, len); ^~~~~~~~ ./docsis_decode.h:53:43: note: passing argument to parameter 'outbuf' here void snprint_hexadecimal ( unsigned char *outbuf, size_t outsize, const char *str, size_t str_len ); ^ docsis_decode.c:477:11: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sprintf(cp, "0x"); ^~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:28: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~ docsis_decode.c:481:10: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sprintf(cp, "%02x", (unsigned char) str[i]); ^~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:28: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~ 3 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -Udarwin23 -Ddarwin23=darwin23 -pipe -Os -D_REENTRANT -fno-common -DPERL_DARWIN -no-cpp-precomp -mmacosx-version-min=12.3 -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -I/usr/local/include -I/opt/pkg/lib/perl5/5.38.0/darwin-thread-multi-2level/CORE -I/opt/pkg/include -I/opt/pkg/include/ncurses -I. -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MT docsis_snmp.o -MD -MP -MF ".deps/docsis_snmp.Tpo" -c -o docsis_snmp.o docsis_snmp.c; then mv -f ".deps/docsis_snmp.Tpo" ".deps/docsis_snmp.Po"; else rm -f ".deps/docsis_snmp.Tpo"; exit 1; fi docsis_snmp.c:107:9: warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] &out_size); ^~~~~~~~~ ./docsis_snmp.h:48:53: note: passing argument to parameter 'listlength' here unsigned char * var_val, size_t * listlength); ^ docsis_snmp.c:120:9: warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] &out_size); ^~~~~~~~~ ./docsis_snmp.h:48:53: note: passing argument to parameter 'listlength' here unsigned char * var_val, size_t * listlength); ^ docsis_snmp.c:181:37: warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] &out_size); ^~~~~~~~~ ./docsis_snmp.h:48:53: note: passing argument to parameter 'listlength' here unsigned char * var_val, size_t * listlength); ^ docsis_snmp.c:188:9: warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] &out_size); ^~~~~~~~~ /Users/pbulk/build/net/docsis/work/.buildlink/include/net-snmp/library/snmp.h:354:65: note: passing argument to parameter here size_t, u_char *, size_t *); ^ docsis_snmp.c:207:34: warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] (unsigned char *) <mp, &out_size); ^~~~~~~~~ ./docsis_snmp.h:48:53: note: passing argument to parameter 'listlength' here unsigned char * var_val, size_t * listlength); ^ docsis_snmp.c:216:19: warning: passing 'unsigned char [2560]' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if (!read_objid (buf, oid_value, &oid_value_len)) ^~~ /Users/pbulk/build/net/docsis/work/.buildlink/include/net-snmp/mib_api.h:57:44: note: passing argument to parameter here int read_objid(const char *, oid *, size_t *); ^ docsis_snmp.c:227:67: warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] (unsigned char *) &oid_value, &out_size); ^~~~~~~~~ ./docsis_snmp.h:48:53: note: passing argument to parameter 'listlength' here unsigned char * var_val, size_t * listlength); ^ docsis_snmp.c:415:31: warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] asn_parse_int (var_val, &len, &vp->type, ^~~~ /Users/pbulk/build/net/docsis/work/.buildlink/include/net-snmp/library/asn1.h:191:53: note: passing argument to parameter here u_char *asn_parse_int(u_char *, size_t *, u_char *, long *, ^ docsis_snmp.c:425:40: warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] asn_parse_unsigned_int (var_val, &len, &vp->type, ^~~~ /Users/pbulk/build/net/docsis/work/.buildlink/include/net-snmp/library/asn1.h:197:62: note: passing argument to parameter here u_char *asn_parse_unsigned_int(u_char *, size_t *, u_char *, ^ docsis_snmp.c:438:42: warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] asn_parse_unsigned_int64 (var_val, &len, &vp->type, ^~~~ /Users/pbulk/build/net/docsis/work/.buildlink/include/net-snmp/library/asn1.h:238:64: note: passing argument to parameter here u_char *asn_parse_unsigned_int64(u_char *, size_t *, u_char *, ^ docsis_snmp.c:477:34: warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] asn_parse_string (var_val, &len, &vp->type, vp->val.string, ^~~~ /Users/pbulk/build/net/docsis/work/.buildlink/include/net-snmp/library/asn1.h:203:56: note: passing argument to parameter here u_char *asn_parse_string(u_char *, size_t *, u_char *, ^ docsis_snmp.c:482:33: warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] asn_parse_objid (var_val, &len, &vp->type, objid, &vp->val_len); ^~~~ /Users/pbulk/build/net/docsis/work/.buildlink/include/net-snmp/library/asn1.h:222:55: note: passing argument to parameter here u_char *asn_parse_objid(u_char *, size_t *, u_char *, oid *, ^ docsis_snmp.c:494:37: warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] asn_parse_bitstring (var_val, &len, &vp->type, ^~~~ /Users/pbulk/build/net/docsis/work/.buildlink/include/net-snmp/library/asn1.h:232:59: note: passing argument to parameter here u_char *asn_parse_bitstring(u_char *, size_t *, u_char *, ^ docsis_snmp.c:533:18: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if (str_isprint(vp->val.string, vp->val_len)) ^~~~~~~~~~~~~~ ./docsis_decode.h:52:30: note: passing argument to parameter 'str' here int str_isprint (const char *str, size_t str_len); ^ docsis_snmp.c:537:25: warning: passing 'char [1024]' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] snprint_hexadecimal (outbuf, 1023, vp->val.string, vp->val_len); ^~~~~~ ./docsis_decode.h:53:43: note: passing argument to parameter 'outbuf' here void snprint_hexadecimal ( unsigned char *outbuf, size_t outsize, const char *str, size_t str_len ); ^ docsis_snmp.c:537:39: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] snprint_hexadecimal (outbuf, 1023, vp->val.string, vp->val_len); ^~~~~~~~~~~~~~ ./docsis_decode.h:53:79: note: passing argument to parameter 'str' here void snprint_hexadecimal ( unsigned char *outbuf, size_t outsize, const char *str, size_t str_len ); ^ docsis_snmp.c:544:24: warning: passing 'char [1024]' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] snprint_hexadecimal (outbuf, 1023, vp->val.bitstring, vp->val_len); ^~~~~~ ./docsis_decode.h:53:43: note: passing argument to parameter 'outbuf' here void snprint_hexadecimal ( unsigned char *outbuf, size_t outsize, const char *str, size_t str_len ); ^ docsis_snmp.c:544:38: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] snprint_hexadecimal (outbuf, 1023, vp->val.bitstring, vp->val_len); ^~~~~~~~~~~~~~~~~ ./docsis_decode.h:53:79: note: passing argument to parameter 'str' here void snprint_hexadecimal ( unsigned char *outbuf, size_t outsize, const char *str, size_t str_len ); ^ docsis_snmp.c:600:43: warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] data_ptr = asn_build_objid (out_buffer, &out_size, ^~~~~~~~~ /Users/pbulk/build/net/docsis/work/.buildlink/include/net-snmp/library/asn1.h:225:55: note: passing argument to parameter here u_char *asn_build_objid(u_char *, size_t *, u_char, oid *, ^ docsis_snmp.c:622:31: warning: incompatible pointer types passing 'int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types] asn_parse_objid (data, &len, &type, this_oid, &oid_len)) == NULL) ^~~~ /Users/pbulk/build/net/docsis/work/.buildlink/include/net-snmp/library/asn1.h:222:55: note: passing argument to parameter here u_char *asn_parse_objid(u_char *, size_t *, u_char *, oid *, ^ 20 warnings generated. if clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -Udarwin23 -Ddarwin23=darwin23 -pipe -Os -D_REENTRANT -fno-common -DPERL_DARWIN -no-cpp-precomp -mmacosx-version-min=12.3 -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -I/usr/local/include -I/opt/pkg/lib/perl5/5.38.0/darwin-thread-multi-2level/CORE -I/opt/pkg/include -I/opt/pkg/include/ncurses -I. -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MT hmac_md5.o -MD -MP -MF ".deps/hmac_md5.Tpo" -c -o hmac_md5.o hmac_md5.c; then mv -f ".deps/hmac_md5.Tpo" ".deps/hmac_md5.Po"; else rm -f ".deps/hmac_md5.Tpo"; exit 1; fi if clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -Udarwin23 -Ddarwin23=darwin23 -pipe -Os -D_REENTRANT -fno-common -DPERL_DARWIN -no-cpp-precomp -mmacosx-version-min=12.3 -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -I/usr/local/include -I/opt/pkg/lib/perl5/5.38.0/darwin-thread-multi-2level/CORE -I/opt/pkg/include -I/opt/pkg/include/ncurses -I. -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MT docsis_yy.o -MD -MP -MF ".deps/docsis_yy.Tpo" -c -o docsis_yy.o docsis_yy.c; then mv -f ".deps/docsis_yy.Tpo" ".deps/docsis_yy.Po"; else rm -f ".deps/docsis_yy.Tpo"; exit 1; fi if clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -Udarwin23 -Ddarwin23=darwin23 -pipe -Os -D_REENTRANT -fno-common -DPERL_DARWIN -no-cpp-precomp -mmacosx-version-min=12.3 -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -I/usr/local/include -I/opt/pkg/lib/perl5/5.38.0/darwin-thread-multi-2level/CORE -I/opt/pkg/include -I/opt/pkg/include/ncurses -I. -I/opt/pkg/include -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MT docsis_lex.o -MD -MP -MF ".deps/docsis_lex.Tpo" -c -o docsis_lex.o docsis_lex.c; then mv -f ".deps/docsis_lex.Tpo" ".deps/docsis_lex.Po"; else rm -f ".deps/docsis_lex.Tpo"; exit 1; fi /opt/pkg/bin/mksh ../libtool --mode=link --tag=CC clang -pipe -Os -I/opt/pkg/include -L/opt/pkg/lib -o docsis -L/opt/pkg/lib -L/opt/pkg/lib/perl5/5.38.0/darwin-thread-multi-2level/CORE -L/opt/pkg/lib -lnetsnmp -lcrypto -ll docsis.o ethermac.o md5.o docsis_encode.o docsis_decode.o docsis_snmp.o docsis_yy.o docsis_lex.o hmac_md5.o -lm -lresolv mkdir .libs clang -pipe -Os -I/opt/pkg/include -o docsis docsis.o ethermac.o md5.o docsis_encode.o docsis_decode.o docsis_snmp.o docsis_yy.o docsis_lex.o hmac_md5.o -L/opt/pkg/lib -L/opt/pkg/lib/perl5/5.38.0/darwin-thread-multi-2level/CORE /opt/pkg/lib/libnetsnmp.dylib -lcrypto -ll -lm -lresolv ld: warning: directory not found for option '-L/Users/pbulk/build/net/docsis/work/.buildlink/lib/perl5/5.38.0/darwin-thread-multi-2level/CORE' Undefined symbols for architecture arm64: "_init_mib", referenced from: _main in docsis.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) *** [docsis] Error code 1 bmake[2]: stopped in /Users/pbulk/build/net/docsis/work/docsis-0.9.4/src 1 error bmake[2]: stopped in /Users/pbulk/build/net/docsis/work/docsis-0.9.4/src *** [all-recursive] Error code 1 bmake[1]: stopped in /Users/pbulk/build/net/docsis/work/docsis-0.9.4 1 error bmake[1]: stopped in /Users/pbulk/build/net/docsis/work/docsis-0.9.4 *** [all] Error code 2 bmake: stopped in /Users/pbulk/build/net/docsis/work/docsis-0.9.4 1 error bmake: stopped in /Users/pbulk/build/net/docsis/work/docsis-0.9.4 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/docsis *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/docsis