<86>Sep 14 11:38:30 userdel[669696]: delete user 'rooter' <86>Sep 14 11:38:30 userdel[669696]: removed group 'rooter' owned by 'rooter' <86>Sep 14 11:38:30 userdel[669696]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 14 11:38:30 groupadd[669707]: group added to /etc/group: name=rooter, GID=639 <86>Sep 14 11:38:30 groupadd[669707]: group added to /etc/gshadow: name=rooter <86>Sep 14 11:38:30 groupadd[669707]: new group: name=rooter, GID=639 <86>Sep 14 11:38:30 useradd[669713]: new user: name=rooter, UID=639, GID=639, home=/root, shell=/bin/bash <86>Sep 14 11:38:30 userdel[669724]: delete user 'builder' <86>Sep 14 11:38:30 userdel[669724]: removed group 'builder' owned by 'builder' <86>Sep 14 11:38:30 userdel[669724]: removed shadow group 'builder' owned by 'builder' <86>Sep 14 11:38:30 groupadd[669732]: group added to /etc/group: name=builder, GID=640 <86>Sep 14 11:38:30 groupadd[669732]: group added to /etc/gshadow: name=builder <86>Sep 14 11:38:30 groupadd[669732]: new group: name=builder, GID=640 <86>Sep 14 11:38:30 useradd[669738]: new user: name=builder, UID=640, GID=640, 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>Sep 14 11:38:33 rpmi: ocaml-runtime-4.12.0-alt1 sisyphus+279404.100.2.2 1626535407 installed <13>Sep 14 11:38:33 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+268936.100.1.1 1617543918 installed <13>Sep 14 11:38:49 rpmi: ocaml-4.12.0-alt1 sisyphus+279404.100.2.2 1626535407 installed <13>Sep 14 11:38:49 rpmi: ocaml-findlib-1.9.1-alt2 sisyphus+279404.500.2.2 1626535786 installed <13>Sep 14 11:38:49 rpmi: zlib-devel-1.2.11-alt2 sisyphus+283721.100.1.1 1629847006 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.57421 + 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.57421 + 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 ld: zip.a(zlib.o): warning: relocation in read-only section `.text' ld: warning: creating DT_TEXTREL in a shared object make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zip-1.10' + cat + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.673 + 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/lib/ocaml/zip + mkdir -p /usr/src/tmp/ocaml-zip-buildroot/usr/lib/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/lib/ocaml + OCAMLFIND_DESTDIR=/usr/src/tmp/ocaml-zip-buildroot/usr/lib/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/lib/ocaml/zip/zlib.mli Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib/ocaml/zip/zip.mli Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib/ocaml/zip/gzip.mli Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib/ocaml/zip/zlib.cmi Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib/ocaml/zip/zip.cmi Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib/ocaml/zip/gzip.cmi Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib/ocaml/zip/zlib.cmx Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib/ocaml/zip/zip.cmx Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib/ocaml/zip/gzip.cmx Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib/ocaml/zip/zip.a Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib/ocaml/zip/libcamlzip.a Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib/ocaml/zip/zip.cmxa Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib/ocaml/zip/zip.cma Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib/ocaml/stublibs/dllcamlzip.so Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib/ocaml/stublibs/dllcamlzip.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /usr/src/tmp/ocaml-zip-buildroot/usr/lib/ocaml/stublibs is not mentioned in ld.conf Installed /usr/src/tmp/ocaml-zip-buildroot/usr/lib/ocaml/zip/META + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-zip-buildroot (auto) mode of './usr/lib/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/lib: (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=relaxed,unresolved=normal) verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllcamlzip.so: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllcamlzip.so: undefined symbol: caml_named_value verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllcamlzip.so: undefined symbol: caml_stat_free verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllcamlzip.so: undefined symbol: caml_alloc_small verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllcamlzip.so: undefined symbol: caml_copy_int32 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllcamlzip.so: undefined symbol: caml_raise verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllcamlzip.so: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllcamlzip.so: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllcamlzip.so: undefined symbol: caml_stat_alloc verify-elf: WARNING: ./usr/lib/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.SMaZBk 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.cp1AVg 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 >= 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.5quzej 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.Y8wp1i 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.k9caXg 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-7E718A5A, ocaml-cmx(Zip) = 4.12.0-6D6ABC4C, ocaml-cmx(Zlib) = 4.12.0-701CB5F6 Requires: ocaml-zip = 1.10-alt1, /usr/lib/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-D5811101, ocaml-cmx(Stdlib__bytes) = 4.12.0-65CC81DC, ocaml-cmx(Stdlib__callback) = 4.12.0-0F0BC55C, ocaml-cmx(Stdlib__hashtbl) = 4.12.0-3829FA7A, ocaml-cmx(Stdlib__int32) = 4.12.0-FF3BD564, ocaml-cmx(Stdlib__list) = 4.12.0-DC8662E5, ocaml-cmx(Stdlib__pervasives) = 4.12.0-39209DE9, ocaml-cmx(Stdlib__string) = 4.12.0-6DBCA81D, ocaml-cmx(Stdlib__sys) = 4.12.0-16BCA4B0, ocaml-cmx(Unix) = 4.12.0-AD4D21FE, zlib Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hkp2ch 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.tRNrEk find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YmSA6h find-requires: running scripts (debuginfo) Requires: ocaml-zip = 1.10-alt1, debug(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/i586/ocaml-zip-1.10-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-zip-devel-1.10-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-zip-debuginfo-1.10-alt1.i586.rpm (w2.lzdio) 1.92user 1.62system 0:09.51elapsed 37%CPU (0avgtext+0avgdata 19860maxresident)k 0inputs+0outputs (0major+225383minor)pagefaults 0swaps /.out/ocaml-zip-1.10-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions /.out/ocaml-zip-devel-1.10-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions /.out/ocaml-zip-debuginfo-1.10-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: exceptions 22.86user 8.12system 0:35.69elapsed 86%CPU (0avgtext+0avgdata 103860maxresident)k 0inputs+0outputs (0major+522093minor)pagefaults 0swaps --- ocaml-zip-1.10-alt1.i586.rpm.repo 2021-07-17 15:32:05.682396616 +0000 +++ ocaml-zip-1.10-alt1.i586.rpm.hasher 2021-09-14 11:39:02.606660709 +0000 @@ -38,3 +38,3 @@ Obsoletes: ocaml4-zip -File: /usr/lib/ocaml/stublibs/dllcamlzip.so 100644 root:root 99c031cfc3dbd4468b02a8453779e1b4 +File: /usr/lib/ocaml/stublibs/dllcamlzip.so 100644 root:root e59949378a65bd11391e3803f7325fc2 File: /usr/lib/ocaml/stublibs/dllcamlzip.so.owner 100644 root:root cdbd2b665e14f8803d6bddc80bff1402 @@ -46,2 +46,2 @@ File: /usr/lib/ocaml/zip/zlib.cmi 100644 root:root c3c38d5a4e118a49c71a33e514611d47 -RPMIdentity: a26af815e40994e856b412a157a19d39d6deadf8ee6c844f4b7fe9619f3f72d9ac00d5ec1aa92fd42f12a609f3327f44a4f4679638ee67cd0a1dac47194c73ec +RPMIdentity: 692a22eabf4a85a8a1b6a8c654e893d73eeb966036921c9c36546a4ac851c68129d42816ac5902ff752ba24ce3f46dbb010b0f7d2541fadbc9b3996857ee15dc --- ocaml-zip-debuginfo-1.10-alt1.i586.rpm.repo 2021-07-17 15:32:05.694396767 +0000 +++ ocaml-zip-debuginfo-1.10-alt1.i586.rpm.hasher 2021-09-14 11:39:02.733656470 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/ac 40755 root:root -/usr/lib/debug/.build-id/ac/a24148d249451bda4406be068089cd9c432688 120777 root:root ../../../ocaml/stublibs/dllcamlzip.so -/usr/lib/debug/.build-id/ac/a24148d249451bda4406be068089cd9c432688.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllcamlzip.so.debug +/usr/lib/debug/.build-id/8a 40755 root:root +/usr/lib/debug/.build-id/8a/4812902d385c448907d89dfb3e1fbb18a54001 120777 root:root ../../../ocaml/stublibs/dllcamlzip.so +/usr/lib/debug/.build-id/8a/4812902d385c448907d89dfb3e1fbb18a54001.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllcamlzip.so.debug /usr/lib/debug/usr/lib/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/ac 40755 root:root -File: /usr/lib/debug/.build-id/ac/a24148d249451bda4406be068089cd9c432688 120777 root:root ../../../ocaml/stublibs/dllcamlzip.so -File: /usr/lib/debug/.build-id/ac/a24148d249451bda4406be068089cd9c432688.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllcamlzip.so.debug +File: /usr/lib/debug/.build-id/8a 40755 root:root +File: /usr/lib/debug/.build-id/8a/4812902d385c448907d89dfb3e1fbb18a54001 120777 root:root ../../../ocaml/stublibs/dllcamlzip.so +File: /usr/lib/debug/.build-id/8a/4812902d385c448907d89dfb3e1fbb18a54001.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllcamlzip.so.debug File: /usr/lib/debug/usr/lib/ocaml 40755 root:root File: /usr/lib/debug/usr/lib/ocaml/stublibs 40755 root:root -File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllcamlzip.so.debug 100644 root:root a3f3c918aa9f0966878a1d4f472ad22c +File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllcamlzip.so.debug 100644 root:root 474b7b3b8e733e86bdae329a514aba1a 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: 02f955d3f970ebb8eac02da4a572b81f1bd974be6caeda3daa37cc6b075e42eac00f5597508e759b1084b323e4f4b0451f898fd99854c288881000c6a6833fb1 +RPMIdentity: 644b269b006dc25fbc523831868ceb2180af64c756866f92417b0b30fa88b27f7e64f7cde2ec5b5bb5536e035fee7832f9560372f170c26c90797c3d75c68339 --- ocaml-zip-devel-1.10-alt1.i586.rpm.repo 2021-07-17 15:32:05.703396880 +0000 +++ ocaml-zip-devel-1.10-alt1.i586.rpm.hasher 2021-09-14 11:39:02.859652264 +0000 @@ -27,4 +27,4 @@ File: /usr/lib/ocaml/zip/gzip.mli 100644 root:root f05a6d23c4902fc8077992ef83549e5a -File: /usr/lib/ocaml/zip/libcamlzip.a 100644 root:root dd43b21b1c91fdbe0d56536d70286d51 -File: /usr/lib/ocaml/zip/zip.a 100644 root:root 26cbdba7c5ce835c21ce7410ae184c23 +File: /usr/lib/ocaml/zip/libcamlzip.a 100644 root:root 5a631aed9c70d3b349a25b249d4af97a +File: /usr/lib/ocaml/zip/zip.a 100644 root:root 56565dc7073731830a1836ba7e19d5a2 File: /usr/lib/ocaml/zip/zip.cmx 100644 root:root 58b911bb1c9770acf066340410b4d686 @@ -34,2 +34,2 @@ File: /usr/lib/ocaml/zip/zlib.mli 100644 root:root 4d005bf4273f557061d53abf7f9a9c60 -RPMIdentity: 6a70471ac08bd468e4c517e441d45495febddb17c95a715b2ce958feff5a599f563fca5dde80790365f4eb9ab642e3214e4730637442c734a95e7272f84893ce +RPMIdentity: 8a3f9af90bb1f7a48546461b0205b3fd448b75366ba44396798fe28e7fa10b35fe5a870e49a8a85fd9fcbd645afc6e2545b43e8b7392638213060d505797fdd2