<86>Oct 19 09:23:35 userdel[476792]: delete user 'rooter'
<86>Oct 19 09:23:35 userdel[476792]: removed group 'rooter' owned by 'rooter'
<86>Oct 19 09:23:35 userdel[476792]: removed shadow group 'rooter' owned by 'rooter'
<86>Oct 19 09:23:35 groupadd[476818]: group added to /etc/group: name=rooter, GID=1829
<86>Oct 19 09:23:35 groupadd[476818]: group added to /etc/gshadow: name=rooter
<86>Oct 19 09:23:35 groupadd[476818]: new group: name=rooter, GID=1829
<86>Oct 19 09:23:35 useradd[476842]: new user: name=rooter, UID=1829, GID=1829, home=/root, shell=/bin/bash, from=none
<86>Oct 19 09:23:35 userdel[476885]: delete user 'builder'
<86>Oct 19 09:23:35 userdel[476885]: removed group 'builder' owned by 'builder'
<86>Oct 19 09:23:35 userdel[476885]: removed shadow group 'builder' owned by 'builder'
<86>Oct 19 09:23:35 groupadd[476917]: group added to /etc/group: name=builder, GID=1830
<86>Oct 19 09:23:35 groupadd[476917]: group added to /etc/gshadow: name=builder
<86>Oct 19 09:23:35 groupadd[476917]: new group: name=builder, GID=1830
<86>Oct 19 09:23:35 useradd[476943]: new user: name=builder, UID=1830, GID=1830, home=/usr/src, shell=/bin/bash, from=none
<13>Oct 19 09:23:39 rpmi: rpm-build-ocaml-1.6.3-alt1 sisyphus+356727.100.1.1 1725368784 installed
<13>Oct 19 09:23:40 rpmi: ocaml-5.2.0-alt1 sisyphus+356727.140.13.1 1726230909 installed
<13>Oct 19 09:23:40 rpmi: ocaml-runtime-5.2.0-alt1 sisyphus+356727.140.13.1 1726230909 installed
<13>Oct 19 09:23:44 rpmi: ocaml-compiler-libs-5.2.0-alt1 sisyphus+356727.140.13.1 1726230909 installed
<13>Oct 19 09:23:44 rpmi: ocaml-findlib-1.9.6-alt2 sisyphus+356727.3100.13.1 1726231825 installed
<13>Oct 19 09:23:44 rpmi: ocaml-ocamldoc-5.2.0-alt1 sisyphus+356727.140.13.1 1726230909 installed
<13>Oct 19 09:23:44 rpmi: libgmp-devel-6.3.0-alt1 sisyphus+328118.100.2.1 1693294140 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/ocaml-zarith-1.14-alt1.nosrc.rpm (w1.gzdio)
Installing ocaml-zarith-1.14-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.32460
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ocaml-zarith-1.14
+ echo 'Source #0 (ocaml-zarith-1.14.tar):'
Source #0 (ocaml-zarith-1.14.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-zarith-1.14.tar
+ cd ocaml-zarith-1.14
+ /bin/chmod -c -Rf u+rwX,go-w .
+ sed -i 's|^asopt='\'''\''|asopt='\''-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic'\''|' configure
+ sed -i 's|-ccopt|-g &|;s|-shared|-linkall -g &|' project.mak
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.32460
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocaml-zarith-1.14
+ export 'CC=gcc -Wa,--noexecstack'
+ CC='gcc -Wa,--noexecstack'
+ export 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic'
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic'
+ export OCAMLFLAGS=-g
+ OCAMLFLAGS=-g
+ export OCAMLOPTFLAGS=-g
+ OCAMLOPTFLAGS=-g
+ ./configure
binary ocaml: found in /usr/bin
binary ocamlc: found in /usr/bin
binary ocamldep: found in /usr/bin
binary ocamlmklib: found in /usr/bin
binary ocamldoc: found in /usr/bin
binary gcc: found in /usr/bin
binary ocamlopt: not found
checking compilation with ocamlc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic: working
include caml/mlvalues.h: found
binary ocamlfind: found in /usr/bin
OCaml's word size is 32
package gmp: found
OCaml supports -bin-annot to produce documentation

detected configuration:

  native-code:          no
  dynamic linking:      no
  defines:              -DHAS_GMP 
  includes:             -I/usr/lib/ocaml  
  libraries:             -lgmp
  linker options:       
  C options:            -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic
  installation path:    /usr/lib/ocaml
  installation method   findlib

configuration successful!
now type "make" to build
then type "make install" or "sudo make install" to install
+ make
make: Entering directory '/usr/src/RPM/BUILD/ocaml-zarith-1.14'
(echo "let"; grep "version" META | head -1) > zarith_version.ml
ocamldep  zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
ocamlc -g -g -I +compiler-libs -bin-annot  -c zarith_version.ml
ocamlc -g -g -I +compiler-libs -bin-annot  -c z.mli
ocamlc -g -g -I +compiler-libs -bin-annot  -c z.ml
ocamlc -g -g -I +compiler-libs -bin-annot  -c q.mli
ocamlc -g -g -I +compiler-libs -bin-annot  -c q.ml
ocamlc -g -g -I +compiler-libs -bin-annot  -c big_int_Z.mli
ocamlc -g -g -I +compiler-libs -bin-annot  -c big_int_Z.ml
ocamlmklib -g -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -lgmp 
ocamlc -g -ccopt "-I/usr/lib/ocaml   -DHAS_GMP  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic" -c caml_z.c
ocamlmklib -g -failsafe -o zarith caml_z.o -lgmp 
ocamlc -g -g -I +compiler-libs -bin-annot  -c zarith_top.ml
ocamlc -g -o zarith_top.cma -a zarith_top.cmo
make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zarith-1.14'
+ make doc
make: Entering directory '/usr/src/RPM/BUILD/ocaml-zarith-1.14'
mkdir -p html
ocamldoc -html -d html -charset utf8 z.mli q.mli big_int_Z.mli
Warning: Element Hashtbl.hash not found
Warning: Element Hashtbl.Make not found
Warning: Element Hashtbl.seeded_hash not found
Warning: Element Hashtbl.MakeSeeded not found
Warning: Element Random not found
Warning: Element Random not found
make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zarith-1.14'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.92527
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-zarith-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ocaml-zarith-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games
+ cd ocaml-zarith-1.14
+ mkdir -p /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/stublibs/
+ mkdir -p /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml
+ make install INSTALLDIR=/usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml
make: Entering directory '/usr/src/RPM/BUILD/ocaml-zarith-1.14'
ocamlfind install -destdir "/usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml" zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.h q.mli big_int_Z.mli z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/big_int_Z.cmti
Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/q.cmti
Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/z.cmti
Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/big_int_Z.mli
Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/q.mli
Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/zarith.h
Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/z.mli
Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/zarith_top.cma
Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/big_int_Z.cmi
Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/q.cmi
Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/z.cmi
Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/libzarith.a
Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/zarith.cma
Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/stublibs/dllzarith.so
Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/stublibs/dllzarith.so.owner
ocamlfind: [WARNING] You have installed DLLs but the directory /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/stublibs is not mentioned in ld.conf
Installed /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/zarith/META
make: Leaving directory '/usr/src/RPM/BUILD/ocaml-zarith-1.14'
+ __ocaml_find_files
+ find /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(cma|cmi|cmxs|so|js)$' -o -name META ')' -printf '/usr/lib/ocaml/%P\n'
+ find /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/ -type d -printf '%%dir /usr/lib/ocaml/%P\n'
+ find /usr/src/tmp/ocaml-zarith-buildroot/usr/lib/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(a|o|cmo|cmt|cmti|cmx|cmxa|ml|mli|exe)$' -o -name opam -o -name dune-package ')' -printf '/usr/lib/ocaml/%P\n'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ocaml-zarith-buildroot (auto)
mode of './usr/lib/ocaml/stublibs/dllzarith.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/ocaml-zarith-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/ocaml-zarith-buildroot/ (default)
Compressing files in /usr/src/tmp/ocaml-zarith-buildroot (auto)
Adjusting library links in /usr/src/tmp/ocaml-zarith-buildroot
./usr/lib: (from <cmdline>:0)
Verifying ELF objects in /usr/src/tmp/ocaml-zarith-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal)
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_state
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_named_value
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_deserialize_uint_1
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_deserialize_error
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_serialize_int_1
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_string_length
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_alloc_small
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_copy_nativeint
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_copy_int32
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_raise_zero_divide
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_copy_int64
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_deserialize_uint_4
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_invalid_argument
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_serialize_int_4
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_register_custom_operations
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_raise_constant
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_bad_caml_state
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_copy_string
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_alloc_string
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_hash_mix_uint32
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_alloc_custom
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllzarith.so: undefined symbol: caml_failwith
Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ocaml-zarith-buildroot
Processing files: ocaml-zarith-1.14-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.19133
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocaml-zarith-1.14
+ DOCDIR=/usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.14
+ export DOCDIR
+ rm -rf /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.14
+ /bin/mkdir -p /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.14
+ cp -prL Changes /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.14
+ chmod -R go-w /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.14
+ chmod -R a+rX /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-1.14
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hTc0CW
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.HMNRzJ
find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: ocaml-cmi(Big_int_Z) = 5.2.0-24087926, ocaml-cmi(Q) = 5.2.0-3B81C449, ocaml-cmi(Z) = 5.2.0-450ECDC2, ocaml-cmi(Zarith_top) = 5.2.0-6BFE8F1E, ocaml-cmi(Zarith_version) = 5.2.0-5FF466A3, ocaml-dll(zarith)
Requires: ld-linux.so.2 >= set:jiL26, ld-linux.so.2(GLIBC_2.3), libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libgmp.so.10 >= set:mgYI1aGLxPjIaGNWN2zoOzCTdGLR9EZKO20fkADLQyTmp0j7WnCYP4FIoIgT8ZkBXIWjpiEw4ZKVejPZ0kEDWjBk3b1hJxN1v0Ir3lbxoaUjc, libgmp10, ocaml-cmi(Asttypes) = 5.2.0-49D026CB, ocaml-cmi(Build_path_prefix_map) = 5.2.0-9AE745CF, ocaml-cmi(CamlinternalFormatBasics) = 5.2.0-1068D69A, ocaml-cmi(CamlinternalLazy) = 5.2.0-4D9D8246, ocaml-cmi(Cmi_format) = 5.2.0-4E7E58A2, ocaml-cmi(Env) = 5.2.0-8BC376E8, ocaml-cmi(Ident) = 5.2.0-8D3AF42B, ocaml-cmi(Identifiable) = 5.2.0-72534021, ocaml-cmi(Load_path) = 5.2.0-A6427D7D, ocaml-cmi(Location) = 5.2.0-D2D00DA1, ocaml-cmi(Longident) = 5.2.0-485FBF79, ocaml-cmi(Misc) = 5.2.0-F3F05FBD, ocaml-cmi(Outcometree) = 5.2.0-FDAE5F18, ocaml-cmi(Parsetree) = 5.2.0-6919B4D0, ocaml-cmi(Path) = 5.2.0-0B76642D, ocaml-cmi(Primitive) = 5.2.0-63A867D5, ocaml-cmi(Shape) = 5.2.0-32EB11EE, ocaml-cmi(Stdlib) = 5.2.0-C58CFA3A, ocaml-cmi(Stdlib__Buffer) = 5.2.0-8F70A9FA, ocaml-cmi(Stdlib__Bytes) = 5.2.0-68E1ECE9, ocaml-cmi(Stdlib__Callback) = 5.2.0-E5E2C60F, ocaml-cmi(Stdlib__Digest) = 5.2.0-49D0178F, ocaml-cmi(Stdlib__Domain) = 5.2.0-1232ADC2, ocaml-cmi(Stdlib__Either) = 5.2.0-20EB2929, ocaml-cmi(Stdlib__Format) = 5.2.0-AF7F8234, ocaml-cmi(Stdlib__Hashtbl) = 5.2.0-6B739A63, ocaml-cmi(Stdlib__Int32) = 5.2.0-B2D1A255, ocaml-cmi(Stdlib__Int64) = 5.2.0-17C56DD4, ocaml-cmi(Stdlib__Lazy) = 5.2.0-BFC51AF8, ocaml-cmi(Stdlib__Lexing) = 5.2.0-9D57AA71, ocaml-cmi(Stdlib__List) = 5.2.0-17210DE5, ocaml-cmi(Stdlib__Map) = 5.2.0-36790CF8, ocaml-cmi(Stdlib__Nativeint) = 5.2.0-84C53419, ocaml-cmi(Stdlib__Obj) = 5.2.0-84F58C21, ocaml-cmi(Stdlib__Printf) = 5.2.0-640E1387, ocaml-cmi(Stdlib__Random) = 5.2.0-3D1A3513, ocaml-cmi(Stdlib__Seq) = 5.2.0-BE0DDC4F, ocaml-cmi(Stdlib__Set) = 5.2.0-53CF6C22, ocaml-cmi(Stdlib__String) = 5.2.0-161361DF, ocaml-cmi(Stdlib__Sys) = 5.2.0-0E44FC4D, ocaml-cmi(Stdlib__Uchar) = 5.2.0-4907C986, ocaml-cmi(Subst) = 5.2.0-1BFB580C, ocaml-cmi(Toploop) = 5.2.0-2D9BB934, ocaml-cmi(Type_immediacy) = 5.2.0-15C96FFE, ocaml-cmi(Types) = 5.2.0-3A15950A, ocaml-cmi(Unit_info) = 5.2.0-A26F55C7, ocaml-cmi(Warnings) = 5.2.0-EBCB524A, ocaml-runtime = 5.2.0, rtld(GNU_HASH)
Requires(rpmlib): rpmlib(SetVersions)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.P2malU
Creating ocaml-zarith-debuginfo package
Processing files: ocaml-zarith-devel-1.14-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.82246
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocaml-zarith-1.14
+ DOCDIR=/usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.14
+ export DOCDIR
+ rm -rf /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.14
+ /bin/mkdir -p /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.14
+ cp -prL README.md html /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.14
+ chmod -R go-w /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.14
+ chmod -R a+rX /usr/src/tmp/ocaml-zarith-buildroot/usr/share/doc/ocaml-zarith-devel-1.14
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2U5Dvy
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.nRtN09
find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: ocaml-cmi(Big_int_Z) = 5.2.0-24087926, ocaml-cmi(Q) = 5.2.0-3B81C449, ocaml-cmi(Z) = 5.2.0-450ECDC2, ocaml-cmt(Big_int_Z) = 5.2.0-24087926, ocaml-cmt(Q) = 5.2.0-3B81C449, ocaml-cmt(Z) = 5.2.0-450ECDC2
Requires: ocaml-zarith = 1.14-alt1, libgmp-devel, ocaml, ocaml-cmi(CamlinternalFormatBasics) = 5.2.0-1068D69A, ocaml-cmi(Stdlib) = 5.2.0-C58CFA3A, ocaml-cmi(Stdlib__Buffer) = 5.2.0-8F70A9FA, ocaml-cmi(Stdlib__Domain) = 5.2.0-1232ADC2, ocaml-cmi(Stdlib__Either) = 5.2.0-20EB2929, ocaml-cmi(Stdlib__Format) = 5.2.0-AF7F8234, ocaml-cmi(Stdlib__Int32) = 5.2.0-B2D1A255, ocaml-cmi(Stdlib__Int64) = 5.2.0-17C56DD4, ocaml-cmi(Stdlib__Nativeint) = 5.2.0-84C53419, ocaml-cmi(Stdlib__Random) = 5.2.0-3D1A3513, ocaml-cmi(Stdlib__Seq) = 5.2.0-BE0DDC4F, ocaml-cmi(Stdlib__Uchar) = 5.2.0-4907C986, ocaml-cmt(CamlinternalFormatBasics) = 5.2.0-1068D69A, ocaml-cmt(Stdlib) = 5.2.0-C58CFA3A, ocaml-cmt(Stdlib__Buffer) = 5.2.0-8F70A9FA, ocaml-cmt(Stdlib__Domain) = 5.2.0-1232ADC2, ocaml-cmt(Stdlib__Either) = 5.2.0-20EB2929, ocaml-cmt(Stdlib__Format) = 5.2.0-AF7F8234, ocaml-cmt(Stdlib__Int32) = 5.2.0-B2D1A255, ocaml-cmt(Stdlib__Int64) = 5.2.0-17C56DD4, ocaml-cmt(Stdlib__Nativeint) = 5.2.0-84C53419, ocaml-cmt(Stdlib__Random) = 5.2.0-3D1A3513, ocaml-cmt(Stdlib__Seq) = 5.2.0-BE0DDC4F, ocaml-cmt(Stdlib__Uchar) = 5.2.0-4907C986
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9fxsHJ
Processing files: ocaml-zarith-debuginfo-1.14-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5KnHYL
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LTZX2M
find-requires: running scripts (debuginfo)
Requires: ocaml-zarith = 1.14-alt1, debug(ld-linux.so.2), debug(libc.so.6), debug(libgmp.so.10)
Adding to ocaml-zarith-devel a strict dependency on ocaml-zarith
Adding to ocaml-zarith-debuginfo a strict dependency on ocaml-zarith
Removing 12 extra deps from ocaml-zarith-devel due to repentancy on ocaml-zarith
Wrote: /usr/src/RPM/RPMS/i586/ocaml-zarith-1.14-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/ocaml-zarith-devel-1.14-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/ocaml-zarith-debuginfo-1.14-alt1.i586.rpm (w2.lzdio)
4.30user 2.19system 0:12.61elapsed 51%CPU (0avgtext+0avgdata 49872maxresident)k
0inputs+0outputs (0major+348650minor)pagefaults 0swaps
3.89user 3.27system 0:28.26elapsed 25%CPU (0avgtext+0avgdata 131604maxresident)k
0inputs+0outputs (0major+294002minor)pagefaults 0swaps