<86>Jul 30 04:44:32 userdel[3806978]: delete user 'rooter'
<86>Jul 30 04:44:32 userdel[3806978]: removed group 'rooter' owned by 'rooter'
<86>Jul 30 04:44:32 userdel[3806978]: removed shadow group 'rooter' owned by 'rooter'
<86>Jul 30 04:44:32 groupadd[3807024]: group added to /etc/group: name=rooter, GID=921
<86>Jul 30 04:44:32 groupadd[3807024]: group added to /etc/gshadow: name=rooter
<86>Jul 30 04:44:32 groupadd[3807024]: new group: name=rooter, GID=921
<86>Jul 30 04:44:32 useradd[3807058]: new user: name=rooter, UID=921, GID=921, home=/root, shell=/bin/bash
<86>Jul 30 04:44:32 userdel[3807098]: delete user 'builder'
<86>Jul 30 04:44:32 userdel[3807098]: removed group 'builder' owned by 'builder'
<86>Jul 30 04:44:32 userdel[3807098]: removed shadow group 'builder' owned by 'builder'
<86>Jul 30 04:44:32 groupadd[3807130]: group added to /etc/group: name=builder, GID=922
<86>Jul 30 04:44:32 groupadd[3807130]: group added to /etc/gshadow: name=builder
<86>Jul 30 04:44:32 groupadd[3807130]: new group: name=builder, GID=922
<86>Jul 30 04:44:32 useradd[3807156]: new user: name=builder, UID=922, GID=922, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/ocaml-reactiveData-0.2.2-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: OCaml
/usr/src/in/srpm/ocaml-reactiveData-0.2.2-alt1.src.rpm: license not found in '/usr/share/license' directory: linking
/usr/src/in/srpm/ocaml-reactiveData-0.2.2-alt1.src.rpm: license not found in '/usr/share/license' directory: exception
<13>Jul 30 04:44:33 rpmi: ocaml-runtime-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed
<13>Jul 30 04:44:33 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+288339.1400.3.1 1636230742 installed
<13>Jul 30 04:44:40 rpmi: ocaml-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed
<13>Jul 30 04:44:40 rpmi: ocaml-react-runtime-1.2.1-alt4 sisyphus+288339.6600.3.1 1636232325 installed
<13>Jul 30 04:44:41 rpmi: ocaml-topkg-1.0.5-alt1 sisyphus+297371.100.1.1 1648454900 installed
<13>Jul 30 04:44:41 rpmi: ocaml-topkg-devel-1.0.5-alt1 sisyphus+297371.100.1.1 1648454900 installed
<13>Jul 30 04:44:41 rpmi: ocaml-react-1.2.1-alt4 sisyphus+288339.6600.3.1 1636232325 installed
<13>Jul 30 04:44:41 rpmi: ocaml-findlib-1.9.3-alt1 sisyphus+294399.100.3.1 1643757341 installed
<13>Jul 30 04:44:41 rpmi: ocaml-ocamlbuild-1:0.14.1-alt1 sisyphus+297192.100.1.1 1648205278 installed
<13>Jul 30 04:44:41 rpmi: opam-2.1.2-alt1 sisyphus+292835.100.1.1 1640957697 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/ocaml-reactiveData-0.2.2-alt1.nosrc.rpm (w1.gzdio)
Installing ocaml-reactiveData-0.2.2-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.82904
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ocaml-reactiveData-0.2.2
+ echo 'Source #0 (ocaml-reactiveData-0.2.2.tar):'
Source #0 (ocaml-reactiveData-0.2.2.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-reactiveData-0.2.2.tar
+ cd ocaml-reactiveData-0.2.2
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.82904
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocaml-reactiveData-0.2.2
+ ocaml pkg/build.ml native=true native-dynlink=true
ocamlfind ocamldep -package react -modules src/reactiveData.ml > src/reactiveData.ml.depends
ocamlfind ocamldep -package react -modules src/reactiveData.mli > src/reactiveData.mli.depends
ocamlfind ocamlc -c -bin-annot -safe-string -short-paths -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-40-42-44-48 -package react -I src -o src/reactiveData.cmi src/reactiveData.mli
+ ocamlfind ocamlc -c -bin-annot -safe-string -short-paths -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-40-42-44-48 -package react -I src -o src/reactiveData.cmi src/reactiveData.mli
File "src/reactiveData.mli", lines 216-219, characters 0-46:
216 | (** Signature describing a raw data container (['a data]).
217 | 
218 |     Given an implementation of [DATA], an incremental version of the
219 |     container can be produced (via [Make]). *)
Warning 50 [unexpected-docstring]: ambiguous documentation comment
ocamlfind ocamlopt -c -bin-annot -safe-string -short-paths -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-40-42-44-48 -package react -I src -o src/reactiveData.cmx src/reactiveData.ml
+ ocamlfind ocamlopt -c -bin-annot -safe-string -short-paths -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-40-42-44-48 -package react -I src -o src/reactiveData.cmx src/reactiveData.ml
File "src/reactiveData.ml", line 479, characters 44-62:
479 |                               let compare = Pervasives.compare
                                                  ^^^^^^^^^^^^^^^^^^
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 "src/reactiveData.ml", line 668, characters 48-66:
668 |     Set.Make (struct type t = int let compare = Pervasives.compare end)
                                                      ^^^^^^^^^^^^^^^^^^
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
ocamlfind ocamlopt -a -package react -I src src/reactiveData.cmx -o src/reactiveData.cmxa
ocamlfind ocamlc -c -bin-annot -safe-string -short-paths -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-40-42-44-48 -package react -I src -o src/reactiveData.cmo src/reactiveData.ml
+ ocamlfind ocamlc -c -bin-annot -safe-string -short-paths -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-40-42-44-48 -package react -I src -o src/reactiveData.cmo src/reactiveData.ml
File "src/reactiveData.ml", line 479, characters 44-62:
479 |                               let compare = Pervasives.compare
                                                  ^^^^^^^^^^^^^^^^^^
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 "src/reactiveData.ml", line 668, characters 48-66:
668 |     Set.Make (struct type t = int let compare = Pervasives.compare end)
                                                      ^^^^^^^^^^^^^^^^^^
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
ocamlfind ocamlc -a -package react -I src src/reactiveData.cmo -o src/reactiveData.cma
ocamlfind ocamlopt -shared -linkall -package react -I src src/reactiveData.cmxa -o src/reactiveData.cmxs
+ ocamlfind ocamlopt -shared -linkall -package react -I src src/reactiveData.cmxa -o src/reactiveData.cmxs
ld: src/reactiveData.a(reactiveData.o): warning: relocation in read-only section `.text'
ld: warning: creating DT_TEXTREL in a shared object
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.82904
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-reactiveData-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ocaml-reactiveData-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd ocaml-reactiveData-0.2.2
+ opam-installer --prefix=/usr/src/tmp/ocaml-reactiveData-buildroot/usr --libdir=/usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib/ocaml
Creating directory /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib/ocaml/reactiveData
_build/pkg/META                  => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib/ocaml/reactiveData/META
_build/src/reactiveData.a        => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib/ocaml/reactiveData/reactiveData.a
_build/src/reactiveData.cma      => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib/ocaml/reactiveData/reactiveData.cma
_build/src/reactiveData.cmi      => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib/ocaml/reactiveData/reactiveData.cmi
_build/src/reactiveData.cmti     => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib/ocaml/reactiveData/reactiveData.cmti
_build/src/reactiveData.cmx      => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib/ocaml/reactiveData/reactiveData.cmx
_build/src/reactiveData.cmxa     => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib/ocaml/reactiveData/reactiveData.cmxa
_build/src/reactiveData.cmxs     => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib/ocaml/reactiveData/reactiveData.cmxs
_build/src/reactiveData.mli      => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib/ocaml/reactiveData/reactiveData.mli
Creating directory /usr/src/tmp/ocaml-reactiveData-buildroot/usr/doc/reactiveData
_build/CHANGES                   => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/doc/reactiveData/CHANGES
_build/README.md                 => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/doc/reactiveData/README.md
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ocaml-reactiveData-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/ocaml-reactiveData-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/ocaml-reactiveData-buildroot/ (default)
Compressing files in /usr/src/tmp/ocaml-reactiveData-buildroot (auto)
Adjusting library links in /usr/src/tmp/ocaml-reactiveData-buildroot
./usr/lib: (from <cmdline>:0)
056-debuginfo.brp: WARNING: 1 non-stripped binaries don't contain .debug sections making -debuginfo
056-debuginfo.brp: WARNING: package less relevant. An excerpt from the list of affected files follows:
  ./usr/lib/ocaml/reactiveData/reactiveData.cmxs
056-debuginfo.brp: WARNING: debuginfo without debug sources.
Verifying ELF objects in /usr/src/tmp/ocaml-reactiveData-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal)
either the file containing the function 'camlReactiveData__code_begin' or the file containing the function 'camlReactiveData__create_195' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__signal_260' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__from_signal_272' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__map_patch_374' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__merge_p_387' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__aux_399' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__aux_408' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__linear_merge_fwd_479' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__linear_merge_486' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__linear_mergeable_507' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__merge_514' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__mem_528' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fold_diff_978' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__diff_1024' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__index_1143' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__concat_1188' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_3021' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_3032' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_3043' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_3049' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__inverse_1249' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__rev_1259' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__filter_1266' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__update_index_move_1892' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__convert_p_1908' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__for_all_2312' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_3186' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_3200' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__diff_2386' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__g_2394' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__entry' is not compiled with -fpic/-fPIC
either the file containing the function 'caml_shared_startup__code_begin' or the file containing the function 'caml_curry6_1_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry6_1' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry6_2' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry6_3' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry6_4' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry5' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry5_1' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry5_2' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry5_3' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry4' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry4_1' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry4_2' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry3' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry3_1' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry2' is not compiled with -fpic/-fPIC
either the file containing the function 'camlReactiveData__code_begin' or the file containing the function 'camlReactiveData__create_195' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__create_195' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__from_event_205' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__const_214' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__map_msg_217' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__map_223' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__patch_244' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__set_248' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fold_252' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__signal_inner_2872' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__from_signal_inner_2891' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__f_278' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__map_patch_385' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fold_diff_inner_2949' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__list_rev_inner_2967' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__add_1029' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__remove_1030' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__cons_1080' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__snoc_1120' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__insert_1124' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__update_1129' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__move_1134' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__remove_1139' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__index_inner_2987' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__f_1150' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__singleton_1177' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__singleton_s_1180' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_3007' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_3045' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_3047' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_3090' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__filter_list_1832' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__aux_1835' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__update_index_insert_1845' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__filter_e_1930' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__update_idx_after_2328' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__f_2334' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__merge_2362' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__map_p_2368' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__map_patch_2375' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__g_2392' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__filter_2445' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__convert_p_2449' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__filter_e_2455' is not compiled with -fpic/-fPIC
either the file containing the function 'caml_shared_startup__code_begin' or the file containing the function 'caml_curry6_1_app' is not compiled with -fpic/-fPIC
either the file containing the function 'camlReactiveData__code_begin' or the file containing the function 'camlReactiveData__create_195' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry6_1_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry6_2_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry6_3_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry6_4_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry6_5' is not compiled with -fpic/-fPIC
either the file containing the function 'camlReactiveData__code_begin' or the file containing the function 'camlReactiveData__create_195' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_2863' is not compiled with -fpic/-fPIC
either the file containing the function 'camlReactiveData__code_begin' or the file containing the function 'camlReactiveData__create_195' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_2844' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_2852' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__update_j_1855' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__update_j_1866' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__update_j_1876' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__update_j_1886' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_2888' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__equal_520' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__f_990' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_3168' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__merge_p_2355' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__map_data_2378' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_2884' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_2901' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_2957' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_2992' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__compare_1270' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__compare_1937' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__maybe_update_2316' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_2917' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_3029' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_3040' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_3236' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__remove_last_1164' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__size_with_set_1199' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_2940' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fun_2946' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__update_eq_1155' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__remove_eq_1169' is not compiled with -fpic/-fPIC
the file containing the function 'camlReactiveData__fold_2322' is not compiled with -fpic/-fPIC
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: TEXTREL entry found: 0x00000000
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: Caml_state
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: caml_call_gc
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: caml_extra_params
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlReact__create_608
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlReact__map_685
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: caml_modify
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlReact__fold_1317
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: caml_equal
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: caml_c_call
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlReact__diff_1220
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlReact__value_1078
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__List
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__List__map_236
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__List__length_aux_84
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Array__of_list_193
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Array__to_list_183
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__failwith_6
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: caml_ml_array_bound_error
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__List__rev_append_122
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: caml_exn_Assert_failure
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__invalid_arg_9
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__List__fold_left_275
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Hashtbl
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Hashtbl__Make_951
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Hashtbl__6
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Hashtbl__create_inner_1702
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__List__iter_261
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Hashtbl__add_726
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Hashtbl__mem_808
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlReact__map_1148
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlReact__send_600
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlReact__merge_838
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__$40_197
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Map__fun_1056
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: caml_compare
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Map__add_200
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Map__split_455
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Map__iter_358
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Map__max_binding_309
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Map__find_212
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Map__remove_334
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Map__mem_292
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__List__flatten_231
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Set__add_189
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Set__map_525
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Set__remove_283
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Set__mem_276
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: caml_allocN
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: caml_alloc1
verify-elf: WARNING: ./usr/lib/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__Set__fun_992
Processing files: ocaml-reactiveData-0.2.2-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.82904
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocaml-reactiveData-0.2.2
+ DOCDIR=/usr/src/tmp/ocaml-reactiveData-buildroot/usr/share/doc/ocaml-reactiveData-0.2.2
+ export DOCDIR
+ rm -rf /usr/src/tmp/ocaml-reactiveData-buildroot/usr/share/doc/ocaml-reactiveData-0.2.2
+ /bin/mkdir -p /usr/src/tmp/ocaml-reactiveData-buildroot/usr/share/doc/ocaml-reactiveData-0.2.2
+ cp -prL LICENSE CHANGES README.md /usr/src/tmp/ocaml-reactiveData-buildroot/usr/share/doc/ocaml-reactiveData-0.2.2
+ chmod -R go-w /usr/src/tmp/ocaml-reactiveData-buildroot/usr/share/doc/ocaml-reactiveData-0.2.2
+ chmod -R a+rX /usr/src/tmp/ocaml-reactiveData-buildroot/usr/share/doc/ocaml-reactiveData-0.2.2
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bfNnsu
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.T89H1R
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(ReactiveData) = 4.13.1-42935841
Requires: ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(React) = 4.13.1-E29A0D55, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Map) = 4.13.1-406D1BC5, ocaml-cmi(Stdlib__Pervasives) = 4.13.1-972F7C19, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__Set) = 4.13.1-62A5B229, rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.433qEg
Creating ocaml-reactiveData-debuginfo package
Processing files: ocaml-reactiveData-devel-0.2.2-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.psZlJk
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.BrP9ek
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(ReactiveData) = 4.13.1-77DAF94C
Requires: ocaml-reactiveData = 0.2.2-alt1, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(React) = 4.13.1-E29A0D55, ocaml-cmi(ReactiveData) = 4.13.1-42935841, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Map) = 4.13.1-406D1BC5, ocaml-cmi(Stdlib__Pervasives) = 4.13.1-972F7C19, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__Set) = 4.13.1-62A5B229, ocaml-cmx(React) = 4.13.1-CCA8B972, ocaml-cmx(Stdlib) = 4.13.1-C82208C6, ocaml-cmx(Stdlib__Array) = 4.13.1-548E90B7, ocaml-cmx(Stdlib__Hashtbl) = 4.13.1-7228153E, ocaml-cmx(Stdlib__List) = 4.13.1-749429E7, ocaml-cmx(Stdlib__Map) = 4.13.1-B03FE642, ocaml-cmx(Stdlib__Set) = 4.13.1-DAE33D41
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.chsrfz
Processing files: ocaml-reactiveData-debuginfo-0.2.2-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TiisUB
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.35JMFq
find-requires: running scripts (debuginfo)
Requires: ocaml-reactiveData = 0.2.2-alt1
Adding to ocaml-reactiveData-devel a strict dependency on ocaml-reactiveData
Adding to ocaml-reactiveData-debuginfo a strict dependency on ocaml-reactiveData
Removing 1 extra deps from ocaml-reactiveData-devel due to dependency on ocaml-reactiveData
Removing 11 extra deps from ocaml-reactiveData-devel due to repentancy on ocaml-reactiveData
warning: Installed (but unpackaged) file(s) found:
    /usr/doc/reactiveData/CHANGES
    /usr/doc/reactiveData/README.md
Wrote: /usr/src/RPM/RPMS/i586/ocaml-reactiveData-0.2.2-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/ocaml-reactiveData-devel-0.2.2-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/ocaml-reactiveData-debuginfo-0.2.2-alt1.i586.rpm (w2.lzdio)
0.76user 0.50system 0:08.75elapsed 14%CPU (0avgtext+0avgdata 16036maxresident)k
0inputs+0outputs (0major+188145minor)pagefaults 0swaps
/.out/ocaml-reactiveData-0.2.2-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: OCaml
/.out/ocaml-reactiveData-0.2.2-alt1.i586.rpm: license not found in '/usr/share/license' directory: linking
/.out/ocaml-reactiveData-0.2.2-alt1.i586.rpm: license not found in '/usr/share/license' directory: exception
/.out/ocaml-reactiveData-devel-0.2.2-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: OCaml
/.out/ocaml-reactiveData-devel-0.2.2-alt1.i586.rpm: license not found in '/usr/share/license' directory: linking
/.out/ocaml-reactiveData-devel-0.2.2-alt1.i586.rpm: license not found in '/usr/share/license' directory: exception
/.out/ocaml-reactiveData-debuginfo-0.2.2-alt1.i586.rpm: exception not found in '/usr/share/license-exception' directory: OCaml
/.out/ocaml-reactiveData-debuginfo-0.2.2-alt1.i586.rpm: license not found in '/usr/share/license' directory: linking
/.out/ocaml-reactiveData-debuginfo-0.2.2-alt1.i586.rpm: license not found in '/usr/share/license' directory: exception
10.97user 3.51system 0:21.24elapsed 68%CPU (0avgtext+0avgdata 103596maxresident)k
48inputs+0outputs (30527major+477874minor)pagefaults 0swaps
--- ocaml-reactiveData-0.2.2-alt1.i586.rpm.repo	2021-11-06 21:00:12.000000000 +0000
+++ ocaml-reactiveData-0.2.2-alt1.i586.rpm.hasher	2022-07-30 04:44:51.705624819 +0000
@@ -30,3 +30,3 @@
 File: /usr/lib/ocaml/reactiveData/reactiveData.cmti	100644	root:root	56a2d3e8d040da0cdd3957e84048710e	
-File: /usr/lib/ocaml/reactiveData/reactiveData.cmxs	100644	root:root	8451f994183a1dcf0fa650abdff3be04	
+File: /usr/lib/ocaml/reactiveData/reactiveData.cmxs	100644	root:root	ec4a27b507529dd2a84599f6badac9d3	
 File: /usr/share/doc/ocaml-reactiveData-0.2.2	40755	root:root		
@@ -35,2 +35,2 @@
 File: /usr/share/doc/ocaml-reactiveData-0.2.2/README.md	100644	root:root	d2a7d073eb63040433b52415f4ec624e	
-RPMIdentity: 4269302af5850fbd5bebc7039272dc275fee4b4ce678510910feefc053c1f26024d907b206b057225a37839116c05a9ff666c51defd165bb0de2e04ce4dfbff5
+RPMIdentity: bd650ad7a669b0b2e30edce2a7c7e5248f588868e4000225d03499dac6be5614d82ea56a71d7bd9c130377112ca84cf140081211587d7aa7ae708a70b6691a20
--- ocaml-reactiveData-debuginfo-0.2.2-alt1.i586.rpm.repo	2021-11-06 21:00:12.000000000 +0000
+++ ocaml-reactiveData-debuginfo-0.2.2-alt1.i586.rpm.hasher	2022-07-30 04:44:51.760625740 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/fa	40755	root:root	
-/usr/lib/debug/.build-id/fa/98491483d48af9e4df0ff4805491ea0d665471	120777	root:root	../../../ocaml/reactiveData/reactiveData.cmxs
-/usr/lib/debug/.build-id/fa/98491483d48af9e4df0ff4805491ea0d665471.debug	120777	root:root	../../usr/lib/ocaml/reactiveData/reactiveData.cmxs.debug
+/usr/lib/debug/.build-id/67	40755	root:root	
+/usr/lib/debug/.build-id/67/2af1952afab2fb246f6869bd59af8fc736b8de	120777	root:root	../../../ocaml/reactiveData/reactiveData.cmxs
+/usr/lib/debug/.build-id/67/2af1952afab2fb246f6869bd59af8fc736b8de.debug	120777	root:root	../../usr/lib/ocaml/reactiveData/reactiveData.cmxs.debug
 /usr/lib/debug/usr/lib/ocaml	40755	root:root	
@@ -9,8 +9,8 @@
 Provides: ocaml-reactiveData-debuginfo = 0.2.2-alt1:sisyphus+288339.7100.3.1
-File: /usr/lib/debug/.build-id/fa	40755	root:root		
-File: /usr/lib/debug/.build-id/fa/98491483d48af9e4df0ff4805491ea0d665471	120777	root:root		../../../ocaml/reactiveData/reactiveData.cmxs
-File: /usr/lib/debug/.build-id/fa/98491483d48af9e4df0ff4805491ea0d665471.debug	120777	root:root		../../usr/lib/ocaml/reactiveData/reactiveData.cmxs.debug
+File: /usr/lib/debug/.build-id/67	40755	root:root		
+File: /usr/lib/debug/.build-id/67/2af1952afab2fb246f6869bd59af8fc736b8de	120777	root:root		../../../ocaml/reactiveData/reactiveData.cmxs
+File: /usr/lib/debug/.build-id/67/2af1952afab2fb246f6869bd59af8fc736b8de.debug	120777	root:root		../../usr/lib/ocaml/reactiveData/reactiveData.cmxs.debug
 File: /usr/lib/debug/usr/lib/ocaml	40755	root:root		
 File: /usr/lib/debug/usr/lib/ocaml/reactiveData	40755	root:root		
-File: /usr/lib/debug/usr/lib/ocaml/reactiveData/reactiveData.cmxs.debug	100644	root:root	30650953ec5e3d0821950ffecff1a0a9	
-RPMIdentity: f032ceb54db13efac856e5b16849756b51f9e1cf18f130df813ba7885378028aaff6656c816d8be703e81e1dfa9382471224b852e8e76898f354fea476e7f6e6
+File: /usr/lib/debug/usr/lib/ocaml/reactiveData/reactiveData.cmxs.debug	100644	root:root	eb72080a146442863d4dfe5055188a50	
+RPMIdentity: 2f10a0ae126825b87ffbb6c0b15f33204355d54811286741c88ab2d5ed7a7ccb7d089f2125868e06d8c502dcb12d81d288bc794628d47f62700bb5086279708a