OCamllabs icon Home|Differences with the last checks|Previous runs


Building on spring

(from freebsd)
2024-06-05 05:27.43 ---> using "77d5fe31836124b4684d554707425c4fde23f9ef3df0a804431a47419573778d" from cache

/: (user (uid 1000) (gid 1000))

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2024-06-05 05:27.44 ---> using "a2b22593046b56fadc85e22b0da7b84e903c1f5aa4d42a7c481121ceec28b31f" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q 5979d639be2999663a41c1d1b8a73ce3036dcb41"))
2024-06-05 05:27.44 ---> using "2e94e5004b03fe08a15876e59bd907e053f5652a7b55cefeb621755911d262e4" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare ~/opam-repository"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2024-06-05 05:27.45 ---> using "b4bc54507f76941ccbefe785580d5364ddec85b9b50664d9209890a6feda03ee" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.14.1' 'ocaml-base-compiler.4.14.1'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.14.1"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.4.14.1  (cached)
-> installed ocaml-base-compiler.4.14.1
-> installed ocaml-config.2
-> installed ocaml.4.14.1
Done.
# Run eval $(opam env --switch=4.14.1) to update the current shell environment
2024-06-05 05:27.45 ---> using "e855cd2b85c6094a1ea1ba91b125bd826adfb63b8e9b574f01526e51b39ae9ac" from cache

