D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/ocaml-camlzip-1.07-9.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.YNzUeI + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf camlzip-rel107 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/rel107.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd camlzip-rel107 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/test-makefile.dpatch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rdIzjE + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camlzip-rel107 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 depend gcc -MM *.c > .depend ocamldep *.mli *.ml >> .depend + /usr/bin/make -O -j8 V=1 VERBOSE=1 all ocamlc -g -safe-string -c zlib.mli ocamlc -g -safe-string -c zip.mli ocamlc -g -safe-string -c gzip.mli File "gzip.mli", line 29, characters 18-39: 29 | val open_in_chan: Pervasives.in_channel -> 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 "gzip.mli", line 89, characters 33-55: 89 | val open_out_chan: ?level: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 -g -safe-string -c zlib.ml ocamlc -g -safe-string -c gzip.ml File "gzip.ml", line 23, characters 13-34: 23 | { in_chan: 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 "gzip.ml", line 77, characters 16-38: 77 | open_in_chan (Pervasives.open_in_bin filename) ^^^^^^^^^^^^^^^^^^^^^^ 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 "gzip.ml", line 81, characters 12-28: 81 | let n = Pervasives.input iz.in_chan iz.in_buffer 0 ^^^^^^^^^^^^^^^^ 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 "gzip.ml", line 107, characters 14-30: 107 | let n = Pervasives.input iz.in_chan iz.in_buffer 0 ^^^^^^^^^^^^^^^^ 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 "gzip.ml", line 165, characters 2-21: 165 | Pervasives.close_in iz.in_chan ^^^^^^^^^^^^^^^^^^^ 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 "gzip.ml", line 168, characters 14-36: 168 | { out_chan: Pervasives.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 File "gzip.ml", line 195, characters 24-47: 195 | open_out_chan ~level (Pervasives.open_out_bin filename) ^^^^^^^^^^^^^^^^^^^^^^^ 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 "gzip.ml", line 202, characters 4-21: 202 | Pervasives.output oz.out_chan oz.out_buffer 0 oz.out_pos; ^^^^^^^^^^^^^^^^^ 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 "gzip.ml", line 235, characters 4-26: 235 | Pervasives.output_byte oc (Int32.to_int !r); ^^^^^^^^^^^^^^^^^^^^^^ 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 "gzip.ml", line 243, characters 6-23: 243 | Pervasives.output oz.out_chan oz.out_buffer 0 oz.out_pos; ^^^^^^^^^^^^^^^^^ 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 "gzip.ml", line 257, characters 4-21: 257 | Pervasives.output oz.out_chan oz.out_buffer 0 oz.out_pos; ^^^^^^^^^^^^^^^^^ 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 "gzip.ml", line 266, characters 2-22: 266 | Pervasives.close_out oz.out_chan ^^^^^^^^^^^^^^^^^^^^ 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 -g -safe-string -c zip.ml File "zip.ml", line 62, characters 16-37: 62 | if_channel: 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 "zip.ml", line 72, characters 16-38: 72 | of_channel: Pervasives.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 File "zip.ml", line 221, characters 11-33: 221 | let ic = Pervasives.open_in_bin filename in ^^^^^^^^^^^^^^^^^^^^^^ 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 "zip.ml", line 236, characters 2-21: 236 | Pervasives.close_in ifile.if_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 "zip.ml", line 372, characters 17-40: 372 | of_channel = Pervasives.open_out_bin filename; ^^^^^^^^^^^^^^^^^^^^^^^ 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 "zip.ml", line 419, characters 2-22: 419 | Pervasives.close_out oc ^^^^^^^^^^^^^^^^^^^^ 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 "zip.ml", line 554, characters 4-23: 554 | Pervasives.close_in ic ^^^^^^^^^^^^^^^^^^^ 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 "zip.ml", line 556, characters 4-23: 556 | Pervasives.close_in ic; raise x ^^^^^^^^^^^^^^^^^^^ 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 -g -safe-string -c -ccopt -g zlibstubs.c zlibstubs.c: In function 'camlzip_error': zlibstubs.c:40:23: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 40 | camlzip_error_exn = caml_named_value("Zlib.Error"); | ^ ocamlmklib -o zip -oc camlzip zlib.cmo zip.cmo gzip.cmo \ -lz ocamlmklib -oc camlzip zlibstubs.o \ -lz + /usr/bin/make -O -j8 V=1 VERBOSE=1 allopt ocamlopt -safe-string -c zlib.ml ocamlopt -safe-string -c gzip.ml File "gzip.ml", line 23, characters 13-34: 23 | { in_chan: 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 "gzip.ml", line 77, characters 16-38: 77 | open_in_chan (Pervasives.open_in_bin filename) ^^^^^^^^^^^^^^^^^^^^^^ 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 "gzip.ml", line 81, characters 12-28: 81 | let n = Pervasives.input iz.in_chan iz.in_buffer 0 ^^^^^^^^^^^^^^^^ 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 "gzip.ml", line 107, characters 14-30: 107 | let n = Pervasives.input iz.in_chan iz.in_buffer 0 ^^^^^^^^^^^^^^^^ 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 "gzip.ml", line 165, characters 2-21: 165 | Pervasives.close_in iz.in_chan ^^^^^^^^^^^^^^^^^^^ 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 "gzip.ml", line 168, characters 14-36: 168 | { out_chan: Pervasives.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 File "gzip.ml", line 195, characters 24-47: 195 | open_out_chan ~level (Pervasives.open_out_bin filename) ^^^^^^^^^^^^^^^^^^^^^^^ 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 "gzip.ml", line 202, characters 4-21: 202 | Pervasives.output oz.out_chan oz.out_buffer 0 oz.out_pos; ^^^^^^^^^^^^^^^^^ 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 "gzip.ml", line 235, characters 4-26: 235 | Pervasives.output_byte oc (Int32.to_int !r); ^^^^^^^^^^^^^^^^^^^^^^ 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 "gzip.ml", line 243, characters 6-23: 243 | Pervasives.output oz.out_chan oz.out_buffer 0 oz.out_pos; ^^^^^^^^^^^^^^^^^ 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 "gzip.ml", line 257, characters 4-21: 257 | Pervasives.output oz.out_chan oz.out_buffer 0 oz.out_pos; ^^^^^^^^^^^^^^^^^ 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 "gzip.ml", line 266, characters 2-22: 266 | Pervasives.close_out oz.out_chan ^^^^^^^^^^^^^^^^^^^^ 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 ocamlopt -safe-string -c zip.ml File "zip.ml", line 62, characters 16-37: 62 | if_channel: 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 "zip.ml", line 72, characters 16-38: 72 | of_channel: Pervasives.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 File "zip.ml", line 221, characters 11-33: 221 | let ic = Pervasives.open_in_bin filename in ^^^^^^^^^^^^^^^^^^^^^^ 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 "zip.ml", line 236, characters 2-21: 236 | Pervasives.close_in ifile.if_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 "zip.ml", line 372, characters 17-40: 372 | of_channel = Pervasives.open_out_bin filename; ^^^^^^^^^^^^^^^^^^^^^^^ 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 "zip.ml", line 419, characters 2-22: 419 | Pervasives.close_out oc ^^^^^^^^^^^^^^^^^^^^ 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 "zip.ml", line 554, characters 4-23: 554 | Pervasives.close_in ic ^^^^^^^^^^^^^^^^^^^ 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 "zip.ml", line 556, characters 4-23: 556 | Pervasives.close_in ic; raise x ^^^^^^^^^^^^^^^^^^^ 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 -o zip -oc camlzip zlib.cmx zip.cmx gzip.cmx \ -lz ocamlopt -safe-string -shared -linkall -I ./ -o zip.cmxs zip.cmxa + mkdir -p doc + ocamldoc -colorize-code -html gzip.mli zip.mli zlib.mli -d doc File "gzip.mli", line 29, characters 18-39: 29 | val open_in_chan: Pervasives.in_channel -> 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 "gzip.mli", line 89, characters 33-55: 89 | val open_out_chan: ?level: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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4CA3EH + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64 + cd camlzip-rel107 + '[' 1 -eq 1 ']' + export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64 + DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64 + export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml + export DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/stublibs + DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/stublibs + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/stublibs + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/zip + make install-findlib cp META-zip META && \ ocamlfind install zip META *.mli *.a *.cmi *.cma gzip.cmx zip.cmx zlib.cmx zip.cmxa zip.cmxs dllcamlzip.so && \ rm META Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/zip/zip.cmxs Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/zip/zip.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/zip/zlib.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/zip/zip.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/zip/gzip.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/zip/zip.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/zip/zlib.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/zip/zip.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/zip/gzip.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/zip/zip.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/zip/libcamlzip.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/zip/zlib.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/zip/zip.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/zip/gzip.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/stublibs/dllcamlzip.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/stublibs/dllcamlzip.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/zip/META cp META-camlzip META && \ ocamlfind install camlzip META && \ rm META Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64//usr/lib64/ocaml/camlzip/META + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.07-9.mga8 --unique-debug-suffix -1.07-9.mga8.aarch64 --unique-debug-src-base ocaml-camlzip-1.07-9.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/camlzip-rel107 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64/usr/lib64/ocaml/zip/zip.cmxs extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64/usr/lib64/ocaml/zip/zip.cmxs explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64/usr/lib64/ocaml/stublibs/dllcamlzip.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64/usr/lib64/ocaml/stublibs/dllcamlzip.so original debug info size: 96kB, size after compression: 100kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 12 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-camlzip-1.07-9.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NwTuSH + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camlzip-rel107 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64/usr/share/doc/ocaml-camlzip + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64/usr/share/doc/ocaml-camlzip + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64/usr/share/doc/ocaml-camlzip + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64/usr/share/doc/ocaml-camlzip + cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64/usr/share/doc/ocaml-camlzip + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Gzip) = 47bf3b199ec27ed5f8d16609ade837c4 ocaml(Zip) = 82a41225fe0caa7fb1c9b3de8060552b ocaml(Zlib) = 1e2754009f2d349a1a3906dc39722e88 ocaml-camlzip = 1.07-9.mga8 ocaml-camlzip(aarch-64) = 1.07-9.mga8 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.17)(64bit) libz.so.1()(64bit) ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__bigarray) = 33ee4c2e3aa5fb2f083dd780ce492c0b ocaml(Stdlib__bytes) = 772b4012f2db40e66e9c581c84cada7e ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__char) = 2f2acf8bdbc1a264012f13ea21fa0c4b ocaml(Stdlib__complex) = 067e32179a81c1c8dbdd0a8d52b0c645 ocaml(Stdlib__hashtbl) = ae8edb4e1fa8a825285031ff0efc80c8 ocaml(Stdlib__int32) = aa83c6f44c2474e5227a6c8f103e87cf ocaml(Stdlib__int64) = 4214fced4b9c03c07eae7c7eb29450c4 ocaml(Stdlib__list) = 13989ef6fbcb7235b257d3df9a80253a ocaml(Stdlib__pervasives) = b21448628d3d122ebdaa9995cac0ba7f ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__sys) = bb80c4c4a8134d83861bb3ff49d07ce4 ocaml(Unix) = ba30fbe5ee87d3d4d5bd805af35f363b ocaml(Zlib) = 1e2754009f2d349a1a3906dc39722e88 Processing files: ocaml-camlzip-devel-1.07-9.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xlcWHG + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camlzip-rel107 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64/usr/share/doc/ocaml-camlzip-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64/usr/share/doc/ocaml-camlzip-devel + cp -pr test /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64/usr/share/doc/ocaml-camlzip-devel + cp -pr doc /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64/usr/share/doc/ocaml-camlzip-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Gzip) = 47bf3b199ec27ed5f8d16609ade837c4 ocaml(Zip) = 82a41225fe0caa7fb1c9b3de8060552b ocaml(Zlib) = 1e2754009f2d349a1a3906dc39722e88 ocaml-camlzip-devel = 1.07-9.mga8 ocaml-camlzip-devel(aarch-64) = 1.07-9.mga8 ocamlx(Gzip) = 725997b91953aece9a1aac6ecd61bcc8 ocamlx(Zip) = 8b31b4ad3d079f4dc52a5450d5228426 ocamlx(Zlib) = 3610f541b603644e0bf6e13cf304599b 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.17)(64bit) libz.so.1()(64bit) ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__bigarray) = 33ee4c2e3aa5fb2f083dd780ce492c0b ocaml(Stdlib__bytes) = 772b4012f2db40e66e9c581c84cada7e ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__char) = 2f2acf8bdbc1a264012f13ea21fa0c4b ocaml(Stdlib__complex) = 067e32179a81c1c8dbdd0a8d52b0c645 ocaml(Stdlib__hashtbl) = ae8edb4e1fa8a825285031ff0efc80c8 ocaml(Stdlib__int32) = aa83c6f44c2474e5227a6c8f103e87cf ocaml(Stdlib__int64) = 4214fced4b9c03c07eae7c7eb29450c4 ocaml(Stdlib__list) = 13989ef6fbcb7235b257d3df9a80253a ocaml(Stdlib__pervasives) = b21448628d3d122ebdaa9995cac0ba7f ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__sys) = bb80c4c4a8134d83861bb3ff49d07ce4 ocaml(Unix) = ba30fbe5ee87d3d4d5bd805af35f363b ocaml(Zlib) = 1e2754009f2d349a1a3906dc39722e88 ocamlx(Stdlib) = 6b88613cf2b6620d6f11cd8a342880fc ocamlx(Stdlib__bytes) = 6f160e4554ac4fc65dcb567dac770c1b ocamlx(Stdlib__callback) = 6f6b40fcf5f20c4ef361f7a516fc4327 ocamlx(Stdlib__hashtbl) = 1f15ad224dfe918b6a17c157f0f5836e ocamlx(Stdlib__int32) = be315a06dd915963aef90cd481c312ac ocamlx(Stdlib__list) = e3a5f633b69d62d35929d9e3f6c26a20 ocamlx(Stdlib__pervasives) = a4e6439f19e44d97d49bbd087347b9ec ocamlx(Stdlib__string) = c268f14a681ed6708f8a9cb396a73317 ocamlx(Stdlib__sys) = cc30c95de291d0ad184f95f6134db5d2 ocamlx(Unix) = ba030e73c9a8a296035219290541184c ocamlx(Zlib) = 3610f541b603644e0bf6e13cf304599b Processing files: ocaml-camlzip-debugsource-1.07-9.mga8.aarch64 Provides: ocaml-camlzip-debugsource = 1.07-9.mga8 ocaml-camlzip-debugsource(aarch-64) = 1.07-9.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-camlzip-debuginfo-1.07-9.mga8.aarch64 Provides: debuginfo(build-id) = e34e37263b9057425b46ba417c1da8acf8cffa4f ocaml-camlzip-debuginfo = 1.07-9.mga8 ocaml-camlzip-debuginfo(aarch-64) = 1.07-9.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-camlzip-debugsource(aarch-64) = 1.07-9.mga8 Processing files: ocaml-camlzip-devel-debuginfo-1.07-9.mga8.aarch64 Provides: debuginfo(build-id) = 09421e199ef6d7b19dedfc8e79eb34ec87823665 ocaml-camlzip-devel-debuginfo = 1.07-9.mga8 ocaml-camlzip-devel-debuginfo(aarch-64) = 1.07-9.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-camlzip-debugsource(aarch-64) = 1.07-9.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-camlzip-debugsource-1.07-9.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-camlzip-1.07-9.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-camlzip-devel-debuginfo-1.07-9.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-camlzip-debuginfo-1.07-9.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-camlzip-devel-1.07-9.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5bMdfE + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camlzip-rel107 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.07-9.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LUOILG + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf camlzip-rel107 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!