D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/ocaml-lacaml-9.3.2-8.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.qa5vnz + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build + test -d /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.wv41zD + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build + rm -rf lacaml-9.3.2 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/lacaml-9.3.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd lacaml-9.3.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.oOn8QD + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd lacaml-9.3.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ./configure --prefix /usr --libdir /usr/lib64 --libexecdir /usr/libexec --exec-prefix /usr --bindir /usr/bin --mandir /usr/share/man --datadir /usr/share --localstatedir /var --destdir /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT File "./setup.ml", line 581, characters 4-15: 581 | Stream.from next ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 609, characters 19-36: 609 | let strm = Stream.of_channel chn in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 616, characters 37-48: 616 | Buffer.add_char buf (Stream.next strm); ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 619, characters 17-31: 619 | with Stream.Failure -> ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1437, characters 16-33: 1437 | let lxr = Genlex.make_lexer [] in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1439, characters 22-38: 1439 | let st = lxr (Stream.of_string s) in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1440, characters 14-26: 1440 | match Stream.npeek 3 st with ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1441, characters 11-23: 1441 | | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1441, characters 28-40: 1441 | | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1442, characters 11-23: 1442 | | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1442, characters 28-41: 1442 | | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str) ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1443, characters 11-24: 1443 | | [Genlex.String str] -> String str ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1444, characters 11-23: 1444 | | [Genlex.Ident nm] -> Ident nm ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1781, characters 22-40: 1781 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 3182, characters 8-19: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3185, characters 21-32: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3188, characters 18-32: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3190, characters 6-23: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3193, characters 12-24: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3194, characters 9-21: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3194, characters 26-36: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3194, characters 42-55: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3195, characters 8-19: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3195, characters 25-36: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3195, characters 42-53: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3207, characters 17-34: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3332, characters 16-33: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3351, characters 22-38: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3353, characters 17-29: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3354, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3354, characters 37-49: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3356, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3356, characters 37-50: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3358, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3358, characters 46-58: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3360, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3360, characters 46-59: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3362, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3375, characters 13-25: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3473, characters 16-34: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 4524, characters 21-38: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4526, characters 19-31: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 4527, characters 16-29: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4527, characters 33-46: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4529, characters 15-26: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 4529, characters 32-43: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 11318, characters 2-44: Warning 5 [ignored-partial-application]: this function application is partial, maybe some arguments are missing. File "setup.ml", line 11322, characters 2-44: Warning 5 [ignored-partial-application]: this function application is partial, maybe some arguments are missing. Configuration: ocamlfind: ........................................... /usr/bin/ocamlfind ocamlc: .............................................. /usr/bin/ocamlc.opt ocamlopt: ............................................ /usr/bin/ocamlopt.opt ocamlbuild: .......................................... /usr/bin/ocamlbuild Package name: ........................................ lacaml Package version: ..................................... 9.3.2 os_type: ............................................. Unix system: .............................................. linux architecture: ........................................ amd64 ccomp_type: .......................................... cc ocaml_version: ....................................... 4.14.0 standard_library_default: ............................ /usr/lib64/ocaml standard_library: .................................... /usr/lib64/ocaml bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pthread -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 model: ............................................... default ext_obj: ............................................. .o ext_asm: ............................................. .s ext_lib: ............................................. .a ext_dll: ............................................. .so default_executable_name: ............................. a.out systhread_supported: ................................. true Install architecture-independent files dir: .......... /usr Install architecture-dependent files in dir: ......... /usr User executables: .................................... /usr/bin System admin executables: ............................ $exec_prefix/sbin Program executables: ................................. /usr/libexec Read-only single-machine data: ....................... $prefix/etc Modifiable architecture-independent data: ............ $prefix/com Modifiable single-machine data: ...................... /var Object code libraries: ............................... /usr/lib64 Read-only arch-independent data root: ................ $prefix/share Read-only architecture-independent data: ............. /usr/share Info documentation: .................................. $datarootdir/info Locale-dependent data: ............................... $datarootdir/locale Man documentation: ................................... /usr/share/man Documentation root: .................................. $datarootdir/doc/$pkg_name HTML documentation: .................................. $docdir DVI documentation: ................................... $docdir PDF documentation: ................................... $docdir PS documentation: .................................... $docdir Prepend a path when installing package: .............. /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT findlib_version: ..................................... 1.9.1 is_native: ........................................... true suffix_program: ...................................... Remove a file.: ...................................... rm -f Remove a directory.: ................................. rm -rf Turn ocaml debug flag on: ............................ true Turn ocaml profile flag on: .......................... false Compiler support generation of .cmxs.: ............... true OCamlbuild additional flags: ......................... conf_ccopt: .......................................... conf_cclib: .......................................... Strict compile-time checks: .......................... true Build examples: ...................................... true Create documentations: ............................... true Compile tests executable and library and run them: ... false ocamldoc: ............................................ /usr/bin/ocamldoc pkg_bigarray: ........................................ /usr/lib64/ocaml pkg_bytes: ........................................... /usr/lib64/ocaml/bytes + make ocaml setup.ml -build File "./setup.ml", line 581, characters 4-15: 581 | Stream.from next ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 609, characters 19-36: 609 | let strm = Stream.of_channel chn in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 616, characters 37-48: 616 | Buffer.add_char buf (Stream.next strm); ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 619, characters 17-31: 619 | with Stream.Failure -> ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1437, characters 16-33: 1437 | let lxr = Genlex.make_lexer [] in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1439, characters 22-38: 1439 | let st = lxr (Stream.of_string s) in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1440, characters 14-26: 1440 | match Stream.npeek 3 st with ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1441, characters 11-23: 1441 | | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1441, characters 28-40: 1441 | | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1442, characters 11-23: 1442 | | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1442, characters 28-41: 1442 | | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str) ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1443, characters 11-24: 1443 | | [Genlex.String str] -> String str ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1444, characters 11-23: 1444 | | [Genlex.Ident nm] -> Ident nm ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1781, characters 22-40: 1781 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 3182, characters 8-19: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3185, characters 21-32: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3188, characters 18-32: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3190, characters 6-23: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3193, characters 12-24: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3194, characters 9-21: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3194, characters 26-36: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3194, characters 42-55: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3195, characters 8-19: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3195, characters 25-36: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3195, characters 42-53: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3207, characters 17-34: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3332, characters 16-33: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3351, characters 22-38: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3353, characters 17-29: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3354, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3354, characters 37-49: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3356, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3356, characters 37-50: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3358, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3358, characters 46-58: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3360, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3360, characters 46-59: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3362, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3375, characters 13-25: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3473, characters 16-34: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 4524, characters 21-38: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4526, characters 19-31: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 4527, characters 16-29: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4527, characters 33-46: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4529, characters 15-26: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 4529, characters 32-43: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 11318, characters 2-44: Warning 5 [ignored-partial-application]: this function application is partial, maybe some arguments are missing. File "setup.ml", line 11322, characters 2-44: Warning 5 [ignored-partial-application]: this function application is partial, maybe some arguments are missing. ocamlfind ocamlopt unix.cmxa -I /usr/lib64/ocaml/ocamlbuild /usr/lib64/ocaml/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /usr/lib64/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bytes -package bigarray -c src/impl_c.c + /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bytes -package bigarray -c src/impl_c.c In file included from src/lacaml_macros.h:32, from src/impl_c.c:24: src/impl_c.c: In function 'lacaml_ilaenv_stub': /usr/lib64/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ^ src/impl_c.c:43:16: note: in expansion of macro 'String_val' 43 | char *NAME = String_val(vNAME), | ^~~~~~~~~~ /usr/lib64/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ^ src/impl_c.c:44:16: note: in expansion of macro 'String_val' 44 | *OPTS = String_val(vOPTS); | ^~~~~~~~~~ mv impl_c.o src/impl_c.o /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bytes -package bigarray -c src/utils_c.c mv utils_c.o src/utils_c.o /usr/bin/ocamlfind ocamlc -ccopt '-o src/vec2_S_c.o' -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/vec_SD_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/vec2_D_c.o' -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/vec_SD_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/vec2_C_c.o' -ccopt -DLACAML_COMPLEX -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/vec_CZ_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/vec2_Z_c.o' -ccopt -DLACAML_COMPLEX -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/vec_CZ_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/vec4_S_c.o' -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/vec_SDCZ_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/vec4_D_c.o' -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/vec_SDCZ_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/vec4_C_c.o' -ccopt -DLACAML_COMPLEX -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/vec_SDCZ_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/vec4_Z_c.o' -ccopt -DLACAML_COMPLEX -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/vec_SDCZ_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/mat2_S_c.o' -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/mat_SD_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/mat2_D_c.o' -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/mat_SD_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/mat2_C_c.o' -ccopt -DLACAML_COMPLEX -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/mat_CZ_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/mat2_Z_c.o' -ccopt -DLACAML_COMPLEX -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/mat_CZ_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/mat4_S_c.o' -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/mat_SDCZ_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/mat4_D_c.o' -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/mat_SDCZ_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/mat4_C_c.o' -ccopt -DLACAML_COMPLEX -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/mat_SDCZ_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/mat4_Z_c.o' -ccopt -DLACAML_COMPLEX -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/mat_SDCZ_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/impl2_S_c.o' -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/impl_SD_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/impl2_D_c.o' -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/impl_SD_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/impl2_C_c.o' -ccopt -DLACAML_COMPLEX -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/impl_CZ_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/impl2_Z_c.o' -ccopt -DLACAML_COMPLEX -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/impl_CZ_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/impl4_S_c.o' -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/impl_SDCZ_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/impl4_D_c.o' -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/impl_SDCZ_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/impl4_C_c.o' -ccopt -DLACAML_COMPLEX -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/impl_SDCZ_c.c /usr/bin/ocamlfind ocamlc -ccopt '-o src/impl4_Z_c.o' -ccopt -DLACAML_COMPLEX -ccopt -DLACAML_DOUBLE -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -c src/impl_SDCZ_c.c /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -package bytes -package bigarray -c src/exp10.c mv exp10.o src/exp10.o /usr/bin/ocamlfind ocamlmklib -o src/lacaml_stubs -g -lblas -llapack src/impl_c.o src/utils_c.o src/vec2_S_c.o src/vec2_D_c.o src/vec2_C_c.o src/vec2_Z_c.o src/vec4_S_c.o src/vec4_D_c.o src/vec4_C_c.o src/vec4_Z_c.o src/mat2_S_c.o src/mat2_D_c.o src/mat2_C_c.o src/mat2_Z_c.o src/mat4_S_c.o src/mat4_D_c.o src/mat4_C_c.o src/mat4_Z_c.o src/impl2_S_c.o src/impl2_D_c.o src/impl2_C_c.o src/impl2_Z_c.o src/impl4_S_c.o src/impl4_D_c.o src/impl4_C_c.o src/impl4_Z_c.o src/exp10.o /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml.mli > src/lacaml.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__C.mli > src/lacaml__C.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__common.mli > src/lacaml__common.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__io.mli > src/lacaml__io.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__common.cmi src/lacaml__common.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__common.cmi src/lacaml__common.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__io.cmi src/lacaml__io.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__io.cmi src/lacaml__io.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__D.mli > src/lacaml__D.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__S.mli > src/lacaml__S.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__Z.mli > src/lacaml__Z.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__utils.ml > src/lacaml__utils.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__C.cmi src/lacaml__C.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__C.cmi src/lacaml__C.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__D.cmi src/lacaml__D.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__D.cmi src/lacaml__D.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__S.cmi src/lacaml__S.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__S.cmi src/lacaml__S.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__Z.cmi src/lacaml__Z.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__Z.cmi src/lacaml__Z.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__utils.cmo src/lacaml__utils.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__utils.cmo src/lacaml__utils.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "src/lacaml__utils.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml.cmi src/lacaml.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml.cmi src/lacaml.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml.ml > src/lacaml.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml.cmo src/lacaml.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml.cmo src/lacaml.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__C.ml > src/lacaml__C.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__complex32.ml > src/lacaml__complex32.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__complex_io.mli > src/lacaml__complex_io.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl2_C.mli > src/lacaml__impl2_C.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex32.cmo src/lacaml__complex32.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex32.cmo src/lacaml__complex32.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "src/lacaml__complex32.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl4_C.mli > src/lacaml__impl4_C.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat2_C.mli > src/lacaml__mat2_C.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat4_C.mli > src/lacaml__mat4_C.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec2_C.mli > src/lacaml__vec2_C.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec4_C.mli > src/lacaml__vec4_C.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex_io.cmi src/lacaml__complex_io.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex_io.cmi src/lacaml__complex_io.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_C.cmi src/lacaml__impl2_C.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_C.cmi src/lacaml__impl2_C.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_C.cmi src/lacaml__impl4_C.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_C.cmi src/lacaml__impl4_C.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_C.cmi src/lacaml__mat2_C.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_C.cmi src/lacaml__mat2_C.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_C.cmi src/lacaml__mat4_C.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_C.cmi src/lacaml__mat4_C.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_C.cmi src/lacaml__vec2_C.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_C.cmi src/lacaml__vec2_C.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_C.cmi src/lacaml__vec4_C.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_C.cmi src/lacaml__vec4_C.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__D.ml > src/lacaml__D.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__float64.ml > src/lacaml__float64.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl2_D.mli > src/lacaml__impl2_D.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__float64.cmo src/lacaml__float64.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__float64.cmo src/lacaml__float64.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "src/lacaml__float64.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl4_D.mli > src/lacaml__impl4_D.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat2_D.mli > src/lacaml__mat2_D.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat4_D.mli > src/lacaml__mat4_D.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__real_io.mli > src/lacaml__real_io.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec2_D.mli > src/lacaml__vec2_D.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec4_D.mli > src/lacaml__vec4_D.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_D.cmi src/lacaml__impl2_D.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_D.cmi src/lacaml__impl2_D.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_D.cmi src/lacaml__impl4_D.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_D.cmi src/lacaml__impl4_D.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_D.cmi src/lacaml__mat2_D.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_D.cmi src/lacaml__mat2_D.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_D.cmi src/lacaml__mat4_D.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_D.cmi src/lacaml__mat4_D.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__real_io.cmi src/lacaml__real_io.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__real_io.cmi src/lacaml__real_io.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_D.cmi src/lacaml__vec2_D.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_D.cmi src/lacaml__vec2_D.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_D.cmi src/lacaml__vec4_D.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_D.cmi src/lacaml__vec4_D.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__S.ml > src/lacaml__S.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__float32.ml > src/lacaml__float32.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl2_S.mli > src/lacaml__impl2_S.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__float32.cmo src/lacaml__float32.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__float32.cmo src/lacaml__float32.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "src/lacaml__float32.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl4_S.mli > src/lacaml__impl4_S.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat2_S.mli > src/lacaml__mat2_S.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat4_S.mli > src/lacaml__mat4_S.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec2_S.mli > src/lacaml__vec2_S.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec4_S.mli > src/lacaml__vec4_S.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_S.cmi src/lacaml__impl2_S.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_S.cmi src/lacaml__impl2_S.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_S.cmi src/lacaml__impl4_S.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_S.cmi src/lacaml__impl4_S.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_S.cmi src/lacaml__mat2_S.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_S.cmi src/lacaml__mat2_S.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_S.cmi src/lacaml__mat4_S.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_S.cmi src/lacaml__mat4_S.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_S.cmi src/lacaml__vec2_S.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_S.cmi src/lacaml__vec2_S.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_S.cmi src/lacaml__vec4_S.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_S.cmi src/lacaml__vec4_S.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__Z.ml > src/lacaml__Z.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__complex64.ml > src/lacaml__complex64.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl2_Z.mli > src/lacaml__impl2_Z.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex64.cmo src/lacaml__complex64.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex64.cmo src/lacaml__complex64.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "src/lacaml__complex64.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl4_Z.mli > src/lacaml__impl4_Z.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat2_Z.mli > src/lacaml__mat2_Z.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat4_Z.mli > src/lacaml__mat4_Z.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec2_Z.mli > src/lacaml__vec2_Z.mli.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec4_Z.mli > src/lacaml__vec4_Z.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_Z.cmi src/lacaml__impl2_Z.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_Z.cmi src/lacaml__impl2_Z.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_Z.cmi src/lacaml__impl4_Z.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_Z.cmi src/lacaml__impl4_Z.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_Z.cmi src/lacaml__mat2_Z.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_Z.cmi src/lacaml__mat2_Z.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_Z.cmi src/lacaml__mat4_Z.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_Z.cmi src/lacaml__mat4_Z.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_Z.cmi src/lacaml__vec2_Z.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_Z.cmi src/lacaml__vec2_Z.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_Z.cmi src/lacaml__vec4_Z.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_Z.cmi src/lacaml__vec4_Z.mli File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__common.ml > src/lacaml__common.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__io.ml > src/lacaml__io.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__C.cmo src/lacaml__C.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__C.cmo src/lacaml__C.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__D.cmo src/lacaml__D.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__D.cmo src/lacaml__D.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__S.cmo src/lacaml__S.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__S.cmo src/lacaml__S.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__Z.cmo src/lacaml__Z.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__Z.cmo src/lacaml__Z.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__common.cmo src/lacaml__common.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__common.cmo src/lacaml__common.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__io.cmo src/lacaml__io.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__io.cmo src/lacaml__io.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__complex_io.ml > src/lacaml__complex_io.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl2_C.ml > src/lacaml__impl2_C.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl4_C.ml > src/lacaml__impl4_C.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat2_C.ml > src/lacaml__mat2_C.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat4_C.ml > src/lacaml__mat4_C.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec2_C.ml > src/lacaml__vec2_C.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec4_C.ml > src/lacaml__vec4_C.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex_io.cmo src/lacaml__complex_io.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex_io.cmo src/lacaml__complex_io.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_C.cmo src/lacaml__impl2_C.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_C.cmo src/lacaml__impl2_C.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_C.cmo src/lacaml__impl4_C.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_C.cmo src/lacaml__impl4_C.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_C.cmo src/lacaml__mat2_C.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_C.cmo src/lacaml__mat2_C.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_C.cmo src/lacaml__mat4_C.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_C.cmo src/lacaml__mat4_C.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_C.cmo src/lacaml__vec2_C.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_C.cmo src/lacaml__vec2_C.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_C.cmo src/lacaml__vec4_C.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_C.cmo src/lacaml__vec4_C.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec4_S.ml > src/lacaml__vec4_S.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_S.cmo src/lacaml__vec4_S.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_S.cmo src/lacaml__vec4_S.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl2_D.ml > src/lacaml__impl2_D.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl4_D.ml > src/lacaml__impl4_D.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat2_D.ml > src/lacaml__mat2_D.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat4_D.ml > src/lacaml__mat4_D.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__real_io.ml > src/lacaml__real_io.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec2_D.ml > src/lacaml__vec2_D.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec4_D.ml > src/lacaml__vec4_D.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_D.cmo src/lacaml__impl2_D.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_D.cmo src/lacaml__impl2_D.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_D.cmo src/lacaml__impl4_D.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_D.cmo src/lacaml__impl4_D.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_D.cmo src/lacaml__mat2_D.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_D.cmo src/lacaml__mat2_D.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_D.cmo src/lacaml__mat4_D.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_D.cmo src/lacaml__mat4_D.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__real_io.cmo src/lacaml__real_io.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__real_io.cmo src/lacaml__real_io.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_D.cmo src/lacaml__vec2_D.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_D.cmo src/lacaml__vec2_D.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_D.cmo src/lacaml__vec4_D.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_D.cmo src/lacaml__vec4_D.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl2_S.ml > src/lacaml__impl2_S.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl4_S.ml > src/lacaml__impl4_S.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat2_S.ml > src/lacaml__mat2_S.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat4_S.ml > src/lacaml__mat4_S.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec2_S.ml > src/lacaml__vec2_S.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_S.cmo src/lacaml__impl2_S.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_S.cmo src/lacaml__impl2_S.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_S.cmo src/lacaml__impl4_S.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_S.cmo src/lacaml__impl4_S.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_S.cmo src/lacaml__mat2_S.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_S.cmo src/lacaml__mat2_S.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_S.cmo src/lacaml__mat4_S.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_S.cmo src/lacaml__mat4_S.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_S.cmo src/lacaml__vec2_S.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_S.cmo src/lacaml__vec2_S.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl2_Z.ml > src/lacaml__impl2_Z.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__impl4_Z.ml > src/lacaml__impl4_Z.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat2_Z.ml > src/lacaml__mat2_Z.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__mat4_Z.ml > src/lacaml__mat4_Z.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec2_Z.ml > src/lacaml__vec2_Z.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml__vec4_Z.ml > src/lacaml__vec4_Z.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_Z.cmo src/lacaml__impl2_Z.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_Z.cmo src/lacaml__impl2_Z.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_Z.cmo src/lacaml__impl4_Z.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_Z.cmo src/lacaml__impl4_Z.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_Z.cmo src/lacaml__mat2_Z.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_Z.cmo src/lacaml__mat2_Z.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_Z.cmo src/lacaml__mat4_Z.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_Z.cmo src/lacaml__mat4_Z.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_Z.cmo src/lacaml__vec2_Z.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_Z.cmo src/lacaml__vec2_Z.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_Z.cmo src/lacaml__vec4_Z.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_Z.cmo src/lacaml__vec4_Z.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlc -a -dllib -llacaml_stubs -cclib -llacaml_stubs -cclib -lblas -cclib -llapack -I src src/lacaml__common.cmo src/lacaml__complex32.cmo src/lacaml__io.cmo src/lacaml__complex_io.cmo src/lacaml__float32.cmo src/lacaml__utils.cmo src/lacaml__mat4_C.cmo src/lacaml__vec4_C.cmo src/lacaml__vec4_S.cmo src/lacaml__impl4_C.cmo src/lacaml__impl2_C.cmo src/lacaml__mat2_C.cmo src/lacaml__vec2_C.cmo src/lacaml__C.cmo src/lacaml__float64.cmo src/lacaml__mat4_D.cmo src/lacaml__vec4_D.cmo src/lacaml__impl4_D.cmo src/lacaml__impl2_D.cmo src/lacaml__mat2_D.cmo src/lacaml__real_io.cmo src/lacaml__vec2_D.cmo src/lacaml__D.cmo src/lacaml__mat4_S.cmo src/lacaml__impl4_S.cmo src/lacaml__impl2_S.cmo src/lacaml__mat2_S.cmo src/lacaml__vec2_S.cmo src/lacaml__S.cmo src/lacaml__complex64.cmo src/lacaml__mat4_Z.cmo src/lacaml__vec4_Z.cmo src/lacaml__impl4_Z.cmo src/lacaml__impl2_Z.cmo src/lacaml__mat2_Z.cmo src/lacaml__vec2_Z.cmo src/lacaml__Z.cmo src/lacaml.cmo -o src/lacaml.cma /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__common.cmx src/lacaml__common.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__common.cmx src/lacaml__common.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__io.cmx src/lacaml__io.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__io.cmx src/lacaml__io.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex32.cmx src/lacaml__complex32.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex32.cmx src/lacaml__complex32.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "src/lacaml__complex32.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__utils.cmx src/lacaml__utils.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__utils.cmx src/lacaml__utils.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "src/lacaml__utils.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__float32.cmx src/lacaml__float32.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__float32.cmx src/lacaml__float32.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "src/lacaml__float32.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_C.cmx src/lacaml__mat4_C.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_C.cmx src/lacaml__mat4_C.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_C.cmx src/lacaml__vec4_C.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_C.cmx src/lacaml__vec4_C.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_S.cmx src/lacaml__vec4_S.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_S.cmx src/lacaml__vec4_S.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_C.cmx src/lacaml__impl4_C.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_C.cmx src/lacaml__impl4_C.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex_io.cmx src/lacaml__complex_io.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex_io.cmx src/lacaml__complex_io.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_C.cmx src/lacaml__impl2_C.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_C.cmx src/lacaml__impl2_C.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_C.cmx src/lacaml__mat2_C.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_C.cmx src/lacaml__mat2_C.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_C.cmx src/lacaml__vec2_C.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_C.cmx src/lacaml__vec2_C.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__float64.cmx src/lacaml__float64.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__float64.cmx src/lacaml__float64.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "src/lacaml__float64.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_D.cmx src/lacaml__mat4_D.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_D.cmx src/lacaml__mat4_D.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_D.cmx src/lacaml__vec4_D.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_D.cmx src/lacaml__vec4_D.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_D.cmx src/lacaml__impl4_D.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_D.cmx src/lacaml__impl4_D.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_D.cmx src/lacaml__impl2_D.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_D.cmx src/lacaml__impl2_D.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_D.cmx src/lacaml__mat2_D.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_D.cmx src/lacaml__mat2_D.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__real_io.cmx src/lacaml__real_io.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__real_io.cmx src/lacaml__real_io.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_D.cmx src/lacaml__vec2_D.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_D.cmx src/lacaml__vec2_D.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_S.cmx src/lacaml__mat4_S.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_S.cmx src/lacaml__mat4_S.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_S.cmx src/lacaml__impl4_S.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_S.cmx src/lacaml__impl4_S.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_S.cmx src/lacaml__impl2_S.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_S.cmx src/lacaml__impl2_S.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_S.cmx src/lacaml__mat2_S.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_S.cmx src/lacaml__mat2_S.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_S.cmx src/lacaml__vec2_S.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_S.cmx src/lacaml__vec2_S.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex64.cmx src/lacaml__complex64.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__complex64.cmx src/lacaml__complex64.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "src/lacaml__complex64.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_Z.cmx src/lacaml__mat4_Z.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat4_Z.cmx src/lacaml__mat4_Z.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_Z.cmx src/lacaml__vec4_Z.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec4_Z.cmx src/lacaml__vec4_Z.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_Z.cmx src/lacaml__impl4_Z.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl4_Z.cmx src/lacaml__impl4_Z.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_Z.cmx src/lacaml__impl2_Z.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__impl2_Z.cmx src/lacaml__impl2_Z.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_Z.cmx src/lacaml__mat2_Z.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__mat2_Z.cmx src/lacaml__mat2_Z.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_Z.cmx src/lacaml__vec2_Z.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__vec2_Z.cmx src/lacaml__vec2_Z.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__C.cmx src/lacaml__C.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__C.cmx src/lacaml__C.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__D.cmx src/lacaml__D.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__D.cmx src/lacaml__D.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__S.cmx src/lacaml__S.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__S.cmx src/lacaml__S.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__Z.cmx src/lacaml__Z.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml__Z.cmx src/lacaml__Z.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml.cmx src/lacaml.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml.cmx src/lacaml.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. /usr/bin/ocamlfind ocamlopt -a -cclib -llacaml_stubs -cclib -lblas -cclib -llapack -I src src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx -o src/lacaml.cmxa /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/lacaml_version.ml > src/lacaml_version.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml_version.cmo src/lacaml_version.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml_version.cmo src/lacaml_version.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "src/lacaml_version.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml_version.cmx src/lacaml_version.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -w Aer-44 -package bytes -package bigarray -I src -o src/lacaml_version.cmx src/lacaml_version.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "src/lacaml_version.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -shared -cclib -llacaml_stubs -I src -I src src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx src/lacaml_version.cmx -o src/lacaml.cmxs /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/install_printers.ml > src/install_printers.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -I +compiler-libs -w Aer-44 -package bytes -package bigarray -I src -o src/install_printers.cmo src/install_printers.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -I +compiler-libs -w Aer-44 -package bytes -package bigarray -I src -o src/install_printers.cmo src/install_printers.ml findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml/compiler-libs, /usr/lib64/ocaml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "src/install_printers.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlc -a -I src src/install_printers.cmo -o src/lacaml_top.cma /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -I +compiler-libs -w Aer-44 -package bytes -package bigarray -I src -o src/install_printers.cmx src/install_printers.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -ccopt -g -ccopt '-std=gnu99' -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -I +compiler-libs -w Aer-44 -package bytes -package bigarray -I src -o src/install_printers.cmx src/install_printers.ml findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml/compiler-libs, /usr/lib64/ocaml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "src/install_printers.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -a -I src src/install_printers.cmx -o src/lacaml_top.cmxa /usr/bin/ocamlfind ocamlopt -shared -I src src/lacaml_top.cmxa src/install_printers.cmx -o src/lacaml_top.cmxs /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/blas/blas.ml > examples/blas/blas.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/blas -I src -o examples/blas/blas.cmo examples/blas/blas.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/blas -I src -o examples/blas/blas.cmo examples/blas/blas.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/blas/blas.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/blas -I src -o examples/blas/blas.cmx examples/blas/blas.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/blas -I src -o examples/blas/blas.cmx examples/blas/blas.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/blas/blas.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/blas src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/blas/blas.cmx -o examples/blas/blas.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/eig/eig.ml > examples/eig/eig.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/eig -I src -o examples/eig/eig.cmo examples/eig/eig.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/eig -I src -o examples/eig/eig.cmo examples/eig/eig.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/eig/eig.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/eig -I src -o examples/eig/eig.cmx examples/eig/eig.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/eig -I src -o examples/eig/eig.cmx examples/eig/eig.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/eig/eig.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/eig src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/eig/eig.cmx -o examples/eig/eig.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/eig/sbev.ml > examples/eig/sbev.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/eig -I src -o examples/eig/sbev.cmo examples/eig/sbev.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/eig -I src -o examples/eig/sbev.cmo examples/eig/sbev.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/eig/sbev.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/eig -I src -o examples/eig/sbev.cmx examples/eig/sbev.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/eig -I src -o examples/eig/sbev.cmx examples/eig/sbev.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/eig/sbev.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/eig src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/eig/sbev.cmx -o examples/eig/sbev.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/eig/sbgv.ml > examples/eig/sbgv.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/eig -I src -o examples/eig/sbgv.cmo examples/eig/sbgv.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/eig -I src -o examples/eig/sbgv.cmo examples/eig/sbgv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/eig/sbgv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/eig -I src -o examples/eig/sbgv.cmx examples/eig/sbgv.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/eig -I src -o examples/eig/sbgv.cmx examples/eig/sbgv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/eig/sbgv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/eig src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/eig/sbgv.cmx -o examples/eig/sbgv.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/lin_eq/lin_eq.ml > examples/lin_eq/lin_eq.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_eq -I src -o examples/lin_eq/lin_eq.cmo examples/lin_eq/lin_eq.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_eq -I src -o examples/lin_eq/lin_eq.cmo examples/lin_eq/lin_eq.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/lin_eq/lin_eq.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_eq -I src -o examples/lin_eq/lin_eq.cmx examples/lin_eq/lin_eq.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_eq -I src -o examples/lin_eq/lin_eq.cmx examples/lin_eq/lin_eq.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/lin_eq/lin_eq.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/lin_eq src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/lin_eq/lin_eq.cmx -o examples/lin_eq/lin_eq.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/lin_eq/gbsv.ml > examples/lin_eq/gbsv.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_eq -I src -o examples/lin_eq/gbsv.cmo examples/lin_eq/gbsv.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_eq -I src -o examples/lin_eq/gbsv.cmo examples/lin_eq/gbsv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/lin_eq/gbsv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_eq -I src -o examples/lin_eq/gbsv.cmx examples/lin_eq/gbsv.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_eq -I src -o examples/lin_eq/gbsv.cmx examples/lin_eq/gbsv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/lin_eq/gbsv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/lin_eq src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/lin_eq/gbsv.cmx -o examples/lin_eq/gbsv.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/lin_eq_comp/lin_eq_comp.ml > examples/lin_eq_comp/lin_eq_comp.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_eq_comp -I src -o examples/lin_eq_comp/lin_eq_comp.cmo examples/lin_eq_comp/lin_eq_comp.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_eq_comp -I src -o examples/lin_eq_comp/lin_eq_comp.cmo examples/lin_eq_comp/lin_eq_comp.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/lin_eq_comp/lin_eq_comp.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_eq_comp -I src -o examples/lin_eq_comp/lin_eq_comp.cmx examples/lin_eq_comp/lin_eq_comp.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_eq_comp -I src -o examples/lin_eq_comp/lin_eq_comp.cmx examples/lin_eq_comp/lin_eq_comp.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/lin_eq_comp/lin_eq_comp.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/lin_eq_comp src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/lin_eq_comp/lin_eq_comp.cmx -o examples/lin_eq_comp/lin_eq_comp.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/lin_reg/lin_reg.ml > examples/lin_reg/lin_reg.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_reg -I src -o examples/lin_reg/lin_reg.cmo examples/lin_reg/lin_reg.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_reg -I src -o examples/lin_reg/lin_reg.cmo examples/lin_reg/lin_reg.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/lin_reg/lin_reg.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_reg -I src -o examples/lin_reg/lin_reg.cmx examples/lin_reg/lin_reg.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/lin_reg -I src -o examples/lin_reg/lin_reg.cmx examples/lin_reg/lin_reg.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/lin_reg/lin_reg.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/lin_reg src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/lin_reg/lin_reg.cmx -o examples/lin_reg/lin_reg.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/qr/qr.ml > examples/qr/qr.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/qr -I src -o examples/qr/qr.cmo examples/qr/qr.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/qr -I src -o examples/qr/qr.cmo examples/qr/qr.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/qr/qr.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/qr -I src -o examples/qr/qr.cmx examples/qr/qr.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/qr -I src -o examples/qr/qr.cmx examples/qr/qr.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/qr/qr.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/qr src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/qr/qr.cmx -o examples/qr/qr.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/svd/svd.ml > examples/svd/svd.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/svd -I src -o examples/svd/svd.cmo examples/svd/svd.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/svd -I src -o examples/svd/svd.cmo examples/svd/svd.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/svd/svd.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/svd -I src -o examples/svd/svd.cmx examples/svd/svd.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/svd -I src -o examples/svd/svd.cmx examples/svd/svd.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/svd/svd.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/svd src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/svd/svd.cmx -o examples/svd/svd.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/nag/nag_gbsv.ml > examples/nag/nag_gbsv.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_gbsv.cmo examples/nag/nag_gbsv.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_gbsv.cmo examples/nag/nag_gbsv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/nag/nag_gbsv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_gbsv.cmx examples/nag/nag_gbsv.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_gbsv.cmx examples/nag/nag_gbsv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/nag/nag_gbsv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/nag src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/nag/nag_gbsv.cmx -o examples/nag/nag_gbsv.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/nag/nag_gesv.ml > examples/nag/nag_gesv.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_gesv.cmo examples/nag/nag_gesv.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_gesv.cmo examples/nag/nag_gesv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/nag/nag_gesv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_gesv.cmx examples/nag/nag_gesv.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_gesv.cmx examples/nag/nag_gesv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/nag/nag_gesv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/nag src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/nag/nag_gesv.cmx -o examples/nag/nag_gesv.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/nag/nag_gtsv.ml > examples/nag/nag_gtsv.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_gtsv.cmo examples/nag/nag_gtsv.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_gtsv.cmo examples/nag/nag_gtsv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/nag/nag_gtsv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_gtsv.cmx examples/nag/nag_gtsv.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_gtsv.cmx examples/nag/nag_gtsv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/nag/nag_gtsv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/nag src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/nag/nag_gtsv.cmx -o examples/nag/nag_gtsv.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/nag/nag_pbsv.ml > examples/nag/nag_pbsv.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_pbsv.cmo examples/nag/nag_pbsv.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_pbsv.cmo examples/nag/nag_pbsv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/nag/nag_pbsv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_pbsv.cmx examples/nag/nag_pbsv.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_pbsv.cmx examples/nag/nag_pbsv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/nag/nag_pbsv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/nag src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/nag/nag_pbsv.cmx -o examples/nag/nag_pbsv.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/nag/nag_posv.ml > examples/nag/nag_posv.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_posv.cmo examples/nag/nag_posv.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_posv.cmo examples/nag/nag_posv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/nag/nag_posv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_posv.cmx examples/nag/nag_posv.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_posv.cmx examples/nag/nag_posv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/nag/nag_posv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/nag src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/nag/nag_posv.cmx -o examples/nag/nag_posv.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/nag/nag_ppsv.ml > examples/nag/nag_ppsv.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_ppsv.cmo examples/nag/nag_ppsv.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_ppsv.cmo examples/nag/nag_ppsv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/nag/nag_ppsv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_ppsv.cmx examples/nag/nag_ppsv.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_ppsv.cmx examples/nag/nag_ppsv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/nag/nag_ppsv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/nag src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/nag/nag_ppsv.cmx -o examples/nag/nag_ppsv.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/nag/nag_ptsv.ml > examples/nag/nag_ptsv.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_ptsv.cmo examples/nag/nag_ptsv.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_ptsv.cmo examples/nag/nag_ptsv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/nag/nag_ptsv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_ptsv.cmx examples/nag/nag_ptsv.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_ptsv.cmx examples/nag/nag_ptsv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/nag/nag_ptsv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/nag src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/nag/nag_ptsv.cmx -o examples/nag/nag_ptsv.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/nag/nag_spsv.ml > examples/nag/nag_spsv.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_spsv.cmo examples/nag/nag_spsv.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_spsv.cmo examples/nag/nag_spsv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/nag/nag_spsv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_spsv.cmx examples/nag/nag_spsv.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_spsv.cmx examples/nag/nag_spsv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/nag/nag_spsv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/nag src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/nag/nag_spsv.cmx -o examples/nag/nag_spsv.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/nag/nag_sysv.ml > examples/nag/nag_sysv.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_sysv.cmo examples/nag/nag_sysv.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_sysv.cmo examples/nag/nag_sysv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/nag/nag_sysv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_sysv.cmx examples/nag/nag_sysv.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/nag -I src -o examples/nag/nag_sysv.cmx examples/nag/nag_sysv.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/nag/nag_sysv.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/nag src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/nag/nag_sysv.cmx -o examples/nag/nag_sysv.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/schur/schur_real.ml > examples/schur/schur_real.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/schur -I src -o examples/schur/schur_real.cmo examples/schur/schur_real.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/schur -I src -o examples/schur/schur_real.cmo examples/schur/schur_real.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/schur/schur_real.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/schur -I src -o examples/schur/schur_real.cmx examples/schur/schur_real.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/schur -I src -o examples/schur/schur_real.cmx examples/schur/schur_real.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/schur/schur_real.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/schur src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/schur/schur_real.cmx -o examples/schur/schur_real.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/schur/schur_complex.ml > examples/schur/schur_complex.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/schur -I src -o examples/schur/schur_complex.cmo examples/schur/schur_complex.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/schur -I src -o examples/schur/schur_complex.cmo examples/schur/schur_complex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/schur/schur_complex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/schur -I src -o examples/schur/schur_complex.cmx examples/schur/schur_complex.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/schur -I src -o examples/schur/schur_complex.cmx examples/schur/schur_complex.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/schur/schur_complex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/schur src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/schur/schur_complex.cmx -o examples/schur/schur_complex.native /usr/bin/ocamlfind ocamldep -package bytes -package bigarray -modules examples/shuffle/shuffle.ml > examples/shuffle/shuffle.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/shuffle -I src -o examples/shuffle/shuffle.cmo examples/shuffle/shuffle.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/shuffle -I src -o examples/shuffle/shuffle.cmo examples/shuffle/shuffle.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/shuffle/shuffle.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/shuffle -I src -o examples/shuffle/shuffle.cmx examples/shuffle/shuffle.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -no-alias-deps -strict-sequence -I src -w Aer-44 -package bytes -package bigarray -I examples/shuffle -I src -o examples/shuffle/shuffle.cmx examples/shuffle/shuffle.ml File "_none_", line 1: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'Aer', is deprecated. Use the equivalent signed form: +A-e-r-44. Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix. File "examples/shuffle/shuffle.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. /usr/bin/ocamlfind ocamlopt -linkpkg -g -I src -linkpkg -package bytes -package bigarray -I src -I examples/shuffle src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx examples/shuffle/shuffle.cmx -o examples/shuffle/shuffle.native + ocamlfind ocamlopt unix.cmxa -I /usr/lib64/ocaml/ocamlbuild /usr/lib64/ocaml/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /usr/lib64/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild File "myocamlbuild.ml", line 460, characters 8-19: 460 | Stream.from ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 463, characters 21-32: 463 | match Stream.next st with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 466, characters 18-32: 466 | with Stream.Failure -> None) ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 468, characters 6-23: 468 | Genlex.make_lexer ["="] st_line ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "myocamlbuild.ml", line 471, characters 12-24: 471 | match Stream.npeek 3 lxr with ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 472, characters 9-21: 472 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] -> ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "myocamlbuild.ml", line 472, characters 26-36: 472 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] -> ^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "myocamlbuild.ml", line 472, characters 42-55: 472 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] -> ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "myocamlbuild.ml", line 473, characters 8-19: 473 | Stream.junk lxr; Stream.junk lxr; Stream.junk lxr; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 473, characters 25-36: 473 | Stream.junk lxr; Stream.junk lxr; Stream.junk lxr; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 473, characters 42-53: 473 | Stream.junk lxr; Stream.junk lxr; Stream.junk lxr; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "myocamlbuild.ml", line 485, characters 17-34: 485 | let st = Stream.of_channel chn in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. + make doc ocaml setup.ml -build File "./setup.ml", line 581, characters 4-15: 581 | Stream.from next ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 609, characters 19-36: 609 | let strm = Stream.of_channel chn in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 616, characters 37-48: 616 | Buffer.add_char buf (Stream.next strm); ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 619, characters 17-31: 619 | with Stream.Failure -> ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1437, characters 16-33: 1437 | let lxr = Genlex.make_lexer [] in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1439, characters 22-38: 1439 | let st = lxr (Stream.of_string s) in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1440, characters 14-26: 1440 | match Stream.npeek 3 st with ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1441, characters 11-23: 1441 | | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1441, characters 28-40: 1441 | | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1442, characters 11-23: 1442 | | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1442, characters 28-41: 1442 | | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str) ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1443, characters 11-24: 1443 | | [Genlex.String str] -> String str ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1444, characters 11-23: 1444 | | [Genlex.Ident nm] -> Ident nm ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1781, characters 22-40: 1781 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 3182, characters 8-19: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3185, characters 21-32: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3188, characters 18-32: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3190, characters 6-23: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3193, characters 12-24: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3194, characters 9-21: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3194, characters 26-36: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3194, characters 42-55: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3195, characters 8-19: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3195, characters 25-36: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3195, characters 42-53: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3207, characters 17-34: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3332, characters 16-33: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3351, characters 22-38: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3353, characters 17-29: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3354, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3354, characters 37-49: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3356, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3356, characters 37-50: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3358, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3358, characters 46-58: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3360, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3360, characters 46-59: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3362, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3375, characters 13-25: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3473, characters 16-34: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 4524, characters 21-38: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4526, characters 19-31: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 4527, characters 16-29: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4527, characters 33-46: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4529, characters 15-26: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 4529, characters 32-43: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 11318, characters 2-44: Warning 5 [ignored-partial-application]: this function application is partial, maybe some arguments are missing. File "setup.ml", line 11322, characters 2-44: Warning 5 [ignored-partial-application]: this function application is partial, maybe some arguments are missing. /usr/bin/ocamlfind ocamlopt -shared -cclib -llacaml_stubs -I src -I src src/lacaml.cmxa src/lacaml__common.cmx src/lacaml__complex32.cmx src/lacaml__io.cmx src/lacaml__complex_io.cmx src/lacaml__float32.cmx src/lacaml__utils.cmx src/lacaml__mat4_C.cmx src/lacaml__vec4_C.cmx src/lacaml__vec4_S.cmx src/lacaml__impl4_C.cmx src/lacaml__impl2_C.cmx src/lacaml__mat2_C.cmx src/lacaml__vec2_C.cmx src/lacaml__C.cmx src/lacaml__float64.cmx src/lacaml__mat4_D.cmx src/lacaml__vec4_D.cmx src/lacaml__impl4_D.cmx src/lacaml__impl2_D.cmx src/lacaml__mat2_D.cmx src/lacaml__real_io.cmx src/lacaml__vec2_D.cmx src/lacaml__D.cmx src/lacaml__mat4_S.cmx src/lacaml__impl4_S.cmx src/lacaml__impl2_S.cmx src/lacaml__mat2_S.cmx src/lacaml__vec2_S.cmx src/lacaml__S.cmx src/lacaml__complex64.cmx src/lacaml__mat4_Z.cmx src/lacaml__vec4_Z.cmx src/lacaml__impl4_Z.cmx src/lacaml__impl2_Z.cmx src/lacaml__mat2_Z.cmx src/lacaml__vec2_Z.cmx src/lacaml__Z.cmx src/lacaml.cmx src/lacaml_version.cmx -o src/lacaml.cmxs /usr/bin/ocamlfind ocamlopt -shared -I src src/lacaml_top.cmxa src/install_printers.cmx -o src/lacaml_top.cmxs ocaml setup.ml -doc File "./setup.ml", line 581, characters 4-15: 581 | Stream.from next ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 609, characters 19-36: 609 | let strm = Stream.of_channel chn in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 616, characters 37-48: 616 | Buffer.add_char buf (Stream.next strm); ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 619, characters 17-31: 619 | with Stream.Failure -> ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1437, characters 16-33: 1437 | let lxr = Genlex.make_lexer [] in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1439, characters 22-38: 1439 | let st = lxr (Stream.of_string s) in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1440, characters 14-26: 1440 | match Stream.npeek 3 st with ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1441, characters 11-23: 1441 | | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1441, characters 28-40: 1441 | | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1442, characters 11-23: 1442 | | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1442, characters 28-41: 1442 | | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str) ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1443, characters 11-24: 1443 | | [Genlex.String str] -> String str ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1444, characters 11-23: 1444 | | [Genlex.Ident nm] -> Ident nm ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1781, characters 22-40: 1781 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 3182, characters 8-19: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3185, characters 21-32: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3188, characters 18-32: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3190, characters 6-23: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3193, characters 12-24: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3194, characters 9-21: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3194, characters 26-36: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3194, characters 42-55: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3195, characters 8-19: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3195, characters 25-36: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3195, characters 42-53: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3207, characters 17-34: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3332, characters 16-33: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3351, characters 22-38: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3353, characters 17-29: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3354, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3354, characters 37-49: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3356, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3356, characters 37-50: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3358, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3358, characters 46-58: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3360, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3360, characters 46-59: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3362, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3375, characters 13-25: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3473, characters 16-34: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 4524, characters 21-38: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4526, characters 19-31: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 4527, characters 16-29: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4527, characters 33-46: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4529, characters 15-26: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 4529, characters 32-43: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 11318, characters 2-44: Warning 5 [ignored-partial-application]: this function application is partial, maybe some arguments are missing. File "setup.ml", line 11322, characters 2-44: Warning 5 [ignored-partial-application]: this function application is partial, maybe some arguments are missing. /usr/bin/ocamlfind ocamldoc -dump src/lacaml.odoc -package bytes -package bigarray -I src src/lacaml.mli + /usr/bin/ocamlfind ocamldoc -dump src/lacaml.odoc -package bytes -package bigarray -I src src/lacaml.mli Warning: Module or module type Lacaml__utils not found Warning: Module or module type Lacaml__C not found Warning: Module or module type Lacaml__Z not found Warning: Module or module type Lacaml__S not found Warning: Module or module type Lacaml__D not found Warning: Module or module type Lacaml__common not found Warning: Module or module type Lacaml__io not found Warning: Module or module type Lacaml__utils not found Warning: Module or module type Lacaml__C not found Warning: Module or module type Lacaml__Z not found Warning: Module or module type Lacaml__S not found Warning: Module or module type Lacaml__D not found Warning: Module or module type Lacaml__common not found Warning: Module or module type Lacaml__io not found /usr/bin/ocamlfind ocamldoc -dump src/lacaml__common.odoc -package bytes -package bigarray -I src src/lacaml__common.mli /usr/bin/ocamlfind ocamldoc -dump src/lacaml__io.odoc -package bytes -package bigarray -I src src/lacaml__io.mli /usr/bin/ocamlfind ocamldoc -dump src/lacaml__S.odoc -package bytes -package bigarray -I src src/lacaml__S.mli + /usr/bin/ocamlfind ocamldoc -dump src/lacaml__S.odoc -package bytes -package bigarray -I src src/lacaml__S.mli Warning: Element S not found /usr/bin/ocamlfind ocamldoc -dump src/lacaml__D.odoc -package bytes -package bigarray -I src src/lacaml__D.mli + /usr/bin/ocamlfind ocamldoc -dump src/lacaml__D.odoc -package bytes -package bigarray -I src src/lacaml__D.mli Warning: Element D not found /usr/bin/ocamlfind ocamldoc -dump src/lacaml__C.odoc -package bytes -package bigarray -I src src/lacaml__C.mli + /usr/bin/ocamlfind ocamldoc -dump src/lacaml__C.odoc -package bytes -package bigarray -I src src/lacaml__C.mli Warning: Element C not found /usr/bin/ocamlfind ocamldoc -dump src/lacaml__Z.odoc -package bytes -package bigarray -I src src/lacaml__Z.mli + /usr/bin/ocamlfind ocamldoc -dump src/lacaml__Z.odoc -package bytes -package bigarray -I src src/lacaml__Z.mli Warning: Element Z not found /usr/bin/ocamlfind ocamldoc -dump src/lacaml__utils.odoc -package bytes -package bigarray -I src src/lacaml__utils.ml /usr/bin/ocamlfind ocamldoc -dump src/lacaml_version.odoc -package bytes -package bigarray -I src src/lacaml_version.ml rm -rf API.docdir mkdir -p API.docdir /usr/bin/ocamlfind ocamldoc -load src/lacaml.odoc -load src/lacaml__common.odoc -load src/lacaml__io.odoc -load src/lacaml__S.odoc -load src/lacaml__D.odoc -load src/lacaml__C.odoc -load src/lacaml__Z.odoc -load src/lacaml__utils.odoc -load src/lacaml_version.odoc -html -d API.docdir + /usr/bin/ocamlfind ocamldoc -load src/lacaml.odoc -load src/lacaml__common.odoc -load src/lacaml__io.odoc -load src/lacaml__S.odoc -load src/lacaml__D.odoc -load src/lacaml__C.odoc -load src/lacaml__Z.odoc -load src/lacaml__utils.odoc -load src/lacaml_version.odoc -html -d API.docdir Warning: Element S not found Warning: Element D not found Warning: Element C not found Warning: Element Z not found + mv _build/API.docdir/ html/ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ashG2v + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build + mkdir /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd lacaml-9.3.2 + '[' 1 -eq 1 ']' + export DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT + DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT + export OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml + export DLLDIR=/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/stublibs + DLLDIR=/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/stublibs + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/stublibs + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml + make install ocaml setup.ml -install File "./setup.ml", line 581, characters 4-15: 581 | Stream.from next ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 609, characters 19-36: 609 | let strm = Stream.of_channel chn in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 616, characters 37-48: 616 | Buffer.add_char buf (Stream.next strm); ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 619, characters 17-31: 619 | with Stream.Failure -> ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1437, characters 16-33: 1437 | let lxr = Genlex.make_lexer [] in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1439, characters 22-38: 1439 | let st = lxr (Stream.of_string s) in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1440, characters 14-26: 1440 | match Stream.npeek 3 st with ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "./setup.ml", line 1441, characters 11-23: 1441 | | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1441, characters 28-40: 1441 | | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1442, characters 11-23: 1442 | | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1442, characters 28-41: 1442 | | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str) ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1443, characters 11-24: 1443 | | [Genlex.String str] -> String str ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1444, characters 11-23: 1444 | | [Genlex.Ident nm] -> Ident nm ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "./setup.ml", line 1781, characters 22-40: 1781 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 3182, characters 8-19: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3185, characters 21-32: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3188, characters 18-32: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3190, characters 6-23: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3193, characters 12-24: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3194, characters 9-21: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3194, characters 26-36: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3194, characters 42-55: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3195, characters 8-19: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3195, characters 25-36: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3195, characters 42-53: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3207, characters 17-34: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3332, characters 16-33: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3351, characters 22-38: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3353, characters 17-29: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3354, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3354, characters 37-49: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3356, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3356, characters 37-50: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3358, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3358, characters 46-58: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3360, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3360, characters 46-59: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3362, characters 16-28: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 3375, characters 13-25: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 3473, characters 16-34: Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "setup.ml", line 4524, characters 21-38: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4526, characters 19-31: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 4527, characters 16-29: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4527, characters 33-46: Alert deprecated: module Stdlib.Genlex Use the camlp-streams library instead. File "setup.ml", line 4529, characters 15-26: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 4529, characters 32-43: Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "setup.ml", line 11318, characters 2-44: Warning 5 [ignored-partial-application]: this function application is partial, maybe some arguments are missing. File "setup.ml", line 11322, characters 2-44: Warning 5 [ignored-partial-application]: this function application is partial, maybe some arguments are missing. Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml.mli Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__common.mli Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__io.mli Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__S.mli Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__D.mli Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__C.mli Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__Z.mli Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__utils.ml Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml_version.ml Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/liblacaml_stubs.a Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml.cma Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml.cmxa Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml.a Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml.cmxs Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml_version.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml_version.cmt Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml_version.annot Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__utils.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__utils.cmt Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__utils.annot Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__Z.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__Z.cmti Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__Z.cmt Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__Z.annot Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__C.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__C.cmti Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__C.cmt Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__C.annot Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__D.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__D.cmti Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__D.cmt Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__D.annot Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__S.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__S.cmti Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__S.cmt Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__S.annot Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__io.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__io.cmti Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__io.cmt Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__io.annot Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__common.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__common.cmti Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__common.cmt Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__common.annot Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml.cmti Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml.cmt Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml.annot Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__mat2_Z.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__mat2_C.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__mat2_D.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__mat2_S.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__mat4_Z.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__mat4_C.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__mat4_D.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__mat4_S.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__vec2_Z.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__vec2_C.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__vec2_D.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__vec2_S.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__vec4_Z.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__vec4_C.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__vec4_D.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__vec4_S.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__impl2_Z.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__impl2_C.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__impl2_D.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__impl2_S.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__impl4_Z.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__impl4_C.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__impl4_D.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__impl4_S.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__complex_io.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__real_io.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__complex64.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__complex32.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__float64.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__float32.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml_version.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__utils.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__Z.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__C.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__D.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__S.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__io.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml__common.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/install_printers.ml Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml_top.cma Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml_top.cmxa Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml_top.a Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/lacaml_top.cmxs Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/install_printers.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/install_printers.cmt Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/install_printers.annot Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/install_printers.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/stublibs/dlllacaml_stubs.so Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/stublibs/dlllacaml_stubs.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT//usr/lib64/ocaml/lacaml/META W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/index_values.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__common.Types.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml_version.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__Z.Vec.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__utils.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml.Utils.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__Z.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__D.Vec.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml.D.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__io.Toplevel.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/index_extensions.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__S.Vec.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/index_types.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml.Io.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml.Z.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__D.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/index.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__D.Vec.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__S.Vec.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/index_methods.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__common.Types.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__io.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml.Io.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__C.Vec.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__io.Context.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__D.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__D.Mat.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__common.Types.Mat.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml.Z.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__S.Mat.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__Z.Mat.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/index_exceptions.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__common.Types.Vec.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml.S.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__io.Toplevel.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__S.Mat.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/index_modules.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml.C.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml_version.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/index_classes.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__common.Types.Vec.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__C.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml.Utils.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__C.Mat.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__Z.Vec.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__Z.Mat.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/index_module_types.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__C.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__io.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml.D.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__io.Context.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__D.Mat.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml.Common.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__common.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/index_class_types.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__S.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml.Common.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml.C.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__common.Types.Mat.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__S.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml.S.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__utils.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__Z.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/type_Lacaml__C.Mat.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/index_attributes.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__C.Vec.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/Lacaml__common.html' has been marked as built for documentation API but doesn't exist W: File '/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/_build/./API.docdir/style.css' has been marked as built for documentation API but doesn't exist + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 9.3.2-8.mga10 --unique-debug-suffix -9.3.2-8.mga10.x86_64 --unique-debug-src-base ocaml-lacaml-9.3.2-8.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2 find-debuginfo: starting Extracting debug info from 3 files DWARF-compressing 3 files sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/ocaml-lacaml-9.3.2-8.mga10.x86_64 cpio: _build/buffer.ml: Cannot stat: No such file or directory cpio: _build/bytes.ml: Cannot stat: No such file or directory cpio: _build/format.ml: Cannot stat: No such file or directory cpio: _build/list.ml: Cannot stat: No such file or directory cpio: _build/random.ml: Cannot stat: No such file or directory cpio: _build/stdlib.ml: Cannot stat: No such file or directory cpio: _build/string.ml: Cannot stat: No such file or directory find-debuginfo: done + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/SPECPARTS/rpm-debuginfo.specpart Processing files: ocaml-lacaml-9.3.2-8.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.rdj6nF + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build + cd lacaml-9.3.2 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT/usr/share/doc/ocaml-lacaml + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT/usr/share/doc/ocaml-lacaml + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/README.md /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT/usr/share/doc/ocaml-lacaml + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/COPYING.txt /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT/usr/share/doc/ocaml-lacaml + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/AUTHORS.txt /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT/usr/share/doc/ocaml-lacaml + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/CHANGES.txt /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT/usr/share/doc/ocaml-lacaml + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/TODO.md /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT/usr/share/doc/ocaml-lacaml + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Install_printers) = f458fb5437df4c9b4f72f94e6eb15b38 ocaml(Lacaml) = b80c5a7c478113c6608e77b2b2d00517 ocaml(Lacaml__C) = 86b1348e358108496bb6b6e96b8cd257 ocaml(Lacaml__D) = 680a3cc258a01a7d58af929ca69c85af ocaml(Lacaml__S) = 1369718a51f35e74908d44520766f88d ocaml(Lacaml__Z) = 1edcb3e502d14ee9ed5d644226878002 ocaml(Lacaml__common) = 0967571fa37b531a0b8f0808cb1bb122 ocaml(Lacaml__complex32) = c6ed171d389a19c3fc91b94058572e0f ocaml(Lacaml__complex64) = d34090487874be08eda81cc76667a371 ocaml(Lacaml__complex_io) = 0c8ece0d1f6590662cdc94758e167b05 ocaml(Lacaml__float32) = bf5457116ba25155788df1189791de86 ocaml(Lacaml__float64) = ba17079d6bff96bdf642376875e36e10 ocaml(Lacaml__impl2_C) = ca3e4fccc273b5d0f465e4522dd75edf ocaml(Lacaml__impl2_D) = 7d51cbba26e6605fe0c367216ab2d43f ocaml(Lacaml__impl2_S) = c49398f59f7e3042abfacf323b1d5532 ocaml(Lacaml__impl2_Z) = a8eecbb07678e779627a2957b287ef1d ocaml(Lacaml__impl4_C) = 9342f17e7f5d003d067908c3209a9c4a ocaml(Lacaml__impl4_D) = af52c53188db4fe2c1888a8df527d63e ocaml(Lacaml__impl4_S) = f226f6705ff4ca363f83f8f76c6f41a3 ocaml(Lacaml__impl4_Z) = 74d7c65a332213834a0c807ce504f671 ocaml(Lacaml__io) = 5b1b4127b15c67ac408cb0a3b7a4f435 ocaml(Lacaml__mat2_C) = dd4419a9e09840d733548ffb9209da1e ocaml(Lacaml__mat2_D) = 1d63b50e356850b9e5eb95c6813192e9 ocaml(Lacaml__mat2_S) = e6476884e8f951c8e57d59f56b11b03a ocaml(Lacaml__mat2_Z) = 81104b3d09c1026fd0bd5fee90c23acb ocaml(Lacaml__mat4_C) = 1b81f47cae04846e8f57e73bbf663125 ocaml(Lacaml__mat4_D) = 3b94bf9fb759899cc55ad8ff67aadfa6 ocaml(Lacaml__mat4_S) = fdee33d329e03559f1eac1989f12d58c ocaml(Lacaml__mat4_Z) = 7171b9e76dfaef661bef228e45cdbdcf ocaml(Lacaml__real_io) = 7cc4b510b5ef842c75179cfb49e29542 ocaml(Lacaml__utils) = 7595f865fd090b6422e68fbd98a59bfe ocaml(Lacaml__vec2_C) = 5b44285db9a548000abf5dab91d2d13e ocaml(Lacaml__vec2_D) = ebdfcd4b1300b229b4f258f44855f72b ocaml(Lacaml__vec2_S) = 8900a49c24e42d22767cd8ca30d8cb3d ocaml(Lacaml__vec2_Z) = 93da411bad59c8af80798c4961ba592d ocaml(Lacaml__vec4_C) = c87bd389cf6362291e862d5efda67dc2 ocaml(Lacaml__vec4_D) = 2d983e2a8123e4d5b89a7cf43a920688 ocaml(Lacaml__vec4_S) = 0f94c166752534e80f8e8832ab8d14a0 ocaml(Lacaml__vec4_Z) = 140b0bdb410be0f7fdef34c3e0789afc ocaml(Lacaml_version) = 8bb55507f473abfad49729e7f5836b56 ocaml-lacaml = 9.3.2-8.mga10 ocaml-lacaml(x86-64) = 9.3.2-8.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libblas.so.3()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) liblapack.so.3()(64bit) ocaml(Asttypes) = c6cbda0727ab24f24ff77e0199818937 ocaml(Build_path_prefix_map) = c087ed78089388f4d3a99676f2c10fc4 ocaml(CamlinternalFormatBasics) = 8f8f634558798ee408df3c50a5539b15 ocaml(CamlinternalLazy) = 5365fec4a58da3e2d8fa2186f77d9be4 ocaml(Cmi_format) = 77a1c8f1e0d22ce55ab6c81760c7b8d6 ocaml(Env) = 0a6451d38f2684902476a54801d89f8b ocaml(Ident) = a68d3b48cf66f01c3af823a07d101708 ocaml(Identifiable) = 026dfc8fdbcf370a975e554be578d5a5 ocaml(Lacaml) = b80c5a7c478113c6608e77b2b2d00517 ocaml(Lacaml__common) = 0967571fa37b531a0b8f0808cb1bb122 ocaml(Lacaml__complex32) = c6ed171d389a19c3fc91b94058572e0f ocaml(Lacaml__complex64) = d34090487874be08eda81cc76667a371 ocaml(Lacaml__complex_io) = 0c8ece0d1f6590662cdc94758e167b05 ocaml(Lacaml__float32) = bf5457116ba25155788df1189791de86 ocaml(Lacaml__float64) = ba17079d6bff96bdf642376875e36e10 ocaml(Lacaml__impl2_C) = ca3e4fccc273b5d0f465e4522dd75edf ocaml(Lacaml__impl2_D) = 7d51cbba26e6605fe0c367216ab2d43f ocaml(Lacaml__impl2_S) = c49398f59f7e3042abfacf323b1d5532 ocaml(Lacaml__impl2_Z) = a8eecbb07678e779627a2957b287ef1d ocaml(Lacaml__impl4_C) = 9342f17e7f5d003d067908c3209a9c4a ocaml(Lacaml__impl4_D) = af52c53188db4fe2c1888a8df527d63e ocaml(Lacaml__impl4_S) = f226f6705ff4ca363f83f8f76c6f41a3 ocaml(Lacaml__impl4_Z) = 74d7c65a332213834a0c807ce504f671 ocaml(Lacaml__io) = 5b1b4127b15c67ac408cb0a3b7a4f435 ocaml(Lacaml__mat2_C) = dd4419a9e09840d733548ffb9209da1e ocaml(Lacaml__mat2_D) = 1d63b50e356850b9e5eb95c6813192e9 ocaml(Lacaml__mat2_S) = e6476884e8f951c8e57d59f56b11b03a ocaml(Lacaml__mat2_Z) = 81104b3d09c1026fd0bd5fee90c23acb ocaml(Lacaml__mat4_C) = 1b81f47cae04846e8f57e73bbf663125 ocaml(Lacaml__mat4_D) = 3b94bf9fb759899cc55ad8ff67aadfa6 ocaml(Lacaml__mat4_S) = fdee33d329e03559f1eac1989f12d58c ocaml(Lacaml__mat4_Z) = 7171b9e76dfaef661bef228e45cdbdcf ocaml(Lacaml__real_io) = 7cc4b510b5ef842c75179cfb49e29542 ocaml(Lacaml__utils) = 7595f865fd090b6422e68fbd98a59bfe ocaml(Lacaml__vec2_C) = 5b44285db9a548000abf5dab91d2d13e ocaml(Lacaml__vec2_D) = ebdfcd4b1300b229b4f258f44855f72b ocaml(Lacaml__vec2_S) = 8900a49c24e42d22767cd8ca30d8cb3d ocaml(Lacaml__vec2_Z) = 93da411bad59c8af80798c4961ba592d ocaml(Lacaml__vec4_C) = c87bd389cf6362291e862d5efda67dc2 ocaml(Lacaml__vec4_D) = 2d983e2a8123e4d5b89a7cf43a920688 ocaml(Lacaml__vec4_S) = 0f94c166752534e80f8e8832ab8d14a0 ocaml(Lacaml__vec4_Z) = 140b0bdb410be0f7fdef34c3e0789afc ocaml(Load_path) = 8e616f4485805b33a8219ec934a7859a ocaml(Location) = ad05a11c5350a8043d12b4819575b03b ocaml(Longident) = dddbcb2c78e865fd75e9911c4b82a7e2 ocaml(Misc) = 9d0e49da1703d17dc3043e52bca13fe5 ocaml(Outcometree) = 674374723cd44ac1194584799175f801 ocaml(Parsetree) = d160a703cc0fe2b0a7acd97f6bf25245 ocaml(Path) = c74c2553734e7c86ab23c6946a08a019 ocaml(Primitive) = 8cd5b518055f39c57cb5bfdd62b072c1 ocaml(Shape) = a7485b44c054c48b77a4c0546f654051 ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Array) = 622d88fad859d0d0f019e691fc4fa865 ocaml(Stdlib__Bigarray) = 994a14f10d5ae081663b52b790ee11d3 ocaml(Stdlib__Buffer) = 4b09c9a6d0622bbf5a3829234b481822 ocaml(Stdlib__Bytes) = 3d02c33317c0108c61e7a5eefa37519a ocaml(Stdlib__Complex) = 4555217c759e89d65daa8f682eb09b35 ocaml(Stdlib__Digest) = 61f6495d3274a42a78a63425ef892290 ocaml(Stdlib__Either) = 26845df28d19584687a38a1ab814c3f9 ocaml(Stdlib__Format) = b6edb97b685819e873481fe05723c8bc ocaml(Stdlib__Hashtbl) = 34c0fdd524bf2a75e4d5af64a6d34401 ocaml(Stdlib__Int32) = a71ea5238030770647165f659f80b1ab ocaml(Stdlib__Int64) = 0fa5587c47baf16a06837c7dedfc2518 ocaml(Stdlib__Lazy) = 01430d340c028322c7247031a874e355 ocaml(Stdlib__Lexing) = c9318c276ac7e383fd682c2dd06be434 ocaml(Stdlib__List) = ee222542f6f8195441543b8b399b64b9 ocaml(Stdlib__Map) = 978f82916b5a172c11d2b72719d85680 ocaml(Stdlib__Nativeint) = 989149bf8f2ce1a89fecbc3f5f40f52c ocaml(Stdlib__Obj) = 25794d29f7f4018768ea900e331a2bf3 ocaml(Stdlib__Printf) = bc8af6214197dc8f40eaa738a4cd6a28 ocaml(Stdlib__Random) = 81e43bab9bd47bab804eb6e582306de1 ocaml(Stdlib__Seq) = b63511032211eae4b567ba313cd72962 ocaml(Stdlib__Set) = 871d2ee2167ac9e7977fa13994cf4658 ocaml(Stdlib__String) = 097838f294457ecbb61ccbcf86cc6972 ocaml(Stdlib__Sys) = 7726a14ce36f5c6c3abb04975cec748b ocaml(Stdlib__Uchar) = c0dde02a556a6d79e363ad365d165d57 ocaml(Subst) = 428159e3773e2a53757d43066bcfca7f ocaml(Toploop) = 1fa2e1c3d62a6ba74f5b2f24210b7277 ocaml(Type_immediacy) = 64565e32358a6229bf90cc93d486536a ocaml(Types) = 6c92ac95b66d8794b63f94c688fe1688 ocaml(Warnings) = 1c10e6007aca64cda69b6b055565b124 Processing files: ocaml-lacaml-devel-9.3.2-8.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.L5FrQc + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build + cd lacaml-9.3.2 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT/usr/share/doc/ocaml-lacaml-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT/usr/share/doc/ocaml-lacaml-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/html /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT/usr/share/doc/ocaml-lacaml-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/lacaml-9.3.2/examples /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT/usr/share/doc/ocaml-lacaml-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Install_printers) = f458fb5437df4c9b4f72f94e6eb15b38 ocaml(Lacaml) = b80c5a7c478113c6608e77b2b2d00517 ocaml(Lacaml__C) = 86b1348e358108496bb6b6e96b8cd257 ocaml(Lacaml__D) = 680a3cc258a01a7d58af929ca69c85af ocaml(Lacaml__S) = 1369718a51f35e74908d44520766f88d ocaml(Lacaml__Z) = 1edcb3e502d14ee9ed5d644226878002 ocaml(Lacaml__common) = 0967571fa37b531a0b8f0808cb1bb122 ocaml(Lacaml__complex32) = c6ed171d389a19c3fc91b94058572e0f ocaml(Lacaml__complex64) = d34090487874be08eda81cc76667a371 ocaml(Lacaml__complex_io) = 0c8ece0d1f6590662cdc94758e167b05 ocaml(Lacaml__float32) = bf5457116ba25155788df1189791de86 ocaml(Lacaml__float64) = ba17079d6bff96bdf642376875e36e10 ocaml(Lacaml__impl2_C) = ca3e4fccc273b5d0f465e4522dd75edf ocaml(Lacaml__impl2_D) = 7d51cbba26e6605fe0c367216ab2d43f ocaml(Lacaml__impl2_S) = c49398f59f7e3042abfacf323b1d5532 ocaml(Lacaml__impl2_Z) = a8eecbb07678e779627a2957b287ef1d ocaml(Lacaml__impl4_C) = 9342f17e7f5d003d067908c3209a9c4a ocaml(Lacaml__impl4_D) = af52c53188db4fe2c1888a8df527d63e ocaml(Lacaml__impl4_S) = f226f6705ff4ca363f83f8f76c6f41a3 ocaml(Lacaml__impl4_Z) = 74d7c65a332213834a0c807ce504f671 ocaml(Lacaml__io) = 5b1b4127b15c67ac408cb0a3b7a4f435 ocaml(Lacaml__mat2_C) = dd4419a9e09840d733548ffb9209da1e ocaml(Lacaml__mat2_D) = 1d63b50e356850b9e5eb95c6813192e9 ocaml(Lacaml__mat2_S) = e6476884e8f951c8e57d59f56b11b03a ocaml(Lacaml__mat2_Z) = 81104b3d09c1026fd0bd5fee90c23acb ocaml(Lacaml__mat4_C) = 1b81f47cae04846e8f57e73bbf663125 ocaml(Lacaml__mat4_D) = 3b94bf9fb759899cc55ad8ff67aadfa6 ocaml(Lacaml__mat4_S) = fdee33d329e03559f1eac1989f12d58c ocaml(Lacaml__mat4_Z) = 7171b9e76dfaef661bef228e45cdbdcf ocaml(Lacaml__real_io) = 7cc4b510b5ef842c75179cfb49e29542 ocaml(Lacaml__utils) = 7595f865fd090b6422e68fbd98a59bfe ocaml(Lacaml__vec2_C) = 5b44285db9a548000abf5dab91d2d13e ocaml(Lacaml__vec2_D) = ebdfcd4b1300b229b4f258f44855f72b ocaml(Lacaml__vec2_S) = 8900a49c24e42d22767cd8ca30d8cb3d ocaml(Lacaml__vec2_Z) = 93da411bad59c8af80798c4961ba592d ocaml(Lacaml__vec4_C) = c87bd389cf6362291e862d5efda67dc2 ocaml(Lacaml__vec4_D) = 2d983e2a8123e4d5b89a7cf43a920688 ocaml(Lacaml__vec4_S) = 0f94c166752534e80f8e8832ab8d14a0 ocaml(Lacaml__vec4_Z) = 140b0bdb410be0f7fdef34c3e0789afc ocaml(Lacaml_version) = 8bb55507f473abfad49729e7f5836b56 ocaml-lacaml-devel = 9.3.2-8.mga10 ocaml-lacaml-devel(x86-64) = 9.3.2-8.mga10 ocamlx(Install_printers) = 164ec0dc81d3b7cfb468407036a05fc1 ocamlx(Lacaml) = c4a65d4947144a39e4bac8eeaad32df4 ocamlx(Lacaml__C) = 6611e9bd0c7d66ab159c385df241053b ocamlx(Lacaml__D) = bcf750b5268c2d50dd4c962646796827 ocamlx(Lacaml__S) = a55485c9aa731c599e449fdcfd51935b ocamlx(Lacaml__Z) = 5129321cd35ad606e2ad332d00a05d4e ocamlx(Lacaml__common) = a6189f543d9f1c3672ee86e95c77cc3b ocamlx(Lacaml__complex32) = 9443c36a87ac45386e4141d1b15f54fd ocamlx(Lacaml__complex64) = a5fdbe7f10c5c6f86789f576c4ea2d55 ocamlx(Lacaml__complex_io) = ae711adf7bb89148ba56bd042ea4b933 ocamlx(Lacaml__float32) = 7b3b5ee77a5280385400138f3e8811a9 ocamlx(Lacaml__float64) = 1cb7fce7bf35ee1657d5bb3872efed57 ocamlx(Lacaml__impl2_C) = bc74d02f285b5521d1e88dc711d9445f ocamlx(Lacaml__impl2_D) = 7aae58eb1328ddc2a5c5ad7bfd4bf8dc ocamlx(Lacaml__impl2_S) = ca62a55b2b6656e325a82113125db457 ocamlx(Lacaml__impl2_Z) = b6b469a99a006d2038f02a5e1a25deeb ocamlx(Lacaml__impl4_C) = 400c9ca4ce8d736ec0de009b5f27a2fe ocamlx(Lacaml__impl4_D) = 085a5f9909ac2fa00d16c4254b07d678 ocamlx(Lacaml__impl4_S) = 4cbd00f116c599396f970714ca9453e7 ocamlx(Lacaml__impl4_Z) = a017ecf247219f14ccbb798de1b21db2 ocamlx(Lacaml__io) = 62aaaf4ea81c4bce824997dc0a8a3752 ocamlx(Lacaml__mat2_C) = 92f22b621a5205610e29ef3ea799754d ocamlx(Lacaml__mat2_D) = 839c3a62b351f52f4c700e0f0dbc9961 ocamlx(Lacaml__mat2_S) = 52bd67cebf7b3f13c2f5d0207bb04095 ocamlx(Lacaml__mat2_Z) = 6f912be10e4b8c333bda6687721d9bd3 ocamlx(Lacaml__mat4_C) = b02d3190698ec0f168ff1b32775d5817 ocamlx(Lacaml__mat4_D) = 5e5720269a72c16047c9464278ecc743 ocamlx(Lacaml__mat4_S) = 8f7e099d63c7e98826b2b7fcfdb4184f ocamlx(Lacaml__mat4_Z) = ad8ca7db4f3c4359cb13c76dd75afd90 ocamlx(Lacaml__real_io) = 04727bf623d2ce3a291832a871756dc4 ocamlx(Lacaml__utils) = 704f6fcf63bcd52e7fd9d485ccea09f0 ocamlx(Lacaml__vec2_C) = b913bf107bdca94eab3a66e5f618972a ocamlx(Lacaml__vec2_D) = 9c2f633033e346bda9f8a49a28e880b9 ocamlx(Lacaml__vec2_S) = 900f5755a67927a455011af727167400 ocamlx(Lacaml__vec2_Z) = c739f904ee8b92da56e0a2074691aff1 ocamlx(Lacaml__vec4_C) = 48e3bc763a7cd10d51eb28f2b3525ce6 ocamlx(Lacaml__vec4_D) = 22ce7e1dd97dabda1983ef7c3fbc39d7 ocamlx(Lacaml__vec4_S) = 237eb493979b0ad0363d6193155da73f ocamlx(Lacaml__vec4_Z) = 2554b577f546ab292c03da382da85b72 ocamlx(Lacaml_version) = 9778d85032b0e2bca7711877e7833a64 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(Asttypes) = c6cbda0727ab24f24ff77e0199818937 ocaml(Build_path_prefix_map) = c087ed78089388f4d3a99676f2c10fc4 ocaml(CamlinternalFormatBasics) = 8f8f634558798ee408df3c50a5539b15 ocaml(CamlinternalLazy) = 5365fec4a58da3e2d8fa2186f77d9be4 ocaml(Cmi_format) = 77a1c8f1e0d22ce55ab6c81760c7b8d6 ocaml(Env) = 0a6451d38f2684902476a54801d89f8b ocaml(Ident) = a68d3b48cf66f01c3af823a07d101708 ocaml(Identifiable) = 026dfc8fdbcf370a975e554be578d5a5 ocaml(Lacaml) = b80c5a7c478113c6608e77b2b2d00517 ocaml(Lacaml__common) = 0967571fa37b531a0b8f0808cb1bb122 ocaml(Lacaml__complex32) = c6ed171d389a19c3fc91b94058572e0f ocaml(Lacaml__complex64) = d34090487874be08eda81cc76667a371 ocaml(Lacaml__complex_io) = 0c8ece0d1f6590662cdc94758e167b05 ocaml(Lacaml__float32) = bf5457116ba25155788df1189791de86 ocaml(Lacaml__float64) = ba17079d6bff96bdf642376875e36e10 ocaml(Lacaml__impl2_C) = ca3e4fccc273b5d0f465e4522dd75edf ocaml(Lacaml__impl2_D) = 7d51cbba26e6605fe0c367216ab2d43f ocaml(Lacaml__impl2_S) = c49398f59f7e3042abfacf323b1d5532 ocaml(Lacaml__impl2_Z) = a8eecbb07678e779627a2957b287ef1d ocaml(Lacaml__impl4_C) = 9342f17e7f5d003d067908c3209a9c4a ocaml(Lacaml__impl4_D) = af52c53188db4fe2c1888a8df527d63e ocaml(Lacaml__impl4_S) = f226f6705ff4ca363f83f8f76c6f41a3 ocaml(Lacaml__impl4_Z) = 74d7c65a332213834a0c807ce504f671 ocaml(Lacaml__io) = 5b1b4127b15c67ac408cb0a3b7a4f435 ocaml(Lacaml__mat2_C) = dd4419a9e09840d733548ffb9209da1e ocaml(Lacaml__mat2_D) = 1d63b50e356850b9e5eb95c6813192e9 ocaml(Lacaml__mat2_S) = e6476884e8f951c8e57d59f56b11b03a ocaml(Lacaml__mat2_Z) = 81104b3d09c1026fd0bd5fee90c23acb ocaml(Lacaml__mat4_C) = 1b81f47cae04846e8f57e73bbf663125 ocaml(Lacaml__mat4_D) = 3b94bf9fb759899cc55ad8ff67aadfa6 ocaml(Lacaml__mat4_S) = fdee33d329e03559f1eac1989f12d58c ocaml(Lacaml__mat4_Z) = 7171b9e76dfaef661bef228e45cdbdcf ocaml(Lacaml__real_io) = 7cc4b510b5ef842c75179cfb49e29542 ocaml(Lacaml__utils) = 7595f865fd090b6422e68fbd98a59bfe ocaml(Lacaml__vec2_C) = 5b44285db9a548000abf5dab91d2d13e ocaml(Lacaml__vec2_D) = ebdfcd4b1300b229b4f258f44855f72b ocaml(Lacaml__vec2_S) = 8900a49c24e42d22767cd8ca30d8cb3d ocaml(Lacaml__vec2_Z) = 93da411bad59c8af80798c4961ba592d ocaml(Lacaml__vec4_C) = c87bd389cf6362291e862d5efda67dc2 ocaml(Lacaml__vec4_D) = 2d983e2a8123e4d5b89a7cf43a920688 ocaml(Lacaml__vec4_S) = 0f94c166752534e80f8e8832ab8d14a0 ocaml(Lacaml__vec4_Z) = 140b0bdb410be0f7fdef34c3e0789afc ocaml(Load_path) = 8e616f4485805b33a8219ec934a7859a ocaml(Location) = ad05a11c5350a8043d12b4819575b03b ocaml(Longident) = dddbcb2c78e865fd75e9911c4b82a7e2 ocaml(Misc) = 9d0e49da1703d17dc3043e52bca13fe5 ocaml(Outcometree) = 674374723cd44ac1194584799175f801 ocaml(Parsetree) = d160a703cc0fe2b0a7acd97f6bf25245 ocaml(Path) = c74c2553734e7c86ab23c6946a08a019 ocaml(Primitive) = 8cd5b518055f39c57cb5bfdd62b072c1 ocaml(Shape) = a7485b44c054c48b77a4c0546f654051 ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Array) = 622d88fad859d0d0f019e691fc4fa865 ocaml(Stdlib__Bigarray) = 994a14f10d5ae081663b52b790ee11d3 ocaml(Stdlib__Buffer) = 4b09c9a6d0622bbf5a3829234b481822 ocaml(Stdlib__Bytes) = 3d02c33317c0108c61e7a5eefa37519a ocaml(Stdlib__Complex) = 4555217c759e89d65daa8f682eb09b35 ocaml(Stdlib__Digest) = 61f6495d3274a42a78a63425ef892290 ocaml(Stdlib__Either) = 26845df28d19584687a38a1ab814c3f9 ocaml(Stdlib__Format) = b6edb97b685819e873481fe05723c8bc ocaml(Stdlib__Hashtbl) = 34c0fdd524bf2a75e4d5af64a6d34401 ocaml(Stdlib__Int32) = a71ea5238030770647165f659f80b1ab ocaml(Stdlib__Int64) = 0fa5587c47baf16a06837c7dedfc2518 ocaml(Stdlib__Lazy) = 01430d340c028322c7247031a874e355 ocaml(Stdlib__Lexing) = c9318c276ac7e383fd682c2dd06be434 ocaml(Stdlib__List) = ee222542f6f8195441543b8b399b64b9 ocaml(Stdlib__Map) = 978f82916b5a172c11d2b72719d85680 ocaml(Stdlib__Nativeint) = 989149bf8f2ce1a89fecbc3f5f40f52c ocaml(Stdlib__Obj) = 25794d29f7f4018768ea900e331a2bf3 ocaml(Stdlib__Printf) = bc8af6214197dc8f40eaa738a4cd6a28 ocaml(Stdlib__Random) = 81e43bab9bd47bab804eb6e582306de1 ocaml(Stdlib__Seq) = b63511032211eae4b567ba313cd72962 ocaml(Stdlib__Set) = 871d2ee2167ac9e7977fa13994cf4658 ocaml(Stdlib__String) = 097838f294457ecbb61ccbcf86cc6972 ocaml(Stdlib__Sys) = 7726a14ce36f5c6c3abb04975cec748b ocaml(Stdlib__Uchar) = c0dde02a556a6d79e363ad365d165d57 ocaml(Subst) = 428159e3773e2a53757d43066bcfca7f ocaml(Toploop) = 1fa2e1c3d62a6ba74f5b2f24210b7277 ocaml(Type_immediacy) = 64565e32358a6229bf90cc93d486536a ocaml(Types) = 6c92ac95b66d8794b63f94c688fe1688 ocaml(Warnings) = 1c10e6007aca64cda69b6b055565b124 ocamlx(Lacaml__common) = a6189f543d9f1c3672ee86e95c77cc3b ocamlx(Lacaml__complex32) = 9443c36a87ac45386e4141d1b15f54fd ocamlx(Lacaml__complex64) = a5fdbe7f10c5c6f86789f576c4ea2d55 ocamlx(Lacaml__complex_io) = ae711adf7bb89148ba56bd042ea4b933 ocamlx(Lacaml__float32) = 7b3b5ee77a5280385400138f3e8811a9 ocamlx(Lacaml__float64) = 1cb7fce7bf35ee1657d5bb3872efed57 ocamlx(Lacaml__impl2_C) = bc74d02f285b5521d1e88dc711d9445f ocamlx(Lacaml__impl2_D) = 7aae58eb1328ddc2a5c5ad7bfd4bf8dc ocamlx(Lacaml__impl2_S) = ca62a55b2b6656e325a82113125db457 ocamlx(Lacaml__impl2_Z) = b6b469a99a006d2038f02a5e1a25deeb ocamlx(Lacaml__impl4_C) = 400c9ca4ce8d736ec0de009b5f27a2fe ocamlx(Lacaml__impl4_D) = 085a5f9909ac2fa00d16c4254b07d678 ocamlx(Lacaml__impl4_S) = 4cbd00f116c599396f970714ca9453e7 ocamlx(Lacaml__impl4_Z) = a017ecf247219f14ccbb798de1b21db2 ocamlx(Lacaml__io) = 62aaaf4ea81c4bce824997dc0a8a3752 ocamlx(Lacaml__mat2_C) = 92f22b621a5205610e29ef3ea799754d ocamlx(Lacaml__mat2_D) = 839c3a62b351f52f4c700e0f0dbc9961 ocamlx(Lacaml__mat2_S) = 52bd67cebf7b3f13c2f5d0207bb04095 ocamlx(Lacaml__mat2_Z) = 6f912be10e4b8c333bda6687721d9bd3 ocamlx(Lacaml__mat4_C) = b02d3190698ec0f168ff1b32775d5817 ocamlx(Lacaml__mat4_D) = 5e5720269a72c16047c9464278ecc743 ocamlx(Lacaml__mat4_S) = 8f7e099d63c7e98826b2b7fcfdb4184f ocamlx(Lacaml__mat4_Z) = ad8ca7db4f3c4359cb13c76dd75afd90 ocamlx(Lacaml__real_io) = 04727bf623d2ce3a291832a871756dc4 ocamlx(Lacaml__utils) = 704f6fcf63bcd52e7fd9d485ccea09f0 ocamlx(Lacaml__vec2_C) = b913bf107bdca94eab3a66e5f618972a ocamlx(Lacaml__vec2_D) = 9c2f633033e346bda9f8a49a28e880b9 ocamlx(Lacaml__vec2_S) = 900f5755a67927a455011af727167400 ocamlx(Lacaml__vec2_Z) = c739f904ee8b92da56e0a2074691aff1 ocamlx(Lacaml__vec4_C) = 48e3bc763a7cd10d51eb28f2b3525ce6 ocamlx(Lacaml__vec4_D) = 22ce7e1dd97dabda1983ef7c3fbc39d7 ocamlx(Lacaml__vec4_S) = 237eb493979b0ad0363d6193155da73f ocamlx(Lacaml__vec4_Z) = 2554b577f546ab292c03da382da85b72 ocamlx(Stdlib) = 38e227ea48015bcdfb5d9a4f1cb2689a ocamlx(Stdlib__Array) = c17b2f7cf4a4cce9bfec4b26eec495f7 ocamlx(Stdlib__Bigarray) = dc4669f690cc58c0a160d55aac998b20 ocamlx(Stdlib__Buffer) = ec734da0dbd1f4871a6e468dd99f1edb ocamlx(Stdlib__Bytes) = e596dc3e9601d184f8fb9caa16ebc39e ocamlx(Stdlib__Complex) = 02a5b1aa72d29c35f57a46a23a9da861 ocamlx(Stdlib__Format) = 252dee0ca8b365189f2ed175e3779e3c ocamlx(Stdlib__Int32) = 902c74c2fdd5555916320d907ba89f7f ocamlx(Stdlib__Lexing) = b92bcde89c2e887e267fc7f0ad189ee9 ocamlx(Stdlib__List) = 55527cfeed14dbd1464fa9bc64111883 ocamlx(Stdlib__Printf) = b5325f43d38afc618da7b0fb873c7faa ocamlx(Stdlib__Random) = 4e7342c0bcf9660dc77ca008890965fc ocamlx(Stdlib__String) = 650b799d3032d2e3c133eae0b21c0f95 ocamlx(Stdlib__Sys) = 5c3bb467dddca8a9684f29a499f12938 ocamlx(Toploop) = 8a13e056d6dab4ef1d3baf23ebdc5cbc Processing files: ocaml-lacaml-debugsource-9.3.2-8.mga10.x86_64 Provides: ocaml-lacaml-debugsource = 9.3.2-8.mga10 ocaml-lacaml-debugsource(x86-64) = 9.3.2-8.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-lacaml-debuginfo-9.3.2-8.mga10.x86_64 Provides: debuginfo(build-id) = 19f4209b728211add62dd498bd631cd3e3952cd2 debuginfo(build-id) = 3c0d8c7101737c0ed0e38d2103e28b7ce40d0d3c debuginfo(build-id) = 4c73c2e4541f3a12e72dddf438216927a4bf4d1a ocaml-lacaml-debuginfo = 9.3.2-8.mga10 ocaml-lacaml-debuginfo(x86-64) = 9.3.2-8.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-lacaml-debugsource(x86-64) = 9.3.2-8.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-lacaml-debugsource-9.3.2-8.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-lacaml-debuginfo-9.3.2-8.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-lacaml-9.3.2-8.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-lacaml-devel-9.3.2-8.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Yopdn6 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build + test -d /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build + rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-lacaml-9.3.2-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!