>>> Building on exopi-6 under devel/zmac BDEPENDS = [devel/bison] DIST = [devel/zmac:zmac-20221018.tar.gz] FULLPKGNAME = zmac-20221018 (Junk lock obtained for exopi-6 at 1764445202.71) >>> Running depends in devel/zmac at 1764445202.75 last junk was in mail/mboxgrep /usr/sbin/pkg_add -aI -Drepair bison-3.8.2p0 openldap-client-2.6.10v0 was: /usr/sbin/pkg_add -aI -Drepair bison-3.8.2p0 /usr/sbin/pkg_add -aI -Drepair bison-3.8.2p0 openldap-client-2.6.10v0 Can't find openldap-client-2.6.10v0 Couldn't install openldap-client-2.6.10v0 >>> Running show-prepare-results in devel/zmac at 1764445206.48 ===> devel/zmac ===> Building from scratch zmac-20221018 ===> zmac-20221018 depends on: bison-* -> bison-3.8.2p0 ===> Verifying specs: c++ c++abi pthread c m ===> found c++.12.0 c++abi.9.0 pthread.28.1 c.102.2 m.10.1 bison-3.8.2p0 (Junk lock released for exopi-6 at 1764445207.10) Woken up archivers/libarchive distfiles size=117359 >>> Running build in devel/zmac at 1764445207.13 ===> devel/zmac ===> Checking files for zmac-20221018 `/exopi-cvs/ports/distfiles/zmac-20221018.tar.gz' is up to date. >> (SHA256) all files: 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 C23 [-Wdeprecated-non-prototype] 1505 | 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 C23 [-Wdeprecated-non-prototype] 1817 | 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 C23 [-Wdeprecated-non-prototype] 5916 | 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 C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 5823 | char *getlocal(); | ^ zmac.y:8149:7: note: conflicting prototype is here 8149 | 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 C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 736 | void bookmark(); | ^ zmac.y:8537:6: note: conflicting prototype is here 8537 | 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 C23 [-Wdeprecated-non-prototype] 20 | 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 C23 [-Wdeprecated-non-prototype] 33 | 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 C23 [-Wdeprecated-non-prototype] 45 | 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 C23 [-Wdeprecated-non-prototype] 67 | 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 C23 [-Wdeprecated-non-prototype] 77 | 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 C23 [-Wdeprecated-non-prototype] 91 | 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 C23 [-Wdeprecated-non-prototype] 109 | 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 ld: warning: y.tab.c(zmac.o:(emit)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: y.tab.c(zmac.o:(putout)): warning: sprintf() is often misused, please use snprintf() ld: warning: 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 ld: warning: symbol.c(symbol.o:(find_symbol)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: section.c(section.o:(print_map)): warning: sprintf() is often misused, please use snprintf() >>> Running package in devel/zmac at 1764445214.74 ===> 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 1764445216.61 ===> devel/zmac ===> Cleaning for zmac-20221018 >>> Ended at 1764445216.87 max_stuck=0.00/depends=3.74/show-prepare-results=0.65/build=7.62/package=1.86/clean=0.29