D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/ocaml-expat-1.3.0-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mvkOdv Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.5EpKTp + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build + rm -rf ocaml-expat-1.3.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/ocaml-expat-1.3.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-expat-1.3.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -e s/oUnit/ounit2/g -e 's|-O2 -I\$(EXPAT_INCDIR)|-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full|' -e 's/\$(OCAMLMKLIB)/& -g/' -i Makefile + rm doc/README + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.7QrFPx + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd ocaml-expat-1.3.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make depend gcc -I /usr/lib64/ocaml -MM *.c > depend ocamlfind ocamldep -package bytes *.mli *.ml >> depend make: 'depend' is up to date. + make -j1 all allopt 'OCAMLC=ocamlc.opt -g' 'OCAMLOPT=ocamlopt.opt -g' ocamlc.opt -g -c -ccopt "-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -pthread" expat_stubs.c In file included from expat_stubs.c:23: expat_stubs.c: In function 'String_option_val': /usr/lib64/ocaml/caml/mlvalues.h:365:24: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 365 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:78:16: note: in expansion of macro 'String_val' 78 | return String_val(Field(string_option, 0)); | ^~~~~~~~~~ expat_stubs.c: In function 'expat_error': expat_stubs.c:350:25: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 350 | expat_error_exn = caml_named_value("expat_error"); | ^ expat_stubs.c: In function 'expat_XML_ParseSub': /usr/lib64/ocaml/caml/mlvalues.h:365:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 365 | #define String_val(x) ((const char *) Bp_val(x)) | ^ expat_stubs.c:387:20: note: in expansion of macro 'String_val' 387 | char *string = String_val(vstring); | ^~~~~~~~~~ expat_stubs.c: In function 'character_data_handler': /usr/lib64/ocaml/caml/mlvalues.h:365:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 365 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:550:12: note: in expansion of macro 'String_val' 550 | memcpy(String_val(str), data, len); | ^~~~~~~~~~ In file included from /usr/include/features.h:524, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:28, from expat_stubs.c:12: /usr/include/bits/string_fortified.h:26:1: note: expected 'void *' but argument is of type 'const char *' 26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ expat_stubs.c: In function 'default_handler': /usr/lib64/ocaml/caml/mlvalues.h:365:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 365 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:819:13: note: in expansion of macro 'String_val' 819 | memmove(String_val(d), data, len); | ^~~~~~~~~~ /usr/include/bits/string_fortified.h:34:1: note: expected 'void *' but argument is of type 'const char *' 34 | __NTH (memmove (void *__dest, const void *__src, size_t __len)) | ^~~~~ ocamlfind ocamlmklib -package bytes -g -oc mlexpat expat_stubs.o \ -L/usr/local/lib -lexpat ocamlc.opt -g -c expat.mli ocamlc.opt -g -c expat.ml ocamlfind ocamlmklib -package bytes -g -o expat expat.cmo -oc mlexpat \ -L/usr/local/lib -lexpat ocamlopt.opt -g -c expat.ml ocamlfind ocamlmklib -package bytes -g -o expat expat.cmx -oc mlexpat \ -L/usr/local/lib -lexpat ocamlopt.opt -g -linkall -shared -o expat.cmxs expat.cmx libmlexpat.a \ -ccopt -L/usr/local/lib -cclib -lexpat + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.o4Fnms + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build + mkdir /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd ocaml-expat-1.3.0 + '[' 1 -eq 1 ']' + export OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/lib64/ocaml + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/lib64/ocaml/stublibs + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT 'INSTALL=/usr/bin/install -p' { test ! -f expat.cmxa || extra="expat.cmxa expat.cmxs expat.a"; }; \ ocamlfind install expat META expat.cmi expat.mli expat.cma \ libmlexpat.a $extra \ -optional dllmlexpat.so Installed /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/lib64/ocaml/expat/expat.a Installed /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/lib64/ocaml/expat/expat.cmxs Installed /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/lib64/ocaml/expat/expat.cmxa Installed /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/lib64/ocaml/expat/libmlexpat.a Installed /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/lib64/ocaml/expat/expat.cma Installed /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/lib64/ocaml/expat/expat.mli Installed /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/lib64/ocaml/expat/expat.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/lib64/ocaml/stublibs/dllmlexpat.so Installed /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/lib64/ocaml/stublibs/dllmlexpat.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/lib64/ocaml/expat/META + /usr/bin/python3 /usr/lib/rpm/redhat/ocaml_files.py /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT /usr/lib64/ocaml + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.3.0-1.mga10 --unique-debug-suffix -1.3.0-1.mga10.x86_64 --unique-debug-src-base ocaml-expat-1.3.0-1.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/ocaml-expat-1.3.0 find-debuginfo: starting Extracting debug info from 2 files DWARF-compressing 2 files sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/ocaml-expat-1.3.0-1.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-expat-1.3.0-build/SPECPARTS/rpm-debuginfo.specpart Processing files: ocaml-expat-1.3.0-1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Cxy3nf + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build + cd ocaml-expat-1.3.0 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/share/doc/ocaml-expat + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/share/doc/ocaml-expat + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/ocaml-expat-1.3.0/README /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/share/doc/ocaml-expat + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/ocaml-expat-1.3.0/changelog /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/share/doc/ocaml-expat + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.musZSf + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build + cd ocaml-expat-1.3.0 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/share/licenses/ocaml-expat + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/share/licenses/ocaml-expat + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/ocaml-expat-1.3.0/LICENCE /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/share/licenses/ocaml-expat + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Expat) = 12aff45ab5768fb0cee798c3de240ae4 ocaml-expat = 1.3.0-1.mga10 ocaml-expat(x86-64) = 1.3.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-x86-64.so.2()(64bit) ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libexpat.so.1()(64bit) ocaml(CamlinternalFormatBasics) = aa550bdab521d60e769a9ad43a677e65 ocaml(Stdlib) = cfc6abca663b2d71db1750a2c051cf6e ocaml(Stdlib__Bytes) = ad0e607bc378f814f5d4913a8a7b8bc5 ocaml(Stdlib__Callback) = e63ded0535f5b914a16b4f955e944303 ocaml(Stdlib__Either) = c90604673db95a8e7dbd131a219e37c5 ocaml(Stdlib__Seq) = a98573564faae435d9a1e05d5d2938ff ocaml(Stdlib__Uchar) = cc650ed80ecb08760ed6479a6adeec7b Processing files: ocaml-expat-devel-1.3.0-1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8DGtIs + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build + cd ocaml-expat-1.3.0 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/share/doc/ocaml-expat-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/share/doc/ocaml-expat-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/ocaml-expat-1.3.0/README /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/share/doc/ocaml-expat-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/ocaml-expat-1.3.0/changelog /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/share/doc/ocaml-expat-devel + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.B7fCY5 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build + cd ocaml-expat-1.3.0 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/share/licenses/ocaml-expat-devel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/share/licenses/ocaml-expat-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/ocaml-expat-1.3.0/LICENCE /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT/usr/share/licenses/ocaml-expat-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Expat) = 12aff45ab5768fb0cee798c3de240ae4 ocaml-expat-devel = 1.3.0-1.mga10 ocaml-expat-devel(x86-64) = 1.3.0-1.mga10 ocamlx(Expat) = b6723e92db950afce469fff4d3e078b5 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = aa550bdab521d60e769a9ad43a677e65 ocaml(Stdlib) = cfc6abca663b2d71db1750a2c051cf6e ocaml(Stdlib__Bytes) = ad0e607bc378f814f5d4913a8a7b8bc5 ocaml(Stdlib__Callback) = e63ded0535f5b914a16b4f955e944303 ocaml(Stdlib__Either) = c90604673db95a8e7dbd131a219e37c5 ocaml(Stdlib__Seq) = a98573564faae435d9a1e05d5d2938ff ocaml(Stdlib__Uchar) = cc650ed80ecb08760ed6479a6adeec7b ocamlx(Stdlib__Callback) = b3f126389aba08e7f2b8e20f75129130 Processing files: ocaml-expat-debugsource-1.3.0-1.mga10.x86_64 Provides: ocaml-expat-debugsource = 1.3.0-1.mga10 ocaml-expat-debugsource(x86-64) = 1.3.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-expat-debuginfo-1.3.0-1.mga10.x86_64 Provides: debuginfo(build-id) = 890ec8d8dba64b7fe9e0c4471cfd8271b5563625 debuginfo(build-id) = cf451dcfd198cd7bdee4acc0a1aa6f1016a85221 ocaml-expat-debuginfo = 1.3.0-1.mga10 ocaml-expat-debuginfo(x86-64) = 1.3.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-expat-debugsource(x86-64) = 1.3.0-1.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-expat-debugsource-1.3.0-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-expat-1.3.0-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-expat-debuginfo-1.3.0-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-expat-devel-1.3.0-1.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.I3vhYh + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build + test -d /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-expat-1.3.0-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!