<86>Jan 18 09:19:23 userdel[1351459]: delete user 'rooter' <86>Jan 18 09:19:23 userdel[1351459]: removed group 'rooter' owned by 'rooter' <86>Jan 18 09:19:23 userdel[1351459]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 18 09:19:23 groupadd[1351483]: group added to /etc/group: name=rooter, GID=651 <86>Jan 18 09:19:23 groupadd[1351483]: group added to /etc/gshadow: name=rooter <86>Jan 18 09:19:23 groupadd[1351483]: new group: name=rooter, GID=651 <86>Jan 18 09:19:23 useradd[1351498]: new user: name=rooter, UID=651, GID=651, home=/root, shell=/bin/bash <86>Jan 18 09:19:23 userdel[1351524]: delete user 'builder' <86>Jan 18 09:19:23 userdel[1351524]: removed group 'builder' owned by 'builder' <86>Jan 18 09:19:23 userdel[1351524]: removed shadow group 'builder' owned by 'builder' <86>Jan 18 09:19:23 groupadd[1351544]: group added to /etc/group: name=builder, GID=652 <86>Jan 18 09:19:23 groupadd[1351544]: group added to /etc/gshadow: name=builder <86>Jan 18 09:19:23 groupadd[1351544]: new group: name=builder, GID=652 <86>Jan 18 09:19:23 useradd[1351559]: new user: name=builder, UID=652, GID=652, 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>Jan 18 09:19:27 rpmi: ocaml-runtime-4.11.1-alt1 sisyphus+263310.200.12.1 1608876657 installed <13>Jan 18 09:19:27 rpmi: rpm-build-ocaml-1.4.1-alt1 sisyphus+263310.60.12.1 1608876340 installed <13>Jan 18 09:19:42 rpmi: ocaml-4.11.1-alt1 sisyphus+263310.200.12.1 1608876657 installed <13>Jan 18 09:19:42 rpmi: ocaml-findlib-1.8.1-alt3 sisyphus+263310.1340.12.1 1608877326 installed <13>Jan 18 09:19:42 rpmi: zlib-devel-1.2.11-alt1 sisyphus+221902.6000.4.1 1550601058 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.29029 + 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.19103 + 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 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 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.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.5362 + 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 Hardlinking identical .pyc and .pyo files Processing files: ocaml-zip-1.10-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.H8ohxD find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Hm91eC find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml4-zip, ocaml-cmi(Gzip) = 4.11.1-778D3273, ocaml-cmi(Zip) = 4.11.1-449A71C3, ocaml-cmi(Zlib) = 4.11.1-36E23720, ocaml-dll(camlzip) Requires: libz.so.1 >= set:khb6pwmWdIhpAOoqvxaG1, ocaml-cmi(CamlinternalFormatBasics) = 4.11.1-3A3CA183, ocaml-cmi(Stdlib) = 4.11.1-C21C5D26, ocaml-cmi(Stdlib__bigarray) = 4.11.1-8F51E488, ocaml-cmi(Stdlib__bytes) = 4.11.1-6F90F1D3, ocaml-cmi(Stdlib__callback) = 4.11.1-1B88FBD7, ocaml-cmi(Stdlib__char) = 4.11.1-CDEE4823, ocaml-cmi(Stdlib__complex) = 4.11.1-2221DCE2, ocaml-cmi(Stdlib__hashtbl) = 4.11.1-B762DB4E, ocaml-cmi(Stdlib__int32) = 4.11.1-2E6C00C3, ocaml-cmi(Stdlib__int64) = 4.11.1-8DA509B3, ocaml-cmi(Stdlib__list) = 4.11.1-15CEF025, ocaml-cmi(Stdlib__pervasives) = 4.11.1-76119CE3, ocaml-cmi(Stdlib__seq) = 4.11.1-D6A8DE25, ocaml-cmi(Stdlib__string) = 4.11.1-9D02DA01, ocaml-cmi(Stdlib__sys) = 4.11.1-794924B7, ocaml-cmi(Unix) = 4.11.1-E6D191B0, ocaml-runtime = 4.11.1, 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.ypAD3D 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.kIHOAA find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0FZ2uC find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmx(Gzip) = 4.11.1-782F98A2, ocaml-cmx(Zip) = 4.11.1-A383E1DB, ocaml-cmx(Zlib) = 4.11.1-7F9249DE Requires: ocaml-zip = 1.10-alt1, /usr/lib/ocaml/stublibs/dllcamlzip.so, ocaml-cmi(CamlinternalFormatBasics) = 4.11.1-3A3CA183, ocaml-cmi(Gzip) = 4.11.1-778D3273, ocaml-cmi(Stdlib) = 4.11.1-C21C5D26, ocaml-cmi(Stdlib__bigarray) = 4.11.1-8F51E488, ocaml-cmi(Stdlib__bytes) = 4.11.1-6F90F1D3, ocaml-cmi(Stdlib__callback) = 4.11.1-1B88FBD7, ocaml-cmi(Stdlib__char) = 4.11.1-CDEE4823, ocaml-cmi(Stdlib__complex) = 4.11.1-2221DCE2, ocaml-cmi(Stdlib__hashtbl) = 4.11.1-B762DB4E, ocaml-cmi(Stdlib__int32) = 4.11.1-2E6C00C3, ocaml-cmi(Stdlib__int64) = 4.11.1-8DA509B3, ocaml-cmi(Stdlib__list) = 4.11.1-15CEF025, ocaml-cmi(Stdlib__pervasives) = 4.11.1-76119CE3, ocaml-cmi(Stdlib__seq) = 4.11.1-D6A8DE25, ocaml-cmi(Stdlib__string) = 4.11.1-9D02DA01, ocaml-cmi(Stdlib__sys) = 4.11.1-794924B7, ocaml-cmi(Unix) = 4.11.1-E6D191B0, ocaml-cmi(Zip) = 4.11.1-449A71C3, ocaml-cmi(Zlib) = 4.11.1-36E23720, ocaml-cmx(Stdlib) = 4.11.1-E2655595, ocaml-cmx(Stdlib__bytes) = 4.11.1-E4FB9ABE, ocaml-cmx(Stdlib__callback) = 4.11.1-98DBFE84, ocaml-cmx(Stdlib__hashtbl) = 4.11.1-86D4160D, ocaml-cmx(Stdlib__int32) = 4.11.1-9F4554E2, ocaml-cmx(Stdlib__list) = 4.11.1-EE635CDA, ocaml-cmx(Stdlib__pervasives) = 4.11.1-6B4C9288, ocaml-cmx(Stdlib__string) = 4.11.1-87EE46B7, ocaml-cmx(Stdlib__sys) = 4.11.1-05A2DD7E, ocaml-cmx(Unix) = 4.11.1-DEF44CFF, zlib Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0iaR9B 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.53z36z find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YPweXB 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 17 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) 5.83user 1.68system 0:13.43elapsed 55%CPU (0avgtext+0avgdata 21692maxresident)k 0inputs+0outputs (0major+266093minor)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 28.02user 8.32system 0:41.50elapsed 87%CPU (0avgtext+0avgdata 106720maxresident)k 195496inputs+0outputs (0major+582760minor)pagefaults 0swaps