>>> 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 1713949283.10) >>> Running depends in sysutils/dcled at 1713949283.13 /usr/sbin/pkg_add -aI -Drepair libusb1-1.0.27 was: /usr/sbin/pkg_add -aI -Drepair libusb1-1.0.27 /usr/sbin/pkg_add -aI -Drepair libusb1-1.0.27 >>> Running show-prepare-results in sysutils/dcled at 1713949284.61 ===> 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-3 at 1713949285.46) distfiles size=26042 >>> Running build in sysutils/dcled at 1713949285.55 ===> 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-e38dfc.o:(testpatern)): warning: rand() may return deterministic values, is that what you want? dcled.c(/tmp/dcled-e38dfc.o:(fancytest)): warning: sprintf() is often misused, please use snprintf() >>> Running package in sysutils/dcled at 1713949289.51 ===> 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 1713949294.75 ===> sysutils/dcled ===> Cleaning for dcled-2.2p0 >>> Ended at 1713949295.76 max_stuck=0.45/depends=1.45/show-prepare-results=0.92/build=3.88/package=5.26/clean=1.12