------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=6.5 UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=unknown UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 LANG=C HOME=/root USER=root TERM=dumb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: showconfig ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- MAKE=gmake XDG_DATA_HOME=/construction/devel/ocaml-parmap XDG_CONFIG_HOME=/construction/devel/ocaml-parmap XDG_CACHE_HOME=/construction/devel/ocaml-parmap/.cache HOME=/construction/devel/ocaml-parmap TMPDIR="/tmp" PATH=/construction/devel/ocaml-parmap/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/devel/ocaml-parmap/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 CONFIG_SITE=/xports/Templates/config.site lt_cv_sys_max_cmd_len=262144 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- OCAMLFIND_DESTDIR="/construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/site-lib" OCAMLFIND_LDCONF="/dev/null" XDG_DATA_HOME=/construction/devel/ocaml-parmap XDG_CONFIG_HOME=/construction/devel/ocaml-parmap XDG_CACHE_HOME=/construction/devel/ocaml-parmap/.cache HOME=/construction/devel/ocaml-parmap TMPDIR="/tmp" PATH=/construction/devel/ocaml-parmap/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/devel/ocaml-parmap/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ARGS ------------------------------------------------------------------------------- DESTDIR=/construction/devel/ocaml-parmap/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- OCAML_SITELIBDIR="lib/ocaml/site-lib" OSREL=6.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/parmap" EXAMPLESDIR="share/examples/parmap" DATADIR="share/parmap" WWWDIR="www/parmap" ETCDIR="etc/parmap" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/parmap DOCSDIR=/usr/local/share/doc/parmap EXAMPLESDIR=/usr/local/share/examples/parmap WWWDIR=/usr/local/www/parmap ETCDIR=/usr/local/etc/parmap SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes DFLY_STING_XFAIL=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_COMPRESSION_FORMAT=.tgz DEVELOPER=1 WITH_CCACHE_BUILD=yes CCACHE_DIR=/ccache UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=600503 OSVERSION=9999999 OSREL=6.5 _OSRELEASE=6.5-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=13 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/liblz4-1.9.4,1.pkg Installing /packages/All/zstd-1.5.5.pkg Installing /packages/All/indexinfo-0.3.1.pkg Installing /packages/All/gettext-runtime-0.21.1.pkg Installing /packages/All/binutils-2.40_4,1.pkg Installing /packages/All/libXau-1.0.9.pkg Installing /packages/All/xorgproto-2022.1_1.pkg Installing /packages/All/libXdmcp-1.1.3.pkg Installing /packages/All/libxcb-1.15_1.pkg Installing /packages/All/libX11-1.8.6,1.pkg Installing /packages/All/ocaml-4.07.1.pkg Installing /packages/All/ocaml-ocamlbuild-0.14.2.pkg Installing /packages/All/brotli-1.0.9,1.pkg Installing /packages/All/png-1.6.39.pkg Installing /packages/All/freetype2-2.12.1_2.pkg ===== Message from freetype2-2.12.1_2: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed). Installing /packages/All/expat-2.5.0.pkg Installing /packages/All/fontconfig-2.14.2,1.pkg Running fc-cache to build fontconfig cache... Installing /packages/All/tcl86-8.6.13.pkg Installing /packages/All/libXext-1.3.4,1.pkg Installing /packages/All/libXrender-0.9.10_2.pkg Installing /packages/All/libXft-2.3.7.pkg Installing /packages/All/libXScrnSaver-1.2.4.pkg Installing /packages/All/tk86-8.6.13.pkg Installing /packages/All/ocaml-labltk-8.06.5.pkg Installing /packages/All/ocaml-findlib-1.8.1.pkg Installing /packages/All/gmake-4.3_2.pkg Installing /packages/All/ccache-3.7.12_4.pkg Create compiler links... create symlink for cc create symlink for cc (world) create symlink for c++ create symlink for c++ (world) create symlink for CC create symlink for CC (world) create symlink for gcc create symlink for gcc (world) create symlink for g++ create symlink for g++ (world) ===== Message from ccache-3.7.12_4: -- NOTE: Please read /usr/local/share/doc/ccache/ccache-howto-freebsd.txt for information on using ccache with FreeBSD ports and src. SUCCEEDED 00:00:14 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ocaml-parmap-1.0.r9 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> ocaml-parmap-1.0.r9 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ocaml-parmap-1.0.r9 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> ocaml-parmap-1.0.r9 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ocaml-parmap-1.0.r9 for building => SHA256 Checksum OK for rdicosmo-parmap-1.0-rc9_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- ===> ocaml-parmap-1.0.r9 depends on file: /usr/local/bin/ocamlc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> ocaml-parmap-1.0.r9 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ocaml-parmap-1.0.r9 for building ===> Extracting for ocaml-parmap-1.0.r9 => SHA256 Checksum OK for rdicosmo-parmap-1.0-rc9_GH0.tar.gz. ===> ocaml-parmap-1.0.r9 depends on file: /usr/local/bin/ocamlc - found Extracted Memory Use: 0.50M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- ===> ocaml-parmap-1.0.r9 depends on file: /usr/local/bin/ocamlc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ocaml-parmap-1.0.r9 ===> ocaml-parmap-1.0.r9 depends on file: /usr/local/bin/ocamlc - found ===> Applying ports patches for ocaml-parmap-1.0.r9 from /xports/devel/ocaml-parmap/files SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> ocaml-parmap-1.0.r9 depends on executable: ocamlbuild - found ===> ocaml-parmap-1.0.r9 depends on file: /usr/local/bin/ocamlc - found ===> ocaml-parmap-1.0.r9 depends on file: /usr/local/bin/ocamlfind - found ===> ocaml-parmap-1.0.r9 depends on package: gmake>=4.3 - found ===> ocaml-parmap-1.0.r9 depends on file: /usr/local/bin/ccache - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> ocaml-parmap-1.0.r9 depends on executable: ocamlbuild - found ===> ocaml-parmap-1.0.r9 depends on file: /usr/local/bin/ocamlc - found ===> ocaml-parmap-1.0.r9 depends on file: /usr/local/bin/ocamlfind - found ===> ocaml-parmap-1.0.r9 depends on package: gmake>=4.3 - found ===> ocaml-parmap-1.0.r9 depends on file: /usr/local/bin/ccache - found ===> Configuring for ocaml-parmap-1.0.r9 configure: loading site script /xports/Templates/config.site checking for ocamlc... ocamlc OCaml version is 4.07.1 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... yes 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.07.1. Use standard Makefile configure: creating ./config.status config.status: creating Makefile config.status: creating config.h SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ocaml-parmap-1.0.r9 gmake[1]: Entering directory '/construction/devel/ocaml-parmap/parmap-1.0-rc9' 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 bytearray.cmo bytearray.ml File "bytearray.ml", line 38, characters 0-118: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "bytearray.ml", line 64, characters 11-35: Warning 3: deprecated: Bigarray.Array1.map_file Use [array1_of_genarray (Unix.map_file ...)] instead. Note that Bigarray.Array1.map_file raises Sys_error while Unix.map_file raises Unix_error. File "bytearray.ml", line 107, characters 0-132: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "bytearray.ml", line 110, characters 0-130: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" + ocamlfind ocamlc -c -annot -package unix -package bigarray -w Ae -o parmap.cmo parmap.ml File "parmap.ml", line 112, characters 3-27: Warning 3: deprecated: Bigarray.Array1.map_file Use [array1_of_genarray (Unix.map_file ...)] instead. Note that Bigarray.Array1.map_file raises Sys_error while Unix.map_file raises Unix_error. File "parmap.ml", line 571, characters 12-24: Warning 3: deprecated: Stdlib.Array.create Use Array.make instead. File "parmap.ml", line 627, characters 4-28: Warning 3: deprecated: Bigarray.Array1.map_file Use [array1_of_genarray (Unix.map_file ...)] instead. Note that Bigarray.Array1.map_file raises Sys_error while Unix.map_file raises Unix_error. 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 bytearray.cmx bytearray.ml File "bytearray.ml", line 38, characters 0-118: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "bytearray.ml", line 64, characters 11-35: Warning 3: deprecated: Bigarray.Array1.map_file Use [array1_of_genarray (Unix.map_file ...)] instead. Note that Bigarray.Array1.map_file raises Sys_error while Unix.map_file raises Unix_error. File "bytearray.ml", line 107, characters 0-132: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" File "bytearray.ml", line 110, characters 0-130: Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" 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 112, characters 3-27: Warning 3: deprecated: Bigarray.Array1.map_file Use [array1_of_genarray (Unix.map_file ...)] instead. Note that Bigarray.Array1.map_file raises Sys_error while Unix.map_file raises Unix_error. File "parmap.ml", line 571, characters 12-24: Warning 3: deprecated: Stdlib.Array.create Use Array.make instead. File "parmap.ml", line 627, characters 4-28: Warning 3: deprecated: Bigarray.Array1.map_file Use [array1_of_genarray (Unix.map_file ...)] instead. Note that Bigarray.Array1.map_file raises Sys_error while Unix.map_file raises Unix_error. 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 '/construction/devel/ocaml-parmap/parmap-1.0-rc9' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> ocaml-parmap-1.0.r9 depends on file: /usr/local/bin/ocamlc - found ===> ocaml-parmap-1.0.r9 depends on file: /usr/local/bin/ocamlfind - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ocaml-parmap-1.0.r9 ===> ocaml-parmap-1.0.r9 depends on file: /usr/local/bin/ocamlc - found ===> ocaml-parmap-1.0.r9 depends on file: /usr/local/bin/ocamlfind - found ===> Generating temporary packing list gmake[1]: Entering directory '/construction/devel/ocaml-parmap/parmap-1.0-rc9' test -d /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml || mkdir -p /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml test -d /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/stublibs || mkdir -p /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/stublibs ocamlfind install -destdir /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml -patch-version 1.0-rc7 parmap META _build/parmap.cma _build/bytearray.cmx _build/myocamlbuild.cmx _build/parmap.cmx _build/parmap_utils.cmx _build/setcore.cmx _build/parmap.cmxa _build/parmap.cmxs _build/bytearray.mli _build/parmap.mli _build/parmap_utils.mli _build/bytearray.cmi _build/parmap.cmi _build/parmap_utils.cmi _build/setcore.cmi _build/dllparmap_stubs.so _build/libparmap_stubs.a _build/parmap.a Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/parmap/parmap.a Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/parmap/libparmap_stubs.a Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/parmap/setcore.cmi Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/parmap/parmap_utils.cmi Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/parmap/parmap.cmi Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/parmap/bytearray.cmi Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/parmap/parmap_utils.mli Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/parmap/parmap.mli Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/parmap/bytearray.mli Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/parmap/parmap.cmxs Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/parmap/parmap.cmxa Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/parmap/setcore.cmx Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/parmap/parmap_utils.cmx Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/parmap/parmap.cmx Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/parmap/myocamlbuild.cmx Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/parmap/bytearray.cmx Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/parmap/parmap.cma Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/stublibs/dllparmap_stubs.so Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/stublibs/dllparmap_stubs.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/stublibs is not mentioned in ld.conf Installed /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/parmap/META (cd _build; ocamldoc -man -man-mini parmap.ml parmap.mli) File "parmap.ml", line 112, characters 3-27: Warning 3: deprecated: Bigarray.Array1.map_file Use [array1_of_genarray (Unix.map_file ...)] instead. Note that Bigarray.Array1.map_file raises Sys_error while Unix.map_file raises Unix_error. File "parmap.ml", line 571, characters 12-24: Warning 3: deprecated: Stdlib.Array.create Use Array.make instead. File "parmap.ml", line 627, characters 4-28: Warning 3: deprecated: Bigarray.Array1.map_file Use [array1_of_genarray (Unix.map_file ...)] instead. Note that Bigarray.Array1.map_file raises Sys_error while Unix.map_file raises Unix_error. test -d /construction/devel/ocaml-parmap/stage/usr/local/man/man3 || mkdir -p /construction/devel/ocaml-parmap/stage/usr/local/man/man3 cp -p _build/Parmap.3o /construction/devel/ocaml-parmap/stage/usr/local/man/man3 gmake[1]: Leaving directory '/construction/devel/ocaml-parmap/parmap-1.0-rc9' /usr/bin/strip /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/parmap/*.cmxs /usr/bin/strip /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/stublibs/*.so ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) readelf: Error: /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/stublibs/dllparmap_stubs.so.owner: Failed to read file's magic number Warning: /construction/devel/ocaml-parmap/stage/usr/local/lib/ocaml/stublibs/dllparmap_stubs.so.owner doesn't have a SONAME. Warning: pkg(8) will not register it as being provided by the port. Warning: If another port depend on it, pkg will not be able to know where it comes from. Warning: It is in a subdirectory, it may not be used in another port. Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ocaml-parmap-1.0.r9 file sizes/checksums [21]: 0% file sizes/checksums [21]: 100% Service unavailablepacking files [21]: 0% packing files [21]: 100% packing directories [1]: 0% packing directories [1]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:22