>>> Building on exopi-6 under textproc/clit BDEPENDS = [archivers/unzip;math/libtommath] DIST = [textproc/clit:clit18src.zip] FULLPKGNAME = clit-1.8p1 (Junk lock obtained for exopi-6 at 1738599063.53) >>> Running depends in textproc/clit at 1738599063.58 last junk was in net/powerdns /usr/sbin/pkg_add -aI -Drepair libtommath-1.2.0 unzip-6.0p18 was: /usr/sbin/pkg_add -aI -Drepair libtommath-1.2.0 unzip-6.0p18 /usr/sbin/pkg_add -aI -Drepair libtommath-1.2.0 unzip-6.0p18 >>> Running show-prepare-results in textproc/clit at 1738599066.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.0p18 ===> Verifying specs: c ===> found c.100.3 libtommath-1.2.0 unzip-6.0p18 Still tainted: no >>> Running junk in textproc/clit at 1738599067.25 /usr/sbin/pkg_delete -aIXq autoconf-2.69p3 automake-1.14.1p1 automake-1.16.5p0 avr-binutils-2.30 avr-gcc-8.5.0p2 bison-3.8.2 bzip2-1.0.8p0 cmake-3.31.2v1 dwz-0.15 glpk-5.0 gmake-4.4.1 gmpxx-6.3.0 jpeg-3.1.0v0 libmodplug-0.8.9.0p1 libtheora-1.2.20190601p0 libtommath-1.2.0 libtool-2.4.2p3 libvorbis-1.3.7 lua-5.1.5p7 m4-1.4.19 metaauto-1.0p4 mpg123-1.32.10 ninja-1.11.1p0v0 openal-1.24.2p0v0 physfs-3.0.2p0 png-1.6.46 py3-build-1.2.2.post1p0 py3-cython-3.0.11p0v0 py3-installer-0.7.0p1 py3-numpy-1.26.4p6 py3-scipy-1.13.1p4 py3-setuptools-75.6.0p0v0 py3-wheel-0.45.1p0 python-3.12.8p2 sdl2-2.30.11 unzip-6.0p18 install-info: warning: no entries found for `/usr/local/info/xemacs-21.4.22/emodules.info'; nothing deleted --- -cyrus-sasl-2.1.28p1 ------------------- You should also run rm -rf /var/sasl2/* --- -dbus-1.16.0v0 ------------------- You should also remove /etc/machine-id You should also run /usr/sbin/userdel _dbus You should also run /usr/sbin/groupdel _dbus --- -jdk-11.0.25.9.1v0 ------------------- You may wish to remove /usr/local/jdk-11/man from man.conf --- -libxml-2.13.5 ------------------- You should also remove /var/db/xmlcatalog --- -python-2.7.18p12 ------------------- Don't forget to remove /usr/local/bin/python, /usr/local/bin/2to3, /usr/local/bin/python-config and/or /usr/local/bin/pydoc if they were symlinks to /usr/local/bin/python2.7, /usr/local/bin/python2.7-2to3, /usr/local/bin/python2.7-config or to /usr/local/bin/pydoc2.7. --- -ruby-3.3.7 ------------------- If you set up the symlinks to make ruby 3.3 the system ruby, don't forget to remove the following files: rm /usr/local/bin/ruby rm /usr/local/bin/bundle rm /usr/local/bin/bundler rm /usr/local/bin/erb rm /usr/local/bin/gem rm /usr/local/bin/irb rm /usr/local/bin/racc rm /usr/local/bin/rake rm /usr/local/bin/rbs rm /usr/local/bin/rdbg rm /usr/local/bin/rdoc rm /usr/local/bin/ri rm /usr/local/bin/syntax_suggest rm /usr/local/bin/typeprof (Junk lock released for exopi-6 at 1738599104.56) Woken up games/love/0.10 distfiles size=135120 >>> Running build in textproc/clit at 1738599104.61 ===> textproc/clit ===> Checking files for clit-1.8p1 `/exopi-cvs/ports/distfiles/clit18src.zip' is up to date. >> (SHA256) all files: 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. ld: warning: clit.c(/tmp/clit-553df4.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: litsections.c(/tmp/litsections-c8ea87.o:(lit_i_cache_section)): warning: sprintf() is often misused, please use snprintf() ld: warning: drm5.c(/tmp/drm5-db3c66.o:(get_element)): warning: strcat() is almost always misused, please use strlcat() ld: warning: litdrm.c(/tmp/litdrm-651143.o:(lit_change_drm_level)): warning: rand() may return deterministic values, is that what you want? >>> Running package in textproc/clit at 1738599110.22 ===> 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 1738599111.69 ===> textproc/clit ===> Cleaning for clit-1.8p1 >>> Ended at 1738599112.01 max_stuck=13.62/depends=2.95/show-prepare-results=0.70/junk=37.36/build=5.60/package=1.47/clean=0.38