<86>Jan 18 09:25:50 userdel[1166230]: delete user 'rooter' <86>Jan 18 09:25:50 userdel[1166230]: removed group 'rooter' owned by 'rooter' <86>Jan 18 09:25:50 userdel[1166230]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 18 09:25:50 groupadd[1166255]: group added to /etc/group: name=rooter, GID=642 <86>Jan 18 09:25:50 groupadd[1166255]: group added to /etc/gshadow: name=rooter <86>Jan 18 09:25:50 groupadd[1166255]: new group: name=rooter, GID=642 <86>Jan 18 09:25:50 useradd[1166269]: new user: name=rooter, UID=642, GID=642, home=/root, shell=/bin/bash <86>Jan 18 09:25:50 userdel[1166300]: delete user 'builder' <86>Jan 18 09:25:50 userdel[1166300]: removed group 'builder' owned by 'builder' <86>Jan 18 09:25:50 userdel[1166300]: removed shadow group 'builder' owned by 'builder' <86>Jan 18 09:25:50 groupadd[1166323]: group added to /etc/group: name=builder, GID=643 <86>Jan 18 09:25:50 groupadd[1166323]: group added to /etc/gshadow: name=builder <86>Jan 18 09:25:50 groupadd[1166323]: new group: name=builder, GID=643 <86>Jan 18 09:25:50 useradd[1166331]: new user: name=builder, UID=643, GID=643, home=/usr/src, shell=/bin/bash <13>Jan 18 09:25:54 rpmi: ocaml-runtime-4.11.1-alt1 sisyphus+263310.200.12.1 1608876657 installed <13>Jan 18 09:25:54 rpmi: rpm-build-ocaml-1.4.1-alt1 sisyphus+263310.60.12.1 1608876340 installed <13>Jan 18 09:26:09 rpmi: ocaml-4.11.1-alt1 sisyphus+263310.200.12.1 1608876657 installed <13>Jan 18 09:26:09 rpmi: ocaml-topkg-1.0.3-alt1 sisyphus+263310.5400.12.1 1608879400 installed <13>Jan 18 09:26:09 rpmi: ocaml-topkg-devel-1.0.3-alt1 sisyphus+263310.5400.12.1 1608879400 installed <13>Jan 18 09:26:09 rpmi: ocaml-cmdliner-1.0.4-alt1 sisyphus+263310.5100.12.1 1608879250 installed <13>Jan 18 09:26:10 rpmi: ocaml-findlib-1.8.1-alt3 sisyphus+263310.1340.12.1 1608877326 installed <13>Jan 18 09:26:10 rpmi: ocaml-ocamlbuild-1:0.14.0-alt1 sisyphus+263310.500.12.1 1608876794 installed <13>Jan 18 09:26:10 rpmi: opam-2.0.7-alt1 sisyphus+263310.22700.12.1 1608888074 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ocaml-fmt-0.8.9-alt1.nosrc.rpm (w1.gzdio) Installing ocaml-fmt-0.8.9-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.44119 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-fmt-0.8.9 + echo 'Source #0 (ocaml-fmt-0.8.9.tar):' Source #0 (ocaml-fmt-0.8.9.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-fmt-0.8.9.tar + cd ocaml-fmt-0.8.9 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ocaml-fmt-0.8.9-alt1.patch):' Patch #0 (ocaml-fmt-0.8.9-alt1.patch): + /usr/bin/patch -p1 patching file .gear/ocaml-fmt.spec patching file .gear/rules patching file .gear/tags/a816ddb87894de5f9ba07e476746d53b8caa7526 patching file .gear/tags/list patching file _tags patching file opam patching file pkg/META + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.44119 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-fmt-0.8.9 + sed -i s,%%VERSION_NUM%%,0.8.9,g pkg/META + ocaml pkg/pkg.ml build ocamlfind ocamldep -modules src/fmt.ml > src/fmt.ml.depends ocamlfind ocamldep -modules src/fmt.mli > src/fmt.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/fmt.cmi src/fmt.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/fmt.cmx src/fmt.ml ocamlfind ocamlopt -a -I src src/fmt.cmx -o src/fmt.cmxa ocamlfind ocamlopt -shared -linkall -I src src/fmt.cmxa -o src/fmt.cmxs + ocamlfind ocamlopt -shared -linkall -I src src/fmt.cmxa -o src/fmt.cmxs ld: src/fmt.a(fmt.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 -I src -I test -o src/fmt.cmo src/fmt.ml ocamlfind ocamlc -a -I src src/fmt.cmo -o src/fmt.cma ocamlfind ocamldep -package unix -modules src/fmt_tty.ml > src/fmt_tty.ml.depends ocamlfind ocamldep -package unix -modules src/fmt_tty.mli > src/fmt_tty.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -I src -I test -o src/fmt_tty.cmi src/fmt_tty.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -I src -I test -o src/fmt_tty.cmx src/fmt_tty.ml ocamlfind ocamlopt -a -package unix -I src src/fmt_tty.cmx -o src/fmt_tty.cmxa ocamlfind ocamlopt -shared -linkall -package unix -I src src/fmt_tty.cmxa -o src/fmt_tty.cmxs + ocamlfind ocamlopt -shared -linkall -package unix -I src src/fmt_tty.cmxa -o src/fmt_tty.cmxs ld: src/fmt_tty.a(fmt_tty.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 unix -I src -I test -o src/fmt_tty.cmo src/fmt_tty.ml ocamlfind ocamlc -a -package unix -I src src/fmt_tty.cmo -o src/fmt_tty.cma ocamlfind ocamldep -package cmdliner -modules src/fmt_cli.ml > src/fmt_cli.ml.depends ocamlfind ocamldep -package cmdliner -modules src/fmt_cli.mli > src/fmt_cli.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/fmt_cli.cmi src/fmt_cli.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/fmt_cli.cmx src/fmt_cli.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/fmt_cli.cmx src/fmt_cli.ml File "_none_", line 1: Warning 58: no cmx file was found in path for module Cmdliner, and its interface was not compiled with -opaque ocamlfind ocamlopt -a -package cmdliner -I src src/fmt_cli.cmx -o src/fmt_cli.cmxa ocamlfind ocamlopt -shared -linkall -package cmdliner -I src src/fmt_cli.cmxa -o src/fmt_cli.cmxs + ocamlfind ocamlopt -shared -linkall -package cmdliner -I src src/fmt_cli.cmxa -o src/fmt_cli.cmxs ld: src/fmt_cli.a(fmt_cli.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 cmdliner -I src -I test -o src/fmt_cli.cmo src/fmt_cli.ml ocamlfind ocamlc -a -package cmdliner -I src src/fmt_cli.cmo -o src/fmt_cli.cma ocamlfind ocamldep -package compiler-libs.toplevel -modules src/fmt_top.ml > src/fmt_top.ml.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/fmt_top.cmo src/fmt_top.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/fmt_top.cmo src/fmt_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 -I src -I test -o src/fmt_top.cmx src/fmt_top.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/fmt_top.cmx src/fmt_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 was found in path for module Toploop, and its interface was not compiled with -opaque ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/fmt_top.cmx -o src/fmt_top.cmxa + ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/fmt_top.cmx -o src/fmt_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 -I src src/fmt_top.cmxa -o src/fmt_top.cmxs + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/fmt_top.cmxa -o src/fmt_top.cmxs findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs ld: src/fmt_top.a(fmt_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 -I src src/fmt_top.cmo -o src/fmt_top.cma + ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/fmt_top.cmo -o src/fmt_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.75445 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-fmt-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-fmt-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-fmt-0.8.9 + opam-installer --prefix=/usr/src/tmp/ocaml-fmt-buildroot/usr --libdir=/usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml Creating directory /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt _build/opam => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/opam _build/pkg/META => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/META _build/src/fmt.a => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt.a _build/src/fmt.cma => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt.cma _build/src/fmt.cmi => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt.cmi _build/src/fmt.cmti => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt.cmti _build/src/fmt.cmx => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt.cmx _build/src/fmt.cmxa => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt.cmxa _build/src/fmt.cmxs => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt.cmxs _build/src/fmt.mli => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt.mli _build/src/fmt_cli.a => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_cli.a _build/src/fmt_cli.cma => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_cli.cma _build/src/fmt_cli.cmi => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_cli.cmi _build/src/fmt_cli.cmti => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_cli.cmti _build/src/fmt_cli.cmx => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_cli.cmx _build/src/fmt_cli.cmxa => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_cli.cmxa _build/src/fmt_cli.cmxs => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_cli.cmxs _build/src/fmt_cli.mli => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_cli.mli _build/src/fmt_top.a => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_top.a _build/src/fmt_top.cma => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_top.cma _build/src/fmt_top.cmx => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_top.cmx _build/src/fmt_top.cmxa => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_top.cmxa _build/src/fmt_top.cmxs => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_top.cmxs _build/src/fmt_tty.a => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_tty.a _build/src/fmt_tty.cma => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_tty.cma _build/src/fmt_tty.cmi => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_tty.cmi _build/src/fmt_tty.cmti => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_tty.cmti _build/src/fmt_tty.cmx => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_tty.cmx _build/src/fmt_tty.cmxa => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_tty.cmxa _build/src/fmt_tty.cmxs => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_tty.cmxs _build/src/fmt_tty.mli => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_tty.mli _build/src/fmt_tty_top_init.ml => /usr/src/tmp/ocaml-fmt-buildroot/usr/lib/ocaml/fmt/fmt_tty_top_init.ml Creating directory /usr/src/tmp/ocaml-fmt-buildroot/usr/doc/fmt _build/CHANGES.md => /usr/src/tmp/ocaml-fmt-buildroot/usr/doc/fmt/CHANGES.md _build/LICENSE.md => /usr/src/tmp/ocaml-fmt-buildroot/usr/doc/fmt/LICENSE.md _build/README.md => /usr/src/tmp/ocaml-fmt-buildroot/usr/doc/fmt/README.md + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-fmt-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ocaml-fmt-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-fmt-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-fmt-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-fmt-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-fmt-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) the file containing the function 'camlFmt_tty__setup_139' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt_tty__has_utf_8_458' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt_tty__entry' 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 the file containing the function 'camlFmt_tty__is_infix_80' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt_tty__loop_136' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt_tty__setup_std_outputs_461' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_tty.cmxs: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_tty.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_tty.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_tty.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_tty.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_tty.cmxs: undefined symbol: camlFmt verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_tty.cmxs: undefined symbol: camlStdlib__format__formatter_of_out_channel_803 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_tty.cmxs: undefined symbol: caml_sys_getenv verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_tty.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_tty.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_tty.cmxs: undefined symbol: caml_channel_descriptor verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_tty.cmxs: undefined symbol: unix_isatty verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_tty.cmxs: undefined symbol: camlUnix verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_tty.cmxs: undefined symbol: camlFmt__set_2940 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_tty.cmxs: undefined symbol: camlStdlib__char verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_tty.cmxs: undefined symbol: camlStdlib__bytes__map_225 the file containing the function 'camlFmt_top__entry' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_top.cmxs: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_top.cmxs: undefined symbol: camlToploop verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_top.cmxs: undefined symbol: camlStdlib__format the file containing the function 'camlFmt_cli__style_renderer_253' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt_cli__entry' 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 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_cli.cmxs: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_cli.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_cli.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_cli.cmxs: undefined symbol: camlCmdliner verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_cli.cmxs: undefined symbol: camlStdlib__format verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt_cli.cmxs: undefined symbol: camlStdlib__format__kasprintf_1221 the file containing the function 'camlFmt__failwith_notrace_281' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__error_287' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__error_msg_291' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__parens_500' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__brackets_503' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__oxford_brackets_506' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__braces_509' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__quote_inner_3837' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__exn_backtrace_647' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__pp_backtrace_str_652' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__round_718' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__round_dfrac_721' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__round_dsig_726' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__signal_1237' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__pair_1269' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__option_1272' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__result_1277' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__hashtbl_1301' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__stack_1304' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__queue_1306' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__field_inner_4376' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__record_1318' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__pp_at_factor_1336' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__si_size_1337' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__bi_byte_size_1375' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__pp_si_span_1465' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__pp_non_si_1466' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__uint64_ns_span_1467' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4681' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4703' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__padded0x_1650' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__pp_char_1688' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__addresses_inner_4877' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__sub_1756' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__loop_1797' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__truncated_1812' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__text_loc_1818' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__one_of_inner_5115' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__loop_1837' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__did_you_mean_1843' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_5207' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__go_2836' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__ansi_style_code_2993' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__pp_sgr_2996' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__styled_3001' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__field_inner_5251' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__field_3015' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__to_to_string_3039' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__entry' 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 the file containing the function 'camlFmt__fun_4927' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4998' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_3635' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_3639' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_3642' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__iter_inner_3659' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__iter_bindings_inner_3669' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__pp_binding_377' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__concat_387' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__list_769' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__array_773' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__seq_827' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__hashtbl_846' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__queue_1106' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__stack_1133' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__iter_1284' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__iter_bindings_1289' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__list_1295' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__array_1297' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__seq_1299' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__div_round_up_1386' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__float_1390' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__unsigned_compare_1401' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__unsigned_div_1448' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__unsigned_rem_1454' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__geq_1473' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__lt_1521' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__vec_1548' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__sub_vecs_1640' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4726' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__ascii_1656' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__octets_inner_4855' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__hex_inner_4922' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__words_1762' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__paragraphs_1775' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__text_1792' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__lines_1802' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__attr_1861' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_5204' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__get_2933' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__str_like_2976' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__record_inner_5282' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__styled_unit_3060' 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_apply10' is not compiled with -fpic/-fPIC the file containing the function 'caml_apply8' is not compiled with -fpic/-fPIC the file containing the function 'caml_apply7' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__failwith_259' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__invalid_arg_285' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__flush_296' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__flush_2982' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__any_313' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fmt_330' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__nativeint_524' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__int32_528' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__int64_532' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__uint_536' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__uint32_540' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__uint64_544' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__unativeint_548' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__float_715' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__float_dfrac_731' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__float_dsig_736' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__uchar_1242' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__string_1266' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4339' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4353' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4367' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4396' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4738' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4750' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4762' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4774' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4786' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4798' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4810' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4826' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_5160' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_5264' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_5321' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__using_318' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__const_324' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__pp_elt_365' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__append_380' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_3681' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__box_inner_3687' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__hbox_464' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__vbox_inner_3695' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__hvbox_inner_3702' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__hovbox_inner_3709' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__surround_493' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_3724' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_3754' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_3784' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_3814' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_3851' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_3863' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__pair_inner_3958' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__option_inner_3966' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__result_761' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4116' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4128' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4156' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4168' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4228' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4240' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4270' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4282' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4433' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__iter_vec_1541' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4698' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4720' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4841' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__pp_char_1667' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__pp_sep_1684' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4902' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4890' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__pp_sub_1720' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4991' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_5043' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__if_utf_8_2985' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__prefix_3048' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__suffix_3054' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__cut_334' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__sp_338' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__sps_342' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__comma_347' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__semi_351' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__loop_705' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4981' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__loop_1767' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__loop_1780' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__buffer_554' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__exn_601' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__loop_1807' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__of_to_string_3034' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__iter_355' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__iter_bindings_367' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__pair_741' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__option_752' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_3981' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_3999' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4017' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4035' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4053' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4071' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4212' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4254' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__field_1308' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4672' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__octets_1673' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4964' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__one_of_1826' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_5174' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__store_2225' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__set_2940' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__utf_8_2954' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__set_utf_8_2957' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__style_renderer_2963' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__set_style_renderer_2966' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__record_3028' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__quote_512' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__pp_mark_518' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4683' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4688' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4705' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__fun_4710' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__stop_at_1751' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__byte_size_1371' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__not_white_1745' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__not_white_or_nl_1748' is not compiled with -fpic/-fPIC the file containing the function 'camlFmt__with_buffer_2970' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_extra_params verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__format__kasprintf_1221 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__format__pp_print_flush_584 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__format__fprintf_1189 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__format__pp_print_break_611 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__format__pp_print_string_515 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__list verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__format__pp_open_box_gen_430 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__format__pp_close_box_440 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__format__enqueue_string_as_404 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__bytes__sub_115 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__printexc__use_printers_197 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__printexc__to_string_default_205 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__printexc__convert_raw_backtrace_250 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__printexc__backtrace_to_string_325 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_string_equal verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: floor verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: pow verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: log10 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__array verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__seq verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__hashtbl verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__queue verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__stack verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__list__assq_opt_386 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_exn_Division_by_zero verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__int64__4 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_int64_sub_native verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_int64_ops verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_int64_compare verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__int64__1 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_lessthan verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__int64__2 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_int64_shift_right_unsigned verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_int64_div_native verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_int64_shift_left verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_int64_mul_native verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_int64_add_native verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__int64__unsigned_div_139 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_notequal verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_int64_mod_native verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__min_42 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__list__find_opt_419 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__format__pp_print_char_559 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__format__pp_force_newline_591 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__obj__get_key_298 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_ephe_get_data verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__list__rev_append_121 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__obj__create_287 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__obj__set_key_306 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_ephe_set_data verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__map__find_opt_280 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__format verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__invalid_arg_9 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__map__add_196 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__format__formatter_of_buffer_807 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__buffer__create_85 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__format__kfprintf_1171 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__$5e_136 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_obj_dup verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: camlStdlib__map__fun_1039 verify-elf: WARNING: ./usr/lib/ocaml/fmt/fmt.cmxs: undefined symbol: caml_alloc1 Hardlinking identical .pyc and .pyo files Processing files: ocaml-fmt-0.8.9-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.97042 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-fmt-0.8.9 + DOCDIR=/usr/src/tmp/ocaml-fmt-buildroot/usr/share/doc/ocaml-fmt-0.8.9 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-fmt-buildroot/usr/share/doc/ocaml-fmt-0.8.9 + /bin/mkdir -p /usr/src/tmp/ocaml-fmt-buildroot/usr/share/doc/ocaml-fmt-0.8.9 + cp -prL LICENSE.md CHANGES.md README.md /usr/src/tmp/ocaml-fmt-buildroot/usr/share/doc/ocaml-fmt-0.8.9 + chmod -R go-w /usr/src/tmp/ocaml-fmt-buildroot/usr/share/doc/ocaml-fmt-0.8.9 + chmod -R a+rX /usr/src/tmp/ocaml-fmt-buildroot/usr/share/doc/ocaml-fmt-0.8.9 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.82ETeY find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nHwH20 find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmi(Fmt) = 4.11.1-BC0C92DC, ocaml-cmi(Fmt_cli) = 4.11.1-0375B3ED, ocaml-cmi(Fmt_top) = 4.11.1-6E35F32A, ocaml-cmi(Fmt_tty) = 4.11.1-1B48A03D Requires: ocaml-cmi(Asttypes) = 4.11.1-F3116DA6, ocaml-cmi(Build_path_prefix_map) = 4.11.1-76D6DFE9, ocaml-cmi(CamlinternalFormatBasics) = 4.11.1-3A3CA183, ocaml-cmi(CamlinternalLazy) = 4.11.1-9A1263A7, ocaml-cmi(Cmdliner) = 4.11.1-73E47E0E, ocaml-cmi(Cmi_format) = 4.11.1-F66AC0FB, ocaml-cmi(Env) = 4.11.1-46561220, ocaml-cmi(Ident) = 4.11.1-BEA92412, ocaml-cmi(Identifiable) = 4.11.1-68502454, ocaml-cmi(Load_path) = 4.11.1-F712CE12, ocaml-cmi(Location) = 4.11.1-722B2135, ocaml-cmi(Longident) = 4.11.1-564FD070, ocaml-cmi(Misc) = 4.11.1-351CA333, ocaml-cmi(Outcometree) = 4.11.1-897424D1, ocaml-cmi(Parsetree) = 4.11.1-C4C38BD4, ocaml-cmi(Path) = 4.11.1-E3A8285F, ocaml-cmi(Primitive) = 4.11.1-26E8968C, ocaml-cmi(Stdlib) = 4.11.1-C21C5D26, ocaml-cmi(Stdlib__array) = 4.11.1-4528CB7F, ocaml-cmi(Stdlib__bigarray) = 4.11.1-8F51E488, ocaml-cmi(Stdlib__buffer) = 4.11.1-234B61FA, ocaml-cmi(Stdlib__bytes) = 4.11.1-6F90F1D3, ocaml-cmi(Stdlib__char) = 4.11.1-CDEE4823, ocaml-cmi(Stdlib__complex) = 4.11.1-2221DCE2, ocaml-cmi(Stdlib__digest) = 4.11.1-F1B97F3E, ocaml-cmi(Stdlib__ephemeron) = 4.11.1-F32CCBAB, ocaml-cmi(Stdlib__format) = 4.11.1-DE2A0CC4, ocaml-cmi(Stdlib__hashtbl) = 4.11.1-B762DB4E, ocaml-cmi(Stdlib__int32) = 4.11.1-2E6C00C3, ocaml-cmi(Stdlib__int64) = 4.11.1-8DA509B3, ocaml-cmi(Stdlib__lazy) = 4.11.1-BAD82B0D, ocaml-cmi(Stdlib__lexing) = 4.11.1-C57F9C5D, ocaml-cmi(Stdlib__list) = 4.11.1-15CEF025, ocaml-cmi(Stdlib__map) = 4.11.1-9D421C1D, ocaml-cmi(Stdlib__obj) = 4.11.1-387C3C41, ocaml-cmi(Stdlib__printexc) = 4.11.1-6E03AB07, ocaml-cmi(Stdlib__queue) = 4.11.1-DBA3E985, ocaml-cmi(Stdlib__seq) = 4.11.1-D6A8DE25, ocaml-cmi(Stdlib__set) = 4.11.1-5D365647, ocaml-cmi(Stdlib__stack) = 4.11.1-3162780E, ocaml-cmi(Stdlib__string) = 4.11.1-9D02DA01, ocaml-cmi(Stdlib__sys) = 4.11.1-794924B7, ocaml-cmi(Stdlib__uchar) = 4.11.1-AB6F1DF9, ocaml-cmi(Subst) = 4.11.1-5AA9C9ED, ocaml-cmi(Toploop) = 4.11.1-8DA83ED0, ocaml-cmi(Type_immediacy) = 4.11.1-AED60BFF, ocaml-cmi(Types) = 4.11.1-7F5D3859, ocaml-cmi(Unix) = 4.11.1-E6D191B0, ocaml-cmi(Warnings) = 4.11.1-9FC34835, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2k4VsY Creating ocaml-fmt-debuginfo package Processing files: ocaml-fmt-devel-0.8.9-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.B23pEY find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jWco0Y find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmx(Fmt) = 4.11.1-160102A7, ocaml-cmx(Fmt_cli) = 4.11.1-2A86399D, ocaml-cmx(Fmt_top) = 4.11.1-767D03E8, ocaml-cmx(Fmt_tty) = 4.11.1-47863DCE Requires: ocaml-fmt = 0.8.9-alt1, ocaml-cmi(Asttypes) = 4.11.1-F3116DA6, ocaml-cmi(Build_path_prefix_map) = 4.11.1-76D6DFE9, ocaml-cmi(CamlinternalFormatBasics) = 4.11.1-3A3CA183, ocaml-cmi(CamlinternalLazy) = 4.11.1-9A1263A7, ocaml-cmi(Cmdliner) = 4.11.1-73E47E0E, ocaml-cmi(Cmi_format) = 4.11.1-F66AC0FB, ocaml-cmi(Env) = 4.11.1-46561220, ocaml-cmi(Fmt) = 4.11.1-BC0C92DC, ocaml-cmi(Fmt_cli) = 4.11.1-0375B3ED, ocaml-cmi(Fmt_top) = 4.11.1-6E35F32A, ocaml-cmi(Fmt_tty) = 4.11.1-1B48A03D, ocaml-cmi(Ident) = 4.11.1-BEA92412, ocaml-cmi(Identifiable) = 4.11.1-68502454, ocaml-cmi(Load_path) = 4.11.1-F712CE12, ocaml-cmi(Location) = 4.11.1-722B2135, ocaml-cmi(Longident) = 4.11.1-564FD070, ocaml-cmi(Misc) = 4.11.1-351CA333, ocaml-cmi(Outcometree) = 4.11.1-897424D1, ocaml-cmi(Parsetree) = 4.11.1-C4C38BD4, ocaml-cmi(Path) = 4.11.1-E3A8285F, ocaml-cmi(Primitive) = 4.11.1-26E8968C, ocaml-cmi(Stdlib) = 4.11.1-C21C5D26, ocaml-cmi(Stdlib__array) = 4.11.1-4528CB7F, ocaml-cmi(Stdlib__bigarray) = 4.11.1-8F51E488, ocaml-cmi(Stdlib__buffer) = 4.11.1-234B61FA, ocaml-cmi(Stdlib__bytes) = 4.11.1-6F90F1D3, ocaml-cmi(Stdlib__char) = 4.11.1-CDEE4823, ocaml-cmi(Stdlib__complex) = 4.11.1-2221DCE2, ocaml-cmi(Stdlib__digest) = 4.11.1-F1B97F3E, ocaml-cmi(Stdlib__ephemeron) = 4.11.1-F32CCBAB, ocaml-cmi(Stdlib__format) = 4.11.1-DE2A0CC4, ocaml-cmi(Stdlib__hashtbl) = 4.11.1-B762DB4E, ocaml-cmi(Stdlib__int32) = 4.11.1-2E6C00C3, ocaml-cmi(Stdlib__int64) = 4.11.1-8DA509B3, ocaml-cmi(Stdlib__lazy) = 4.11.1-BAD82B0D, ocaml-cmi(Stdlib__lexing) = 4.11.1-C57F9C5D, ocaml-cmi(Stdlib__list) = 4.11.1-15CEF025, ocaml-cmi(Stdlib__map) = 4.11.1-9D421C1D, ocaml-cmi(Stdlib__obj) = 4.11.1-387C3C41, ocaml-cmi(Stdlib__printexc) = 4.11.1-6E03AB07, ocaml-cmi(Stdlib__queue) = 4.11.1-DBA3E985, ocaml-cmi(Stdlib__seq) = 4.11.1-D6A8DE25, ocaml-cmi(Stdlib__set) = 4.11.1-5D365647, ocaml-cmi(Stdlib__stack) = 4.11.1-3162780E, ocaml-cmi(Stdlib__string) = 4.11.1-9D02DA01, ocaml-cmi(Stdlib__sys) = 4.11.1-794924B7, ocaml-cmi(Stdlib__uchar) = 4.11.1-AB6F1DF9, ocaml-cmi(Subst) = 4.11.1-5AA9C9ED, ocaml-cmi(Toploop) = 4.11.1-8DA83ED0, ocaml-cmi(Type_immediacy) = 4.11.1-AED60BFF, ocaml-cmi(Types) = 4.11.1-7F5D3859, ocaml-cmi(Unix) = 4.11.1-E6D191B0, ocaml-cmi(Warnings) = 4.11.1-9FC34835, ocaml-cmx(Stdlib) = 4.11.1-E2655595, ocaml-cmx(Stdlib__array) = 4.11.1-6C55DC4F, ocaml-cmx(Stdlib__buffer) = 4.11.1-20EC2270, ocaml-cmx(Stdlib__ephemeron) = 4.11.1-46CBEEA5, ocaml-cmx(Stdlib__format) = 4.11.1-D382A0EF, ocaml-cmx(Stdlib__hashtbl) = 4.11.1-86D4160D, ocaml-cmx(Stdlib__int64) = 4.11.1-0645C793, ocaml-cmx(Stdlib__list) = 4.11.1-EE635CDA, ocaml-cmx(Stdlib__map) = 4.11.1-9B891A41, ocaml-cmx(Stdlib__printexc) = 4.11.1-AEA304DD, ocaml-cmx(Stdlib__queue) = 4.11.1-432C45A2, ocaml-cmx(Stdlib__seq) = 4.11.1-24B1B137, ocaml-cmx(Stdlib__stack) = 4.11.1-92A9EC57, ocaml-cmx(Stdlib__string) = 4.11.1-87EE46B7, ocaml-cmx(Stdlib__sys) = 4.11.1-05A2DD7E, ocaml-cmx(Stdlib__uchar) = 4.11.1-26D46496, ocaml-cmx(Unix) = 4.11.1-DEF44CFF Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cuFsZ0 Processing files: ocaml-fmt-debuginfo-0.8.9-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UeLnq0 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OB10XY find-requires: running scripts (debuginfo) Requires: ocaml-fmt = 0.8.9-alt1 Adding to ocaml-fmt-devel a strict dependency on ocaml-fmt Adding to ocaml-fmt-debuginfo a strict dependency on ocaml-fmt Removing 4 extra deps from ocaml-fmt-devel due to dependency on ocaml-fmt Removing 49 extra deps from ocaml-fmt-devel due to repentancy on ocaml-fmt warning: Installed (but unpackaged) file(s) found: /usr/doc/fmt/CHANGES.md /usr/doc/fmt/LICENSE.md /usr/doc/fmt/README.md Wrote: /usr/src/RPM/RPMS/i586/ocaml-fmt-0.8.9-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-fmt-devel-0.8.9-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-fmt-debuginfo-0.8.9-alt1.i586.rpm (w2.lzdio) 7.51user 2.98system 0:16.05elapsed 65%CPU (0avgtext+0avgdata 25544maxresident)k 0inputs+0outputs (0major+439320minor)pagefaults 0swaps 29.81user 9.75system 0:44.08elapsed 89%CPU (0avgtext+0avgdata 107324maxresident)k 9600inputs+0outputs (0major+755815minor)pagefaults 0swaps