<86>Jul  9 05:09:10 userdel[2481895]: delete user 'rooter'
<86>Jul  9 05:09:10 userdel[2481895]: removed group 'rooter' owned by 'rooter'
<86>Jul  9 05:09:10 userdel[2481895]: removed shadow group 'rooter' owned by 'rooter'
<86>Jul  9 05:09:10 groupadd[2481908]: group added to /etc/group: name=rooter, GID=954
<86>Jul  9 05:09:10 groupadd[2481908]: group added to /etc/gshadow: name=rooter
<86>Jul  9 05:09:10 groupadd[2481908]: new group: name=rooter, GID=954
<86>Jul  9 05:09:10 useradd[2481919]: new user: name=rooter, UID=954, GID=954, home=/root, shell=/bin/bash
<86>Jul  9 05:09:10 userdel[2481935]: delete user 'builder'
<86>Jul  9 05:09:10 userdel[2481935]: removed group 'builder' owned by 'builder'
<86>Jul  9 05:09:10 userdel[2481935]: removed shadow group 'builder' owned by 'builder'
<86>Jul  9 05:09:10 groupadd[2481949]: group added to /etc/group: name=builder, GID=955
<86>Jul  9 05:09:10 groupadd[2481949]: group added to /etc/gshadow: name=builder
<86>Jul  9 05:09:10 groupadd[2481949]: new group: name=builder, GID=955
<86>Jul  9 05:09:10 useradd[2481954]: new user: name=builder, UID=955, GID=955, home=/usr/src, shell=/bin/bash
<13>Jul  9 05:09:11 rpmi: ocaml-runtime-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed
<13>Jul  9 05:09:11 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+288339.1400.3.1 1636230742 installed
<13>Jul  9 05:09:19 rpmi: ocaml-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed
<13>Jul  9 05:09:19 rpmi: ocaml-findlib-1.9.3-alt1 sisyphus+294399.100.3.1 1643757341 installed
<13>Jul  9 05:09:19 rpmi: ocaml-ocamlbuild-1:0.14.1-alt1 sisyphus+297192.100.1.1 1648205278 installed
<13>Jul  9 05:09:19 rpmi: ocaml-topkg-1.0.5-alt1 sisyphus+297371.100.1.1 1648454900 installed
<13>Jul  9 05:09:19 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-react-1.2.1-alt4.nosrc.rpm (w1.gzdio)
Installing ocaml-react-1.2.1-alt4.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.55480
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ocaml-react-1.2.1
+ echo 'Source #0 (ocaml-react-1.2.1.tar):'
Source #0 (ocaml-react-1.2.1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-react-1.2.1.tar
+ cd ocaml-react-1.2.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.55480
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocaml-react-1.2.1
+ sed -i s,%%VERSION_NUM%%,1.2.1,g pkg/META
+ ocaml pkg/pkg.ml build
ocamlfind ocamldep -package bytes -modules src/react.ml > src/react.ml.depends
ocamlfind ocamldep -package bytes -modules src/react.mli > src/react.mli.depends
ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmi src/react.mli
ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmx src/react.ml
+ ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmx src/react.ml
File "src/react.ml", line 1437, characters 29-43:
1437 |         | Some _ -> supdate (Pervasives.not (sval m')) m' c
                                    ^^^^^^^^^^^^^^
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 bytes -I src src/react.cmx -o src/react.cmxa
ocamlfind ocamlopt -shared -linkall -package bytes -I src src/react.cmxa -o src/react.cmxs
+ ocamlfind ocamlopt -shared -linkall -package bytes -I src src/react.cmxa -o src/react.cmxs
ld: src/react.a(react.o): warning: relocation in read-only section `.text'
ld: warning: creating DT_TEXTREL in a shared object
ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmo src/react.ml
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmo src/react.ml
File "src/react.ml", line 1437, characters 29-43:
1437 |         | Some _ -> supdate (Pervasives.not (sval m')) m' c
                                    ^^^^^^^^^^^^^^
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 bytes -I src src/react.cmo -o src/react.cma
ocamlfind ocamldep -package compiler-libs.toplevel -package bytes -modules src/react_top.ml > src/react_top.ml.depends
ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmo src/react_top.ml
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmo src/react_top.ml
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs
ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmx src/react_top.ml
+ ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmx src/react_top.ml
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
ocamlfind ocamlopt -a -package compiler-libs.toplevel -package bytes -I src src/react_top.cmx -o src/react_top.cmxa
+ ocamlfind ocamlopt -a -package compiler-libs.toplevel -package bytes -I src src/react_top.cmx -o src/react_top.cmxa
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs
ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package bytes -I src src/react_top.cmxa -o src/react_top.cmxs
+ ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package bytes -I src src/react_top.cmxa -o src/react_top.cmxs
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs
ld: src/react_top.a(react_top.o): warning: relocation in read-only section `.text'
ld: warning: creating DT_TEXTREL in a shared object
ocamlfind ocamlc -a -package compiler-libs.toplevel -package bytes -I src src/react_top.cmo -o src/react_top.cma
+ ocamlfind ocamlc -a -package compiler-libs.toplevel -package bytes -I src src/react_top.cmo -o src/react_top.cma
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs
# No parallelism done
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.20967
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-react-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ocaml-react-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd ocaml-react-1.2.1
+ opam-installer --prefix=/usr/src/tmp/ocaml-react-buildroot/usr --libdir=/usr/src/tmp/ocaml-react-buildroot/usr/lib/ocaml
Creating directory /usr/src/tmp/ocaml-react-buildroot/usr/lib/ocaml/react
_build/opam                      => /usr/src/tmp/ocaml-react-buildroot/usr/lib/ocaml/react/opam
_build/pkg/META                  => /usr/src/tmp/ocaml-react-buildroot/usr/lib/ocaml/react/META
_build/src/react.a               => /usr/src/tmp/ocaml-react-buildroot/usr/lib/ocaml/react/react.a
_build/src/react.cma             => /usr/src/tmp/ocaml-react-buildroot/usr/lib/ocaml/react/react.cma
_build/src/react.cmi             => /usr/src/tmp/ocaml-react-buildroot/usr/lib/ocaml/react/react.cmi
_build/src/react.cmti            => /usr/src/tmp/ocaml-react-buildroot/usr/lib/ocaml/react/react.cmti
_build/src/react.cmx             => /usr/src/tmp/ocaml-react-buildroot/usr/lib/ocaml/react/react.cmx
_build/src/react.cmxa            => /usr/src/tmp/ocaml-react-buildroot/usr/lib/ocaml/react/react.cmxa
_build/src/react.cmxs            => /usr/src/tmp/ocaml-react-buildroot/usr/lib/ocaml/react/react.cmxs
_build/src/react.mli             => /usr/src/tmp/ocaml-react-buildroot/usr/lib/ocaml/react/react.mli
_build/src/react_top.a           => /usr/src/tmp/ocaml-react-buildroot/usr/lib/ocaml/react/react_top.a
_build/src/react_top.cma         => /usr/src/tmp/ocaml-react-buildroot/usr/lib/ocaml/react/react_top.cma
_build/src/react_top.cmx         => /usr/src/tmp/ocaml-react-buildroot/usr/lib/ocaml/react/react_top.cmx
_build/src/react_top.cmxa        => /usr/src/tmp/ocaml-react-buildroot/usr/lib/ocaml/react/react_top.cmxa
_build/src/react_top.cmxs        => /usr/src/tmp/ocaml-react-buildroot/usr/lib/ocaml/react/react_top.cmxs
_build/src/react_top_init.ml     => /usr/src/tmp/ocaml-react-buildroot/usr/lib/ocaml/react/react_top_init.ml
Creating directory /usr/src/tmp/ocaml-react-buildroot/usr/doc/react
_build/CHANGES.md                => /usr/src/tmp/ocaml-react-buildroot/usr/doc/react/CHANGES.md
_build/LICENSE.md                => /usr/src/tmp/ocaml-react-buildroot/usr/doc/react/LICENSE.md
_build/README.md                 => /usr/src/tmp/ocaml-react-buildroot/usr/doc/react/README.md
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ocaml-react-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/ocaml-react-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/ocaml-react-buildroot/ (default)
Compressing files in /usr/src/tmp/ocaml-react-buildroot (auto)
Adjusting library links in /usr/src/tmp/ocaml-react-buildroot
./usr/lib: (from <cmdline>:0)
Verifying ELF objects in /usr/src/tmp/ocaml-react-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal)
the file containing the function 'camlReact_top__entry' is not compiled with -fpic/-fPIC
verify-elf: WARNING: ./usr/lib/ocaml/react/react_top.cmxs: TEXTREL entry found: 0x00000000
verify-elf: WARNING: ./usr/lib/ocaml/react/react_top.cmxs: undefined symbol: camlToploop
verify-elf: WARNING: ./usr/lib/ocaml/react/react_top.cmxs: undefined symbol: camlStdlib__Format
the file containing the function 'camlReact__is_empty_206' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__scan_add_235' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__rem_244' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__els_292' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__eops_368' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__cops_436' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__deps_490' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__eval_551' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__eupdate_563' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__sval_572' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__changes_740' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_832' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_833' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__merge_838' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_854' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_869' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fix_880' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_3803' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_891' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__some_1009' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__value_1013' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__end_of_step_add_dep_1044' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__create_1061' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__stop_1083' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__equal_1092' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__trace_inner_3980' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__hold_1134' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__map_1148' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__app_1162' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__filter_1187' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fmap_1203' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1227' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__on_1260' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__dismiss_1282' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__accum_1303' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fold_1317' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__merge_inner_4244' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__merge_1332' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__switch_1366' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__bind_1389' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fix_inner_4339' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fix_1394' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l2_1427' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l3_inner_4407' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l3_1458' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l4_inner_4439' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l4_1482' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l5_inner_4478' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l5_1510' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l6_inner_4524' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l6_1544' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__not_1585' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$26$26_1587' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$7c$7c_1590' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__flip_1612' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$7e$2d_1827' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__succ_1829' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__pred_1831' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$2b_1833' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$2d_1836' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$2a_1839' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__mod_1842' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__land_1849' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__lor_1852' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__lxor_1855' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__lsl_1860' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__lsr_1863' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__asr_1866' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$7e$2d$2e_1874' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$2b$2e_1876' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$2d$2e_1879' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$2a$2e_1882' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$2f$2e_1885' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$2a$2a_1888' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__sqrt_1891' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__exp_1893' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__log_1895' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__log10_1897' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__cos_1899' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__sin_1901' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__tan_1903' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__acos_1905' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__asin_1907' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__atan_1909' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__atan2_1911' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__cosh_1914' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__sinh_1916' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__tanh_1918' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__ceil_1920' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__floor_1922' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__abs_float_1924' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__mod_float_1926' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__frexp_1929' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__ldexp_1931' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__modf_1934' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__float_1936' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__float_of_int_1938' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__truncate_1940' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__int_of_float_1942' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__classify_float_1950' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__pair_1953' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fst_1960' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__snd_1963' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__some_1968' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__eq_1973' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__value_inner_4767' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__value_1979' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$3d_2035' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$3c$3e_2038' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$3c_2041' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$3e_2044' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$3c$3d_2047' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$3e$3d_2050' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__compare_2053' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$3d$3d_2056' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__$21$3d_2059' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__entry' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry8' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry8_1' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry8_2' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry8_3' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry8_4' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry8_5' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry8_6' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry7' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry7_1' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry7_2' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry7_3' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry7_4' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry7_5' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry6' 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 'camlReact__code_begin' or the file containing the function 'camlReact__length_203' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__set_217' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__add_231' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_3437' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__create_340' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__add_deps_348' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__add_eop_352' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__add_cop_356' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__update_443' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__find_unfinished_451' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__find_455' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__create_476' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_3495' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__loop_506' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__update_rank_535' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__aux_539' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__update_542' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__emut_555' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__event_558' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__smut_576' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__signal_580' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__supdate_589' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__create_608' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__retain_612' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__trace_inner_3555' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_639' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_646' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__once_651' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_655' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__drop_once_660' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_664' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_665' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__app_672' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_678' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__map_685' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_690' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__stamp_695' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_701' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__filter_705' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_710' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fmap_716' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_721' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__diff_727' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_733' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_734' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__changes_inner_3629' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_748' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_749' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__on_755' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_762' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__dismiss_767' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_774' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__until_778' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_785' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__accum_790' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_797' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fold_801' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_808' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__aux_819' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__select_826' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__switch_860' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_868' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l2_899' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_908' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l3_915' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_926' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l4_934' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_947' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l5_956' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_971' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l6_981' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_998' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_3900' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1024' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_5004' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__set_sval_1032' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__set_1037' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__end_of_step_add_dep_inner_3922' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__const_1058' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__create_inner_3944' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__retain_1068' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__eq_fun_1074' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1114' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1123' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1128' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__hold_inner_4026' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1142' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__map_inner_4038' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1157' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__app_inner_4054' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1178' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1183' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__filter_inner_4090' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1198' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fmap_inner_4107' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1214' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__diff_1220' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1226' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__post_add_op_1232' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__changes_1236' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1240' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__sample_1245' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1254' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__on_inner_4153' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1272' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1277' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__dismiss_inner_4186' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1294' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1299' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__accum_inner_4219' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1312' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fold_inner_4231' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1326' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__nodes_1345' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1359' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__switch_inner_4275' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1376' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1377' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l2_inner_4366' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1444' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1449' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1454' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1478' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1506' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1539' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1577' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__edge_detect_1596' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1601' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1617' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4622' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__abs_1845' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__lnot_1858' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4646' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4649' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4652' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4655' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4658' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4661' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4664' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4667' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4670' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4673' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4676' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4679' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4682' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4685' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4688' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4691' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4694' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4697' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4700' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4703' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4706' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4709' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4712' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4715' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4723' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4731' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4734' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4754' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4765' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1994' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_2008' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_2014' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_first_2020' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_2027' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__Make_2167' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__create_2092' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__equal_2094' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__hold_2097' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__app_2100' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__map_2103' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__filter_2106' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fmap_2109' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__when__2112' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__dismiss_2116' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__accum_2119' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fold_2122' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__merge_2125' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__switch_2129' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__bind_2131' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fix_2134' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l2_2137' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l3_2141' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l4_2146' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l5_2152' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__l6_2159' is not compiled with -fpic/-fPIC
either the file containing the function 'camlReact__code_begin' or the file containing the function 'camlReact__length_203' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry8_1_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry8_2_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry8_3_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry8_4_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry8_5_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry8_6_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry8_7' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry7_1_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry7_2_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry7_3_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry7_4_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry7_5_app' is not compiled with -fpic/-fPIC
the file containing the function 'caml_curry7_6' 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
the file containing the function 'caml_apply6' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1000' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1578' is not compiled with -fpic/-fPIC
either the file containing the function 'camlReact__code_begin' or the file containing the function 'camlReact__length_203' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__clear_210' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__grow_227' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__stop_inner_3498' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__add_344' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__allow_reschedule_360' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__finish_440' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__bind_495' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__clear_568' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_3528' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__send_600' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_798' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_809' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__clear_894' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_3823' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__update_delayed_1401' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_first_2022' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__get_213' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__swap_221' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__iter_250' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fold_256' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__compare_down_297' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__aux_316' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__take_331' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_3424' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__rem_last_240' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__add_327' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fold_843' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_910' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__equal_inner_3972' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1129' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4138' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1255' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1327' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__merger_1350' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1445' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1450' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1455' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__down_304' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__rebuild_323' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__aux_454' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__find_muts_and_next_rank_816' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__add_dep_1055' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__execute_449' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__rsucc_526' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__has_dep_487' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_656' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_787' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1124' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1995' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__rsucc2_529' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__add_dep_596' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__trace_629' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__trace_1103' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_640' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u$27_668' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_691' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_711' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_722' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_763' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_775' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_647' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1025' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1116' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1158' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1179' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1184' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1199' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1215' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1241' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1273' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1278' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1300' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1313' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1423' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1479' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1507' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1540' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1602' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_1618' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_2009' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_2016' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_2029' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_3633' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_3948' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_3977' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_3996' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4031' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4043' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4059' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4096' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4113' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4159' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4192' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4224' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4237' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4250' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4308' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4344' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4372' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4414' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4447' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4487' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4534' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4718' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4726' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4772' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4859' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4720' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4728' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4862' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4865' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4868' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4871' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4874' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4877' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_855' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_928' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_949' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__u_973' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__value_1078' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__p_1358' is not compiled with -fpic/-fPIC
the file containing the function 'camlReact__fun_4751' is not compiled with -fpic/-fPIC
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: TEXTREL entry found: 0x00000000
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: Caml_state
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_call_gc
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_extra_params
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: camlStdlib__Weak__create_83
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: camlStdlib__Weak__check_210
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: camlStdlib
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_raise_exn
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_modify
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: camlStdlib__Weak__get_202
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: camlStdlib__Weak
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: camlStdlib__Weak__set_195
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: camlStdlib__Weak__blit_214
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: camlStdlib__List__iter_261
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: camlStdlib__invalid_arg_9
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_exn_Assert_failure
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_equal
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_c_call
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: camlStdlib__List__rev_append_122
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: camlStdlib__List__rev_map_252
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: camlStdlib__List__find_417
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: camlStdlib__failwith_6
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: camlStdlib__List__fold_left_275
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_exn_Division_by_zero
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: pow
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: sqrt
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: exp
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: log
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: log10
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: cos
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: sin
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: tan
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: acos
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: asin
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: atan
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: atan2
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: cosh
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: sinh
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: tanh
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: ceil
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: floor
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: fmod
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_frexp_float
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_ldexp_float_unboxed
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_modf_float
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_classify_float_unboxed
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_notequal
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_lessthan
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_greaterthan
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_lessequal
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_greaterequal
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_compare
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_allocN
verify-elf: WARNING: ./usr/lib/ocaml/react/react.cmxs: undefined symbol: caml_alloc1
Processing files: ocaml-react-1.2.1-alt4
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YSZ2qV
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.GxQrCk
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(React) = 4.13.1-CCA8B972, ocaml-cmx(React_top) = 4.13.1-B78BCCCE
Requires: ocaml-react-runtime = 1.2.1-alt4, rpm-build-ocaml >= 1.1.1, ocaml-cmi(Asttypes) = 4.13.1-8D9243B2, ocaml-cmi(Build_path_prefix_map) = 4.13.1-768AAA9A, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalLazy) = 4.13.1-82103148, ocaml-cmi(Cmi_format) = 4.13.1-76D3429A, ocaml-cmi(Env) = 4.13.1-3E1FEE82, ocaml-cmi(Ident) = 4.13.1-66346E41, ocaml-cmi(Identifiable) = 4.13.1-9F19D868, ocaml-cmi(Load_path) = 4.13.1-8AB42785, ocaml-cmi(Location) = 4.13.1-42FE4A2F, ocaml-cmi(Longident) = 4.13.1-A52B92DB, ocaml-cmi(Misc) = 4.13.1-5AD92B5C, ocaml-cmi(Outcometree) = 4.13.1-AC56C08F, ocaml-cmi(Parsetree) = 4.13.1-EBAF0FCB, ocaml-cmi(Path) = 4.13.1-B4C2C6EA, ocaml-cmi(Primitive) = 4.13.1-849BB0DB, ocaml-cmi(React) = 4.13.1-E29A0D55, ocaml-cmi(React_top) = 4.13.1-3828F26A, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Digest) = 4.13.1-4288C582, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__Int32) = 4.13.1-D7020701, ocaml-cmi(Stdlib__Lazy) = 4.13.1-DEE38639, ocaml-cmi(Stdlib__Lexing) = 4.13.1-58F88856, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Map) = 4.13.1-406D1BC5, ocaml-cmi(Stdlib__Obj) = 4.13.1-F013B5AB, 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-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Stdlib__Weak) = 4.13.1-7471767D, ocaml-cmi(Subst) = 4.13.1-B172A3FE, ocaml-cmi(Toploop) = 4.13.1-442ADDBC, ocaml-cmi(Type_immediacy) = 4.13.1-D9790C85, ocaml-cmi(Types) = 4.13.1-5E0F9BE6, ocaml-cmi(Warnings) = 4.13.1-EAE45E31, ocaml-cmx(Stdlib) = 4.13.1-C82208C6, ocaml-cmx(Stdlib__Format) = 4.13.1-D5F7C8EF, ocaml-cmx(Stdlib__List) = 4.13.1-749429E7, ocaml-cmx(Stdlib__Weak) = 4.13.1-1EB2C5EB
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lmuVoA
Processing files: ocaml-react-runtime-1.2.1-alt4
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iDxIho
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.MjUhJn
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(React) = 4.13.1-E29A0D55, ocaml-cmi(React_top) = 4.13.1-3828F26A, ocaml-cmx(React) = 4.13.1-CCA8B972, ocaml-cmx(React_top) = 4.13.1-B78BCCCE
Requires: ocaml-cmi(Asttypes) = 4.13.1-8D9243B2, ocaml-cmi(Build_path_prefix_map) = 4.13.1-768AAA9A, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalLazy) = 4.13.1-82103148, ocaml-cmi(Cmi_format) = 4.13.1-76D3429A, ocaml-cmi(Env) = 4.13.1-3E1FEE82, ocaml-cmi(Ident) = 4.13.1-66346E41, ocaml-cmi(Identifiable) = 4.13.1-9F19D868, ocaml-cmi(Load_path) = 4.13.1-8AB42785, ocaml-cmi(Location) = 4.13.1-42FE4A2F, ocaml-cmi(Longident) = 4.13.1-A52B92DB, ocaml-cmi(Misc) = 4.13.1-5AD92B5C, ocaml-cmi(Outcometree) = 4.13.1-AC56C08F, ocaml-cmi(Parsetree) = 4.13.1-EBAF0FCB, ocaml-cmi(Path) = 4.13.1-B4C2C6EA, ocaml-cmi(Primitive) = 4.13.1-849BB0DB, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Digest) = 4.13.1-4288C582, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__Int32) = 4.13.1-D7020701, ocaml-cmi(Stdlib__Lazy) = 4.13.1-DEE38639, ocaml-cmi(Stdlib__Lexing) = 4.13.1-58F88856, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Map) = 4.13.1-406D1BC5, ocaml-cmi(Stdlib__Obj) = 4.13.1-F013B5AB, 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-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Stdlib__Weak) = 4.13.1-7471767D, ocaml-cmi(Subst) = 4.13.1-B172A3FE, ocaml-cmi(Toploop) = 4.13.1-442ADDBC, ocaml-cmi(Type_immediacy) = 4.13.1-D9790C85, ocaml-cmi(Types) = 4.13.1-5E0F9BE6, ocaml-cmi(Warnings) = 4.13.1-EAE45E31, ocaml-cmx(Stdlib) = 4.13.1-C82208C6, ocaml-cmx(Stdlib__Format) = 4.13.1-D5F7C8EF, ocaml-cmx(Stdlib__List) = 4.13.1-749429E7, ocaml-cmx(Stdlib__Weak) = 4.13.1-1EB2C5EB, rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ty76vj
Creating ocaml-react-runtime-debuginfo package
Processing files: ocaml-react-runtime-debuginfo-1.2.1-alt4
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fct6WP
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GiE3w1
find-requires: running scripts (debuginfo)
Requires: ocaml-react-runtime = 1.2.1-alt4
Adding to ocaml-react a strict dependency on ocaml-react-runtime
Adding to ocaml-react-runtime-debuginfo a strict dependency on ocaml-react-runtime
Removing 2 extra deps from ocaml-react due to dependency on ocaml-react-runtime
Removing 43 extra deps from ocaml-react due to repentancy on ocaml-react-runtime
warning: Installed (but unpackaged) file(s) found:
    /usr/doc/react/CHANGES.md
    /usr/doc/react/LICENSE.md
    /usr/doc/react/README.md
