D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/ocaml-theora-0.3.1-8.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6VWsJV + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-theora-0.3.1 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ocaml-theora-0.3.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-theora-0.3.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7Silua + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-theora-0.3.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ./configure configuring ocaml-theora 0.3.1 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 that calling user is not root... ok 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.12.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... no 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 theoradec... ok checking whether pkg-config knows about theoraenc... ok checking for ocaml-ogg... ok configure: creating ./config.status config.status: creating Makefile config.status: creating src/META config.status: creating src/Makefile + make all make -C src all make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-theora-0.3.1/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-theora-0.3.1/src' ocamldep.opt ogg_demuxer_theora_decoder.mli > ._bcdi/ogg_demuxer_theora_decoder.di ocamldep.opt theora.mli > ._bcdi/theora.di ocamldep.opt ogg_demuxer_theora_decoder.ml > ._d/ogg_demuxer_theora_decoder.d ocamldep.opt theora.ml > ._d/theora.d ocamlc.opt -c -cc "gcc" -ccopt "-fPIC -g -O2 -Wall -DCAML_NAME_SPACE \ -DPIC -fPIC \ -I/usr/lib64/ocaml/ogg -o theora_stubs.o " theora_stubs.c theora_stubs.c:355: warning: "Some_val" redefined 355 | #define Some_val(v) Field(v,0) | In file included from /usr/lib64/ocaml/caml/alloc.h:24, from theora_stubs.c:21: /usr/lib64/ocaml/caml/mlvalues.h:396: note: this is the location of the previous definition 396 | #define Some_val(v) Field(v, 0) | theora_stubs.c: In function 'ocaml_theora_encode_init': /usr/lib64/ocaml/caml/mlvalues.h:282:24: warning: passing argument 2 of 'th_comment_add_tag' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ theora_stubs.c:367:36: note: in expansion of macro 'String_val' 367 | th_comment_add_tag(&state->tc, String_val(Field(Field(comments, i), 0)), String_val(Field(Field(comments, i), 1))); | ^~~~~~~~~~ In file included from /usr/include/theora/theoraenc.h:25, from theora_stubs.c:34: /usr/include/theora/codec.h:551:54: note: expected 'char *' but argument is of type 'const char *' 551 | extern void th_comment_add_tag(th_comment *_tc,char *_tag,char *_val); | ~~~~~~^~~~ In file included from /usr/lib64/ocaml/caml/alloc.h:24, from theora_stubs.c:21: /usr/lib64/ocaml/caml/mlvalues.h:282:24: warning: passing argument 3 of 'th_comment_add_tag' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ theora_stubs.c:367:78: note: in expansion of macro 'String_val' 367 | th_comment_add_tag(&state->tc, String_val(Field(Field(comments, i), 0)), String_val(Field(Field(comments, i), 1))); | ^~~~~~~~~~ In file included from /usr/include/theora/theoraenc.h:25, from theora_stubs.c:34: /usr/include/theora/codec.h:551:65: note: expected 'char *' but argument is of type 'const char *' 551 | extern void th_comment_add_tag(th_comment *_tc,char *_tag,char *_val); | ~~~~~~^~~~ In file included from /usr/lib64/ocaml/caml/alloc.h:24, from theora_stubs.c:21: theora_stubs.c: In function 'ocaml_theora_dec_headerin': /usr/lib64/ocaml/caml/mlvalues.h:282:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ theora_stubs.c:627:18: note: in expansion of macro 'String_val' 627 | memcpy(String_val(tmp),state->tc.user_comments[i],len); | ^~~~~~~~~~ In file included from theora_stubs.c:30: /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 libtheora_stubs.a theora_stubs.o ocamlc.opt -c -g -w +A@5-7@8@11@12@20-35-44-45 -I /usr/lib64/ocaml/ogg theora.mli File "theora.mli", line 32, characters 0-49: 32 | (** Library encountered invalid internal data. *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: ambiguous documentation comment File "theora.mli", line 34, characters 0-35: 34 | (** An unhandled error happened. *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: ambiguous documentation comment File "theora.mli", lines 36-39, characters 0-15: 36 | (** The decoded packet represented a dropped frame. 37 | * The player can continue to display the current frame, 38 | * as the contents of the decoded frame buffer have not 39 | * changed. *) Warning 50 [unexpected-docstring]: ambiguous documentation comment File "theora.mli", line 185, characters 2-41: 185 | (** Type for an initialized decoder. *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 50 [unexpected-docstring]: ambiguous documentation comment ocamlc.opt -c -g -w +A@5-7@8@11@12@20-35-44-45 -I /usr/lib64/ocaml/ogg theora.ml ocamlc.opt -c -g -w +A@5-7@8@11@12@20-35-44-45 -I /usr/lib64/ocaml/ogg ogg_demuxer_theora_decoder.mli ocamlc.opt -c -g -w +A@5-7@8@11@12@20-35-44-45 -I /usr/lib64/ocaml/ogg ogg_demuxer_theora_decoder.ml ocamlmklib -I /usr/lib64/ocaml/ogg \ -o theora_stubs theora_stubs.o -ltheoradec -logg -ltheoraenc -ltheoradec -logg \ ocamlc.opt -a -dllib dlltheora_stubs.so -I /usr/lib64/ocaml/ogg \ -cclib -ltheora_stubs -cclib -ltheoradec -cclib -logg -cclib -ltheoraenc -cclib -ltheoradec -cclib -logg -o theora.cma theora.cmo ogg_demuxer_theora_decoder.cmo make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-theora-0.3.1/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-theora-0.3.1/src' ocamldep.opt -native ogg_demuxer_theora_decoder.mli > ._ncdi/ogg_demuxer_theora_decoder.di ocamldep.opt -native theora.mli > ._ncdi/theora.di make[2]: 'libtheora_stubs.a' is up to date. ocamlopt.opt -c -g -w +A@5-7@8@11@12@20-35-44-45 -I /usr/lib64/ocaml/ogg theora.ml ocamlopt.opt -c -g -w +A@5-7@8@11@12@20-35-44-45 -I /usr/lib64/ocaml/ogg ogg_demuxer_theora_decoder.ml ocamlopt.opt -a -I /usr/lib64/ocaml/ogg -cclib -ltheora_stubs -cclib -ltheoradec -cclib -logg -cclib -ltheoraenc -cclib -ltheoradec -cclib -logg \ -o theora.cmxa theora.cmx ogg_demuxer_theora_decoder.cmx make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-theora-0.3.1/src' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-theora-0.3.1/src' + make doc make -C src htdoc make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-theora-0.3.1/src' rm -rf doc/theora/html mkdir -p doc/theora/html ocamldoc.opt -html -d doc/theora/html -stars -I /usr/lib64/ocaml/ogg theora.mli ogg_demuxer_theora_decoder.mli make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-theora-0.3.1/src' mkdir -p doc rm -rf doc/html mv src/doc/theora/html doc rm -rf src/doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.E6uCwQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64 + cd ocaml-theora-0.3.1 + '[' 1 -eq 1 ']' + export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64 + DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64 + export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64//usr/lib64/ocaml + export DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64//usr/lib64/ocaml/stublibs + DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64//usr/lib64/ocaml/theora + make install make -C src install make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-theora-0.3.1/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-theora-0.3.1/src' make[2]: 'libtheora_stubs.a' is up to date. make[2]: 'theora.cma' is up to date. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-theora-0.3.1/src' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/ocaml-theora-0.3.1/src' make[2]: 'libtheora_stubs.a' is up to date. make[2]: 'theora.cmxa' is up to date. make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-theora-0.3.1/src' Installing library with ocamlfind ocamlfind install theora META ogg_demuxer_theora_decoder.mli theora.mli ogg_demuxer_theora_decoder.cmi theora.cmi theora.cma theora.cmxa ogg_demuxer_theora_decoder.cmx theora.cmx libtheora_stubs.a theora.a dlltheora_stubs.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64//usr/lib64/ocaml/theora/theora.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64//usr/lib64/ocaml/theora/libtheora_stubs.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64//usr/lib64/ocaml/theora/theora.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64//usr/lib64/ocaml/theora/ogg_demuxer_theora_decoder.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64//usr/lib64/ocaml/theora/theora.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64//usr/lib64/ocaml/theora/theora.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64//usr/lib64/ocaml/theora/theora.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64//usr/lib64/ocaml/theora/ogg_demuxer_theora_decoder.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64//usr/lib64/ocaml/theora/theora.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64//usr/lib64/ocaml/theora/ogg_demuxer_theora_decoder.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64//usr/lib64/ocaml/stublibs/dlltheora_stubs.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64//usr/lib64/ocaml/stublibs/dlltheora_stubs.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64//usr/lib64/ocaml/theora/META Installation successful. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/ocaml-theora-0.3.1/src' + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.3.1-8.mga9 --unique-debug-suffix -0.3.1-8.mga9.aarch64 --unique-debug-src-base ocaml-theora-0.3.1-8.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ocaml-theora-0.3.1 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64/usr/lib64/ocaml/stublibs/dlltheora_stubs.so dwz: ./usr/lib64/ocaml/stublibs/dlltheora_stubs.so-0.3.1-8.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 52kB, size after compression: 52kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 40 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 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-theora-0.3.1-8.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.t14lEw + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-theora-0.3.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64/usr/share/doc/ocaml-theora + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64/usr/share/doc/ocaml-theora + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64/usr/share/doc/ocaml-theora + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64/usr/share/doc/ocaml-theora + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64/usr/share/doc/ocaml-theora + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Ogg_demuxer_theora_decoder) = b128e6e7baf2e5b44ed5edf20db92f0a ocaml(Theora) = df486797563447f6802d04075a654e0a ocaml-theora = 0.3.1-8.mga9 ocaml-theora(aarch-64) = 0.3.1-8.mga9 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) libtheoradec.so.1()(64bit) libtheoradec.so.1(libtheoradec_1.0)(64bit) libtheoraenc.so.1()(64bit) libtheoraenc.so.1(libtheoraenc_1.0)(64bit) ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Ogg) = 97984b97be1bbd220ad661159406fe61 ocaml(Ogg_demuxer) = ad672b119803dde8a501d794d6170569 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__bigarray) = 73871e61e3785d8f0d822194daeb85ec ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__callback) = 21c02abb4cc9eea752b0e9ab3b1a0e6a ocaml(Stdlib__complex) = 81367aaa1be1ccaf16610a96c3d2bc13 ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__int64) = 6cf7f095ea7fd59bad44ff22d084c4ee ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__nativeint) = 28b842ced0fedd41c55b9dd34f0fe79c ocaml(Stdlib__obj) = 2b540dc54438cf063883f6e85c4aa37a ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Theora) = df486797563447f6802d04075a654e0a ocaml(Unix) = eadecc353e942963afccd09bd1a12192 Processing files: ocaml-theora-devel-0.3.1-8.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vo8ZSP + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-theora-0.3.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64/usr/share/doc/ocaml-theora-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64/usr/share/doc/ocaml-theora-devel + cp -pr doc/html/ /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64/usr/share/doc/ocaml-theora-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Ogg_demuxer_theora_decoder) = b128e6e7baf2e5b44ed5edf20db92f0a ocaml(Theora) = df486797563447f6802d04075a654e0a ocaml-theora-devel = 0.3.1-8.mga9 ocaml-theora-devel(aarch-64) = 0.3.1-8.mga9 ocamlx(Ogg_demuxer_theora_decoder) = 1d26844b72420f14d137178936ed6460 ocamlx(Theora) = ffe5308ccf9e7ccf92d862974bb03913 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Ogg) = 97984b97be1bbd220ad661159406fe61 ocaml(Ogg_demuxer) = ad672b119803dde8a501d794d6170569 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__array) = 4e32e71cf085ea7194f43622fdc89508 ocaml(Stdlib__bigarray) = 73871e61e3785d8f0d822194daeb85ec ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__callback) = 21c02abb4cc9eea752b0e9ab3b1a0e6a ocaml(Stdlib__complex) = 81367aaa1be1ccaf16610a96c3d2bc13 ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__int64) = 6cf7f095ea7fd59bad44ff22d084c4ee ocaml(Stdlib__list) = 88609ef3a3066dcf16ad7456f53122d2 ocaml(Stdlib__nativeint) = 28b842ced0fedd41c55b9dd34f0fe79c ocaml(Stdlib__obj) = 2b540dc54438cf063883f6e85c4aa37a ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Theora) = df486797563447f6802d04075a654e0a ocaml(Unix) = eadecc353e942963afccd09bd1a12192 ocamlx(Ogg) = c56e780314645295a045203156126e27 ocamlx(Ogg_demuxer) = 93a8da65aa5a8713c07176a0b53f8382 ocamlx(Stdlib) = 905355729c82ef4d2184c394a250f1a3 ocamlx(Stdlib__array) = bd748df8b673a5572a68c6ed97643075 ocamlx(Stdlib__callback) = f51ffea73ea6512880e00974c161a04c ocamlx(Stdlib__hashtbl) = d6c11956a20f699b6d99ffbeaf7af8ce ocamlx(Stdlib__int64) = 54c5d202b981a695ff231a328f5611d3 ocamlx(Stdlib__list) = 53d7956dcffc648bb93ed4703fe49f2c ocamlx(Stdlib__printf) = 9c372b73f35fb3b53e15ee17339edabc ocamlx(Stdlib__string) = 0f51be4faacbfc99b4c9b3c427cf5bd8 ocamlx(Theora) = ffe5308ccf9e7ccf92d862974bb03913 Processing files: ocaml-theora-debugsource-0.3.1-8.mga9.aarch64 Provides: ocaml-theora-debugsource = 0.3.1-8.mga9 ocaml-theora-debugsource(aarch-64) = 0.3.1-8.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-theora-debuginfo-0.3.1-8.mga9.aarch64 Provides: debuginfo(build-id) = a5debd8f46471584ad2f2b13db25379d765556a7 ocaml-theora-debuginfo = 0.3.1-8.mga9 ocaml-theora-debuginfo(aarch-64) = 0.3.1-8.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-theora-debugsource(aarch-64) = 0.3.1-8.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-theora-debugsource-0.3.1-8.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-theora-debuginfo-0.3.1-8.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-theora-0.3.1-8.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-theora-devel-0.3.1-8.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.WpATGi + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-theora-0.3.1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-theora-0.3.1-8.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.tRrHF5 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-theora-0.3.1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!