>>> Building on exopi-3 under devel/zmac BDEPENDS = [devel/bison] DIST = [devel/zmac:zmac-20221018.tar.gz] FULLPKGNAME = zmac-20221018 Avoided depends for bison-3.8.2 distfiles size=117359 >>> Running build in devel/zmac at 1713352829.73 ===> devel/zmac ===> Building from scratch zmac-20221018 ===> zmac-20221018 depends on: bison-* -> bison-3.8.2 ===> Verifying specs: c++ c++abi pthread c m ===> found c++.10.0 c++abi.7.0 pthread.27.1 c.100.0 m.10.1 ===> Checking files for zmac-20221018 `/exopi-cvs/ports/distfiles/zmac-20221018.tar.gz' is up to date. >> (SHA256) zmac-20221018.tar.gz: OK ===> Extracting for zmac-20221018 ===> Patching for zmac-20221018 ===> 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 zmac-20221018 ===> Configuring for zmac-20221018 ===> Building for zmac-20221018 /usr/bin/make -C zmac cc -Wall -DMK_DOC -o doc doc.c ./doc >/dev/null bison -o y.tab.c zmac.y cc -O2 -pipe -c -o zmac.o y.tab.c zmac.y:1505:10: warning: passing arguments to 'bookmark' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bookmark(delay); ^ zmac.y:1817:10: warning: passing arguments to 'bookmark' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bookmark(delay); ^ zmac.y:5916:32: warning: passing arguments to 'getlocal' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] strcpy((char *)p, getlocal(ch, est[TEMPNUM].value)); ^ zmac.y:5823:8: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] char *getlocal(); ^ zmac.y:8149:7: note: conflicting prototype is here char *getlocal(int c, int n) ^ zmac.y:736:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void bookmark(); ^ zmac.y:8537:6: note: conflicting prototype is here void bookmark(int delay) ^ 5 warnings generated. rm -f y.tab.c if test -f zmac.d; then sed -i -e 's,y.tab.c,zmac.y,' zmac.d; fi cc -O2 -pipe -c mio.c mio.c:20:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mfopen(filename,mode) ^ mio.c:33:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mfclose(f) ^ mio.c:45:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mfputc(c,f) ^ mio.c:67:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mfgetc(f) ^ mio.c:77:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mfseek(f,loc,origin) ^ mio.c:91:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mfread(ptr, size, nitems,f) ^ mio.c:109:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mfwrite(ptr, size, nitems, f) ^ 7 warnings generated. cc -O2 -pipe -c doc.c c++ -O2 -pipe -c zi80dis.cpp c++ -Wall -O2 -pipe -o zmac zmac.o mio.o doc.o zi80dis.o zi80dis.cpp(zi80dis.o:(Zi80dis::Disassemble(unsigned char const*, int, bool))): warning: strcpy() is almost always misused, please use strlcpy() zi80dis.cpp(zi80dis.o:(Zi80dis::Disassemble(unsigned char const*, int, bool))): warning: sprintf() is often misused, please use snprintf() zi80dis.cpp(zi80dis.o:(Zi80dis::Disassemble(unsigned char const*, int, bool))): warning: strcat() is almost always misused, please use strlcat() /usr/bin/make -C ld80 cc -O2 -pipe -Wall -Wstrict-prototypes -DVERSION=\"0.7\" -DDEBUG -c main.c cc -O2 -pipe -Wall -Wstrict-prototypes -DVERSION=\"0.7\" -DDEBUG -c readobj.c cc -O2 -pipe -Wall -Wstrict-prototypes -DVERSION=\"0.7\" -DDEBUG -c section.c cc -O2 -pipe -Wall -Wstrict-prototypes -DVERSION=\"0.7\" -DDEBUG -c symbol.c cc -O2 -pipe -Wall -Wstrict-prototypes -DVERSION=\"0.7\" -DDEBUG -c fixup.c cc -O2 -pipe -Wall -Wstrict-prototypes -DVERSION=\"0.7\" -DDEBUG -c do_out.c cc -O2 -pipe -Wall -Wstrict-prototypes -DVERSION=\"0.7\" -DDEBUG -c optget.c cc -g -o ld80 main.o readobj.o section.o symbol.o fixup.o do_out.o optget.o symbol.c(symbol.o:(find_symbol)): warning: strcpy() is almost always misused, please use strlcpy() section.c(section.o:(print_map)): warning: sprintf() is often misused, please use snprintf() >>> Running package in devel/zmac at 1713352839.90 ===> devel/zmac ===> Faking installation for zmac-20221018 /exopi-obj/pobj/zmac-20221018/bin/install -c -s -m 755 /exopi-obj/pobj/zmac-20221018/zmac-20221018/zmac/zmac /exopi-obj/pobj/zmac-20221018/fake-amd64/usr/local/bin /exopi-obj/pobj/zmac-20221018/bin/install -c -s -m 755 /exopi-obj/pobj/zmac-20221018/zmac-20221018/ld80/ld80 /exopi-obj/pobj/zmac-20221018/fake-amd64/usr/local/bin /exopi-obj/pobj/zmac-20221018/bin/install -c -m 644 /exopi-obj/pobj/zmac-20221018/zmac-20221018/ld80/ld80.1 /exopi-obj/pobj/zmac-20221018/fake-amd64/usr/local/man/man1 ===> Building package for zmac-20221018 Create /exopi-cvs/ports/packages/amd64/all/zmac-20221018.tgz Creating package zmac-20221018 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|******** | 13% checksumming|************ | 20% checksumming|**************** | 27% checksumming|******************** | 33% checksumming|************************ | 40% checksumming|**************************** | 47% checksumming|********************************* | 53% checksumming|************************************* | 60% checksumming|***************************************** | 67% checksumming|********************************************* | 73% checksumming|************************************************* | 80% checksumming|***************************************************** | 87% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******* | 11% archiving|************************************************************** | 97% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/zmac-20221018.tgz >>> Running clean in devel/zmac at 1713352841.93 ===> devel/zmac ===> Cleaning for zmac-20221018 >>> Ended at 1713352842.39 max_stuck=2.49/build=10.17/package=2.03/clean=0.50