D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/ocaml-zarith-1.9.1-4.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.atj2Va + 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.D6TR08 + 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 ./configure: unable to guess system type This script, last modified 2010-09-24, has failed to recognize the operating system you are using. It is advised that you download the most up to date version of the config scripts from http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD and http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD If the version you run (./configure) is already up to date, please send the following data and any information you think might be pertinent to in order to provide the needed information to handle your system. config.guess timestamp = 2010-09-24 uname -m = aarch64 uname -r = 5.7.19-server-3.mga7 uname -s = Linux uname -v = #1 SMP PREEMPT Sun Oct 18 16:03:27 UTC 2020 /usr/bin/uname -p = aarch64 /bin/uname -X = hostinfo = /bin/universe = /usr/bin/arch -k = /bin/arch = aarch64 /usr/bin/oslevel = /usr/convex/getsysinfo = UNAME_MACHINE = aarch64 UNAME_RELEASE = 5.7.19-server-3.mga7 UNAME_SYSTEM = Linux UNAME_VERSION = #1 SMP PREEMPT Sun Oct 18 16:03:27 UTC 2020 unknown host 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: none defines: -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -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 none Name "main::extra" used only once: possible typo at ./z_pp.pl line 29. 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 ocamlc -g -ccopt "-I/usr/lib64/ocaml -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -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.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.uOx3F9 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64 + cd Zarith-release-1.9.1 + '[' 1 -eq 1 ']' + export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64 + DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64 + export OCAMLFIND_LDCONF=ignore + OCAMLFIND_LDCONF=ignore + export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/stublibs + make install INSTALLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml ocamlfind install -destdir "/home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/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.aarch64/usr/lib64/ocaml/zarith/big_int_Z.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/q.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/z.cmti Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/zarith.cmxs Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/big_int_Z.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/q.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/z.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/zarith.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/zarith.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/zarith_top.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/big_int_Z.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/q.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/z.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/big_int_Z.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/q.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/z.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/libzarith.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/zarith.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/zarith.h Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/stublibs/dllzarith.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/stublibs/dllzarith.so.owner Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/META + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.9.1-4.mga8 --unique-debug-suffix -1.9.1-4.mga8.aarch64 --unique-debug-src-base ocaml-zarith-1.9.1-4.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -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.aarch64/usr/lib64/ocaml/stublibs/dllzarith.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/stublibs/dllzarith.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/zarith.cmxs extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/lib64/ocaml/zarith/zarith.cmxs original debug info size: 424kB, size after compression: 416kB /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 200 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.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.nUSoA9 + 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.aarch64/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.aarch64/usr/share/doc/ocaml-zarith + cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/share/doc/ocaml-zarith + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.H2scC7 + 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.aarch64/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.aarch64/usr/share/licenses/ocaml-zarith + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/share/licenses/ocaml-zarith + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Big_int_Z) = fcb482d29cb5d8e568fc2f4f22a7309f ocaml(Q) = 3cadae05bfd63c15c868c18e8ffd5eb7 ocaml(Z) = 962ff276ad9120d412fcf96664054cbf ocaml(Zarith_top) = 9f2a8ee2522bb12daaa46ad07e06709e ocaml-zarith = 1.9.1-4.mga8 ocaml-zarith(aarch-64) = 1.9.1-4.mga8 ocamlx(Big_int_Z) = 3999ef2c0e1122e5650a8d73c665be59 ocamlx(Q) = e586742d67ee5b4f9a7c4a7ab32c4a8e ocamlx(Z) = 16108d14bc78b5446196a175cf19c5ff 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.17)(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) = 962ff276ad9120d412fcf96664054cbf 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) = 16108d14bc78b5446196a175cf19c5ff Processing files: ocaml-zarith-devel-1.9.1-4.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.mcyxy7 + 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.aarch64/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.aarch64/usr/share/doc/ocaml-zarith-devel + cp -pr html/ /home/iurt/rpmbuild/BUILDROOT/ocaml-zarith-1.9.1-4.mga8.aarch64/usr/share/doc/ocaml-zarith-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Big_int_Z) = fcb482d29cb5d8e568fc2f4f22a7309f ocaml(Q) = 3cadae05bfd63c15c868c18e8ffd5eb7 ocaml(Z) = 962ff276ad9120d412fcf96664054cbf ocaml-zarith-devel = 1.9.1-4.mga8 ocaml-zarith-devel(aarch-64) = 1.9.1-4.mga8 ocamlx(Big_int_Z) = 3999ef2c0e1122e5650a8d73c665be59 ocamlx(Q) = e586742d67ee5b4f9a7c4a7ab32c4a8e ocamlx(Z) = 16108d14bc78b5446196a175cf19c5ff 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) = 962ff276ad9120d412fcf96664054cbf 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) = 16108d14bc78b5446196a175cf19c5ff Processing files: ocaml-zarith-debugsource-1.9.1-4.mga8.aarch64 Provides: ocaml-zarith-debugsource = 1.9.1-4.mga8 ocaml-zarith-debugsource(aarch-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.aarch64 Provides: debuginfo(build-id) = 2523c675ccf21953c9600efe844972bca185af81 debuginfo(build-id) = a4a524636dc4de603f490d39d56fe74807a73982 ocaml-zarith-debuginfo = 1.9.1-4.mga8 ocaml-zarith-debuginfo(aarch-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(aarch-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.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-zarith-debugsource-1.9.1-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-zarith-debuginfo-1.9.1-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-zarith-1.9.1-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-zarith-devel-1.9.1-4.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.aFb7T9 + 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.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.t2c9db + 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!