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-camlzip-1.10-3.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9Yr01m + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf camlzip-rel110 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/rel110.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd camlzip-rel110 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's,ocamlfind install,& -ldconf /home/iurt/rpmbuild/BUILD/camlzip-rel110/ld.conf,' Makefile + sed -i 's/1\.09/1.10/' META-zip + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7qBeKr + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camlzip-rel110 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 depend gcc -MM *.c > .depend ocamlfind ocamldep *.mli *.ml >> .depend + /usr/bin/make -O -j8 V=1 VERBOSE=1 all ocamlfind ocamlc -g -safe-string -c zlib.mli ocamlfind ocamlc -g -safe-string -c zip.mli ocamlfind 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 ocamlfind ocamlc -g -safe-string -c zlib.ml ocamlfind 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 11-33: 77 | 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 "gzip.ml", line 81, characters 4-23: 81 | Pervasives.close_in ic; raise exn ^^^^^^^^^^^^^^^^^^^ 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 85, characters 12-28: 85 | 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 111, characters 14-30: 111 | 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 169, characters 2-21: 169 | 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 172, characters 14-36: 172 | { 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 199, characters 24-47: 199 | 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 2-19: 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 240, characters 4-26: 240 | 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 265, characters 2-18: 265 | Pervasives.flush 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 File "gzip.ml", line 278, characters 2-22: 278 | 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 ocamlfind 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 234, characters 4-23: 234 | Pervasives.close_in ic; raise exn ^^^^^^^^^^^^^^^^^^^ 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 239, characters 2-21: 239 | 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 375, characters 17-40: 375 | 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 422, characters 2-22: 422 | 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 557, characters 4-23: 557 | 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 559, characters 4-23: 559 | 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 ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmo zip.cmo gzip.cmo \ -lz ocamlfind ocamlc -g -safe-string -c -ccopt -g zlibstubs.c ocamlfind ocamlmklib -oc camlzip zlibstubs.o \ -lz + /usr/bin/make -O -j8 V=1 VERBOSE=1 allopt ocamlfind ocamlopt -safe-string -c zlib.ml ocamlfind 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 11-33: 77 | 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 "gzip.ml", line 81, characters 4-23: 81 | Pervasives.close_in ic; raise exn ^^^^^^^^^^^^^^^^^^^ 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 85, characters 12-28: 85 | 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 111, characters 14-30: 111 | 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 169, characters 2-21: 169 | 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 172, characters 14-36: 172 | { 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 199, characters 24-47: 199 | 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 2-19: 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 240, characters 4-26: 240 | 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 265, characters 2-18: 265 | Pervasives.flush 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 File "gzip.ml", line 278, characters 2-22: 278 | 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 ocamlfind 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 234, characters 4-23: 234 | Pervasives.close_in ic; raise exn ^^^^^^^^^^^^^^^^^^^ 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 239, characters 2-21: 239 | 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 375, characters 17-40: 375 | 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 422, characters 2-22: 422 | 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 557, characters 4-23: 557 | 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 559, characters 4-23: 559 | 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 ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmx zip.cmx gzip.cmx \ -lz ocamlfind 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 ++ ar t libcamlzip.a + ocamlmklib -g -ldopt ' -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' -lz -o camlzip zlibstubs.o + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7U9Hai + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64 + cd camlzip-rel110 + '[' 1 -eq 1 ']' + export DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64 + DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64 + export OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml + export DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/stublibs + DLLDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/stublibs + export EXT_DLL=.so + EXT_DLL=.so + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/stublibs + install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/zip + touch ld.conf + make install-findlib cp META-zip META && \ ocamlfind install -ldconf /home/iurt/rpmbuild/BUILD/camlzip-rel110/ld.conf 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.10-3.mga9.aarch64//usr/lib64/ocaml/zip/zip.cmxs Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/zip/zip.cmxa Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/zip/zlib.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/zip/zip.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/zip/gzip.cmx Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/zip/zip.cma Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/zip/zlib.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/zip/zip.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/zip/gzip.cmi Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/zip/zip.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/zip/libcamlzip.a Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/zip/zlib.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/zip/zip.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/zip/gzip.mli Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/stublibs/dllcamlzip.so Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/stublibs/dllcamlzip.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/zip/META cp META-camlzip META && \ ocamlfind install -ldconf /home/iurt/rpmbuild/BUILD/camlzip-rel110/ld.conf camlzip META && \ rm META Installed /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64//usr/lib64/ocaml/camlzip/META + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.10-3.mga9 --unique-debug-suffix -1.10-3.mga9.aarch64 --unique-debug-src-base ocaml-camlzip-1.10-3.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/camlzip-rel110 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64/usr/lib64/ocaml/stublibs/dllcamlzip.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64/usr/lib64/ocaml/zip/zip.cmxs dwz: ./usr/lib64/ocaml/stublibs/dllcamlzip.so-1.10-3.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/ocaml/zip/zip.cmxs-1.10-3.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 72kB, size after compression: 72kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 2 CRC32s did match. 13 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 Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.fc1Tok + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camlzip-rel110 + '[' 1 -eq 1 ']' + export LD_LIBRARY_PATH=/home/iurt/rpmbuild/BUILD/camlzip-rel110 + LD_LIBRARY_PATH=/home/iurt/rpmbuild/BUILD/camlzip-rel110 + make -C test make: Entering directory '/home/iurt/rpmbuild/BUILD/camlzip-rel110/test' ocamlc -ccopt -g -g -I .. -o minizip unix.cma ../zip.cma minizip.ml ocamlc -ccopt -g -g -I .. -o minigzip ../zip.cma minigzip.ml ocamlc -g -I .. -o testzlib ../zip.cma testzlib.ml make: Leaving directory '/home/iurt/rpmbuild/BUILD/camlzip-rel110/test' + test/testzlib Makefile Makefile.gz + test/testzlib -d Makefile.gz Makefile.uncompressed + cmp Makefile Makefile.uncompressed + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ocaml-camlzip-1.10-3.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.W3JNcA + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camlzip-rel110 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.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.10-3.mga9.aarch64/usr/share/doc/ocaml-camlzip + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64/usr/share/doc/ocaml-camlzip + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64/usr/share/doc/ocaml-camlzip + cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64/usr/share/doc/ocaml-camlzip + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Gzip) = ba20c93db0f207b847b5539bf31d77d4 ocaml(Zip) = a3660e7cb5210d913d60fccdb5c25102 ocaml(Zlib) = c7adfed4efa28e53fdd7be65c77d79c4 ocaml-camlzip = 1.10-3.mga9 ocaml-camlzip(aarch-64) = 1.10-3.mga9 ocaml-zip = 1.10-3.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libz.so.1()(64bit) ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Bigarray) = 0658efab07b830634f1823572d2cce61 ocaml(Stdlib__Bytes) = cbde478960c3a756d3d7c559b25871ed ocaml(Stdlib__Callback) = be7617c46974ca4057e76573498f075e ocaml(Stdlib__Char) = 61e527e7ba78bf9450c29456437722da ocaml(Stdlib__Complex) = dc5b34d1ccde5a5d3b060f66f0bf3ab0 ocaml(Stdlib__Either) = 24a5d315a7028b5fabcaa9f6b3def93c ocaml(Stdlib__Hashtbl) = f8a1618a0afdf7b51a7efc58d3ada50b ocaml(Stdlib__Int32) = d70207015a28d6f8cb16cbf3df490417 ocaml(Stdlib__Int64) = 55e959e4ff2aaf232f465daffa26c424 ocaml(Stdlib__List) = a655ec23bee4d972dcda1182a3264cf3 ocaml(Stdlib__Pervasives) = 972f7c198e72b06bf255eb0a8e40b5da ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocaml(Stdlib__String) = 2e8342c86495af4a502e4634e35933ed ocaml(Stdlib__Sys) = 77e29567f2d5143158a3c6ae227ebb37 ocaml(Unix) = 49c6c492a189deeaed5bf77a6793e7fa ocaml(Zlib) = c7adfed4efa28e53fdd7be65c77d79c4 Processing files: ocaml-camlzip-devel-1.10-3.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6JMdxy + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camlzip-rel110 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.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.10-3.mga9.aarch64/usr/share/doc/ocaml-camlzip-devel + cp -pr test /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64/usr/share/doc/ocaml-camlzip-devel + cp -pr doc /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64/usr/share/doc/ocaml-camlzip-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Gzip) = ba20c93db0f207b847b5539bf31d77d4 ocaml(Minigzip) = 7cf8821d45b45736c7df6231c7a5d454 ocaml(Minizip) = 777c770356950a92f9ee21302561980a ocaml(Testzlib) = 325e29b9dd428610b57d1ff16aa8eadb ocaml(Zip) = a3660e7cb5210d913d60fccdb5c25102 ocaml(Zlib) = c7adfed4efa28e53fdd7be65c77d79c4 ocaml-camlzip-devel = 1.10-3.mga9 ocaml-camlzip-devel(aarch-64) = 1.10-3.mga9 ocaml-zip-devel = 1.10-3.mga9 ocamlx(Gzip) = b6bf1bbc756b3fd747ac51f69b4766a2 ocamlx(Zip) = c99bff89b61e68262265e689aa7a708c ocamlx(Zlib) = d6e78de9e2c0fe13161208d6ff7b56c1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libz.so.1()(64bit) ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Gzip) = ba20c93db0f207b847b5539bf31d77d4 ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Array) = 581e55eba14aacb7d3a90da809c6bf38 ocaml(Stdlib__Bigarray) = 0658efab07b830634f1823572d2cce61 ocaml(Stdlib__Buffer) = ae6f92ba6bb2f608ab1494d80d56dc6a ocaml(Stdlib__Bytes) = cbde478960c3a756d3d7c559b25871ed ocaml(Stdlib__Callback) = be7617c46974ca4057e76573498f075e ocaml(Stdlib__Char) = 61e527e7ba78bf9450c29456437722da ocaml(Stdlib__Complex) = dc5b34d1ccde5a5d3b060f66f0bf3ab0 ocaml(Stdlib__Either) = 24a5d315a7028b5fabcaa9f6b3def93c ocaml(Stdlib__Filename) = 4815d5ca896991372fe7e52d879cef8b ocaml(Stdlib__Hashtbl) = f8a1618a0afdf7b51a7efc58d3ada50b ocaml(Stdlib__Int32) = d70207015a28d6f8cb16cbf3df490417 ocaml(Stdlib__Int64) = 55e959e4ff2aaf232f465daffa26c424 ocaml(Stdlib__List) = a655ec23bee4d972dcda1182a3264cf3 ocaml(Stdlib__Pervasives) = 972f7c198e72b06bf255eb0a8e40b5da ocaml(Stdlib__Printf) = 0e709b4af7558eb0589bebb98388ce8e ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocaml(Stdlib__String) = 2e8342c86495af4a502e4634e35933ed ocaml(Stdlib__Sys) = 77e29567f2d5143158a3c6ae227ebb37 ocaml(Stdlib__Uchar) = 6f39f075b573943ab932cfc8fc5bfd5d ocaml(Unix) = 49c6c492a189deeaed5bf77a6793e7fa ocaml(Zip) = a3660e7cb5210d913d60fccdb5c25102 ocaml(Zlib) = c7adfed4efa28e53fdd7be65c77d79c4 ocamlx(Stdlib) = f8b8b4ee0b917ebd74ad56082a6500fe ocamlx(Stdlib__Bytes) = 33e3746ac47aa01c0ae846774479f668 ocamlx(Stdlib__Callback) = a6d9902a2a7bbbd1662b20a8e42c012d ocamlx(Stdlib__Hashtbl) = 04f772f8913c4d9f535a6c6c2d722fb4 ocamlx(Stdlib__Int32) = bfe3d89d1f3e20975f9cb25a8463e982 ocamlx(Stdlib__List) = 21b8c13f8a244aae814f6acdfce31ac4 ocamlx(Stdlib__Pervasives) = f15e6b9f6b163d72b32658dc146ed556 ocamlx(Stdlib__String) = e3d157a8c85cee272249a1c492e502f5 ocamlx(Stdlib__Sys) = 3aa3655700ec2d80629d3a9555109f96 ocamlx(Unix) = 45eeead1ec6814accfdb44f1a2c4ce1e ocamlx(Zlib) = d6e78de9e2c0fe13161208d6ff7b56c1 Processing files: ocaml-camlzip-debugsource-1.10-3.mga9.aarch64 Provides: ocaml-camlzip-debugsource = 1.10-3.mga9 ocaml-camlzip-debugsource(aarch-64) = 1.10-3.mga9 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.10-3.mga9.aarch64 Provides: debuginfo(build-id) = a7d313343d9942ba8ec24dba717daac26c0f3b93 ocaml-camlzip-debuginfo = 1.10-3.mga9 ocaml-camlzip-debuginfo(aarch-64) = 1.10-3.mga9 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.10-3.mga9 Processing files: ocaml-camlzip-devel-debuginfo-1.10-3.mga9.aarch64 Provides: debuginfo(build-id) = 64f24b8b82a3dbede9faf4dda04aaa5771c60d19 ocaml-camlzip-devel-debuginfo = 1.10-3.mga9 ocaml-camlzip-devel-debuginfo(aarch-64) = 1.10-3.mga9 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.10-3.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-camlzip-debugsource-1.10-3.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-camlzip-debuginfo-1.10-3.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-camlzip-devel-debuginfo-1.10-3.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-camlzip-1.10-3.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-camlzip-devel-1.10-3.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MxaFFK + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd camlzip-rel110 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-camlzip-1.10-3.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.YZBjXy + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf camlzip-rel110 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!