>>> Building on exopi-5 under math/ocaml-zarith BDEPENDS = [sysutils/findlib;devel/gmake;devel/gmp;lang/ocaml] DIST = [math/ocaml-zarith:Zarith-1.12.tar.gz] FULLPKGNAME = ocaml-zarith-1.12p2 RDEPENDS = [devel/gmp;lang/ocaml] (Junk lock obtained for exopi-5 at 1713951638.69) >>> Running depends in math/ocaml-zarith at 1713951638.73 last junk was in devel/sdl /usr/sbin/pkg_add -aI -Drepair findlib-1.9.6p1 ocaml-4.14.2 was: /usr/sbin/pkg_add -aI -Drepair findlib-1.9.6p1 gmake-4.4.1 gmp-6.3.0 ocaml-4.14.2 /usr/sbin/pkg_add -aI -Drepair findlib-1.9.6p1 ocaml-4.14.2 >>> Running show-prepare-results in math/ocaml-zarith at 1713951640.76 ===> math/ocaml-zarith ===> Building from scratch ocaml-zarith-1.12p2 ===> ocaml-zarith-1.12p2 depends on: findlib-* -> findlib-1.9.6p1 ===> ocaml-zarith-1.12p2 depends on: ocaml-=4.14.2 -> ocaml-4.14.2 ===> ocaml-zarith-1.12p2 depends on: gmake-* -> gmake-4.4.1 ===> ocaml-zarith-1.12p2 depends on: gmp-* -> gmp-6.3.0 ===> Verifying specs: gmp ===> found gmp.11.1 findlib-1.9.6p1 gmake-4.4.1 gmp-6.3.0 ocaml-4.14.2 (Junk lock released for exopi-5 at 1713951641.84) Woken up databases/mysql-utilities distfiles size=93695 >>> Running build in math/ocaml-zarith at 1713951641.87 ===> math/ocaml-zarith ===> Checking files for ocaml-zarith-1.12p2 `/exopi-cvs/ports/distfiles/Zarith-1.12.tar.gz' is up to date. >> (SHA256) Zarith-1.12.tar.gz: OK ===> Extracting for ocaml-zarith-1.12p2 ===> Patching for ocaml-zarith-1.12p2 ===> Applying OpenBSD patch patch-project_mak Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- | * respect MAKE | * we already configure ocamlfind via OCAMLFIND_DESTDIR. | |Index: project.mak |--- project.mak.orig |+++ project.mak -------------------------- Patching file project.mak using Plan A... Hunk #1 succeeded at 68. Hunk #2 succeeded at 112. Hunk #3 succeeded at 142. 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 ocaml-zarith-1.12p2 ===> Configuring for ocaml-zarith-1.12p2 binary ocaml: found in /usr/local/bin binary ocamlc: found in /usr/local/bin binary ocamldep: found in /usr/local/bin binary ocamlmklib: found in /usr/local/bin binary ocamldoc: found in /usr/local/bin binary cc: found in /exopi-obj/pobj/ocaml-zarith-1.12/bin binary ocamlopt: found in /usr/local/bin checking compilation with cc -O2 -pipe: working include caml/mlvalues.h: found library dynlink.cmxa: found binary ocamlfind: found in /usr/local/bin OCaml's word size is 64 binary uname: found in /usr/bin include gmp.h: found library gmp: found OCaml supports -bin-annot to produce documentation detected configuration: native-code: yes dynamic linking: yes defines: -DHAS_GMP libraries: -L/usr/local/lib -lgmp C options: -O2 -pipe installation path: /usr/local/lib/ocaml installation method findlib configuration successful! now type "make" to build then type "make install" or "sudo make install" to install ===> Building for ocaml-zarith-1.12p2 (echo "let"; grep "version" META | head -1) > zarith_version.ml ocamldep -native zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend ocamlc -I +compiler-libs -bin-annot -c zarith_version.ml ocamlc -I +compiler-libs -bin-annot -c z.mli ocamlc -I +compiler-libs -bin-annot -c z.ml ocamlc -I +compiler-libs -bin-annot -c q.mli ocamlc -I +compiler-libs -bin-annot -c q.ml File "q.ml", line 537, characters 9-23: 537 | (Z.of_substring s 0 i) ^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function. File "q.ml", line 538, characters 9-23: 538 | (Z.of_substring s (i+1) (String.length s-i-1)) ^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function. ocamlc -I +compiler-libs -bin-annot -c big_int_Z.mli ocamlc -I +compiler-libs -bin-annot -c big_int_Z.ml ocamlmklib -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -L/usr/local/lib -lgmp ocamlc -ccopt "-I/usr/local/lib/ocaml -I/usr/local/include -DHAS_GMP -O2 -pipe" -c caml_z.c ocamlmklib -failsafe -o zarith caml_z.o -L/usr/local/lib -lgmp ocamlc -I +compiler-libs -bin-annot -c zarith_top.ml ocamlc -o zarith_top.cma -a zarith_top.cmo ocamlopt -I +compiler-libs -c zarith_version.ml ocamlopt -I +compiler-libs -c z.ml ocamlopt -I +compiler-libs -c q.ml File "q.ml", line 537, characters 9-23: 537 | (Z.of_substring s 0 i) ^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function. File "q.ml", line 538, characters 9-23: 538 | (Z.of_substring s (i+1) (String.length s-i-1)) ^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function. ocamlopt -I +compiler-libs -c big_int_Z.ml ocamlmklib -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -L/usr/local/lib -lgmp ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall >>> Running package in math/ocaml-zarith at 1713951649.18 ===> math/ocaml-zarith ===> Faking installation for ocaml-zarith-1.12p2 ocamlfind install zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.cmxa z.cmx q.cmx big_int_Z.cmx zarith.cmxs zarith.h q.mli big_int_Z.mli zarith.a z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/big_int_Z.cmti Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/q.cmti Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/z.cmti Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/zarith.a Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/big_int_Z.mli Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/q.mli Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/zarith.h Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/zarith.cmxs Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/big_int_Z.cmx Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/q.cmx Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/z.cmx Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/zarith.cmxa Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/z.mli Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/zarith_top.cma Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/big_int_Z.cmi Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/q.cmi Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/z.cmi Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/libzarith.a Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/zarith.cma Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/stublibs/dllzarith.so Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/stublibs/dllzarith.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/stublibs is not mentioned in ld.conf Installed /exopi-obj/pobj/ocaml-zarith-1.12/fake-amd64/usr/local/lib/ocaml/zarith/META ===> Building package for ocaml-zarith-1.12p2 Create /exopi-cvs/ports/packages/amd64/all/ocaml-zarith-1.12p2.tgz Creating package ocaml-zarith-1.12p2 reading plist| switching to /exopi-cvs/ports/math/ocaml-zarith/pkg/PFRAG.native| switching to /exopi-cvs/ports/math/ocaml-zarith/pkg/PFRAG.dynlink-native checking dependencies| checking dependencies|devel/gmp,-main checking dependencies|lang/ocaml checksumming| checksumming| | 0% checksumming|** | 3% checksumming|**** | 6% checksumming|****** | 9% checksumming|******* | 12% checksumming|********* | 15% checksumming|*********** | 18% checksumming|************* | 21% checksumming|*************** | 24% checksumming|***************** | 27% checksumming|****************** | 30% checksumming|******************** | 33% checksumming|********************** | 36% checksumming|************************ | 39% checksumming|************************** | 42% checksumming|**************************** | 45% checksumming|****************************** | 48% checksumming|******************************* | 52% checksumming|********************************* | 55% checksumming|*********************************** | 58% checksumming|************************************* | 61% checksumming|*************************************** | 64% checksumming|***************************************** | 67% checksumming|******************************************* | 70% checksumming|******************************************** | 73% checksumming|********************************************** | 76% checksumming|************************************************ | 79% checksumming|************************************************** | 82% checksumming|**************************************************** | 85% checksumming|****************************************************** | 88% checksumming|******************************************************* | 91% checksumming|********************************************************* | 94% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*************** | 23% archiving|*********************** | 36% archiving|************************ | 37% archiving|************************ | 38% archiving|******************************** | 49% archiving|***************************************** | 64% archiving|****************************************** | 65% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|************************************************* | 76% archiving|************************************************** | 78% archiving|*********************************************************** | 92% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/ocaml-zarith-1.12p2.tgz >>> Running clean in math/ocaml-zarith at 1713951652.26 ===> math/ocaml-zarith ===> Cleaning for ocaml-zarith-1.12p2 >>> Ended at 1713951652.53 max_stuck=1.07/depends=2.04/show-prepare-results=1.10/build=7.31/package=3.08/clean=0.31