D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/ocaml-camlzip-1.10-7.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.RqIZXh + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build + test -d /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.EnECvC + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build + rm -rf camlzip-rel110 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/rel110.tar.gz + 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/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-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/pterjan/rpmbuild/tmp/rpm-tmp.2gnIRE + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build + cd camlzip-rel110 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j16 V=1 VERBOSE=1 depend gcc -MM *.c > .depend ocamlfind ocamldep *.mli *.ml >> .depend + /usr/bin/make -O -j16 V=1 VERBOSE=1 all 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.mli 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 -j16 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,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' -lz -o camlzip zlibstubs.o + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hQlKKP + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build + mkdir /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT + cd camlzip-rel110 + '[' 1 -eq 1 ']' + export DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT + DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT + export OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml + OCAMLFIND_DESTDIR=/home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml + export DLLDIR=/home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/stublibs + DLLDIR=/home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/stublibs + export EXT_DLL=.so + EXT_DLL=.so + install -d -m 755 /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/stublibs + install -d -m 755 /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/zip + touch ld.conf + make install-findlib cp META-zip META && \ ocamlfind install -ldconf /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-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/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/zip/zip.cmxs Installed /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/zip/zip.cmxa Installed /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/zip/zlib.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/zip/zip.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/zip/gzip.cmx Installed /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/zip/zip.cma Installed /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/zip/zlib.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/zip/zip.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/zip/gzip.cmi Installed /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/zip/zip.a Installed /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/zip/libcamlzip.a Installed /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/zip/zlib.mli Installed /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/zip/zip.mli Installed /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/zip/gzip.mli Installed /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/stublibs/dllcamlzip.so Installed /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/stublibs/dllcamlzip.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/zip/META cp META-camlzip META && \ ocamlfind install -ldconf /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/camlzip-rel110/ld.conf camlzip META && \ rm META Installed /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT//usr/lib64/ocaml/camlzip/META + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.10-7.mga10 --unique-debug-suffix -1.10-7.mga10.x86_64 --unique-debug-src-base ocaml-camlzip-1.10-7.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/camlzip-rel110 find-debuginfo: starting Extracting debug info from 2 files DWARF-compressing 2 files sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/ocaml-camlzip-1.10-7.mga10.x86_64 find-debuginfo: done + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/SPECPARTS/rpm-debuginfo.specpart Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.LPG0lU + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build + cd camlzip-rel110 + '[' 1 -eq 1 ']' + export LD_LIBRARY_PATH=/home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/camlzip-rel110 + LD_LIBRARY_PATH=/home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/camlzip-rel110 + make -C test make: Entering directory '/home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-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/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-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-7.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.lxjPKq + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build + cd camlzip-rel110 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT/usr/share/doc/ocaml-camlzip + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT/usr/share/doc/ocaml-camlzip + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/camlzip-rel110/LICENSE /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT/usr/share/doc/ocaml-camlzip + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/camlzip-rel110/README /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT/usr/share/doc/ocaml-camlzip + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/camlzip-rel110/Changes /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT/usr/share/doc/ocaml-camlzip + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Gzip) = 4c9af7a01d8c96fd14f5b6c6fb3b9e7d ocaml(Zip) = 0611311d26f05fe79e34390886c01f94 ocaml(Zlib) = 5fc0948b9e68343526662923d7e86011 ocaml-camlzip = 1.10-7.mga10 ocaml-camlzip(x86-64) = 1.10-7.mga10 ocaml-zip = 1.10-7.mga10 ocaml-zip(x86-64) = 1.10-7.mga10 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) = 8f8f634558798ee408df3c50a5539b15 ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Bigarray) = 994a14f10d5ae081663b52b790ee11d3 ocaml(Stdlib__Bytes) = 3d02c33317c0108c61e7a5eefa37519a ocaml(Stdlib__Callback) = fe29a598e1902f0b901e88a9865c26ef ocaml(Stdlib__Char) = 62afe57b49defcc078960a68b9efbbee ocaml(Stdlib__Complex) = 4555217c759e89d65daa8f682eb09b35 ocaml(Stdlib__Either) = 26845df28d19584687a38a1ab814c3f9 ocaml(Stdlib__Hashtbl) = 34c0fdd524bf2a75e4d5af64a6d34401 ocaml(Stdlib__Int32) = a71ea5238030770647165f659f80b1ab ocaml(Stdlib__Int64) = 0fa5587c47baf16a06837c7dedfc2518 ocaml(Stdlib__List) = ee222542f6f8195441543b8b399b64b9 ocaml(Stdlib__Pervasives) = dc77fedcffc67c0119b789c66d5ef7bf ocaml(Stdlib__Seq) = b63511032211eae4b567ba313cd72962 ocaml(Stdlib__String) = 097838f294457ecbb61ccbcf86cc6972 ocaml(Stdlib__Sys) = 7726a14ce36f5c6c3abb04975cec748b ocaml(Stdlib__Uchar) = c0dde02a556a6d79e363ad365d165d57 ocaml(Unix) = 84bb8ec8ae50f70acba86f5b72088b1c ocaml(Zlib) = 5fc0948b9e68343526662923d7e86011 Processing files: ocaml-camlzip-devel-1.10-7.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.0jbGhw + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build + cd camlzip-rel110 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT/usr/share/doc/ocaml-camlzip-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT/usr/share/doc/ocaml-camlzip-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/camlzip-rel110/test /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT/usr/share/doc/ocaml-camlzip-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/camlzip-rel110/doc /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT/usr/share/doc/ocaml-camlzip-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Gzip) = 4c9af7a01d8c96fd14f5b6c6fb3b9e7d ocaml(Minigzip) = 395f7bef7508627f534c2ca993383610 ocaml(Minizip) = 745eada2bb5684b89cb3f5e71b364986 ocaml(Testzlib) = 8d593b77b43fb65343816d6c338ffd78 ocaml(Zip) = 0611311d26f05fe79e34390886c01f94 ocaml(Zlib) = 5fc0948b9e68343526662923d7e86011 ocaml-camlzip-devel = 1.10-7.mga10 ocaml-camlzip-devel(x86-64) = 1.10-7.mga10 ocaml-zip-devel = 1.10-7.mga10 ocaml-zip-devel(x86-64) = 1.10-7.mga10 ocamlx(Gzip) = 02e2123e2979c6ff96f76c0f2e5ee365 ocamlx(Zip) = efd34814af9d92b53382b0147eb10137 ocamlx(Zlib) = 34572f3d33557aa0ca1a5e254dca3231 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) = 8f8f634558798ee408df3c50a5539b15 ocaml(Gzip) = 4c9af7a01d8c96fd14f5b6c6fb3b9e7d ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Array) = 622d88fad859d0d0f019e691fc4fa865 ocaml(Stdlib__Bigarray) = 994a14f10d5ae081663b52b790ee11d3 ocaml(Stdlib__Buffer) = 4b09c9a6d0622bbf5a3829234b481822 ocaml(Stdlib__Bytes) = 3d02c33317c0108c61e7a5eefa37519a ocaml(Stdlib__Callback) = fe29a598e1902f0b901e88a9865c26ef ocaml(Stdlib__Char) = 62afe57b49defcc078960a68b9efbbee ocaml(Stdlib__Complex) = 4555217c759e89d65daa8f682eb09b35 ocaml(Stdlib__Either) = 26845df28d19584687a38a1ab814c3f9 ocaml(Stdlib__Filename) = 3bcff250dd30a0e620fa7546882aaadf ocaml(Stdlib__Hashtbl) = 34c0fdd524bf2a75e4d5af64a6d34401 ocaml(Stdlib__Int32) = a71ea5238030770647165f659f80b1ab ocaml(Stdlib__Int64) = 0fa5587c47baf16a06837c7dedfc2518 ocaml(Stdlib__List) = ee222542f6f8195441543b8b399b64b9 ocaml(Stdlib__Pervasives) = dc77fedcffc67c0119b789c66d5ef7bf ocaml(Stdlib__Printf) = bc8af6214197dc8f40eaa738a4cd6a28 ocaml(Stdlib__Seq) = b63511032211eae4b567ba313cd72962 ocaml(Stdlib__String) = 097838f294457ecbb61ccbcf86cc6972 ocaml(Stdlib__Sys) = 7726a14ce36f5c6c3abb04975cec748b ocaml(Stdlib__Uchar) = c0dde02a556a6d79e363ad365d165d57 ocaml(Unix) = 84bb8ec8ae50f70acba86f5b72088b1c ocaml(Zip) = 0611311d26f05fe79e34390886c01f94 ocaml(Zlib) = 5fc0948b9e68343526662923d7e86011 ocamlx(Stdlib) = 38e227ea48015bcdfb5d9a4f1cb2689a ocamlx(Stdlib__Bytes) = e596dc3e9601d184f8fb9caa16ebc39e ocamlx(Stdlib__Callback) = 4071c8a0c213a3d90f3894ee1507cbf1 ocamlx(Stdlib__Hashtbl) = ffa6c0b4e31fbd58c5b0b7fda03f991f ocamlx(Stdlib__Int32) = 902c74c2fdd5555916320d907ba89f7f ocamlx(Stdlib__List) = 55527cfeed14dbd1464fa9bc64111883 ocamlx(Stdlib__Pervasives) = 0f866f8a50318d3d5e7b8917a3c15922 ocamlx(Stdlib__String) = 650b799d3032d2e3c133eae0b21c0f95 ocamlx(Stdlib__Sys) = 5c3bb467dddca8a9684f29a499f12938 ocamlx(Unix) = 7ab988a5f1bc8761aa80f04fc8c5580e ocamlx(Zlib) = 34572f3d33557aa0ca1a5e254dca3231 Processing files: ocaml-camlzip-debugsource-1.10-7.mga10.x86_64 Provides: ocaml-camlzip-debugsource = 1.10-7.mga10 ocaml-camlzip-debugsource(x86-64) = 1.10-7.mga10 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-7.mga10.x86_64 Provides: debuginfo(build-id) = a37100c0ad740dc432c0351b703777ce2d0fd58f ocaml-camlzip-debuginfo = 1.10-7.mga10 ocaml-camlzip-debuginfo(x86-64) = 1.10-7.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-camlzip-debugsource(x86-64) = 1.10-7.mga10 Processing files: ocaml-camlzip-devel-debuginfo-1.10-7.mga10.x86_64 Provides: debuginfo(build-id) = 62fdc7b79997f176a487348825bfae7f1788ba06 ocaml-camlzip-devel-debuginfo = 1.10-7.mga10 ocaml-camlzip-devel-debuginfo(x86-64) = 1.10-7.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-camlzip-debugsource(x86-64) = 1.10-7.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-camlzip-debugsource-1.10-7.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-camlzip-debuginfo-1.10-7.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-camlzip-devel-debuginfo-1.10-7.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-camlzip-1.10-7.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-camlzip-devel-1.10-7.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.X4j1HA + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build + test -d /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build + rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-camlzip-1.10-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!