=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for sacc-1.06
--- config.h ---
cp config.def.h config.h
--- sacc.o ---
--- ui_ti.o ---
--- io_tls.o ---
--- sacc.o ---
clang -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_GNU_SOURCE  -DVERSION=\"$(git rev-parse --is-inside-work-tree >/dev/null 2>&1 &&  git describe --tags || echo "1.06")\" -DUSE_TLS -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -c sacc.c
--- ui_ti.o ---
clang -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_GNU_SOURCE  -DVERSION=\"$(git rev-parse --is-inside-work-tree >/dev/null 2>&1 &&  git describe --tags || echo "1.06")\" -DUSE_TLS -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -c ui_ti.c
--- io_tls.o ---
clang -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_GNU_SOURCE  -DVERSION=\"$(git rev-parse --is-inside-work-tree >/dev/null 2>&1 &&  git describe --tags || echo "1.06")\" -DUSE_TLS -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -c io_tls.c
io_tls.c:99:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (p = strstr(url, "://")) {
            ~~^~~~~~~~~~~~~~~~~~~~
io_tls.c:99:8: note: place parentheses around the assignment to silence this warning
        if (p = strstr(url, "://")) {
              ^
            (                     )
io_tls.c:99:8: note: use '==' to turn this assignment into an equality comparison
        if (p = strstr(url, "://")) {
              ^
              ==
--- ui_ti.o ---
ui_ti.c:388:8: warning: implicit declaration of function 'strcasestr' is invalid in C99 [-Wimplicit-function-declaration]
                        if (strcasestr(dir->items[i].username, searchstr)) {
                            ^
ui_ti.c:395: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:210:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (dir = item->dat) {
            ~~~~^~~~~~~~~~~
sacc.c:210:10: note: place parentheses around the assignment to silence this warning
        if (dir = item->dat) {
                ^
            (              )
sacc.c:210:10: note: use '==' to turn this assignment into an equality comparison
        if (dir = item->dat) {
                ^
                ==
sacc.c:337:12: error: use of undeclared identifier 'SIGWINCH'
        sigaction(SIGWINCH, &sa, NULL);
                  ^
sacc.c:358:12: error: use of undeclared identifier 'SIGWINCH'
        sigaction(SIGWINCH, &sa, NULL);
                  ^
sacc.c:359:13: error: use of undeclared identifier 'SIGWINCH'
        uisigwinch(SIGWINCH); /* force redraw */
                   ^
sacc.c:429:31: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        for (nl = raw, nitems = 0; p = strchr(nl, '\n'); nl = p+1)
                                   ~~^~~~~~~~~~~~~~~~~~
sacc.c:429:31: note: place parentheses around the assignment to silence this warning
        for (nl = raw, nitems = 0; p = strchr(nl, '\n'); nl = p+1)
                                     ^
                                   (                   )
sacc.c:429:31: note: use '==' to turn this assignment into an equality comparison
        for (nl = raw, nitems = 0; p = strchr(nl, '\n'); nl = p+1)
                                     ^
                                     ==
sacc.c:539:18: error: use of undeclared identifier 'SIGWINCH'
        sigaddset(&set, SIGWINCH);
                        ^
sacc.c:542:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (r = getaddrinfo(host, port, &hints, &addrs)) {
            ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sacc.c:542:8: note: place parentheses around the assignment to silence this warning
        if (r = getaddrinfo(host, port, &hints, &addrs)) {
              ^
            (                                          )
sacc.c:542:8: note: use '==' to turn this assignment into an equality comparison
        if (r = getaddrinfo(host, port, &hints, &addrs)) {
              ^
              ==
sacc.c:620:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (file = strrchr(item->selector, '/'))
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sacc.c:620:11: note: place parentheses around the assignment to silence this warning
        if (file = strrchr(item->selector, '/'))
                 ^
            (                                  )
sacc.c:620:11: note: use '==' to turn this assignment into an equality comparison
        if (file = strrchr(item->selector, '/'))
                 ^
                 ==
sacc.c:631:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (tag = item->tag) {
            ~~~~^~~~~~~~~~~
sacc.c:631:10: note: place parentheses around the assignment to silence this warning
        if (tag = item->tag) {
                ^
            (              )
sacc.c:631:10: note: use '==' to turn this assignment into an equality comparison
        if (tag = item->tag) {
                ^
                ==
sacc.c:726:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (file = strrchr(item->selector, '/'))
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sacc.c:726:11: note: place parentheses around the assignment to silence this warning
        if (file = strrchr(item->selector, '/'))
                 ^
            (                                  )
sacc.c:726:11: note: use '==' to turn this assignment into an equality comparison
        if (file = strrchr(item->selector, '/'))
                 ^
                 ==
sacc.c:746:8: warning: implicit declaration of function 'asprintf' is invalid in C99 [-Wimplicit-function-declaration]
                        if (asprintf(&path, "%s/%s", tmpdir, file) == -1)
                            ^
sacc.c:816:7: warning: implicit declaration of function 'asprintf' is invalid in C99 [-Wimplicit-function-declaration]
                if (asprintf(&plumburi, "telnet://%s%s%s:%s",
                    ^
sacc.c:1022:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                if (p = strstr(gopherpath, "%09")) {
                    ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
sacc.c:1022:9: note: place parentheses around the assignment to silence this warning
                if (p = strstr(gopherpath, "%09")) {
                      ^
                    (                            )
sacc.c:1022:9: note: use '==' to turn this assignment into an equality comparison
                if (p = strstr(gopherpath, "%09")) {
                      ^
                      ==
sacc.c:1027:4: warning: implicit declaration of function 'asprintf' is invalid in C99 [-Wimplicit-function-declaration]
                        asprintf(&entry->tag, "%s", gopherpath);
                        ^
sacc.c:1084:7: warning: implicit declaration of function 'mkdtemp' is invalid in C99 [-Wimplicit-function-declaration]
        if (!mkdtemp(tmpdir))
             ^
sacc.c:1086:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if (interactive = isatty(1)) {
            ~~~~~~~~~~~~^~~~~~~~~~~
sacc.c:1086:18: note: place parentheses around the assignment to silence this warning
        if (interactive = isatty(1)) {
                        ^
            (                      )
sacc.c:1086:18: note: use '==' to turn this assignment into an equality comparison
        if (interactive = isatty(1)) {
                        ^
                        ==
sacc.c:1090:13: error: use of undeclared identifier 'SIGWINCH'
                sigaction(SIGWINCH, &sa, NULL);
                          ^
12 warnings and 5 errors generated.
*** [sacc.o] Error code 1

bmake: stopped in /Users/pbulk/build/net/sacc/work/sacc-1.06
--- io_tls.o ---
1 warning generated.
--- ui_ti.o ---
2 warnings generated.
1 error

bmake: stopped in /Users/pbulk/build/net/sacc/work/sacc-1.06
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/net/sacc
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/net/sacc