>>> Building on exopi-4 under textproc/sim BDEPENDS = [archivers/unzip] DIST = [textproc/sim:sim_2_26.zip] FULLPKGNAME = sim-2.26p2 (Junk lock obtained for exopi-4 at 1714746828.62) >>> Running depends in textproc/sim at 1714746828.66 last junk was in net/py-solaredge-interface,python3 /usr/sbin/pkg_add -aI -Drepair unzip-6.0p17 was: /usr/sbin/pkg_add -aI -Drepair unzip-6.0p17 /usr/sbin/pkg_add -aI -Drepair unzip-6.0p17 >>> Running show-prepare-results in textproc/sim at 1714746830.16 ===> textproc/sim ===> Building from scratch sim-2.26p2 ===> sim-2.26p2 depends on: unzip-* -> unzip-6.0p17 ===> Verifying specs: c ===> found c.100.0 unzip-6.0p17 (Junk lock released for exopi-4 at 1714746830.62) distfiles size=92760 >>> Running build in textproc/sim at 1714746830.65 ===> textproc/sim ===> Checking files for sim-2.26p2 `/exopi-cvs/ports/distfiles/sim_2_26.zip' is up to date. >> (SHA256) sim_2_26.zip: OK ===> Extracting for sim-2.26p2 ===> Patching for sim-2.26p2 ===> Applying OpenBSD patch patch-sim_1 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Neither groff nor mandoc define .DS, .DE, or \f5. |Should probably be reported upstream after updating the port. | |Index: sim.1 |--- sim.1.orig |+++ sim.1 -------------------------- Patching file sim.1 using Plan A... Hunk #1 succeeded at 161. done ===> 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 sim-2.26p2 ===> Configuring for sim-2.26p2 ===> Building for sim-2.26p2 cc -O2 -pipe -DUNIX -c token.c cc -O2 -pipe -DUNIX -c lex.c cc -O2 -pipe -DUNIX -c stream.c cc -O2 -pipe -DUNIX -c text.c cc -O2 -pipe -DUNIX -c tokenarray.c cc -O2 -pipe -DUNIX -c error.c cc -O2 -pipe -DUNIX -c Malloc.c Malloc.c:23:58: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] fprintf(stderr, "Out of memory, requested size = %d\n", size); ~~ ^~~~ %zu 1 warning generated. cc -O2 -pipe -DUNIX -c idf.c cc -O2 -pipe -DUNIX -c runs.c cc -O2 -pipe -DUNIX -c percentages.c cc -O2 -pipe -DUNIX -c sim.c cc -O2 -pipe -DUNIX -c options.c options.c:111:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ 1 warning generated. cc -O2 -pipe -DUNIX -c newargs.c cc -O2 -pipe -DUNIX -c hash.c cc -O2 -pipe -DUNIX -c compare.c cc -O2 -pipe -DUNIX -c add_run.c cc -O2 -pipe -DUNIX -c pass1.c cc -O2 -pipe -DUNIX -c pass2.c cc -O2 -pipe -DUNIX -c pass3.c cc -O2 -pipe -DUNIX -c algollike.c lex -t clang.l >clang.c cc -O2 -pipe -DUNIX -c clang.c cc token.o lex.o stream.o text.o tokenarray.o error.o Malloc.o idf.o runs.o percentages.o sim.o options.o newargs.o hash.o compare.o add_run.o pass1.o pass2.o pass3.o algollike.o clang.o -o sim_c Malloc.c(Malloc.o:(_new_string)): warning: strcpy() is almost always misused, please use strlcpy() sim.c(sim.o:(main)): warning: sprintf() is often misused, please use snprintf() lex -t javalang.l >javalang.c cc -O2 -pipe -DUNIX -c javalang.c cc token.o lex.o stream.o text.o tokenarray.o error.o Malloc.o idf.o runs.o percentages.o sim.o options.o newargs.o hash.o compare.o add_run.o pass1.o pass2.o pass3.o algollike.o javalang.o -o sim_java Malloc.c(Malloc.o:(_new_string)): warning: strcpy() is almost always misused, please use strlcpy() sim.c(sim.o:(main)): warning: sprintf() is often misused, please use snprintf() lex -t pascallang.l >pascallang.c cc -O2 -pipe -DUNIX -c pascallang.c cc token.o lex.o stream.o text.o tokenarray.o error.o Malloc.o idf.o runs.o percentages.o sim.o options.o newargs.o hash.o compare.o add_run.o pass1.o pass2.o pass3.o algollike.o pascallang.o -o sim_pasc Malloc.c(Malloc.o:(_new_string)): warning: strcpy() is almost always misused, please use strlcpy() sim.c(sim.o:(main)): warning: sprintf() is often misused, please use snprintf() lex -t m2lang.l >m2lang.c cc -O2 -pipe -DUNIX -c m2lang.c cc token.o lex.o stream.o text.o tokenarray.o error.o Malloc.o idf.o runs.o percentages.o sim.o options.o newargs.o hash.o compare.o add_run.o pass1.o pass2.o pass3.o algollike.o m2lang.o -o sim_m2 Malloc.c(Malloc.o:(_new_string)): warning: strcpy() is almost always misused, please use strlcpy() sim.c(sim.o:(main)): warning: sprintf() is often misused, please use snprintf() lex -t lisplang.l >lisplang.c cc -O2 -pipe -DUNIX -c lisplang.c cc token.o lex.o stream.o text.o tokenarray.o error.o Malloc.o idf.o runs.o percentages.o sim.o options.o newargs.o hash.o compare.o add_run.o pass1.o pass2.o pass3.o algollike.o lisplang.o -o sim_lisp Malloc.c(Malloc.o:(_new_string)): warning: strcpy() is almost always misused, please use strlcpy() sim.c(sim.o:(main)): warning: sprintf() is often misused, please use snprintf() lex -t miralang.l >miralang.c cc -O2 -pipe -DUNIX -c miralang.c cc token.o lex.o stream.o text.o tokenarray.o error.o Malloc.o idf.o runs.o percentages.o sim.o options.o newargs.o hash.o compare.o add_run.o pass1.o pass2.o pass3.o algollike.o miralang.o -o sim_mira Malloc.c(Malloc.o:(_new_string)): warning: strcpy() is almost always misused, please use strlcpy() sim.c(sim.o:(main)): warning: sprintf() is often misused, please use snprintf() lex -t textlang.l >textlang.c cc -O2 -pipe -DUNIX -c textlang.c cc token.o lex.o stream.o text.o tokenarray.o error.o Malloc.o idf.o runs.o percentages.o sim.o options.o newargs.o hash.o compare.o add_run.o pass1.o pass2.o pass3.o textlang.o -o sim_text Malloc.c(Malloc.o:(_new_string)): warning: strcpy() is almost always misused, please use strlcpy() sim.c(sim.o:(main)): warning: sprintf() is often misused, please use snprintf() >>> Running package in textproc/sim at 1714746837.68 ===> textproc/sim ===> Faking installation for sim-2.26p2 /exopi-obj/pobj/sim-2.26/bin/install -c -s -m 755 /exopi-obj/pobj/sim-2.26/sim_* /exopi-obj/pobj/sim-2.26/fake-amd64/usr/local/bin /exopi-obj/pobj/sim-2.26/bin/install -c -m 644 /exopi-obj/pobj/sim-2.26/sim.1 /exopi-obj/pobj/sim-2.26/fake-amd64/usr/local/man/man1 ===> Building package for sim-2.26p2 Create /exopi-cvs/ports/packages/amd64/all/sim-2.26p2.tgz Creating package sim-2.26p2 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******** | 13% checksumming|*********** | 19% checksumming|*************** | 25% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************** | 63% checksumming|****************************************** | 69% checksumming|********************************************** | 75% checksumming|************************************************** | 81% checksumming|***************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********* | 15% archiving|******************* | 29% archiving|*************************** | 43% archiving|************************************* | 58% archiving|********************************************* | 71% archiving|******************************************************* | 86% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/sim-2.26p2.tgz >>> Running clean in textproc/sim at 1714746839.75 ===> textproc/sim ===> Cleaning for sim-2.26p2 >>> Ended at 1714746839.95 max_stuck=0.00/depends=1.51/show-prepare-results=0.49/build=7.03/package=2.06/clean=0.23