>>> Building on exopi-1 under net/sacc DIST = [net/sacc:sacc-1.06.tar.gz] FULLPKGNAME = sacc-1.06 RDEPENDS = [devel/xdg-utils] distfiles size=14540 >>> Running build in net/sacc at 1711505166.81 ===> net/sacc ===> Building from scratch sacc-1.06 ===> Verifying specs: c curses tls ===> found c.99.0 curses.15.0 tls.29.0 ===> Checking files for sacc-1.06 `/exopi-cvs/ports/distfiles/sacc-1.06.tar.gz' is up to date. >> (SHA256) sacc-1.06.tar.gz: OK ===> Extracting for sacc-1.06 ===> Patching for sacc-1.06 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for sacc-1.06 ===> Configuring for sacc-1.06 ===> Building for sacc-1.06 cp config.def.h config.h cc -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 -O2 -pipe -c sacc.c 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: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: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: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: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)) { ^ == 8 warnings generated. cc -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 -O2 -pipe -c ui_ti.c cc -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 -O2 -pipe -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, "://")) { ^ == 1 warning generated. cc sacc.o ui_ti.o io_tls.o -ltls -lcurses -o sacc >>> Running package in net/sacc at 1711505169.63 ===> net/sacc ===> Faking installation for sacc-1.06 /exopi-obj/pobj/sacc-1.06/bin/install -c -s -m 755 /exopi-obj/pobj/sacc-1.06/sacc-1.06/sacc /exopi-obj/pobj/sacc-1.06/fake-amd64/usr/local/bin /exopi-obj/pobj/sacc-1.06/bin/install -c -m 644 /exopi-obj/pobj/sacc-1.06/sacc-1.06/sacc.1 /exopi-obj/pobj/sacc-1.06/fake-amd64/usr/local/man/man1 ===> Building package for sacc-1.06 Create /exopi-cvs/ports/packages/amd64/all/sacc-1.06.tgz Creating package sacc-1.06 reading plist| checking dependencies| checking dependencies|devel/xdg-utils checksumming| checksumming| | 0% checksumming|***** | 8% checksumming|********* | 15% checksumming|************** | 23% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|**************************** | 46% checksumming|********************************* | 54% checksumming|************************************** | 62% checksumming|****************************************** | 69% checksumming|*********************************************** | 77% checksumming|**************************************************** | 85% checksumming|******************************************************** | 92% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************************************************************ | 94% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/sacc-1.06.tgz >>> Running clean in net/sacc at 1711505173.10 ===> net/sacc ===> Cleaning for sacc-1.06 >>> Ended at 1711505173.55 max_stuck=0.29/build=2.83/package=3.45/clean=0.49