===> License GPLv2 accepted by the user ===> ocaml-parmap-1.0.r6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ocaml-parmap-1.0.r6 for building ===> Extracting for ocaml-parmap-1.0.r6 => SHA256 Checksum OK for rdicosmo-parmap-1.0-rc6_GH0.tar.gz. ===> ocaml-parmap-1.0.r6 depends on file: /usr/local/bin/ocamlc - found ===> Patching for ocaml-parmap-1.0.r6 ===> ocaml-parmap-1.0.r6 depends on file: /usr/local/bin/ocamlc - found ===> ocaml-parmap-1.0.r6 depends on file: /usr/local/bin/ocamlc - found ===> ocaml-parmap-1.0.r6 depends on file: /usr/local/bin/ocamlfind - found ===> ocaml-parmap-1.0.r6 depends on executable: gmake - found ===> Configuring for ocaml-parmap-1.0.r6 configure: loading site script /usr/ports/Templates/config.site checking for ocamlc... ocamlc OCaml version is 4.02.3 OCaml library path is /usr/local/lib/ocaml checking for ocamlopt... ocamlopt checking for ocamlc.opt... ocamlc.opt checking for ocamlopt.opt... ocamlopt.opt checking for dynlink.cmxa... yes checking for ocaml... ocaml checking for ocamldep... ocamldep checking for ocamlmktop... ocamlmktop checking for ocamlmklib... ocamlmklib checking for ocamldoc... ocamldoc checking for ocamlbuild... ocamlbuild checking for ocamlfind... ocamlfind checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for sched.h... (cached) yes checking whether sched_setaffinity is declared... no checking mach/thread_policy.h usability... no checking mach/thread_policy.h presence... no checking for mach/thread_policy.h... no checking whether thread_policy_set is declared... no ocaml version 4.02.3. Use standard Makefile configure: creating ./config.status config.status: creating Makefile config.status: creating config.h ===> Building for ocaml-parmap-1.0.r6 gmake[1]: Entering directory '/wrkdirs/parmap-0cipiertest-port/work/parmap-1.0-rc6' ocamlbuild -j 10 -use-ocamlfind parmap.cma parmap.cmxa parmap.cmxs parmap.a ocamlfind ocamlc -ccopt -D_GNU_SOURCE -ccopt -fPIC -c bytearray_stubs.c ocamlfind ocamlc -ccopt -D_GNU_SOURCE -ccopt -fPIC -c setcore_stubs.c ocamlfind ocamlmklib -o parmap_stubs bytearray_stubs.o setcore_stubs.o ocamlfind ocamldep -package unix -package bigarray -modules parmap.mli > parmap.mli.depends ocamlfind ocamlc -c -annot -package unix -package bigarray -w Ae -o parmap.cmi parmap.mli ocamlfind ocamldep -package unix -package bigarray -modules parmap.ml > parmap.ml.depends ocamlfind ocamldep -package unix -package bigarray -modules bytearray.mli > bytearray.mli.depends ocamlfind ocamldep -package unix -package bigarray -modules parmap_utils.mli > parmap_utils.mli.depends ocamlfind ocamldep -package unix -package bigarray -modules setcore.ml > setcore.ml.depends ocamlfind ocamlc -c -annot -package unix -package bigarray -w Ae -o bytearray.cmi bytearray.mli ocamlfind ocamlc -c -annot -package unix -package bigarray -w Ae -o parmap_utils.cmi parmap_utils.mli ocamlfind ocamlc -c -annot -package unix -package bigarray -w Ae -o setcore.cmo setcore.ml ocamlfind ocamldep -package unix -package bigarray -modules bytearray.ml > bytearray.ml.depends ocamlfind ocamldep -package unix -package bigarray -modules parmap_utils.ml > parmap_utils.ml.depends ocamlfind ocamlc -c -annot -package unix -package bigarray -w Ae -o parmap.cmo parmap.ml ocamlfind ocamlc -c -annot -package unix -package bigarray -w Ae -o bytearray.cmo bytearray.ml ocamlfind ocamlc -c -annot -package unix -package bigarray -w Ae -o parmap_utils.cmo parmap_utils.ml + ocamlfind ocamlc -c -annot -package unix -package bigarray -w Ae -o parmap.cmo parmap.ml File "parmap.ml", line 571, characters 12-24: Warning 3: deprecated: Array.create Use Array.make instead. ocamlfind ocamlc -a -dllib -lparmap_stubs bytearray.cmo parmap_utils.cmo setcore.cmo parmap.cmo -o parmap.cma ocamlfind ocamlopt -c -annot -package unix -package bigarray -w Ae -o bytearray.cmx bytearray.ml ocamlfind ocamlopt -c -annot -package unix -package bigarray -w Ae -o parmap_utils.cmx parmap_utils.ml ocamlfind ocamlopt -c -annot -package unix -package bigarray -w Ae -o setcore.cmx setcore.ml ocamlfind ocamlopt -c -annot -package unix -package bigarray -w Ae -o parmap.cmx parmap.ml + ocamlfind ocamlopt -c -annot -package unix -package bigarray -w Ae -o parmap.cmx parmap.ml File "parmap.ml", line 571, characters 12-24: Warning 3: deprecated: Array.create Use Array.make instead. ocamlfind ocamlopt -a -cclib -lparmap_stubs bytearray.cmx parmap_utils.cmx setcore.cmx parmap.cmx -o parmap.cmxa ocamlfind ocamlopt -shared libparmap_stubs.a bytearray.cmx parmap_utils.cmx setcore.cmx parmap.cmx -o parmap.cmxs # Parallel statistics: { count(total): 4(18), max: 3, min: 2, average(total): 2.750(1.389) } gmake[1]: Leaving directory '/wrkdirs/parmap-0cipiertest-port/work/parmap-1.0-rc6' 0