Wrote: /usr/src/RPM/RPMS/i586/ocaml-react-1.2.1-alt4.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/ocaml-react-runtime-1.2.1-alt4.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/ocaml-react-runtime-debuginfo-1.2.1-alt4.i586.rpm (w2.lzdio)
1.12user 0.60system 0:09.08elapsed 19%CPU (0avgtext+0avgdata 26956maxresident)k
0inputs+0outputs (0major+247275minor)pagefaults 0swaps
11.23user 3.41system 0:21.24elapsed 68%CPU (0avgtext+0avgdata 103288maxresident)k
616inputs+0outputs (30385major+512984minor)pagefaults 0swaps
--- ocaml-react-runtime-1.2.1-alt4.i586.rpm.repo	2021-11-06 20:58:47.000000000 +0000
+++ ocaml-react-runtime-1.2.1-alt4.i586.rpm.hasher	2022-07-09 05:09:30.376543119 +0000
@@ -72,3 +72,3 @@
 File: /usr/lib/ocaml/react/react.cmxa	100644	root:root	16d920734f8b6deb7c827cf510f15917	
-File: /usr/lib/ocaml/react/react.cmxs	100644	root:root	ebefd4765146563d9419affbcb1ec43a	
+File: /usr/lib/ocaml/react/react.cmxs	100644	root:root	293e0fe216f8a610a17b18dcca785f11	
 File: /usr/lib/ocaml/react/react_top.a	100644	root:root	4d137763a9353cd6b5637991a130928c	
