>>> Building on exopi-3 under sysutils/dcled BDEPENDS = [devel/libusb1] DIST = [sysutils/dcled:dcled-2.2.tgz] FULLPKGNAME = dcled-2.2p0 RDEPENDS = [devel/libusb1] (Junk lock obtained for exopi-3 at 1764443779.66) >>> Running depends in sysutils/dcled at 1764443779.71 /usr/sbin/pkg_add -aI -Drepair libusb1-1.0.29 was: /usr/sbin/pkg_add -aI -Drepair libusb1-1.0.29 /usr/sbin/pkg_add -aI -Drepair libusb1-1.0.29 >>> Running show-prepare-results in sysutils/dcled at 1764443781.34 ===> sysutils/dcled ===> Building from scratch dcled-2.2p0 ===> dcled-2.2p0 depends on: libusb1-* -> libusb1-1.0.29 ===> Verifying specs: c m pthread usb-1.0 ===> found c.102.2 m.10.1 pthread.28.1 usb-1.0.2.2 libusb1-1.0.29 (Junk lock released for exopi-3 at 1764443782.13) distfiles size=26042 >>> Running build in sysutils/dcled at 1764443782.17 ===> sysutils/dcled ===> Checking files for dcled-2.2p0 `/exopi-cvs/ports/distfiles/dcled-2.2.tgz' is up to date. >> (SHA256) all files: OK ===> Extracting for dcled-2.2p0 ===> Patching for dcled-2.2p0 ===> 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 dcled-2.2p0 ===> Configuring for dcled-2.2p0 ===> Building for dcled-2.2p0 cd /exopi-obj/pobj/dcled-2.2/dcled-2.2 && cc -O2 -pipe -DFONTDIR=\"/usr/local/share/dcled\" -DDCLEDVERSION=\"2.2\" `pkg-config --cflags --libs libusb-1.0` -lm dcled.c -o dcled dcled.c:409:7: warning: call to undeclared library function 'isdigit' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 409 | if (!isdigit(c)) { | ^ dcled.c:409:7: note: include the header or explicitly provide a declaration for 'isdigit' dcled.c:1333:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 1333 | if( f = loadfont(globbuf.gl_pathv[i]) ) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcled.c:1333:9: note: place parentheses around the assignment to silence this warning 1333 | if( f = loadfont(globbuf.gl_pathv[i]) ) { | ^ | ( ) dcled.c:1333:9: note: use '==' to turn this assignment into an equality comparison 1333 | if( f = loadfont(globbuf.gl_pathv[i]) ) { | ^ | == dcled.c:1375:30: warning: call to undeclared library function 'isgraph' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1375 | fprintf(out,"%02x %c ",i,(isgraph(i)?i:'.')); | ^ dcled.c:1375:30: note: include the header or explicitly provide a declaration for 'isgraph' dcled.c:1416:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 1416 | if (s = strchr(buf,'\n')) *s = '\0'; | ~~^~~~~~~~~~~~~~~~~~ dcled.c:1416:9: note: place parentheses around the assignment to silence this warning 1416 | if (s = strchr(buf,'\n')) *s = '\0'; | ^ | ( ) dcled.c:1416:9: note: use '==' to turn this assignment into an equality comparison 1416 | if (s = strchr(buf,'\n')) *s = '\0'; | ^ | == dcled.c:1417:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 1417 | if (s = strchr(buf,' ')) { | ~~^~~~~~~~~~~~~~~~~ dcled.c:1417:9: note: place parentheses around the assignment to silence this warning 1417 | if (s = strchr(buf,' ')) { | ^ | ( ) dcled.c:1417:9: note: use '==' to turn this assignment into an equality comparison 1417 | if (s = strchr(buf,' ')) { | ^ | == dcled.c:1425:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 1425 | if (s = strchr(buf,'\n')) *s = '\0'; | ~~^~~~~~~~~~~~~~~~~~ dcled.c:1425:9: note: place parentheses around the assignment to silence this warning 1425 | if (s = strchr(buf,'\n')) *s = '\0'; | ^ | ( ) dcled.c:1425:9: note: use '==' to turn this assignment into an equality comparison 1425 | if (s = strchr(buf,'\n')) *s = '\0'; | ^ | == dcled.c:1426:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 1426 | if (s = strchr(buf,' ')) { | ~~^~~~~~~~~~~~~~~~~ dcled.c:1426:9: note: place parentheses around the assignment to silence this warning 1426 | if (s = strchr(buf,' ')) { | ^ | ( ) dcled.c:1426:9: note: use '==' to turn this assignment into an equality comparison 1426 | if (s = strchr(buf,' ')) { | ^ | == dcled.c:1434:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 1434 | if (s = strchr(buf,'\n')) *s = '\0'; | ~~^~~~~~~~~~~~~~~~~~ dcled.c:1434:9: note: place parentheses around the assignment to silence this warning 1434 | if (s = strchr(buf,'\n')) *s = '\0'; | ^ | ( ) dcled.c:1434:9: note: use '==' to turn this assignment into an equality comparison 1434 | if (s = strchr(buf,'\n')) *s = '\0'; | ^ | == dcled.c:1435:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 1435 | if (s = strchr(buf,' ')) { | ~~^~~~~~~~~~~~~~~~~ dcled.c:1435:9: note: place parentheses around the assignment to silence this warning 1435 | if (s = strchr(buf,' ')) { | ^ | ( ) dcled.c:1435:9: note: use '==' to turn this assignment into an equality comparison 1435 | if (s = strchr(buf,' ')) { | ^ | == 9 warnings generated. ld: warning: dcled.c(/tmp/dcled-0a69b9.o:(testpatern)): warning: rand() may return deterministic values, is that what you want? ld: warning: dcled.c(/tmp/dcled-0a69b9.o:(fancytest)): warning: sprintf() is often misused, please use snprintf() >>> Running package in sysutils/dcled at 1764443784.29 ===> sysutils/dcled ===> Faking installation for dcled-2.2p0 /exopi-obj/pobj/dcled-2.2/bin/install -c -s -m 755 /exopi-obj/pobj/dcled-2.2/dcled-2.2/dcled /exopi-obj/pobj/dcled-2.2/fake-amd64/usr/local/bin /exopi-obj/pobj/dcled-2.2/bin/install -d -m 755 /exopi-obj/pobj/dcled-2.2/fake-amd64/usr/local/share/dcled /exopi-obj/pobj/dcled-2.2/bin/install -c -m 644 /exopi-obj/pobj/dcled-2.2/dcled-2.2/fonts/*.dlf /exopi-obj/pobj/dcled-2.2/fake-amd64/usr/local/share/dcled ===> Building package for dcled-2.2p0 Create /exopi-cvs/ports/packages/amd64/all/dcled-2.2p0.tgz Creating package dcled-2.2p0 reading plist| checking dependencies| checking dependencies|devel/libusb1 checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******** | 13% checksumming|*********** | 19% checksumming|*************** | 25% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************** | 63% checksumming|****************************************** | 69% checksumming|********************************************** | 75% checksumming|************************************************** | 81% checksumming|***************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************************************************** | 78% archiving|********************************************************* | 89% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/dcled-2.2p0.tgz >>> Running clean in sysutils/dcled at 1764443787.00 ===> sysutils/dcled ===> Cleaning for dcled-2.2p0 >>> Ended at 1764443787.44 max_stuck=0.00/depends=1.63/show-prepare-results=0.84/build=2.07/package=2.74/clean=0.50