>>> Building on exopi-2 under textproc/clit BDEPENDS = [math/libtommath;archivers/unzip] DIST = [textproc/clit:clit18src.zip] FULLPKGNAME = clit-1.8p1 (Junk lock obtained for exopi-2 at 1713202295.64) >>> Running depends in textproc/clit at 1713202295.69 last junk was in comms/xastir /usr/sbin/pkg_add -aI -Drepair libtommath-1.2.0 unzip-6.0p17 was: /usr/sbin/pkg_add -aI -Drepair libtommath-1.2.0 unzip-6.0p17 /usr/sbin/pkg_add -aI -Drepair libtommath-1.2.0 unzip-6.0p17 >>> Running show-prepare-results in textproc/clit at 1713202299.52 ===> textproc/clit ===> Building from scratch clit-1.8p1 ===> clit-1.8p1 depends on: libtommath-* -> libtommath-1.2.0 ===> clit-1.8p1 depends on: unzip-* -> unzip-6.0p17 ===> Verifying specs: c ===> found c.99.0 libtommath-1.2.0 unzip-6.0p17 Don't run junk because nojunk in x11/qt6/qttools (Junk lock released for exopi-2 at 1713202300.58) distfiles size=135120 >>> Running build in textproc/clit at 1713202300.62 ===> textproc/clit ===> Checking files for clit-1.8p1 `/exopi-cvs/ports/distfiles/clit18src.zip' is up to date. >> (SHA256) clit18src.zip: OK ===> Extracting for clit-1.8p1 ===> Patching for clit-1.8p1 mv /exopi-obj/pobj/clit-1.8/lib /exopi-obj/pobj/clit-1.8/clit18 rm /exopi-obj/pobj/clit-1.8/clit18/lib/Makefile /exopi-obj/pobj/clit-1.8/clit18/Makefile cp /exopi-cvs/ports/textproc/clit/files/Makefile /exopi-obj/pobj/clit-1.8/clit18 ===> 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 clit-1.8p1 ===> Configuring for clit-1.8p1 ===> Building for clit-1.8p1 cc -O2 -pipe -funsigned-char -Ilib/des -Ilib/sha -Ilib/newlzx -Ilib -I. -I/usr/local/include -o clit {,lib/{,des/,newlzx/,sha/}}*.c -ltommath -L/usr/local/lib clit.c:128:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf(sTitle); ^~~~~~ clit.c:128:12: note: treat the string as an argument to avoid this printf(sTitle); ^ "%s", clit.c:130:16: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf(sUsage); ^~~~~~ clit.c:130:16: note: treat the string as an argument to avoid this printf(sUsage); ^ "%s", clit.c:244:60: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] fprintf(stderr,"Malloc(%d) failed!\n", strlen(output) + 1); ~~ ^~~~~~~~~~~~~~~~~~ %lu clit.c:122:5: warning: array index 1024 is past the end of the array (that has type 'char[1024]') [-Warray-bounds] dir_program[MAX_PATH] = '\0'; ^ ~~~~~~~~ clit.c:67:1: note: array 'dir_program' declared here char dir_program[MAX_PATH]; ^ 4 warnings generated. display.c:50:33: warning: call to undeclared library function 'strcmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] ((entry->size) && (strcmp(&entry->name,"/") != 0)) ) ^ display.c:50:33: note: include the header or explicitly provide a declaration for 'strcmp' 1 warning generated. drm5.c:267:14: warning: call to undeclared library function 'isalnum' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (!isalnum(start[len + 1])) ^ drm5.c:267:14: note: include the header or explicitly provide a declaration for 'isalnum' 1 warning generated. explode.c:257:22: warning: call to undeclared function 'mkdir'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] status = mkdir(sTemp,0755); ^ 1 warning generated. hexdump.c:37:3: warning: call to undeclared library function 'memset' with type 'void *(void *, int, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] memset( strbuffer, ' ', numBytesInString ); ^ hexdump.c:37:3: note: include the header or explicitly provide a declaration for 'memset' 1 warning generated. manifest.c:33:5: warning: call to undeclared library function 'memset' with type 'void *(void *, int, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] memset(m, 0, sizeof(mapping_state)); ^ manifest.c:33:5: note: include the header or explicitly provide a declaration for 'memset' 1 warning generated. transmute.c:53:23: warning: call to undeclared library function 'strlen' with type 'unsigned long (const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] drm_size = 2*(strlen(inscription)+1); ^ transmute.c:53:23: note: include the header or explicitly provide a declaration for 'strlen' transmute.c:59:9: warning: call to undeclared library function 'memset' with type 'void *(void *, int, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] memset(drm_data, 0, drm_size); ^ transmute.c:59:9: note: include the header or explicitly provide a declaration for 'memset' 2 warnings generated. lib/litsections.c:332:14: warning: call to undeclared function 'LZXinit'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] status = LZXinit(window_size); ^ lib/litsections.c:402:17: warning: call to undeclared function 'LZXreset'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] LZXreset(); ^ lib/litsections.c:403:26: warning: call to undeclared function 'LZXdecompress'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] status = LZXdecompress(pContent + base, ptr+dst, ^ lib/litsections.c:422:9: warning: call to undeclared function 'LZXreset'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] LZXreset(); ^ lib/litsections.c:423:18: warning: call to undeclared function 'LZXdecompress'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] status = LZXdecompress(pContent + base, ptr + dst, ^ 5 warnings generated. lib/des/des.c:63:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void deskey(key, edf) /* Thanks to James Gillogly & Phil Karn! */ ^ lib/des/des.c:65:7: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype [-Wknr-promoted-parameter] short edf; ^ lib/des/d3des.h:39:42: note: previous declaration is here extern void deskey(unsigned char *, short); ^ lib/des/des.c:100:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void cookey(raw1) ^ lib/des/des.c:123:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void cpkey(into) ^ lib/des/des.c:133:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void usekey(from) ^ lib/des/des.c:143:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void des(inblock, outblock) ^ lib/des/des.c:155:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void scrunch(outof, into) ^ lib/des/des.c:171:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void unscrun(outof, into) ^ lib/des/des.c:334:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void desfunc(block, keys) ^ 9 warnings generated. lib/newlzx/lzxglue.c:61:5: warning: call to undeclared library function 'memcpy' with type 'void *(void *, const void *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] memcpy(dest, src, bytes); ^ lib/newlzx/lzxglue.c:61:5: note: include the header or explicitly provide a declaration for 'memcpy' 1 warning generated. clit.c(/tmp/clit-a4908e.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() drm5.c(/tmp/drm5-eb4342.o:(get_element)): warning: strcat() is almost always misused, please use strlcat() litsections.c(/tmp/litsections-1b1085.o:(lit_i_cache_section)): warning: sprintf() is often misused, please use snprintf() litdrm.c(/tmp/litdrm-a045d7.o:(lit_change_drm_level)): warning: rand() may return deterministic values, is that what you want? >>> Running package in textproc/clit at 1713202308.10 ===> textproc/clit ===> Faking installation for clit-1.8p1 /exopi-obj/pobj/clit-1.8/bin/install -c -s -m 755 clit /exopi-obj/pobj/clit-1.8/fake-amd64/usr/local/bin/clit ===> Building package for clit-1.8p1 Create /exopi-cvs/ports/packages/amd64/all/clit-1.8p1.tgz Creating package clit-1.8p1 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|******* | 11% checksumming|************** | 22% checksumming|******************** | 33% checksumming|*************************** | 44% checksumming|********************************** | 56% checksumming|***************************************** | 67% checksumming|*********************************************** | 78% checksumming|****************************************************** | 89% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/clit-1.8p1.tgz >>> Running clean in textproc/clit at 1713202309.82 ===> textproc/clit ===> Cleaning for clit-1.8p1 >>> Ended at 1713202310.11 max_stuck=1.68/depends=3.84/show-prepare-results=1.09/build=7.47/package=1.73/clean=0.33