D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/ocaml-ogg-0.5.2-8.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.XMZjlN + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-ogg-0.5.2 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ocaml-ogg-0.5.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-ogg-0.5.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/debug.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gomvUK + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-ogg-0.5.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ./configure configuring ocaml-ogg 0.5.2 checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking build system type... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for ar... ar checking for ocamlc... ocamlc OCaml version is 4.10.0 checking if ocaml compiler supports first-class modules... yes OCaml library path is /usr/lib64/ocaml checking for ocamlopt... ocamlopt checking for ocamlc.opt... ocamlc.opt checking for ocamlopt.opt... ocamlopt.opt checking for ocaml... ocaml checking for ocamldep... ocamldep checking for ocamldep.opt... ocamldep.opt checking for ocamlmktop... ocamlmktop checking for ocamlmklib... ocamlmklib checking for ocamldoc... ocamldoc checking for ocamldoc.opt... ocamldoc.opt checking for ocamlbuild... no checking for camlidl... no checking for ocamllex... ocamllex checking for ocamllex.opt... ocamllex.opt checking for ocamlyacc... ocamlyacc checking for camlp4... no checking for camlp4boot... no checking for camlp4o... no checking for camlp4of... no checking for camlp4oof... no checking for camlp4orf... no checking for camlp4prof... no checking for camlp4r... no checking for camlp4rf... no checking for ocamlfind... ocamlfind checking for ocaml standard library path... /usr/lib64/ocaml checking for caml/threads.h... yes checking for gcc option to produce PIC... -fPIC checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether pkg-config knows about ogg... ok checking for ogg_stream_pageout_fill in -logg... yes checking for ocaml bytes module... ok configure: creating ./config.status config.status: creating Makefile config.status: creating src/META config.status: creating src/Makefile + make make -C src all make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-ogg-0.5.2/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-ogg-0.5.2/src' ocamldep.opt ogg_demuxer.mli > ._bcdi/ogg_demuxer.di ocamldep.opt ogg.mli > ._bcdi/ogg.di ocamldep.opt ogg_demuxer.ml > ._d/ogg_demuxer.d ocamldep.opt ogg.ml > ._d/ogg.d ocamlc.opt -g -c -cc "gcc" -ccopt "-fPIC -DHAVE_PAGEOUT_FILL -Wall -DCAML_NAME_SPACE \ -DPIC -fPIC \ -I/usr/lib64/ocaml/bytes -o ogg_stubs.o " ogg_stubs.c In file included from /usr/lib64/ocaml/caml/alloc.h:24, from ogg_stubs.c:35: ogg_stubs.c: In function 'value_of_page': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ ogg_stubs.c:59:10: note: in expansion of macro 'String_val' 59 | memcpy(String_val(header),op->header,op->header_len); | ^~~~~~~~~~ In file included from ogg_stubs.c:46: /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, | ~~~~~~~~~~~~~~~~~^~~~~~ In file included from /usr/lib64/ocaml/caml/alloc.h:24, from ogg_stubs.c:35: /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ ogg_stubs.c:62:10: note: in expansion of macro 'String_val' 62 | memcpy(String_val(body),op->body,op->body_len); | ^~~~~~~~~~ In file included from ogg_stubs.c:46: /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, | ~~~~~~~~~~~~~~~~~^~~~~~ ar rcs libogg_stubs.a ogg_stubs.o ocamlc.opt -g -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /usr/lib64/ocaml/bytes ogg.mli ocamlc.opt -g -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /usr/lib64/ocaml/bytes ogg.ml ocamlc.opt -g -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /usr/lib64/ocaml/bytes ogg_demuxer.mli ocamlc.opt -g -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /usr/lib64/ocaml/bytes ogg_demuxer.ml ocamlmklib -I /usr/lib64/ocaml/bytes \ -o ogg_stubs ogg_stubs.o -logg \ ocamlc.opt -g -a -dllib dllogg_stubs.so -I /usr/lib64/ocaml/bytes -cclib -logg_stubs -cclib -logg -o ogg.cma ogg.cmo ogg_demuxer.cmo make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-ogg-0.5.2/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-ogg-0.5.2/src' ocamldep.opt -native ogg_demuxer.mli > ._ncdi/ogg_demuxer.di ocamldep.opt -native ogg.mli > ._ncdi/ogg.di make[2]: 'libogg_stubs.a' is up to date. ocamlopt.opt -g -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /usr/lib64/ocaml/bytes ogg.ml ocamlopt.opt -g -c -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /usr/lib64/ocaml/bytes ogg_demuxer.ml ocamlopt.opt -g -a -I /usr/lib64/ocaml/bytes -cclib -logg_stubs -cclib -logg -o ogg.cmxa ogg.cmx ogg_demuxer.cmx make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-ogg-0.5.2/src' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-ogg-0.5.2/src' + make doc make -C src htdoc make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-ogg-0.5.2/src' mkdir -p doc/ogg/html rm -rf doc/ogg/html/* ocamldoc.opt -html -d doc/ogg/html -stars -I /usr/lib64/ocaml/bytes ogg.mli ogg_demuxer.mli make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-ogg-0.5.2/src' mkdir -p doc rm -rf doc/html mv src/doc/ogg/html doc rm -rf src/doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.v5HPIL + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64 + cd ocaml-ogg-0.5.2 + '[' 1 -eq 1 ']' + export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64 + DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64 + export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml + export DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml/stublibs + DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml/ogg + make install make -C src install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-ogg-0.5.2/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-ogg-0.5.2/src' make[2]: 'libogg_stubs.a' is up to date. make[2]: 'ogg.cma' is up to date. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-ogg-0.5.2/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-ogg-0.5.2/src' make[2]: 'libogg_stubs.a' is up to date. make[2]: 'ogg.cmxa' is up to date. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-ogg-0.5.2/src' Installing library with ocamlfind ocamlfind install ogg META ogg.mli ogg_demuxer.mli ogg.cmi ogg_demuxer.cmi ogg.cma ogg.cmx ogg_demuxer.cmx ogg.cmxa libogg_stubs.a ogg.a dllogg_stubs.so ocaml-ogg.h Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml/ogg/ocaml-ogg.h Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml/ogg/ogg.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml/ogg/libogg_stubs.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml/ogg/ogg.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml/ogg/ogg_demuxer.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml/ogg/ogg.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml/ogg/ogg.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml/ogg/ogg_demuxer.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml/ogg/ogg.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml/ogg/ogg_demuxer.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml/ogg/ogg.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml/stublibs/dllogg_stubs.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml/stublibs/dllogg_stubs.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64//usr/lib64/ocaml/ogg/META Installation successful. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-ogg-0.5.2/src' + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.5.2-8.mga8 --unique-debug-suffix -0.5.2-8.mga8.aarch64 --unique-debug-src-base ocaml-ogg-0.5.2-8.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ocaml-ogg-0.5.2 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64/usr/lib64/ocaml/stublibs/dllogg_stubs.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64/usr/lib64/ocaml/stublibs/dllogg_stubs.so original debug info size: 52kB, size after compression: 56kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 28 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-ogg-0.5.2-8.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.yHpgGO + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-ogg-0.5.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64/usr/share/doc/ocaml-ogg + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64/usr/share/doc/ocaml-ogg + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64/usr/share/doc/ocaml-ogg + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64/usr/share/doc/ocaml-ogg + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64/usr/share/doc/ocaml-ogg + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Ogg) = 55b8c7404d1a560dd70693f915c5ddaf ocaml(Ogg_demuxer) = a459613622d3df0b64d8f837ece3c6d9 ocaml-ogg = 0.5.2-8.mga8 ocaml-ogg(aarch-64) = 0.5.2-8.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.17)(64bit) libogg.so.0()(64bit) ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Ogg) = 55b8c7404d1a560dd70693f915c5ddaf ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__array) = 9558001a029d7270458a252505f6a024 ocaml(Stdlib__bigarray) = 33ee4c2e3aa5fb2f083dd780ce492c0b ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__bytes) = 772b4012f2db40e66e9c581c84cada7e ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__complex) = 067e32179a81c1c8dbdd0a8d52b0c645 ocaml(Stdlib__hashtbl) = ae8edb4e1fa8a825285031ff0efc80c8 ocaml(Stdlib__int32) = aa83c6f44c2474e5227a6c8f103e87cf ocaml(Stdlib__int64) = 4214fced4b9c03c07eae7c7eb29450c4 ocaml(Stdlib__list) = 13989ef6fbcb7235b257d3df9a80253a ocaml(Stdlib__nativeint) = b4e3a7a1158f02cabeb08cb0c21793e7 ocaml(Stdlib__printf) = 908ae2bf186b4ad7c88e5443c57d73af ocaml(Stdlib__random) = 85663246c4eb3a0a28aa7640de3ef2ce ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3 ocaml(Unix) = ba30fbe5ee87d3d4d5bd805af35f363b Processing files: ocaml-ogg-devel-0.5.2-8.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.3tLuPM + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-ogg-0.5.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64/usr/share/doc/ocaml-ogg-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64/usr/share/doc/ocaml-ogg-devel + cp -pr doc/html /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64/usr/share/doc/ocaml-ogg-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Ogg) = 55b8c7404d1a560dd70693f915c5ddaf ocaml(Ogg_demuxer) = a459613622d3df0b64d8f837ece3c6d9 ocaml-ogg-devel = 0.5.2-8.mga8 ocaml-ogg-devel(aarch-64) = 0.5.2-8.mga8 ocamlx(Ogg) = a6a72842d8cc820a247f681e38d9e406 ocamlx(Ogg_demuxer) = 8d35ae7cafbdde0f7b8169a56a4ff3ea Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Ogg) = 55b8c7404d1a560dd70693f915c5ddaf ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__array) = 9558001a029d7270458a252505f6a024 ocaml(Stdlib__bigarray) = 33ee4c2e3aa5fb2f083dd780ce492c0b ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__bytes) = 772b4012f2db40e66e9c581c84cada7e ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__complex) = 067e32179a81c1c8dbdd0a8d52b0c645 ocaml(Stdlib__hashtbl) = ae8edb4e1fa8a825285031ff0efc80c8 ocaml(Stdlib__int32) = aa83c6f44c2474e5227a6c8f103e87cf ocaml(Stdlib__int64) = 4214fced4b9c03c07eae7c7eb29450c4 ocaml(Stdlib__list) = 13989ef6fbcb7235b257d3df9a80253a ocaml(Stdlib__nativeint) = b4e3a7a1158f02cabeb08cb0c21793e7 ocaml(Stdlib__printf) = 908ae2bf186b4ad7c88e5443c57d73af ocaml(Stdlib__random) = 85663246c4eb3a0a28aa7640de3ef2ce ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3 ocaml(Unix) = ba30fbe5ee87d3d4d5bd805af35f363b ocamlx(Ogg) = a6a72842d8cc820a247f681e38d9e406 ocamlx(Stdlib) = 6b88613cf2b6620d6f11cd8a342880fc ocamlx(Stdlib__bytes) = 6f160e4554ac4fc65dcb567dac770c1b ocamlx(Stdlib__callback) = 6f6b40fcf5f20c4ef361f7a516fc4327 ocamlx(Stdlib__hashtbl) = 1f15ad224dfe918b6a17c157f0f5836e ocamlx(Stdlib__int32) = be315a06dd915963aef90cd481c312ac ocamlx(Stdlib__int64) = 245f7406b24fc324c213f37aeb9bd563 ocamlx(Stdlib__list) = e3a5f633b69d62d35929d9e3f6c26a20 ocamlx(Stdlib__printf) = 19b790b69e71cc8a18d06eb2330f9df4 ocamlx(Stdlib__random) = f020b2b5cbd6298e4259d8f07989b898 ocamlx(Unix) = ba030e73c9a8a296035219290541184c Processing files: ocaml-ogg-debugsource-0.5.2-8.mga8.aarch64 Provides: ocaml-ogg-debugsource = 0.5.2-8.mga8 ocaml-ogg-debugsource(aarch-64) = 0.5.2-8.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-ogg-debuginfo-0.5.2-8.mga8.aarch64 Provides: debuginfo(build-id) = 29a49f77c3dc4597424425465a1f201374c7a581 ocaml-ogg-debuginfo = 0.5.2-8.mga8 ocaml-ogg-debuginfo(aarch-64) = 0.5.2-8.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-ogg-debugsource(aarch-64) = 0.5.2-8.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-ogg-debuginfo-0.5.2-8.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-ogg-debugsource-0.5.2-8.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-ogg-0.5.2-8.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-ogg-devel-0.5.2-8.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.zZtWFO + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-ogg-0.5.2 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-ogg-0.5.2-8.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ZTc55L + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-ogg-0.5.2 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!