<86>Jun 16 01:55:10 userdel[807579]: delete user 'rooter' <86>Jun 16 01:55:10 userdel[807579]: removed group 'rooter' owned by 'rooter' <86>Jun 16 01:55:10 userdel[807579]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 01:55:10 groupadd[807663]: group added to /etc/group: name=rooter, GID=1823 <86>Jun 16 01:55:10 groupadd[807663]: group added to /etc/gshadow: name=rooter <86>Jun 16 01:55:10 groupadd[807663]: new group: name=rooter, GID=1823 <86>Jun 16 01:55:10 useradd[807681]: new user: name=rooter, UID=1823, GID=1823, home=/root, shell=/bin/bash <86>Jun 16 01:55:10 userdel[807722]: delete user 'builder' <86>Jun 16 01:55:10 userdel[807722]: removed group 'builder' owned by 'builder' <86>Jun 16 01:55:10 userdel[807722]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 01:55:10 groupadd[807755]: group added to /etc/group: name=builder, GID=1824 <86>Jun 16 01:55:10 groupadd[807755]: group added to /etc/gshadow: name=builder <86>Jun 16 01:55:10 groupadd[807755]: new group: name=builder, GID=1824 <86>Jun 16 01:55:10 useradd[807762]: new user: name=builder, UID=1824, GID=1824, home=/usr/src, shell=/bin/bash <13>Jun 16 01:55:16 rpmi: ocaml-runtime-4.13.1-alt1 p10+289137.100.8.1 1638001619 installed <13>Jun 16 01:55:16 rpmi: rpm-build-ocaml-1.4.2-alt1 p10+289137.700.7.1 1637431351 installed <13>Jun 16 01:55:23 rpmi: ocaml-4.13.1-alt1 p10+289137.100.8.1 1638001619 installed <13>Jun 16 01:55:23 rpmi: ocaml-bigarray-compat-1.0.0-alt2 p10+289137.3600.8.1 1638002750 installed <13>Jun 16 01:55:23 rpmi: ocaml-integers-0.5.1-alt1 p10+289137.3200.8.1 1638002618 installed <13>Jun 16 01:55:23 rpmi: ocaml-integers-devel-0.5.1-alt1 p10+289137.3200.8.1 1638002618 installed <13>Jun 16 01:55:23 rpmi: ocaml-bigarray-compat-devel-1.0.0-alt2 p10+289137.3600.8.1 1638002750 installed <13>Jun 16 01:55:23 rpmi: ocaml-findlib-1.9.1-alt2 p10+289137.1000.8.1 1638001980 installed <13>Jun 16 01:55:23 rpmi: libffi-devel-1:3.3-alt1 sisyphus+278158.300.1.1 1626050055 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-ctypes-0.19.1-alt1.nosrc.rpm (w1.gzdio) Installing ocaml-ctypes-0.19.1-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.11006 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-ctypes-0.19.1 + echo 'Source #0 (ocaml-ctypes-0.19.1.tar):' Source #0 (ocaml-ctypes-0.19.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-ctypes-0.19.1.tar + cd ocaml-ctypes-0.19.1 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (make-ocamlfind-ldconf.patch):' Patch #1 (make-ocamlfind-ldconf.patch): + /usr/bin/patch -p1 patching file Makefile Hunk #1 succeeded at 155 (offset -29 lines). + echo 'Patch #2 (make-install-mls.patch):' Patch #2 (make-install-mls.patch): + /usr/bin/patch -p1 patching file Makefile Hunk #1 succeeded at 157 with fuzz 2 (offset -28 lines). patching file Makefile.rules + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.11006 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-ctypes-0.19.1 + make make: Entering directory '/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1' ./src/discover/determine_as_needed_flags.sh >> asneeded.config ocamlfind ocamlc -o discover -package str -strict-sequence -linkpkg src/discover/commands.mli src/discover/commands.ml src/discover/discover.ml -I src/discover File "src/discover/commands.ml", line 62, characters 20-33: 62 | let stdout = file_contents stdout_filename in ^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label filename was omitted in the application of this function. File "src/discover/commands.ml", line 63, characters 20-33: 63 | let stderr = file_contents stderr_filename in ^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label filename was omitted in the application of this function. ./discover -ocamlc "ocamlfind ocamlc" > libffi.config || (rm libffi.config && false) testing for brew: .............................. unavailable testing for MacPorts: .......................... unavailable testing for pkg-config: ........................ available testing for libffi: ............................ available ocamlfind ocamlc -o gen_c_primitives -package str -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_c_primitives.ml -I src/configure ./gen_c_primitives > src/ctypes/ctypes_primitives.ml 2> gen_c_primitives.log || (rm src/ctypes/ctypes_primitives.ml && cat gen_c_primitives.log || false) ocamlfind ocamlc -o gen_libffi_abi -package str -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_libffi_abi.ml -I src/configure ./gen_libffi_abi > src/ctypes-foreign/libffi_abi.ml 2> gen_c_primitives.log || (rm src/ctypes-foreign/libffi_abi.ml && cat gen_c_primitives.log || false) cp src/ctypes-foreign/dl.ml.unix src/ctypes-foreign/dl.ml cp src/ctypes-foreign/dl_stubs.c.unix src/ctypes-foreign/dl_stubs.c ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/ocaml/integers" -c -o _build/src/ctypes/ctypes_memory.cmo -I _build/src/ctypes src/ctypes/ctypes_memory.ml File "src/ctypes/ctypes_memory.ml", line 211, characters 30-40: 211 | let CPointer dst as r = allocate_n reftyp alength in ^^^^^^^^^^ Warning 6 [labels-omitted]: label count was omitted in the application of this function. ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o complex_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes/complex_stubs.c cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib64/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o ctypes_bigarrays.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes/ctypes_bigarrays.c cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib64/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o ctypes_roots.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes/ctypes_roots.c cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib64/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o ldouble_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes/ldouble_stubs.c cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib64/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o managed_buffer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes/managed_buffer_stubs.c cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib64/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o posix_types_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes/posix_types_stubs.c cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib64/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o raw_pointer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes/raw_pointer_stubs.c cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib64/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o type_info_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes/type_info_stubs.c ocamlfind ocamlmklib -o _build/ctypes_stubs _build/src/ctypes/complex_stubs.o _build/src/ctypes/ctypes_bigarrays.o _build/src/ctypes/ctypes_roots.o _build/src/ctypes/ldouble_stubs.o _build/src/ctypes/managed_buffer_stubs.o _build/src/ctypes/posix_types_stubs.o _build/src/ctypes/raw_pointer_stubs.o _build/src/ctypes/type_info_stubs.o ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_ptr.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/ocaml/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_memory.ml File "src/ctypes/ctypes_memory.ml", line 211, characters 30-40: 211 | let CPointer dst as r = allocate_n reftyp alength in ^^^^^^^^^^ Warning 6 [labels-omitted]: label count was omitted in the application of this function. ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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 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/lib64/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/lib64/ocaml, /usr/lib64/ocaml/compiler-libs ocamlfind ocamlc -package compiler-libs -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/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/lib64/ocaml, /usr/lib64/ocaml/compiler-libs ocamlfind ocamlc -package compiler-libs -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/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/lib64/ocaml, /usr/lib64/ocaml/compiler-libs ocamlfind ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/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/lib64/ocaml, /usr/lib64/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/lib64/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/lib64/ocaml, /usr/lib64/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/lib64/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/lib64/ocaml, /usr/lib64/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/lib64/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/lib64/ocaml, /usr/lib64/ocaml/compiler-libs ocamlfind opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/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/lib64/ocaml, /usr/lib64/ocaml/compiler-libs 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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o dl_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes-foreign/dl_stubs.c cd _build/src/ctypes-foreign && ocamlfind ocamlc -c -package integers -thread -package threads -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib64/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o ffi_call_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes-foreign/ffi_call_stubs.c cd _build/src/ctypes-foreign && ocamlfind ocamlc -c -package integers -thread -package threads -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib64/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o ffi_type_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes-foreign/ffi_type_stubs.c cd _build/src/ctypes-foreign && ocamlfind ocamlc -c -package integers -thread -package threads -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/usr/lib64/ocaml/integers" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes" -ccopt -I -ccopt "/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/tests" -o foreign_threaded_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/ocaml/integers" /usr/src/RPM/BUILD/ocaml-ctypes-0.19.1/src/ctypes-foreign/foreign_threaded_stubs.c ocamlfind ocamlmklib -o _build/ctypes-foreign_stubs _build/src/ctypes-foreign/dl_stubs.o _build/src/ctypes-foreign/ffi_call_stubs.o _build/src/ctypes-foreign/ffi_type_stubs.o _build/src/ctypes-foreign/foreign_threaded_stubs.o -ldopt -lffi ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_closure_properties.cmx -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/usr/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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 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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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/lib64/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 make: Leaving directory '/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.16116 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-ctypes-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-ctypes-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-ctypes-0.19.1 + mkdir -p /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml + cp /usr/lib64/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/lib64/ocaml make: Entering directory '/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1' ocamlfind install ctypes META CHANGES.md Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/CHANGES.md Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/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/lib64/ocaml/ctypes/posixTypes.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_internals.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_value_printing.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_std_views.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_coerce.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_memory.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_type_printing.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_structs_computed.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_structs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_std_view_stubs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_static.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_bigarray.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_memory_stubs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_value_printing_stubs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_primitives.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_primitive_types.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/complexL.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_bigarray_stubs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/lDouble.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_roots_stubs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_ptr.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_type_info_stubs.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_raw_pointer.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_primitives.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_managed_buffer_stubs.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_ldouble_stubs.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_cstubs_internals.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_complex_stubs.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_complex_compatibility.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_internals.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_types.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/posixTypes.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/complexL.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/lDouble.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/posixTypes.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/complexL.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/lDouble.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_internals.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_structs.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_primitive_types.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_static.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_types.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/posixTypes.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/complexL.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/lDouble.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_types.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/posixTypes.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/complexL.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/lDouble.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/posixTypes.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/complexL.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/lDouble.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes.a Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/libctypes_stubs.a Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes.cmxs Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes.cmxa Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/dllctypes_stubs.so Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/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/lib64/ocaml/ctypes/install_ctypes_printers.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_printers.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_printers.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_printers.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_printers.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_printers.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_printers.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes-top.a Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes-top.cmxs Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes-top.cmxa Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/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/lib64/ocaml/ctypes/foreign.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_foreign_basis.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_ffi.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/libffi_abi.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/dl.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_weak_ref.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_foreign_threaded_stubs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_ffi_stubs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_closure_properties.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/foreign.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/libffi_abi.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/dl.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/foreign.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/libffi_abi.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/dl.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/foreign.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/libffi_abi.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/dl.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/foreign.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/libffi_abi.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/dl.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/foreign.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/libffi_abi.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/dl.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes-foreign.a Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/libctypes-foreign_stubs.a Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes-foreign.cmxa Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/dllctypes-foreign_stubs.so Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/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/lib64/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/lib64/ocaml/ctypes/cstubs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_structs.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_inverted.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_generate_c.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_emit_c.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_c_language.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_generate_ml.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_public_name.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ctypes_path.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_errors.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_analysis.cmx Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/ocaml_integers.h Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_inverted.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_structs.cmti Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_inverted.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_structs.cmt Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_inverted.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_structs.cmi Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_inverted.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_structs.mli Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_inverted.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs_structs.ml Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs.a Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs.cmxs Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs.cmxa Installed /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/cstubs.cma make: Leaving directory '/usr/src/RPM/BUILD/ocaml-ctypes-0.19.1' + mkdir -p /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/stublibs + mv /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/dllctypes-foreign_stubs.so /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/ctypes/dllctypes_stubs.so /usr/src/tmp/ocaml-ctypes-buildroot//usr/lib64/ocaml/stublibs + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-ctypes-buildroot (auto) mode of './usr/lib64/ocaml/stublibs/dllctypes_stubs.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/ocaml/ctypes/cstubs.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/ocaml/ctypes/ctypes-top.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/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/lib64: (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=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: tanhl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_deserialize_uint_1 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: sinl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_deserialize_error verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_serialize_int_1 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_alloc_tuple verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: clogl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: integers_copy_uint64 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: powl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_stat_free verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: coshl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: logl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: hypotl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: log1pl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: atanl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: tanl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: cosl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_string_length verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: acosl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: integers_copy_uint32 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: sinhl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_copy_nativeint verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: expl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_ba_alloc verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_register_generational_global_root verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_copy_int32 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_alloc verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_raise_out_of_memory verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_copy_int64 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_remove_generational_global_root verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: cexpl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: sqrtl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_copy_double verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_invalid_argument verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: atanhl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_register_custom_operations verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: expm1l verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: remainderl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_deserialize_block_8 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_serialize_block_8 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_deserialize_block_2 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_serialize_block_2 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: asinhl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: log verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: cpowl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: acoshl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_modify_generational_global_root verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_alloc_string verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: asinl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_stat_alloc verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: log10l verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: atan2l verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: csqrtl verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_hash_mix_uint32 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes_stubs.so: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_named_value verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: dlopen verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_alloc_tuple verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_stat_free verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_stat_resize verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_string_length verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_register_global_root verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: dlclose verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_callback2 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_copy_nativeint verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_c_thread_unregister verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_callback_exn verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: pthread_key_create verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_leave_blocking_section verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_alloc verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_raise_out_of_memory verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_c_thread_register verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: unix_error verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: pthread_setspecific verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_enter_blocking_section verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_raise_constant verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: dlerror verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: dlsym verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_stat_alloc verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_failwith verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_callback verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: caml_raise_with_string verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so: undefined symbol: ctypes_allocate verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__24 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__24 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__28 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__28 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__26 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__26 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__20 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__20 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__22 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__Printf verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__33 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__33 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__35 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__31 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__31 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__18 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__16 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__16 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__12 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__14 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__14 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__List verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__10 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__10 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__4 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__6 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_std_views verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__8 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__8 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__29 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__29 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__27 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__27 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__23 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__25 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__25 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__Format verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__21 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__21 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlSigned verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_equal verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_type_printing verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__34 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__32 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__32 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__30 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__30 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__13 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__13 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__17 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__17 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__19 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__15 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__15 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__11 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__11 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__5 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__9 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__9 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__7 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__7 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__Printf__ksprintf_193 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStr__string_match_1176 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_type_printing__string_of_typ_559 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_primitives__name_615 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__unsupported_84 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__List__rev_append_122 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_alloc2 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__has_ocaml_argument_709 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStr__parse_1090 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__Format__fprintf_1377 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__List__fold_right_281 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__sizeof_588 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_primitives__format_string_618 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__$40_197 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__Format__ksprintf_1397 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__List__flatten_231 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__invalid_arg_9 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__$40$2d$3e_763 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_type_printing__format_name_545 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_structs_computed__field_191 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__String__concat_224 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__view_772 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__List__map_236 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_primitive_types__ml_prim_421 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__List__iteri_266 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__Format__kasprintf_1409 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__$5e_140 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__structure_844 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__failwith_6 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_structs_computed__seal_218 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStr__compile_860 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__Printf__sprintf_202 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__List__length_aux_84 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__Format__pp_print_string_570 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__List__fold_left_275 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStr__bounded_split_1271 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_type_printing__format_typ_550 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__returning_838 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_static__abstract_767 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlCtypes_type_printing__fun_715 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStdlib__List__iter_261 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: caml_string_equal verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/cstubs.cmxs: undefined symbol: camlStr__global_replace_1255 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_final_register verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_alloc_dummy verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Hashtbl__6 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_coerce verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Hashtbl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__List verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlMutex verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_memory verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_static verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: ctypes_block_address verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: ctypes_block_address verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_named_value verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Weak__get_202 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: dlopen verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_type_printing__string_of_typ_559 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_coerce__coercion_917 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_alloc2 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_ptr__add_bytes_205 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCamlinternalOO__create_table_1088 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_alloc_tuple verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_static__has_ocaml_argument_709 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_memory__funptr_of_raw_address_511 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_stat_free verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Callback__register_exception_166 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCamlinternalOO__create_object_opt_1137 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_stat_resize verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: ctypes_use verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCamlinternalOO__init_class_1096 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_static__$40$2d$3e_763 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Hashtbl__remove_985 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_string_length verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Hashtbl__create_inner_1702 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_register_global_root verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_static__view_772 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: dlclose verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_update_dummy verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_callback2 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_copy_nativeint verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_memory__fun_1933 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_c_thread_unregister verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_primitives__sizeof_83 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__List__iteri_266 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_memory__ptr_of_raw_address_508 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Hashtbl__add_726 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_callback_exn verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: pthread_key_create verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_leave_blocking_section verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_alloc verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_raise_out_of_memory verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_memory__release_1645 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__failwith_6 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_c_thread_register verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: unix_error verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Printf__sprintf_202 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Hashtbl__Make_951 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: pthread_setspecific verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Hashtbl__find_753 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_memory__build_136 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_enter_blocking_section verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_memory__create_1631 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_raise_constant verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__List__length_aux_84 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: dlerror verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: dlsym verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Weak__check_210 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__List__fold_left_275 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Hashtbl__find_996 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Weak__create_83 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__List__mem_361 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_std_views__nullable_funptr_view_257 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Hashtbl__add_969 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_static__returning_838 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_stat_alloc verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Printf__fprintf_171 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlCtypes_memory__castp_114 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__List__iter_261 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_thread_self verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: camlStdlib__Weak__set_195 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_failwith verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_callback verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: caml_raise_with_string verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs: undefined symbol: ctypes_allocate verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlToploop verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: integers_uint32_to_string verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlPosixTypes verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: ctypes_ldouble_complex_real verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlCtypes_static__29 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlStdlib__Format verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlCtypes verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlSigned verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlUnsigned verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: ctypes_ldouble_complex_imag verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: integers_uint64_to_string verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlStdlib__Format__eprintf_1383 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlStdlib__Format__fprintf_1377 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlStdlib__Printf__sprintf_202 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlCtypes_value_printing__format_286 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlCtypes_type_printing__format_fn_555 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlLDouble__to_string_inner_335 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlStdlib__Lexing__from_string_inner_872 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlCtypes_type_printing__format_typ_550 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes-top.cmxs: undefined symbol: camlStdlib__string_of_int_176 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Nativeint__4 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Nativeint__2 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_final_register verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_alloc_dummy verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Nativeint verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_uint32_to_string verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_exn_Division_by_zero verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_int64_ops verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int32__4 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int32__2 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int64__1 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int64__3 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Gc verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int64__5 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__List verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_greaterequal verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Nativeint__1 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_uint8_of_string verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Format verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Nativeint__5 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_uint16_of_string verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Nativeint__3 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_uint32_of_string verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_ptrdiff_t_size verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_ptrdiff_t_size verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlSigned verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_equal verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_int32_ops verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_uintptr_t_size verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_uintptr_t_size verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlUnsigned verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int32__5 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_nativeint_ops verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int32__1 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int32__3 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int64__2 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int64__4 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_intptr_t_size verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_intptr_t_size verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_int64_of_string verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_ba_kind verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: tanhl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Printf__ksprintf_193 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_deserialize_uint_1 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: sinl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_deserialize_error verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__List__rev_append_122 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_alloc2 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__String__iteri_235 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_serialize_int_1 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_alloc_tuple verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: clogl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_copy_uint64 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: powl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Format__fprintf_1377 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Bigarray__dims_332 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Array__iter_144 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_stat_free verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Array__fold_left_204 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: coshl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__List__assoc_371 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: logl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Format__ksprintf_1397 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: hypotl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__invalid_arg_9 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: log1pl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: atanl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__max_47 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: tanl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: cosl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_string_length verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: acosl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: integers_copy_uint32 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: sinhl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_update_dummy verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__List__map_236 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_copy_nativeint verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: expl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_ba_alloc verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__List__iteri_266 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Format__kasprintf_1409 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_register_generational_global_root verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_copy_int32 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_alloc verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_raise_out_of_memory verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_copy_int64 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_remove_generational_global_root verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: cexpl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_alloc1 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: sqrtl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_copy_double verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_invalid_argument verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Bytes__copy_105 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: atanhl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__string_of_float_190 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_register_custom_operations verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__List__length_aux_84 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: expm1l verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: remainderl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_deserialize_block_8 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_serialize_block_8 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_deserialize_block_2 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_serialize_block_2 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Format__pp_print_string_570 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: asinhl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: log verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: cpowl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: acoshl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__List__fold_left_275 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_modify_generational_global_root verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_alloc_string verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: asinl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_stat_alloc verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: log10l verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: atan2l verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: csqrtl verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Int64__to_string_119 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_hash_mix_uint32 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: camlStdlib__Printexc__register_printer_460 verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib64/ocaml/ctypes/ctypes.cmxs: undefined symbol: caml_fresh_oo_id Processing files: ocaml-ctypes-0.19.1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.16116 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-ctypes-0.19.1 + DOCDIR=/usr/src/tmp/ocaml-ctypes-buildroot/usr/share/doc/ocaml-ctypes-0.19.1 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-ctypes-buildroot/usr/share/doc/ocaml-ctypes-0.19.1 + /bin/mkdir -p /usr/src/tmp/ocaml-ctypes-buildroot/usr/share/doc/ocaml-ctypes-0.19.1 + cp -prL README.md /usr/src/tmp/ocaml-ctypes-buildroot/usr/share/doc/ocaml-ctypes-0.19.1 + chmod -R go-w /usr/src/tmp/ocaml-ctypes-buildroot/usr/share/doc/ocaml-ctypes-0.19.1 + chmod -R a+rX /usr/src/tmp/ocaml-ctypes-buildroot/usr/share/doc/ocaml-ctypes-0.19.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OA3vwm 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.BHRkGo find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmi(ComplexL) = 4.13.1-3DCF4D76, ocaml-cmi(Cstubs) = 4.13.1-628BD693, ocaml-cmi(Cstubs_analysis) = 4.13.1-10C94496, ocaml-cmi(Cstubs_c_language) = 4.13.1-86FA4F9E, ocaml-cmi(Cstubs_emit_c) = 4.13.1-E094C8BC, ocaml-cmi(Cstubs_errors) = 4.13.1-4B0AF5EB, ocaml-cmi(Cstubs_generate_c) = 4.13.1-BFAABD07, ocaml-cmi(Cstubs_generate_ml) = 4.13.1-250122D7, ocaml-cmi(Cstubs_internals) = 4.13.1-0EB369D2, ocaml-cmi(Cstubs_inverted) = 4.13.1-41510313, ocaml-cmi(Cstubs_public_name) = 4.13.1-FD6427E0, ocaml-cmi(Cstubs_structs) = 4.13.1-DBBDC055, ocaml-cmi(Ctypes) = 4.13.1-A81E5CD0, ocaml-cmi(Ctypes_bigarray) = 4.13.1-EA6926D4, ocaml-cmi(Ctypes_bigarray_stubs) = 4.13.1-BD12F17D, ocaml-cmi(Ctypes_closure_properties) = 4.13.1-5876A368, ocaml-cmi(Ctypes_coerce) = 4.13.1-9B479EDC, ocaml-cmi(Ctypes_ffi) = 4.13.1-63B85194, ocaml-cmi(Ctypes_ffi_stubs) = 4.13.1-D4CCEDC5, ocaml-cmi(Ctypes_foreign_basis) = 4.13.1-3B95A288, ocaml-cmi(Ctypes_foreign_threaded_stubs) = 4.13.1-EEE99F33, ocaml-cmi(Ctypes_memory) = 4.13.1-1C87FBD4, ocaml-cmi(Ctypes_memory_stubs) = 4.13.1-B6AA4077, ocaml-cmi(Ctypes_path) = 4.13.1-020BFCB2, ocaml-cmi(Ctypes_primitive_types) = 4.13.1-4DAA9920, ocaml-cmi(Ctypes_primitives) = 4.13.1-E5B54E2E, ocaml-cmi(Ctypes_printers) = 4.13.1-5653F1C1, ocaml-cmi(Ctypes_ptr) = 4.13.1-9C809F1A, ocaml-cmi(Ctypes_roots_stubs) = 4.13.1-C79DF6A7, ocaml-cmi(Ctypes_static) = 4.13.1-D34D0A76, ocaml-cmi(Ctypes_std_view_stubs) = 4.13.1-8A9EF263, ocaml-cmi(Ctypes_std_views) = 4.13.1-5CD0AEF6, ocaml-cmi(Ctypes_structs) = 4.13.1-63958A98, ocaml-cmi(Ctypes_structs_computed) = 4.13.1-D0B02344, ocaml-cmi(Ctypes_type_printing) = 4.13.1-8B81BD54, ocaml-cmi(Ctypes_types) = 4.13.1-4535437D, ocaml-cmi(Ctypes_value_printing) = 4.13.1-7EF8DDFB, ocaml-cmi(Ctypes_value_printing_stubs) = 4.13.1-12D0C906, ocaml-cmi(Ctypes_weak_ref) = 4.13.1-97BA7947, ocaml-cmi(Dl) = 4.13.1-87768872, ocaml-cmi(Foreign) = 4.13.1-7F0CD74C, ocaml-cmi(Install_ctypes_printers) = 4.13.1-3C77BDEE, ocaml-cmi(LDouble) = 4.13.1-B50C886F, ocaml-cmi(Libffi_abi) = 4.13.1-231D57DB, ocaml-cmi(PosixTypes) = 4.13.1-A615E1F9, ocaml-dll(ctypes-foreign_stubs), ocaml-dll(ctypes_stubs) Requires: rpm-build-ocaml >= 1.1, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libffi.so.7()(64bit) >= set:jee4ZuRAxZbkn2wciBNTv1fJchxEqJkjX3iFFhhId, libffi.so.7(LIBFFI_BASE_7.0)(64bit), libffi.so.7(LIBFFI_CLOSURE_7.0)(64bit), libffi7, ocaml-cmi(Asttypes) = 4.13.1-8D9243B2, ocaml-cmi(Bigarray_compat) = 4.13.1-5DC7BF1A, ocaml-cmi(Build_path_prefix_map) = 4.13.1-768AAA9A, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalLazy) = 4.13.1-82103148, ocaml-cmi(CamlinternalOO) = 4.13.1-0DC72C26, ocaml-cmi(Cmi_format) = 4.13.1-76D3429A, ocaml-cmi(Env) = 4.13.1-3E1FEE82, ocaml-cmi(Ident) = 4.13.1-66346E41, ocaml-cmi(Identifiable) = 4.13.1-9F19D868, ocaml-cmi(Load_path) = 4.13.1-8AB42785, ocaml-cmi(Location) = 4.13.1-42FE4A2F, ocaml-cmi(Longident) = 4.13.1-A52B92DB, ocaml-cmi(Misc) = 4.13.1-5AD92B5C, ocaml-cmi(Mutex) = 4.13.1-730EB8C2, ocaml-cmi(Outcometree) = 4.13.1-AC56C08F, ocaml-cmi(Parsetree) = 4.13.1-EBAF0FCB, ocaml-cmi(Path) = 4.13.1-B4C2C6EA, ocaml-cmi(Primitive) = 4.13.1-849BB0DB, ocaml-cmi(Signed) = 4.13.1-A47CCCC2, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Bigarray) = 4.13.1-0658EFAB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Bytes) = 4.13.1-CBDE4789, ocaml-cmi(Stdlib__Callback) = 4.13.1-BE7617C4, ocaml-cmi(Stdlib__Complex) = 4.13.1-DC5B34D1, ocaml-cmi(Stdlib__Digest) = 4.13.1-4288C582, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Gc) = 4.13.1-CC1C7691, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__Int32) = 4.13.1-D7020701, ocaml-cmi(Stdlib__Int64) = 4.13.1-55E959E4, ocaml-cmi(Stdlib__Lazy) = 4.13.1-DEE38639, ocaml-cmi(Stdlib__Lexing) = 4.13.1-58F88856, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__ListLabels) = 4.13.1-15DA8F88, ocaml-cmi(Stdlib__Map) = 4.13.1-406D1BC5, ocaml-cmi(Stdlib__Nativeint) = 4.13.1-20906FC1, ocaml-cmi(Stdlib__Obj) = 4.13.1-F013B5AB, ocaml-cmi(Stdlib__Oo) = 4.13.1-764AF1D1, ocaml-cmi(Stdlib__Printexc) = 4.13.1-265CF863, ocaml-cmi(Stdlib__Printf) = 4.13.1-0E709B4A, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__Set) = 4.13.1-62A5B229, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Stdlib__Weak) = 4.13.1-7471767D, ocaml-cmi(Str) = 4.13.1-6AE0781F, ocaml-cmi(Subst) = 4.13.1-B172A3FE, ocaml-cmi(Thread) = 4.13.1-AEEC83AE, ocaml-cmi(Toploop) = 4.13.1-442ADDBC, ocaml-cmi(Type_immediacy) = 4.13.1-D9790C85, ocaml-cmi(Types) = 4.13.1-5E0F9BE6, ocaml-cmi(Unix) = 4.13.1-49C6C492, ocaml-cmi(Unsigned) = 4.13.1-96E27B86, ocaml-cmi(Warnings) = 4.13.1-EAE45E31, ocaml-dll(integers_stubs), ocaml-integers, ocaml-runtime = 4.13.1, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Orosql Creating ocaml-ctypes-debuginfo package Processing files: ocaml-ctypes-devel-0.19.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NPXCIl 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.DYIsam find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmx(ComplexL) = 4.13.1-A8E478BA, ocaml-cmx(Cstubs) = 4.13.1-1B9D3148, ocaml-cmx(Cstubs_analysis) = 4.13.1-63B3213A, ocaml-cmx(Cstubs_c_language) = 4.13.1-D8D9CA46, ocaml-cmx(Cstubs_emit_c) = 4.13.1-2C5AE451, ocaml-cmx(Cstubs_errors) = 4.13.1-53799545, ocaml-cmx(Cstubs_generate_c) = 4.13.1-951BF2F2, ocaml-cmx(Cstubs_generate_ml) = 4.13.1-67D86ED2, ocaml-cmx(Cstubs_internals) = 4.13.1-34F8BC2D, ocaml-cmx(Cstubs_inverted) = 4.13.1-BB8D1252, ocaml-cmx(Cstubs_public_name) = 4.13.1-DCDF2554, ocaml-cmx(Cstubs_structs) = 4.13.1-35C7AC22, ocaml-cmx(Ctypes) = 4.13.1-57C055DC, ocaml-cmx(Ctypes_bigarray) = 4.13.1-FE3E80F7, ocaml-cmx(Ctypes_bigarray_stubs) = 4.13.1-1891D90D, ocaml-cmx(Ctypes_closure_properties) = 4.13.1-D439A30E, ocaml-cmx(Ctypes_coerce) = 4.13.1-0EEB1115, ocaml-cmx(Ctypes_ffi) = 4.13.1-E344B337, ocaml-cmx(Ctypes_ffi_stubs) = 4.13.1-95BFE0EA, ocaml-cmx(Ctypes_foreign_basis) = 4.13.1-CEC02E94, ocaml-cmx(Ctypes_foreign_threaded_stubs) = 4.13.1-F5AAD088, ocaml-cmx(Ctypes_memory) = 4.13.1-65F50560, ocaml-cmx(Ctypes_memory_stubs) = 4.13.1-FCEACF98, ocaml-cmx(Ctypes_path) = 4.13.1-9BF9F646, ocaml-cmx(Ctypes_primitive_types) = 4.13.1-6C6BE657, ocaml-cmx(Ctypes_primitives) = 4.13.1-8A7F1435, ocaml-cmx(Ctypes_printers) = 4.13.1-2CDEFF57, ocaml-cmx(Ctypes_ptr) = 4.13.1-71A3CD7D, ocaml-cmx(Ctypes_roots_stubs) = 4.13.1-AE8CBF3F, ocaml-cmx(Ctypes_static) = 4.13.1-AD4C9F39, ocaml-cmx(Ctypes_std_view_stubs) = 4.13.1-AB3F5870, ocaml-cmx(Ctypes_std_views) = 4.13.1-4DC7E2B1, ocaml-cmx(Ctypes_structs) = 4.13.1-014B34D3, ocaml-cmx(Ctypes_structs_computed) = 4.13.1-A2A94006, ocaml-cmx(Ctypes_type_printing) = 4.13.1-19B1E548, ocaml-cmx(Ctypes_value_printing) = 4.13.1-54079040, ocaml-cmx(Ctypes_value_printing_stubs) = 4.13.1-87A82472, ocaml-cmx(Ctypes_weak_ref) = 4.13.1-F73BEA47, ocaml-cmx(Dl) = 4.13.1-6261B3BF, ocaml-cmx(Foreign) = 4.13.1-F106E0E3, ocaml-cmx(Install_ctypes_printers) = 4.13.1-19A2C01F, ocaml-cmx(LDouble) = 4.13.1-6D8B1729, ocaml-cmx(Libffi_abi) = 4.13.1-6651DBCA, ocaml-cmx(PosixTypes) = 4.13.1-74EDB427 Requires: ocaml-ctypes = 0.19.1-alt1, /usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so, /usr/lib64/ocaml/stublibs/dllctypes_stubs.so, libffi7, ocaml, ocaml-cmi(Asttypes) = 4.13.1-8D9243B2, ocaml-cmi(Bigarray_compat) = 4.13.1-5DC7BF1A, ocaml-cmi(Build_path_prefix_map) = 4.13.1-768AAA9A, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalLazy) = 4.13.1-82103148, ocaml-cmi(CamlinternalOO) = 4.13.1-0DC72C26, ocaml-cmi(Cmi_format) = 4.13.1-76D3429A, ocaml-cmi(ComplexL) = 4.13.1-3DCF4D76, ocaml-cmi(Cstubs) = 4.13.1-628BD693, ocaml-cmi(Cstubs_analysis) = 4.13.1-10C94496, ocaml-cmi(Cstubs_c_language) = 4.13.1-86FA4F9E, ocaml-cmi(Cstubs_emit_c) = 4.13.1-E094C8BC, ocaml-cmi(Cstubs_errors) = 4.13.1-4B0AF5EB, ocaml-cmi(Cstubs_generate_c) = 4.13.1-BFAABD07, ocaml-cmi(Cstubs_generate_ml) = 4.13.1-250122D7, ocaml-cmi(Cstubs_internals) = 4.13.1-0EB369D2, ocaml-cmi(Cstubs_inverted) = 4.13.1-41510313, ocaml-cmi(Cstubs_public_name) = 4.13.1-FD6427E0, ocaml-cmi(Cstubs_structs) = 4.13.1-DBBDC055, ocaml-cmi(Ctypes) = 4.13.1-A81E5CD0, ocaml-cmi(Ctypes_bigarray) = 4.13.1-EA6926D4, ocaml-cmi(Ctypes_bigarray_stubs) = 4.13.1-BD12F17D, ocaml-cmi(Ctypes_closure_properties) = 4.13.1-5876A368, ocaml-cmi(Ctypes_coerce) = 4.13.1-9B479EDC, ocaml-cmi(Ctypes_ffi) = 4.13.1-63B85194, ocaml-cmi(Ctypes_ffi_stubs) = 4.13.1-D4CCEDC5, ocaml-cmi(Ctypes_foreign_basis) = 4.13.1-3B95A288, ocaml-cmi(Ctypes_foreign_threaded_stubs) = 4.13.1-EEE99F33, ocaml-cmi(Ctypes_memory) = 4.13.1-1C87FBD4, ocaml-cmi(Ctypes_memory_stubs) = 4.13.1-B6AA4077, ocaml-cmi(Ctypes_path) = 4.13.1-020BFCB2, ocaml-cmi(Ctypes_primitive_types) = 4.13.1-4DAA9920, ocaml-cmi(Ctypes_primitives) = 4.13.1-E5B54E2E, ocaml-cmi(Ctypes_printers) = 4.13.1-5653F1C1, ocaml-cmi(Ctypes_ptr) = 4.13.1-9C809F1A, ocaml-cmi(Ctypes_roots_stubs) = 4.13.1-C79DF6A7, ocaml-cmi(Ctypes_static) = 4.13.1-D34D0A76, ocaml-cmi(Ctypes_std_view_stubs) = 4.13.1-8A9EF263, ocaml-cmi(Ctypes_std_views) = 4.13.1-5CD0AEF6, ocaml-cmi(Ctypes_structs) = 4.13.1-63958A98, ocaml-cmi(Ctypes_structs_computed) = 4.13.1-D0B02344, ocaml-cmi(Ctypes_type_printing) = 4.13.1-8B81BD54, ocaml-cmi(Ctypes_types) = 4.13.1-4535437D, ocaml-cmi(Ctypes_value_printing) = 4.13.1-7EF8DDFB, ocaml-cmi(Ctypes_value_printing_stubs) = 4.13.1-12D0C906, ocaml-cmi(Ctypes_weak_ref) = 4.13.1-97BA7947, ocaml-cmi(Dl) = 4.13.1-87768872, ocaml-cmi(Env) = 4.13.1-3E1FEE82, ocaml-cmi(Foreign) = 4.13.1-7F0CD74C, ocaml-cmi(Ident) = 4.13.1-66346E41, ocaml-cmi(Identifiable) = 4.13.1-9F19D868, ocaml-cmi(Install_ctypes_printers) = 4.13.1-3C77BDEE, ocaml-cmi(LDouble) = 4.13.1-B50C886F, ocaml-cmi(Libffi_abi) = 4.13.1-231D57DB, ocaml-cmi(Load_path) = 4.13.1-8AB42785, ocaml-cmi(Location) = 4.13.1-42FE4A2F, ocaml-cmi(Longident) = 4.13.1-A52B92DB, ocaml-cmi(Misc) = 4.13.1-5AD92B5C, ocaml-cmi(Mutex) = 4.13.1-730EB8C2, ocaml-cmi(Outcometree) = 4.13.1-AC56C08F, ocaml-cmi(Parsetree) = 4.13.1-EBAF0FCB, ocaml-cmi(Path) = 4.13.1-B4C2C6EA, ocaml-cmi(PosixTypes) = 4.13.1-A615E1F9, ocaml-cmi(Primitive) = 4.13.1-849BB0DB, ocaml-cmi(Signed) = 4.13.1-A47CCCC2, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Bigarray) = 4.13.1-0658EFAB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Bytes) = 4.13.1-CBDE4789, ocaml-cmi(Stdlib__Callback) = 4.13.1-BE7617C4, ocaml-cmi(Stdlib__Complex) = 4.13.1-DC5B34D1, ocaml-cmi(Stdlib__Digest) = 4.13.1-4288C582, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Gc) = 4.13.1-CC1C7691, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__Int32) = 4.13.1-D7020701, ocaml-cmi(Stdlib__Int64) = 4.13.1-55E959E4, ocaml-cmi(Stdlib__Lazy) = 4.13.1-DEE38639, ocaml-cmi(Stdlib__Lexing) = 4.13.1-58F88856, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__ListLabels) = 4.13.1-15DA8F88, ocaml-cmi(Stdlib__Map) = 4.13.1-406D1BC5, ocaml-cmi(Stdlib__Nativeint) = 4.13.1-20906FC1, ocaml-cmi(Stdlib__Obj) = 4.13.1-F013B5AB, ocaml-cmi(Stdlib__Oo) = 4.13.1-764AF1D1, ocaml-cmi(Stdlib__Printexc) = 4.13.1-265CF863, ocaml-cmi(Stdlib__Printf) = 4.13.1-0E709B4A, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__Set) = 4.13.1-62A5B229, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Stdlib__Weak) = 4.13.1-7471767D, ocaml-cmi(Str) = 4.13.1-6AE0781F, ocaml-cmi(Subst) = 4.13.1-B172A3FE, ocaml-cmi(Thread) = 4.13.1-AEEC83AE, ocaml-cmi(Toploop) = 4.13.1-442ADDBC, ocaml-cmi(Type_immediacy) = 4.13.1-D9790C85, ocaml-cmi(Types) = 4.13.1-5E0F9BE6, ocaml-cmi(Unix) = 4.13.1-49C6C492, ocaml-cmi(Unsigned) = 4.13.1-96E27B86, ocaml-cmi(Warnings) = 4.13.1-EAE45E31, ocaml-cmx(Bigarray_compat) = 4.13.1-F0B7A9C9, ocaml-cmx(CamlinternalOO) = 4.13.1-B6CFBB63, ocaml-cmx(Mutex) = 4.13.1-60D416BB, ocaml-cmx(Signed) = 4.13.1-2BE540B0, ocaml-cmx(Stdlib) = 4.13.1-F8B8B4EE, ocaml-cmx(Stdlib__Array) = 4.13.1-AAB10518, ocaml-cmx(Stdlib__Bigarray) = 4.13.1-E645043C, ocaml-cmx(Stdlib__Bytes) = 4.13.1-33E3746A, ocaml-cmx(Stdlib__Callback) = 4.13.1-A6D9902A, ocaml-cmx(Stdlib__Format) = 4.13.1-F0B02A99, ocaml-cmx(Stdlib__Gc) = 4.13.1-A7C20D51, ocaml-cmx(Stdlib__Hashtbl) = 4.13.1-04F772F8, ocaml-cmx(Stdlib__Int64) = 4.13.1-D21B2296, ocaml-cmx(Stdlib__Lexing) = 4.13.1-A8853A04, ocaml-cmx(Stdlib__List) = 4.13.1-21B8C13F, ocaml-cmx(Stdlib__ListLabels) = 4.13.1-03FE4D1E, ocaml-cmx(Stdlib__Nativeint) = 4.13.1-5895B4B3, ocaml-cmx(Stdlib__Printexc) = 4.13.1-4957D2C9, ocaml-cmx(Stdlib__Printf) = 4.13.1-54DA4609, ocaml-cmx(Stdlib__String) = 4.13.1-E3D157A8, ocaml-cmx(Stdlib__Weak) = 4.13.1-1A51F14F, ocaml-cmx(Str) = 4.13.1-0F78DBB1, ocaml-cmx(Thread) = 4.13.1-48AB2EB1, ocaml-cmx(Unsigned) = 4.13.1-41EE3644, ocaml-integers Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DYiiem Processing files: ocaml-ctypes-debuginfo-0.19.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.n2TE0o find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cTJc1o find-requires: running scripts (debuginfo) Requires: ocaml-ctypes = 0.19.1-alt1, debug64(libc.so.6), debug64(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/lib64/ocaml/ctypes/CHANGES.md Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-ctypes-0.19.1-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-ctypes-devel-0.19.1-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-ctypes-debuginfo-0.19.1-alt1.x86_64.rpm (w2.lzdio) 5.97user 8.87system 0:19.58elapsed 75%CPU (0avgtext+0avgdata 38668maxresident)k 0inputs+0outputs (0major+2023457minor)pagefaults 0swaps 4.80user 4.36system 0:43.16elapsed 21%CPU (0avgtext+0avgdata 128812maxresident)k 560inputs+0outputs (0major+203160minor)pagefaults 0swaps --- ocaml-ctypes-0.19.1-alt1.x86_64.rpm.repo 2021-11-27 08:46:34.000000000 +0000 +++ ocaml-ctypes-0.19.1-alt1.x86_64.rpm.hasher 2024-06-16 01:55:52.749815574 +0000 @@ -156,3 +156,3 @@ File: /usr/lib64/ocaml/ctypes/cstubs.cmi 100644 root:root 1528286b2b485b53c681f653034545d7 -File: /usr/lib64/ocaml/ctypes/cstubs.cmxs 100644 root:root d2a1555235ff300bd4f1f2b3e48154b6 +File: /usr/lib64/ocaml/ctypes/cstubs.cmxs 100644 root:root 348c2ca0d152edbf0108444b102f551a File: /usr/lib64/ocaml/ctypes/cstubs_internals.cmi 100644 root:root 8c9c5b8fa3c7f572c402fe0d77c5bc24 @@ -161,8 +161,8 @@ File: /usr/lib64/ocaml/ctypes/ctypes-foreign.cma 100644 root:root d81968ae13af0174794098a3347032e3 -File: /usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs 100644 root:root df83be3d1a021e7348969916350bb54b +File: /usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs 100644 root:root 171846cf402fd95170f63bfe87efd82e File: /usr/lib64/ocaml/ctypes/ctypes-top.cma 100644 root:root 8de0499f9f74e3f946006f20769cdc48 -File: /usr/lib64/ocaml/ctypes/ctypes-top.cmxs 100644 root:root c473377381108c61cd6a8a5a89dd5988 +File: /usr/lib64/ocaml/ctypes/ctypes-top.cmxs 100644 root:root a41717d75cb5b0c83743b9b28699f690 File: /usr/lib64/ocaml/ctypes/ctypes.cma 100644 root:root af21c2166430f01d859b57c6b90d823a File: /usr/lib64/ocaml/ctypes/ctypes.cmi 100644 root:root d580874ac7b37498b4b683bea0b9ddf6 -File: /usr/lib64/ocaml/ctypes/ctypes.cmxs 100644 root:root d4f061799d0bfdc8934600676e9eed58 +File: /usr/lib64/ocaml/ctypes/ctypes.cmxs 100644 root:root 18ee650480cd9b5b8e46e07506cd2b1a File: /usr/lib64/ocaml/ctypes/ctypes_primitive_types.cmi 100644 root:root 2c1b056f995ed530787d5e3d96d614b6 @@ -177,6 +177,6 @@ File: /usr/lib64/ocaml/ctypes/posixTypes.cmi 100644 root:root a501a2fb2189fb76e807acae1bb71258 -File: /usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so 100644 root:root 1c17beb089933e99e397c27b717271d5 -File: /usr/lib64/ocaml/stublibs/dllctypes_stubs.so 100644 root:root c830d1e45e92e8b4b3307f76f871ba2c +File: /usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so 100644 root:root 94ff53b73be719ad13ce03bdaa758ac1 +File: /usr/lib64/ocaml/stublibs/dllctypes_stubs.so 100644 root:root 3280b43abce54861feeb063b87ffd86f File: /usr/share/doc/ocaml-ctypes-0.19.1 40755 root:root File: /usr/share/doc/ocaml-ctypes-0.19.1/README.md 100644 root:root 7f6f2f8c4ab1a9d4b32bf9a8e4c8df37 -RPMIdentity: da4a95d369fd46253c7c7ca6f1cccb48feaf6d12575295e5a4e7c71d3d35019b3aed8d0d61120372858eb3ab8ddc3747e1698016ac1d1b26a48757336b1bfe62 +RPMIdentity: 9e6e68865ca3b651d71a91d79e0a929edb79a3a260f6449246647807d35b282700026475defe2a17c6814df5f33f22934dc34c624d58022092dddc29ae037597 --- ocaml-ctypes-debuginfo-0.19.1-alt1.x86_64.rpm.repo 2021-11-27 08:46:35.000000000 +0000 +++ ocaml-ctypes-debuginfo-0.19.1-alt1.x86_64.rpm.hasher 2024-06-16 01:55:52.973819233 +0000 @@ -1,19 +1,19 @@ -/usr/lib/debug/.build-id/08 40755 root:root -/usr/lib/debug/.build-id/08/6c72c195e505508900293bce677dc5ba4ec862 120777 root:root ../../../../lib64/ocaml/stublibs/dllctypes_stubs.so -/usr/lib/debug/.build-id/08/6c72c195e505508900293bce677dc5ba4ec862.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllctypes_stubs.so.debug -/usr/lib/debug/.build-id/0d 40755 root:root -/usr/lib/debug/.build-id/0d/67a9773bed1f2e3b68ab89ef3ad077fba208ca 120777 root:root ../../../../lib64/ocaml/ctypes/ctypes.cmxs -/usr/lib/debug/.build-id/0d/67a9773bed1f2e3b68ab89ef3ad077fba208ca.debug 120777 root:root ../../usr/lib64/ocaml/ctypes/ctypes.cmxs.debug -/usr/lib/debug/.build-id/14 40755 root:root -/usr/lib/debug/.build-id/14/bf7c6fb504631eeae6ebe939b830a3d5b43331 120777 root:root ../../../../lib64/ocaml/ctypes/ctypes-top.cmxs -/usr/lib/debug/.build-id/14/bf7c6fb504631eeae6ebe939b830a3d5b43331.debug 120777 root:root ../../usr/lib64/ocaml/ctypes/ctypes-top.cmxs.debug -/usr/lib/debug/.build-id/1b 40755 root:root -/usr/lib/debug/.build-id/1b/5f3b5bbbe89cda392ce185a13c5c832eb7056e 120777 root:root ../../../../lib64/ocaml/ctypes/cstubs.cmxs -/usr/lib/debug/.build-id/1b/5f3b5bbbe89cda392ce185a13c5c832eb7056e.debug 120777 root:root ../../usr/lib64/ocaml/ctypes/cstubs.cmxs.debug -/usr/lib/debug/.build-id/46 40755 root:root -/usr/lib/debug/.build-id/46/c004537a700418c87e0ffa679be027f2c5cfc2 120777 root:root ../../../../lib64/ocaml/stublibs/dllctypes-foreign_stubs.so -/usr/lib/debug/.build-id/46/c004537a700418c87e0ffa679be027f2c5cfc2.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so.debug -/usr/lib/debug/.build-id/ab 40755 root:root -/usr/lib/debug/.build-id/ab/5e04819031b029d8680db05f14f0599942eb08 120777 root:root ../../../../lib64/ocaml/ctypes/ctypes-foreign.cmxs -/usr/lib/debug/.build-id/ab/5e04819031b029d8680db05f14f0599942eb08.debug 120777 root:root ../../usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs.debug +/usr/lib/debug/.build-id/13 40755 root:root +/usr/lib/debug/.build-id/13/1214c00614ce668840f1b95913b7baae4ece7c 120777 root:root ../../../../lib64/ocaml/stublibs/dllctypes-foreign_stubs.so +/usr/lib/debug/.build-id/13/1214c00614ce668840f1b95913b7baae4ece7c.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so.debug +/usr/lib/debug/.build-id/40 40755 root:root +/usr/lib/debug/.build-id/40/1f7df00e07ed1ff090973ef8674b48e29f2421 120777 root:root ../../../../lib64/ocaml/ctypes/cstubs.cmxs +/usr/lib/debug/.build-id/40/1f7df00e07ed1ff090973ef8674b48e29f2421.debug 120777 root:root ../../usr/lib64/ocaml/ctypes/cstubs.cmxs.debug +/usr/lib/debug/.build-id/5a 40755 root:root +/usr/lib/debug/.build-id/5a/5ddfa0ab0ac46d6e19c0834effb876afccc1c3 120777 root:root ../../../../lib64/ocaml/ctypes/ctypes-top.cmxs +/usr/lib/debug/.build-id/5a/5ddfa0ab0ac46d6e19c0834effb876afccc1c3.debug 120777 root:root ../../usr/lib64/ocaml/ctypes/ctypes-top.cmxs.debug +/usr/lib/debug/.build-id/ad 40755 root:root +/usr/lib/debug/.build-id/ad/8504ea01ef0dab637204861b17106a5383ff1f 120777 root:root ../../../../lib64/ocaml/ctypes/ctypes-foreign.cmxs +/usr/lib/debug/.build-id/ad/8504ea01ef0dab637204861b17106a5383ff1f.debug 120777 root:root ../../usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs.debug +/usr/lib/debug/.build-id/bf 40755 root:root +/usr/lib/debug/.build-id/bf/2a5110ea6e0bb99ab3bbd1b75d609aa73a97e0 120777 root:root ../../../../lib64/ocaml/stublibs/dllctypes_stubs.so +/usr/lib/debug/.build-id/bf/2a5110ea6e0bb99ab3bbd1b75d609aa73a97e0.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllctypes_stubs.so.debug +/usr/lib/debug/.build-id/ea 40755 root:root +/usr/lib/debug/.build-id/ea/c4dfbb0e5bd4d583b8eb33efd925f6d2955122 120777 root:root ../../../../lib64/ocaml/ctypes/ctypes.cmxs +/usr/lib/debug/.build-id/ea/c4dfbb0e5bd4d583b8eb33efd925f6d2955122.debug 120777 root:root ../../usr/lib64/ocaml/ctypes/ctypes.cmxs.debug /usr/lib/debug/usr/lib64/ocaml 40755 root:root @@ -98,29 +98,29 @@ Provides: ocaml-ctypes-debuginfo = 0.19.1-alt1:p10+289137.3700.8.1 -File: /usr/lib/debug/.build-id/08 40755 root:root -File: /usr/lib/debug/.build-id/08/6c72c195e505508900293bce677dc5ba4ec862 120777 root:root ../../../../lib64/ocaml/stublibs/dllctypes_stubs.so -File: /usr/lib/debug/.build-id/08/6c72c195e505508900293bce677dc5ba4ec862.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllctypes_stubs.so.debug -File: /usr/lib/debug/.build-id/0d 40755 root:root -File: /usr/lib/debug/.build-id/0d/67a9773bed1f2e3b68ab89ef3ad077fba208ca 120777 root:root ../../../../lib64/ocaml/ctypes/ctypes.cmxs -File: /usr/lib/debug/.build-id/0d/67a9773bed1f2e3b68ab89ef3ad077fba208ca.debug 120777 root:root ../../usr/lib64/ocaml/ctypes/ctypes.cmxs.debug -File: /usr/lib/debug/.build-id/14 40755 root:root -File: /usr/lib/debug/.build-id/14/bf7c6fb504631eeae6ebe939b830a3d5b43331 120777 root:root ../../../../lib64/ocaml/ctypes/ctypes-top.cmxs -File: /usr/lib/debug/.build-id/14/bf7c6fb504631eeae6ebe939b830a3d5b43331.debug 120777 root:root ../../usr/lib64/ocaml/ctypes/ctypes-top.cmxs.debug -File: /usr/lib/debug/.build-id/1b 40755 root:root -File: /usr/lib/debug/.build-id/1b/5f3b5bbbe89cda392ce185a13c5c832eb7056e 120777 root:root ../../../../lib64/ocaml/ctypes/cstubs.cmxs -File: /usr/lib/debug/.build-id/1b/5f3b5bbbe89cda392ce185a13c5c832eb7056e.debug 120777 root:root ../../usr/lib64/ocaml/ctypes/cstubs.cmxs.debug -File: /usr/lib/debug/.build-id/46 40755 root:root -File: /usr/lib/debug/.build-id/46/c004537a700418c87e0ffa679be027f2c5cfc2 120777 root:root ../../../../lib64/ocaml/stublibs/dllctypes-foreign_stubs.so -File: /usr/lib/debug/.build-id/46/c004537a700418c87e0ffa679be027f2c5cfc2.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so.debug -File: /usr/lib/debug/.build-id/ab 40755 root:root -File: /usr/lib/debug/.build-id/ab/5e04819031b029d8680db05f14f0599942eb08 120777 root:root ../../../../lib64/ocaml/ctypes/ctypes-foreign.cmxs -File: /usr/lib/debug/.build-id/ab/5e04819031b029d8680db05f14f0599942eb08.debug 120777 root:root ../../usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs.debug +File: /usr/lib/debug/.build-id/13 40755 root:root +File: /usr/lib/debug/.build-id/13/1214c00614ce668840f1b95913b7baae4ece7c 120777 root:root ../../../../lib64/ocaml/stublibs/dllctypes-foreign_stubs.so +File: /usr/lib/debug/.build-id/13/1214c00614ce668840f1b95913b7baae4ece7c.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so.debug +File: /usr/lib/debug/.build-id/40 40755 root:root +File: /usr/lib/debug/.build-id/40/1f7df00e07ed1ff090973ef8674b48e29f2421 120777 root:root ../../../../lib64/ocaml/ctypes/cstubs.cmxs +File: /usr/lib/debug/.build-id/40/1f7df00e07ed1ff090973ef8674b48e29f2421.debug 120777 root:root ../../usr/lib64/ocaml/ctypes/cstubs.cmxs.debug +File: /usr/lib/debug/.build-id/5a 40755 root:root +File: /usr/lib/debug/.build-id/5a/5ddfa0ab0ac46d6e19c0834effb876afccc1c3 120777 root:root ../../../../lib64/ocaml/ctypes/ctypes-top.cmxs +File: /usr/lib/debug/.build-id/5a/5ddfa0ab0ac46d6e19c0834effb876afccc1c3.debug 120777 root:root ../../usr/lib64/ocaml/ctypes/ctypes-top.cmxs.debug +File: /usr/lib/debug/.build-id/ad 40755 root:root +File: /usr/lib/debug/.build-id/ad/8504ea01ef0dab637204861b17106a5383ff1f 120777 root:root ../../../../lib64/ocaml/ctypes/ctypes-foreign.cmxs +File: /usr/lib/debug/.build-id/ad/8504ea01ef0dab637204861b17106a5383ff1f.debug 120777 root:root ../../usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs.debug +File: /usr/lib/debug/.build-id/bf 40755 root:root +File: /usr/lib/debug/.build-id/bf/2a5110ea6e0bb99ab3bbd1b75d609aa73a97e0 120777 root:root ../../../../lib64/ocaml/stublibs/dllctypes_stubs.so +File: /usr/lib/debug/.build-id/bf/2a5110ea6e0bb99ab3bbd1b75d609aa73a97e0.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllctypes_stubs.so.debug +File: /usr/lib/debug/.build-id/ea 40755 root:root +File: /usr/lib/debug/.build-id/ea/c4dfbb0e5bd4d583b8eb33efd925f6d2955122 120777 root:root ../../../../lib64/ocaml/ctypes/ctypes.cmxs +File: /usr/lib/debug/.build-id/ea/c4dfbb0e5bd4d583b8eb33efd925f6d2955122.debug 120777 root:root ../../usr/lib64/ocaml/ctypes/ctypes.cmxs.debug File: /usr/lib/debug/usr/lib64/ocaml 40755 root:root File: /usr/lib/debug/usr/lib64/ocaml/ctypes 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/ctypes/cstubs.cmxs.debug 100644 root:root eab1476927515e6739b09ebd4427184a -File: /usr/lib/debug/usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs.debug 100644 root:root 2697d1ecf9b66da25061b40cc4360dea -File: /usr/lib/debug/usr/lib64/ocaml/ctypes/ctypes-top.cmxs.debug 100644 root:root 5481ca0c6749dc0fad4891b482aa4c7c -File: /usr/lib/debug/usr/lib64/ocaml/ctypes/ctypes.cmxs.debug 100644 root:root 82859599d96dc71c3bad65303687c7a5 +File: /usr/lib/debug/usr/lib64/ocaml/ctypes/cstubs.cmxs.debug 100644 root:root 6668c1c0e25a5790101aeb14fab0e464 +File: /usr/lib/debug/usr/lib64/ocaml/ctypes/ctypes-foreign.cmxs.debug 100644 root:root 578dea6df69aa8d30821de02a4aec1f1 +File: /usr/lib/debug/usr/lib64/ocaml/ctypes/ctypes-top.cmxs.debug 100644 root:root 17f0750b7b839bc2113148b9e2515e1a +File: /usr/lib/debug/usr/lib64/ocaml/ctypes/ctypes.cmxs.debug 100644 root:root e8ec997474f624cdc0dd9a76c5d061d9 File: /usr/lib/debug/usr/lib64/ocaml/stublibs 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so.debug 100644 root:root 83cb8394b6aa2ab0ccb4c4e95dfac169 -File: /usr/lib/debug/usr/lib64/ocaml/stublibs/dllctypes_stubs.so.debug 100644 root:root ac84f4201c6a372525fdd530bf3690f4 +File: /usr/lib/debug/usr/lib64/ocaml/stublibs/dllctypes-foreign_stubs.so.debug 100644 root:root 5b8e387eea8be7196d5be38489e9cafb +File: /usr/lib/debug/usr/lib64/ocaml/stublibs/dllctypes_stubs.so.debug 100644 root:root 3af00932e10d2781e9c292db2d922171 File: /usr/src/debug/ocaml-ctypes-0.19.1 40755 root:root @@ -191,2 +191,2 @@ File: /usr/src/debug/ocaml-ctypes-0.19.1/src/ctypes/type_info_stubs.c 100644 root:root 2986002332f9ca145113e341a2da6c02 -RPMIdentity: 91097bf401a5e3a372beb548dbce2674d464c00654ee627c4dc28bd6a54a86564fb9660ca2cc65febf5f10a355c3b3f045309a9511ffc800dce4ca97120fbc98 +RPMIdentity: 77de435452e774187ea8acd0fd7c3501858a0ec7149d68e2c1c7b69a2b7a32257f9c11e2e44751bb76ebaf1092fe8abdfda720796e89d6883f7ee19c1bc1839f