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-camlbz2-0.6.0-23.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.riqFZh + 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.xG5dyF + 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=aarch64-mageia-linux-gnu --build=aarch64-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.12.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 aarch64-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: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)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ 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:473, from /usr/include/errno.h:25, from c_bz.c:13: /usr/include/bits/string_fortified.h:26:1: note: expected 'void * restrict' but argument is of type 'const char *' 26 | __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: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)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ 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:473, from /usr/include/errno.h:25, from c_bz.c:13: /usr/include/bits/string_fortified.h:26:1: note: expected 'void * restrict' but argument is of type 'const char *' 26 | __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: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)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ 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:473, from /usr/include/errno.h:25, from c_bz.c:13: /usr/include/bits/string_fortified.h:26:1: note: expected 'void * restrict' but argument is of type 'const char *' 26 | __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.9SzNt7 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64 + cd camlbz2-0.6.0 + '[' 1 -eq 1 ']' + export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64 + DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64 + export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64//usr/lib64/ocaml + export DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64//usr/lib64/ocaml/stublibs + DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64//usr/lib64/ocaml/stublibs + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64//usr/lib64/ocaml/bz2 + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64//usr/lib64/ocaml/stublibs + make install ocamlfind remove bz2 ocamlfind: [WARNING] No such file: /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64//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-23.mga9.aarch64//usr/lib64/ocaml/bz2/libcamlbz2.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64//usr/lib64/ocaml/bz2/bz2.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64//usr/lib64/ocaml/bz2/bz2.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64//usr/lib64/ocaml/bz2/bz2.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64//usr/lib64/ocaml/bz2/bz2.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64//usr/lib64/ocaml/bz2/bz2.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64//usr/lib64/ocaml/bz2/bz2.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64//usr/lib64/ocaml/stublibs/dllcamlbz2.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64//usr/lib64/ocaml/stublibs/dllcamlbz2.so.owner Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64//usr/lib64/ocaml/bz2/META + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.6.0-23.mga9 --unique-debug-suffix -0.6.0-23.mga9.aarch64 --unique-debug-src-base ocaml-camlbz2-0.6.0-23.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/camlbz2-0.6.0 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64/usr/lib64/ocaml/stublibs/dllcamlbz2.so dwz: ./usr/lib64/ocaml/stublibs/dllcamlbz2.so-0.6.0-23.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 32kB, size after compression: 32kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 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 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-camlbz2-0.6.0-23.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.VkQ14f + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camlbz2-0.6.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64/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-23.mga9.aarch64/usr/share/doc/ocaml-camlbz2 + cp -pr BUGS /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64/usr/share/doc/ocaml-camlbz2 + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64/usr/share/doc/ocaml-camlbz2 + cp -pr ChangeLog /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64/usr/share/doc/ocaml-camlbz2 + cp -pr INSTALL /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64/usr/share/doc/ocaml-camlbz2 + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64/usr/share/doc/ocaml-camlbz2 + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64/usr/share/doc/ocaml-camlbz2 + cp -pr ROADMAP /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64/usr/share/doc/ocaml-camlbz2 + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Bz2) = 8e2b65b3a7a0ae94d35f74f6c3ca0a77 ocaml-camlbz2 = 0.6.0-23.mga9 ocaml-camlbz2(aarch-64) = 0.6.0-23.mga9 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.17)(64bit) ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__callback) = 21c02abb4cc9eea752b0e9ab3b1a0e6a ocaml(Stdlib__pervasives) = 382fd7518824380092708706588e1eed Processing files: ocaml-camlbz2-devel-0.6.0-23.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2eV3iy + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camlbz2-0.6.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64/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-23.mga9.aarch64/usr/share/doc/ocaml-camlbz2-devel + cp -pr doc /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64/usr/share/doc/ocaml-camlbz2-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Bz2) = 8e2b65b3a7a0ae94d35f74f6c3ca0a77 ocaml-camlbz2-devel = 0.6.0-23.mga9 ocaml-camlbz2-devel(aarch-64) = 0.6.0-23.mga9 ocamlx(Bz2) = 6d815f38a98cec8a30ca4a103828ee4e Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__callback) = 21c02abb4cc9eea752b0e9ab3b1a0e6a ocaml(Stdlib__pervasives) = 382fd7518824380092708706588e1eed ocamlx(Stdlib__callback) = f51ffea73ea6512880e00974c161a04c Processing files: ocaml-camlbz2-debugsource-0.6.0-23.mga9.aarch64 Provides: ocaml-camlbz2-debugsource = 0.6.0-23.mga9 ocaml-camlbz2-debugsource(aarch-64) = 0.6.0-23.mga9 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-23.mga9.aarch64 Provides: debuginfo(build-id) = 7e8b6c3505e4ee49c3d823f6a18e415ae3c1b1a1 ocaml-camlbz2-debuginfo = 0.6.0-23.mga9 ocaml-camlbz2-debuginfo(aarch-64) = 0.6.0-23.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-camlbz2-debugsource(aarch-64) = 0.6.0-23.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-camlbz2-0.6.0-23.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-camlbz2-debugsource-0.6.0-23.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-camlbz2-debuginfo-0.6.0-23.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-camlbz2-0.6.0-23.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-camlbz2-devel-0.6.0-23.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.J0IAhd + 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-23.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1uYjml + 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!