@@ -76,4 +76,4 @@
 File: /usr/lib/ocaml/react/react_top.cmxa	100644	root:root	58e8495b5ac546896a0f4949993eaba0	
-File: /usr/lib/ocaml/react/react_top.cmxs	100644	root:root	6da8f1da1731b49c34672296f9205885	
+File: /usr/lib/ocaml/react/react_top.cmxs	100644	root:root	a4333abb27aa7d2c6db4c6a4a2b1786d	
 File: /usr/lib/ocaml/react/react_top_init.ml	100644	root:root	afed8875ca0370209d721a625f21df5f	
-RPMIdentity: 9c6beaac6adedeed07145a5d72e2311e9b7850f6977e4da0003fafe12d278e81f41d85e93166b8902fdb1854dc2396f31bda79eb99e9d52fa9c3d51926a6f900
+RPMIdentity: 090896be29a2777de4f432c61e212e8ede7023be4684fb24d63e86b5bcb0d5c8e5b8b7ecd4e8a45cd370ebbb9a17c3304cb830bbb20297459fa229df33e8b4ff
--- ocaml-react-runtime-debuginfo-1.2.1-alt4.i586.rpm.repo	2021-11-06 20:58:47.000000000 +0000
+++ ocaml-react-runtime-debuginfo-1.2.1-alt4.i586.rpm.hasher	2022-07-09 05:09:30.435543860 +0000
@@ -1,7 +1,7 @@
-/usr/lib/debug/.build-id/ac	40755	root:root	
-/usr/lib/debug/.build-id/ac/e69095453bd3f083a9e24e9a7235a7627cc982	120777	root:root	../../../ocaml/react/react.cmxs
-/usr/lib/debug/.build-id/ac/e69095453bd3f083a9e24e9a7235a7627cc982.debug	120777	root:root	../../usr/lib/ocaml/react/react.cmxs.debug
-/usr/lib/debug/.build-id/dc	40755	root:root	
-/usr/lib/debug/.build-id/dc/1dcb5349f209276b1ac5cd0bab39f8c810b358	120777	root:root	../../../ocaml/react/react_top.cmxs
-/usr/lib/debug/.build-id/dc/1dcb5349f209276b1ac5cd0bab39f8c810b358.debug	120777	root:root	../../usr/lib/ocaml/react/react_top.cmxs.debug
+/usr/lib/debug/.build-id/0e	40755	root:root	
+/usr/lib/debug/.build-id/0e/7d25ac0b8d45695ad968680955fe776890acab	120777	root:root	../../../ocaml/react/react.cmxs
+/usr/lib/debug/.build-id/0e/7d25ac0b8d45695ad968680955fe776890acab.debug	120777	root:root	../../usr/lib/ocaml/react/react.cmxs.debug
+/usr/lib/debug/.build-id/ad	40755	root:root	
+/usr/lib/debug/.build-id/ad/60485f6ad48124f8aa2dbfbc6b62d390494fd9	120777	root:root	../../../ocaml/react/react_top.cmxs
+/usr/lib/debug/.build-id/ad/60485f6ad48124f8aa2dbfbc6b62d390494fd9.debug	120777	root:root	../../usr/lib/ocaml/react/react_top.cmxs.debug
 /usr/lib/debug/usr/lib/ocaml	40755	root:root	
