D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/ocaml-theora-0.3.1-11.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.TLnBCD + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build + test -d /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.RRglm2 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build + rm -rf ocaml-theora-0.3.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/ocaml-theora-0.3.1.tar.gz + 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/pterjan/rpmbuild/tmp/rpm-tmp.PP31EH + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-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... x86_64-unknown-linux-gnu checking host system type... x86_64-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.14.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/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/ocaml-theora-0.3.1/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/ocaml-theora-0.3.1/src' ocamldep.opt theora.ml > ._d/theora.d ocamldep.opt ogg_demuxer_theora_decoder.ml > ._d/ogg_demuxer_theora_decoder.d ocamldep.opt theora.mli > ._bcdi/theora.di OCamlMakefile:1039: warning: pattern recipe did not update peer target '._ncdi/theora.di'. ocamldep.opt ogg_demuxer_theora_decoder.mli > ._bcdi/ogg_demuxer_theora_decoder.di OCamlMakefile:1039: warning: pattern recipe did not update peer target '._ncdi/ogg_demuxer_theora_decoder.di'. 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:9: 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:404:9: note: this is the location of the previous definition 404 | #define Some_val(v) Field(v, 0) | ^~~~~~~~ theora_stubs.c: In function 'ocaml_theora_encode_init': /usr/lib64/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'th_comment_add_tag' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #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); | ~~~~~~^~~~ /usr/lib64/ocaml/caml/mlvalues.h:290:24: warning: passing argument 3 of 'th_comment_add_tag' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #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))); | ^~~~~~~~~~ /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); | ~~~~~~^~~~ theora_stubs.c: In function 'ocaml_theora_dec_headerin': /usr/lib64/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #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/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/ocaml-theora-0.3.1/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/ocaml-theora-0.3.1/src' ocamldep.opt -native theora.mli > ._ncdi/theora.di ocamldep.opt -native ogg_demuxer_theora_decoder.mli > ._ncdi/ogg_demuxer_theora_decoder.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/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/ocaml-theora-0.3.1/src' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/ocaml-theora-0.3.1/src' + make doc make -C src htdoc make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-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/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-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/pterjan/rpmbuild/tmp/rpm-tmp.HqiVMe + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build + mkdir /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT + cd ocaml-theora-0.3.1 + '[' 1 -eq 1 ']' + export DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT + DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT + export OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT//usr/lib64/ocaml + export DLLDIR=/home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT//usr/lib64/ocaml/stublibs + DLLDIR=/home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT//usr/lib64/ocaml/stublibs + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT//usr/lib64/ocaml/stublibs + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT//usr/lib64/ocaml/theora + make install make -C src install make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/ocaml-theora-0.3.1/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-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/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/ocaml-theora-0.3.1/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-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/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-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/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT//usr/lib64/ocaml/theora/theora.a Installed /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT//usr/lib64/ocaml/theora/libtheora_stubs.a Installed /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT//usr/lib64/ocaml/theora/theora.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT//usr/lib64/ocaml/theora/ogg_demuxer_theora_decoder.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT//usr/lib64/ocaml/theora/theora.cmxa Installed /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT//usr/lib64/ocaml/theora/theora.cma Installed /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT//usr/lib64/ocaml/theora/theora.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT//usr/lib64/ocaml/theora/ogg_demuxer_theora_decoder.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT//usr/lib64/ocaml/theora/theora.mli Installed /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT//usr/lib64/ocaml/theora/ogg_demuxer_theora_decoder.mli Installed /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT//usr/lib64/ocaml/stublibs/dlltheora_stubs.so Installed /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT//usr/lib64/ocaml/stublibs/dlltheora_stubs.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT//usr/lib64/ocaml/theora/META Installation successful. make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/ocaml-theora-0.3.1/src' + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.3.1-11.mga10 --unique-debug-suffix -0.3.1-11.mga10.x86_64 --unique-debug-src-base ocaml-theora-0.3.1-11.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/ocaml-theora-0.3.1 find-debuginfo: starting Extracting debug info from 1 files DWARF-compressing 1 files sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/ocaml-theora-0.3.1-11.mga10.x86_64 find-debuginfo: done + /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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/SPECPARTS/rpm-debuginfo.specpart Processing files: ocaml-theora-0.3.1-11.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ifZumY + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build + cd ocaml-theora-0.3.1 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT/usr/share/doc/ocaml-theora + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT/usr/share/doc/ocaml-theora + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/ocaml-theora-0.3.1/COPYING /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT/usr/share/doc/ocaml-theora + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/ocaml-theora-0.3.1/CHANGES /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT/usr/share/doc/ocaml-theora + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/ocaml-theora-0.3.1/README /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT/usr/share/doc/ocaml-theora + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Ogg_demuxer_theora_decoder) = d2591c803a7d187daad23d49e7b2e23e ocaml(Theora) = 2fdcd05af047c7995140855f6e2e945c ocaml-theora = 0.3.1-11.mga10 ocaml-theora(x86-64) = 0.3.1-11.mga10 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) 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) = 8f8f634558798ee408df3c50a5539b15 ocaml(Ogg) = 17c6f85c374d21a5b1ee774e7bd90d63 ocaml(Ogg_demuxer) = 58474e8134e2d8de1d49ef4747576ae4 ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Array) = 622d88fad859d0d0f019e691fc4fa865 ocaml(Stdlib__Bigarray) = 994a14f10d5ae081663b52b790ee11d3 ocaml(Stdlib__Buffer) = 4b09c9a6d0622bbf5a3829234b481822 ocaml(Stdlib__Callback) = fe29a598e1902f0b901e88a9865c26ef ocaml(Stdlib__Complex) = 4555217c759e89d65daa8f682eb09b35 ocaml(Stdlib__Either) = 26845df28d19584687a38a1ab814c3f9 ocaml(Stdlib__Hashtbl) = 34c0fdd524bf2a75e4d5af64a6d34401 ocaml(Stdlib__Int32) = a71ea5238030770647165f659f80b1ab ocaml(Stdlib__Int64) = 0fa5587c47baf16a06837c7dedfc2518 ocaml(Stdlib__List) = ee222542f6f8195441543b8b399b64b9 ocaml(Stdlib__Nativeint) = 989149bf8f2ce1a89fecbc3f5f40f52c ocaml(Stdlib__Obj) = 25794d29f7f4018768ea900e331a2bf3 ocaml(Stdlib__Printf) = bc8af6214197dc8f40eaa738a4cd6a28 ocaml(Stdlib__Seq) = b63511032211eae4b567ba313cd72962 ocaml(Stdlib__String) = 097838f294457ecbb61ccbcf86cc6972 ocaml(Stdlib__Uchar) = c0dde02a556a6d79e363ad365d165d57 ocaml(Theora) = 2fdcd05af047c7995140855f6e2e945c ocaml(Unix) = 84bb8ec8ae50f70acba86f5b72088b1c Processing files: ocaml-theora-devel-0.3.1-11.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.nUTVij + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build + cd ocaml-theora-0.3.1 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT/usr/share/doc/ocaml-theora-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT/usr/share/doc/ocaml-theora-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/ocaml-theora-0.3.1/doc/html /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT/usr/share/doc/ocaml-theora-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Ogg_demuxer_theora_decoder) = d2591c803a7d187daad23d49e7b2e23e ocaml(Theora) = 2fdcd05af047c7995140855f6e2e945c ocaml-theora-devel = 0.3.1-11.mga10 ocaml-theora-devel(x86-64) = 0.3.1-11.mga10 ocamlx(Ogg_demuxer_theora_decoder) = b69988261e406b5f7a346db8038015f0 ocamlx(Theora) = a38cc565d8a3cc464dc7cb30e74228a2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = 8f8f634558798ee408df3c50a5539b15 ocaml(Ogg) = 17c6f85c374d21a5b1ee774e7bd90d63 ocaml(Ogg_demuxer) = 58474e8134e2d8de1d49ef4747576ae4 ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Array) = 622d88fad859d0d0f019e691fc4fa865 ocaml(Stdlib__Bigarray) = 994a14f10d5ae081663b52b790ee11d3 ocaml(Stdlib__Buffer) = 4b09c9a6d0622bbf5a3829234b481822 ocaml(Stdlib__Callback) = fe29a598e1902f0b901e88a9865c26ef ocaml(Stdlib__Complex) = 4555217c759e89d65daa8f682eb09b35 ocaml(Stdlib__Either) = 26845df28d19584687a38a1ab814c3f9 ocaml(Stdlib__Hashtbl) = 34c0fdd524bf2a75e4d5af64a6d34401 ocaml(Stdlib__Int32) = a71ea5238030770647165f659f80b1ab ocaml(Stdlib__Int64) = 0fa5587c47baf16a06837c7dedfc2518 ocaml(Stdlib__List) = ee222542f6f8195441543b8b399b64b9 ocaml(Stdlib__Nativeint) = 989149bf8f2ce1a89fecbc3f5f40f52c ocaml(Stdlib__Obj) = 25794d29f7f4018768ea900e331a2bf3 ocaml(Stdlib__Printf) = bc8af6214197dc8f40eaa738a4cd6a28 ocaml(Stdlib__Seq) = b63511032211eae4b567ba313cd72962 ocaml(Stdlib__String) = 097838f294457ecbb61ccbcf86cc6972 ocaml(Stdlib__Uchar) = c0dde02a556a6d79e363ad365d165d57 ocaml(Theora) = 2fdcd05af047c7995140855f6e2e945c ocaml(Unix) = 84bb8ec8ae50f70acba86f5b72088b1c ocamlx(Ogg) = 9e1762f2455885c9c23f0eb934ce048e ocamlx(Ogg_demuxer) = 830b25a463984e7b017935a93d9d8b75 ocamlx(Stdlib) = 38e227ea48015bcdfb5d9a4f1cb2689a ocamlx(Stdlib__Array) = c17b2f7cf4a4cce9bfec4b26eec495f7 ocamlx(Stdlib__Callback) = 4071c8a0c213a3d90f3894ee1507cbf1 ocamlx(Stdlib__Hashtbl) = ffa6c0b4e31fbd58c5b0b7fda03f991f ocamlx(Stdlib__Int64) = 8a6af33b06c097c633dbf42a56b24bd0 ocamlx(Stdlib__List) = 55527cfeed14dbd1464fa9bc64111883 ocamlx(Stdlib__Printf) = b5325f43d38afc618da7b0fb873c7faa ocamlx(Stdlib__String) = 650b799d3032d2e3c133eae0b21c0f95 ocamlx(Theora) = a38cc565d8a3cc464dc7cb30e74228a2 Processing files: ocaml-theora-debugsource-0.3.1-11.mga10.x86_64 Provides: ocaml-theora-debugsource = 0.3.1-11.mga10 ocaml-theora-debugsource(x86-64) = 0.3.1-11.mga10 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-11.mga10.x86_64 Provides: debuginfo(build-id) = c9024c98a15e30935660306069785b8028ff9fcc ocaml-theora-debuginfo = 0.3.1-11.mga10 ocaml-theora-debuginfo(x86-64) = 0.3.1-11.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-theora-debugsource(x86-64) = 0.3.1-11.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-theora-debugsource-0.3.1-11.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-theora-debuginfo-0.3.1-11.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-theora-0.3.1-11.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-theora-devel-0.3.1-11.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.KEQfXo + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build + test -d /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build + rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-theora-0.3.1-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!