<86>May 22 13:20:58 userdel[2826147]: delete user 'rooter' <86>May 22 13:20:58 userdel[2826147]: removed group 'rooter' owned by 'rooter' <86>May 22 13:20:58 groupadd[2826163]: group added to /etc/group: name=rooter, GID=651 <86>May 22 13:20:58 groupadd[2826163]: group added to /etc/gshadow: name=rooter <86>May 22 13:20:58 groupadd[2826163]: new group: name=rooter, GID=651 <86>May 22 13:20:58 useradd[2826175]: new user: name=rooter, UID=651, GID=651, home=/root, shell=/bin/bash <86>May 22 13:20:58 userdel[2826198]: delete user 'builder' <86>May 22 13:20:58 userdel[2826198]: removed group 'builder' owned by 'builder' <86>May 22 13:20:58 userdel[2826198]: removed shadow group 'builder' owned by 'builder' <86>May 22 13:20:58 groupadd[2826211]: group added to /etc/group: name=builder, GID=652 <86>May 22 13:20:58 groupadd[2826211]: group added to /etc/gshadow: name=builder <86>May 22 13:20:58 groupadd[2826211]: new group: name=builder, GID=652 <86>May 22 13:20:58 useradd[2826222]: new user: name=builder, UID=652, GID=652, home=/usr/src, shell=/bin/bash <13>May 22 13:21:00 rpmi: ocaml-runtime-4.12.0-alt1 sisyphus+268975.200.3.1 1617722000 installed <13>May 22 13:21:00 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+268936.100.1.1 1617543918 installed <13>May 22 13:21:12 rpmi: ocaml-4.12.0-alt1 sisyphus+268975.200.3.1 1617722000 installed <13>May 22 13:21:12 rpmi: ocaml-bigarray-compat-1.0.0-alt2 sisyphus+268975.5700.3.1 1617724941 installed <13>May 22 13:21:12 rpmi: ocaml-integers-0.4.0-alt3 sisyphus+268975.6000.3.1 1617724983 installed <13>May 22 13:21:12 rpmi: ocaml-integers-devel-0.4.0-alt3 sisyphus+268975.6000.3.1 1617724983 installed <13>May 22 13:21:12 rpmi: ocaml-bigarray-compat-devel-1.0.0-alt2 sisyphus+268975.5700.3.1 1617724941 installed <13>May 22 13:21:12 rpmi: ocaml-findlib-1.9.1-alt2 sisyphus+268975.1000.3.1 1617722588 installed <13>May 22 13:21:12 rpmi: libffi-devel-1:3.3-alt1 sisyphus+251953.40.2.1 1589891229 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ocaml-ctypes-0.18.0-alt1.nosrc.rpm (w1.gzdio) Installing ocaml-ctypes-0.18.0-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.19743 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-ctypes-0.18.0 + echo 'Source #0 (ocaml-ctypes-0.18.0.tar):' Source #0 (ocaml-ctypes-0.18.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-ctypes-0.18.0.tar + cd ocaml-ctypes-0.18.0 + /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.19743 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-ctypes-0.18.0 + make make: Entering directory '/usr/src/RPM/BUILD/ocaml-ctypes-0.18.0' ./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 ./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 189, characters 32-54: 189 | let fill ({ alength; astart = (CPointer p as astart) } as arr) v = ^^^^^^^^^^^^^^^^^^^^^^ Warning 26 [unused-var]: unused variable astart. File "src/ctypes/ctypes_memory.ml", line 189, characters 11-64: 189 | let fill ({ alength; astart = (CPointer p as astart) } as arr) v = ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 26 [unused-var]: unused variable arr. 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.18.0/src/ctypes -ccopt -I -ccopt /usr/src/RPM/BUILD/ocaml-ctypes-0.18.0/tests -o complex_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.18.0/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.18.0/src/ctypes -ccopt -I -ccopt /usr/src/RPM/BUILD/ocaml-ctypes-0.18.0/tests -o ctypes_bigarrays.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.18.0/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.18.0/src/ctypes -ccopt -I -ccopt /usr/src/RPM/BUILD/ocaml-ctypes-0.18.0/tests -o ctypes_roots.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.18.0/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.18.0/src/ctypes -ccopt -I -ccopt /usr/src/RPM/BUILD/ocaml-ctypes-0.18.0/tests -o ldouble_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.18.0/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.18.0/src/ctypes -ccopt -I -ccopt /usr/src/RPM/BUILD/ocaml-ctypes-0.18.0/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.18.0/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.18.0/src/ctypes -ccopt -I -ccopt /usr/src/RPM/BUILD/ocaml-ctypes-0.18.0/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.18.0/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.18.0/src/ctypes -ccopt -I -ccopt /usr/src/RPM/BUILD/ocaml-ctypes-0.18.0/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.18.0/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.18.0/src/ctypes -ccopt -I -ccopt /usr/src/RPM/BUILD/ocaml-ctypes-0.18.0/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.18.0/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 189, characters 32-54: 189 | let fill ({ alength; astart = (CPointer p as astart) } as arr) v = ^^^^^^^^^^^^^^^^^^^^^^ Warning 26 [unused-var]: unused variable astart. File "src/ctypes/ctypes_memory.ml", line 189, characters 11-64: 189 | let fill ({ alength; astart = (CPointer p as astart) } as arr) v = ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 26 [unused-var]: unused variable arr. 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 make: Circular ctypes-foreign <- ctypes-foreign dependency dropped. 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.18.0/src/ctypes -ccopt -I -ccopt /usr/src/RPM/BUILD/ocaml-ctypes-0.18.0/tests -o dl_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.18.0/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.18.0/src/ctypes -ccopt -I -ccopt /usr/src/RPM/BUILD/ocaml-ctypes-0.18.0/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.18.0/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.18.0/src/ctypes -ccopt -I -ccopt /usr/src/RPM/BUILD/ocaml-ctypes-0.18.0/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.18.0/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.18.0/src/ctypes -ccopt -I -ccopt /usr/src/RPM/BUILD/ocaml-ctypes-0.18.0/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.18.0/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.18.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.61650 + 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.18.0 + 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.18.0' 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.18.0' + 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: dlopen 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: dlclose 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: pthread_key_create 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: pthread_setspecific 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: dlerror verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: dlsym 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_535' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__write_fn_539' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__write_map_result_544' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__write_foreign_549' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__var_640' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__foreign_value_654' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__concurrency_headers_672' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__headers_678' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__write_c_inner_1001' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__write_ml_inner_1011' 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_2204' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__puts_772' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__printf1_976' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__printf2_981' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__offsetof_987' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__alignmentof_995' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_c_999' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_field_1010' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__case_1014' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_seal_1042' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__case_1046' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__primitive_format_string_1067' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__ml_pat_and_exp_of_typ_1346' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_consts_1406' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__case_1410' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__fun_2439' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_enums_1419' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__case_1423' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__fun_2465' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__field$27_1869' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__seal$27_1889' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__enum_inner_2504' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__format_typ_1916' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__fun_2541' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__fun_2543' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_inverted__code_begin' or the file containing the function 'camlCstubs_inverted__fun_852' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_880' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__c_prologue_614' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__write_structure_declaration_642' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__write_enum_declaration_649' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_953' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__write_typedef_662' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__write_name_668' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__write_declaration_674' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__write_c_685' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__write_c_header_695' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__gen_ml_704' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_1019' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_1037' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__write_ml_796' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_generate_c__code_begin' or the file containing the function 'camlCstubs_generate_c__local_166' 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_637' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__body_645' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1466' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__byte_fn_731' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__inverse_fn_746' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1526' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1580' 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__inverse_fn_decl_1056' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__unsupported_1063' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__prj_1068' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__structure_type_1087' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__structure_1090' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__worker_1105' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__body_1116' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__r_1122' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__result_1129' 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__stub_1140' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1697' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1710' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__byte_stub_1205' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1743' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__aux_1222' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fn_1236' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fn_1246' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_emit_c__code_begin' or the file containing the function 'camlCstubs_emit_c__fun_1151' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1151' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__cvar_581' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__cconst_585' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__camlxParam_721' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__camlParam_740' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__harmless_761' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__cexp_794' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__clvalue_804' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__camlop_813' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__ceff_819' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1341' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__ccomp_898' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__format_parameter_list_947' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__storage_class_972' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__cfundef_976' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__fun_inner_1076' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__cexp_488' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__reference_ceff_500' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__field_ceff_501' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__lookup_field_502' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__prim_prj_577' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__prim_inj_950' 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_306' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fun_1472' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__ml_external_type_419' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__primname_opt_425' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__args_436' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__ml_exp_440' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fun_2121' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__ml_pat_442' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fun_2234' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fun_2270' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__extern_507' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__byte_stub_name_528' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__ml_typ_of_return_typ_552' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__ml_typ_of_arg_typ_754' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fresh_var_812' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__extern_815' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__static_con_825' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__pattern_and_exp_of_typ_855' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__pattern_of_typ_924' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__run_exp_962' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__let_bind_966' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__wrapper_body_1037' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__return_result_1078' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__pat_bound_vars_1082' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__pats_bound_vars_1083' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__wrapper_1093' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__case_1118' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__val_case_1128' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__constructor_decl_1138' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__inverse_case_1145' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_public_name__code_begin' or the file containing the function 'camlCstubs_public_name__constructor_ident_of_prim_586' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_public_name__constructor_ident_of_prim_586' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_public_name__fun_640' 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 either the file containing the function 'camlCstubs_errors__code_begin' or the file containing the function 'camlCstubs_errors__fun_279' 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_431' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_analysis__allocation_660' 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_631' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__foreign_649' 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_2204' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__cases_1003' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__foffset_1022' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__foffset_1038' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_ml_1429' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__gen_c_1436' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__finally_1442' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__constant_1904' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_852' 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_865' 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_628' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_926' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_940' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_generate_c__code_begin' or the file containing the function 'camlCstubs_generate_c__local_166' 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_1388' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1386' 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_1422' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1426' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1431' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__name_params_444' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__value_params_454' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fundec_633' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1472' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1468' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1475' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__build_call_inner_1485' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1501' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1562' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1588' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__value_843' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fail_1065' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1627' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1653' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1722' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fn_args_and_result_1215' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_emit_c__code_begin' or the file containing the function 'camlCstubs_emit_c__fun_1151' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1526' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__format_arg_952' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__cfundec_963' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1582' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__return_type_302' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__loop_481' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__reader_557' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__conser_561' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__immediater_565' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__$40$2d$3e_569' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__returning_572' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__tuple_elements_441' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__pat_fields_443' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__pat_args_444' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__attributes_545' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__ml_external_type_of_fn_795' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__local_con_829' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__map_result_837' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fun_2393' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fun_2398' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fun_2408' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_public_name__constructor_cident_of_prim_inner_636' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_errors__fun_279' 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_2204' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_generate_c__code_begin' or the file containing the function 'camlCstubs_generate_c__local_166' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_emit_c__code_begin' or the file containing the function 'camlCstubs_emit_c__fun_1151' 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 either the file containing the function 'camlCstubs_emit_c__code_begin' or the file containing the function 'camlCstubs_emit_c__fun_1151' 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_521' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_generate_c__code_begin' or the file containing the function 'camlCstubs_generate_c__local_166' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__value_1044' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__c_function_619' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_911' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fn_852' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__inverse_fn_1050' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__sizeof_992' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__ssize_1052' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__usize_1058' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_emit_c__code_begin' or the file containing the function 'camlCstubs_emit_c__fun_1151' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fun_2266' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__fun_960' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__fun_973' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__errno_headers_675' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__fun_2404' 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_2204' 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_2204' 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_2204' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__fun_2204' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_emit_c__code_begin' or the file containing the function 'camlCstubs_emit_c__fun_1151' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_errors__code_begin' or the file containing the function 'camlCstubs_errors__fun_279' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_generate_c__code_begin' or the file containing the function 'camlCstubs_generate_c__local_166' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_public_name__constructor_cident_of_prim_589' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__fun_1075' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__fun_2427' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_932' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_946' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1633' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__format_ty_401' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1532' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1513' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_generate_c__code_begin' or the file containing the function 'camlCstubs_generate_c__local_166' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__field_1885' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__seal_1901' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_c_2000' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_inverted__code_begin' or the file containing the function 'camlCstubs_inverted__fun_852' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_874' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__c_declaration_633' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__arity_524' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_emit_c__code_begin' or the file containing the function 'camlCstubs_emit_c__fun_1151' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1233' 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 'camlCtypes_path__format_path_99' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_emit_c__code_begin' or the file containing the function 'camlCstubs_emit_c__fun_1151' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1594' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__camlop_497' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__ceff_499' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__ml_typ_of_typ_790' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_public_name__code_begin' or the file containing the function 'camlCstubs_public_name__constructor_ident_of_prim_586' 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_688' 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_1227 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_835 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__$40$2d$3e_760 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__$40_194 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStr__parse_1022 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStr__compile_827 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_137 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStr__global_replace_1187 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_1247 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_591 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_primitives__name_588 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_1259 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_542 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_551 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__view_769 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_711 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_585 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_841 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_214 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__has_ocaml_argument_706 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_764 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_537 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_516 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_409 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_1108 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStr__bounded_split_1203 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 either the file containing the function 'camlCtypes_foreign_basis__code_begin' or the file containing the function 'camlCtypes_foreign_basis__funptr_inner_669' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__foreign_inner_697' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__with_fun_610' 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_1085' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__function_of_pointer_603' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__free_funptr_804' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1260' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1276' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__funptr_to_static_funptr_828' 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 the file containing the function 'camlDl___report_dl_error_96' 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_747' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_closure_properties__store_non_closure_function_614' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_closure_properties__try_finalise_675' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_closure_properties__retrieve_685' 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 either the file containing the function 'camlCtypes_foreign_basis__code_begin' or the file containing the function 'camlCtypes_foreign_basis__funptr_inner_669' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__funptr_inner_669' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__dynamic_funptr_inner_745' 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_1007' 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_1017' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1024' 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_1064' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1070' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1073' 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_1096' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1131' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1154' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__build_ccallspec_inner_1163' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1182' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__funptr_of_rawptr_599' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__pointer_of_function_internal_612' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__pointer_of_function_623' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__create_funptr_810' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__funptr_of_fun_816' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1291' 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 the file containing the function 'camlDl__crush_flags_100' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_weak_ref__code_begin' or the file containing the function 'camlCtypes_weak_ref__make_194' 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_804' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_closure_properties__fresh_619' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_closure_properties__finalise_632' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_foreign_basis__code_begin' or the file containing the function 'camlCtypes_foreign_basis__funptr_inner_669' 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 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_536' 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_1001' 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_590' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1245' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1253' 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_635' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_foreign_basis__code_begin' or the file containing the function 'camlCtypes_foreign_basis__funptr_inner_669' 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 'camlCtypes_foreign_basis__code_begin' or the file containing the function 'camlCtypes_foreign_basis__funptr_inner_669' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__dynamic_funptr_566' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__funptr_of_raw_ptr_521' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__ptr_of_raw_ptr_528' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__foreign_value_531' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__fun_742' 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 'camlCtypes_weak_ref__code_begin' or the file containing the function 'camlCtypes_weak_ref__make_194' 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_1225' 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_986' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_1091' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_weak_ref__code_begin' or the file containing the function 'camlCtypes_weak_ref__make_194' 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 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 the file containing the function 'camlCtypes_closure_properties__env_init_734' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_closure_properties__record_679' 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_769 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_509 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_memory__ptr_of_raw_address_506 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_835 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_static__$40$2d$3e_760 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_coerce__coercion_887 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_551 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_1891 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_201 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_static__has_ocaml_argument_706 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_1600 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_1586 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_1106 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_1633 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_687 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__hashtbl__add_660 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__hashtbl__add_903 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCamlinternalOO__create_table_1057 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCamlinternalOO__init_class_1065 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__hashtbl__remove_919 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__hashtbl__find_930 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__hashtbl__Make_885 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: dlopen 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: dlclose 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: pthread_key_create 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: pthread_setspecific 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: dlerror verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: dlsym 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_381' 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_465' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_long_620' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_llong_626' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_uchar_632' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_uint8_799' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_uint16_844' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_uint32_889' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_uint64_936' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ushort_983' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_uint_989' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ulong_995' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ullong_1001' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_pointer_1007' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ldouble_1113' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_complexld_1118' 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_1210' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_array_1021' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ocaml_1026' 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_425' 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_1216' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_fn_461' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_struct_1013' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_union_1017' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_clock_t_1031' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_dev_t_1055' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ino_t_1061' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_mode_t_1067' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_nlink_t_1073' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_off_t_1079' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_pid_t_1085' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_size_t_1091' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ssize_t_1097' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_time_t_1103' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_useconds_t_1109' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__fun_1223' 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_802 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_1233 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlCtypes_type_printing__format_typ_542 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlCtypes_type_printing__format_fn_547 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_1227 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlStdlib__string_of_int_173 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_283 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_528' is not compiled with -fpic/-fPIC the file containing the function 'camlPosixTypes__mkArithmetic_538' 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_1610' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__fun_1624' 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_1097' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__format_structured_284' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__format_array_285' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__offset_682' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__float_array_683' 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__fun_977' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__format_ptr_288' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__format_funptr_289' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__string_of_918' 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_2105' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__fun_2079' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__signed_typedef_610' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__unsigned_typedef_1208' 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_384' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__coercion_887' 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_1887' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1891' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__$21$40_378' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__ptr_diff_407' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__allocate_n_440' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__check_bound_517' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__sub_583' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__bigarray_kind_996' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__array_of_bigarray_1108' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__bigarray_elements_1189' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__array_dims_1231' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__string_from_ptr_1568' 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_809' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_809' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_824' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_867' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_878' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_681' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_699' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__format_parameter_list_281' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_635' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__format_name_537' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__format_typ_542' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__format_fn_547' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__string_of_typ_551' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__string_of_fn_555' 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_585' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__alignment_620' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__passable_654' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__$40$2d$3e_760' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__fun_1508' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__bigarray__795' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__returning_835' 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_328' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__type_name_386' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__kind_type_names_405' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__type_expression_411' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__view_432' 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_585' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_primitives__alignment_585' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_primitives__name_588' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_primitives__format_string_591' 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_409' 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_1566' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__map_assocv_849' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__fun_1585' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__fun_1091' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__format_fields_287' 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_2115' 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_2132' 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_2142' 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_368' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__uncoercible_functions_372' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fun_1062' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fun_1055' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fun_1069' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fun_1076' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fun_1090' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fun_1083' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fn_coercion_888' 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_1875' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1861' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1868' 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__$2b$40_418' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__package_445' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__ptr_of_raw_address_506' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__funptr_of_raw_address_509' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__from_ptr_550' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__make_564' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2055' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__copy_575' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__of_string_592' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__of_list_645' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__to_list_714' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__make_755' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__$7c$2d$3e_762' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory___bigarray_start_808' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__typ_of_bigarray_kind_1565' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__ocaml_string_start_1573' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__ocaml_bytes_start_1576' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__ocaml_float_array_start_1579' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__create_1586' 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_809' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__format_fields_280' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__gather_512' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_600' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_897' 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_750' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__ptr_757' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__abstract_764' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__view_769' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__typedef_779' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__static_funptr_838' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__structure_841' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__union_844' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__bigarray_363' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__bigarray1_368' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__bigarray2_373' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__bigarray3_379' 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_172' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ptr__coerce_193' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ptr__add_bytes_201' 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_809' 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_855' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__int64_of_int8_899' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__int16_of_int64_900' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__int64_of_int16_901' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__int32_of_int64_902' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__int64_of_int32_903' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__uint8_of_int64_907' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__int64_of_uint8_1073' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__uint16_of_int64_1076' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__int64_of_uint16_1120' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__uint32_of_int64_1123' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__int64_of_uint32_1169' 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_1097' 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_1851' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1856' 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_1956' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1958' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1984' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2022' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2106' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2108' 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_2112' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__get_1593' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__set_1596' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__release_1600' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__unsafe_address_424' 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_1591' 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_809' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__fun_2102' 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_1097' 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_809' 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_1097' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__$3c$2d$40_431' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__mapi_732' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fold_left_740' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fold_right_747' 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_809' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__use_value_1248' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__fun_599' 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_2125' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fill_554' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__coerce_989' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__coerce_fn_995' 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_1097' 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_809' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_606' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__fun_1097' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__setf_774' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__getf_779' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__iter_719' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__map_724' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__bigarray_of_ptr_1219' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fortran_bigarray_of_ptr_1225' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__bigarray_of_array_1555' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__pr_316' 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_1945' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1951' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2016' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__allocate_490' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__unsafe_get_522' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__unsafe_set_527' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__get_533' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__set_537' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2068' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2078' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__prim_of_kind_422' 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_354' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__bigarray_start_1104' 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_809' 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_189' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_static__has_ocaml_argument_706' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray__layout_path_408' 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_1227 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_516 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__string_of_float_187 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_1259 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_1247 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_455 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_224 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_327 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.18.0-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.68383 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-ctypes-0.18.0 + DOCDIR=/usr/src/tmp/ocaml-ctypes-buildroot/usr/share/doc/ocaml-ctypes-0.18.0 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-ctypes-buildroot/usr/share/doc/ocaml-ctypes-0.18.0 + /bin/mkdir -p /usr/src/tmp/ocaml-ctypes-buildroot/usr/share/doc/ocaml-ctypes-0.18.0 + cp -prL README.md /usr/src/tmp/ocaml-ctypes-buildroot/usr/share/doc/ocaml-ctypes-0.18.0 + chmod -R go-w /usr/src/tmp/ocaml-ctypes-buildroot/usr/share/doc/ocaml-ctypes-0.18.0 + chmod -R a+rX /usr/src/tmp/ocaml-ctypes-buildroot/usr/share/doc/ocaml-ctypes-0.18.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rh9JtR 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.DEfxmU 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.12.0-C6E35A97, ocaml-cmi(Cstubs) = 4.12.0-C8F397CB, ocaml-cmi(Cstubs_analysis) = 4.12.0-6B617698, ocaml-cmi(Cstubs_c_language) = 4.12.0-9845EE41, ocaml-cmi(Cstubs_emit_c) = 4.12.0-8EE9ECD9, ocaml-cmi(Cstubs_errors) = 4.12.0-52F6C451, ocaml-cmi(Cstubs_generate_c) = 4.12.0-4F1F6CB8, ocaml-cmi(Cstubs_generate_ml) = 4.12.0-1DE4D030, ocaml-cmi(Cstubs_internals) = 4.12.0-E335C8B3, ocaml-cmi(Cstubs_inverted) = 4.12.0-ACC4B9C0, ocaml-cmi(Cstubs_public_name) = 4.12.0-E9EC72CE, ocaml-cmi(Cstubs_structs) = 4.12.0-41E85323, ocaml-cmi(Ctypes) = 4.12.0-23786C7E, ocaml-cmi(Ctypes_bigarray) = 4.12.0-9E9FD06A, ocaml-cmi(Ctypes_bigarray_stubs) = 4.12.0-6A90892D, ocaml-cmi(Ctypes_closure_properties) = 4.12.0-A8B239E9, ocaml-cmi(Ctypes_coerce) = 4.12.0-F0A803F2, ocaml-cmi(Ctypes_ffi) = 4.12.0-147C1D0D, ocaml-cmi(Ctypes_ffi_stubs) = 4.12.0-8BE6C5C0, ocaml-cmi(Ctypes_foreign_basis) = 4.12.0-1367AFE7, ocaml-cmi(Ctypes_foreign_threaded_stubs) = 4.12.0-46752FC1, ocaml-cmi(Ctypes_memory) = 4.12.0-724B2CBD, ocaml-cmi(Ctypes_memory_stubs) = 4.12.0-7673BFD9, ocaml-cmi(Ctypes_path) = 4.12.0-E6569BC5, ocaml-cmi(Ctypes_primitive_types) = 4.12.0-3CB5CF1F, ocaml-cmi(Ctypes_primitives) = 4.12.0-7321808B, ocaml-cmi(Ctypes_printers) = 4.12.0-A6C6D18C, ocaml-cmi(Ctypes_ptr) = 4.12.0-51864EC2, ocaml-cmi(Ctypes_roots_stubs) = 4.12.0-B0102526, ocaml-cmi(Ctypes_static) = 4.12.0-F5317855, ocaml-cmi(Ctypes_std_view_stubs) = 4.12.0-AC1FFDF4, ocaml-cmi(Ctypes_std_views) = 4.12.0-1D31A91E, ocaml-cmi(Ctypes_structs) = 4.12.0-DBC757BA, ocaml-cmi(Ctypes_structs_computed) = 4.12.0-41F2B9AE, ocaml-cmi(Ctypes_type_printing) = 4.12.0-5B860D9C, ocaml-cmi(Ctypes_types) = 4.12.0-42C35272, ocaml-cmi(Ctypes_value_printing) = 4.12.0-66D385D9, ocaml-cmi(Ctypes_value_printing_stubs) = 4.12.0-B403B499, ocaml-cmi(Ctypes_weak_ref) = 4.12.0-5359EB7A, ocaml-cmi(Dl) = 4.12.0-9BB65D72, ocaml-cmi(Foreign) = 4.12.0-44CC8345, ocaml-cmi(Install_ctypes_printers) = 4.12.0-F85A702B, ocaml-cmi(LDouble) = 4.12.0-2F8DF56A, ocaml-cmi(Libffi_abi) = 4.12.0-0C18F5E9, ocaml-cmi(PosixTypes) = 4.12.0-808807C2, 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.4), libffi.so.7 >= set:jee4ZuRAxZbkn2wciBNTv1fJchxEqJkjX3iFFhhId, libffi.so.7(LIBFFI_BASE_7.0), libffi.so.7(LIBFFI_CLOSURE_7.0), libffi7, ocaml-cmi(Asttypes) = 4.12.0-BAEA8C9E, ocaml-cmi(Bigarray_compat) = 4.12.0-94A95857, ocaml-cmi(Build_path_prefix_map) = 4.12.0-656E8C2E, ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(CamlinternalLazy) = 4.12.0-0FFDD456, ocaml-cmi(CamlinternalOO) = 4.12.0-EB6B614B, ocaml-cmi(Cmi_format) = 4.12.0-AD11B881, ocaml-cmi(Env) = 4.12.0-8651F47C, ocaml-cmi(Ident) = 4.12.0-D0041FEF, ocaml-cmi(Identifiable) = 4.12.0-A4D66FBC, ocaml-cmi(Load_path) = 4.12.0-CF04F5EA, ocaml-cmi(Location) = 4.12.0-C873F444, ocaml-cmi(Longident) = 4.12.0-13B3EB27, ocaml-cmi(Misc) = 4.12.0-30BE4E8F, ocaml-cmi(Mutex) = 4.12.0-EC993C94, ocaml-cmi(Outcometree) = 4.12.0-0E91EAF4, ocaml-cmi(Parsetree) = 4.12.0-92C4E671, ocaml-cmi(Path) = 4.12.0-B122D3D0, ocaml-cmi(Primitive) = 4.12.0-18B142B7, ocaml-cmi(Signed) = 4.12.0-8E28C4A4, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__array) = 4.12.0-4E32E71C, ocaml-cmi(Stdlib__bigarray) = 4.12.0-73871E61, ocaml-cmi(Stdlib__buffer) = 4.12.0-9EAF2B1C, ocaml-cmi(Stdlib__bytes) = 4.12.0-7EBE0A81, ocaml-cmi(Stdlib__callback) = 4.12.0-21C02ABB, ocaml-cmi(Stdlib__complex) = 4.12.0-81367AAA, ocaml-cmi(Stdlib__digest) = 4.12.0-58B6F86A, ocaml-cmi(Stdlib__either) = 4.12.0-2555BF09, ocaml-cmi(Stdlib__format) = 4.12.0-E8696010, ocaml-cmi(Stdlib__gc) = 4.12.0-DC6A7673, ocaml-cmi(Stdlib__hashtbl) = 4.12.0-C3EC10B9, ocaml-cmi(Stdlib__int32) = 4.12.0-4C0749E5, ocaml-cmi(Stdlib__int64) = 4.12.0-6CF7F095, ocaml-cmi(Stdlib__lazy) = 4.12.0-5D62F857, ocaml-cmi(Stdlib__lexing) = 4.12.0-F7569937, ocaml-cmi(Stdlib__list) = 4.12.0-88609EF3, ocaml-cmi(Stdlib__listLabels) = 4.12.0-77777981, ocaml-cmi(Stdlib__map) = 4.12.0-717FE01A, ocaml-cmi(Stdlib__nativeint) = 4.12.0-28B842CE, ocaml-cmi(Stdlib__obj) = 4.12.0-2B540DC5, ocaml-cmi(Stdlib__oo) = 4.12.0-9FF536C4, ocaml-cmi(Stdlib__printexc) = 4.12.0-2ED36879, ocaml-cmi(Stdlib__printf) = 4.12.0-6B41A35D, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmi(Stdlib__set) = 4.12.0-D47FAD5D, ocaml-cmi(Stdlib__string) = 4.12.0-9F0E4229, ocaml-cmi(Stdlib__uchar) = 4.12.0-82DADCD9, ocaml-cmi(Stdlib__weak) = 4.12.0-CBA3563D, ocaml-cmi(Str) = 4.12.0-BEF96AEE, ocaml-cmi(Subst) = 4.12.0-F5B88697, ocaml-cmi(Thread) = 4.12.0-A5F19C00, ocaml-cmi(Toploop) = 4.12.0-0495573E, ocaml-cmi(Type_immediacy) = 4.12.0-D5796C46, ocaml-cmi(Types) = 4.12.0-00D76638, ocaml-cmi(Unix) = 4.12.0-EADECC35, ocaml-cmi(Unsigned) = 4.12.0-96F3AA64, ocaml-cmi(Warnings) = 4.12.0-B2D4200E, ocaml-dll(integers_stubs), ocaml-integers, ocaml-runtime = 4.12.0, 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.eB7UdT Creating ocaml-ctypes-debuginfo package Processing files: ocaml-ctypes-devel-0.18.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kpQfAT 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.efyc1R 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.12.0-5B522AAF, ocaml-cmx(Cstubs) = 4.12.0-AEDB207B, ocaml-cmx(Cstubs_analysis) = 4.12.0-E896CC88, ocaml-cmx(Cstubs_c_language) = 4.12.0-AE0BB37C, ocaml-cmx(Cstubs_emit_c) = 4.12.0-15C1D594, ocaml-cmx(Cstubs_errors) = 4.12.0-7478A8DB, ocaml-cmx(Cstubs_generate_c) = 4.12.0-AA78241C, ocaml-cmx(Cstubs_generate_ml) = 4.12.0-CCA878B7, ocaml-cmx(Cstubs_internals) = 4.12.0-F82BD9EE, ocaml-cmx(Cstubs_inverted) = 4.12.0-50DDF68D, ocaml-cmx(Cstubs_public_name) = 4.12.0-26A68B2A, ocaml-cmx(Cstubs_structs) = 4.12.0-9B638197, ocaml-cmx(Ctypes) = 4.12.0-C1FBCD9D, ocaml-cmx(Ctypes_bigarray) = 4.12.0-EA8643C8, ocaml-cmx(Ctypes_bigarray_stubs) = 4.12.0-8A6DEE32, ocaml-cmx(Ctypes_closure_properties) = 4.12.0-EDFE459F, ocaml-cmx(Ctypes_coerce) = 4.12.0-C56802B3, ocaml-cmx(Ctypes_ffi) = 4.12.0-2A4CD5B2, ocaml-cmx(Ctypes_ffi_stubs) = 4.12.0-C1F7D354, ocaml-cmx(Ctypes_foreign_basis) = 4.12.0-30C5D384, ocaml-cmx(Ctypes_foreign_threaded_stubs) = 4.12.0-6406840B, ocaml-cmx(Ctypes_memory) = 4.12.0-45BB47FA, ocaml-cmx(Ctypes_memory_stubs) = 4.12.0-7157C34F, ocaml-cmx(Ctypes_path) = 4.12.0-512471D5, ocaml-cmx(Ctypes_primitive_types) = 4.12.0-A3932523, ocaml-cmx(Ctypes_primitives) = 4.12.0-F16A0B72, ocaml-cmx(Ctypes_printers) = 4.12.0-464088A2, ocaml-cmx(Ctypes_ptr) = 4.12.0-9277E749, ocaml-cmx(Ctypes_roots_stubs) = 4.12.0-7194DD64, ocaml-cmx(Ctypes_static) = 4.12.0-1A988A3F, ocaml-cmx(Ctypes_std_view_stubs) = 4.12.0-6E05692D, ocaml-cmx(Ctypes_std_views) = 4.12.0-10CA9ADC, ocaml-cmx(Ctypes_structs) = 4.12.0-F73A0A9B, ocaml-cmx(Ctypes_structs_computed) = 4.12.0-7CF82AE2, ocaml-cmx(Ctypes_type_printing) = 4.12.0-051BD42A, ocaml-cmx(Ctypes_value_printing) = 4.12.0-117D42A7, ocaml-cmx(Ctypes_value_printing_stubs) = 4.12.0-33E077D6, ocaml-cmx(Ctypes_weak_ref) = 4.12.0-57D3078A, ocaml-cmx(Dl) = 4.12.0-94FCADCB, ocaml-cmx(Foreign) = 4.12.0-7DD41634, ocaml-cmx(Install_ctypes_printers) = 4.12.0-8F37639B, ocaml-cmx(LDouble) = 4.12.0-C14EEC3F, ocaml-cmx(Libffi_abi) = 4.12.0-FEA5AA8F, ocaml-cmx(PosixTypes) = 4.12.0-93B933BC Requires: ocaml-ctypes = 0.18.0-alt1, /usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so, /usr/lib/ocaml/stublibs/dllctypes_stubs.so, libffi7, ocaml, ocaml-cmi(Asttypes) = 4.12.0-BAEA8C9E, ocaml-cmi(Bigarray_compat) = 4.12.0-94A95857, ocaml-cmi(Build_path_prefix_map) = 4.12.0-656E8C2E, ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(CamlinternalLazy) = 4.12.0-0FFDD456, ocaml-cmi(CamlinternalOO) = 4.12.0-EB6B614B, ocaml-cmi(Cmi_format) = 4.12.0-AD11B881, ocaml-cmi(ComplexL) = 4.12.0-C6E35A97, ocaml-cmi(Cstubs) = 4.12.0-C8F397CB, ocaml-cmi(Cstubs_analysis) = 4.12.0-6B617698, ocaml-cmi(Cstubs_c_language) = 4.12.0-9845EE41, ocaml-cmi(Cstubs_emit_c) = 4.12.0-8EE9ECD9, ocaml-cmi(Cstubs_errors) = 4.12.0-52F6C451, ocaml-cmi(Cstubs_generate_c) = 4.12.0-4F1F6CB8, ocaml-cmi(Cstubs_generate_ml) = 4.12.0-1DE4D030, ocaml-cmi(Cstubs_internals) = 4.12.0-E335C8B3, ocaml-cmi(Cstubs_inverted) = 4.12.0-ACC4B9C0, ocaml-cmi(Cstubs_public_name) = 4.12.0-E9EC72CE, ocaml-cmi(Cstubs_structs) = 4.12.0-41E85323, ocaml-cmi(Ctypes) = 4.12.0-23786C7E, ocaml-cmi(Ctypes_bigarray) = 4.12.0-9E9FD06A, ocaml-cmi(Ctypes_bigarray_stubs) = 4.12.0-6A90892D, ocaml-cmi(Ctypes_closure_properties) = 4.12.0-A8B239E9, ocaml-cmi(Ctypes_coerce) = 4.12.0-F0A803F2, ocaml-cmi(Ctypes_ffi) = 4.12.0-147C1D0D, ocaml-cmi(Ctypes_ffi_stubs) = 4.12.0-8BE6C5C0, ocaml-cmi(Ctypes_foreign_basis) = 4.12.0-1367AFE7, ocaml-cmi(Ctypes_foreign_threaded_stubs) = 4.12.0-46752FC1, ocaml-cmi(Ctypes_memory) = 4.12.0-724B2CBD, ocaml-cmi(Ctypes_memory_stubs) = 4.12.0-7673BFD9, ocaml-cmi(Ctypes_path) = 4.12.0-E6569BC5, ocaml-cmi(Ctypes_primitive_types) = 4.12.0-3CB5CF1F, ocaml-cmi(Ctypes_primitives) = 4.12.0-7321808B, ocaml-cmi(Ctypes_printers) = 4.12.0-A6C6D18C, ocaml-cmi(Ctypes_ptr) = 4.12.0-51864EC2, ocaml-cmi(Ctypes_roots_stubs) = 4.12.0-B0102526, ocaml-cmi(Ctypes_static) = 4.12.0-F5317855, ocaml-cmi(Ctypes_std_view_stubs) = 4.12.0-AC1FFDF4, ocaml-cmi(Ctypes_std_views) = 4.12.0-1D31A91E, ocaml-cmi(Ctypes_structs) = 4.12.0-DBC757BA, ocaml-cmi(Ctypes_structs_computed) = 4.12.0-41F2B9AE, ocaml-cmi(Ctypes_type_printing) = 4.12.0-5B860D9C, ocaml-cmi(Ctypes_types) = 4.12.0-42C35272, ocaml-cmi(Ctypes_value_printing) = 4.12.0-66D385D9, ocaml-cmi(Ctypes_value_printing_stubs) = 4.12.0-B403B499, ocaml-cmi(Ctypes_weak_ref) = 4.12.0-5359EB7A, ocaml-cmi(Dl) = 4.12.0-9BB65D72, ocaml-cmi(Env) = 4.12.0-8651F47C, ocaml-cmi(Foreign) = 4.12.0-44CC8345, ocaml-cmi(Ident) = 4.12.0-D0041FEF, ocaml-cmi(Identifiable) = 4.12.0-A4D66FBC, ocaml-cmi(Install_ctypes_printers) = 4.12.0-F85A702B, ocaml-cmi(LDouble) = 4.12.0-2F8DF56A, ocaml-cmi(Libffi_abi) = 4.12.0-0C18F5E9, ocaml-cmi(Load_path) = 4.12.0-CF04F5EA, ocaml-cmi(Location) = 4.12.0-C873F444, ocaml-cmi(Longident) = 4.12.0-13B3EB27, ocaml-cmi(Misc) = 4.12.0-30BE4E8F, ocaml-cmi(Mutex) = 4.12.0-EC993C94, ocaml-cmi(Outcometree) = 4.12.0-0E91EAF4, ocaml-cmi(Parsetree) = 4.12.0-92C4E671, ocaml-cmi(Path) = 4.12.0-B122D3D0, ocaml-cmi(PosixTypes) = 4.12.0-808807C2, ocaml-cmi(Primitive) = 4.12.0-18B142B7, ocaml-cmi(Signed) = 4.12.0-8E28C4A4, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__array) = 4.12.0-4E32E71C, ocaml-cmi(Stdlib__bigarray) = 4.12.0-73871E61, ocaml-cmi(Stdlib__buffer) = 4.12.0-9EAF2B1C, ocaml-cmi(Stdlib__bytes) = 4.12.0-7EBE0A81, ocaml-cmi(Stdlib__callback) = 4.12.0-21C02ABB, ocaml-cmi(Stdlib__complex) = 4.12.0-81367AAA, ocaml-cmi(Stdlib__digest) = 4.12.0-58B6F86A, ocaml-cmi(Stdlib__either) = 4.12.0-2555BF09, ocaml-cmi(Stdlib__format) = 4.12.0-E8696010, ocaml-cmi(Stdlib__gc) = 4.12.0-DC6A7673, ocaml-cmi(Stdlib__hashtbl) = 4.12.0-C3EC10B9, ocaml-cmi(Stdlib__int32) = 4.12.0-4C0749E5, ocaml-cmi(Stdlib__int64) = 4.12.0-6CF7F095, ocaml-cmi(Stdlib__lazy) = 4.12.0-5D62F857, ocaml-cmi(Stdlib__lexing) = 4.12.0-F7569937, ocaml-cmi(Stdlib__list) = 4.12.0-88609EF3, ocaml-cmi(Stdlib__listLabels) = 4.12.0-77777981, ocaml-cmi(Stdlib__map) = 4.12.0-717FE01A, ocaml-cmi(Stdlib__nativeint) = 4.12.0-28B842CE, ocaml-cmi(Stdlib__obj) = 4.12.0-2B540DC5, ocaml-cmi(Stdlib__oo) = 4.12.0-9FF536C4, ocaml-cmi(Stdlib__printexc) = 4.12.0-2ED36879, ocaml-cmi(Stdlib__printf) = 4.12.0-6B41A35D, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmi(Stdlib__set) = 4.12.0-D47FAD5D, ocaml-cmi(Stdlib__string) = 4.12.0-9F0E4229, ocaml-cmi(Stdlib__uchar) = 4.12.0-82DADCD9, ocaml-cmi(Stdlib__weak) = 4.12.0-CBA3563D, ocaml-cmi(Str) = 4.12.0-BEF96AEE, ocaml-cmi(Subst) = 4.12.0-F5B88697, ocaml-cmi(Thread) = 4.12.0-A5F19C00, ocaml-cmi(Toploop) = 4.12.0-0495573E, ocaml-cmi(Type_immediacy) = 4.12.0-D5796C46, ocaml-cmi(Types) = 4.12.0-00D76638, ocaml-cmi(Unix) = 4.12.0-EADECC35, ocaml-cmi(Unsigned) = 4.12.0-96F3AA64, ocaml-cmi(Warnings) = 4.12.0-B2D4200E, ocaml-cmx(Bigarray_compat) = 4.12.0-9E608850, ocaml-cmx(CamlinternalOO) = 4.12.0-CD6C4EA1, ocaml-cmx(Mutex) = 4.12.0-9E92B5F8, ocaml-cmx(Signed) = 4.12.0-76668A4D, ocaml-cmx(Stdlib) = 4.12.0-D5811101, ocaml-cmx(Stdlib__array) = 4.12.0-0ED96C91, ocaml-cmx(Stdlib__bigarray) = 4.12.0-081260DF, ocaml-cmx(Stdlib__bytes) = 4.12.0-65CC81DC, ocaml-cmx(Stdlib__callback) = 4.12.0-0F0BC55C, ocaml-cmx(Stdlib__format) = 4.12.0-5D89D582, ocaml-cmx(Stdlib__gc) = 4.12.0-3C8775F5, ocaml-cmx(Stdlib__hashtbl) = 4.12.0-3829FA7A, ocaml-cmx(Stdlib__int64) = 4.12.0-722E7307, ocaml-cmx(Stdlib__lexing) = 4.12.0-98B2BB73, ocaml-cmx(Stdlib__list) = 4.12.0-DC8662E5, ocaml-cmx(Stdlib__listLabels) = 4.12.0-96537655, ocaml-cmx(Stdlib__nativeint) = 4.12.0-46A7C127, ocaml-cmx(Stdlib__printexc) = 4.12.0-59502601, ocaml-cmx(Stdlib__printf) = 4.12.0-95403AB2, ocaml-cmx(Stdlib__string) = 4.12.0-6DBCA81D, ocaml-cmx(Stdlib__weak) = 4.12.0-81180CCD, ocaml-cmx(Str) = 4.12.0-C03EA0DC, ocaml-cmx(Thread) = 4.12.0-C66CDD43, ocaml-cmx(Unsigned) = 4.12.0-80B4538B, ocaml-integers Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CN1y3R Processing files: ocaml-ctypes-debuginfo-0.18.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OQJnMR find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ff0SKR find-requires: running scripts (debuginfo) Requires: ocaml-ctypes = 0.18.0-alt1, debug(libc.so.6), debug(libffi.so.7) 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.18.0-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-ctypes-devel-0.18.0-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-ctypes-debuginfo-0.18.0-alt1.i586.rpm (w2.lzdio) 13.41user 5.90system 0:25.17elapsed 76%CPU (0avgtext+0avgdata 32164maxresident)k 0inputs+0outputs (0major+1931281minor)pagefaults 0swaps 28.69user 8.72system 0:43.31elapsed 86%CPU (0avgtext+0avgdata 105044maxresident)k 0inputs+0outputs (0major+2261421minor)pagefaults 0swaps