=> Bootstrap dependency digest>=20010302: found digest-20160304 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for md-whois-5.0.11nb5 clang -g -O2 -MM -MG *.c > Makefile.depend perl -w make_ip_del.pl < ip_del_list > ip_del.h perl -w make_ip6_del.pl < ip6_del_list > ip6_del.h perl -w make_as_del.pl < as_del_list > as_del.h perl -w make_tld_serv.pl < tld_serv_list > tld_serv.h clang -g -O2 -c utils.c clang -g -O2 -c mkpasswd.c clang -g -O2 -c whois.c mkpasswd.c:149:21: warning: implicitly declaring library function 'strcasecmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration] if (!optarg || strcaseeq("help", optarg)) { ^ ./utils.h:6:26: note: expanded from macro 'strcaseeq' #define strcaseeq(a, b) (strcasecmp(a, b) == 0) ^ mkpasswd.c:149:21: note: include the header or explicitly provide a declaration for 'strcasecmp' ./utils.h:6:26: note: expanded from macro 'strcaseeq' #define strcaseeq(a, b) (strcasecmp(a, b) == 0) ^ mkpasswd.c:180:41: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (p == NULL || *p != '\0' || rounds < 0) { ~~~~~~ ^ ~ whois.c:902:20: error: variable has incomplete type 'struct timeval' struct timeval tv; ^ whois.c:902:12: note: forward declaration of 'struct timeval' struct timeval tv; ^ whois.c:932:7: warning: implicit declaration of function 'select' is invalid in C99 [-Wimplicit-function-declaration] rc = select(fd + 1, NULL, &fd_w, NULL, &tv); ^ whois.c:990:27: warning: for loop has empty body [-Wempty-body] for (p = dom; *p; p++); p--; /* move to the last char */ ^ whois.c:990:27: note: put the semicolon on a separate line to silence this warning whois.c:991:27: warning: for loop has empty body [-Wempty-body] for (q = tld; *q; q++); q--; ^ whois.c:991:27: note: put the semicolon on a separate line to silence this warning whois.c:1159:20: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (errno || a < 0 || a > 255 || *endptr != '.') ~ ^ ~ whois.c:1164:17: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (errno || b < 0 || b > 255 || *endptr != '.') ~ ^ ~ whois.c:1169:21: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (errno || c < 0 || c > 255 || *endptr != '.') ~ ^ ~ 6 warnings and 1 error generated. Makefile:57: recipe for target 'whois.o' failed gmake: *** [whois.o] Error 1 gmake: *** Waiting for unfinished jobs.... 2 warnings generated. *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/net/md-whois *** Error code 1 Stop. make: stopped in /data/pkgsrc/net/md-whois