@@ -18,12 +18,12 @@
 Provides: ocaml-react-runtime-debuginfo = 1.2.1-alt4:sisyphus+288339.6600.3.1
-File: /usr/lib/debug/.build-id/ac	40755	root:root		
-File: /usr/lib/debug/.build-id/ac/e69095453bd3f083a9e24e9a7235a7627cc982	120777	root:root		../../../ocaml/react/react.cmxs
-File: /usr/lib/debug/.build-id/ac/e69095453bd3f083a9e24e9a7235a7627cc982.debug	120777	root:root		../../usr/lib/ocaml/react/react.cmxs.debug
-File: /usr/lib/debug/.build-id/dc	40755	root:root		
-File: /usr/lib/debug/.build-id/dc/1dcb5349f209276b1ac5cd0bab39f8c810b358	120777	root:root		../../../ocaml/react/react_top.cmxs
-File: /usr/lib/debug/.build-id/dc/1dcb5349f209276b1ac5cd0bab39f8c810b358.debug	120777	root:root		../../usr/lib/ocaml/react/react_top.cmxs.debug
+File: /usr/lib/debug/.build-id/0e	40755	root:root		
+File: /usr/lib/debug/.build-id/0e/7d25ac0b8d45695ad968680955fe776890acab	120777	root:root		../../../ocaml/react/react.cmxs
+File: /usr/lib/debug/.build-id/0e/7d25ac0b8d45695ad968680955fe776890acab.debug	120777	root:root		../../usr/lib/ocaml/react/react.cmxs.debug
+File: /usr/lib/debug/.build-id/ad	40755	root:root		
+File: /usr/lib/debug/.build-id/ad/60485f6ad48124f8aa2dbfbc6b62d390494fd9	120777	root:root		../../../ocaml/react/react_top.cmxs
+File: /usr/lib/debug/.build-id/ad/60485f6ad48124f8aa2dbfbc6b62d390494fd9.debug	120777	root:root		../../usr/lib/ocaml/react/react_top.cmxs.debug
 File: /usr/lib/debug/usr/lib/ocaml	40755	root:root		
 File: /usr/lib/debug/usr/lib/ocaml/react	40755	root:root		