/: (run (network host)
        (shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2024-06-05 05:27.46 ---> using "6cb695ec395392559b6be09284f12b2de41beca3380655387f54a53db6e3412a" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"camlpdf.2.7\"\
               \nopam install -vy \"camlpdf.2.7\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"camlpdf.2.7\" | grep -q '\"freebsd\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
[NOTE] camlpdf.2.7 is not installed.

Nothing to do.
The following actions will be performed:
=== install 2 packages
  - install camlpdf   2.7
  - install ocamlfind 1.9.6 [required by camlpdf]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/6: [camlpdf.2.7: http]
Processing  2/6: [camlpdf.2.7: http]
-> retrieved ocamlfind.1.9.6  (cached)
[ocamlfind: patch] applying 0001-Harden-test-for-OCaml-5.patch
Processing  3/6: [camlpdf.2.7: http] [ocamlfind: patch]
Processing  3/6: [camlpdf.2.7: http] [ocamlfind: ./configure]
Processing  3/6: [ocamlfind: ./configure]
-> retrieved camlpdf.2.7  (https://github.com/johnwhitington/camlpdf/archive/refs/tags/v2.7.zip)
+ /home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6/./configure "-bindir" "/home/opam/.opam/4.14.1/bin" "-sitelib" "/home/opam/.opam/4.14.1/lib" "-mandir" "/home/opam/.opam/4.14.1/man" "-config" "/home/opam/.opam/4.14.1/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6)
- Welcome to findlib version 1.9.6
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Checking for ocamlopt -g...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- dynlink: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: not present (normal since 4.09)
- num: not present (normal since 4.06)
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found (in +ocamldoc)
- raw_spacetime: not present (normal since 4.12)
- threads: found (in +threads)
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for bigarray written to site-lib-src/bigarray/META
- Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) 
- ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/4.14.1/lib/ocaml
-     Binaries:              /home/opam/.opam/4.14.1/bin
-     Manual pages:          /home/opam/.opam/4.14.1/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.14.1/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.14.1/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.14.1/bin
-     Manual pages:          /home/opam/.opam/4.14.1/man
-     topfind script:        /home/opam/.opam/4.14.1/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       no
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
Processing  3/6: [ocamlfind: gmake all]
+ /usr/local/bin/gmake "all" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6)
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake all ) || exit; done
- gmake[1]: Entering directory '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- ocamllex fl_meta.mll
- 22 states, 392 transitions, table size 1700 bytes
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib_config.mlp | \
-          ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/4.14.1/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.14.1/lib/ocaml' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;freebsd;g' \
- 	     >findlib_config.ml
- if [ "true" = "true" ]; then                 \
- 	cp topfind.ml.in topfind.ml;                             \
- else                                                             \
- 	sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
- 		> topfind.ml ;                                   \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_package_base.ml
- File "fl_package_base.ml", line 304, characters 22-40:
- 304 | 	 let pkg_ancestors = query_requirements predlist pkg in
-       	                     ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- File "fl_package_base.ml", line 350, characters 18-36:
- 350 |   let ancestors = query_requirements predlist package_name in
-                         ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- File "fl_package_base.ml", line 375, characters 23-41:
- 375 | 	  let pkg_ancestors = query_requirements predlist pkg in
-       	                      ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- File "fl_package_base.ml", line 510, characters 16-35:
- 510 | 	     ( let c = package_definitions search_path pkg.package_name in
-       	               ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label search_path was omitted in the application of this function.
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c findlib.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib.ml
- File "findlib.ml", line 390, characters 2-26:
- 390 |   Fl_package_base.requires predlist pkg
-         ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- File "findlib.ml", line 396, characters 2-33:
- 396 |   Fl_package_base.requires_deeply predlist pkglist
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c frontend.ml
- File "frontend.ml", line 859, characters 10-39:
- 859 |           Fl_package_base.package_users predicates1 packages1
-                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- ocamlc -I +compiler-libs  -o ocamlfind -g findlib.cma unix.cma \
-            -I +unix -I +dynlink ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c topfind.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind_rd1.p | \
-          ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.14.1/lib' \
-     	    >topfind
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- /usr/local/bin/gmake all-config
- gmake[1]: Entering directory '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/4.14.1/lib' | \
- 		 tools/patch '@FINDLIB_PATH@' '/home/opam/.opam/4.14.1/lib' -p >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- 	echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- 	echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- 	echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- 	echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
Processing  3/6: [ocamlfind: gmake opt]
+ /usr/local/bin/gmake "opt" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6)
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake opt ) || exit; done
- gmake[1]: Entering directory '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_package_base.ml
- File "fl_package_base.ml", line 304, characters 22-40:
- 304 | 	 let pkg_ancestors = query_requirements predlist pkg in
-       	                     ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- File "fl_package_base.ml", line 350, characters 18-36:
- 350 |   let ancestors = query_requirements predlist package_name in
-                         ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- File "fl_package_base.ml", line 375, characters 23-41:
- 375 | 	  let pkg_ancestors = query_requirements predlist pkg in
-       	                      ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- File "fl_package_base.ml", line 510, characters 16-35:
- 510 | 	     ( let c = package_definitions search_path pkg.package_name in
-       	               ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label search_path was omitted in the application of this function.
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib.ml
- File "findlib.ml", line 390, characters 2-26:
- 390 |   Fl_package_base.requires predlist pkg
-         ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- File "findlib.ml", line 396, characters 2-33:
- 396 |   Fl_package_base.requires_deeply predlist pkglist
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c frontend.ml
- File "frontend.ml", line 859, characters 10-39:
- 859 |           Fl_package_base.package_users predicates1 packages1
-                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- 	   -I +unix -I +dynlink ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
-> compiled  ocamlfind.1.9.6
Processing  4/6: [ocamlfind: gmake install]
+ /usr/local/bin/gmake "install" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6)
- if [ "1" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/4.14.1/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.14.1/lib/$x/META"; then \
-           rm -f site-lib-src/$x/META; \
-         fi; \
-       fi; \
-     done; \
-     test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \
-   fi
- echo 'SITELIB_META =' > Makefile.packages.in
- for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done
- tr '\n' ' ' < Makefile.packages.in > Makefile.packages
- rm Makefile.packages.in
- install -d "/home/opam/.opam/4.14.1/bin"
- install -d "/home/opam/.opam/4.14.1/man"
- /usr/local/bin/gmake install-config
- gmake[1]: Entering directory '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
- install -d "`dirname \"/home/opam/.opam/4.14.1/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/4.14.1/lib/findlib.conf" || install -c findlib.conf "/home/opam/.opam/4.14.1/lib/findlib.conf"
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake install ); done
- gmake[1]: Entering directory '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- install -d "/home/opam/.opam/4.14.1/lib/findlib"
- install -d "/home/opam/.opam/4.14.1/bin"
- test 1 -eq 0 || install -d "/home/opam/.opam/4.14.1/lib/ocaml"
- test 1 -eq 0 || install -c topfind "/home/opam/.opam/4.14.1/lib/ocaml/"
- files=` ../../tools/collect_files ../../Makefile.config \
- findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \
- findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \
- fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \
- fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \
- fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \
- findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \
- META` && \
- install -c $files "/home/opam/.opam/4.14.1/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/home/opam/.opam/4.14.1/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/4.14.1/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/4.14.1/lib/ocaml/compiler-libs/"; \
-     install -c topdirs.cmi toploop.cmi "/home/opam/.opam/4.14.1/lib/findlib/"; \
- fi
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- /usr/local/bin/gmake install-meta
- gmake[1]: Entering directory '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
- for x in bigarray bytes compiler-libs dynlink ocamldoc stdlib str threads unix ; do install -d "/home/opam/.opam/4.14.1/lib/$x"; install -c site-lib-src/$x/META "/home/opam/.opam/4.14.1/lib/$x/META.tmp" && mv "/home/opam/.opam/4.14.1/lib/$x/META.tmp" "/home/opam/.opam/4.14.1/lib/$x/META"; done
- install -d "/home/opam/.opam/4.14.1/lib/findlib"; install -c Makefile.packages "/home/opam/.opam/4.14.1/lib/findlib/Makefile.packages"
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; /usr/local/bin/gmake install-num-top; }
- test ! -f 'site-lib-src/camlp4/META' ||	install -c tools/safe_camlp4 "/home/opam/.opam/4.14.1/bin"
- /usr/local/bin/gmake install-doc
- gmake[1]: Entering directory '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
- install -d "/home/opam/.opam/4.14.1/man/man1" "/home/opam/.opam/4.14.1/man/man3" "/home/opam/.opam/4.14.1/man/man5"
- install -c doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.14.1/man/man1"
- install -c doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.14.1/man/man5"
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
-> installed ocamlfind.1.9.6
Processing  5/6: [camlpdf: gmake]
+ /usr/local/bin/gmake  (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/camlpdf.2.7)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.1/.opam-switch/build/camlpdf.2.7'
- ocamldep pdfe.ml > ._d/pdfe.d
- ocamldep pdfutil.ml > ._d/pdfutil.d
- ocamldep pdfio.ml > ._d/pdfio.d
- ocamldep pdftransform.ml > ._d/pdftransform.d
- ocamldep pdfunits.ml > ._d/pdfunits.d
- ocamldep pdfpaper.ml > ._d/pdfpaper.d
- ocamldep pdfcryptprimitives.ml > ._d/pdfcryptprimitives.d
- ocamldep pdf.ml > ._d/pdf.d
- ocamldep pdfcrypt.ml > ._d/pdfcrypt.d
- ocamldep pdfflate.ml > ._d/pdfflate.d
- ocamldep pdfcodec.ml > ._d/pdfcodec.d
- ocamldep pdfwrite.ml > ._d/pdfwrite.d
- ocamldep pdfgenlex.ml > ._d/pdfgenlex.d
- ocamldep pdfread.ml > ._d/pdfread.d
- ocamldep pdfjpeg.ml > ._d/pdfjpeg.d
- ocamldep pdfops.ml > ._d/pdfops.d
- ocamldep pdfdest.ml > ._d/pdfdest.d
- ocamldep pdfmarks.ml > ._d/pdfmarks.d
- ocamldep pdfpagelabels.ml > ._d/pdfpagelabels.d
- ocamldep pdfpage.ml > ._d/pdfpage.d
- ocamldep pdfannot.ml > ._d/pdfannot.d
- ocamldep pdffun.ml > ._d/pdffun.d
- ocamldep pdfspace.ml > ._d/pdfspace.d
- ocamldep pdfimage.ml > ._d/pdfimage.d
- ocamldep pdfafm.ml > ._d/pdfafm.d
- ocamldep pdfafmdata.ml > ._d/pdfafmdata.d
- ocamldep pdfglyphlist.ml > ._d/pdfglyphlist.d
- ocamldep pdftext.ml > ._d/pdftext.d
- ocamldep pdfstandard14.ml > ._d/pdfstandard14.d
- ocamldep pdfdate.ml > ._d/pdfdate.d
- ocamldep pdfocg.ml > ._d/pdfocg.d
- ocamldep pdfmerge.ml > ._d/pdfmerge.d
- ocamldep pdfe.mli > ._bcdi/pdfe.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfe.di'.
- ocamldep pdfutil.mli > ._bcdi/pdfutil.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfutil.di'.
- ocamldep pdfio.mli > ._bcdi/pdfio.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfio.di'.
- ocamldep pdftransform.mli > ._bcdi/pdftransform.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdftransform.di'.
- ocamldep pdfunits.mli > ._bcdi/pdfunits.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfunits.di'.
- ocamldep pdfpaper.mli > ._bcdi/pdfpaper.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfpaper.di'.
- ocamldep pdfcryptprimitives.mli > ._bcdi/pdfcryptprimitives.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfcryptprimitives.di'.
- ocamldep pdf.mli > ._bcdi/pdf.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdf.di'.
- ocamldep pdfcrypt.mli > ._bcdi/pdfcrypt.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfcrypt.di'.
- ocamldep pdfflate.mli > ._bcdi/pdfflate.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfflate.di'.
- ocamldep pdfcodec.mli > ._bcdi/pdfcodec.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfcodec.di'.
- ocamldep pdfwrite.mli > ._bcdi/pdfwrite.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfwrite.di'.
- ocamldep pdfgenlex.mli > ._bcdi/pdfgenlex.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfgenlex.di'.
- ocamldep pdfread.mli > ._bcdi/pdfread.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfread.di'.
- ocamldep pdfjpeg.mli > ._bcdi/pdfjpeg.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfjpeg.di'.
- ocamldep pdfops.mli > ._bcdi/pdfops.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfops.di'.
- ocamldep pdfdest.mli > ._bcdi/pdfdest.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfdest.di'.
- ocamldep pdfmarks.mli > ._bcdi/pdfmarks.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfmarks.di'.
- ocamldep pdfpagelabels.mli > ._bcdi/pdfpagelabels.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfpagelabels.di'.
- ocamldep pdfpage.mli > ._bcdi/pdfpage.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfpage.di'.
- ocamldep pdfannot.mli > ._bcdi/pdfannot.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfannot.di'.
- ocamldep pdffun.mli > ._bcdi/pdffun.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdffun.di'.
- ocamldep pdfspace.mli > ._bcdi/pdfspace.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfspace.di'.
- ocamldep pdfimage.mli > ._bcdi/pdfimage.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfimage.di'.
- ocamldep pdfafm.mli > ._bcdi/pdfafm.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfafm.di'.
- ocamldep pdfafmdata.mli > ._bcdi/pdfafmdata.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfafmdata.di'.
- ocamldep pdfglyphlist.mli > ._bcdi/pdfglyphlist.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfglyphlist.di'.
- ocamldep pdftext.mli > ._bcdi/pdftext.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdftext.di'.
- ocamldep pdfstandard14.mli > ._bcdi/pdfstandard14.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfstandard14.di'.
- ocamldep pdfdate.mli > ._bcdi/pdfdate.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfdate.di'.
- ocamldep pdfocg.mli > ._bcdi/pdfocg.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfocg.di'.
- ocamldep pdfmerge.mli > ._bcdi/pdfmerge.di
- OCamlMakefile:1163: warning: pattern recipe did not update peer target '._ncdi/pdfmerge.di'.
- ocamlc   \
- 			-c -cc "cc"     -ccopt "-fPIC -o2 \
- 			-DPIC   \
- 			    -o flatestubs.o " flatestubs.c
- ocamlc   \
- 			-c -cc "cc"     -ccopt "-fPIC -o2 \
- 			-DPIC   \
- 			    -o rijndael-alg-fst.o " rijndael-alg-fst.c
- ocamlc   \
- 			-c -cc "cc"     -ccopt "-fPIC -o2 \
- 			-DPIC   \
- 			    -o stubs-aes.o " stubs-aes.c
- ocamlc   \
- 			-c -cc "cc"     -ccopt "-fPIC -o2 \
- 			-DPIC   \
- 			    -o sha2.o " sha2.c
- ocamlc   \
- 			-c -cc "cc"     -ccopt "-fPIC -o2 \
- 			-DPIC   \
- 			    -o stubs-sha2.o " stubs-sha2.c
- ar rcs libcamlpdf_stubs.a  flatestubs.o rijndael-alg-fst.o stubs-aes.o sha2.o stubs-sha2.o
- ocamlc -c -bin-annot pdfe.mli
- ocamlc -c -bin-annot -g -safe-string pdfe.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfe.o'.
- ocamlc -c -bin-annot pdfutil.mli
- ocamlc -c -bin-annot -g -safe-string pdfutil.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfutil.o'.
- ocamlc -c -bin-annot pdfio.mli
- ocamlc -c -bin-annot -g -safe-string pdfio.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfio.o'.
- ocamlc -c -bin-annot pdftransform.mli
- ocamlc -c -bin-annot -g -safe-string pdftransform.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdftransform.o'.
- ocamlc -c -bin-annot pdfunits.mli
- ocamlc -c -bin-annot -g -safe-string pdfunits.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfunits.o'.
- ocamlc -c -bin-annot pdfpaper.mli
- ocamlc -c -bin-annot -g -safe-string pdfpaper.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfpaper.o'.
- ocamlc -c -bin-annot pdfcryptprimitives.mli
- ocamlc -c -bin-annot -g -safe-string pdfcryptprimitives.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfcryptprimitives.o'.
- ocamlc -c -bin-annot pdf.mli
- ocamlc -c -bin-annot -g -safe-string pdf.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdf.o'.
- ocamlc -c -bin-annot pdfcrypt.mli
- ocamlc -c -bin-annot -g -safe-string pdfcrypt.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfcrypt.o'.
- ocamlc -c -bin-annot pdfflate.mli
- ocamlc -c -bin-annot -g -safe-string pdfflate.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfflate.o'.
- ocamlc -c -bin-annot pdfcodec.mli
- ocamlc -c -bin-annot -g -safe-string pdfcodec.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfcodec.o'.
- ocamlc -c -bin-annot pdfwrite.mli
- ocamlc -c -bin-annot -g -safe-string pdfwrite.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfwrite.o'.
- ocamlc -c -bin-annot pdfgenlex.mli
- ocamlc -c -bin-annot -g -safe-string pdfgenlex.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfgenlex.o'.
- ocamlc -c -bin-annot pdfread.mli
- ocamlc -c -bin-annot -g -safe-string pdfread.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfread.o'.
- ocamlc -c -bin-annot pdfjpeg.mli
- ocamlc -c -bin-annot -g -safe-string pdfjpeg.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfjpeg.o'.
- ocamlc -c -bin-annot pdfops.mli
- ocamlc -c -bin-annot -g -safe-string pdfops.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfops.o'.
- ocamlc -c -bin-annot pdfdest.mli
- ocamlc -c -bin-annot -g -safe-string pdfdest.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfdest.o'.
- ocamlc -c -bin-annot pdfmarks.mli
- ocamlc -c -bin-annot -g -safe-string pdfmarks.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfmarks.o'.
- ocamlc -c -bin-annot pdfpagelabels.mli
- ocamlc -c -bin-annot -g -safe-string pdfpagelabels.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfpagelabels.o'.
- ocamlc -c -bin-annot pdfpage.mli
- ocamlc -c -bin-annot -g -safe-string pdfpage.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfpage.o'.
- ocamlc -c -bin-annot pdfannot.mli
- ocamlc -c -bin-annot -g -safe-string pdfannot.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfannot.o'.
- ocamlc -c -bin-annot pdffun.mli
- ocamlc -c -bin-annot -g -safe-string pdffun.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdffun.o'.
- ocamlc -c -bin-annot pdfspace.mli
- ocamlc -c -bin-annot -g -safe-string pdfspace.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfspace.o'.
- ocamlc -c -bin-annot pdfimage.mli
- ocamlc -c -bin-annot -g -safe-string pdfimage.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfimage.o'.
- ocamlc -c -bin-annot pdfafm.mli
- ocamlc -c -bin-annot -g -safe-string pdfafm.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfafm.o'.
- ocamlc -c -bin-annot pdfafmdata.mli
- ocamlc -c -bin-annot -g -safe-string pdfafmdata.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfafmdata.o'.
- ocamlc -c -bin-annot pdfglyphlist.mli
- ocamlc -c -bin-annot -g -safe-string pdfglyphlist.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfglyphlist.o'.
- ocamlc -c -bin-annot pdftext.mli
- ocamlc -c -bin-annot -g -safe-string pdftext.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdftext.o'.
- ocamlc -c -bin-annot pdfstandard14.mli
- ocamlc -c -bin-annot -g -safe-string pdfstandard14.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfstandard14.o'.
- ocamlc -c -bin-annot pdfdate.mli
- ocamlc -c -bin-annot -g -safe-string pdfdate.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfdate.o'.
- ocamlc -c -bin-annot pdfocg.mli
- ocamlc -c -bin-annot -g -safe-string pdfocg.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfocg.o'.
- ocamlc -c -bin-annot pdfmerge.mli
- ocamlc -c -bin-annot -g -safe-string pdfmerge.ml
- OCamlMakefile:1076: warning: pattern recipe did not update peer target 'pdfmerge.o'.
- ocamlmklib         \
- 			-o camlpdf_stubs  flatestubs.o rijndael-alg-fst.o stubs-aes.o sha2.o stubs-sha2.o   \
- 			
- ocamlc -a -cclib -lcamlpdf_stubs    -dllib dllcamlpdf_stubs.so -custom     -g        -o camlpdf.cma pdfe.cmo pdfutil.cmo pdfio.cmo pdftransform.cmo pdfunits.cmo pdfpaper.cmo pdfcryptprimitives.cmo pdf.cmo pdfcrypt.cmo pdfflate.cmo pdfcodec.cmo pdfwrite.cmo pdfgenlex.cmo pdfread.cmo pdfjpeg.cmo pdfops.cmo pdfdest.cmo pdfmarks.cmo pdfpagelabels.cmo pdfpage.cmo pdfannot.cmo pdffun.cmo pdfspace.cmo pdfimage.cmo pdfafm.cmo pdfafmdata.cmo pdfglyphlist.cmo pdftext.cmo pdfstandard14.cmo pdfdate.cmo pdfocg.cmo pdfmerge.cmo
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.1/.opam-switch/build/camlpdf.2.7'
- mkdir -p doc/camlpdf/html
- rm -rf doc/camlpdf/html/*
- ocamldoc -html -d doc/camlpdf/html pdfe.mli pdfutil.mli pdfio.mli pdftransform.mli pdfunits.mli pdfpaper.mli pdfcryptprimitives.mli pdf.mli pdfcrypt.mli pdfflate.mli pdfcodec.mli pdfwrite.mli pdfgenlex.mli pdfread.mli pdfjpeg.mli pdfops.mli pdfdest.mli pdfmarks.mli pdfpagelabels.mli pdfpage.mli pdfannot.mli pdffun.mli pdfspace.mli pdfimage.mli pdfafm.mli pdfafmdata.mli pdfglyphlist.mli pdftext.mli pdfstandard14.mli pdfdate.mli pdfocg.mli pdfmerge.mli
- gmake[1]: Entering directory '/home/opam/.opam/4.14.1/.opam-switch/build/camlpdf.2.7'
- ocamldep -native pdfe.mli > ._ncdi/pdfe.di
- ocamldep -native pdfutil.mli > ._ncdi/pdfutil.di
- ocamldep -native pdfio.mli > ._ncdi/pdfio.di
- ocamldep -native pdftransform.mli > ._ncdi/pdftransform.di
- ocamldep -native pdfunits.mli > ._ncdi/pdfunits.di
- ocamldep -native pdfpaper.mli > ._ncdi/pdfpaper.di
- ocamldep -native pdfcryptprimitives.mli > ._ncdi/pdfcryptprimitives.di
- ocamldep -native pdf.mli > ._ncdi/pdf.di
- ocamldep -native pdfcrypt.mli > ._ncdi/pdfcrypt.di
- ocamldep -native pdfflate.mli > ._ncdi/pdfflate.di
- ocamldep -native pdfcodec.mli > ._ncdi/pdfcodec.di
- ocamldep -native pdfwrite.mli > ._ncdi/pdfwrite.di
- ocamldep -native pdfgenlex.mli > ._ncdi/pdfgenlex.di
- ocamldep -native pdfread.mli > ._ncdi/pdfread.di
- ocamldep -native pdfjpeg.mli > ._ncdi/pdfjpeg.di
- ocamldep -native pdfops.mli > ._ncdi/pdfops.di
- ocamldep -native pdfdest.mli > ._ncdi/pdfdest.di
- ocamldep -native pdfmarks.mli > ._ncdi/pdfmarks.di
- ocamldep -native pdfpagelabels.mli > ._ncdi/pdfpagelabels.di
- ocamldep -native pdfpage.mli > ._ncdi/pdfpage.di
- ocamldep -native pdfannot.mli > ._ncdi/pdfannot.di
- ocamldep -native pdffun.mli > ._ncdi/pdffun.di
- ocamldep -native pdfspace.mli > ._ncdi/pdfspace.di
- ocamldep -native pdfimage.mli > ._ncdi/pdfimage.di
- ocamldep -native pdfafm.mli > ._ncdi/pdfafm.di
- ocamldep -native pdfafmdata.mli > ._ncdi/pdfafmdata.di
- ocamldep -native pdfglyphlist.mli > ._ncdi/pdfglyphlist.di
- ocamldep -native pdftext.mli > ._ncdi/pdftext.di
- ocamldep -native pdfstandard14.mli > ._ncdi/pdfstandard14.di
- ocamldep -native pdfdate.mli > ._ncdi/pdfdate.di
- ocamldep -native pdfocg.mli > ._ncdi/pdfocg.di
- ocamldep -native pdfmerge.mli > ._ncdi/pdfmerge.di
- gmake[1]: 'libcamlpdf_stubs.a' is up to date.
- ocamlopt -c -bin-annot -g -safe-string pdfe.ml
- ocamlopt -c -bin-annot -g -safe-string pdfutil.ml
- ocamlopt -c -bin-annot -g -safe-string pdfio.ml
- ocamlopt -c -bin-annot -g -safe-string pdftransform.ml
- ocamlopt -c -bin-annot -g -safe-string pdfunits.ml
- ocamlopt -c -bin-annot -g -safe-string pdfpaper.ml
- ocamlopt -c -bin-annot -g -safe-string pdfcryptprimitives.ml
- ocamlopt -c -bin-annot -g -safe-string pdf.ml
- ocamlopt -c -bin-annot -g -safe-string pdfcrypt.ml
- ocamlopt -c -bin-annot -g -safe-string pdfflate.ml
- ocamlopt -c -bin-annot -g -safe-string pdfcodec.ml
- ocamlopt -c -bin-annot -g -safe-string pdfwrite.ml
- ocamlopt -c -bin-annot -g -safe-string pdfgenlex.ml
- ocamlopt -c -bin-annot -g -safe-string pdfread.ml
- ocamlopt -c -bin-annot -g -safe-string pdfjpeg.ml
- ocamlopt -c -bin-annot -g -safe-string pdfops.ml
- ocamlopt -c -bin-annot -g -safe-string pdfdest.ml
- ocamlopt -c -bin-annot -g -safe-string pdfmarks.ml
- ocamlopt -c -bin-annot -g -safe-string pdfpagelabels.ml
- ocamlopt -c -bin-annot -g -safe-string pdfpage.ml
- ocamlopt -c -bin-annot -g -safe-string pdfannot.ml
- ocamlopt -c -bin-annot -g -safe-string pdffun.ml
- ocamlopt -c -bin-annot -g -safe-string pdfspace.ml
- ocamlopt -c -bin-annot -g -safe-string pdfimage.ml
- ocamlopt -c -bin-annot -g -safe-string pdfafm.ml
- ocamlopt -c -bin-annot -g -safe-string pdfafmdata.ml
- ocamlopt -c -bin-annot -g -safe-string pdfglyphlist.ml
- ocamlopt -c -bin-annot -g -safe-string pdftext.ml
- ocamlopt -c -bin-annot -g -safe-string pdfstandard14.ml
- ocamlopt -c -bin-annot -g -safe-string pdfdate.ml
- ocamlopt -c -bin-annot -g -safe-string pdfocg.ml
- ocamlopt -c -bin-annot -g -safe-string pdfmerge.ml
- ocamlopt -a -cclib -lcamlpdf_stubs         -g       -o camlpdf.cmxa pdfe.cmx pdfutil.cmx pdfio.cmx pdftransform.cmx pdfunits.cmx pdfpaper.cmx pdfcryptprimitives.cmx pdf.cmx pdfcrypt.cmx pdfflate.cmx pdfcodec.cmx pdfwrite.cmx pdfgenlex.cmx pdfread.cmx pdfjpeg.cmx pdfops.cmx pdfdest.cmx pdfmarks.cmx pdfpagelabels.cmx pdfpage.cmx pdfannot.cmx pdffun.cmx pdfspace.cmx pdfimage.cmx pdfafm.cmx pdfafmdata.cmx pdfglyphlist.cmx pdftext.cmx pdfstandard14.cmx pdfdate.cmx pdfocg.cmx pdfmerge.cmx
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.1/.opam-switch/build/camlpdf.2.7'
-> compiled  camlpdf.2.7
Processing  6/6: [camlpdf: gmake install]
+ /usr/local/bin/gmake "install" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/camlpdf.2.7)
- gmake[1]: Entering directory '/home/opam/.opam/4.14.1/.opam-switch/build/camlpdf.2.7'
- gmake[1]: 'libcamlpdf_stubs.a' is up to date.
- gmake[1]: 'camlpdf.cma' is up to date.
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.1/.opam-switch/build/camlpdf.2.7'
- rm -rf doc/camlpdf/html/*
- ocamldoc -html -d doc/camlpdf/html pdfe.mli pdfutil.mli pdfio.mli pdftransform.mli pdfunits.mli pdfpaper.mli pdfcryptprimitives.mli pdf.mli pdfcrypt.mli pdfflate.mli pdfcodec.mli pdfwrite.mli pdfgenlex.mli pdfread.mli pdfjpeg.mli pdfops.mli pdfdest.mli pdfmarks.mli pdfpagelabels.mli pdfpage.mli pdfannot.mli pdffun.mli pdfspace.mli pdfimage.mli pdfafm.mli pdfafmdata.mli pdfglyphlist.mli pdftext.mli pdfstandard14.mli pdfdate.mli pdfocg.mli pdfmerge.mli
- gmake[1]: Entering directory '/home/opam/.opam/4.14.1/.opam-switch/build/camlpdf.2.7'
- gmake[1]: 'libcamlpdf_stubs.a' is up to date.
- gmake[1]: 'camlpdf.cmxa' is up to date.
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.1/.opam-switch/build/camlpdf.2.7'
- 
- Installing library with ocamlfind
- ocamlfind install  camlpdf META camlpdf.cma libcamlpdf_stubs.a dllcamlpdf_stubs.* pdfe.mli pdfutil.mli pdfio.mli pdftransform.mli pdfunits.mli pdfpaper.mli pdfcryptprimitives.mli pdf.mli pdfcrypt.mli pdfflate.mli pdfcodec.mli pdfwrite.mli pdfgenlex.mli pdfread.mli pdfjpeg.mli pdfops.mli pdfdest.mli pdfmarks.mli pdfpagelabels.mli pdfpage.mli pdfannot.mli pdffun.mli pdfspace.mli pdfimage.mli pdfafm.mli pdfafmdata.mli pdfglyphlist.mli pdftext.mli pdfstandard14.mli pdfdate.mli pdfocg.mli pdfmerge.mli pdfe.cmt pdfutil.cmt pdfio.cmt pdftransform.cmt pdfunits.cmt pdfpaper.cmt pdfcryptprimitives.cmt pdf.cmt pdfcrypt.cmt pdfflate.cmt pdfcodec.cmt pdfwrite.cmt pdfgenlex.cmt pdfread.cmt pdfjpeg.cmt pdfops.cmt pdfdest.cmt pdfmarks.cmt pdfpagelabels.cmt pdfpage.cmt pdfannot.cmt pdffun.cmt pdfspace.cmt pdfimage.cmt pdfafm.cmt pdfafmdata.cmt pdfglyphlist.cmt pdftext.cmt pdfstandard14.cmt pdfdate.cmt pdfocg.cmt pdfmerge.cmt pdfe.cmi pdfutil.cmi pdfio.cmi pdftransform.cmi pdfunits.cmi pdfpaper.cmi pdfcryptprimitives.cmi pdf.cmi pdfcrypt.cmi pdfflate.cmi pdfcodec.cmi pdfwrite.cmi pdfgenlex.cmi pdfread.cmi pdfjpeg.cmi pdfops.cmi pdfdest.cmi pdfmarks.cmi pdfpagelabels.cmi pdfpage.cmi pdfannot.cmi pdffun.cmi pdfspace.cmi pdfimage.cmi pdfafm.cmi pdfafmdata.cmi pdfglyphlist.cmi pdftext.cmi pdfstandard14.cmi pdfdate.cmi pdfocg.cmi pdfmerge.cmi pdfe.cmti pdfutil.cmti pdfio.cmti pdftransform.cmti pdfunits.cmti pdfpaper.cmti pdfcryptprimitives.cmti pdf.cmti pdfcrypt.cmti pdfflate.cmti pdfcodec.cmti pdfwrite.cmti pdfgenlex.cmti pdfread.cmti pdfjpeg.cmti pdfops.cmti pdfdest.cmti pdfmarks.cmti pdfpagelabels.cmti pdfpage.cmti pdfannot.cmti pdffun.cmti pdfspace.cmti pdfimage.cmti pdfafm.cmti pdfafmdata.cmti pdfglyphlist.cmti pdftext.cmti pdfstandard14.cmti pdfdate.cmti pdfocg.cmti pdfmerge.cmti camlpdf.a camlpdf.cmxa pdfe.cmx pdfutil.cmx pdfio.cmx pdftransform.cmx pdfunits.cmx pdfpaper.cmx pdfcryptprimitives.cmx pdf.cmx pdfcrypt.cmx pdfflate.cmx pdfcodec.cmx pdfwrite.cmx pdfgenlex.cmx pdfread.cmx pdfjpeg.cmx pdfops.cmx pdfdest.cmx pdfmarks.cmx pdfpagelabels.cmx pdfpage.cmx pdfannot.cmx pdffun.cmx pdfspace.cmx pdfimage.cmx pdfafm.cmx pdfafmdata.cmx pdfglyphlist.cmx pdftext.cmx pdfstandard14.cmx pdfdate.cmx pdfocg.cmx pdfmerge.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfmerge.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfocg.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfdate.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfstandard14.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdftext.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfglyphlist.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfafmdata.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfafm.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfimage.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfspace.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdffun.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfannot.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfpage.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfpagelabels.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfmarks.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfdest.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfops.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfjpeg.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfread.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfgenlex.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfwrite.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfcodec.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfflate.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfcrypt.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdf.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfcryptprimitives.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfpaper.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfunits.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdftransform.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfio.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfutil.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfe.cmx
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/camlpdf.cmxa
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/camlpdf.a
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfmerge.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfocg.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfdate.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfstandard14.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdftext.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfglyphlist.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfafmdata.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfafm.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfimage.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfspace.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdffun.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfannot.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfpage.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfpagelabels.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfmarks.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfdest.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfops.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfjpeg.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfread.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfgenlex.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfwrite.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfcodec.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfflate.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfcrypt.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdf.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfcryptprimitives.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfpaper.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfunits.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdftransform.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfio.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfutil.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfe.cmti
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfmerge.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfocg.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfdate.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfstandard14.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdftext.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfglyphlist.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfafmdata.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfafm.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfimage.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfspace.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdffun.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfannot.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfpage.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfpagelabels.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfmarks.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfdest.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfops.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfjpeg.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfread.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfgenlex.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfwrite.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfcodec.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfflate.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfcrypt.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdf.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfcryptprimitives.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfpaper.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfunits.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdftransform.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfio.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfutil.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfe.cmi
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfmerge.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfocg.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfdate.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfstandard14.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdftext.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfglyphlist.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfafmdata.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfafm.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfimage.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfspace.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdffun.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfannot.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfpage.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfpagelabels.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfmarks.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfdest.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfops.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfjpeg.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfread.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfgenlex.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfwrite.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfcodec.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfflate.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfcrypt.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdf.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfcryptprimitives.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfpaper.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfunits.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdftransform.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfio.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfutil.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfe.cmt
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfmerge.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfocg.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfdate.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfstandard14.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdftext.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfglyphlist.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfafmdata.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfafm.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfimage.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfspace.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdffun.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfannot.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfpage.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfpagelabels.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfmarks.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfdest.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfops.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfjpeg.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfread.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfgenlex.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfwrite.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfcodec.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfflate.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfcrypt.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdf.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfcryptprimitives.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfpaper.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfunits.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdftransform.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfio.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfutil.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/pdfe.mli
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/libcamlpdf_stubs.a
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/camlpdf.cma
- Installed /home/opam/.opam/4.14.1/lib/stublibs/dllcamlpdf_stubs.so
- Installed /home/opam/.opam/4.14.1/lib/stublibs/dllcamlpdf_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.14.1/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.14.1/lib/camlpdf/META
- 
- Installation successful.
-> installed camlpdf.2.7
Done.
2024-06-05 05:29.07 ---> saved as "53d82d47a6ed6fdc4aa1269a400add207aa54833bd7238e217958d60152f986f"
Job succeeded