<86>Nov 13 03:17:23 userdel[1066201]: delete user 'rooter' <86>Nov 13 03:17:23 userdel[1066201]: removed group 'rooter' owned by 'rooter' <86>Nov 13 03:17:23 userdel[1066201]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 13 03:17:23 groupadd[1066219]: group added to /etc/group: name=rooter, GID=990 <86>Nov 13 03:17:23 groupadd[1066219]: group added to /etc/gshadow: name=rooter <86>Nov 13 03:17:23 groupadd[1066219]: new group: name=rooter, GID=990 <86>Nov 13 03:17:23 useradd[1066232]: new user: name=rooter, UID=990, GID=990, home=/root, shell=/bin/bash <86>Nov 13 03:17:23 userdel[1066252]: delete user 'builder' <86>Nov 13 03:17:23 userdel[1066252]: removed group 'builder' owned by 'builder' <86>Nov 13 03:17:23 groupadd[1066267]: group added to /etc/group: name=builder, GID=991 <86>Nov 13 03:17:23 groupadd[1066267]: group added to /etc/gshadow: name=builder <86>Nov 13 03:17:23 groupadd[1066267]: new group: name=builder, GID=991 <86>Nov 13 03:17:23 useradd[1066278]: new user: name=builder, UID=991, GID=991, home=/usr/src, shell=/bin/bash <13>Nov 13 03:17:24 rpmi: ocaml-runtime-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed <13>Nov 13 03:17:24 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+288339.1400.3.1 1636230742 installed <13>Nov 13 03:17:34 rpmi: ocaml-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed <13>Nov 13 03:17:34 rpmi: ocaml-bigarray-compat-1.0.0-alt2 sisyphus+288339.4500.3.1 1636231738 installed <13>Nov 13 03:17:34 rpmi: ocaml-integers-0.5.1-alt1 sisyphus+288339.4100.3.1 1636231615 installed <13>Nov 13 03:17:34 rpmi: ocaml-integers-devel-0.5.1-alt1 sisyphus+288339.4100.3.1 1636231615 installed <13>Nov 13 03:17:34 rpmi: ocaml-bigarray-compat-devel-1.0.0-alt2 sisyphus+288339.4500.3.1 1636231738 installed <13>Nov 13 03:17:34 rpmi: ocaml-findlib-1.9.1-alt2 sisyphus+288339.1600.3.1 1636230816 installed <13>Nov 13 03:17:34 rpmi: libffi-devel-1:3.4.2-alt2 sisyphus+287629.100.2.1 1634659534 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ocaml-ctypes-0.19.1-alt1.nosrc.rpm (w1.gzdio) Installing ocaml-ctypes-0.19.1-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.77404 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-ctypes-0.19.1 + echo 'Source #0 (ocaml-ctypes-0.19.1.tar):' Source #0 (ocaml-ctypes-0.19.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-ctypes-0.19.1.tar + cd ocaml-ctypes-0.19.1 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (make-ocamlfind-ldconf.patch):' Patch #1 (make-ocamlfind-ldconf.patch): + /usr/bin/patch -p1 patching file Makefile Hunk #1 succeeded at 155 (offset -29 lines). + echo 'Patch #2 (make-install-mls.patch):' Patch #2 (make-install-mls.patch): + /usr/bin/patch -p1 patching file Makefile Hunk #1 succeeded at 157 with fuzz 2 (offset -28 lines). patching file Makefile.rules + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.77404 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-ctypes-0.19.1 + make make: Entering directory '/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1' ./src/discover/determine_as_needed_flags.sh >> asneeded.config ocamlfind ocamlc -o discover -package str -strict-sequence -linkpkg src/discover/commands.mli src/discover/commands.ml src/discover/discover.ml -I src/discover File "src/discover/commands.ml", line 62, characters 20-33: 62 | let stdout = file_contents stdout_filename in ^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label filename was omitted in the application of this function. File "src/discover/commands.ml", line 63, characters 20-33: 63 | let stderr = file_contents stderr_filename in ^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label filename was omitted in the application of this function. ./discover -ocamlc "ocamlfind ocamlc" > libffi.config || (rm libffi.config && false) testing for brew: .............................. unavailable testing for MacPorts: .......................... unavailable testing for pkg-config: ........................ available testing for libffi: ............................ available ocamlfind ocamlc -o gen_c_primitives -package str -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_c_primitives.ml -I src/configure ./gen_c_primitives > src/ctypes/ctypes_primitives.ml 2> gen_c_primitives.log || (rm src/ctypes/ctypes_primitives.ml && cat gen_c_primitives.log || false) ocamlfind ocamlc -o gen_libffi_abi -package str -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_libffi_abi.ml -I src/configure ./gen_libffi_abi > src/ctypes-foreign/libffi_abi.ml 2> gen_c_primitives.log || (rm src/ctypes-foreign/libffi_abi.ml && cat gen_c_primitives.log || false) cp src/ctypes-foreign/dl.ml.unix src/ctypes-foreign/dl.ml cp src/ctypes-foreign/dl_stubs.c.unix src/ctypes-foreign/dl_stubs.c ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/ctypes_ptr.cmo -I _build/src/ctypes src/ctypes/ctypes_ptr.ml ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/ctypes_roots_stubs.cmo -I _build/src/ctypes src/ctypes/ctypes_roots_stubs.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/lDouble.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes src/ctypes/lDouble.mli ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/lDouble.cmo -I _build/src/ctypes src/ctypes/lDouble.ml ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/ctypes_bigarray_stubs.cmo -I _build/src/ctypes src/ctypes/ctypes_bigarray_stubs.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/complexL.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes src/ctypes/complexL.mli ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/complexL.cmo -I _build/src/ctypes src/ctypes/complexL.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes src/ctypes/ctypes_primitive_types.mli ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/ctypes_primitive_types.cmo -I _build/src/ctypes src/ctypes/ctypes_primitive_types.ml ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/ctypes_primitives.cmo -I _build/src/ctypes src/ctypes/ctypes_primitives.ml ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/ctypes_value_printing_stubs.cmo -I _build/src/ctypes src/ctypes/ctypes_value_printing_stubs.ml ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/ctypes_memory_stubs.cmo -I _build/src/ctypes src/ctypes/ctypes_memory_stubs.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes src/ctypes/ctypes_bigarray.mli ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/ctypes_bigarray.cmo -I _build/src/ctypes src/ctypes/ctypes_bigarray.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_static.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes src/ctypes/ctypes_static.mli ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/ctypes_static.cmo -I _build/src/ctypes src/ctypes/ctypes_static.ml ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/ctypes_std_view_stubs.cmo -I _build/src/ctypes src/ctypes/ctypes_std_view_stubs.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_structs.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes src/ctypes/ctypes_structs.mli ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/ctypes_structs.cmo -I _build/src/ctypes src/ctypes/ctypes_structs.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_structs_computed.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes src/ctypes/ctypes_structs_computed.mli ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/ctypes_structs_computed.cmo -I _build/src/ctypes src/ctypes/ctypes_structs_computed.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_type_printing.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes src/ctypes/ctypes_type_printing.mli ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/ctypes_type_printing.cmo -I _build/src/ctypes src/ctypes/ctypes_type_printing.ml ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/ctypes_memory.cmo -I _build/src/ctypes src/ctypes/ctypes_memory.ml File "src/ctypes/ctypes_memory.ml", line 211, characters 30-40: 211 | let CPointer dst as r = allocate_n reftyp alength in ^^^^^^^^^^ Warning 6 [labels-omitted]: label count was omitted in the application of this function. ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes src/ctypes/ctypes_coerce.mli ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/ctypes_coerce.cmo -I _build/src/ctypes src/ctypes/ctypes_coerce.ml ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/ctypes_std_views.cmo -I _build/src/ctypes src/ctypes/ctypes_std_views.ml ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/ctypes_value_printing.cmo -I _build/src/ctypes src/ctypes/ctypes_value_printing.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_types.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes src/ctypes/ctypes_types.mli ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes src/ctypes/ctypes.mli ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/ctypes.cmo -I _build/src/ctypes src/ctypes/ctypes.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/cstubs_internals.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes src/ctypes/cstubs_internals.mli ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/cstubs_internals.cmo -I _build/src/ctypes src/ctypes/cstubs_internals.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/posixTypes.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes src/ctypes/posixTypes.mli ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes/posixTypes.cmo -I _build/src/ctypes src/ctypes/posixTypes.ml ocamlfind ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -cclib -lctypes_stubs -dllib -lctypes_stubs -cclib -lintegers_stubs -dllib -lintegers_stubs -package bigarray-compat -package integers -o _build/ctypes.cma _build/src/ctypes/ctypes_ptr.cmo _build/src/ctypes/ctypes_roots_stubs.cmo _build/src/ctypes/lDouble.cmo _build/src/ctypes/ctypes_bigarray_stubs.cmo _build/src/ctypes/complexL.cmo _build/src/ctypes/ctypes_primitive_types.cmo _build/src/ctypes/ctypes_primitives.cmo _build/src/ctypes/ctypes_value_printing_stubs.cmo _build/src/ctypes/ctypes_memory_stubs.cmo _build/src/ctypes/ctypes_bigarray.cmo _build/src/ctypes/ctypes_static.cmo _build/src/ctypes/ctypes_std_view_stubs.cmo _build/src/ctypes/ctypes_structs.cmo _build/src/ctypes/ctypes_structs_computed.cmo _build/src/ctypes/ctypes_type_printing.cmo _build/src/ctypes/ctypes_memory.cmo _build/src/ctypes/ctypes_coerce.cmo _build/src/ctypes/ctypes_std_views.cmo _build/src/ctypes/ctypes_value_printing.cmo _build/src/ctypes/ctypes.cmo _build/src/ctypes/cstubs_internals.cmo _build/src/ctypes/posixTypes.cmo -cclib -Wl,--no-as-needed cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o complex_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes/complex_stubs.c cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o ctypes_bigarrays.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes/ctypes_bigarrays.c cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o ctypes_roots.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes/ctypes_roots.c cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o ldouble_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes/ldouble_stubs.c cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o managed_buffer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes/managed_buffer_stubs.c cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o posix_types_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes/posix_types_stubs.c cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o raw_pointer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes/raw_pointer_stubs.c cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o type_info_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes/type_info_stubs.c ocamlfind ocamlmklib -o _build/ctypes_stubs _build/src/ctypes/complex_stubs.o _build/src/ctypes/ctypes_bigarrays.o _build/src/ctypes/ctypes_roots.o _build/src/ctypes/ldouble_stubs.o _build/src/ctypes/managed_buffer_stubs.o _build/src/ctypes/posix_types_stubs.o _build/src/ctypes/raw_pointer_stubs.o _build/src/ctypes/type_info_stubs.o ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_ptr.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_ptr.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_roots_stubs.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_roots_stubs.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/lDouble.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/lDouble.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray_stubs.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_bigarray_stubs.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/complexL.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/complexL.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_primitive_types.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_primitives.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_primitives.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_value_printing_stubs.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_value_printing_stubs.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_memory_stubs.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_memory_stubs.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_bigarray.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_static.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_static.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_std_view_stubs.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_std_view_stubs.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_structs.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_structs.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_structs_computed.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_structs_computed.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_type_printing.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_type_printing.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_memory.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_memory.ml File "src/ctypes/ctypes_memory.ml", line 211, characters 30-40: 211 | let CPointer dst as r = allocate_n reftyp alength in ^^^^^^^^^^ Warning 6 [labels-omitted]: label count was omitted in the application of this function. ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_coerce.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_std_views.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_std_views.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_value_printing.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_value_printing.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/cstubs_internals.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/cstubs_internals.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes/posixTypes.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/posixTypes.ml ocamlfind opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -cclib -lctypes_stubs -cclib -lintegers_stubs -o _build/ctypes.cmxa _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx -cclib -Wl,--no-as-needed ocamlfind opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package bigarray-compat -package integers -o _build/ctypes.cmxs _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx _build/src/ctypes/complex_stubs.o _build/src/ctypes/ctypes_bigarrays.o _build/src/ctypes/ctypes_roots.o _build/src/ctypes/ldouble_stubs.o _build/src/ctypes/managed_buffer_stubs.o _build/src/ctypes/posix_types_stubs.o _build/src/ctypes/raw_pointer_stubs.o _build/src/ctypes/type_info_stubs.o -cclib -Wl,--no-as-needed ld: _build/src/ctypes/posixTypes.o: warning: relocation in read-only section `.text' ld: warning: creating DT_TEXTREL in a shared object ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-top/ctypes_printers.cmi -package compiler-libs -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes-top -I _build/src/ctypes src/ctypes-top/ctypes_printers.mli findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs ocamlfind ocamlc -package compiler-libs -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes-top/ctypes_printers.cmo -I _build/src/ctypes-top -I _build/src/ctypes src/ctypes-top/ctypes_printers.ml findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs ocamlfind ocamlc -package compiler-libs -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/ctypes-top/install_ctypes_printers.cmo -I _build/src/ctypes-top -I _build/src/ctypes src/ctypes-top/install_ctypes_printers.ml findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs ocamlfind ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package compiler-libs -package integers -o _build/ctypes-top.cma _build/src/ctypes-top/ctypes_printers.cmo _build/src/ctypes-top/install_ctypes_printers.cmo -cclib -Wl,--no-as-needed findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs ocamlfind opt -bin-annot -c -o _build/src/ctypes-top/ctypes_printers.cmx -package compiler-libs -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package compiler-libs -package integers -I _build/src/ctypes-top -I _build/src/ctypes src/ctypes-top/ctypes_printers.ml findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs ocamlfind opt -bin-annot -c -o _build/src/ctypes-top/install_ctypes_printers.cmx -package compiler-libs -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package compiler-libs -package integers -I _build/src/ctypes-top -I _build/src/ctypes src/ctypes-top/install_ctypes_printers.ml findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque ocamlfind opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package compiler-libs -package integers -o _build/ctypes-top.cmxa _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx -cclib -Wl,--no-as-needed findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs ocamlfind opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package compiler-libs -package integers -o _build/ctypes-top.cmxs _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx -cclib -Wl,--no-as-needed findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs ld: _build/src/ctypes-top/install_ctypes_printers.o: warning: relocation in read-only section `.text' ld: warning: creating DT_TEXTREL in a shared object ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_closure_properties.cmi -package integers -thread -package threads -opaque -no-keep-locs -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_closure_properties.mli ocamlfind ocamlc -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -c -o _build/src/ctypes-foreign/ctypes_closure_properties.cmo -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_closure_properties.ml ocamlfind ocamlc -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -c -o _build/src/ctypes-foreign/ctypes_ffi_stubs.cmo -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_ffi_stubs.ml ocamlfind ocamlc -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -c -o _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmo -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_foreign_threaded_stubs.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_weak_ref.cmi -package integers -thread -package threads -opaque -no-keep-locs -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_weak_ref.mli ocamlfind ocamlc -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -c -o _build/src/ctypes-foreign/ctypes_weak_ref.cmo -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_weak_ref.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/dl.cmi -package integers -thread -package threads -opaque -no-keep-locs -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/dl.mli ocamlfind ocamlc -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -c -o _build/src/ctypes-foreign/dl.cmo -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/dl.ml File "src/ctypes-foreign/dl.ml", line 51, characters 12-20: 51 | let dlopen ?filename ~flags = ^^^^^^^^ Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. File "src/ctypes-foreign/dl.ml", line 61, characters 11-17: 61 | let dlsym ?handle ~symbol = ^^^^^^ Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/libffi_abi.cmi -package integers -thread -package threads -opaque -no-keep-locs -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/libffi_abi.mli ocamlfind ocamlc -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -c -o _build/src/ctypes-foreign/libffi_abi.cmo -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/libffi_abi.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_ffi.cmi -package integers -thread -package threads -opaque -no-keep-locs -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_ffi.mli ocamlfind ocamlc -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -c -o _build/src/ctypes-foreign/ctypes_ffi.cmo -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_ffi.ml ocamlfind ocamlc -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -c -o _build/src/ctypes-foreign/ctypes_foreign_basis.cmo -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_foreign_basis.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/foreign.cmi -package integers -thread -package threads -opaque -no-keep-locs -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/foreign.mli ocamlfind ocamlc -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -c -o _build/src/ctypes-foreign/foreign.cmo -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/foreign.ml ocamlfind ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -cclib -lctypes-foreign_stubs -dllib -lctypes-foreign_stubs -package integers -thread -package threads -o _build/ctypes-foreign.cma _build/src/ctypes-foreign/ctypes_closure_properties.cmo _build/src/ctypes-foreign/ctypes_ffi_stubs.cmo _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmo _build/src/ctypes-foreign/ctypes_weak_ref.cmo _build/src/ctypes-foreign/dl.cmo _build/src/ctypes-foreign/libffi_abi.cmo _build/src/ctypes-foreign/ctypes_ffi.cmo _build/src/ctypes-foreign/ctypes_foreign_basis.cmo _build/src/ctypes-foreign/foreign.cmo -cclib -Wl,--no-as-needed -cclib -lffi cd _build/src/ctypes-foreign && ocamlfind ocamlc -c -package integers -thread -package threads -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o dl_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes-foreign/dl_stubs.c cd _build/src/ctypes-foreign && ocamlfind ocamlc -c -package integers -thread -package threads -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o ffi_call_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes-foreign/ffi_call_stubs.c cd _build/src/ctypes-foreign && ocamlfind ocamlc -c -package integers -thread -package threads -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o ffi_type_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes-foreign/ffi_type_stubs.c cd _build/src/ctypes-foreign && ocamlfind ocamlc -c -package integers -thread -package threads -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o foreign_threaded_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes-foreign/foreign_threaded_stubs.c ocamlfind ocamlmklib -o _build/ctypes-foreign_stubs _build/src/ctypes-foreign/dl_stubs.o _build/src/ctypes-foreign/ffi_call_stubs.o _build/src/ctypes-foreign/ffi_type_stubs.o _build/src/ctypes-foreign/foreign_threaded_stubs.o -ldopt -lffi ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_closure_properties.cmx -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -package integers -thread -package threads -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_closure_properties.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_ffi_stubs.cmx -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -package integers -thread -package threads -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_ffi_stubs.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmx -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -package integers -thread -package threads -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_foreign_threaded_stubs.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_weak_ref.cmx -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -package integers -thread -package threads -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_weak_ref.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign/dl.cmx -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -package integers -thread -package threads -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/dl.ml File "src/ctypes-foreign/dl.ml", line 51, characters 12-20: 51 | let dlopen ?filename ~flags = ^^^^^^^^ Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. File "src/ctypes-foreign/dl.ml", line 61, characters 11-17: 61 | let dlsym ?handle ~symbol = ^^^^^^ Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign/libffi_abi.cmx -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -package integers -thread -package threads -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/libffi_abi.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_ffi.cmx -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -package integers -thread -package threads -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_ffi.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_foreign_basis.cmx -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -package integers -thread -package threads -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_foreign_basis.ml ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign/foreign.cmx -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -package integers -thread -package threads -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/foreign.ml ocamlfind opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -package integers -thread -package threads -cclib -lctypes-foreign_stubs -o _build/ctypes-foreign.cmxa _build/src/ctypes-foreign/ctypes_closure_properties.cmx _build/src/ctypes-foreign/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmx _build/src/ctypes-foreign/ctypes_weak_ref.cmx _build/src/ctypes-foreign/dl.cmx _build/src/ctypes-foreign/libffi_abi.cmx _build/src/ctypes-foreign/ctypes_ffi.cmx _build/src/ctypes-foreign/ctypes_foreign_basis.cmx _build/src/ctypes-foreign/foreign.cmx -cclib -Wl,--no-as-needed -cclib -lffi ocamlfind opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -thread -package integers -thread -package threads -o _build/ctypes-foreign.cmxs _build/src/ctypes-foreign/ctypes_closure_properties.cmx _build/src/ctypes-foreign/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmx _build/src/ctypes-foreign/ctypes_weak_ref.cmx _build/src/ctypes-foreign/dl.cmx _build/src/ctypes-foreign/libffi_abi.cmx _build/src/ctypes-foreign/ctypes_ffi.cmx _build/src/ctypes-foreign/ctypes_foreign_basis.cmx _build/src/ctypes-foreign/foreign.cmx _build/src/ctypes-foreign/dl_stubs.o _build/src/ctypes-foreign/ffi_call_stubs.o _build/src/ctypes-foreign/ffi_type_stubs.o _build/src/ctypes-foreign/foreign_threaded_stubs.o -cclib -Wl,--no-as-needed -cclib -lffi ld: _build/src/ctypes-foreign/ctypes_foreign_basis.o: warning: relocation in read-only section `.text' ld: warning: creating DT_TEXTREL in a shared object ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_analysis.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_analysis.mli ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/cstubs/cstubs_analysis.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_analysis.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_errors.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_errors.mli ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/cstubs/cstubs_errors.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_errors.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/ctypes_path.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/ctypes_path.mli ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/cstubs/ctypes_path.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/ctypes_path.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_public_name.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_public_name.mli ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/cstubs/cstubs_public_name.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_public_name.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_generate_ml.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_generate_ml.mli ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/cstubs/cstubs_generate_ml.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_generate_ml.ml ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/cstubs/cstubs_c_language.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_c_language.ml ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/cstubs/cstubs_emit_c.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_emit_c.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_generate_c.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_generate_c.mli ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/cstubs/cstubs_generate_c.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_generate_c.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_inverted.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_inverted.mli ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/cstubs/cstubs_inverted.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_inverted.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_structs.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_structs.mli ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/cstubs/cstubs_structs.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_structs.ml ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs.mli ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -c -o _build/src/cstubs/cstubs.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs.ml ocamlfind ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package str -package integers -o _build/cstubs.cma _build/src/cstubs/cstubs_analysis.cmo _build/src/cstubs/cstubs_errors.cmo _build/src/cstubs/ctypes_path.cmo _build/src/cstubs/cstubs_public_name.cmo _build/src/cstubs/cstubs_generate_ml.cmo _build/src/cstubs/cstubs_c_language.cmo _build/src/cstubs/cstubs_emit_c.cmo _build/src/cstubs/cstubs_generate_c.cmo _build/src/cstubs/cstubs_inverted.cmo _build/src/cstubs/cstubs_structs.cmo _build/src/cstubs/cstubs.cmo -cclib -Wl,--no-as-needed ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_analysis.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_analysis.ml ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_errors.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_errors.ml ocamlfind opt -bin-annot -c -o _build/src/cstubs/ctypes_path.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/ctypes_path.ml ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_public_name.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_public_name.ml ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_generate_ml.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_generate_ml.ml ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_c_language.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_c_language.ml ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_emit_c.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_emit_c.ml ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_generate_c.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_generate_c.ml ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_inverted.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_inverted.ml ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_structs.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_structs.ml ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs.ml ocamlfind opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package str -package integers -o _build/cstubs.cmxa _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx -cclib -Wl,--no-as-needed ocamlfind opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" -package str -package integers -o _build/cstubs.cmxs _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx -cclib -Wl,--no-as-needed ld: _build/src/cstubs/cstubs.o: warning: relocation in read-only section `.text' ld: warning: creating DT_TEXTREL in a shared object make: Leaving directory '/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.62197 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-ctypes-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-ctypes-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-ctypes-0.19.1 + mkdir -p /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml + cp /usr/lib/ocaml/ld.conf ld.conf + chmod +x ld.conf + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/ocaml-ctypes-buildroot OCAMLFIND_LDCONF=ld.conf OCAMLFIND_DESTDIR=/usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml make: Entering directory '/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1' ocamlfind install ctypes META CHANGES.md Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/CHANGES.md Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/META ocamlfind install -add ctypes -optional -ldconf ld.conf _build/ctypes.cma _build/dllctypes_stubs.so _build/ctypes.cmxa _build/ctypes.cmxs _build/libctypes_stubs.a _build/ctypes.a src/ctypes/lDouble.ml src/ctypes/complexL.ml src/ctypes/ctypes.ml src/ctypes/posixTypes.ml src/ctypes/ctypes_types.ml src/ctypes/lDouble.mli src/ctypes/complexL.mli src/ctypes/ctypes.mli src/ctypes/posixTypes.mli src/ctypes/ctypes_types.mli _build/src/ctypes/lDouble.cmi _build/src/ctypes/complexL.cmi _build/src/ctypes/ctypes.cmi _build/src/ctypes/posixTypes.cmi _build/src/ctypes/ctypes_types.cmi _build/src/ctypes/ctypes_static.cmi _build/src/ctypes/ctypes_primitive_types.cmi _build/src/ctypes/ctypes_structs.cmi _build/src/ctypes/cstubs_internals.cmi _build/src/ctypes/lDouble.cmt _build/src/ctypes/complexL.cmt _build/src/ctypes/ctypes.cmt _build/src/ctypes/posixTypes.cmt _build/src/ctypes/ctypes_types.cmt _build/src/ctypes/lDouble.cmti _build/src/ctypes/complexL.cmti _build/src/ctypes/ctypes.cmti _build/src/ctypes/posixTypes.cmti _build/src/ctypes/ctypes_types.cmti src/ctypes/cstubs_internals.h src/ctypes/ctypes_complex_compatibility.h src/ctypes/ctypes_complex_stubs.h src/ctypes/ctypes_cstubs_internals.h src/ctypes/ctypes_ldouble_stubs.h src/ctypes/ctypes_managed_buffer_stubs.h src/ctypes/ctypes_primitives.h src/ctypes/ctypes_raw_pointer.h src/ctypes/ctypes_type_info_stubs.h _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/posixTypes.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_internals.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_value_printing.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_std_views.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_coerce.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_memory.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_type_printing.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_structs_computed.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_structs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_std_view_stubs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_static.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_bigarray.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_memory_stubs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_value_printing_stubs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_primitives.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_primitive_types.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/complexL.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_bigarray_stubs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/lDouble.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_roots_stubs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_ptr.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_type_info_stubs.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_raw_pointer.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_primitives.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_managed_buffer_stubs.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_ldouble_stubs.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_cstubs_internals.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_complex_stubs.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_complex_compatibility.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_internals.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_types.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/posixTypes.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/complexL.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/lDouble.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/posixTypes.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/complexL.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/lDouble.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_internals.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_structs.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_primitive_types.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_static.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_types.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/posixTypes.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/complexL.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/lDouble.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_types.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/posixTypes.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/complexL.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/lDouble.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/posixTypes.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/complexL.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/lDouble.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes.a Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/libctypes_stubs.a Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes.cmxs Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes.cmxa Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/dllctypes_stubs.so Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes.cma Updated ld.conf ocamlfind install -add ctypes -optional -ldconf ld.conf _build/ctypes-top.cma _build/ctypes-top.cmxa _build/ctypes-top.cmxs _build/ctypes-top.a src/ctypes-top/ctypes_printers.ml src/ctypes-top/ctypes_printers.mli _build/src/ctypes-top/ctypes_printers.cmi _build/src/ctypes-top/ctypes_printers.cmt _build/src/ctypes-top/ctypes_printers.cmti _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/install_ctypes_printers.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_printers.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_printers.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_printers.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_printers.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_printers.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_printers.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes-top.a Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes-top.cmxs Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes-top.cmxa Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes-top.cma ocamlfind install -add ctypes -optional -ldconf ld.conf _build/ctypes-foreign.cma _build/dllctypes-foreign_stubs.so _build/ctypes-foreign.cmxa _build/ctypes-foreign.cmxs _build/libctypes-foreign_stubs.a _build/ctypes-foreign.a src/ctypes-foreign/dl.ml src/ctypes-foreign/libffi_abi.ml src/ctypes-foreign/foreign.ml src/ctypes-foreign/dl.mli src/ctypes-foreign/libffi_abi.mli src/ctypes-foreign/foreign.mli _build/src/ctypes-foreign/dl.cmi _build/src/ctypes-foreign/libffi_abi.cmi _build/src/ctypes-foreign/foreign.cmi _build/src/ctypes-foreign/dl.cmt _build/src/ctypes-foreign/libffi_abi.cmt _build/src/ctypes-foreign/foreign.cmt _build/src/ctypes-foreign/dl.cmti _build/src/ctypes-foreign/libffi_abi.cmti _build/src/ctypes-foreign/foreign.cmti _build/src/ctypes-foreign/ctypes_closure_properties.cmx _build/src/ctypes-foreign/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmx _build/src/ctypes-foreign/ctypes_weak_ref.cmx _build/src/ctypes-foreign/dl.cmx _build/src/ctypes-foreign/libffi_abi.cmx _build/src/ctypes-foreign/ctypes_ffi.cmx _build/src/ctypes-foreign/ctypes_foreign_basis.cmx _build/src/ctypes-foreign/foreign.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/foreign.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_foreign_basis.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_ffi.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/libffi_abi.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/dl.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_weak_ref.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_foreign_threaded_stubs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_ffi_stubs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_closure_properties.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/foreign.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/libffi_abi.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/dl.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/foreign.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/libffi_abi.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/dl.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/foreign.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/libffi_abi.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/dl.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/foreign.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/libffi_abi.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/dl.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/foreign.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/libffi_abi.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/dl.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes-foreign.a Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/libctypes-foreign_stubs.a Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes-foreign.cmxs Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes-foreign.cmxa Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/dllctypes-foreign_stubs.so Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes-foreign.cma Updated ld.conf ocamlfind install -add ctypes -optional -ldconf ld.conf _build/cstubs.cma _build/cstubs.cmxa _build/cstubs.cmxs _build/cstubs.a src/cstubs/cstubs_structs.ml src/cstubs/cstubs.ml src/cstubs/cstubs_inverted.ml src/cstubs/cstubs_structs.mli src/cstubs/cstubs.mli src/cstubs/cstubs_inverted.mli _build/src/cstubs/cstubs_structs.cmi _build/src/cstubs/cstubs.cmi _build/src/cstubs/cstubs_inverted.cmi _build/src/cstubs/cstubs_structs.cmt _build/src/cstubs/cstubs.cmt _build/src/cstubs/cstubs_inverted.cmt _build/src/cstubs/cstubs_structs.cmti _build/src/cstubs/cstubs.cmti _build/src/cstubs/cstubs_inverted.cmti /usr/lib/ocaml/integers/ocaml_integers.h _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_structs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_inverted.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_generate_c.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_emit_c.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_c_language.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_generate_ml.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_public_name.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ctypes_path.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_errors.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_analysis.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/ocaml_integers.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_inverted.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_structs.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_inverted.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_structs.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_inverted.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_structs.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_inverted.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_structs.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_inverted.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs_structs.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs.a Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs.cmxs Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs.cmxa Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/cstubs.cma make: Leaving directory '/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1' + mkdir -p /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/stublibs + mv /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/dllctypes-foreign_stubs.so /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/ctypes/dllctypes_stubs.so /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib/ocaml/stublibs + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-ctypes-buildroot (auto) mode of './usr/lib/ocaml/stublibs/dllctypes_stubs.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/ocaml/ctypes/cstubs.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/ocaml/ctypes/ctypes-foreign.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/ocaml/ctypes/ctypes-top.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/ocaml/ctypes/ctypes.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ocaml-ctypes-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-ctypes-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-ctypes-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-ctypes-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-ctypes-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: tanhl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_deserialize_uint_1 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: sinl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_deserialize_error verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_serialize_int_1 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_alloc_tuple verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: clogl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: integers_copy_uint64 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: powl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_stat_free verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: coshl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: logl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: hypotl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: log1pl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: atanl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: tanl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: cosl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_string_length verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: acosl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: integers_copy_uint32 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: sinhl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_copy_nativeint verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: expl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_ba_alloc verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_register_generational_global_root verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_copy_int32 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_alloc verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_raise_out_of_memory verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_copy_int64 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_remove_generational_global_root verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: cexpl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: sqrtl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_copy_double verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_invalid_argument verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: atanhl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_register_custom_operations verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: expm1l verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: remainderl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_deserialize_block_8 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_serialize_block_8 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_deserialize_block_2 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_serialize_block_2 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: asinhl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: log verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: cpowl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: acoshl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_modify_generational_global_root verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_alloc_string verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: asinl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_stat_alloc verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: log10l verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: atan2l verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: csqrtl verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_hash_mix_uint32 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_named_value verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_alloc_tuple verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_stat_free verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_stat_resize verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_string_length verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_register_global_root verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_callback2 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_copy_nativeint verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_c_thread_unregister verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_callback_exn verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_leave_blocking_section verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_alloc verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_raise_out_of_memory verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_c_thread_register verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: unix_error verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_enter_blocking_section verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_raise_constant verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_stat_alloc verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_failwith verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_callback verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_raise_with_string verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: ctypes_allocate the file containing the function 'camlCstubs__var_270' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__write_return_538' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__write_fn_542' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__write_map_result_547' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__write_foreign_552' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__var_643' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__foreign_value_657' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__concurrency_headers_675' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__headers_681' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__write_c_inner_1000' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__write_ml_inner_1010' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_structs__code_begin' or the file containing the function 'camlCstubs_structs__fun_2232' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__puts_784' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__printf1_991' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__printf2_996' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__offsetof_1002' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__alignmentof_1010' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_c_1014' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_field_1025' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__case_1029' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_seal_1057' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__case_1061' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__primitive_format_string_1082' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__ml_pat_and_exp_of_typ_1376' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_consts_1436' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__case_1440' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__fun_2467' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_enums_1449' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__case_1453' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__fun_2493' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__field$27_1899' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__seal$27_1919' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__enum_inner_2532' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__format_typ_1946' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__fun_2569' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__fun_2571' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__functions_301' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_883' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__c_prologue_617' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__write_structure_declaration_645' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__write_enum_declaration_652' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_956' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__write_typedef_665' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__write_name_671' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__write_declaration_677' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__write_c_688' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__write_c_header_698' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__gen_ml_707' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_1022' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_1040' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__write_ml_799' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__report_unpassable_129' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__$3e$3e$3d_170' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__of_fatptr_210' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__pair_with_errno_212' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__string_to_ptr_214' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__bytes_to_ptr_216' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__float_array_to_ptr_218' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__from_ptr_220' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__prj_236' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__inj_282' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fn_643' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__body_651' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1497' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__byte_fn_737' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__inverse_fn_752' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1557' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1611' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1624' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__inverse_fn_decl_1065' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__unsupported_1072' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__prj_1077' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__structure_type_1096' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__structure_1099' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__worker_1114' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__body_1125' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__r_1131' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__result_1138' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1715' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__stub_1149' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1728' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1741' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__byte_stub_1238' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1774' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__aux_1255' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fn_1269' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fn_1279' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__format_seq_300' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1158' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__cvar_584' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__cconst_588' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__camlxParam_730' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__camlParam_749' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__harmless_770' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__cexp_803' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__clvalue_813' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__camlop_822' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__ceff_828' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1348' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__ccomp_907' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__format_parameter_list_956' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__storage_class_981' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__cfundef_985' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_c_language__code_begin' or the file containing the function 'camlCstubs_c_language__fun_1102' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__cexp_494' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__reference_ceff_506' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__field_ceff_507' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__lookup_field_508' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__prim_prj_583' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__prim_inj_977' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__ml_type_309' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fun_1455' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__ml_external_type_422' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__primname_opt_428' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__args_439' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__ml_exp_443' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fun_2104' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__ml_pat_445' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fun_2217' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fun_2253' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__extern_510' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__byte_stub_name_531' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__ml_typ_of_return_typ_555' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__ml_typ_of_arg_typ_757' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fresh_var_815' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__extern_818' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__static_con_828' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__pattern_and_exp_of_typ_858' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__pattern_of_typ_927' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__run_exp_965' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__let_bind_969' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__wrapper_body_1040' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__return_result_1081' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__pat_bound_vars_1085' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__pats_bound_vars_1086' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__wrapper_1096' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__case_1121' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__val_case_1131' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__constructor_decl_1141' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__inverse_case_1148' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_public_name__ident_of_ml_prim_84' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_public_name__constructor_ident_of_prim_613' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_public_name__fun_667' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_public_name__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_path__code_begin' or the file containing the function 'camlCtypes_path__is_ident_87' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_path__is_ident_87' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_path__path_of_string_95' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_path__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_errors__internal_error_82' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_errors__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_analysis__primitive_allocation_443' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_analysis__allocation_687' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_analysis__entry' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_5' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry2' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__gen_c_263' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__gen_ml_634' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__foreign_652' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_structs__code_begin' or the file containing the function 'camlCstubs_structs__fun_2232' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__cases_1018' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__foffset_1037' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__foffset_1053' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_ml_1459' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__gen_c_1466' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__finally_1472' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__constant_1934' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_855' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__collector_371' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__push_374' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__enum_377' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__structure_381' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__union_384' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__typedef_387' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__internal_inner_868' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__format_enum_values_406' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__gen_c_631' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_929' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_943' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__local_166' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1419' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1417' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__$3e$3e_205' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__cast_229' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1453' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1457' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1462' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__name_params_450' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__value_params_460' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fundec_639' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1503' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1499' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1506' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__build_call_inner_1516' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1532' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1593' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1619' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__value_849' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fail_1074' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1658' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1684' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1753' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fn_args_and_result_1248' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1533' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__format_arg_961' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__cfundec_972' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1589' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__return_type_308' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__loop_487' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__reader_563' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__conser_567' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__immediater_571' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__$40$2d$3e_575' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__returning_578' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__tuple_elements_444' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__pat_fields_446' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__pat_args_447' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__attributes_548' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__ml_external_type_of_fn_798' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__local_con_832' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__map_result_840' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fun_2376' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fun_2381' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fun_2391' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_public_name__constructor_cident_of_prim_inner_663' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_errors__fun_282' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_structs__code_begin' or the file containing the function 'camlCstubs_structs__fun_2232' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_2_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_3_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_4_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_5_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_6' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_2_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_3_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_4_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_5' is not compiled with -fpic/-fPIC the file containing the function 'caml_apply8' is not compiled with -fpic/-fPIC the file containing the function 'caml_apply7' is not compiled with -fpic/-fPIC the file containing the function 'caml_apply6' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__foreign_337' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__foreign_value_524' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_c_language__code_begin' or the file containing the function 'camlCstubs_c_language__fun_1102' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__value_1053' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__c_function_622' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_914' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fn_858' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__inverse_fn_1059' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__sizeof_1007' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__ssize_1067' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__usize_1073' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fun_2249' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__fun_959' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__fun_972' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__errno_headers_678' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fun_2387' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_structs__code_begin' or the file containing the function 'camlCstubs_structs__fun_2232' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_path__code_begin' or the file containing the function 'camlCtypes_path__is_ident_87' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_structs__code_begin' or the file containing the function 'camlCstubs_structs__fun_2232' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_path__code_begin' or the file containing the function 'camlCtypes_path__is_ident_87' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_structs__code_begin' or the file containing the function 'camlCstubs_structs__fun_2232' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__fun_2232' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_c_language__code_begin' or the file containing the function 'camlCstubs_c_language__fun_1102' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_public_name__constructor_cident_of_prim_616' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__fun_1102' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__fun_2455' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_935' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_949' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1664' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__format_ty_404' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1539' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1520' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__field_1915' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__seal_1931' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_c_2030' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_877' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__c_declaration_636' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__arity_527' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1240' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1655' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_path__format_path_99' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1601' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__camlop_503' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__ceff_505' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__ml_typ_of_typ_793' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_path__code_begin' or the file containing the function 'camlCtypes_path__is_ident_87' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_path__is_valid_path_90' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_analysis__float_113' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_analysis__may_allocate_715' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_extra_params verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__Printf__sprintf_202 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__Format__fprintf_1377 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__List__iter_261 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__returning_838 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__$40$2d$3e_763 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__$40_197 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStr__parse_1090 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStr__compile_860 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__List__fold_left_275 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__$5e_140 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStr__global_replace_1255 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__Format verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__Format__ksprintf_1397 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_primitives__format_string_618 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_primitives__name_615 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__Printf__ksprintf_193 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__Format__kasprintf_1409 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__failwith_6 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_type_printing__format_typ_550 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__4 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__5 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__12 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__13 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__15 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__16 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__17 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__18 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__19 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__20 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__21 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_std_views verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__22 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__23 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__24 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__25 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__26 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__27 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__28 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__29 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__30 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__14 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__31 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__32 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__33 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__6 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__7 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__8 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__9 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__10 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__11 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__34 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__35 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_type_printing__string_of_typ_559 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__view_772 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__List__map_236 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__List__flatten_231 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__List__rev_append_122 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__List__length_aux_84 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__List__iteri_266 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_type_printing verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_type_printing__fun_715 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlSigned verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__sizeof_588 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__List__fold_right_281 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__structure_844 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_structs_computed__field_191 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_structs_computed__seal_218 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__String__concat_224 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__has_ocaml_argument_709 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__Printf verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__abstract_767 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_equal verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_string_equal verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_type_printing__format_name_545 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_alloc2 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__Format__pp_print_string_570 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__List verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_primitive_types__ml_prim_421 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__unsupported_84 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStr__string_match_1176 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStr__bounded_split_1271 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__invalid_arg_9 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_fresh_oo_id the file containing the function 'camlCtypes_foreign_basis__Make_641' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__foreign_inner_709' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__with_fun_622' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_ffi__code_begin' or the file containing the function 'camlCtypes_ffi__keep_alive_210' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__keep_alive_210' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__report_unpassable_255' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__arg_type_292' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__invoke_402' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1090' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__function_of_pointer_608' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__free_funptr_809' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1265' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1281' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__funptr_to_static_funptr_833' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlLibffi_abi__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlDl__code_begin' or the file containing the function 'camlDl__fun_195' is not compiled with -fpic/-fPIC the file containing the function 'camlDl__dlopen_169' is not compiled with -fpic/-fPIC the file containing the function 'camlDl__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_weak_ref__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi_stubs__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_closure_properties__fun_749' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_closure_properties__store_non_closure_function_616' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_closure_properties__try_finalise_677' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_closure_properties__retrieve_687' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_closure_properties__entry' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_5' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry2' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__funptr_inner_681' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__dynamic_funptr_inner_757' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_ffi__code_begin' or the file containing the function 'camlCtypes_ffi__keep_alive_210' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__struct_arg_type_293' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1012' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1027' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1022' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1029' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__box_function_457' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1069' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1075' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1078' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__ocaml_arg_488' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1101' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1136' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1159' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__build_ccallspec_inner_1168' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1187' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__funptr_of_rawptr_604' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__pointer_of_function_internal_617' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__pointer_of_function_628' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__create_funptr_815' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__funptr_of_fun_821' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1296' is not compiled with -fpic/-fPIC either the file containing the function 'camlLibffi_abi__code_begin' or the file containing the function 'camlLibffi_abi__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlDl__code_begin' or the file containing the function 'camlDl__fun_195' is not compiled with -fpic/-fPIC the file containing the function 'camlDl__crush_flags_100' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_weak_ref__empty_191' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_weak_ref__make_194' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_weak_ref__set_198' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_weak_ref__get_202' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_closure_properties__fun_806' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_closure_properties__fresh_621' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_closure_properties__finalise_634' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_ffi__code_begin' or the file containing the function 'camlCtypes_ffi__keep_alive_210' is not compiled with -fpic/-fPIC either the file containing the function 'camlLibffi_abi__code_begin' or the file containing the function 'camlLibffi_abi__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlDl__code_begin' or the file containing the function 'camlDl__fun_195' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_2_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_3_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_4_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_5_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_6' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_2_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_3_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_4_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_5' is not compiled with -fpic/-fPIC the file containing the function 'caml_apply6' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__funptr_286' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__funptr_opt_332' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__foreign_548' is not compiled with -fpic/-fPIC the file containing the function 'camlForeign__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_ffi__code_begin' or the file containing the function 'camlCtypes_ffi__keep_alive_210' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1006' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__add_argument_442' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__prep_callspec_448' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__build_function_595' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1250' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1258' is not compiled with -fpic/-fPIC either the file containing the function 'camlDl__code_begin' or the file containing the function 'camlDl__fun_195' is not compiled with -fpic/-fPIC the file containing the function 'camlDl__fun_206' is not compiled with -fpic/-fPIC the file containing the function 'camlDl__dlclose_174' is not compiled with -fpic/-fPIC the file containing the function 'camlDl__dlsym_177' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_closure_properties__cleanup_637' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_ffi__code_begin' or the file containing the function 'camlCtypes_ffi__keep_alive_210' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__dynamic_funptr_578' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__funptr_of_raw_ptr_533' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__ptr_of_raw_ptr_540' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__foreign_value_543' is not compiled with -fpic/-fPIC either the file containing the function 'camlDl__code_begin' or the file containing the function 'camlDl__fun_195' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__fun_754' is not compiled with -fpic/-fPIC either the file containing the function 'camlLibffi_abi__code_begin' or the file containing the function 'camlLibffi_abi__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlDl__code_begin' or the file containing the function 'camlDl__fun_195' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_ffi__code_begin' or the file containing the function 'camlCtypes_ffi__keep_alive_210' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1230' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_ffi__code_begin' or the file containing the function 'camlCtypes_ffi__keep_alive_210' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_991' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1096' is not compiled with -fpic/-fPIC either the file containing the function 'camlDl__code_begin' or the file containing the function 'camlDl__fun_195' is not compiled with -fpic/-fPIC either the file containing the function 'camlLibffi_abi__code_begin' or the file containing the function 'camlLibffi_abi__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlDl__code_begin' or the file containing the function 'camlDl__fun_195' is not compiled with -fpic/-fPIC the file containing the function 'camlDl__fun_202' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_weak_ref__is_empty_206' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_closure_properties__code_begin' or the file containing the function 'camlCtypes_closure_properties__equal_421' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_closure_properties__record_681' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_extra_params verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlMutex verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_thread_self verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_static__view_772 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_std_views__nullable_funptr_view_257 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_memory__funptr_of_raw_address_511 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_memory__ptr_of_raw_address_508 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_memory__castp_114 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_static__returning_838 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_static__$40$2d$3e_763 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_coerce__coercion_917 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_coerce verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_alloc_dummy verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_update_dummy verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_final_register verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: ctypes_use verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Printf__sprintf_202 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_static verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_type_printing__string_of_typ_559 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__List__length_aux_84 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__List__iteri_266 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: ctypes_block_address verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__List__iter_261 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_memory__build_136 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_memory verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_memory__fun_1933 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_primitives__sizeof_83 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_ptr__add_bytes_205 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_static__has_ocaml_argument_709 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__failwith_6 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_memory__release_1645 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Printf__fprintf_171 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_memory__create_1631 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__List verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__List__fold_left_275 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__List__mem_361 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_alloc2 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Weak__create_83 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Weak__set_195 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Weak__get_202 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Weak__check_210 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Callback__register_exception_166 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCamlinternalOO__create_object_opt_1137 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Hashtbl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Hashtbl__create_inner_1702 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Hashtbl__6 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Hashtbl__find_753 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Hashtbl__add_726 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Hashtbl__add_969 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCamlinternalOO__create_table_1088 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCamlinternalOO__init_class_1096 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Hashtbl__remove_985 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Hashtbl__find_996 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Hashtbl__Make_951 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_named_value verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_alloc_tuple verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_stat_free verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_stat_resize verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_string_length verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_register_global_root verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_callback2 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_copy_nativeint verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_c_thread_unregister verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_callback_exn verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_leave_blocking_section verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_alloc verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_raise_out_of_memory verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_c_thread_register verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: unix_error verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_enter_blocking_section verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_raise_constant verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_stat_alloc verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_failwith verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_callback verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_raise_with_string verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: ctypes_allocate the file containing the function 'camlInstall_ctypes_printers__install_printers_384' is not compiled with -fpic/-fPIC the file containing the function 'camlInstall_ctypes_printers__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_sint_468' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_long_629' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_llong_635' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_uchar_641' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_uint8_817' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_uint16_865' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_uint32_913' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_uint64_963' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ushort_1013' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_uint_1019' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ulong_1025' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ullong_1031' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_pointer_1037' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ldouble_1143' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_complexld_1148' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__entry' is not compiled with -fpic/-fPIC either the file containing the function 'caml_shared_startup__code_begin' or the file containing the function 'caml_curry3_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry2' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__fun_1240' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_array_1051' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ocaml_1056' is not compiled with -fpic/-fPIC either the file containing the function 'caml_shared_startup__code_begin' or the file containing the function 'caml_curry3_1_app' is not compiled with -fpic/-fPIC the file containing the function 'camlInstall_ctypes_printers__eval_string_inner_428' is not compiled with -fpic/-fPIC the file containing the function 'camlInstall_ctypes_printers__eval_string_82' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_typ_81' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__fun_1246' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_fn_464' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_struct_1043' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_union_1047' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_clock_t_1061' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_dev_t_1085' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ino_t_1091' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_mode_t_1097' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_nlink_t_1103' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_off_t_1109' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_pid_t_1115' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_size_t_1121' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ssize_t_1127' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_time_t_1133' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_useconds_t_1139' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__fun_1253' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlStdlib__Lexing__from_string_inner_872 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlToploop verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlStdlib__Format verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlStdlib__Printf__sprintf_202 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlStdlib__Format__eprintf_1383 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlCtypes_type_printing__format_typ_550 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlCtypes_type_printing__format_fn_555 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlSigned verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlStdlib__Format__fprintf_1377 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlStdlib__string_of_int_176 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: integers_uint32_to_string verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: integers_uint64_to_string verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlUnsigned verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlCtypes verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlCtypes_value_printing__format_286 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlPosixTypes verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlCtypes_static__29 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlLDouble__to_string_inner_335 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: ctypes_ldouble_complex_imag verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: ctypes_ldouble_complex_real the file containing the function 'camlPosixTypes__mkArithmetic_abstract_317' is not compiled with -fpic/-fPIC the file containing the function 'camlPosixTypes__mkSigned_337' is not compiled with -fpic/-fPIC the file containing the function 'camlPosixTypes__mkUnsigned_540' is not compiled with -fpic/-fPIC the file containing the function 'camlPosixTypes__mkArithmetic_550' is not compiled with -fpic/-fPIC the file containing the function 'camlPosixTypes__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__mkView_562' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__read_640' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__format_typ_641' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__build_enum_type_inner_1636' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__fun_1650' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_value_printing__code_begin' or the file containing the function 'camlCtypes_value_printing__fun_1127' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__format_structured_287' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__format_array_288' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__offset_700' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__float_array_701' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__fun_1037' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__fun_1007' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__format_ptr_291' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__format_funptr_292' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__string_of_948' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__fun_2210' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__fun_2184' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__signed_typedef_628' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__unsigned_typedef_1259' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__show_uncoercible_112' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__ml_prim_coercion_387' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__coercion_917' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__build_136' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1929' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1933' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__$21$40_380' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__ptr_diff_409' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__allocate_n_442' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__check_bound_519' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__sub_584' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__bigarray_kind_1021' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__array_of_bigarray_1133' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__bigarray_elements_1219' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__array_dims_1261' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__string_from_ptr_1613' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_type_printing__code_begin' or the file containing the function 'camlCtypes_type_printing__fun_813' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_813' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_828' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_871' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_882' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_685' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_703' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__format_parameter_list_284' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_639' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__format_name_545' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__format_typ_550' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__format_fn_555' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__string_of_typ_559' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__string_of_fn_563' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_structs_computed__max_field_alignment_108' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_structs_computed__max_field_size_179' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_structs_computed__field_191' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_structs_computed__seal_218' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_structs_computed__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__unsupported_84' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__sizeof_588' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__alignment_623' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__passable_657' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__$40$2d$3e_763' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__fun_1535' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__bigarray__798' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__returning_838' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_bigarray__code_begin' or the file containing the function 'camlCtypes_bigarray__bigarray_kind_sizeof_108' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__bigarray_kind_alignment_111' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__elements_248' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__dimensions_333' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__type_name_391' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__kind_type_names_410' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__type_expression_416' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__view_437' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_primitives__code_begin' or the file containing the function 'camlCtypes_primitives__alignment_612' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_primitives__alignment_612' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_primitives__name_615' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_primitives__format_string_618' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_primitives__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_primitive_types__ml_prim_421' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_primitive_types__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray_stubs__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ptr__entry' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry2' is not compiled with -fpic/-fPIC either the file containing the function 'camlPosixTypes__code_begin' or the file containing the function 'camlPosixTypes__mkAbstractSized_293' is not compiled with -fpic/-fPIC the file containing the function 'camlPosixTypes__mkAbstractSized_293' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_internals__code_begin' or the file containing the function 'camlCstubs_internals__make_ptr_554' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__make_ptr_554' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__make_fun_ptr_558' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__fun_1592' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__map_assocv_852' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__fun_1611' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__fun_1121' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__format_fields_290' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__char_ptr_of_string_127' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__read_nullable_215' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__fun_2220' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__write_nullable_228' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__nullable_view_235' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__read_nullable_funptr_243' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__fun_2237' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__write_nullable_funptr_250' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__fun_2247' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__nullable_funptr_view_257' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__ptr_opt_265' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__uncoercible_371' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__uncoercible_functions_375' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fun_1084' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fun_1077' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fun_1091' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fun_1098' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fun_1112' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fun_1105' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fn_coercion_918' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__castp_114' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__make_unmanaged_131' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1917' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1903' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1910' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2029' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__$2b$40_420' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__package_447' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__ptr_of_raw_address_508' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__funptr_of_raw_address_511' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__from_ptr_552' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__make_565' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2097' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__copy_576' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__of_string_593' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__of_list_670' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__to_list_739' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__make_780' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__$7c$2d$3e_787' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory___bigarray_start_833' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__typ_of_bigarray_kind_1610' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__ocaml_string_start_1618' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__ocaml_bytes_start_1621' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__ocaml_float_array_start_1624' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__create_1631' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_type_printing__code_begin' or the file containing the function 'camlCtypes_type_printing__fun_813' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__format_fields_283' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__gather_520' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_604' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_901' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_structs_computed__aligned_offset_186' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_static__code_begin' or the file containing the function 'camlCtypes_static__unsupported_84' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__array_753' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__ptr_760' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__abstract_767' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__view_772' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__typedef_782' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__static_funptr_841' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__structure_844' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__union_847' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__bigarray_368' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__bigarray1_373' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__bigarray2_378' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__bigarray3_384' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__of_complex_86' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__to_complex_110' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ptr__make_176' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ptr__coerce_197' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ptr__add_bytes_205' is not compiled with -fpic/-fPIC either the file containing the function 'camlPosixTypes__code_begin' or the file containing the function 'camlPosixTypes__mkAbstractSized_293' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_internals__code_begin' or the file containing the function 'camlCstubs_internals__make_ptr_554' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_type_printing__code_begin' or the file containing the function 'camlCtypes_type_printing__fun_813' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_static__code_begin' or the file containing the function 'camlCtypes_static__unsupported_84' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_internals__code_begin' or the file containing the function 'camlCstubs_internals__make_ptr_554' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__int8_of_int64_858' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__int64_of_int8_904' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__int16_of_int64_905' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__int64_of_int16_906' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__int32_of_int64_907' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__int64_of_int32_908' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__uint8_of_int64_912' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__int64_of_uint8_1087' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__uint16_of_int64_1090' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__int64_of_uint16_1137' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__uint32_of_int64_1140' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__int64_of_uint32_1189' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_value_printing__code_begin' or the file containing the function 'camlCtypes_value_printing__fun_1127' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__string_of_char_ptr_81' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1893' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1898' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__write_aggregate_278' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1998' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2000' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2026' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2064' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2148' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2150' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2152' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2154' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__get_1638' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__set_1641' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__release_1645' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__unsafe_address_429' is not compiled with -fpic/-fPIC either the file containing the function 'camlComplexL__code_begin' or the file containing the function 'camlComplexL__fun_197' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__fun_197' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__fun_199' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__fun_201' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__fun_203' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__fun_205' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__fun_207' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__fun_209' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__fun_211' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__fun_213' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__fun_215' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__fun_217' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__fun_219' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__fun_221' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__norm2_113' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__norm_118' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__polar_125' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__inv_138' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_255' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_257' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_259' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_261' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_263' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_265' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_267' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_269' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_271' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_273' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_275' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_277' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_279' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_281' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_283' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_285' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_287' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_289' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_291' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_293' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_295' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_297' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_299' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_301' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_303' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_305' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_307' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_309' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_311' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_313' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_315' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_317' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_319' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_321' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_323' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_325' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_327' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_329' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_331' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__fun_333' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__to_string_inner_335' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_internals__code_begin' or the file containing the function 'camlCstubs_internals__make_ptr_554' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__fun_1617' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_type_printing__code_begin' or the file containing the function 'camlCtypes_type_printing__fun_813' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__fun_2207' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__write_639' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_value_printing__code_begin' or the file containing the function 'camlCtypes_value_printing__fun_1127' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_type_printing__code_begin' or the file containing the function 'camlCtypes_type_printing__fun_813' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_value_printing__code_begin' or the file containing the function 'camlCtypes_value_printing__fun_1127' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__$3c$2d$40_433' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__mapi_757' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fold_left_765' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fold_right_772' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_type_printing__code_begin' or the file containing the function 'camlCtypes_type_printing__fun_813' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__use_value_1271' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__fun_604' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_static__code_begin' or the file containing the function 'camlCtypes_static__unsupported_84' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__fun_2230' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fill_556' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__coerce_1019' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__coerce_fn_1025' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_value_printing__code_begin' or the file containing the function 'camlCtypes_value_printing__fun_1127' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_type_printing__code_begin' or the file containing the function 'camlCtypes_type_printing__fun_813' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_610' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__fun_1127' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__setf_799' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__getf_804' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__iter_744' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__map_749' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__bigarray_of_ptr_1249' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fortran_bigarray_of_ptr_1255' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__bigarray_of_array_1600' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__pr_319' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__pr_122' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_structs_computed__fun_297' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1987' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1993' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2058' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__allocate_492' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__unsafe_get_524' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__unsafe_set_529' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__get_535' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__set_539' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2110' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2120' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__prim_of_kind_427' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__bigarray_kind_sizeof_108' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__sizeof_359' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__bigarray_start_1129' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_type_printing__code_begin' or the file containing the function 'camlCtypes_type_printing__fun_813' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_structs_computed__fun_294' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ptr__set_managed_193' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__has_ocaml_argument_709' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__layout_path_413' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory_stubs__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlComplexL__code_begin' or the file containing the function 'camlComplexL__fun_197' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_alloc1 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__List__map_236 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__List__assoc_371 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Format__fprintf_1377 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__List verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_int64_to_int verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_int64_of_int verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_int64_to_int32 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_int64_of_int32 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int64__to_string_119 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_uint8_of_string verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_uint16_of_string verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_uint32_of_string verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_uint32_to_string verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_int64_of_string verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Printf__ksprintf_193 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlUnsigned verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Format__pp_print_string_570 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__string_of_float_190 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Bytes__copy_105 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__List__length_aux_84 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__List__iteri_266 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Format verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Format__kasprintf_1409 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_alloc_dummy verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_update_dummy verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Nativeint__1 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlSigned verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int32__5 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int32__1 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int32__2 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int32__3 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int32__4 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int64__5 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int64__1 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int64__2 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int64__3 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int64__4 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_intptr_t_size verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_uintptr_t_size verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_ptrdiff_t_size verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Format__ksprintf_1397 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_alloc2 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Printexc__register_printer_460 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__invalid_arg_9 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_exn_Division_by_zero verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Gc verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_final_register verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__String__iteri_235 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_ba_kind verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Bigarray__dims_332 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Array__fold_left_204 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Array__iter_144 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__List__fold_left_275 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__max_47 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__List__rev_append_122 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_equal verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_greaterequal verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_nativeint_ops verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Nativeint verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Nativeint__2 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Nativeint__3 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Nativeint__5 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Nativeint__4 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: tanhl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_deserialize_uint_1 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: sinl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_deserialize_error verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_serialize_int_1 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_alloc_tuple verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: clogl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_copy_uint64 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: powl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_stat_free verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: coshl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: logl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: hypotl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: log1pl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: atanl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: tanl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: cosl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_string_length verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: acosl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_copy_uint32 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: sinhl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_copy_nativeint verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: expl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_ba_alloc verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_register_generational_global_root verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_copy_int32 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_alloc verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_raise_out_of_memory verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_copy_int64 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_remove_generational_global_root verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: cexpl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: sqrtl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_copy_double verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_invalid_argument verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: atanhl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_register_custom_operations verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: expm1l verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: remainderl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_deserialize_block_8 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_serialize_block_8 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_deserialize_block_2 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_serialize_block_2 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: asinhl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: log verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: cpowl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: acoshl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_modify_generational_global_root verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_alloc_string verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: asinl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_stat_alloc verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: log10l verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: atan2l verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: csqrtl verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_hash_mix_uint32 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_alloc_custom Processing files: ocaml-ctypes-0.19.1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.51711 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-ctypes-0.19.1 + DOCDIR=/usr/src/tmp/ocaml-ctypes-buildroot/usr/share/doc/ocaml-ctypes-0.19.1 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-ctypes-buildroot/usr/share/doc/ocaml-ctypes-0.19.1 + /bin/mkdir -p /usr/src/tmp/ocaml-ctypes-buildroot/usr/share/doc/ocaml-ctypes-0.19.1 + cp -prL README.md /usr/src/tmp/ocaml-ctypes-buildroot/usr/share/doc/ocaml-ctypes-0.19.1 + chmod -R go-w /usr/src/tmp/ocaml-ctypes-buildroot/usr/share/doc/ocaml-ctypes-0.19.1 + chmod -R a+rX /usr/src/tmp/ocaml-ctypes-buildroot/usr/share/doc/ocaml-ctypes-0.19.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eruitW find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3mzhlC find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmi(ComplexL) = 4.13.1-3DCF4D76, ocaml-cmi(Cstubs) = 4.13.1-628BD693, ocaml-cmi(Cstubs_analysis) = 4.13.1-10C94496, ocaml-cmi(Cstubs_c_language) = 4.13.1-86FA4F9E, ocaml-cmi(Cstubs_emit_c) = 4.13.1-E094C8BC, ocaml-cmi(Cstubs_errors) = 4.13.1-4B0AF5EB, ocaml-cmi(Cstubs_generate_c) = 4.13.1-BFAABD07, ocaml-cmi(Cstubs_generate_ml) = 4.13.1-250122D7, ocaml-cmi(Cstubs_internals) = 4.13.1-0EB369D2, ocaml-cmi(Cstubs_inverted) = 4.13.1-41510313, ocaml-cmi(Cstubs_public_name) = 4.13.1-FD6427E0, ocaml-cmi(Cstubs_structs) = 4.13.1-DBBDC055, ocaml-cmi(Ctypes) = 4.13.1-A81E5CD0, ocaml-cmi(Ctypes_bigarray) = 4.13.1-EA6926D4, ocaml-cmi(Ctypes_bigarray_stubs) = 4.13.1-BD12F17D, ocaml-cmi(Ctypes_closure_properties) = 4.13.1-5876A368, ocaml-cmi(Ctypes_coerce) = 4.13.1-9B479EDC, ocaml-cmi(Ctypes_ffi) = 4.13.1-63B85194, ocaml-cmi(Ctypes_ffi_stubs) = 4.13.1-D4CCEDC5, ocaml-cmi(Ctypes_foreign_basis) = 4.13.1-3B95A288, ocaml-cmi(Ctypes_foreign_threaded_stubs) = 4.13.1-EEE99F33, ocaml-cmi(Ctypes_memory) = 4.13.1-1C87FBD4, ocaml-cmi(Ctypes_memory_stubs) = 4.13.1-B6AA4077, ocaml-cmi(Ctypes_path) = 4.13.1-020BFCB2, ocaml-cmi(Ctypes_primitive_types) = 4.13.1-4DAA9920, ocaml-cmi(Ctypes_primitives) = 4.13.1-BB825BE4, ocaml-cmi(Ctypes_printers) = 4.13.1-5653F1C1, ocaml-cmi(Ctypes_ptr) = 4.13.1-9C809F1A, ocaml-cmi(Ctypes_roots_stubs) = 4.13.1-C79DF6A7, ocaml-cmi(Ctypes_static) = 4.13.1-D34D0A76, ocaml-cmi(Ctypes_std_view_stubs) = 4.13.1-8A9EF263, ocaml-cmi(Ctypes_std_views) = 4.13.1-5CD0AEF6, ocaml-cmi(Ctypes_structs) = 4.13.1-63958A98, ocaml-cmi(Ctypes_structs_computed) = 4.13.1-D0B02344, ocaml-cmi(Ctypes_type_printing) = 4.13.1-8B81BD54, ocaml-cmi(Ctypes_types) = 4.13.1-4535437D, ocaml-cmi(Ctypes_value_printing) = 4.13.1-7EF8DDFB, ocaml-cmi(Ctypes_value_printing_stubs) = 4.13.1-12D0C906, ocaml-cmi(Ctypes_weak_ref) = 4.13.1-97BA7947, ocaml-cmi(Dl) = 4.13.1-87768872, ocaml-cmi(Foreign) = 4.13.1-7F0CD74C, ocaml-cmi(Install_ctypes_printers) = 4.13.1-3C77BDEE, ocaml-cmi(LDouble) = 4.13.1-B50C886F, ocaml-cmi(Libffi_abi) = 4.13.1-231D57DB, ocaml-cmi(PosixTypes) = 4.13.1-A615E1F9, ocaml-dll(ctypes-foreign_stubs), ocaml-dll(ctypes_stubs) Requires: rpm-build-ocaml >= 1.1, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libffi.so.8 >= set:jee4ZuRAxZbkn2wciBNTv1fJchxEqJkjX3iFFhhId, libffi.so.8(LIBFFI_BASE_8.0), libffi.so.8(LIBFFI_CLOSURE_8.0), libffi8, ocaml-cmi(Asttypes) = 4.13.1-8D9243B2, ocaml-cmi(Bigarray_compat) = 4.13.1-5DC7BF1A, ocaml-cmi(Build_path_prefix_map) = 4.13.1-768AAA9A, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalLazy) = 4.13.1-82103148, ocaml-cmi(CamlinternalOO) = 4.13.1-0DC72C26, ocaml-cmi(Cmi_format) = 4.13.1-76D3429A, ocaml-cmi(Env) = 4.13.1-3E1FEE82, ocaml-cmi(Ident) = 4.13.1-66346E41, ocaml-cmi(Identifiable) = 4.13.1-9F19D868, ocaml-cmi(Load_path) = 4.13.1-8AB42785, ocaml-cmi(Location) = 4.13.1-42FE4A2F, ocaml-cmi(Longident) = 4.13.1-A52B92DB, ocaml-cmi(Misc) = 4.13.1-5AD92B5C, ocaml-cmi(Mutex) = 4.13.1-730EB8C2, ocaml-cmi(Outcometree) = 4.13.1-AC56C08F, ocaml-cmi(Parsetree) = 4.13.1-EBAF0FCB, ocaml-cmi(Path) = 4.13.1-B4C2C6EA, ocaml-cmi(Primitive) = 4.13.1-849BB0DB, ocaml-cmi(Signed) = 4.13.1-A47CCCC2, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Bigarray) = 4.13.1-0658EFAB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Bytes) = 4.13.1-CBDE4789, ocaml-cmi(Stdlib__Callback) = 4.13.1-BE7617C4, ocaml-cmi(Stdlib__Complex) = 4.13.1-DC5B34D1, ocaml-cmi(Stdlib__Digest) = 4.13.1-4288C582, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Gc) = 4.13.1-CC1C7691, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__Int32) = 4.13.1-D7020701, ocaml-cmi(Stdlib__Int64) = 4.13.1-55E959E4, ocaml-cmi(Stdlib__Lazy) = 4.13.1-DEE38639, ocaml-cmi(Stdlib__Lexing) = 4.13.1-58F88856, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__ListLabels) = 4.13.1-15DA8F88, ocaml-cmi(Stdlib__Map) = 4.13.1-406D1BC5, ocaml-cmi(Stdlib__Nativeint) = 4.13.1-20906FC1, ocaml-cmi(Stdlib__Obj) = 4.13.1-F013B5AB, ocaml-cmi(Stdlib__Oo) = 4.13.1-764AF1D1, ocaml-cmi(Stdlib__Printexc) = 4.13.1-265CF863, ocaml-cmi(Stdlib__Printf) = 4.13.1-0E709B4A, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__Set) = 4.13.1-62A5B229, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Stdlib__Weak) = 4.13.1-7471767D, ocaml-cmi(Str) = 4.13.1-6AE0781F, ocaml-cmi(Subst) = 4.13.1-B172A3FE, ocaml-cmi(Thread) = 4.13.1-AEEC83AE, ocaml-cmi(Toploop) = 4.13.1-442ADDBC, ocaml-cmi(Type_immediacy) = 4.13.1-D9790C85, ocaml-cmi(Types) = 4.13.1-5E0F9BE6, ocaml-cmi(Unix) = 4.13.1-49C6C492, ocaml-cmi(Unsigned) = 4.13.1-96E27B86, ocaml-cmi(Warnings) = 4.13.1-EAE45E31, ocaml-dll(integers_stubs), ocaml-integers, ocaml-runtime = 4.13.1, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HXrzZs Creating ocaml-ctypes-debuginfo package Processing files: ocaml-ctypes-devel-0.19.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.laWGrQ find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OMDFRM find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmx(ComplexL) = 4.13.1-A8E478BA, ocaml-cmx(Cstubs) = 4.13.1-76A70257, ocaml-cmx(Cstubs_analysis) = 4.13.1-63B3213A, ocaml-cmx(Cstubs_c_language) = 4.13.1-52ED03E9, ocaml-cmx(Cstubs_emit_c) = 4.13.1-8FD996A8, ocaml-cmx(Cstubs_errors) = 4.13.1-687FBE7B, ocaml-cmx(Cstubs_generate_c) = 4.13.1-F678B88B, ocaml-cmx(Cstubs_generate_ml) = 4.13.1-B33556D2, ocaml-cmx(Cstubs_internals) = 4.13.1-94400FE0, ocaml-cmx(Cstubs_inverted) = 4.13.1-48BA6494, ocaml-cmx(Cstubs_public_name) = 4.13.1-E5477AF3, ocaml-cmx(Cstubs_structs) = 4.13.1-AB0CE00D, ocaml-cmx(Ctypes) = 4.13.1-1654DE70, ocaml-cmx(Ctypes_bigarray) = 4.13.1-D9C4E24E, ocaml-cmx(Ctypes_bigarray_stubs) = 4.13.1-1891D90D, ocaml-cmx(Ctypes_closure_properties) = 4.13.1-4EB9DDA8, ocaml-cmx(Ctypes_coerce) = 4.13.1-E9FB76FE, ocaml-cmx(Ctypes_ffi) = 4.13.1-E47673C5, ocaml-cmx(Ctypes_ffi_stubs) = 4.13.1-45DAAF9B, ocaml-cmx(Ctypes_foreign_basis) = 4.13.1-0E51E0FF, ocaml-cmx(Ctypes_foreign_threaded_stubs) = 4.13.1-F5AAD088, ocaml-cmx(Ctypes_memory) = 4.13.1-4655F1D5, ocaml-cmx(Ctypes_memory_stubs) = 4.13.1-FCEACF98, ocaml-cmx(Ctypes_path) = 4.13.1-C2B90EB9, ocaml-cmx(Ctypes_primitive_types) = 4.13.1-6C6BE657, ocaml-cmx(Ctypes_primitives) = 4.13.1-0E105BA0, ocaml-cmx(Ctypes_printers) = 4.13.1-E3896584, ocaml-cmx(Ctypes_ptr) = 4.13.1-BAE20E8A, ocaml-cmx(Ctypes_roots_stubs) = 4.13.1-AE8CBF3F, ocaml-cmx(Ctypes_static) = 4.13.1-D59A418C, ocaml-cmx(Ctypes_std_view_stubs) = 4.13.1-AB3F5870, ocaml-cmx(Ctypes_std_views) = 4.13.1-9F08CDBF, ocaml-cmx(Ctypes_structs) = 4.13.1-014B34D3, ocaml-cmx(Ctypes_structs_computed) = 4.13.1-43117232, ocaml-cmx(Ctypes_type_printing) = 4.13.1-16B70FAA, ocaml-cmx(Ctypes_value_printing) = 4.13.1-1B64C59A, ocaml-cmx(Ctypes_value_printing_stubs) = 4.13.1-87A82472, ocaml-cmx(Ctypes_weak_ref) = 4.13.1-B442D51B, ocaml-cmx(Dl) = 4.13.1-06B0B9D6, ocaml-cmx(Foreign) = 4.13.1-0A7A4C41, ocaml-cmx(Install_ctypes_printers) = 4.13.1-959D3A96, ocaml-cmx(LDouble) = 4.13.1-6D8B1729, ocaml-cmx(Libffi_abi) = 4.13.1-646570F9, ocaml-cmx(PosixTypes) = 4.13.1-0A3E9A5A Requires: ocaml-ctypes = 0.19.1-alt1, /usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so, /usr/lib/ocaml/stublibs/dllctypes_stubs.so, libffi8, ocaml, ocaml-cmi(Asttypes) = 4.13.1-8D9243B2, ocaml-cmi(Bigarray_compat) = 4.13.1-5DC7BF1A, ocaml-cmi(Build_path_prefix_map) = 4.13.1-768AAA9A, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalLazy) = 4.13.1-82103148, ocaml-cmi(CamlinternalOO) = 4.13.1-0DC72C26, ocaml-cmi(Cmi_format) = 4.13.1-76D3429A, ocaml-cmi(ComplexL) = 4.13.1-3DCF4D76, ocaml-cmi(Cstubs) = 4.13.1-628BD693, ocaml-cmi(Cstubs_analysis) = 4.13.1-10C94496, ocaml-cmi(Cstubs_c_language) = 4.13.1-86FA4F9E, ocaml-cmi(Cstubs_emit_c) = 4.13.1-E094C8BC, ocaml-cmi(Cstubs_errors) = 4.13.1-4B0AF5EB, ocaml-cmi(Cstubs_generate_c) = 4.13.1-BFAABD07, ocaml-cmi(Cstubs_generate_ml) = 4.13.1-250122D7, ocaml-cmi(Cstubs_internals) = 4.13.1-0EB369D2, ocaml-cmi(Cstubs_inverted) = 4.13.1-41510313, ocaml-cmi(Cstubs_public_name) = 4.13.1-FD6427E0, ocaml-cmi(Cstubs_structs) = 4.13.1-DBBDC055, ocaml-cmi(Ctypes) = 4.13.1-A81E5CD0, ocaml-cmi(Ctypes_bigarray) = 4.13.1-EA6926D4, ocaml-cmi(Ctypes_bigarray_stubs) = 4.13.1-BD12F17D, ocaml-cmi(Ctypes_closure_properties) = 4.13.1-5876A368, ocaml-cmi(Ctypes_coerce) = 4.13.1-9B479EDC, ocaml-cmi(Ctypes_ffi) = 4.13.1-63B85194, ocaml-cmi(Ctypes_ffi_stubs) = 4.13.1-D4CCEDC5, ocaml-cmi(Ctypes_foreign_basis) = 4.13.1-3B95A288, ocaml-cmi(Ctypes_foreign_threaded_stubs) = 4.13.1-EEE99F33, ocaml-cmi(Ctypes_memory) = 4.13.1-1C87FBD4, ocaml-cmi(Ctypes_memory_stubs) = 4.13.1-B6AA4077, ocaml-cmi(Ctypes_path) = 4.13.1-020BFCB2, ocaml-cmi(Ctypes_primitive_types) = 4.13.1-4DAA9920, ocaml-cmi(Ctypes_primitives) = 4.13.1-BB825BE4, ocaml-cmi(Ctypes_printers) = 4.13.1-5653F1C1, ocaml-cmi(Ctypes_ptr) = 4.13.1-9C809F1A, ocaml-cmi(Ctypes_roots_stubs) = 4.13.1-C79DF6A7, ocaml-cmi(Ctypes_static) = 4.13.1-D34D0A76, ocaml-cmi(Ctypes_std_view_stubs) = 4.13.1-8A9EF263, ocaml-cmi(Ctypes_std_views) = 4.13.1-5CD0AEF6, ocaml-cmi(Ctypes_structs) = 4.13.1-63958A98, ocaml-cmi(Ctypes_structs_computed) = 4.13.1-D0B02344, ocaml-cmi(Ctypes_type_printing) = 4.13.1-8B81BD54, ocaml-cmi(Ctypes_types) = 4.13.1-4535437D, ocaml-cmi(Ctypes_value_printing) = 4.13.1-7EF8DDFB, ocaml-cmi(Ctypes_value_printing_stubs) = 4.13.1-12D0C906, ocaml-cmi(Ctypes_weak_ref) = 4.13.1-97BA7947, ocaml-cmi(Dl) = 4.13.1-87768872, ocaml-cmi(Env) = 4.13.1-3E1FEE82, ocaml-cmi(Foreign) = 4.13.1-7F0CD74C, ocaml-cmi(Ident) = 4.13.1-66346E41, ocaml-cmi(Identifiable) = 4.13.1-9F19D868, ocaml-cmi(Install_ctypes_printers) = 4.13.1-3C77BDEE, ocaml-cmi(LDouble) = 4.13.1-B50C886F, ocaml-cmi(Libffi_abi) = 4.13.1-231D57DB, ocaml-cmi(Load_path) = 4.13.1-8AB42785, ocaml-cmi(Location) = 4.13.1-42FE4A2F, ocaml-cmi(Longident) = 4.13.1-A52B92DB, ocaml-cmi(Misc) = 4.13.1-5AD92B5C, ocaml-cmi(Mutex) = 4.13.1-730EB8C2, ocaml-cmi(Outcometree) = 4.13.1-AC56C08F, ocaml-cmi(Parsetree) = 4.13.1-EBAF0FCB, ocaml-cmi(Path) = 4.13.1-B4C2C6EA, ocaml-cmi(PosixTypes) = 4.13.1-A615E1F9, ocaml-cmi(Primitive) = 4.13.1-849BB0DB, ocaml-cmi(Signed) = 4.13.1-A47CCCC2, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Bigarray) = 4.13.1-0658EFAB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Bytes) = 4.13.1-CBDE4789, ocaml-cmi(Stdlib__Callback) = 4.13.1-BE7617C4, ocaml-cmi(Stdlib__Complex) = 4.13.1-DC5B34D1, ocaml-cmi(Stdlib__Digest) = 4.13.1-4288C582, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Gc) = 4.13.1-CC1C7691, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__Int32) = 4.13.1-D7020701, ocaml-cmi(Stdlib__Int64) = 4.13.1-55E959E4, ocaml-cmi(Stdlib__Lazy) = 4.13.1-DEE38639, ocaml-cmi(Stdlib__Lexing) = 4.13.1-58F88856, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__ListLabels) = 4.13.1-15DA8F88, ocaml-cmi(Stdlib__Map) = 4.13.1-406D1BC5, ocaml-cmi(Stdlib__Nativeint) = 4.13.1-20906FC1, ocaml-cmi(Stdlib__Obj) = 4.13.1-F013B5AB, ocaml-cmi(Stdlib__Oo) = 4.13.1-764AF1D1, ocaml-cmi(Stdlib__Printexc) = 4.13.1-265CF863, ocaml-cmi(Stdlib__Printf) = 4.13.1-0E709B4A, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__Set) = 4.13.1-62A5B229, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Stdlib__Weak) = 4.13.1-7471767D, ocaml-cmi(Str) = 4.13.1-6AE0781F, ocaml-cmi(Subst) = 4.13.1-B172A3FE, ocaml-cmi(Thread) = 4.13.1-AEEC83AE, ocaml-cmi(Toploop) = 4.13.1-442ADDBC, ocaml-cmi(Type_immediacy) = 4.13.1-D9790C85, ocaml-cmi(Types) = 4.13.1-5E0F9BE6, ocaml-cmi(Unix) = 4.13.1-49C6C492, ocaml-cmi(Unsigned) = 4.13.1-96E27B86, ocaml-cmi(Warnings) = 4.13.1-EAE45E31, ocaml-cmx(Bigarray_compat) = 4.13.1-5A58ABF8, ocaml-cmx(CamlinternalOO) = 4.13.1-062B2B82, ocaml-cmx(Mutex) = 4.13.1-60D416BB, ocaml-cmx(Signed) = 4.13.1-2AE0E51E, ocaml-cmx(Stdlib) = 4.13.1-C82208C6, ocaml-cmx(Stdlib__Array) = 4.13.1-548E90B7, ocaml-cmx(Stdlib__Bigarray) = 4.13.1-AEE11ED3, ocaml-cmx(Stdlib__Bytes) = 4.13.1-7637AAAD, ocaml-cmx(Stdlib__Callback) = 4.13.1-F232F8D8, ocaml-cmx(Stdlib__Format) = 4.13.1-D5F7C8EF, ocaml-cmx(Stdlib__Gc) = 4.13.1-5E207670, ocaml-cmx(Stdlib__Hashtbl) = 4.13.1-7228153E, ocaml-cmx(Stdlib__Int64) = 4.13.1-010120A8, ocaml-cmx(Stdlib__Lexing) = 4.13.1-74D50CB2, ocaml-cmx(Stdlib__List) = 4.13.1-749429E7, ocaml-cmx(Stdlib__ListLabels) = 4.13.1-6736A492, ocaml-cmx(Stdlib__Nativeint) = 4.13.1-712531FE, ocaml-cmx(Stdlib__Printexc) = 4.13.1-E72B22D8, ocaml-cmx(Stdlib__Printf) = 4.13.1-0DD3DEA7, ocaml-cmx(Stdlib__String) = 4.13.1-5279372C, ocaml-cmx(Stdlib__Weak) = 4.13.1-1EB2C5EB, ocaml-cmx(Str) = 4.13.1-D128746E, ocaml-cmx(Thread) = 4.13.1-07B96828, ocaml-cmx(Unsigned) = 4.13.1-BCEECC95, ocaml-integers Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rscN0n Processing files: ocaml-ctypes-debuginfo-0.19.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VpN1DJ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yYmLb1 find-requires: running scripts (debuginfo) Requires: ocaml-ctypes = 0.19.1-alt1, debug(libc.so.6), debug(libffi.so.8) Adding to ocaml-ctypes-devel a strict dependency on ocaml-ctypes Adding to ocaml-ctypes-debuginfo a strict dependency on ocaml-ctypes Removing 47 extra deps from ocaml-ctypes-devel due to dependency on ocaml-ctypes Removing 60 extra deps from ocaml-ctypes-devel due to repentancy on ocaml-ctypes warning: Installed (but unpackaged) file(s) found: /usr/lib/ocaml/ctypes/CHANGES.md Wrote: /usr/src/RPM/RPMS/i586/ocaml-ctypes-0.19.1-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-ctypes-devel-0.19.1-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-ctypes-debuginfo-0.19.1-alt1.i586.rpm (w2.lzdio) 8.11user 3.58system 0:16.57elapsed 70%CPU (0avgtext+0avgdata 31076maxresident)k 0inputs+0outputs (0major+1801095minor)pagefaults 0swaps 19.63user 6.23system 0:30.66elapsed 84%CPU (0avgtext+0avgdata 103544maxresident)k 512inputs+0outputs (30154major+2094425minor)pagefaults 0swaps