>>> Building on exopi-5 under sysutils/dcled BDEPENDS = [devel/libusb1] DIST = [sysutils/dcled:dcled-2.2.tgz] FULLPKGNAME = dcled-2.2p0 RDEPENDS = [devel/libusb1] Woken up devel/p5-Params-Validate Woken up devel/p5-Params-Validate Woken up devel/p5-Params-Validate Woken up devel/p5-Params-Validate (Junk lock failure for exopi-5 at 1714083161.67441) Received IO (Junk lock obtained for exopi-5 at 1714083169.88) Woken up sysutils/dcled Woken up sysutils/dcled Woken up sysutils/dcled Woken up sysutils/dcled Woken up sysutils/dcled Short-cut: depends already handled by devel/p5-Params-Validate >>> Running show-prepare-results in sysutils/dcled at 1714083174.21 ===> sysutils/dcled ===> Building from scratch dcled-2.2p0 ===> dcled-2.2p0 depends on: libusb1-* -> libusb1-1.0.27 ===> Verifying specs: c m pthread usb-1.0 ===> found c.100.0 m.10.1 pthread.27.1 usb-1.0.2.1 libusb1-1.0.27 (Junk lock released for exopi-5 at 1714083175.35) distfiles size=26042 >>> Running build in sysutils/dcled at 1714083175.40 ===> sysutils/dcled ===> Checking files for dcled-2.2p0 `/exopi-cvs/ports/distfiles/dcled-2.2.tgz' is up to date. >> (SHA256) dcled-2.2.tgz: 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] 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] if( f = loadfont(globbuf.gl_pathv[i]) ) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcled.c:1333:9: note: place parentheses around the assignment to silence this warning if( f = loadfont(globbuf.gl_pathv[i]) ) { ^ ( ) dcled.c:1333:9: note: use '==' to turn this assignment into an equality comparison 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] 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] if (s = strchr(buf,'\n')) *s = '\0'; ~~^~~~~~~~~~~~~~~~~~ dcled.c:1416:9: note: place parentheses around the assignment to silence this warning if (s = strchr(buf,'\n')) *s = '\0'; ^ ( ) dcled.c:1416:9: note: use '==' to turn this assignment into an equality comparison if (s = strchr(buf,'\n')) *s = '\0'; ^ == dcled.c:1417:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (s = strchr(buf,' ')) { ~~^~~~~~~~~~~~~~~~~ dcled.c:1417:9: note: place parentheses around the assignment to silence this warning if (s = strchr(buf,' ')) { ^ ( ) dcled.c:1417:9: note: use '==' to turn this assignment into an equality comparison if (s = strchr(buf,' ')) { ^ == dcled.c:1425:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (s = strchr(buf,'\n')) *s = '\0'; ~~^~~~~~~~~~~~~~~~~~ dcled.c:1425:9: note: place parentheses around the assignment to silence this warning if (s = strchr(buf,'\n')) *s = '\0'; ^ ( ) dcled.c:1425:9: note: use '==' to turn this assignment into an equality comparison if (s = strchr(buf,'\n')) *s = '\0'; ^ == dcled.c:1426:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (s = strchr(buf,' ')) { ~~^~~~~~~~~~~~~~~~~ dcled.c:1426:9: note: place parentheses around the assignment to silence this warning if (s = strchr(buf,' ')) { ^ ( ) dcled.c:1426:9: note: use '==' to turn this assignment into an equality comparison if (s = strchr(buf,' ')) { ^ == dcled.c:1434:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (s = strchr(buf,'\n')) *s = '\0'; ~~^~~~~~~~~~~~~~~~~~ dcled.c:1434:9: note: place parentheses around the assignment to silence this warning if (s = strchr(buf,'\n')) *s = '\0'; ^ ( ) dcled.c:1434:9: note: use '==' to turn this assignment into an equality comparison if (s = strchr(buf,'\n')) *s = '\0'; ^ == dcled.c:1435:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (s = strchr(buf,' ')) { ~~^~~~~~~~~~~~~~~~~ dcled.c:1435:9: note: place parentheses around the assignment to silence this warning if (s = strchr(buf,' ')) { ^ ( ) dcled.c:1435:9: note: use '==' to turn this assignment into an equality comparison if (s = strchr(buf,' ')) { ^ == 9 warnings generated. dcled.c(/tmp/dcled-61b4b1.o:(testpatern)): warning: rand() may return deterministic values, is that what you want? dcled.c(/tmp/dcled-61b4b1.o:(fancytest)): warning: sprintf() is often misused, please use snprintf() >>> Running package in sysutils/dcled at 1714083177.68 ===> 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 1714083179.85 ===> sysutils/dcled ===> Cleaning for dcled-2.2p0 >>> Ended at 1714083180.74 max_stuck=3.36/waiting-for-lock #21=12.48/show-prepare-results=1.27/build=2.08/package=2.30/clean=1.00