<86>Oct 10 04:08:32 userdel[2034357]: delete user 'rooter' <86>Oct 10 04:08:32 userdel[2034357]: removed group 'rooter' owned by 'rooter' <86>Oct 10 04:08:32 userdel[2034357]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 10 04:08:32 groupadd[2034364]: group added to /etc/group: name=rooter, GID=633 <86>Oct 10 04:08:32 groupadd[2034364]: group added to /etc/gshadow: name=rooter <86>Oct 10 04:08:32 groupadd[2034364]: new group: name=rooter, GID=633 <86>Oct 10 04:08:32 useradd[2034373]: new user: name=rooter, UID=633, GID=633, home=/root, shell=/bin/bash <86>Oct 10 04:08:32 userdel[2034380]: delete user 'builder' <86>Oct 10 04:08:32 userdel[2034380]: removed group 'builder' owned by 'builder' <86>Oct 10 04:08:32 userdel[2034380]: removed shadow group 'builder' owned by 'builder' <86>Oct 10 04:08:32 groupadd[2034389]: group added to /etc/group: name=builder, GID=634 <86>Oct 10 04:08:32 groupadd[2034389]: group added to /etc/gshadow: name=builder <86>Oct 10 04:08:32 groupadd[2034389]: new group: name=builder, GID=634 <86>Oct 10 04:08:32 useradd[2034393]: new user: name=builder, UID=634, GID=634, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/ocaml-zip-1.10-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: exceptions <13>Oct 10 04:08:33 rpmi: ocaml-runtime-4.12.0-alt1 sisyphus+279404.100.2.2 1626535812 installed <13>Oct 10 04:08:33 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+268936.100.1.1 1617543918 installed <13>Oct 10 04:08:43 rpmi: ocaml-4.12.0-alt1 sisyphus+279404.100.2.2 1626535812 installed <13>Oct 10 04:08:43 rpmi: ocaml-findlib-1.9.1-alt2 sisyphus+279404.500.2.2 1626536218 installed <13>Oct 10 04:08:43 rpmi: zlib-devel-1.2.11-alt1 sisyphus+278099.4700.1.1 1626031564 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-zip-1.10-alt1.nosrc.rpm (w1.gzdio) Installing ocaml-zip-1.10-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.48967 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-zip-1.10 + echo 'Source #0 (ocaml-zip-1.10.tar):' Source #0 (ocaml-zip-1.10.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-zip-1.10.tar + cd ocaml-zip-1.10 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.48967 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-zip-1.10 + make -j8 all make: Entering directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' ocamlfind ocamlc -g -safe-string -c zlib.mli make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' make: Entering directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' ocamlfind ocamlc -g -safe-string -c zip.mli make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' make: Entering directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' 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 make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' make: Entering directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' ocamlfind ocamlc -g -safe-string -c zlib.ml make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' make: Entering directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' 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 make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' make: Entering directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' 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 make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' make: Entering directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmo zip.cmo gzip.cmo \ -lz make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' make: Entering directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' ocamlfind ocamlc -g -safe-string -c -ccopt -g zlibstubs.c make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' make: Entering directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' ocamlfind ocamlmklib -oc camlzip zlibstubs.o \ -lz make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' + make -j8 allopt make: Entering directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' ocamlfind ocamlopt -safe-string -c zlib.ml make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' make: Entering directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' 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 make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' make: Entering directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' 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 make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' make: Entering directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmx zip.cmx gzip.cmx \ -lz make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' make: Entering directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' ocamlfind ocamlopt -safe-string -shared -linkall -I ./ -o zip.cmxs zip.cmxa make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' + cat + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.98789 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-zip-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-zip-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-zip-1.10 + mkdir -p /usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml/zip + mkdir -p /usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml/stublibs + export DESTDIR=/usr/src/tmp/ocaml-zip-buildroot + DESTDIR=/usr/src/tmp/ocaml-zip-buildroot + export OCAMLFIND_DESTDIR=/usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml + ocamlfind install zip zip.cma zip.cmxa libcamlzip.a zip.a gzip.cmx zip.cmx zlib.cmx gzip.cmi zip.cmi zlib.cmi gzip.mli zip.mli zlib.mli dllcamlzip.so META Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml/zip/zlib.mli Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml/zip/zip.mli Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml/zip/gzip.mli Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml/zip/zlib.cmi Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml/zip/zip.cmi Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml/zip/gzip.cmi Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml/zip/zlib.cmx Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml/zip/zip.cmx Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml/zip/gzip.cmx Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml/zip/zip.a Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml/zip/libcamlzip.a Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml/zip/zip.cmxa Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml/zip/zip.cma Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml/stublibs/dllcamlzip.so Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml/stublibs/dllcamlzip.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib64/ocaml/zip/META + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-zip-buildroot (auto) mode of './usr/lib64/ocaml/stublibs/dllcamlzip.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ocaml-zip-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-zip-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-zip-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-zip-buildroot ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-zip-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllcamlzip.so: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllcamlzip.so: undefined symbol: caml_named_value verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllcamlzip.so: undefined symbol: caml_stat_free verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllcamlzip.so: undefined symbol: caml_alloc_small verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllcamlzip.so: undefined symbol: caml_copy_int32 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllcamlzip.so: undefined symbol: caml_raise verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllcamlzip.so: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllcamlzip.so: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllcamlzip.so: undefined symbol: caml_stat_alloc verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllcamlzip.so: undefined symbol: caml_invalid_argument Processing files: ocaml-zip-1.10-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LGxKny find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ItIOFx find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml4-zip, ocaml-cmi(Gzip) = 4.12.0-3BFAC018, ocaml-cmi(Zip) = 4.12.0-2BBF2470, ocaml-cmi(Zlib) = 4.12.0-D02073C5, ocaml-dll(camlzip) Requires: libz.so.1()(64bit) >= set:khb6pwmWdIhpAOoqvxaG1, ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__bigarray) = 4.12.0-73871E61, ocaml-cmi(Stdlib__bytes) = 4.12.0-7EBE0A81, ocaml-cmi(Stdlib__callback) = 4.12.0-21C02ABB, ocaml-cmi(Stdlib__char) = 4.12.0-CCD3738D, ocaml-cmi(Stdlib__complex) = 4.12.0-81367AAA, ocaml-cmi(Stdlib__either) = 4.12.0-2555BF09, ocaml-cmi(Stdlib__hashtbl) = 4.12.0-C3EC10B9, ocaml-cmi(Stdlib__int32) = 4.12.0-4C0749E5, ocaml-cmi(Stdlib__int64) = 4.12.0-6CF7F095, ocaml-cmi(Stdlib__list) = 4.12.0-88609EF3, ocaml-cmi(Stdlib__pervasives) = 4.12.0-382FD751, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmi(Stdlib__string) = 4.12.0-9F0E4229, ocaml-cmi(Stdlib__sys) = 4.12.0-EB89F871, ocaml-cmi(Unix) = 4.12.0-EADECC35, ocaml-runtime = 4.12.0, rtld(GNU_HASH), zlib Requires(rpmlib): rpmlib(SetVersions) Obsoletes: ocaml4-zip Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wRioIx Creating ocaml-zip-debuginfo package Processing files: ocaml-zip-devel-1.10-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5MPVAA find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.stXdmA find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmx(Gzip) = 4.12.0-ED7C83BF, ocaml-cmx(Zip) = 4.12.0-EF8C3F17, ocaml-cmx(Zlib) = 4.12.0-3AF5400E Requires: ocaml-zip = 1.10-alt1, /usr/lib64/ocaml/stublibs/dllcamlzip.so, ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(Gzip) = 4.12.0-3BFAC018, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__bigarray) = 4.12.0-73871E61, ocaml-cmi(Stdlib__bytes) = 4.12.0-7EBE0A81, ocaml-cmi(Stdlib__callback) = 4.12.0-21C02ABB, ocaml-cmi(Stdlib__char) = 4.12.0-CCD3738D, ocaml-cmi(Stdlib__complex) = 4.12.0-81367AAA, ocaml-cmi(Stdlib__either) = 4.12.0-2555BF09, ocaml-cmi(Stdlib__hashtbl) = 4.12.0-C3EC10B9, ocaml-cmi(Stdlib__int32) = 4.12.0-4C0749E5, ocaml-cmi(Stdlib__int64) = 4.12.0-6CF7F095, ocaml-cmi(Stdlib__list) = 4.12.0-88609EF3, ocaml-cmi(Stdlib__pervasives) = 4.12.0-382FD751, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmi(Stdlib__string) = 4.12.0-9F0E4229, ocaml-cmi(Stdlib__sys) = 4.12.0-EB89F871, ocaml-cmi(Unix) = 4.12.0-EADECC35, ocaml-cmi(Zip) = 4.12.0-2BBF2470, ocaml-cmi(Zlib) = 4.12.0-D02073C5, ocaml-cmx(Stdlib) = 4.12.0-90535572, ocaml-cmx(Stdlib__bytes) = 4.12.0-1920173D, ocaml-cmx(Stdlib__callback) = 4.12.0-F51FFEA7, ocaml-cmx(Stdlib__hashtbl) = 4.12.0-D6C11956, ocaml-cmx(Stdlib__int32) = 4.12.0-567DA02F, ocaml-cmx(Stdlib__list) = 4.12.0-53D7956D, ocaml-cmx(Stdlib__pervasives) = 4.12.0-57AD9984, ocaml-cmx(Stdlib__string) = 4.12.0-0F51BE4F, ocaml-cmx(Stdlib__sys) = 4.12.0-53713114, ocaml-cmx(Unix) = 4.12.0-6CAD08EE, zlib Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dEqSWA Processing files: ocaml-zip-debuginfo-1.10-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Bu3pUz find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dP7iaA find-requires: running scripts (debuginfo) Requires: ocaml-zip = 1.10-alt1, debug64(libz.so.1) Adding to ocaml-zip-devel a strict dependency on ocaml-zip Adding to ocaml-zip-debuginfo a strict dependency on ocaml-zip Removing 4 extra deps from ocaml-zip-devel due to dependency on ocaml-zip Removing 18 extra deps from ocaml-zip-devel due to repentancy on ocaml-zip Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-zip-1.10-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-zip-devel-1.10-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-zip-debuginfo-1.10-alt1.x86_64.rpm (w2.lzdio) 1.00user 0.62system 0:08.71elapsed 18%CPU (0avgtext+0avgdata 25748maxresident)k 0inputs+0outputs (0major+249625minor)pagefaults 0swaps /.out/ocaml-zip-1.10-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions /.out/ocaml-zip-devel-1.10-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions /.out/ocaml-zip-debuginfo-1.10-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: exceptions 13.86user 4.05system 0:24.06elapsed 74%CPU (0avgtext+0avgdata 107700maxresident)k 0inputs+0outputs (31182major+526813minor)pagefaults 0swaps --- ocaml-zip-1.10-alt1.x86_64.rpm.repo 2021-07-17 15:39:16.000000000 +0000 +++ ocaml-zip-1.10-alt1.x86_64.rpm.hasher 2021-10-10 04:08:54.505586635 +0000 @@ -38,3 +38,3 @@ Obsoletes: ocaml4-zip -File: /usr/lib64/ocaml/stublibs/dllcamlzip.so 100644 root:root 6fcf0f9305e018a33fb461e44380fa4f +File: /usr/lib64/ocaml/stublibs/dllcamlzip.so 100644 root:root 6375bf359ffdafbb493345fe046e0961 File: /usr/lib64/ocaml/stublibs/dllcamlzip.so.owner 100644 root:root cdbd2b665e14f8803d6bddc80bff1402 @@ -46,2 +46,2 @@ File: /usr/lib64/ocaml/zip/zlib.cmi 100644 root:root c3c38d5a4e118a49c71a33e514611d47 -RPMIdentity: 243d5b9ec3ee3ac13c9c47ed4b0e1283537c375818353ea72c7f7faffbc5d46f4ef2cf163b080c1c5a6aa9704ac46c5f7ed70de36a46b49ab18d8e1fb7f5971f +RPMIdentity: d16e4e35b896fa196fdfd6eb03cd560b0b63d1851526fb72f4886083fe08b4120d34aaf7e4194d414998391cc82199c661fc9994e0e490b0244b6c00f98c58e0 --- ocaml-zip-debuginfo-1.10-alt1.x86_64.rpm.repo 2021-07-17 15:39:16.000000000 +0000 +++ ocaml-zip-debuginfo-1.10-alt1.x86_64.rpm.hasher 2021-10-10 04:08:54.589586686 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/12 40755 root:root -/usr/lib/debug/.build-id/12/aa8c80eaa1658d63452b6e454133a321b2e539 120777 root:root ../../../../lib64/ocaml/stublibs/dllcamlzip.so -/usr/lib/debug/.build-id/12/aa8c80eaa1658d63452b6e454133a321b2e539.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllcamlzip.so.debug +/usr/lib/debug/.build-id/fc 40755 root:root +/usr/lib/debug/.build-id/fc/b0780ca13cfbe3322e7302ad2d763411951e55 120777 root:root ../../../../lib64/ocaml/stublibs/dllcamlzip.so +/usr/lib/debug/.build-id/fc/b0780ca13cfbe3322e7302ad2d763411951e55.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllcamlzip.so.debug /usr/lib/debug/usr/lib64/ocaml 40755 root:root @@ -12,10 +12,10 @@ Provides: ocaml-zip-debuginfo = 1.10-alt1:sisyphus+279404.700.2.2 -File: /usr/lib/debug/.build-id/12 40755 root:root -File: /usr/lib/debug/.build-id/12/aa8c80eaa1658d63452b6e454133a321b2e539 120777 root:root ../../../../lib64/ocaml/stublibs/dllcamlzip.so -File: /usr/lib/debug/.build-id/12/aa8c80eaa1658d63452b6e454133a321b2e539.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllcamlzip.so.debug +File: /usr/lib/debug/.build-id/fc 40755 root:root +File: /usr/lib/debug/.build-id/fc/b0780ca13cfbe3322e7302ad2d763411951e55 120777 root:root ../../../../lib64/ocaml/stublibs/dllcamlzip.so +File: /usr/lib/debug/.build-id/fc/b0780ca13cfbe3322e7302ad2d763411951e55.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllcamlzip.so.debug File: /usr/lib/debug/usr/lib64/ocaml 40755 root:root File: /usr/lib/debug/usr/lib64/ocaml/stublibs 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/stublibs/dllcamlzip.so.debug 100644 root:root d422cb9cb3bffbfdd941760bf3f39a5a +File: /usr/lib/debug/usr/lib64/ocaml/stublibs/dllcamlzip.so.debug 100644 root:root 9726ba30056efe5fa10770eb0ea00b97 File: /usr/src/debug/ocaml-zip-1.10 40755 root:root File: /usr/src/debug/ocaml-zip-1.10/zlibstubs.c 100644 root:root 69af0d402ba2728e014380dd38c7a46c -RPMIdentity: be3ef7a491ab35003e9ea8f1225c067b14e2fb0c3a8bee1a06215a78c2b5b122d4fec3b56ad81228e51bf0f209f51d5b3322103a48873695edde8cfd398ab690 +RPMIdentity: 42b21fc847feb256a4d4745af94fb07a070e8e51176c0d4282ccf082f37b42c9f3b8afbe659a1e81b33de4d02a1e287b54d352c2dbce2cfbe8261e702562de2a