=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for sacc-1.00 --- 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 -O2 -I/usr/include -c sacc.c --- ui_ti.o --- clang -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -O2 -I/usr/include -c ui_ti.c ui_ti.c:72:13: warning: field width should have type 'int', but argument has type 'unsigned long' [-Wformat] printf("%*s", columns - n, " "); --- sacc.o --- sacc.c:160:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] --- ui_ti.o --- ~~^ ~~~~~~~~~~~ --- sacc.o --- if (dir = item->dat) { ~~~~^~~~~~~~~~~ --- ui_ti.o --- ui_ti.c:160:13: warning: field width should have type 'int', but argument has type 'unsigned long' [-Wformat] printf("%*s", columns - n, " "); --- sacc.o --- sacc.c:160:10: note: place parentheses around the assignment to silence this warning --- ui_ti.o --- ~~^ ~~~~~~~~~~~ --- sacc.o --- if (dir = item->dat) { ^ ( ) --- ui_ti.o --- ui_ti.c:191:13: warning: field width should have type 'int', but argument has type 'unsigned long' [-Wformat] printf("%*s", columns - n, " "); ~~^ ~~~~~~~~~~~ --- sacc.o --- sacc.c:160:10: note: use '==' to turn this assignment into an equality comparison if (dir = item->dat) { ^ == --- ui_ti.o --- ui_ti.c:239:13: warning: field width should have type 'int', but argument has type 'unsigned long' [-Wformat] printf("%*s", columns - n, " "); ~~^ ~~~~~~~~~~~ --- sacc.o --- sacc.c:322: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:322:35: note: place parentheses around the assignment to silence this warning for (s = nl = raw, nitems = 0; p = strchr(nl, '\n'); ++nitems) { ^ ( ) sacc.c:322:35: note: use '==' to turn this assignment into an equality comparison for (s = nl = raw, nitems = 0; p = strchr(nl, '\n'); ++nitems) { ^ == sacc.c:411:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (r = getaddrinfo(host, port, &hints, &addrs)) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sacc.c:411:8: note: place parentheses around the assignment to silence this warning if (r = getaddrinfo(host, port, &hints, &addrs)) { ^ ( ) sacc.c:411:8: note: use '==' to turn this assignment into an equality comparison if (r = getaddrinfo(host, port, &hints, &addrs)) { ^ == sacc.c:483:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (file = strrchr(item->selector, '/')) ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sacc.c:483:11: note: place parentheses around the assignment to silence this warning if (file = strrchr(item->selector, '/')) ^ ( ) sacc.c:483:11: note: use '==' to turn this assignment into an equality comparison if (file = strrchr(item->selector, '/')) ^ == sacc.c:494:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (tag = item->tag) { ~~~~^~~~~~~~~~~ sacc.c:494:10: note: place parentheses around the assignment to silence this warning if (tag = item->tag) { ^ ( ) sacc.c:494:10: note: use '==' to turn this assignment into an equality comparison if (tag = item->tag) { ^ == sacc.c:564:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (file = strrchr(item->selector, '/')) ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sacc.c:564:11: note: place parentheses around the assignment to silence this warning if (file = strrchr(item->selector, '/')) ^ ( ) sacc.c:564:11: note: use '==' to turn this assignment into an equality comparison if (file = strrchr(item->selector, '/')) ^ == sacc.c:787:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (p = strstr(url, "://")) { ~~^~~~~~~~~~~~~~~~~~~~ sacc.c:787:8: note: place parentheses around the assignment to silence this warning if (p = strstr(url, "://")) { ^ ( ) sacc.c:787:8: note: use '==' to turn this assignment into an equality comparison if (p = strstr(url, "://")) { ^ == sacc.c:868:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(interactive = isatty(1)) { ~~~~~~~~~~~~^~~~~~~~~~~ sacc.c:868:17: note: place parentheses around the assignment to silence this warning if(interactive = isatty(1)) { ^ ( ) sacc.c:868:17: note: use '==' to turn this assignment into an equality comparison if(interactive = isatty(1)) { ^ == sacc.c:873:13: error: use of undeclared identifier 'SIGWINCH' sigaction(SIGWINCH, &sa, NULL); ^ 8 warnings and 1 error generated. *** [sacc.o] Error code 1 bmake: stopped in /var/pkgsrc/work/net/sacc/work/sacc-v1.00 --- ui_ti.o --- 4 warnings generated. 1 error bmake: stopped in /var/pkgsrc/work/net/sacc/work/sacc-v1.00 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/net/sacc *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/sacc