=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for sacc-1.03 --- config.h --- cp config.def.h config.h --- sacc.o --- --- ui_ti.o --- --- sacc.o --- clang -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_GNU_SOURCE -O2 -c sacc.c --- ui_ti.o --- clang -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_GNU_SOURCE -O2 -c ui_ti.c ui_ti.c:403:8: warning: implicit declaration of function 'strcasestr' is invalid in C99 [-Wimplicit-function-declaration] if (strcasestr(dir->items[i].username, searchstr)) { ^ ui_ti.c:410:8: warning: implicit declaration of function 'strcasestr' is invalid in C99 [-Wimplicit-function-declaration] if (strcasestr(dir->items[i].username, searchstr)) { ^ --- sacc.o --- sacc.c:201:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (dir = item->dat) { ~~~~^~~~~~~~~~~ sacc.c:201:10: note: place parentheses around the assignment to silence this warning if (dir = item->dat) { ^ ( ) sacc.c:201:10: note: use '==' to turn this assignment into an equality comparison if (dir = item->dat) { ^ == sacc.c:372:35: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for (s = nl = raw, nitems = 0; p = strchr(nl, '\n'); ++nitems) { ~~^~~~~~~~~~~~~~~~~~ sacc.c:372:35: note: place parentheses around the assignment to silence this warning for (s = nl = raw, nitems = 0; p = strchr(nl, '\n'); ++nitems) { ^ ( ) sacc.c:372:35: note: use '==' to turn this assignment into an equality comparison for (s = nl = raw, nitems = 0; p = strchr(nl, '\n'); ++nitems) { ^ == sacc.c:473:18: error: use of undeclared identifier 'SIGWINCH' sigaddset(&set, SIGWINCH); ^ sacc.c:476:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (r = getaddrinfo(host, port, &hints, &addrs)) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sacc.c:476:8: note: place parentheses around the assignment to silence this warning if (r = getaddrinfo(host, port, &hints, &addrs)) { ^ ( ) sacc.c:476:8: note: use '==' to turn this assignment into an equality comparison if (r = getaddrinfo(host, port, &hints, &addrs)) { ^ == sacc.c:555:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (file = strrchr(item->selector, '/')) ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sacc.c:555:11: note: place parentheses around the assignment to silence this warning if (file = strrchr(item->selector, '/')) ^ ( ) sacc.c:555:11: note: use '==' to turn this assignment into an equality comparison if (file = strrchr(item->selector, '/')) ^ == sacc.c:566:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (tag = item->tag) { ~~~~^~~~~~~~~~~ sacc.c:566:10: note: place parentheses around the assignment to silence this warning if (tag = item->tag) { ^ ( ) sacc.c:566:10: note: use '==' to turn this assignment into an equality comparison if (tag = item->tag) { ^ == sacc.c:639:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (file = strrchr(item->selector, '/')) ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sacc.c:639:11: note: place parentheses around the assignment to silence this warning if (file = strrchr(item->selector, '/')) ^ ( ) sacc.c:639:11: note: use '==' to turn this assignment into an equality comparison if (file = strrchr(item->selector, '/')) ^ == sacc.c:659:8: warning: implicit declaration of function 'asprintf' is invalid in C99 [-Wimplicit-function-declaration] if (asprintf(&path, "%s/%s", tmpdir, file) < 0) ^ sacc.c:722:7: warning: implicit declaration of function 'asprintf' is invalid in C99 [-Wimplicit-function-declaration] if (asprintf(&plumburi, "telnet://%s%s%s:%s", ^ sacc.c:888:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (p = strstr(url, "://")) { ~~^~~~~~~~~~~~~~~~~~~~ sacc.c:888:8: note: place parentheses around the assignment to silence this warning if (p = strstr(url, "://")) { ^ ( ) sacc.c:888:8: note: use '==' to turn this assignment into an equality comparison if (p = strstr(url, "://")) { ^ == sacc.c:932:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (p = strstr(gopherpath, "%09")) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ sacc.c:932:9: note: place parentheses around the assignment to silence this warning if (p = strstr(gopherpath, "%09")) { ^ ( ) sacc.c:932:9: note: use '==' to turn this assignment into an equality comparison if (p = strstr(gopherpath, "%09")) { ^ == sacc.c:937:4: warning: implicit declaration of function 'asprintf' is invalid in C99 [-Wimplicit-function-declaration] asprintf(&entry->tag, "%s", gopherpath); ^ sacc.c:991:7: warning: implicit declaration of function 'mkdtemp' is invalid in C99 [-Wimplicit-function-declaration] if (!mkdtemp(tmpdir)) ^ sacc.c:993:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(interactive = isatty(1)) { ~~~~~~~~~~~~^~~~~~~~~~~ sacc.c:993:17: note: place parentheses around the assignment to silence this warning if(interactive = isatty(1)) { ^ ( ) sacc.c:993:17: note: use '==' to turn this assignment into an equality comparison if(interactive = isatty(1)) { ^ == sacc.c:996:13: error: use of undeclared identifier 'SIGWINCH' sigaction(SIGWINCH, &sa, NULL); ^ 13 warnings and 2 errors generated. *** [sacc.o] Error code 1 bmake: stopped in /opt/work/net/sacc/work/sacc-1.03 --- ui_ti.o --- 2 warnings generated. 1 error bmake: stopped in /opt/work/net/sacc/work/sacc-1.03 *** Error code 2 Stop. bmake[1]: stopped in /opt/pkgsrc/net/sacc *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/net/sacc