<86>Sep 14 11:21:04 userdel[4075203]: delete user 'rooter' <86>Sep 14 11:21:04 userdel[4075203]: removed group 'rooter' owned by 'rooter' <86>Sep 14 11:21:04 userdel[4075203]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 14 11:21:04 groupadd[4075217]: group added to /etc/group: name=rooter, GID=687 <86>Sep 14 11:21:04 groupadd[4075217]: group added to /etc/gshadow: name=rooter <86>Sep 14 11:21:04 groupadd[4075217]: new group: name=rooter, GID=687 <86>Sep 14 11:21:04 useradd[4075233]: new user: name=rooter, UID=687, GID=687, home=/root, shell=/bin/bash <86>Sep 14 11:21:04 userdel[4075257]: delete user 'builder' <86>Sep 14 11:21:04 userdel[4075257]: removed group 'builder' owned by 'builder' <86>Sep 14 11:21:04 userdel[4075257]: removed shadow group 'builder' owned by 'builder' <86>Sep 14 11:21:04 groupadd[4075289]: group added to /etc/group: name=builder, GID=688 <86>Sep 14 11:21:04 groupadd[4075289]: group added to /etc/gshadow: name=builder <86>Sep 14 11:21:04 groupadd[4075289]: new group: name=builder, GID=688 <86>Sep 14 11:21:04 useradd[4075293]: new user: name=builder, UID=688, GID=688, home=/usr/src, shell=/bin/bash <13>Sep 14 11:21:06 rpmi: ocaml-runtime-4.12.0-alt1 sisyphus+279404.100.2.2 1626535407 installed <13>Sep 14 11:21:06 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+268936.100.1.1 1617543918 installed <13>Sep 14 11:21:17 rpmi: ocaml-4.12.0-alt1 sisyphus+279404.100.2.2 1626535407 installed <13>Sep 14 11:21:17 rpmi: ocaml-bigarray-compat-1.0.0-alt2 sisyphus+279404.2400.2.2 1626536547 installed <13>Sep 14 11:21:17 rpmi: ocaml-integers-0.5.1-alt1 sisyphus+282918.100.1.1 1629115382 installed <13>Sep 14 11:21:17 rpmi: ocaml-integers-devel-0.5.1-alt1 sisyphus+282918.100.1.1 1629115382 installed <13>Sep 14 11:21:17 rpmi: ocaml-bigarray-compat-devel-1.0.0-alt2 sisyphus+279404.2400.2.2 1626536547 installed <13>Sep 14 11:21:17 rpmi: ocaml-findlib-1.9.1-alt2 sisyphus+279404.500.2.2 1626535786 installed <13>Sep 14 11:21:17 rpmi: libffi-devel-1:3.3-alt1 sisyphus+278158.300.1.1 1626050399 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.25886 + 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.44757 + 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.25496 + 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__code_end' or the file containing the function 'camlCstubs_structs__fun_2231' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__puts_784' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__printf1_988' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__printf2_993' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__offsetof_999' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__alignmentof_1007' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_c_1011' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_field_1022' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__case_1026' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_seal_1054' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__case_1058' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__primitive_format_string_1079' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__ml_pat_and_exp_of_typ_1373' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_consts_1433' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__case_1437' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__fun_2466' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_enums_1446' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__case_1450' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__fun_2492' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__field$27_1896' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__seal$27_1916' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__enum_inner_2531' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__format_typ_1943' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__fun_2568' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__fun_2570' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__functions_301' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_inverted__fun_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_643' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__body_651' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1472' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__byte_fn_737' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__inverse_fn_752' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1532' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1586' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1599' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__inverse_fn_decl_1062' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__unsupported_1069' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__prj_1074' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__structure_type_1093' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__structure_1096' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__worker_1111' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__body_1122' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__r_1128' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__result_1135' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1690' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__stub_1146' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1703' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1716' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__byte_stub_1211' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1749' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__aux_1228' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fn_1242' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fn_1252' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__format_seq_297' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1157' 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_727' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__camlParam_746' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__harmless_767' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__cexp_800' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__clvalue_810' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__camlop_819' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__ceff_825' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1347' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__ccomp_904' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__format_parameter_list_953' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__storage_class_978' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__cfundef_982' 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_1103' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__cexp_494' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__reference_ceff_506' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__field_ceff_507' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__lookup_field_508' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__prim_prj_583' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__prim_inj_977' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__ml_type_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 the file containing the function 'camlCstubs_public_name__ident_of_ml_prim_84' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_public_name__constructor_ident_of_prim_613' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_public_name__fun_667' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_public_name__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_path__is_uident_82' 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_443' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_analysis__allocation_687' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_analysis__entry' is not compiled with -fpic/-fPIC either the file containing the function 'caml_shared_startup__code_begin' or the file containing the function 'caml_curry7_1_app' 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__code_end' or the file containing the function 'camlCstubs_structs__fun_2231' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__cases_1015' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__foffset_1034' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__foffset_1050' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_ml_1456' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__gen_c_1463' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__finally_1469' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__constant_1931' 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_1394' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1392' 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_1428' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1432' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1437' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__name_params_450' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__value_params_460' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fundec_639' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1478' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1474' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1481' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__build_call_inner_1491' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1507' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1568' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1594' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__value_849' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fail_1071' 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_generate_c__fun_1659' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1728' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fn_args_and_result_1221' 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__format_arg_958' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__cfundec_969' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1588' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__return_type_308' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__loop_487' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__reader_563' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__conser_567' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__immediater_571' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__$40$2d$3e_575' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__returning_578' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__tuple_elements_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_663' 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 'caml_shared_startup__code_begin' or the file containing the function 'caml_curry7_1_app' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs__code_end' or the file containing the function 'camlCstubs_structs__fun_2231' 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 'caml_curry7_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_2_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_3_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_4_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_5_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_6' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_2_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_3_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_4_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_5' is not compiled with -fpic/-fPIC the file containing the function 'caml_apply8' is not compiled with -fpic/-fPIC the file containing the function 'caml_apply7' is not compiled with -fpic/-fPIC the file containing the function 'caml_apply6' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__foreign_337' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs__foreign_value_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_1050' 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_858' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__inverse_fn_1056' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__sizeof_1004' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__ssize_1064' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__usize_1070' 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__code_end' or the file containing the function 'camlCstubs_structs__fun_2231' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__fun_2231' 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_616' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__fun_1102' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__fun_2454' 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_1639' 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_1538' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1519' 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_1912' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__seal_1928' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_structs__write_c_2027' 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 the file containing the function 'camlCstubs_emit_c__fun_1239' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_c__fun_1630' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_path__format_path_99' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_emit_c__fun_1600' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__camlop_503' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_c_language__ceff_505' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_generate_ml__ml_typ_of_typ_790' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_path__is_valid_path_90' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_analysis__float_113' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_analysis__may_allocate_715' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_extra_params verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__printf__sprintf_202 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__format__fprintf_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_618 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_primitives__name_615 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__printf__ksprintf_193 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__format__kasprintf_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_421 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__unsupported_84 verify-elf: WARNING: ./usr/lib/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStr__string_match_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_681' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__foreign_inner_709' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__with_fun_622' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ffi__fun_978' 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 either the file containing the function 'camlDl__code_begin' or the file containing the function 'camlDl__fun_195' is not compiled with -fpic/-fPIC the file containing the function 'camlDl__dlopen_169' is not compiled with -fpic/-fPIC the file containing the function 'camlDl__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_weak_ref__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_ffi_stubs__code_begin' or the file containing the function 'camlCtypes_ffi_stubs__code_end' 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 either the file containing the function 'caml_shared_startup__code_begin' or the file containing the function 'caml_curry7_1_app' 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_681' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__funptr_inner_681' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__dynamic_funptr_inner_757' is not compiled with -fpic/-fPIC 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 the file containing the function 'camlLibffi_abi__abi_code_84' is not compiled with -fpic/-fPIC either the file containing the function 'camlDl__code_begin' or the file containing the function 'camlDl__fun_195' is not compiled with -fpic/-fPIC the file containing the function 'camlDl__crush_flags_100' is not compiled with -fpic/-fPIC 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 'caml_shared_startup__code_begin' or the file containing the function 'caml_curry7_1_app' 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_681' is not compiled with -fpic/-fPIC either the file containing the function 'camlDl__code_begin' or the file containing the function 'camlDl__fun_195' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_2_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_3_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_4_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_5_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry7_6' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_2_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_3_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_4_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_5' is not compiled with -fpic/-fPIC the file containing the function 'caml_apply6' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__funptr_286' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__funptr_opt_332' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__foreign_548' is not compiled with -fpic/-fPIC the file containing the function 'camlForeign__entry' is not compiled with -fpic/-fPIC 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 either the file containing the function 'camlDl__code_begin' or the file containing the function 'camlDl__fun_195' is not compiled with -fpic/-fPIC the file containing the function 'camlDl__fun_206' is not compiled with -fpic/-fPIC the file containing the function 'camlDl__dlclose_174' is not compiled with -fpic/-fPIC the file containing the function 'camlDl__dlsym_177' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_closure_properties__cleanup_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_681' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_ffi_stubs__code_begin' or the file containing the function 'camlCtypes_ffi_stubs__code_end' 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_681' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__dynamic_funptr_578' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__funptr_of_raw_ptr_533' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__ptr_of_raw_ptr_540' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__foreign_value_543' is not compiled with -fpic/-fPIC either the file containing the function 'camlDl__code_begin' or the file containing the function 'camlDl__fun_195' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_foreign_basis__fun_754' is not compiled with -fpic/-fPIC either the file containing the function 'camlDl__code_begin' or the file containing the function 'camlDl__fun_195' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_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_ffi__fun_1225' 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 'camlDl__code_begin' or the file containing the function 'camlDl__fun_195' is not compiled with -fpic/-fPIC the file containing the function 'camlDl__fun_202' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_ffi_stubs__code_begin' or the file containing the function 'camlCtypes_ffi_stubs__code_end' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_weak_ref__is_empty_206' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_ffi_stubs__code_begin' or the file containing the function 'camlCtypes_ffi_stubs__code_end' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_closure_properties__code_begin' or the file containing the function 'camlCtypes_closure_properties__equal_426' 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_914 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_1906 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_1615 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_1601 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_626' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_llong_632' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_uchar_638' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_uint8_814' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_uint16_862' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_uint32_910' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_uint64_960' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ushort_1010' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_uint_1016' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ulong_1022' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ullong_1028' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_pointer_1034' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ldouble_1140' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_complexld_1145' 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_1237' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_array_1048' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ocaml_1053' 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_1243' 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_1040' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_union_1044' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_clock_t_1058' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_dev_t_1082' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ino_t_1088' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_mode_t_1094' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_nlink_t_1100' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_off_t_1106' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_pid_t_1112' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_size_t_1118' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_ssize_t_1124' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_time_t_1130' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__format_useconds_t_1136' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_printers__fun_1250' 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_540' is not compiled with -fpic/-fPIC the file containing the function 'camlPosixTypes__mkArithmetic_550' is not compiled with -fpic/-fPIC the file containing the function 'camlPosixTypes__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__mkView_562' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__read_640' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__format_typ_641' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__build_enum_type_inner_1628' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__fun_1642' 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 the file containing the function 'camlCtypes_value_printing__format_283' 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_697' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__float_array_698' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__fun_1022' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__fun_992' 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_933' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__fun_2210' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__fun_2184' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__signed_typedef_628' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__unsigned_typedef_1259' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_coerce__code_begin' or the file containing the function 'camlCtypes_coerce__pr_122' 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_914' 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_1902' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1906' 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_1583' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_type_printing__fun_711' 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_1532' 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 the file containing the function 'camlCtypes_primitives__sizeof_83' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_primitives__alignment_612' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_primitives__name_615' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_primitives__format_string_618' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_primitives__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_primitive_types__ml_prim_421' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_primitive_types__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlComplexL__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_bigarray_stubs__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlLDouble__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_ptr__entry' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry2' is not compiled with -fpic/-fPIC either the file containing the function 'camlPosixTypes__code_begin' or the file containing the function 'camlPosixTypes__mkAbstractSized_293' is not compiled with -fpic/-fPIC the file containing the function 'camlPosixTypes__mkAbstractSized_293' is not compiled with -fpic/-fPIC either the file containing the function 'camlCstubs_internals__code_begin' or the file containing the function 'camlCstubs_internals__make_ptr_554' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__make_ptr_554' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__make_fun_ptr_558' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__fun_1584' 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_1603' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_value_printing__fun_1106' 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_2220' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__write_nullable_228' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__nullable_view_235' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__read_nullable_funptr_243' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__fun_2237' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__write_nullable_funptr_250' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__fun_2247' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__nullable_funptr_view_257' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__ptr_opt_265' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_coerce__code_begin' or the file containing the function 'camlCtypes_coerce__pr_122' 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_1089' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fun_1082' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fun_1096' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fun_1103' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fun_1117' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fun_1110' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__fn_coercion_915' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_memory__code_begin' or the file containing the function 'camlCtypes_memory__make_unmanaged_131' 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_1890' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1876' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1883' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2002' 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_2070' 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_1580' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__ocaml_string_start_1588' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__ocaml_bytes_start_1591' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__ocaml_float_array_start_1594' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__create_1601' 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_coerce__code_begin' or the file containing the function 'camlCtypes_coerce__pr_122' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_memory__code_begin' or the file containing the function 'camlCtypes_memory__make_unmanaged_131' 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_1082' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__uint16_of_int64_1085' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__int64_of_uint16_1132' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__uint32_of_int64_1135' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__int64_of_uint32_1184' 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_1866' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1871' 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_1971' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1973' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1999' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2037' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2121' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2123' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2125' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2127' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__get_1608' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__set_1611' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__release_1615' 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 either the file containing the function 'camlLDouble__code_begin' or the file containing the function 'camlLDouble__fun_257' 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_1609' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_std_views__fun_2207' is not compiled with -fpic/-fPIC the file containing the function 'camlCstubs_internals__write_639' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_coerce__code_begin' or the file containing the function 'camlCtypes_coerce__pr_122' 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 the file containing the function 'camlCstubs_internals__use_value_1266' 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_2230' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fill_554' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_coerce__code_begin' or the file containing the function 'camlCtypes_coerce__pr_122' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__coerce_1016' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__coerce_fn_1022' 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_1112' 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 either the file containing the function 'camlCtypes_coerce__code_begin' or the file containing the function 'camlCtypes_coerce__pr_122' 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_1570' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_coerce__code_begin' or the file containing the function 'camlCtypes_coerce__pr_122' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_coerce__pr_316' is not compiled with -fpic/-fPIC either the file containing the function 'camlCtypes_coerce__code_begin' or the file containing the function 'camlCtypes_coerce__pr_122' 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_1960' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_1966' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2031' 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_2083' is not compiled with -fpic/-fPIC the file containing the function 'camlCtypes_memory__fun_2093' 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 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 either the file containing the function 'camlLDouble__code_begin' or the file containing the function 'camlLDouble__fun_257' 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.60745 + 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.aFJF4y 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.CIwxhz 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-B0DDFE4E, ocaml-cmi(Cstubs_analysis) = 4.12.0-6B617698, ocaml-cmi(Cstubs_c_language) = 4.12.0-F4C101FB, ocaml-cmi(Cstubs_emit_c) = 4.12.0-7C367D17, 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-7742D213, ocaml-cmi(Cstubs_inverted) = 4.12.0-ACC4B9C0, ocaml-cmi(Cstubs_public_name) = 4.12.0-E9EC72CE, ocaml-cmi(Cstubs_structs) = 4.12.0-6EFE6AEC, 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-5B575D98, ocaml-cmi(Ctypes_foreign_threaded_stubs) = 4.12.0-46752FC1, ocaml-cmi(Ctypes_memory) = 4.12.0-C83C9500, 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-1D97A606, ocaml-cmi(Ctypes_primitives) = 4.12.0-C5461E50, ocaml-cmi(Ctypes_printers) = 4.12.0-20084BAB, ocaml-cmi(Ctypes_ptr) = 4.12.0-51864EC2, ocaml-cmi(Ctypes_roots_stubs) = 4.12.0-B0102526, ocaml-cmi(Ctypes_static) = 4.12.0-05231A06, ocaml-cmi(Ctypes_std_view_stubs) = 4.12.0-AC1FFDF4, ocaml-cmi(Ctypes_std_views) = 4.12.0-747600D3, 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-CBF47E19, ocaml-cmi(Ctypes_value_printing) = 4.12.0-131FCDE4, 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-349CA4BD, 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-B0CC9BF5, 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-3DF5B4D2, 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.wlrd6x 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.qbJGXy 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.hpxNUy 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-BCA574EF, ocaml-cmx(Cstubs_analysis) = 4.12.0-F72F23CB, ocaml-cmx(Cstubs_c_language) = 4.12.0-2E448416, ocaml-cmx(Cstubs_emit_c) = 4.12.0-B4AF1A2B, ocaml-cmx(Cstubs_errors) = 4.12.0-7478A8DB, ocaml-cmx(Cstubs_generate_c) = 4.12.0-FE8DEA5E, ocaml-cmx(Cstubs_generate_ml) = 4.12.0-8E4E8E71, ocaml-cmx(Cstubs_internals) = 4.12.0-341C990B, ocaml-cmx(Cstubs_inverted) = 4.12.0-02B876DC, ocaml-cmx(Cstubs_public_name) = 4.12.0-2265E1FA, ocaml-cmx(Cstubs_structs) = 4.12.0-03E08C57, ocaml-cmx(Ctypes) = 4.12.0-A844F30C, ocaml-cmx(Ctypes_bigarray) = 4.12.0-5792BE91, 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-6CF1DA38, ocaml-cmx(Ctypes_ffi) = 4.12.0-65B6F09A, ocaml-cmx(Ctypes_ffi_stubs) = 4.12.0-D7BB3A51, ocaml-cmx(Ctypes_foreign_basis) = 4.12.0-AAD224B0, ocaml-cmx(Ctypes_foreign_threaded_stubs) = 4.12.0-6406840B, ocaml-cmx(Ctypes_memory) = 4.12.0-EEA72404, ocaml-cmx(Ctypes_memory_stubs) = 4.12.0-BFC9361A, ocaml-cmx(Ctypes_path) = 4.12.0-512471D5, ocaml-cmx(Ctypes_primitive_types) = 4.12.0-AFEAD494, ocaml-cmx(Ctypes_primitives) = 4.12.0-A396883C, ocaml-cmx(Ctypes_printers) = 4.12.0-ADD4C6E5, ocaml-cmx(Ctypes_ptr) = 4.12.0-9277E749, ocaml-cmx(Ctypes_roots_stubs) = 4.12.0-7194DD64, ocaml-cmx(Ctypes_static) = 4.12.0-E03DB7D5, ocaml-cmx(Ctypes_std_view_stubs) = 4.12.0-D4EC2FFF, ocaml-cmx(Ctypes_std_views) = 4.12.0-06C39D04, ocaml-cmx(Ctypes_structs) = 4.12.0-0E07989C, ocaml-cmx(Ctypes_structs_computed) = 4.12.0-5B2B85F4, ocaml-cmx(Ctypes_type_printing) = 4.12.0-D429D2A3, ocaml-cmx(Ctypes_value_printing) = 4.12.0-8FB572E6, ocaml-cmx(Ctypes_value_printing_stubs) = 4.12.0-6D15FA2A, ocaml-cmx(Ctypes_weak_ref) = 4.12.0-57D3078A, ocaml-cmx(Dl) = 4.12.0-94FCADCB, ocaml-cmx(Foreign) = 4.12.0-981701D0, ocaml-cmx(Install_ctypes_printers) = 4.12.0-8F37639B, ocaml-cmx(LDouble) = 4.12.0-C14EEC3F, ocaml-cmx(Libffi_abi) = 4.12.0-BA5E21F4, ocaml-cmx(PosixTypes) = 4.12.0-AF96396C 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-B0DDFE4E, ocaml-cmi(Cstubs_analysis) = 4.12.0-6B617698, ocaml-cmi(Cstubs_c_language) = 4.12.0-F4C101FB, ocaml-cmi(Cstubs_emit_c) = 4.12.0-7C367D17, 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-7742D213, ocaml-cmi(Cstubs_inverted) = 4.12.0-ACC4B9C0, ocaml-cmi(Cstubs_public_name) = 4.12.0-E9EC72CE, ocaml-cmi(Cstubs_structs) = 4.12.0-6EFE6AEC, 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-5B575D98, ocaml-cmi(Ctypes_foreign_threaded_stubs) = 4.12.0-46752FC1, ocaml-cmi(Ctypes_memory) = 4.12.0-C83C9500, 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-1D97A606, ocaml-cmi(Ctypes_primitives) = 4.12.0-C5461E50, ocaml-cmi(Ctypes_printers) = 4.12.0-20084BAB, ocaml-cmi(Ctypes_ptr) = 4.12.0-51864EC2, ocaml-cmi(Ctypes_roots_stubs) = 4.12.0-B0102526, ocaml-cmi(Ctypes_static) = 4.12.0-05231A06, ocaml-cmi(Ctypes_std_view_stubs) = 4.12.0-AC1FFDF4, ocaml-cmi(Ctypes_std_views) = 4.12.0-747600D3, 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-CBF47E19, ocaml-cmi(Ctypes_value_printing) = 4.12.0-131FCDE4, 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-349CA4BD, ocaml-cmi(Primitive) = 4.12.0-18B142B7, ocaml-cmi(Signed) = 4.12.0-B0CC9BF5, 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-3DF5B4D2, 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-C79E2A3E, 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-EEC77BFB, ocaml-integers Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sL7uGw 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.sqZCJz find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8BlBgw 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) 12.97user 5.89system 0:24.95elapsed 75%CPU (0avgtext+0avgdata 30812maxresident)k 0inputs+0outputs (0major+1773016minor)pagefaults 0swaps 27.83user 8.94system 0:43.51elapsed 84%CPU (0avgtext+0avgdata 101180maxresident)k 576inputs+0outputs (0major+2086277minor)pagefaults 0swaps --- ocaml-ctypes-0.18.0-alt1.i586.rpm.repo 2021-08-16 12:15:41.960055832 +0000 +++ ocaml-ctypes-0.18.0-alt1.i586.rpm.hasher 2021-09-14 11:21:45.842295113 +0000 @@ -156,3 +156,3 @@ File: /usr/lib/ocaml/ctypes/cstubs.cmi 100644 root:root 5a1067737d043ae7565623b55c566e63 -File: /usr/lib/ocaml/ctypes/cstubs.cmxs 100644 root:root 43eff9aba325b54c269421ea1cde995a +File: /usr/lib/ocaml/ctypes/cstubs.cmxs 100644 root:root bd1ce637d1377a20c36ab68f57525f6f File: /usr/lib/ocaml/ctypes/cstubs_internals.cmi 100644 root:root 8c1e95cf0e899fd2986fd8a35f541e91 @@ -161,8 +161,8 @@ File: /usr/lib/ocaml/ctypes/ctypes-foreign.cma 100644 root:root bf8dbae67e863f9afede2b22b80b27c9 -File: /usr/lib/ocaml/ctypes/ctypes-foreign.cmxs 100644 root:root cccac9ce6b88e9b4adec26a42be78f40 +File: /usr/lib/ocaml/ctypes/ctypes-foreign.cmxs 100644 root:root c2947bc1c845d82093fefc07fbb2bae3 File: /usr/lib/ocaml/ctypes/ctypes-top.cma 100644 root:root 267132cda51e22e127c0e8a4ab873e4b -File: /usr/lib/ocaml/ctypes/ctypes-top.cmxs 100644 root:root e74c4aba669735ac0fc73e9f69e5a45e +File: /usr/lib/ocaml/ctypes/ctypes-top.cmxs 100644 root:root 2a315e517fd4dce652904755ae66d905 File: /usr/lib/ocaml/ctypes/ctypes.cma 100644 root:root 6b60dfa882dac8162452595afce78fef File: /usr/lib/ocaml/ctypes/ctypes.cmi 100644 root:root 112dd8e1201c2bcaa0e6bd46585dc729 -File: /usr/lib/ocaml/ctypes/ctypes.cmxs 100644 root:root ac613b0e203f17ad619178c571cc9c70 +File: /usr/lib/ocaml/ctypes/ctypes.cmxs 100644 root:root 61ca81a7eb3a29eea886fbab22a89899 File: /usr/lib/ocaml/ctypes/ctypes_primitive_types.cmi 100644 root:root 6e177a58b4c5af83cd3c8c0af00ae64d @@ -177,6 +177,6 @@ File: /usr/lib/ocaml/ctypes/posixTypes.cmi 100644 root:root ead4261fcac0b041f5ee41c8aa8b1ff1 -File: /usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so 100644 root:root 8d123dd15feb71704daa167dbf292420 -File: /usr/lib/ocaml/stublibs/dllctypes_stubs.so 100644 root:root 748744d06f9881bf35a88a852c72eeb4 +File: /usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so 100644 root:root d2b7172d0f6b9219a04fe61303e8162c +File: /usr/lib/ocaml/stublibs/dllctypes_stubs.so 100644 root:root 944c8dd02d88498198509d83608fb09a File: /usr/share/doc/ocaml-ctypes-0.18.0 40755 root:root File: /usr/share/doc/ocaml-ctypes-0.18.0/README.md 100644 root:root 58ef3b068e80ee1f615f63fccbe1398e -RPMIdentity: 938113f5a86883aa4933b7b5ecc9663cab043d97eb0b525dd26aa7766849b56b3abbcb9f369f241deeae244be85b3771dee431eb469bd7ca2ba5287981f80e3e +RPMIdentity: 0dbe85db1f26718b1d70b578d9fb78c5582dfa13f536e1c1f248050f30e0ab51ab89f2efd7ef88992c4630f6fd1a3ffd6096eaef8a4f6fe30117872e314cfd66 --- ocaml-ctypes-debuginfo-0.18.0-alt1.i586.rpm.repo 2021-08-16 12:15:41.985057172 +0000 +++ ocaml-ctypes-debuginfo-0.18.0-alt1.i586.rpm.hasher 2021-09-14 11:21:45.911295800 +0000 @@ -1,19 +1,19 @@ -/usr/lib/debug/.build-id/0f 40755 root:root -/usr/lib/debug/.build-id/0f/628cccd19c2fc8fa9527fb6fc717810e6c06fa 120777 root:root ../../../ocaml/ctypes/cstubs.cmxs -/usr/lib/debug/.build-id/0f/628cccd19c2fc8fa9527fb6fc717810e6c06fa.debug 120777 root:root ../../usr/lib/ocaml/ctypes/cstubs.cmxs.debug -/usr/lib/debug/.build-id/1f 40755 root:root -/usr/lib/debug/.build-id/1f/56580f54fdd96dce012fa2bf76d20bbaa8ad1d 120777 root:root ../../../ocaml/ctypes/ctypes.cmxs -/usr/lib/debug/.build-id/1f/56580f54fdd96dce012fa2bf76d20bbaa8ad1d.debug 120777 root:root ../../usr/lib/ocaml/ctypes/ctypes.cmxs.debug -/usr/lib/debug/.build-id/27 40755 root:root -/usr/lib/debug/.build-id/27/8e64941195254c9af09413e7c431f64d88d4d2 120777 root:root ../../../ocaml/stublibs/dllctypes-foreign_stubs.so -/usr/lib/debug/.build-id/27/8e64941195254c9af09413e7c431f64d88d4d2.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so.debug +/usr/lib/debug/.build-id/09 40755 root:root +/usr/lib/debug/.build-id/09/4f1f0520b4c81d8d97a2b0c23d5c84ccc10583 120777 root:root ../../../ocaml/stublibs/dllctypes-foreign_stubs.so +/usr/lib/debug/.build-id/09/4f1f0520b4c81d8d97a2b0c23d5c84ccc10583.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so.debug +/usr/lib/debug/.build-id/77 40755 root:root +/usr/lib/debug/.build-id/77/9032859ee153e122ea1bc3f12f78859e0d7b7e 120777 root:root ../../../ocaml/stublibs/dllctypes_stubs.so +/usr/lib/debug/.build-id/77/9032859ee153e122ea1bc3f12f78859e0d7b7e.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllctypes_stubs.so.debug +/usr/lib/debug/.build-id/a4 40755 root:root +/usr/lib/debug/.build-id/a4/777fd2399697b5a90b2fa362fd16172f286c33 120777 root:root ../../../ocaml/ctypes/ctypes-foreign.cmxs +/usr/lib/debug/.build-id/a4/777fd2399697b5a90b2fa362fd16172f286c33.debug 120777 root:root ../../usr/lib/ocaml/ctypes/ctypes-foreign.cmxs.debug /usr/lib/debug/.build-id/a9 40755 root:root -/usr/lib/debug/.build-id/a9/76d1d98fa618873705bdb6c46f68c7b96a2b29 120777 root:root ../../../ocaml/ctypes/ctypes-foreign.cmxs -/usr/lib/debug/.build-id/a9/76d1d98fa618873705bdb6c46f68c7b96a2b29.debug 120777 root:root ../../usr/lib/ocaml/ctypes/ctypes-foreign.cmxs.debug -/usr/lib/debug/.build-id/ac 40755 root:root -/usr/lib/debug/.build-id/ac/5d2bc0026a9da52ac5850de652593db2fb8120 120777 root:root ../../../ocaml/stublibs/dllctypes_stubs.so -/usr/lib/debug/.build-id/ac/5d2bc0026a9da52ac5850de652593db2fb8120.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllctypes_stubs.so.debug -/usr/lib/debug/.build-id/d5 40755 root:root -/usr/lib/debug/.build-id/d5/3e7d11e77b2d466ff6cd442ed6d14c018f2a65 120777 root:root ../../../ocaml/ctypes/ctypes-top.cmxs -/usr/lib/debug/.build-id/d5/3e7d11e77b2d466ff6cd442ed6d14c018f2a65.debug 120777 root:root ../../usr/lib/ocaml/ctypes/ctypes-top.cmxs.debug +/usr/lib/debug/.build-id/a9/c438f089a8b3edace868078b0208fc6881f485 120777 root:root ../../../ocaml/ctypes/ctypes-top.cmxs +/usr/lib/debug/.build-id/a9/c438f089a8b3edace868078b0208fc6881f485.debug 120777 root:root ../../usr/lib/ocaml/ctypes/ctypes-top.cmxs.debug +/usr/lib/debug/.build-id/e8 40755 root:root +/usr/lib/debug/.build-id/e8/2e0e5eb76e12028bb8c24c53b201bcf1e39f82 120777 root:root ../../../ocaml/ctypes/ctypes.cmxs +/usr/lib/debug/.build-id/e8/2e0e5eb76e12028bb8c24c53b201bcf1e39f82.debug 120777 root:root ../../usr/lib/ocaml/ctypes/ctypes.cmxs.debug +/usr/lib/debug/.build-id/f8 40755 root:root +/usr/lib/debug/.build-id/f8/f8297c2a7f59cd5fe40904780f2dfa6d8e1e61 120777 root:root ../../../ocaml/ctypes/cstubs.cmxs +/usr/lib/debug/.build-id/f8/f8297c2a7f59cd5fe40904780f2dfa6d8e1e61.debug 120777 root:root ../../usr/lib/ocaml/ctypes/cstubs.cmxs.debug /usr/lib/debug/usr/lib/ocaml 40755 root:root @@ -98,29 +98,29 @@ Provides: ocaml-ctypes-debuginfo = 0.18.0-alt1:sisyphus+282918.200.2.1 -File: /usr/lib/debug/.build-id/0f 40755 root:root -File: /usr/lib/debug/.build-id/0f/628cccd19c2fc8fa9527fb6fc717810e6c06fa 120777 root:root ../../../ocaml/ctypes/cstubs.cmxs -File: /usr/lib/debug/.build-id/0f/628cccd19c2fc8fa9527fb6fc717810e6c06fa.debug 120777 root:root ../../usr/lib/ocaml/ctypes/cstubs.cmxs.debug -File: /usr/lib/debug/.build-id/1f 40755 root:root -File: /usr/lib/debug/.build-id/1f/56580f54fdd96dce012fa2bf76d20bbaa8ad1d 120777 root:root ../../../ocaml/ctypes/ctypes.cmxs -File: /usr/lib/debug/.build-id/1f/56580f54fdd96dce012fa2bf76d20bbaa8ad1d.debug 120777 root:root ../../usr/lib/ocaml/ctypes/ctypes.cmxs.debug -File: /usr/lib/debug/.build-id/27 40755 root:root -File: /usr/lib/debug/.build-id/27/8e64941195254c9af09413e7c431f64d88d4d2 120777 root:root ../../../ocaml/stublibs/dllctypes-foreign_stubs.so -File: /usr/lib/debug/.build-id/27/8e64941195254c9af09413e7c431f64d88d4d2.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so.debug +File: /usr/lib/debug/.build-id/09 40755 root:root +File: /usr/lib/debug/.build-id/09/4f1f0520b4c81d8d97a2b0c23d5c84ccc10583 120777 root:root ../../../ocaml/stublibs/dllctypes-foreign_stubs.so +File: /usr/lib/debug/.build-id/09/4f1f0520b4c81d8d97a2b0c23d5c84ccc10583.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so.debug +File: /usr/lib/debug/.build-id/77 40755 root:root +File: /usr/lib/debug/.build-id/77/9032859ee153e122ea1bc3f12f78859e0d7b7e 120777 root:root ../../../ocaml/stublibs/dllctypes_stubs.so +File: /usr/lib/debug/.build-id/77/9032859ee153e122ea1bc3f12f78859e0d7b7e.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllctypes_stubs.so.debug +File: /usr/lib/debug/.build-id/a4 40755 root:root +File: /usr/lib/debug/.build-id/a4/777fd2399697b5a90b2fa362fd16172f286c33 120777 root:root ../../../ocaml/ctypes/ctypes-foreign.cmxs +File: /usr/lib/debug/.build-id/a4/777fd2399697b5a90b2fa362fd16172f286c33.debug 120777 root:root ../../usr/lib/ocaml/ctypes/ctypes-foreign.cmxs.debug File: /usr/lib/debug/.build-id/a9 40755 root:root -File: /usr/lib/debug/.build-id/a9/76d1d98fa618873705bdb6c46f68c7b96a2b29 120777 root:root ../../../ocaml/ctypes/ctypes-foreign.cmxs -File: /usr/lib/debug/.build-id/a9/76d1d98fa618873705bdb6c46f68c7b96a2b29.debug 120777 root:root ../../usr/lib/ocaml/ctypes/ctypes-foreign.cmxs.debug -File: /usr/lib/debug/.build-id/ac 40755 root:root -File: /usr/lib/debug/.build-id/ac/5d2bc0026a9da52ac5850de652593db2fb8120 120777 root:root ../../../ocaml/stublibs/dllctypes_stubs.so -File: /usr/lib/debug/.build-id/ac/5d2bc0026a9da52ac5850de652593db2fb8120.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllctypes_stubs.so.debug -File: /usr/lib/debug/.build-id/d5 40755 root:root -File: /usr/lib/debug/.build-id/d5/3e7d11e77b2d466ff6cd442ed6d14c018f2a65 120777 root:root ../../../ocaml/ctypes/ctypes-top.cmxs -File: /usr/lib/debug/.build-id/d5/3e7d11e77b2d466ff6cd442ed6d14c018f2a65.debug 120777 root:root ../../usr/lib/ocaml/ctypes/ctypes-top.cmxs.debug +File: /usr/lib/debug/.build-id/a9/c438f089a8b3edace868078b0208fc6881f485 120777 root:root ../../../ocaml/ctypes/ctypes-top.cmxs +File: /usr/lib/debug/.build-id/a9/c438f089a8b3edace868078b0208fc6881f485.debug 120777 root:root ../../usr/lib/ocaml/ctypes/ctypes-top.cmxs.debug +File: /usr/lib/debug/.build-id/e8 40755 root:root +File: /usr/lib/debug/.build-id/e8/2e0e5eb76e12028bb8c24c53b201bcf1e39f82 120777 root:root ../../../ocaml/ctypes/ctypes.cmxs +File: /usr/lib/debug/.build-id/e8/2e0e5eb76e12028bb8c24c53b201bcf1e39f82.debug 120777 root:root ../../usr/lib/ocaml/ctypes/ctypes.cmxs.debug +File: /usr/lib/debug/.build-id/f8 40755 root:root +File: /usr/lib/debug/.build-id/f8/f8297c2a7f59cd5fe40904780f2dfa6d8e1e61 120777 root:root ../../../ocaml/ctypes/cstubs.cmxs +File: /usr/lib/debug/.build-id/f8/f8297c2a7f59cd5fe40904780f2dfa6d8e1e61.debug 120777 root:root ../../usr/lib/ocaml/ctypes/cstubs.cmxs.debug File: /usr/lib/debug/usr/lib/ocaml 40755 root:root File: /usr/lib/debug/usr/lib/ocaml/ctypes 40755 root:root -File: /usr/lib/debug/usr/lib/ocaml/ctypes/cstubs.cmxs.debug 100644 root:root a2700f0e7e62f5d1420167cbb6b7ba13 -File: /usr/lib/debug/usr/lib/ocaml/ctypes/ctypes-foreign.cmxs.debug 100644 root:root d83289cbdce08607763c38e0d7583642 -File: /usr/lib/debug/usr/lib/ocaml/ctypes/ctypes-top.cmxs.debug 100644 root:root 56fdd445e814abc09054c3b79f826ea6 -File: /usr/lib/debug/usr/lib/ocaml/ctypes/ctypes.cmxs.debug 100644 root:root e4981ed4de3cae9f89b5115b6ceae280 +File: /usr/lib/debug/usr/lib/ocaml/ctypes/cstubs.cmxs.debug 100644 root:root 98b0cf4dbe4517db2bef7a7775747e02 +File: /usr/lib/debug/usr/lib/ocaml/ctypes/ctypes-foreign.cmxs.debug 100644 root:root 47144317b439a81601beab5eb56f4fda +File: /usr/lib/debug/usr/lib/ocaml/ctypes/ctypes-top.cmxs.debug 100644 root:root 8ed254b0c93c662ed540dc9879170610 +File: /usr/lib/debug/usr/lib/ocaml/ctypes/ctypes.cmxs.debug 100644 root:root b8996797546d8ba1d1decb44dce6ee09 File: /usr/lib/debug/usr/lib/ocaml/stublibs 40755 root:root -File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so.debug 100644 root:root d313747a2da7de0b0416cd0ca46018ad -File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllctypes_stubs.so.debug 100644 root:root 621f8b263b1c3481640b570c662273e6 +File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllctypes-foreign_stubs.so.debug 100644 root:root 08e3ccd341ded51e7491af3e78081b1c +File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllctypes_stubs.so.debug 100644 root:root bc970d87b52cea4558ca4719db45a743 File: /usr/src/debug/ocaml-ctypes-0.18.0 40755 root:root @@ -191,2 +191,2 @@ File: /usr/src/debug/ocaml-ctypes-0.18.0/src/ctypes/type_info_stubs.c 100644 root:root 2986002332f9ca145113e341a2da6c02 -RPMIdentity: 5e386152be608e6d603342b4f389fa8e7c6cf6e66c16a1435ea32fd90f9a76b2a28a39e0709702e03bcd104bd6c252d343cf6582e3d27ae91df83dd00fc9ae21 +RPMIdentity: ac84445b6d0d304c25d0bb0563410a6b4cea27823d9d1bf4b17f768ef83e63fe0ef42b4d8547b03290cc46f65410d3cbb37fcd781bbaecfca8448d7637d9cdfa --- ocaml-ctypes-devel-0.18.0-alt1.i586.rpm.repo 2021-08-16 12:15:41.974056582 +0000 +++ ocaml-ctypes-devel-0.18.0-alt1.i586.rpm.hasher 2021-09-14 11:21:45.982296507 +0000 @@ -187,3 +187,3 @@ File: /usr/lib/ocaml/ctypes/complexL.mli 100644 root:root ede0d8c0fc8b755ce76d4695fecd24d5 -File: /usr/lib/ocaml/ctypes/cstubs.a 100644 root:root e2f09d7fa0f9b2e92394f8d2d6c9fbbc +File: /usr/lib/ocaml/ctypes/cstubs.a 100644 root:root 269f5c4df76ea08c151f434a6c2f9676 File: /usr/lib/ocaml/ctypes/cstubs.cmt 100644 root:root 8a5bdc49659169736461cfc2f7c43c5a @@ -213,7 +213,7 @@ File: /usr/lib/ocaml/ctypes/cstubs_structs.mli 100644 root:root d354a8dd111087dd3ec1e2e453791a67 -File: /usr/lib/ocaml/ctypes/ctypes-foreign.a 100644 root:root 7de02f39cf6c60f1fe5d651cfb68c411 +File: /usr/lib/ocaml/ctypes/ctypes-foreign.a 100644 root:root daaf2e74abc6a30b1bdb4f76116ca97f File: /usr/lib/ocaml/ctypes/ctypes-foreign.cmxa 100644 root:root 146f4fd1658946c8be5b0cb8bce944a9 -File: /usr/lib/ocaml/ctypes/ctypes-top.a 100644 root:root cd245b5c4deef533156233cdb0e1062d +File: /usr/lib/ocaml/ctypes/ctypes-top.a 100644 root:root 81dc9f7ad116d813bf68de6e0287e8f2 File: /usr/lib/ocaml/ctypes/ctypes-top.cmxa 100644 root:root 8b44d65b576885098fa6a4d00c0828b3 -File: /usr/lib/ocaml/ctypes/ctypes.a 100644 root:root 7a57528ccd29f5c6c8fdb2c2fc8d2a9d +File: /usr/lib/ocaml/ctypes/ctypes.a 100644 root:root ba2672e3dd6a4bbb54463e55a70ed74a File: /usr/lib/ocaml/ctypes/ctypes.cmt 100644 root:root dde320829c7a079ad604c6f86d05f6c3 @@ -279,4 +279,4 @@ File: /usr/lib/ocaml/ctypes/lDouble.mli 100644 root:root d042228d57b9a5c4f2c97af930255869 -File: /usr/lib/ocaml/ctypes/libctypes-foreign_stubs.a 100644 root:root d8f3b36b95cf62b0bb448980104ecae4 -File: /usr/lib/ocaml/ctypes/libctypes_stubs.a 100644 root:root 8816558a4322a1cff115fe9ed741f872 +File: /usr/lib/ocaml/ctypes/libctypes-foreign_stubs.a 100644 root:root 6c457b04f51be530501ef65f3b6e0fa8 +File: /usr/lib/ocaml/ctypes/libctypes_stubs.a 100644 root:root 80d6341180d7edf4c7964786c8d459a9 File: /usr/lib/ocaml/ctypes/libffi_abi.cmt 100644 root:root 1f94ba64ba2bc9e7c75d45be57e1ccab @@ -292,2 +292,2 @@ File: /usr/lib/ocaml/ctypes/posixTypes.mli 100644 root:root 4c563db357e75f3623b5faaea0246cc2 -RPMIdentity: 98066437da1b2617f6ff6872e266a641452c60bfc528a42679dbbb46743e44e9480def4d1c77335fbcb60a37ea4bb24c986350913248b57ccd663d7d66c13064 +RPMIdentity: 7347f5be50a36c7191c880e24e26685802da5dfca6c33f611dd4339e10f80dafe51895bbb1ab621a63a4d22f9d3ce15462260a1c4ca5e568f45787d7321a8a45