===> Building for md-whois-5.5.4nb4 clang -I/opt/pkg/include -DHAVE_LIBIDN2 -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MM -MG *.c > Makefile.depend perl make_version_h.pl debian/changelog > version.h perl make_ip_del.pl < ip_del_list > ip_del.h perl make_ip6_del.pl < ip6_del_list > ip6_del.h perl make_as_del.pl < as_del_list > as_del.h perl make_as32_del.pl < as32_del_list > as32_del.h perl make_new_gtlds.pl < new_gtlds_list > new_gtlds.h perl make_tld_serv.pl < tld_serv_list > tld_serv.h perl make_nic_handles.pl < nic_handles_list > nic_handles.h clang -I/opt/pkg/include -DHAVE_LIBIDN2 -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c whois.c clang -I/opt/pkg/include -DHAVE_LIBIDN2 -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c utils.c utils.c:55:24: warning: implicitly declaring library function 'strdup' with type 'char *(const char *)' [-Wimplicit-function-declaration] argstring = NOFAIL(strdup(args)); ^ utils.c:55:24: note: include the header <string.h> or explicitly provide a declaration for 'strdup' 1 warning generated. clang -pipe -Os -I/opt/pkg/include -L/opt/pkg/lib -o whois whois.o utils.o -L/opt/pkg/lib -lidn2 clang -I/opt/pkg/include -DHAVE_LIBIDN2 -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c mkpasswd.c mkpasswd.c:279:2: warning: implicitly declaring library function 'snprintf' with type 'int (char *, unsigned long, const char *, ...)' [-Wimplicit-function-declaration] snprintf(rounds_str, sizeof(rounds_str), "%02u$", rounds); ^ mkpasswd.c:279:2: note: include the header <stdio.h> or explicitly provide a declaration for 'snprintf' mkpasswd.c:286:16: warning: implicitly declaring library function 'strdup' with type 'char *(const char *)' [-Wimplicit-function-declaration] salt = NOFAIL(strdup(salt_arg)); ^ mkpasswd.c:286:16: note: include the header <string.h> or explicitly provide a declaration for 'strdup' mkpasswd.c:370:13: warning: 'getpass' is deprecated [-Wdeprecated-declarations] password = getpass(_("Password: ")); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:559:29: note: 'getpass' has been explicitly marked deprecated here char *getpass(const char *) __POSIX_C_DEPRECATED(199506L); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:727:35: note: expanded from macro '__POSIX_C_DEPRECATED' #define __POSIX_C_DEPRECATED(ver) ___POSIX_C_DEPRECATED_STARTING_##ver ^ <scratch space>:334:1: note: expanded from here ___POSIX_C_DEPRECATED_STARTING_199506L ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/_posix_availability.h:57:48: note: expanded from macro '___POSIX_C_DEPRECATED_STARTING_199506L' #define ___POSIX_C_DEPRECATED_STARTING_199506L __deprecated ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated' #define __deprecated __attribute__((__deprecated__)) ^ 3 warnings generated. clang -pipe -Os -I/opt/pkg/include -L/opt/pkg/lib -o mkpasswd mkpasswd.o utils.o -lcrypt ld: library not found for -lcrypt clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake: *** [Makefile:85: mkpasswd] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/md-whois *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/md-whois