<86>Jun 16 01:47:34 userdel[541086]: delete user 'rooter' <86>Jun 16 01:47:34 userdel[541086]: removed group 'rooter' owned by 'rooter' <86>Jun 16 01:47:34 userdel[541086]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 01:47:34 groupadd[541108]: group added to /etc/group: name=rooter, GID=1241 <86>Jun 16 01:47:34 groupadd[541108]: group added to /etc/gshadow: name=rooter <86>Jun 16 01:47:34 groupadd[541108]: new group: name=rooter, GID=1241 <86>Jun 16 01:47:34 useradd[541124]: new user: name=rooter, UID=1241, GID=1241, home=/root, shell=/bin/bash <86>Jun 16 01:47:34 userdel[541153]: delete user 'builder' <86>Jun 16 01:47:34 userdel[541153]: removed group 'builder' owned by 'builder' <86>Jun 16 01:47:34 userdel[541153]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 01:47:34 groupadd[541182]: group added to /etc/group: name=builder, GID=1242 <86>Jun 16 01:47:34 groupadd[541182]: group added to /etc/gshadow: name=builder <86>Jun 16 01:47:34 groupadd[541182]: new group: name=builder, GID=1242 <86>Jun 16 01:47:34 useradd[541221]: new user: name=builder, UID=1242, GID=1242, home=/usr/src, shell=/bin/bash warning: Macro %_ocamldir not found warning: Macro %_ocamldir not found warning: Macro %_ocamldir not found warning: Macro %_ocamldir not found warning: Macro %_ocamldir not found warning: Macro %_ocamldir not found warning: Macro %_ocamldir not found warning: Macro %_ocamldir not found warning: Macro %_ocamldir not found warning: Macro %_ocamldir not found warning: Macro %_ocamldir not found warning: Macro %_ocamldir not found warning: Macro %_ocamldir not found warning: Macro %_ocamldir not found warning: Macro %_ocamldir not found <13>Jun 16 01:47:38 rpmi: ocaml-runtime-4.13.1-alt1 p10+289137.100.8.1 1638001619 installed <13>Jun 16 01:47:38 rpmi: rpm-build-ocaml-1.4.2-alt1 p10+289137.700.7.1 1637431351 installed <13>Jun 16 01:47:48 rpmi: ocaml-4.13.1-alt1 p10+289137.100.8.1 1638001619 installed <13>Jun 16 01:47:48 rpmi: ocaml-findlib-1.9.1-alt2 p10+289137.1000.8.1 1638001980 installed <13>Jun 16 01:47:49 rpmi: ocaml-ocamldoc-4.13.1-alt1 p10+289137.100.8.1 1638001619 installed <13>Jun 16 01:47:49 rpmi: libgmp-devel-6.2.1-alt5 p10+309809.100.1.1 1668099184 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-zarith-1.12-alt2.nosrc.rpm (w1.gzdio) Installing ocaml-zarith-1.12-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.30787 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-zarith-1.12 + echo 'Source #0 (ocaml-zarith-1.12.tar):' Source #0 (ocaml-zarith-1.12.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-zarith-1.12.tar + cd ocaml-zarith-1.12 + /bin/chmod -c -Rf u+rwX,go-w . + sed -i 's|^asopt='\'''\''|asopt='\''-pipe -frecord-gcc-switches -Wall -g -O2'\''|' configure + sed -i 's|-ccopt|-g &|;s|-shared|-linkall -g &|' project.mak + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.30787 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-zarith-1.12 + export 'CC=gcc -Wa,--noexecstack' + CC='gcc -Wa,--noexecstack' + export 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export OCAMLFLAGS=-g + OCAMLFLAGS=-g + export OCAMLOPTFLAGS=-g + OCAMLOPTFLAGS=-g + ./configure binary ocaml: found in /usr/bin binary ocamlc: found in /usr/bin binary ocamldep: found in /usr/bin binary ocamlmklib: found in /usr/bin binary ocamldoc: found in /usr/bin binary gcc: found in /usr/bin binary ocamlopt: found in /usr/bin checking compilation with gcc -Wa,--noexecstack -pipe -frecord-gcc-switches -Wall -g -O2: working include caml/mlvalues.h: found library dynlink.cmxa: found binary ocamlfind: found in /usr/bin OCaml's word size is 64 binary uname: found in /bin include gmp.h: found library gmp: found OCaml supports -bin-annot to produce documentation detected configuration: native-code: yes dynamic linking: yes defines: -DHAS_GMP libraries: -lgmp C options: -pipe -frecord-gcc-switches -Wall -g -O2 installation path: /usr/lib64/ocaml installation method findlib configuration successful! now type "make" to build then type "make install" or "sudo make install" to install + make make: Entering directory '/usr/src/RPM/BUILD/ocaml-zarith-1.12' (echo "let"; grep "version" META | head -1) > zarith_version.ml ocamldep -native zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend ocamlc -I +compiler-libs -bin-annot -c zarith_version.ml ocamlc -I +compiler-libs -bin-annot -c z.mli ocamlc -I +compiler-libs -bin-annot -c z.ml ocamlc -I +compiler-libs -bin-annot -c q.mli ocamlc -I +compiler-libs -bin-annot -c q.ml File "q.ml", line 537, characters 9-23: 537 | (Z.of_substring s 0 i) ^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function. File "q.ml", line 538, characters 9-23: 538 | (Z.of_substring s (i+1) (String.length s-i-1)) ^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function. ocamlc -I +compiler-libs -bin-annot -c big_int_Z.mli ocamlc -I +compiler-libs -bin-annot -c big_int_Z.ml ocamlmklib -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -lgmp ocamlc -g -ccopt "-I/usr/lib64/ocaml -DHAS_GMP -pipe -frecord-gcc-switches -Wall -g -O2" -c caml_z.c ocamlmklib -failsafe -o zarith caml_z.o -lgmp ocamlc -I +compiler-libs -bin-annot -c zarith_top.ml ocamlc -o zarith_top.cma -a zarith_top.cmo ocamlopt -I +compiler-libs -c zarith_version.ml ocamlopt -I +compiler-libs -c z.ml ocamlopt -I +compiler-libs -c q.ml File "q.ml", line 537, characters 9-23: 537 | (Z.of_substring s 0 i) ^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function. File "q.ml", line 538, characters 9-23: 538 | (Z.of_substring s (i+1) (String.length s-i-1)) ^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function. ocamlopt -I +compiler-libs -c big_int_Z.ml ocamlmklib -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -lgmp ocamlopt -linkall -g -shared -o zarith.cmxs -I . zarith.cmxa -linkall make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zarith-1.12' + make doc make: Entering directory '/usr/src/RPM/BUILD/ocaml-zarith-1.12' mkdir -p html ocamldoc -html -d html -charset utf8 z.mli q.mli big_int_Z.mli make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zarith-1.12' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.49079 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-zarith-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-zarith-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-zarith-1.12 + mkdir -p /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/stublibs/ + mkdir -p /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml + make install INSTALLDIR=/usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml make: Entering directory '/usr/src/RPM/BUILD/ocaml-zarith-1.12' ocamlfind install -destdir "/usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml" zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.cmxa z.cmx q.cmx big_int_Z.cmx zarith.cmxs zarith.h q.mli big_int_Z.mli zarith.a z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/big_int_Z.cmti Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/q.cmti Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/z.cmti Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/zarith.a Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/big_int_Z.mli Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/q.mli Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/zarith.h Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/zarith.cmxs Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/big_int_Z.cmx Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/q.cmx Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/z.cmx Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/zarith.cmxa Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/z.mli Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/zarith_top.cma Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/big_int_Z.cmi Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/q.cmi Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/z.cmi Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/libzarith.a Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/zarith.cma Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/stublibs/dllzarith.so Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/stublibs/dllzarith.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/zarith/META make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zarith-1.12' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-zarith-buildroot (auto) mode of './usr/lib64/ocaml/zarith/zarith.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/ocaml/stublibs/dllzarith.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ocaml-zarith-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-zarith-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-zarith-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-zarith-buildroot ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-zarith-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_exn_Division_by_zero verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_frexp_float verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_equal verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_int64_ops verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_ldexp_float_unboxed verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_named_value verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_deserialize_uint_1 verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_classify_float_unboxed verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_alloc2 verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_serialize_int_1 verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: camlStdlib__String__index_rec_279 verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: camlStdlib__Callback__register_exception_166 verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: camlStdlib__invalid_arg_9 verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_string_length verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_int64_to_float_unboxed verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_alloc_small verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_copy_nativeint verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_copy_int32 verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: camlStdlib__$5e_140 verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: camlStdlib__failwith_6 verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_raise_zero_divide verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_copy_int64 verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: camlStdlib__Buffer__add_string_463 verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_deserialize_uint_4 verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: camlStdlib__Bytes__sub_116 verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_invalid_argument verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_serialize_int_4 verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_register_custom_operations verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: camlStdlib__output_string_249 verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_raise_constant verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: camlStdlib__Format__pp_print_string_570 verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_alloc_string verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_hash_mix_uint32 verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: caml_failwith verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: caml_named_value verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: caml_deserialize_uint_1 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: caml_serialize_int_1 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: caml_string_length verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: caml_alloc_small verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: caml_copy_nativeint verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: caml_copy_int32 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: caml_raise_zero_divide verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: caml_copy_int64 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: caml_deserialize_uint_4 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: caml_invalid_argument verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: caml_serialize_int_4 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: caml_register_custom_operations verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: caml_raise_constant verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: caml_alloc_string verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: caml_hash_mix_uint32 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllzarith.so: undefined symbol: caml_failwith Processing files: ocaml-zarith-1.12-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.94325 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-zarith-1.12 + DOCDIR=/usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.12 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.12 + /bin/mkdir -p /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.12 + cp -prL Changes /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.12 + chmod -R go-w /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.12 + chmod -R a+rX /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.12 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.U87DiA 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.5mYOGD 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(Big_int_Z) = 4.13.1-28893FE4, ocaml-cmi(Q) = 4.13.1-78E67B57, ocaml-cmi(Z) = 4.13.1-8A90AA4B, ocaml-cmi(Zarith_top) = 4.13.1-4D336735, ocaml-cmi(Zarith_version) = 4.13.1-5DCDF54B, ocaml-dll(zarith) Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgmp.so.10()(64bit) >= set:mgYI1aGLxPjIaGNWN2zoOzCTdGLR9EZKO20fkADLQyTmp0j7WnCYP4FIoIgT8ZkBXIWjpiEw4ZKVejPZ0kEDWjBk3b1hJxN1v0Ir3lbxoaUjc, libgmp10, ocaml-cmi(Asttypes) = 4.13.1-8D9243B2, 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(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(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(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Callback) = 4.13.1-BE7617C4, 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__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__Map) = 4.13.1-406D1BC5, ocaml-cmi(Stdlib__Obj) = 4.13.1-F013B5AB, 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__Sys) = 4.13.1-77E29567, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Subst) = 4.13.1-B172A3FE, ocaml-cmi(Toploop) = 4.13.1-442ADDBC, ocaml-cmi(Type_immediacy) = 4.13.1-D9790C85, ocaml-cmi(Types) = 4.13.1-5E0F9BE6, ocaml-cmi(Warnings) = 4.13.1-EAE45E31, 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.InoPnA Creating ocaml-zarith-debuginfo package Processing files: ocaml-zarith-devel-1.12-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.85209 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-zarith-1.12 + DOCDIR=/usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.12 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.12 + /bin/mkdir -p /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.12 + cp -prL README.md html /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.12 + chmod -R go-w /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.12 + chmod -R a+rX /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.12 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ImpWMD 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.WYcsWC 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(Big_int_Z) = 4.13.1-A17EDBEC, ocaml-cmx(Q) = 4.13.1-AAE6BA90, ocaml-cmx(Z) = 4.13.1-B36FB0A5, ocaml-cmx(Zarith_version) = 4.13.1-FABBE34D Requires: ocaml-zarith = 1.12-alt2, libgmp-devel, /usr/lib64/ocaml/stublibs/dllzarith.so, libgmp10, ocaml, ocaml-cmi(Big_int_Z) = 4.13.1-28893FE4, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(Q) = 4.13.1-78E67B57, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Callback) = 4.13.1-BE7617C4, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Int32) = 4.13.1-D7020701, ocaml-cmi(Stdlib__Int64) = 4.13.1-55E959E4, ocaml-cmi(Stdlib__Obj) = 4.13.1-F013B5AB, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Sys) = 4.13.1-77E29567, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Z) = 4.13.1-8A90AA4B, ocaml-cmi(Zarith_version) = 4.13.1-5DCDF54B, ocaml-cmx(Stdlib) = 4.13.1-F8B8B4EE, ocaml-cmx(Stdlib__Buffer) = 4.13.1-43D30E94, ocaml-cmx(Stdlib__Callback) = 4.13.1-A6D9902A, ocaml-cmx(Stdlib__Format) = 4.13.1-F0B02A99, ocaml-cmx(Stdlib__Int64) = 4.13.1-D21B2296, ocaml-cmx(Stdlib__String) = 4.13.1-E3D157A8, ocaml-cmx(Stdlib__Sys) = 4.13.1-3AA36557 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YmwncB Processing files: ocaml-zarith-debuginfo-1.12-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wMU2YC find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KRtEVB find-requires: running scripts (debuginfo) Requires: ocaml-zarith = 1.12-alt2, debug64(libc.so.6), debug64(libgmp.so.10) Adding to ocaml-zarith-devel a strict dependency on ocaml-zarith Adding to ocaml-zarith-debuginfo a strict dependency on ocaml-zarith Removing 5 extra deps from ocaml-zarith-devel due to dependency on ocaml-zarith Removing 14 extra deps from ocaml-zarith-devel due to repentancy on ocaml-zarith Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-zarith-1.12-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-zarith-devel-1.12-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-zarith-debuginfo-1.12-alt2.x86_64.rpm (w2.lzdio) 3.11user 1.99system 0:11.52elapsed 44%CPU (0avgtext+0avgdata 60064maxresident)k 0inputs+0outputs (0major+397941minor)pagefaults 0swaps 4.98user 1.98system 0:31.83elapsed 21%CPU (0avgtext+0avgdata 128668maxresident)k 8552inputs+0outputs (0major+200803minor)pagefaults 0swaps --- ocaml-zarith-1.12-alt2.x86_64.rpm.repo 2021-11-27 08:40:39.000000000 +0000 +++ ocaml-zarith-1.12-alt2.x86_64.rpm.hasher 2024-06-16 01:48:03.517417444 +0000 @@ -72,3 +72,3 @@ Provides: ocaml-zarith = 1.12-alt2:p10+289137.2500.8.1 -File: /usr/lib64/ocaml/stublibs/dllzarith.so 100644 root:root 6b3a6fadf89726ecce930ae52b54573b +File: /usr/lib64/ocaml/stublibs/dllzarith.so 100644 root:root 07a3ecc813d87cdd2d38516641993a62 File: /usr/lib64/ocaml/stublibs/dllzarith.so.owner 100644 root:root 07848ecd0fd1d8d453f783c13ce364bd @@ -83,3 +83,3 @@ File: /usr/lib64/ocaml/zarith/zarith.cma 100644 root:root 1f36539d6fe7272a27da59ca6c24618f -File: /usr/lib64/ocaml/zarith/zarith.cmxs 100644 root:root 2bde8d8b5d2f92ab8925f422feb4e905 +File: /usr/lib64/ocaml/zarith/zarith.cmxs 100644 root:root d8d3d72c94b1c88cb9ce076827ffd35c File: /usr/lib64/ocaml/zarith/zarith_top.cma 100644 root:root 317b20c6d936b93e4958206d12da98be @@ -87,2 +87,2 @@ File: /usr/share/doc/ocaml-zarith-1.12/Changes 100644 root:root 834abdbdaf493dc4d570f3a3338c82f3 -RPMIdentity: 46c333efcf1766e0becc35554c9146f009c9fdac9a38267cadc4df858c147b22305b439b5e68c519e2b91e9061c3226f9aabb52d21da338510a8255d47c4597e +RPMIdentity: 3d4f4f282a3cde8ce6d503e3cfca2521fb7fd33abf3464b8469a47b947478c05da64f66e07cf4b0a3304b5524eab3cea516f02388bd3099653b5dfde032546c5 --- ocaml-zarith-debuginfo-1.12-alt2.x86_64.rpm.repo 2021-11-27 08:40:39.000000000 +0000 +++ ocaml-zarith-debuginfo-1.12-alt2.x86_64.rpm.hasher 2024-06-16 01:48:03.603417597 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/91 40755 root:root -/usr/lib/debug/.build-id/91/2dbcde98040d29d1d396c72183132e8ed163cf 120777 root:root ../../../../lib64/ocaml/stublibs/dllzarith.so -/usr/lib/debug/.build-id/91/2dbcde98040d29d1d396c72183132e8ed163cf.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllzarith.so.debug -/usr/lib/debug/.build-id/ee 40755 root:root -/usr/lib/debug/.build-id/ee/968f901ef79b1a6f7d060225cd28b617db6ba0 120777 root:root ../../../../lib64/ocaml/zarith/zarith.cmxs -/usr/lib/debug/.build-id/ee/968f901ef79b1a6f7d060225cd28b617db6ba0.debug 120777 root:root ../../usr/lib64/ocaml/zarith/zarith.cmxs.debug +/usr/lib/debug/.build-id/37 40755 root:root +/usr/lib/debug/.build-id/37/3f9317419bc8d7669905c80edf4b03719b7d75 120777 root:root ../../../../lib64/ocaml/zarith/zarith.cmxs +/usr/lib/debug/.build-id/37/3f9317419bc8d7669905c80edf4b03719b7d75.debug 120777 root:root ../../usr/lib64/ocaml/zarith/zarith.cmxs.debug +/usr/lib/debug/.build-id/3c 40755 root:root +/usr/lib/debug/.build-id/3c/60a75dcb1f0121937f0bde7526f67646231806 120777 root:root ../../../../lib64/ocaml/stublibs/dllzarith.so +/usr/lib/debug/.build-id/3c/60a75dcb1f0121937f0bde7526f67646231806.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllzarith.so.debug /usr/lib/debug/usr/lib64/ocaml 40755 root:root @@ -18,15 +18,15 @@ Provides: ocaml-zarith-debuginfo = 1.12-alt2:p10+289137.2500.8.1 -File: /usr/lib/debug/.build-id/91 40755 root:root -File: /usr/lib/debug/.build-id/91/2dbcde98040d29d1d396c72183132e8ed163cf 120777 root:root ../../../../lib64/ocaml/stublibs/dllzarith.so -File: /usr/lib/debug/.build-id/91/2dbcde98040d29d1d396c72183132e8ed163cf.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllzarith.so.debug -File: /usr/lib/debug/.build-id/ee 40755 root:root -File: /usr/lib/debug/.build-id/ee/968f901ef79b1a6f7d060225cd28b617db6ba0 120777 root:root ../../../../lib64/ocaml/zarith/zarith.cmxs -File: /usr/lib/debug/.build-id/ee/968f901ef79b1a6f7d060225cd28b617db6ba0.debug 120777 root:root ../../usr/lib64/ocaml/zarith/zarith.cmxs.debug +File: /usr/lib/debug/.build-id/37 40755 root:root +File: /usr/lib/debug/.build-id/37/3f9317419bc8d7669905c80edf4b03719b7d75 120777 root:root ../../../../lib64/ocaml/zarith/zarith.cmxs +File: /usr/lib/debug/.build-id/37/3f9317419bc8d7669905c80edf4b03719b7d75.debug 120777 root:root ../../usr/lib64/ocaml/zarith/zarith.cmxs.debug +File: /usr/lib/debug/.build-id/3c 40755 root:root +File: /usr/lib/debug/.build-id/3c/60a75dcb1f0121937f0bde7526f67646231806 120777 root:root ../../../../lib64/ocaml/stublibs/dllzarith.so +File: /usr/lib/debug/.build-id/3c/60a75dcb1f0121937f0bde7526f67646231806.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllzarith.so.debug File: /usr/lib/debug/usr/lib64/ocaml 40755 root:root File: /usr/lib/debug/usr/lib64/ocaml/stublibs 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/stublibs/dllzarith.so.debug 100644 root:root 5a72c9d89a8f5a958178b73e559ea222 +File: /usr/lib/debug/usr/lib64/ocaml/stublibs/dllzarith.so.debug 100644 root:root be50792be8d990a49d7bc9e41e37ea06 File: /usr/lib/debug/usr/lib64/ocaml/zarith 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/zarith/zarith.cmxs.debug 100644 root:root 08118fa02ee01ff53b2be3a41e8f38e3 +File: /usr/lib/debug/usr/lib64/ocaml/zarith/zarith.cmxs.debug 100644 root:root 615b941e7bcf187649fdb92304d26256 File: /usr/src/debug/ocaml-zarith-1.12 40755 root:root File: /usr/src/debug/ocaml-zarith-1.12/caml_z.c 100644 root:root b1ce065162a34fd32377aaa58bbeb507 -RPMIdentity: 1b02a2ff084c493f4d861b5ec8f29f995c0b91c236f35662281c60188a1c92d03f0e0dc2d24e822a792c9ad12cdbecc44694707b51a1250b488d167f090c46ec +RPMIdentity: 25a05131bfa1a273c82797402335ca7a753d15627e603ac1be911e0a734733f60f233dc6265c8e12abf2d5c362753dea25b8c782642b4f9bc42d256dddc1764b