<86>Oct 2 11:35:16 userdel[3702343]: delete user 'rooter' <86>Oct 2 11:35:16 userdel[3702343]: removed group 'rooter' owned by 'rooter' <86>Oct 2 11:35:16 userdel[3702343]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 2 11:35:16 groupadd[3702350]: group added to /etc/group: name=rooter, GID=639 <86>Oct 2 11:35:16 groupadd[3702350]: group added to /etc/gshadow: name=rooter <86>Oct 2 11:35:16 groupadd[3702350]: new group: name=rooter, GID=639 <86>Oct 2 11:35:16 useradd[3702359]: new user: name=rooter, UID=639, GID=639, home=/root, shell=/bin/bash <86>Oct 2 11:35:16 userdel[3702375]: delete user 'builder' <86>Oct 2 11:35:16 userdel[3702375]: removed group 'builder' owned by 'builder' <86>Oct 2 11:35:16 userdel[3702375]: removed shadow group 'builder' owned by 'builder' <86>Oct 2 11:35:16 groupadd[3702387]: group added to /etc/group: name=builder, GID=640 <86>Oct 2 11:35:16 groupadd[3702387]: group added to /etc/gshadow: name=builder <86>Oct 2 11:35:16 groupadd[3702387]: new group: name=builder, GID=640 <86>Oct 2 11:35:16 useradd[3702397]: 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>Oct 2 11:35:18 rpmi: ocaml-runtime-4.12.0-alt1 sisyphus+279404.100.2.2 1626535407 installed <13>Oct 2 11:35:18 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+268936.100.1.1 1617543918 installed <13>Oct 2 11:35:29 rpmi: ocaml-4.12.0-alt1 sisyphus+279404.100.2.2 1626535407 installed <13>Oct 2 11:35:29 rpmi: ocaml-findlib-1.9.1-alt2 sisyphus+279404.500.2.2 1626535786 installed <13>Oct 2 11:35:29 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.21344 + 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.21344 + 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 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 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 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 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 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 -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 -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 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.21344 + 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.zoZMVA 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.5wCkoB 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.NjJ1YA 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.rSO0hB 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.yMUxxA 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.Q69sCy 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.3uDpJy find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FV3ohy 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.20user 0.72system 0:08.94elapsed 21%CPU (0avgtext+0avgdata 19988maxresident)k 0inputs+0outputs (0major+225336minor)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 15.45user 4.29system 0:26.53elapsed 74%CPU (0avgtext+0avgdata 103672maxresident)k 0inputs+0outputs (30092major+490438minor)pagefaults 0swaps --- ocaml-zip-1.10-alt1.i586.rpm.repo 2021-07-17 15:32:05.000000000 +0000 +++ ocaml-zip-1.10-alt1.i586.rpm.hasher 2021-10-02 11:35:41.412798839 +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 9b798c38e0943961d687bdf09929acff 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: 03156563245f4c8c867d145553f33d5ff4beb3d72cbca709ed0a103a37816702e1107bb2948e66d236bc3ede048ed3dac839ba1bf3e7b0b2dc875bd4259aef6e --- ocaml-zip-debuginfo-1.10-alt1.i586.rpm.repo 2021-07-17 15:32:05.000000000 +0000 +++ ocaml-zip-debuginfo-1.10-alt1.i586.rpm.hasher 2021-10-02 11:35:41.486798890 +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/82 40755 root:root +/usr/lib/debug/.build-id/82/fe9ccefdba72acc6ac95203f03a8aa4d1c6906 120777 root:root ../../../ocaml/stublibs/dllcamlzip.so +/usr/lib/debug/.build-id/82/fe9ccefdba72acc6ac95203f03a8aa4d1c6906.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/82 40755 root:root +File: /usr/lib/debug/.build-id/82/fe9ccefdba72acc6ac95203f03a8aa4d1c6906 120777 root:root ../../../ocaml/stublibs/dllcamlzip.so +File: /usr/lib/debug/.build-id/82/fe9ccefdba72acc6ac95203f03a8aa4d1c6906.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 f38969abcab25f438876a0cffa0f7c7e 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: 094d8319790aeb86489f33461c82ba13e17e3a72585f47982a609600ea99c93e8a9f9a5744ae440d7fd6fac79d8985aeadd0b132dbe38647fb0fb24cfb069890 --- ocaml-zip-devel-1.10-alt1.i586.rpm.repo 2021-07-17 15:32:05.000000000 +0000 +++ ocaml-zip-devel-1.10-alt1.i586.rpm.hasher 2021-10-02 11:35:41.565798944 +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 f48be82e74bb56750bd63f8df82a1010 +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: b0a7f01f1eb55ed4fcdc2b303c62ccbba44ef53f523b27f8d7d80d9cf45bd29343d2dc14dffd3810f867141c42f4707fb97f9e4db83134415d9963d579bcfd3d