=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Skipping vulnerability checks.
WARNING: No /opt/pkg.bulk/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/opt/pkg.bulk/sbin/pkg_admin -K /opt/pkg.bulk/pkgdb fetch-pkg-vulnerabilities'.
===> Building for sacc-1.02
--- 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:70:13: warning: field width should have type 'int', but argument has type 'unsigned long' [-Wformat]
                printf("%*s", columns - n, " ");
                        ~~^   ~~~~~~~~~~~
ui_ti.c:161:13: warning: field width should have type 'int', but argument has type 'unsigned long' [-Wformat]
                printf("%*s", columns - n, " ");
                        ~~^   ~~~~~~~~~~~
ui_ti.c:192:13: warning: field width should have type 'int', but argument has type 'unsigned long' [-Wformat]
                printf("%*s", columns - n, " ");
                        ~~^   ~~~~~~~~~~~
ui_ti.c:247:13: warning: field width should have type 'int', but argument has type 'unsigned long' [-Wformat]
                printf("%*s", columns - n, " ");
                        ~~^   ~~~~~~~~~~~
ui_ti.c:407:8: warning: implicit declaration of function 'strcasestr' is invalid in C99 [-Wimplicit-function-declaration]
                        if (strcasestr(dir->items[i].username, searchstr)) {
                            ^
ui_ti.c:414: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:195:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (dir = item->dat) {
            ~~~~^~~~~~~~~~~
sacc.c:195:10: note: place parentheses around the assignment to silence this warning
        if (dir = item->dat) {
                ^
            (              )
sacc.c:195:10: note: use '==' to turn this assignment into an equality comparison
        if (dir = item->dat) {
                ^
                ==
sacc.c:366: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:366:35: note: place parentheses around the assignment to silence this warning
        for (s = nl = raw, nitems = 0; p = strchr(nl, '\n'); ++nitems) {
                                         ^
                                       (                   )
sacc.c:366:35: note: use '==' to turn this assignment into an equality comparison
        for (s = nl = raw, nitems = 0; p = strchr(nl, '\n'); ++nitems) {
                                         ^
                                         ==
sacc.c:467:18: error: use of undeclared identifier 'SIGWINCH'
        sigaddset(&set, SIGWINCH);
                        ^
sacc.c:470:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (r = getaddrinfo(host, port, &hints, &addrs)) {
            ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sacc.c:470:8: note: place parentheses around the assignment to silence this warning
        if (r = getaddrinfo(host, port, &hints, &addrs)) {
              ^
            (                                          )
sacc.c:470:8: note: use '==' to turn this assignment into an equality comparison
        if (r = getaddrinfo(host, port, &hints, &addrs)) {
              ^
              ==
sacc.c:549:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (file = strrchr(item->selector, '/'))
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sacc.c:549:11: note: place parentheses around the assignment to silence this warning
        if (file = strrchr(item->selector, '/'))
                 ^
            (                                  )
sacc.c:549:11: note: use '==' to turn this assignment into an equality comparison
        if (file = strrchr(item->selector, '/'))
                 ^
                 ==
sacc.c:560:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (tag = item->tag) {
            ~~~~^~~~~~~~~~~
sacc.c:560:10: note: place parentheses around the assignment to silence this warning
        if (tag = item->tag) {
                ^
            (              )
sacc.c:560:10: note: use '==' to turn this assignment into an equality comparison
        if (tag = item->tag) {
                ^
                ==
sacc.c:633:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (file = strrchr(item->selector, '/'))
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sacc.c:633:11: note: place parentheses around the assignment to silence this warning
        if (file = strrchr(item->selector, '/'))
                 ^
            (                                  )
sacc.c:633:11: note: use '==' to turn this assignment into an equality comparison
        if (file = strrchr(item->selector, '/'))
                 ^
                 ==
sacc.c:653:8: warning: implicit declaration of function 'asprintf' is invalid in C99 [-Wimplicit-function-declaration]
                        if (asprintf(&path, "%s/%s", tmpdir, file) < 0)
                            ^
sacc.c:716:7: warning: implicit declaration of function 'asprintf' is invalid in C99 [-Wimplicit-function-declaration]
                if (asprintf(&plumburi, "telnet://%s%s%s:%s",
                    ^
sacc.c:882:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (p = strstr(url, "://")) {
            ~~^~~~~~~~~~~~~~~~~~~~
sacc.c:882:8: note: place parentheses around the assignment to silence this warning
        if (p = strstr(url, "://")) {
              ^
            (                     )
sacc.c:882:8: note: use '==' to turn this assignment into an equality comparison
        if (p = strstr(url, "://")) {
              ^
              ==
sacc.c:926:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                if (p = strstr(gopherpath, "%09")) {
                    ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
sacc.c:926:9: note: place parentheses around the assignment to silence this warning
                if (p = strstr(gopherpath, "%09")) {
                      ^
                    (                            )
sacc.c:926:9: note: use '==' to turn this assignment into an equality comparison
                if (p = strstr(gopherpath, "%09")) {
                      ^
                      ==
sacc.c:931:4: warning: implicit declaration of function 'asprintf' is invalid in C99 [-Wimplicit-function-declaration]
                        asprintf(&entry->tag, "%s", gopherpath);
                        ^
sacc.c:985:7: warning: implicit declaration of function 'mkdtemp' is invalid in C99 [-Wimplicit-function-declaration]
        if (!mkdtemp(tmpdir))
             ^
sacc.c:987:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if(interactive = isatty(1)) {
           ~~~~~~~~~~~~^~~~~~~~~~~
sacc.c:987:17: note: place parentheses around the assignment to silence this warning
        if(interactive = isatty(1)) {
                       ^
           (                      )
sacc.c:987:17: note: use '==' to turn this assignment into an equality comparison
        if(interactive = isatty(1)) {
                       ^
                       ==
sacc.c:990: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/pkg.bulk/work/net/sacc/work/sacc-1.02
--- ui_ti.o ---
6 warnings generated.
1 error

bmake: stopped in /opt/pkg.bulk/work/net/sacc/work/sacc-1.02
*** Error code 2

Stop.
bmake[1]: stopped in /opt/pkgsrc/net/sacc
*** Error code 1

Stop.
bmake: stopped in /opt/pkgsrc/net/sacc