<86>May 4 03:17:19 userdel[1895622]: delete user 'rooter' <86>May 4 03:17:19 userdel[1895622]: removed group 'rooter' owned by 'rooter' <86>May 4 03:17:19 userdel[1895622]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 03:17:19 groupadd[1895682]: group added to /etc/group: name=rooter, GID=1838 <86>May 4 03:17:19 groupadd[1895682]: group added to /etc/gshadow: name=rooter <86>May 4 03:17:19 groupadd[1895682]: new group: name=rooter, GID=1838 <86>May 4 03:17:19 useradd[1895730]: new user: name=rooter, UID=1838, GID=1838, home=/root, shell=/bin/bash, from=none <86>May 4 03:17:19 userdel[1895817]: delete user 'builder' <86>May 4 03:17:19 userdel[1895817]: removed group 'builder' owned by 'builder' <86>May 4 03:17:19 userdel[1895817]: removed shadow group 'builder' owned by 'builder' <86>May 4 03:17:19 groupadd[1895873]: group added to /etc/group: name=builder, GID=1839 <86>May 4 03:17:19 groupadd[1895873]: group added to /etc/gshadow: name=builder <86>May 4 03:17:19 groupadd[1895873]: new group: name=builder, GID=1839 <86>May 4 03:17:19 useradd[1895909]: new user: name=builder, UID=1839, GID=1839, home=/usr/src, shell=/bin/bash, from=none <13>May 4 03:17:23 rpmi: ocaml-runtime-4.14.1-alt1 sisyphus+333652.177.29.2 1701356220 installed <13>May 4 03:17:23 rpmi: rpm-build-ocaml-1.6.2-alt1 sisyphus+333652.74.29.2 1701355648 installed <13>May 4 03:17:32 rpmi: ocaml-4.14.1-alt1 sisyphus+333652.177.29.2 1701356220 installed <13>May 4 03:17:32 rpmi: ocaml-findlib-1.9.6-alt2 sisyphus+333652.2174.29.2 1701357040 installed <13>May 4 03:17:33 rpmi: ocaml-ocamldoc-4.14.1-alt1 sisyphus+333652.177.29.2 1701356220 installed <13>May 4 03:17:33 rpmi: libgmp-devel-6.3.0-alt1 sisyphus+328118.100.2.1 1693294124 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-zarith-1.13-alt1.nosrc.rpm (w1.gzdio) Installing ocaml-zarith-1.13-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.90392 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-zarith-1.13 + echo 'Source #0 (ocaml-zarith-1.13.tar):' Source #0 (ocaml-zarith-1.13.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-zarith-1.13.tar + cd ocaml-zarith-1.13 + /bin/chmod -c -Rf u+rwX,go-w . + sed -i 's|^asopt='\'''\''|asopt='\''-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects'\''|' configure + sed -i 's|-ccopt|-g &|;s|-shared|-linkall -g &|' project.mak + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.90392 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-zarith-1.13 + export 'CC=gcc -Wa,--noexecstack' + CC='gcc -Wa,--noexecstack' + export 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects' + 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 ocamlc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects: working include caml/mlvalues.h: found library dynlink.cmxa: found binary ocamlfind: found in /usr/bin OCaml's word size is 64 package gmp: found OCaml supports -bin-annot to produce documentation detected configuration: native-code: yes dynamic linking: yes defines: -DHAS_GMP includes: -I/usr/lib64/ocaml libraries: -lgmp linker options: C options: -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects 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.13' (echo "let"; grep "version" META | head -1) > zarith_version.ml ocamldep zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend ocamlc -g -g -I +compiler-libs -bin-annot -c zarith_version.ml ocamlc -g -g -I +compiler-libs -bin-annot -c z.mli ocamlc -g -g -I +compiler-libs -bin-annot -c z.ml ocamlc -g -g -I +compiler-libs -bin-annot -c q.mli ocamlc -g -g -I +compiler-libs -bin-annot -c q.ml ocamlc -g -g -I +compiler-libs -bin-annot -c big_int_Z.mli ocamlc -g -g -I +compiler-libs -bin-annot -c big_int_Z.ml ocamlmklib -g -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 -flto=auto -ffat-lto-objects" -c caml_z.c ocamlmklib -g -failsafe -o zarith caml_z.o -lgmp ocamlc -g -g -I +compiler-libs -bin-annot -c zarith_top.ml ocamlc -g -o zarith_top.cma -a zarith_top.cmo ocamlopt -g -g -I +compiler-libs -c zarith_version.ml ocamlopt -g -g -I +compiler-libs -c z.ml ocamlopt -g -g -I +compiler-libs -c q.ml ocamlopt -g -g -I +compiler-libs -c big_int_Z.ml ocamlmklib -g -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.13' + make doc make: Entering directory '/usr/src/RPM/BUILD/ocaml-zarith-1.13' mkdir -p html ocamldoc -html -d html -charset utf8 z.mli q.mli big_int_Z.mli Warning: Element Random not found Warning: Element Random not found make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zarith-1.13' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.21205 + 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:/usr/bin:/bin:/usr/local/bin:/usr/games + cd ocaml-zarith-1.13 + 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.13' 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 zarith_version.cmx 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_version.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.13' + __ocaml_find_files + find /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(cma|cmi|cmxs|so|js)$' -o -name META ')' -printf '/usr/lib64/ocaml/%P\n' + find /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/ -type d -printf '%%dir /usr/lib64/ocaml/%P\n' + find /usr/src/tmp/ocaml-zarith-buildroot/usr/lib64/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(a|o|cmo|cmt|cmti|cmx|cmxa|ml|mli|exe)$' -o -name opam -o -name dune-package ')' -printf '/usr/lib64/ocaml/%P\n' + /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: caml_create_bytes 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: camlStdlib__Random 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: camlStdlib__failwith_7 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: camlStdlib__Format__pp_print_string_793 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__Bytes__copy_291 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__Buffer__add_string_654 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: camlStdlib__Random__bits_484 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: 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: caml_deserialize_uint_4 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: caml_raise_constant verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: camlStdlib__output_string_250 verify-elf: WARNING: ./usr/lib64/ocaml/zarith/zarith.cmxs: undefined symbol: camlStdlib__Bytes__sub_302 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__String__index_rec_474 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: camlStdlib__invalid_arg_10 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: camlStdlib__Callback__register_exception_362 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: camlStdlib__$5e_141 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 Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ocaml-zarith-buildroot Processing files: ocaml-zarith-1.13-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.21205 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-zarith-1.13 + DOCDIR=/usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.13 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.13 + /bin/mkdir -p /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.13 + cp -prL Changes /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.13 + chmod -R go-w /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.13 + chmod -R a+rX /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.13 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.c0JkeR 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.aAhOIs 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.14.1-28A61543, ocaml-cmi(Q) = 4.14.1-BF893211, ocaml-cmi(Z) = 4.14.1-517131D0, ocaml-cmi(Zarith_top) = 4.14.1-680726B3, ocaml-cmi(Zarith_version) = 4.14.1-F0A8DB70, ocaml-dll(zarith) Requires: 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), libgmp.so.10()(64bit) >= set:mgYI1aGLxPjIaGNWN2zoOzCTdGLR9EZKO20fkADLQyTmp0j7WnCYP4FIoIgT8ZkBXIWjpiEw4ZKVejPZ0kEDWjBk3b1hJxN1v0Ir3lbxoaUjc, libgmp10, ocaml-cmi(Asttypes) = 4.14.1-C6CBDA07, ocaml-cmi(Build_path_prefix_map) = 4.14.1-C087ED78, ocaml-cmi(CamlinternalFormatBasics) = 4.14.1-8F8F6345, ocaml-cmi(CamlinternalLazy) = 4.14.1-5365FEC4, ocaml-cmi(Cmi_format) = 4.14.1-77A1C8F1, ocaml-cmi(Env) = 4.14.1-132A8F15, ocaml-cmi(Ident) = 4.14.1-A68D3B48, ocaml-cmi(Identifiable) = 4.14.1-026DFC8F, ocaml-cmi(Load_path) = 4.14.1-8E616F44, ocaml-cmi(Location) = 4.14.1-AD05A11C, ocaml-cmi(Longident) = 4.14.1-DDDBCB2C, ocaml-cmi(Misc) = 4.14.1-FA2C1B0E, ocaml-cmi(Outcometree) = 4.14.1-67437472, ocaml-cmi(Parsetree) = 4.14.1-D160A703, ocaml-cmi(Path) = 4.14.1-C74C2553, ocaml-cmi(Primitive) = 4.14.1-8CD5B518, ocaml-cmi(Shape) = 4.14.1-A7485B44, ocaml-cmi(Stdlib) = 4.14.1-79B0E9D3, ocaml-cmi(Stdlib__Buffer) = 4.14.1-4B09C9A6, ocaml-cmi(Stdlib__Bytes) = 4.14.1-3D02C333, ocaml-cmi(Stdlib__Callback) = 4.14.1-FE29A598, ocaml-cmi(Stdlib__Digest) = 4.14.1-61F6495D, ocaml-cmi(Stdlib__Either) = 4.14.1-26845DF2, ocaml-cmi(Stdlib__Format) = 4.14.1-B6EDB97B, ocaml-cmi(Stdlib__Hashtbl) = 4.14.1-34C0FDD5, ocaml-cmi(Stdlib__Int32) = 4.14.1-A71EA523, ocaml-cmi(Stdlib__Int64) = 4.14.1-0FA5587C, ocaml-cmi(Stdlib__Lazy) = 4.14.1-01430D34, ocaml-cmi(Stdlib__Lexing) = 4.14.1-C9318C27, ocaml-cmi(Stdlib__List) = 4.14.1-EE222542, ocaml-cmi(Stdlib__Map) = 4.14.1-978F8291, ocaml-cmi(Stdlib__Nativeint) = 4.14.1-989149BF, ocaml-cmi(Stdlib__Obj) = 4.14.1-25794D29, ocaml-cmi(Stdlib__Printf) = 4.14.1-BC8AF621, ocaml-cmi(Stdlib__Random) = 4.14.1-81E43BAB, ocaml-cmi(Stdlib__Seq) = 4.14.1-B6351103, ocaml-cmi(Stdlib__Set) = 4.14.1-871D2EE2, ocaml-cmi(Stdlib__String) = 4.14.1-4933E1D8, ocaml-cmi(Stdlib__Sys) = 4.14.1-7726A14C, ocaml-cmi(Stdlib__Uchar) = 4.14.1-C0DDE02A, ocaml-cmi(Subst) = 4.14.1-428159E3, ocaml-cmi(Toploop) = 4.14.1-BD94FFFE, ocaml-cmi(Type_immediacy) = 4.14.1-64565E32, ocaml-cmi(Types) = 4.14.1-6C92AC95, ocaml-cmi(Warnings) = 4.14.1-1C10E600, ocaml-runtime = 4.14.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.woSiug Creating ocaml-zarith-debuginfo package Processing files: ocaml-zarith-devel-1.13-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.64913 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-zarith-1.13 + DOCDIR=/usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.13 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.13 + /bin/mkdir -p /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.13 + cp -prL README.md html /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.13 + chmod -R go-w /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.13 + chmod -R a+rX /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.13 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GksmNl 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.YZoZjg 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.14.1-28A61543, ocaml-cmi(Q) = 4.14.1-BF893211, ocaml-cmi(Z) = 4.14.1-517131D0, ocaml-cmt(Big_int_Z) = 4.14.1-28A61543, ocaml-cmt(Q) = 4.14.1-BF893211, ocaml-cmt(Z) = 4.14.1-517131D0, ocaml-cmx(Big_int_Z) = 4.14.1-84A265D6, ocaml-cmx(Q) = 4.14.1-85E6A675, ocaml-cmx(Z) = 4.14.1-8F69D43B, ocaml-cmx(Zarith_version) = 4.14.1-3A2EFC40 Requires: ocaml-zarith = 1.13-alt1, libgmp-devel, /usr/lib64/ocaml/stublibs/dllzarith.so, libgmp10, ocaml, ocaml-cmi(CamlinternalFormatBasics) = 4.14.1-8F8F6345, ocaml-cmi(Stdlib) = 4.14.1-79B0E9D3, ocaml-cmi(Stdlib__Buffer) = 4.14.1-4B09C9A6, ocaml-cmi(Stdlib__Bytes) = 4.14.1-3D02C333, ocaml-cmi(Stdlib__Callback) = 4.14.1-FE29A598, ocaml-cmi(Stdlib__Either) = 4.14.1-26845DF2, ocaml-cmi(Stdlib__Format) = 4.14.1-B6EDB97B, ocaml-cmi(Stdlib__Int32) = 4.14.1-A71EA523, ocaml-cmi(Stdlib__Int64) = 4.14.1-0FA5587C, ocaml-cmi(Stdlib__Nativeint) = 4.14.1-989149BF, ocaml-cmi(Stdlib__Obj) = 4.14.1-25794D29, ocaml-cmi(Stdlib__Random) = 4.14.1-81E43BAB, ocaml-cmi(Stdlib__Seq) = 4.14.1-B6351103, ocaml-cmi(Stdlib__String) = 4.14.1-4933E1D8, ocaml-cmi(Stdlib__Sys) = 4.14.1-7726A14C, ocaml-cmi(Stdlib__Uchar) = 4.14.1-C0DDE02A, ocaml-cmi(Zarith_version) = 4.14.1-F0A8DB70, ocaml-cmt(CamlinternalFormatBasics) = 4.14.1-8F8F6345, ocaml-cmt(Stdlib) = 4.14.1-79B0E9D3, ocaml-cmt(Stdlib__Buffer) = 4.14.1-4B09C9A6, ocaml-cmt(Stdlib__Either) = 4.14.1-26845DF2, ocaml-cmt(Stdlib__Format) = 4.14.1-B6EDB97B, ocaml-cmt(Stdlib__Int32) = 4.14.1-A71EA523, ocaml-cmt(Stdlib__Int64) = 4.14.1-0FA5587C, ocaml-cmt(Stdlib__Nativeint) = 4.14.1-989149BF, ocaml-cmt(Stdlib__Random) = 4.14.1-81E43BAB, ocaml-cmt(Stdlib__Seq) = 4.14.1-B6351103, ocaml-cmt(Stdlib__Uchar) = 4.14.1-C0DDE02A, ocaml-cmx(Stdlib) = 4.14.1-29FC6B4F, ocaml-cmx(Stdlib__Buffer) = 4.14.1-7F0DC044, ocaml-cmx(Stdlib__Bytes) = 4.14.1-1336F50A, ocaml-cmx(Stdlib__Callback) = 4.14.1-FC67ABCD, ocaml-cmx(Stdlib__Format) = 4.14.1-2591B0ED, ocaml-cmx(Stdlib__Int64) = 4.14.1-371B7614, ocaml-cmx(Stdlib__Nativeint) = 4.14.1-1BDB09A3, ocaml-cmx(Stdlib__Random) = 4.14.1-F9681205, ocaml-cmx(Stdlib__String) = 4.14.1-3F1AAD95, ocaml-cmx(Stdlib__Sys) = 4.14.1-B4BF5589 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qSDmBY Processing files: ocaml-zarith-debuginfo-1.13-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lMj0OU find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YGHFIo find-requires: running scripts (debuginfo) Requires: ocaml-zarith = 1.13-alt1, 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 2 extra deps from ocaml-zarith-devel due to dependency on ocaml-zarith Removing 17 extra deps from ocaml-zarith-devel due to repentancy on ocaml-zarith Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-zarith-1.13-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-zarith-devel-1.13-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-zarith-debuginfo-1.13-alt1.x86_64.rpm (w2.lzdio) 5.27user 2.36system 0:13.59elapsed 56%CPU (0avgtext+0avgdata 63828maxresident)k 0inputs+0outputs (0major+515920minor)pagefaults 0swaps 4.89user 2.89system 0:33.09elapsed 23%CPU (0avgtext+0avgdata 135612maxresident)k 0inputs+0outputs (0major+270951minor)pagefaults 0swaps --- ocaml-zarith-1.13-alt1.x86_64.rpm.repo 2023-11-30 15:53:32.000000000 +0000 +++ ocaml-zarith-1.13-alt1.x86_64.rpm.hasher 2024-05-04 03:17:49.526886114 +0000 @@ -78,3 +78,3 @@ File: /usr/lib64/ocaml/stublibs 40755 root:root -File: /usr/lib64/ocaml/stublibs/dllzarith.so 100644 root:root c6567ac3282856979e0a2e39ed6bda21 +File: /usr/lib64/ocaml/stublibs/dllzarith.so 100644 root:root 5617df9eab881152c9f61aae918f1e19 File: /usr/lib64/ocaml/stublibs/dllzarith.so.owner 100644 root:root 07848ecd0fd1d8d453f783c13ce364bd @@ -86,3 +86,3 @@ File: /usr/lib64/ocaml/zarith/zarith.cma 100644 root:root 7a049529025e2de8cbc3190d5e9184ed -File: /usr/lib64/ocaml/zarith/zarith.cmxs 100644 root:root e5d3c5c8f2c3bb9fbf10b0d909d73f09 +File: /usr/lib64/ocaml/zarith/zarith.cmxs 100644 root:root 65e629021a1e1d53796b9e885080d452 File: /usr/lib64/ocaml/zarith/zarith_top.cma 100644 root:root d352fdb606090ca3817e133774da9e91 @@ -90,2 +90,2 @@ File: /usr/share/doc/ocaml-zarith-1.13/Changes 100644 root:root ca73ec99f94b4e9392f3e91345b78ab0 -RPMIdentity: c37d65a7bc0a149778dc3b7e92f76505ec4b2e7f450c793470d63a1d8adb3556460eb8dc09eb17e4b94c9db871357cb869cfba10119548f419f7804b1c8bc9f2 +RPMIdentity: 10811ad64bdadf06837f608e2525143d45b6afb30af526d597e06e01806a7b6e8a8d40948b9a624691e4c7cf529abd6397ad460419fc07d503003e5bd3b70232 --- ocaml-zarith-debuginfo-1.13-alt1.x86_64.rpm.repo 2023-11-30 15:53:32.000000000 +0000 +++ ocaml-zarith-debuginfo-1.13-alt1.x86_64.rpm.hasher 2024-05-04 03:17:49.610887844 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/86 40755 root:root -/usr/lib/debug/.build-id/86/39db80d68703452f79a7f96029b633abd2962e 120777 root:root ../../../../lib64/ocaml/stublibs/dllzarith.so -/usr/lib/debug/.build-id/86/39db80d68703452f79a7f96029b633abd2962e.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllzarith.so.debug -/usr/lib/debug/.build-id/fc 40755 root:root -/usr/lib/debug/.build-id/fc/b0c70a7c406d80b976875d529589977a5cde1b 120777 root:root ../../../../lib64/ocaml/zarith/zarith.cmxs -/usr/lib/debug/.build-id/fc/b0c70a7c406d80b976875d529589977a5cde1b.debug 120777 root:root ../../usr/lib64/ocaml/zarith/zarith.cmxs.debug +/usr/lib/debug/.build-id/67 40755 root:root +/usr/lib/debug/.build-id/67/bfad493a8e8f75f251ba953a93fa2585ef865a 120777 root:root ../../../../lib64/ocaml/zarith/zarith.cmxs +/usr/lib/debug/.build-id/67/bfad493a8e8f75f251ba953a93fa2585ef865a.debug 120777 root:root ../../usr/lib64/ocaml/zarith/zarith.cmxs.debug +/usr/lib/debug/.build-id/91 40755 root:root +/usr/lib/debug/.build-id/91/51b9badc06f97a850fa4630663ffb8169ed490 120777 root:root ../../../../lib64/ocaml/stublibs/dllzarith.so +/usr/lib/debug/.build-id/91/51b9badc06f97a850fa4630663ffb8169ed490.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllzarith.so.debug /usr/lib/debug/usr/lib64/ocaml 40755 root:root @@ -21,13 +21,13 @@ Provides: ocaml-zarith-debuginfo = 1.13-alt1:sisyphus+333652.12640.29.2 -File: /usr/lib/debug/.build-id/86 40755 root:root -File: /usr/lib/debug/.build-id/86/39db80d68703452f79a7f96029b633abd2962e 120777 root:root ../../../../lib64/ocaml/stublibs/dllzarith.so -File: /usr/lib/debug/.build-id/86/39db80d68703452f79a7f96029b633abd2962e.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllzarith.so.debug -File: /usr/lib/debug/.build-id/fc 40755 root:root -File: /usr/lib/debug/.build-id/fc/b0c70a7c406d80b976875d529589977a5cde1b 120777 root:root ../../../../lib64/ocaml/zarith/zarith.cmxs -File: /usr/lib/debug/.build-id/fc/b0c70a7c406d80b976875d529589977a5cde1b.debug 120777 root:root ../../usr/lib64/ocaml/zarith/zarith.cmxs.debug +File: /usr/lib/debug/.build-id/67 40755 root:root +File: /usr/lib/debug/.build-id/67/bfad493a8e8f75f251ba953a93fa2585ef865a 120777 root:root ../../../../lib64/ocaml/zarith/zarith.cmxs +File: /usr/lib/debug/.build-id/67/bfad493a8e8f75f251ba953a93fa2585ef865a.debug 120777 root:root ../../usr/lib64/ocaml/zarith/zarith.cmxs.debug +File: /usr/lib/debug/.build-id/91 40755 root:root +File: /usr/lib/debug/.build-id/91/51b9badc06f97a850fa4630663ffb8169ed490 120777 root:root ../../../../lib64/ocaml/stublibs/dllzarith.so +File: /usr/lib/debug/.build-id/91/51b9badc06f97a850fa4630663ffb8169ed490.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 d81cab4db8508280cb54dd30b3e9ec46 +File: /usr/lib/debug/usr/lib64/ocaml/stublibs/dllzarith.so.debug 100644 root:root c7ada3b671c1a2cdacc0637e70c31a98 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 05f61c426af15326e908074407220c56 +File: /usr/lib/debug/usr/lib64/ocaml/zarith/zarith.cmxs.debug 100644 root:root eaf42913c9450ffc7e4cde3af3be2fed File: /usr/src/debug/ocaml-zarith-1.13 40755 root:root @@ -37,2 +37,2 @@ File: /usr/src/debug/ocaml-zarith-1.13/z.ml 100644 root:root bd2bd62a9c88b7eea1c5b222a3037d8e -RPMIdentity: 34f7cab1afddbbcd9bf485f864149499ae9e13a14a15ea53da48633f49d3da646cf222e6d2506640e5f22cc02703300641556a8c04055bc800e7314e2a2df74d +RPMIdentity: 0a0306d3bcd0960e5d3f0d8224793699c38502218bbcaaa49aaefdd1b034a54d2e1917c0779de433bd6e6a0f2f891cf3001c1917d601445697c6d6d67179b298 --- ocaml-zarith-devel-1.13-alt1.x86_64.rpm.repo 2023-11-30 15:53:32.000000000 +0000 +++ ocaml-zarith-devel-1.13-alt1.x86_64.rpm.hasher 2024-05-04 03:17:49.675889183 +0000 @@ -76,3 +76,3 @@ File: /usr/lib64/ocaml/zarith/big_int_Z.mli 100644 root:root 90ad5fb6988c172d61d750a877ff57e3 -File: /usr/lib64/ocaml/zarith/libzarith.a 100644 root:root 1d6b598873f23869cc1dde34a99dc60a +File: /usr/lib64/ocaml/zarith/libzarith.a 100644 root:root 50939de295aa84eed4df71ebb081da94 File: /usr/lib64/ocaml/zarith/q.cmti 100644 root:root fbcb106e1249d2e2815255a7632e51bd @@ -110,2 +110,2 @@ File: /usr/share/doc/ocaml-zarith-devel-1.13/html/type_Z.html 100644 root:root 906d737edff6862061cabca78b8930d6 -RPMIdentity: edd36a38dc51ee085f7df52e2a8aba8420a6c8029471a0774e6be6b36f9ffb02d7082f26eb6b01b6e5466a1c20842880a4ad7f62fd9bfa56b81bc43bebd98936 +RPMIdentity: 7e1a785e64c78cd9597a947a177b70b7d86b26111dd65c9021d488b3cefbfdcf7500058559f5357daa5a92069985b948cd95f61cfafc4c9be907b2452db8c733