-File: /usr/lib/debug/usr/lib/ocaml/react/react.cmxs.debug	100644	root:root	cd38542d266acdf1e608b8c2815d5bc2	
-File: /usr/lib/debug/usr/lib/ocaml/react/react_top.cmxs.debug	100644	root:root	462e1856c012d0d298fa86058136c1a2	
+File: /usr/lib/debug/usr/lib/ocaml/react/react.cmxs.debug	100644	root:root	93d163086bae98ffde37b97facbfc84b	
+File: /usr/lib/debug/usr/lib/ocaml/react/react_top.cmxs.debug	100644	root:root	7b4207dc171607d6620e4f83ea7b115e	
 File: /usr/src/debug/ocaml-react-1.2.1	40755	root:root		
@@ -33,2 +33,2 @@
 File: /usr/src/debug/ocaml-react-1.2.1/_build/src/react_top.ml	100644	root:root	a1ab4dba6b0a7a0e2bd461fefe5ae07e	
-RPMIdentity: c4c7def9b1d59d801c4577c68d95e813dd341cb2dbd366a285f29ac7d878cc9c9abe92c5c4fcd025b048805815354a4f47d80c8a91bb14093e0b4cc3f85bc664
+RPMIdentity: a9feaa269ad83895cfc2fd12db4831e2f4973d1f6c59faa441983e8daadf4b9b045f997f254ecc56b880f182bbef1675abd4ae56df82aaabaa281c1f73892c22