D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/ocaml-alsa-0.2.3-13.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.sgqmRn + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build + test -d /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.xWkXQY + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build + rm -rf ocaml-alsa-0.2.3 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/ocaml-alsa-0.2.3.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-alsa-0.2.3 + /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.25WBkp + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build + cd ocaml-alsa-0.2.3 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ./configure --libdir=/usr/lib64 configuring ocaml-alsa 0.2.3 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-pc-linux-gnu checking host system type... x86_64-pc-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 alsa... 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-alsa-0.2.3-build/ocaml-alsa-0.2.3/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/src' making ._d/alsa.d from alsa.ml making ._bcdi/alsa.di from alsa.mli OCamlMakefile:1036: warning: pattern recipe did not update peer target '._ncdi/alsa.di'. ocamlc.opt -c -cc "gcc" -ccopt "-fPIC -g -O2 -Wall -DCAML_NAME_SPACE \ -DPIC -fPIC \ -o alsa_stubs.o " alsa_stubs.c In file included from /usr/lib64/ocaml/caml/alloc.h:24, from alsa_stubs.c:30: alsa_stubs.c: In function 'ocaml_snd_int_of_error': /usr/lib64/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ^ alsa_stubs.c:174:13: note: in expansion of macro 'String_val' 174 | char *s = String_val(name); | ^~~~~~~~~~ alsa_stubs.c: In function 'ocaml_snd_pcm_readi': alsa_stubs.c:314:27: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 314 | memcpy(String_val(dbuf) + ofs, buf, len * Frame_size_val(handle_)); In file included from alsa_stubs.c:27: /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, | ~~~~~~~~~~~~~~~~~^~~~~~ alsa_stubs.c: In function 'ocaml_snd_pcm_readn': alsa_stubs.c:367:39: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 367 | memcpy(String_val(Field(dbuf, c)) + ofs, buf[c], 2 * len); /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 libalsa_stubs.a alsa_stubs.o ocamlc.opt -c -g -w +A@5-7@8@11@12@20-35-44-45 alsa.mli ocamlc.opt -c -g -w +A@5-7@8@11@12@20-35-44-45 alsa.ml File "alsa.ml", line 174, characters 21-27: 174 | let get_frame_size params = 4 ^^^^^^ Warning 27 [unused-var-strict]: unused variable params. ocamlmklib \ -o alsa_stubs alsa_stubs.o -lasound \ ocamlc.opt -a -dllib dllalsa_stubs.so \ -cclib -lalsa_stubs -cclib -lasound -o alsa.cma alsa.cmo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/src' making ._ncdi/alsa.di from alsa.mli make[2]: 'libalsa_stubs.a' is up to date. ocamlopt.opt -c -g -w +A@5-7@8@11@12@20-35-44-45 alsa.ml File "alsa.ml", line 174, characters 21-27: 174 | let get_frame_size params = 4 ^^^^^^ Warning 27 [unused-var-strict]: unused variable params. ocamlopt.opt -a -cclib -lalsa_stubs -cclib -lasound \ -o alsa.cmxa alsa.cmx make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/src' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/src' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.aHMsHM + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build + mkdir /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT + cd ocaml-alsa-0.2.3 + '[' 1 -eq 1 ']' + export DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT + DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT + export OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT//usr/lib64/ocaml + export DLLDIR=/home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT//usr/lib64/ocaml/stublibs + DLLDIR=/home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT//usr/lib64/ocaml/stublibs + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT//usr/lib64/ocaml/stublibs + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT//usr/lib64/ocaml/alsa + make install make -C src install make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/src' make[2]: 'libalsa_stubs.a' is up to date. make[2]: 'alsa.cma' is up to date. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/src' make[2]: 'libalsa_stubs.a' is up to date. make[2]: 'alsa.cmxa' is up to date. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/src' Installing library with ocamlfind ocamlfind install alsa META alsa.mli alsa.cmi alsa.cma alsa.cmxa alsa.cmx alsa.a libalsa_stubs.a dllalsa_stubs.so Installed /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT//usr/lib64/ocaml/alsa/libalsa_stubs.a Installed /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT//usr/lib64/ocaml/alsa/alsa.a Installed /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT//usr/lib64/ocaml/alsa/alsa.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT//usr/lib64/ocaml/alsa/alsa.cmxa Installed /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT//usr/lib64/ocaml/alsa/alsa.cma Installed /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT//usr/lib64/ocaml/alsa/alsa.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT//usr/lib64/ocaml/alsa/alsa.mli Installed /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT//usr/lib64/ocaml/stublibs/dllalsa_stubs.so Installed /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT//usr/lib64/ocaml/stublibs/dllalsa_stubs.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT//usr/lib64/ocaml/alsa/META Installation successful. make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/src' + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.2.3-13.mga10 --unique-debug-suffix -0.2.3-13.mga10.x86_64 --unique-debug-src-base ocaml-alsa-0.2.3-13.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3 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-alsa-0.2.3-13.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-alsa-0.2.3-build/SPECPARTS/rpm-debuginfo.specpart Processing files: ocaml-alsa-0.2.3-13.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ybdH0v + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build + cd ocaml-alsa-0.2.3 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/COPYING /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/CHANGES /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/README /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Alsa) = c9ca7373097c0da1e463b179a73abe0e ocaml-alsa = 0.2.3-13.mga10 ocaml-alsa(x86-64) = 0.2.3-13.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libasound.so.2()(64bit) libasound.so.2(ALSA_0.9)(64bit) libasound.so.2(ALSA_0.9.0rc4)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) ocaml(CamlinternalFormatBasics) = 8f8f634558798ee408df3c50a5539b15 ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Callback) = fe29a598e1902f0b901e88a9865c26ef Processing files: ocaml-alsa-devel-0.2.3-13.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ekqqkZ + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build + cd ocaml-alsa-0.2.3 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/doc/Alsa.Pcm.html /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/doc/Alsa.html /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/doc/index.html /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/doc/index_attributes.html /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/doc/index_class_types.html /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/doc/index_classes.html /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/doc/index_exceptions.html /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/doc/index_extensions.html /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/doc/index_methods.html /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/doc/index_module_types.html /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/doc/index_modules.html /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/doc/index_types.html /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/doc/index_values.html /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/doc/type_Alsa.Pcm.html /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/ocaml-alsa-0.2.3/doc/type_Alsa.html /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT/usr/share/doc/ocaml-alsa-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Alsa) = c9ca7373097c0da1e463b179a73abe0e ocaml-alsa-devel = 0.2.3-13.mga10 ocaml-alsa-devel(x86-64) = 0.2.3-13.mga10 ocamlx(Alsa) = 2a4ba8bd5d5713a037275fae0a1c884a Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = 8f8f634558798ee408df3c50a5539b15 ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Callback) = fe29a598e1902f0b901e88a9865c26ef ocamlx(Stdlib__Callback) = 4071c8a0c213a3d90f3894ee1507cbf1 Processing files: ocaml-alsa-debugsource-0.2.3-13.mga10.x86_64 Provides: ocaml-alsa-debugsource = 0.2.3-13.mga10 ocaml-alsa-debugsource(x86-64) = 0.2.3-13.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-alsa-debuginfo-0.2.3-13.mga10.x86_64 Provides: debuginfo(build-id) = cc2e0a0f3e9acc980a3c9ccee589bc599ddd84f6 ocaml-alsa-debuginfo = 0.2.3-13.mga10 ocaml-alsa-debuginfo(x86-64) = 0.2.3-13.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-alsa-debugsource(x86-64) = 0.2.3-13.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-alsa-debugsource-0.2.3-13.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-alsa-debuginfo-0.2.3-13.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-alsa-0.2.3-13.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-alsa-devel-0.2.3-13.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.t7GOZo + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build + test -d /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build + rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-alsa-0.2.3-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!