D: [iurt_root_command] chroot
Installing /home/iurt/rpmbuild/SRPMS/ocaml-zarith-1.9.1-4.mga8.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.SUgFR6
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf Zarith-release-1.9.1
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/release-1.9.1.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd Zarith-release-1.9.1
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ sed -i 's|^ccdef='\'''\''|ccdef='\''-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'\''|' configure
+ sed -ri 's/(-ccopt|-shared|-failsafe)/-g &/' project.mak
+ sed -i 's/+compiler-libs/& -g/;s/\($(OCAMLC)\) -o/\1 -g -o/' project.mak
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.slJSO3
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Zarith-release-1.9.1
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ export CC=gcc
+ CC=gcc
+ ./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 ar: found in /usr/bin
binary perl: found in /usr/bin
binary gcc: found in /usr/bin
binary ocamlopt: found in /usr/bin
checking compilation with gcc : 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 /usr/bin
include gmp.h: found
library gmp: found
OCaml extended comparison supported
OCaml new hash functions available
OCaml supports -bin-annot to produce documentation

detected configuration:

  native-code:          yes
  dynamic linking:      yes
  asm path:             x86_64
  defines:              -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables
  libraries:             -lgmp
  C options:            
  asm options           
  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
./z_pp.pl x86_64
Name "main::extra" used only once: possible typo at ./z_pp.pl line 29.
found assembly file caml_z_x86_64.S
  found abs
  found add
  found div
  found divexact
  found logand
  found lognot
  found logor
  found logxor
  found mul
  found neg
  found pred
  found rem
  found shift_left
  found shift_right
  found sub
  found succ
ocamldep -native  z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
ocamlc -I +compiler-libs -g -bin-annot  -c z.mli
ocamlc -I +compiler-libs -g -bin-annot  -c z.ml
ocamlc -I +compiler-libs -g -bin-annot  -c q.mli
ocamlc -I +compiler-libs -g -bin-annot  -c q.ml
ocamlc -I +compiler-libs -g -bin-annot  -c big_int_Z.mli
ocamlc -I +compiler-libs -g -bin-annot  -c big_int_Z.ml
ocamlmklib -g -failsafe -o zarith z.cmo q.cmo big_int_Z.cmo -lgmp
gcc -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables    -c -o caml_z_x86_64.o caml_z_x86_64.S
ocamlc -g -ccopt "-I/usr/lib64/ocaml  -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables " -c caml_z.c
In file included from zarith.h:29,
                 from caml_z.c:39:
caml_z.c: In function 'ml_z_of_substring_base':
/usr/lib64/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  265 | #define String_val(x) ((const char *) Bp_val(x))
      |                       ^
caml_z.c:585:13: note: in expansion of macro 'String_val'
  585 |   char *d = String_val(v) + ofs;
      |             ^~~~~~~~~~
caml_z.c: In function 'ml_z_format':
/usr/lib64/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  265 | #define String_val(x) ((const char *) Bp_val(x))
      |                       ^
caml_z.c:781:15: note: in expansion of macro 'String_val'
  781 |   char* fmt = String_val(f);
      |               ^~~~~~~~~~
ocamlmklib -g -failsafe -o zarith caml_z_x86_64.o caml_z.o -lgmp
ocamlc -I +compiler-libs -g -bin-annot  -c zarith_top.ml
ocamlc -g -o zarith_top.cma -a zarith_top.cmo
ocamlopt -I +compiler-libs -g  -c z.ml
ocamlopt -I +compiler-libs -g  -c q.ml
ocamlopt -I +compiler-libs -g  -c big_int_Z.ml
ocamlmklib -g -failsafe -o zarith z.cmx q.cmx big_int_Z.cmx -lgmp
ocamlopt -g -shared -o zarith.cmxs -I . zarith.cmxa -linkall
+ make doc
mkdir -p html
ocamldoc -html -d html -charset utf8 z.mli q.mli big_int_Z.mli
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7DgTG6
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64
++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64
+ cd Zarith-release-1.9.1
+ '[' 1 -eq 1 ']'
+ export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64
+ DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64
+ export OCAMLFIND_LDCONF=ignore
+ OCAMLFIND_LDCONF=ignore
+ export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml
+ OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/stublibs
+ make install INSTALLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml
ocamlfind install -destdir "/home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml" zarith META zarith.h zarith.cma libzarith.a z.mli q.mli big_int_Z.mli z.cmi q.cmi big_int_Z.cmi zarith_top.cma zarith.a zarith.cmxa z.cmx q.cmx big_int_Z.cmx zarith.cmxs z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/big_int_Z.cmti
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/q.cmti
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/z.cmti
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/zarith.cmxs
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/big_int_Z.cmx
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/q.cmx
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/z.cmx
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/zarith.cmxa
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/zarith.a
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/zarith_top.cma
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/big_int_Z.cmi
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/q.cmi
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/z.cmi
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/big_int_Z.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/q.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/z.mli
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/libzarith.a
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/zarith.cma
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/zarith.h
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/stublibs/dllzarith.so
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/stublibs/dllzarith.so.owner
Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/META
+ /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 1.9.1-4.mga8 --unique-debug-suffix -1.9.1-4.mga8.x86_64 --unique-debug-src-base ocaml-zarith-1.9.1-4.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Zarith-release-1.9.1

explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/zarith.cmxs
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/stublibs/dllzarith.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/zarith/zarith.cmxs
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/lib64/ocaml/stublibs/dllzarith.so
original debug info size: 412kB, size after compression: 408kB
/usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match.
cpio: stdlib.ml: Cannot stat: No such file or directory
cpio: string.ml: Cannot stat: No such file or directory
217 blocks
+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: ocaml-zarith-1.9.1-4.mga8.x86_64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1Fsre3
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Zarith-release-1.9.1
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/share/doc/ocaml-zarith
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/share/doc/ocaml-zarith
+ cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/share/doc/ocaml-zarith
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.P4zbh7
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Zarith-release-1.9.1
+ LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/share/licenses/ocaml-zarith
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/share/licenses/ocaml-zarith
+ cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/share/licenses/ocaml-zarith
+ RPM_EC=0
++ jobs -p
+ exit 0
BFD library unavailable, cannot print info on .cmxs files
BFD library unavailable, cannot print info on .cmxs files
Provides: ocaml(Big_int_Z) = fcb482d29cb5d8e568fc2f4f22a7309f ocaml(Q) = 3cadae05bfd63c15c868c18e8ffd5eb7 ocaml(Z) = 86f26e9405bfebf07d145852db71a09d ocaml(Zarith_top) = 9f2a8ee2522bb12daaa46ad07e06709e ocaml-zarith = 1.9.1-4.mga8 ocaml-zarith(x86-64) = 1.9.1-4.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgmp.so.10()(64bit) ocaml(Asttypes) = 37a9cc947318dfe611fc2d1071c7553b ocaml(Build_path_prefix_map) = 1febf1d08c880196a43333d75316fa54 ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(CamlinternalLazy) = 4dbf494440e1d7857c9e9f8079808cd4 ocaml(Cmi_format) = 6e310e5b3cf58843e1d2c40a15dc6ba0 ocaml(Env) = c2705a4921e01e6bcf0ba4d7bd0fbff8 ocaml(Ident) = d473a71750058ff722f73eaa4ffe1b0f ocaml(Identifiable) = 9aba059d5e38e4b5011c7dd5bd44b4c8 ocaml(Load_path) = 68cce09db56b08817da293b10892ff6d ocaml(Location) = d85148a19964e6faabcc4fbeb06482be ocaml(Longident) = 6105d99fc70e5d7a3a84628a4bf958e2 ocaml(Misc) = 54b7217c34f2f503fafbe796c91eaed6 ocaml(Outcometree) = e9b595e0fbbd8b97790827b9c5ba16f1 ocaml(Parsetree) = 43885fd24794ef1f196e6442ccec3d76 ocaml(Path) = 35b5bd26bf0da5892160312570cc6fad ocaml(Primitive) = 61741ce8bb40d4f5bfb9acd55ebf02ba ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__digest) = 60c60a8f614ee08eec5a2f5a733a870e ocaml(Stdlib__format) = 06b0893cb3ef937aa19861955f132018 ocaml(Stdlib__hashtbl) = ae8edb4e1fa8a825285031ff0efc80c8 ocaml(Stdlib__int32) = aa83c6f44c2474e5227a6c8f103e87cf ocaml(Stdlib__int64) = 4214fced4b9c03c07eae7c7eb29450c4 ocaml(Stdlib__lazy) = fc2e64496010f839ea977622a4ebeafc ocaml(Stdlib__lexing) = af4fe7604d37ed7010a342d5a704e3c5 ocaml(Stdlib__list) = 13989ef6fbcb7235b257d3df9a80253a ocaml(Stdlib__map) = a82b95a7a6d7947a4127a1eccd24d8b1 ocaml(Stdlib__obj) = 4f27fde74c713270e337272301a906e6 ocaml(Stdlib__printf) = 908ae2bf186b4ad7c88e5443c57d73af ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__set) = 2fa5bbe7cee6e11d5da34daaf89e1dbf ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3 ocaml(Subst) = 861993380a79caa24741d87a50d2127f ocaml(Toploop) = 6682718d3b7f119d438c0924331bf005 ocaml(Type_immediacy) = b39a790457fa0a5ae4ae1dfc12fb2a4c ocaml(Types) = 97aaa8f3b4e9dc8f55109cb264c641aa ocaml(Warnings) = b63e4955f5a1b2cfb018bb73b5c0ebde ocaml(Z) = 86f26e9405bfebf07d145852db71a09d
Processing files: ocaml-zarith-devel-1.9.1-4.mga8.x86_64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.BN8bC7
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Zarith-release-1.9.1
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/share/doc/ocaml-zarith-devel
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/share/doc/ocaml-zarith-devel
+ cp -pr html/ /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64/usr/share/doc/ocaml-zarith-devel
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: ocaml(Big_int_Z) = fcb482d29cb5d8e568fc2f4f22a7309f ocaml(Q) = 3cadae05bfd63c15c868c18e8ffd5eb7 ocaml(Z) = 86f26e9405bfebf07d145852db71a09d ocaml-zarith-devel = 1.9.1-4.mga8 ocaml-zarith-devel(x86-64) = 1.9.1-4.mga8 ocamlx(Big_int_Z) = 1e0dc358544a6481ba2a10e4d5c2a5fc ocamlx(Q) = 380b5463b42b179fdf69ecc79b86bd14 ocamlx(Z) = ec555c299aae5c588dd65306beb24133
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__format) = 06b0893cb3ef937aa19861955f132018 ocaml(Stdlib__int32) = aa83c6f44c2474e5227a6c8f103e87cf ocaml(Stdlib__int64) = 4214fced4b9c03c07eae7c7eb29450c4 ocaml(Stdlib__obj) = 4f27fde74c713270e337272301a906e6 ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3 ocaml(Z) = 86f26e9405bfebf07d145852db71a09d ocamlx(Stdlib) = 6b88613cf2b6620d6f11cd8a342880fc ocamlx(Stdlib__buffer) = 5a4eb38b27225067d0fbce3397ab57fa ocamlx(Stdlib__callback) = 6f6b40fcf5f20c4ef361f7a516fc4327 ocamlx(Stdlib__format) = 640a01647329f0a32f48a8a90a89014f ocamlx(Stdlib__int64) = 245f7406b24fc324c213f37aeb9bd563 ocamlx(Stdlib__string) = c268f14a681ed6708f8a9cb396a73317 ocamlx(Z) = ec555c299aae5c588dd65306beb24133
Processing files: ocaml-zarith-debugsource-1.9.1-4.mga8.x86_64
Provides: ocaml-zarith-debugsource = 1.9.1-4.mga8 ocaml-zarith-debugsource(x86-64) = 1.9.1-4.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: ocaml-zarith-debuginfo-1.9.1-4.mga8.x86_64
Provides: debuginfo(build-id) = 0dacf50af14fa06220471a41ffa8e76cbae22c35 debuginfo(build-id) = dc267b8648a40482e7b804aced354fa1674178b3 ocaml-zarith-debuginfo = 1.9.1-4.mga8 ocaml-zarith-debuginfo(x86-64) = 1.9.1-4.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: ocaml-zarith-debugsource(x86-64) = 1.9.1-4.mga8
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-zarith-debugsource-1.9.1-4.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-zarith-debuginfo-1.9.1-4.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-zarith-1.9.1-4.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-zarith-devel-1.9.1-4.mga8.x86_64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HAeUc3
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Zarith-release-1.9.1
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.x86_64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.iNOGC6
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf Zarith-release-1.9.1
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!