D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/ocaml-camlbz2-0.6.0-21.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.tpYF2c + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf camlbz2-0.6.0 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/camlbz2-0.6.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd camlbz2-0.6.0 + /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.4ZM6ef + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camlbz2-0.6.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + CONFIGURE_TOP=. + '[' 1 = 1 ']' ++ find . -name config.guess -o -name config.sub + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + ./configure --host=x86_64-mageia-linux-gnu --build=x86_64-mageia-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for ocamlc... ocamlc OCaml version is 4.10.0 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 ocamldep... ocamldep checking for ocamlmktop... ocamlmktop checking for ocamlmklib... ocamlmklib checking for ocamldoc... ocamldoc OCaml uses gcc to compile C files checking for ocamlfind... ocamlfind checking for x86_64-mageia-linux-gnu-gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 for a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking bzlib.h usability... yes checking bzlib.h presence... yes checking for bzlib.h... yes checking for BZ2_bzReadOpen in -lbz2... yes configure: creating ./config.status config.status: creating Makefile + make ocamlc.opt -ccopt "-D BZ_PREFIX -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables" -c c_bz.c c_bz.c: In function 'mlbz_readopen': c_bz.c:121:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 121 | c_unused = String_val(Field(unused, 0)) ; | ^ c_bz.c: In function 'mlbz_read': c_bz.c:143:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 143 | c_buf = String_val(buf) + c_pos ; | ^ In file included from c_bz.c:19: c_bz.c: In function 'mlbz_readgetunused': /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)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ c_bz.c:174:10: note: in expansion of macro 'String_val' 174 | memcpy(String_val(result), unused, nunused) ; | ^~~~~~~~~~ In file included from /usr/include/features.h:465, from /usr/include/errno.h:25, from c_bz.c:13: /usr/include/bits/string_fortified.h:31:1: note: expected 'void * restrict' but argument is of type 'const char *' 31 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ c_bz.c: In function 'mlbz_write': c_bz.c:204:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 204 | c_buf = String_val(buf) + c_pos ; | ^ c_bz.c: In function 'mlbz_compress': c_bz.c:242:11: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 242 | src_buf = String_val(src) + c_pos; | ^ In file included from c_bz.c:19: /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)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ c_bz.c:267:10: note: in expansion of macro 'String_val' 267 | memcpy(String_val(result), dst_buf, dst_len); | ^~~~~~~~~~ In file included from /usr/include/features.h:465, from /usr/include/errno.h:25, from c_bz.c:13: /usr/include/bits/string_fortified.h:31:1: note: expected 'void * restrict' but argument is of type 'const char *' 31 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ c_bz.c: In function 'mlbz_uncompress': c_bz.c:287:11: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 287 | src_buf = String_val(src) + c_pos; | ^ In file included from c_bz.c:19: /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)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ c_bz.c:320:10: note: in expansion of macro 'String_val' 320 | memcpy(String_val(result), dst_buf, dst_len); | ^~~~~~~~~~ In file included from /usr/include/features.h:465, from /usr/include/errno.h:25, from c_bz.c:13: /usr/include/bits/string_fortified.h:31:1: note: expected 'void * restrict' but argument is of type 'const char *' 31 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ ocamlmklib -oc camlbz2 c_bz.o -lbz2 ocamlc.opt -c bz2.mli File "bz2.mli", line 54, characters 52-73: 54 | external open_in : ?small:bool -> ?unused:string -> Pervasives.in_channel -> ^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "bz2.mli", line 88, characters 34-56: 88 | external open_out : ?block:int -> Pervasives.out_channel -> out_channel ^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlc.opt -c bz2.ml File "bz2.ml", line 31, characters 52-73: 31 | external open_in : ?small:bool -> ?unused:string -> Pervasives.in_channel -> ^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "bz2.ml", line 44, characters 34-56: 44 | external open_out : ?block:int -> Pervasives.out_channel -> out_channel ^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlmklib -oc camlbz2 -o bz2 bz2.cmo -lbz2 ocamlopt.opt -c bz2.ml File "bz2.ml", line 31, characters 52-73: 31 | external open_in : ?small:bool -> ?unused:string -> Pervasives.in_channel -> ^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "bz2.ml", line 44, characters 34-56: 44 | external open_out : ?block:int -> Pervasives.out_channel -> out_channel ^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlmklib -oc camlbz2 -o bz2 bz2.cmx -lbz2 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.57KQlg + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64 + cd camlbz2-0.6.0 + '[' 1 -eq 1 ']' + export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64 + DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64 + export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64//usr/lib64/ocaml + export DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64//usr/lib64/ocaml/stublibs + DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64//usr/lib64/ocaml/bz2 + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64//usr/lib64/ocaml/stublibs + make install ocamlfind remove bz2 ocamlfind: [WARNING] No such file: /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64//usr/lib64/ocaml/bz2/META ocamlfind install \ -patch-version 0.6.0 -ldconf ignore \ bz2 META bz2.cmi bz2.cmx bz2.mli bz2.a bz2.cma bz2.cmxa dllcamlbz2.so libcamlbz2.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64//usr/lib64/ocaml/bz2/libcamlbz2.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64//usr/lib64/ocaml/bz2/bz2.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64//usr/lib64/ocaml/bz2/bz2.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64//usr/lib64/ocaml/bz2/bz2.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64//usr/lib64/ocaml/bz2/bz2.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64//usr/lib64/ocaml/bz2/bz2.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64//usr/lib64/ocaml/bz2/bz2.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64//usr/lib64/ocaml/stublibs/dllcamlbz2.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64//usr/lib64/ocaml/stublibs/dllcamlbz2.so.owner Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64//usr/lib64/ocaml/bz2/META + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.6.0-21.mga8 --unique-debug-suffix -0.6.0-21.mga8.x86_64 --unique-debug-src-base ocaml-camlbz2-0.6.0-21.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/camlbz2-0.6.0 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64/usr/lib64/ocaml/stublibs/dllcamlbz2.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64/usr/lib64/ocaml/stublibs/dllcamlbz2.so original debug info size: 56kB, size after compression: 60kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 21 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-camlbz2-0.6.0-21.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.VyLWzf + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camlbz2-0.6.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64/usr/share/doc/ocaml-camlbz2 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64/usr/share/doc/ocaml-camlbz2 + cp -pr BUGS /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64/usr/share/doc/ocaml-camlbz2 + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64/usr/share/doc/ocaml-camlbz2 + cp -pr ChangeLog /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64/usr/share/doc/ocaml-camlbz2 + cp -pr INSTALL /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64/usr/share/doc/ocaml-camlbz2 + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64/usr/share/doc/ocaml-camlbz2 + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64/usr/share/doc/ocaml-camlbz2 + cp -pr ROADMAP /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64/usr/share/doc/ocaml-camlbz2 + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Bz2) = 4046c178af82ee2185e77e951d03d184 ocaml-camlbz2 = 0.6.0-21.mga8 ocaml-camlbz2(x86-64) = 0.6.0-21.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libbz2.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__pervasives) = b21448628d3d122ebdaa9995cac0ba7f Processing files: ocaml-camlbz2-devel-0.6.0-21.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.AIIzVf + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camlbz2-0.6.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64/usr/share/doc/ocaml-camlbz2-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64/usr/share/doc/ocaml-camlbz2-devel + cp -pr doc /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64/usr/share/doc/ocaml-camlbz2-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Bz2) = 4046c178af82ee2185e77e951d03d184 ocaml-camlbz2-devel = 0.6.0-21.mga8 ocaml-camlbz2-devel(x86-64) = 0.6.0-21.mga8 ocamlx(Bz2) = e7c1455b1bdf6250b2d8ab4ef810ec28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__pervasives) = b21448628d3d122ebdaa9995cac0ba7f ocamlx(Stdlib__callback) = 6f6b40fcf5f20c4ef361f7a516fc4327 Processing files: ocaml-camlbz2-debugsource-0.6.0-21.mga8.x86_64 Provides: ocaml-camlbz2-debugsource = 0.6.0-21.mga8 ocaml-camlbz2-debugsource(x86-64) = 0.6.0-21.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-camlbz2-debuginfo-0.6.0-21.mga8.x86_64 Provides: debuginfo(build-id) = 148f74940ffb33b88e18912a4244cb4c1336184f ocaml-camlbz2-debuginfo = 0.6.0-21.mga8 ocaml-camlbz2-debuginfo(x86-64) = 0.6.0-21.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-camlbz2-debugsource(x86-64) = 0.6.0-21.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-camlbz2-debugsource-0.6.0-21.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-camlbz2-debuginfo-0.6.0-21.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-camlbz2-0.6.0-21.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-camlbz2-devel-0.6.0-21.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ytkYvg + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camlbz2-0.6.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-21.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.S6Stse + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf camlbz2-0.6.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!