>>> Building on exopi-2 under converters/fondu DIST = [converters/fondu:fondu_src-060102.tgz] FULLPKGNAME = fondu-060102p1 distfiles size=131516 >>> Running build in converters/fondu at 1714025303.48 ===> converters/fondu ===> Building from scratch fondu-060102p1 ===> Verifying specs: c m ===> found c.100.0 m.10.1 ===> Checking files for fondu-060102p1 `/exopi-cvs/ports/distfiles/fondu_src-060102.tgz' is up to date. >> (SHA256) fondu_src-060102.tgz: OK ===> Extracting for fondu-060102p1 ===> Patching for fondu-060102p1 ===> 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 fondu-060102p1 ===> Configuring for fondu-060102p1 Using /exopi-obj/pobj/fondu-060102/config.site (generated) configure: loading site script /exopi-obj/pobj/fondu-060102/config.site checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... none needed checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 configure: creating ./config.status config.status: creating Makefile ===> Building for fondu-060102p1 cc -O2 -pipe -c fondu.c fondu.c:429:18: warning: expression result unused [-Wunused-value] /* descent = */ (short) getushort(f); ^ ~~~~~~~~~~~~ 1 warning generated. cc -O2 -pipe -c readnfnt.c cc -O2 -pipe -c fondups.c fondups.c:2430:14: warning: comparison of array 'fd->encoding' not equal to a null pointer is always true [-Wtautological-pointer-compare] if ( fd->encoding!=NULL ) ~~~~^~~~~~~~ ~~~~ cc -O2 -pipe -o fondu fondu.o readnfnt.o fondups.o -lm 1 warning generated. fondu.c(fondu.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() fondu.c(fondu.o:(main)): warning: strcat() is almost always misused, please use strlcat() readnfnt.c(readnfnt.o:(SearchNFNTResources)): warning: sprintf() is often misused, please use snprintf() fondups.c(fondups.o:(ParsePfb)): warning: rand() may return deterministic values, is that what you want? cc -O2 -pipe -c ufond.c ufond.c:595:1: warning: '/*' within block comment [-Wcomment] /* is followed by the data section (padded to a mult of 128 bytes) */ ^ 1 warning generated. cc -O2 -pipe -c ufondbdf.c ufondbdf.c:446:46: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf( "IE: expected %d found %d\n", size, ftell(resfile)-here-4 ); ~~ ^~~~~~~~~~~~~~~~~~~~~ %ld 1 warning generated. cc -O2 -pipe -c ufondpfb.c cc -O2 -pipe -c ufondttf.c cc -O2 -pipe -c crctab.c crctab.c:43:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static unsigned long binhex_updcrc(icrc, icp, icnt) ^ 1 warning generated. cc -O2 -pipe -o ufond ufond.o ufondbdf.o ufondpfb.o ufondttf.o crctab.o ufond.c(ufond.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() ufond.c(ufond.o:(main)): warning: strcat() is almost always misused, please use strlcat() cc -O2 -pipe -c showfond.c showfond.c:122:39: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf( "width table offset = %d\n", widoff==0?0:widoff-offset); ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ %ld showfond.c:123:38: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf( "kern table offset = %d\n", kernoff==0?0:kernoff-offset); ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ %ld showfond.c:124:39: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf( "style table offset = %d\n", styleoff==0?0:styleoff-offset); ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %ld showfond.c:223:46: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf( " Glyph encoding offset: %d\n", glyphenc = getlong(f)); /* offset from start of table */ ~~ ^~~~~~~~~~~~~~~~~~~~~ %ld showfond.c:310:34: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf( "NFNT length = %d\n", getlong(f)); ~~ ^~~~~~~~~~ %ld showfond.c:601:24: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] printf( "%c%c%c%c\n", tag>>24, (tag>>16)&0xff, (tag>>8)&0xff, tag&0xff ); ~~ ^~~~~~~ %lu showfond.c:601:33: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] printf( "%c%c%c%c\n", tag>>24, (tag>>16)&0xff, (tag>>8)&0xff, tag&0xff ); ~~ ^~~~~~~~~~~~~~ %lu showfond.c:601:49: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] printf( "%c%c%c%c\n", tag>>24, (tag>>16)&0xff, (tag>>8)&0xff, tag&0xff ); ~~ ^~~~~~~~~~~~~ %lu showfond.c:601:64: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] printf( "%c%c%c%c\n", tag>>24, (tag>>16)&0xff, (tag>>8)&0xff, tag&0xff ); ~~ ^~~~~~~~ %lu 9 warnings generated. cc -O2 -pipe -o showfond showfond.o showfond.c(showfond.o:(SearchNFNTResources)): warning: sprintf() is often misused, please use snprintf() showfond.c(showfond.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() showfond.c(showfond.o:(main)): warning: strcat() is almost always misused, please use strlcat() cc -O2 -pipe -c dfont2res.c dfont2res.c:48:1: warning: '/*' within block comment [-Wcomment] /* is followed by the data section (padded to a mult of 128 bytes) */ ^ 1 warning generated. cc -O2 -pipe -o dfont2res dfont2res.o crctab.o dfont2res.c(dfont2res.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() cc -O2 -pipe -c tomacbinary.c tomacbinary.c:45:1: warning: '/*' within block comment [-Wcomment] /* is followed by the data section (padded to a mult of 128 bytes) */ ^ tomacbinary.c:61:31: warning: more '%' conversions than data arguments [-Wformat-insufficient-args] fprintf( stderr, "Usage: %s {[-res filename] [-create creat] [-type type] [filename]}\n" ); ~^ 2 warnings generated. cc -O2 -pipe -o tobin tomacbinary.o crctab.o tomacbinary.c(tomacbinary.o:(Dump)): warning: strcpy() is almost always misused, please use strlcpy() cc -O2 -pipe -c frommacbinary.c frommacbinary.c:45:1: warning: '/*' within block comment [-Wcomment] /* is followed by the data section (padded to a mult of 128 bytes) */ ^ frommacbinary.c:58:31: warning: more '%' conversions than data arguments [-Wformat-insufficient-args] fprintf( stderr, "Usage: %s [-usage] [-help] [-version] filenames\n" ); ~^ 2 warnings generated. cc -O2 -pipe -o frombin frommacbinary.o cc -O2 -pipe -c lumper.c cc -O2 -pipe -o lumper lumper.o lumper.c(lumper.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() lumper.c(lumper.o:(main)): warning: strcat() is almost always misused, please use strlcat() cc -O2 -pipe -c setfondname.c cc -O2 -pipe -o setfondname setfondname.o setfondname.c(setfondname.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() setfondname.c(setfondname.o:(main)): warning: strcat() is almost always misused, please use strlcat() >>> Running package in converters/fondu at 1714025322.02 ===> converters/fondu ===> Faking installation for fondu-060102p1 mkdir -p /exopi-obj/pobj/fondu-060102/fake-amd64/usr/local/bin cp fondu ufond showfond dfont2res tobin frombin lumper setfondname /exopi-obj/pobj/fondu-060102/fake-amd64/usr/local/bin /exopi-obj/pobj/fondu-060102/bin/install -c -m 644 /exopi-obj/pobj/fondu-060102/fondu-060102/dfont2res.1 /exopi-obj/pobj/fondu-060102/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/fondu-060102/bin/install -c -m 644 /exopi-obj/pobj/fondu-060102/fondu-060102/fondu.1 /exopi-obj/pobj/fondu-060102/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/fondu-060102/bin/install -c -m 644 /exopi-obj/pobj/fondu-060102/fondu-060102/frombin.1 /exopi-obj/pobj/fondu-060102/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/fondu-060102/bin/install -c -m 644 /exopi-obj/pobj/fondu-060102/fondu-060102/lumper.1 /exopi-obj/pobj/fondu-060102/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/fondu-060102/bin/install -c -m 644 /exopi-obj/pobj/fondu-060102/fondu-060102/showfond.1 /exopi-obj/pobj/fondu-060102/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/fondu-060102/bin/install -c -m 644 /exopi-obj/pobj/fondu-060102/fondu-060102/tobin.1 /exopi-obj/pobj/fondu-060102/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/fondu-060102/bin/install -c -m 644 /exopi-obj/pobj/fondu-060102/fondu-060102/ufond.1 /exopi-obj/pobj/fondu-060102/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/fondu-060102/bin/install -d -m 755 /exopi-obj/pobj/fondu-060102/fake-amd64/usr/local/share/doc/fondu /exopi-obj/pobj/fondu-060102/bin/install -c -m 644 /exopi-obj/pobj/fondu-060102/fondu-060102/README /exopi-obj/pobj/fondu-060102/fake-amd64/usr/local/share/doc/fondu ===> Building package for fondu-060102p1 Create /exopi-cvs/ports/packages/amd64/all/fondu-060102p1.tgz Creating package fondu-060102p1 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 4% checksumming|***** | 8% checksumming|******* | 12% checksumming|********* | 15% checksumming|************ | 19% checksumming|************** | 23% checksumming|**************** | 27% checksumming|******************* | 31% checksumming|********************* | 35% checksumming|*********************** | 38% checksumming|************************** | 42% checksumming|**************************** | 46% checksumming|******************************* | 50% checksumming|********************************* | 54% checksumming|*********************************** | 58% checksumming|************************************** | 62% checksumming|**************************************** | 65% checksumming|****************************************** | 69% checksumming|********************************************* | 73% checksumming|*********************************************** | 77% checksumming|************************************************* | 81% checksumming|**************************************************** | 85% checksumming|****************************************************** | 88% checksumming|******************************************************** | 92% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*** | 4% archiving|******************************** | 50% archiving|********************************** | 54% archiving|*************************************** | 61% archiving|******************************************* | 67% archiving|************************************************* | 76% archiving|**************************************************** | 82% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/fondu-060102p1.tgz >>> Running clean in converters/fondu at 1714025327.56 ===> converters/fondu ===> Cleaning for fondu-060102p1 >>> Ended at 1714025328.75 max_stuck=0.00/build=18.44/package=5.43/clean=1.43