<86>Jan 18 10:17:50 userdel[1094196]: delete user 'rooter' <86>Jan 18 10:17:50 userdel[1094196]: removed group 'rooter' owned by 'rooter' <86>Jan 18 10:17:50 userdel[1094196]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 18 10:17:50 groupadd[1094210]: group added to /etc/group: name=rooter, GID=651 <86>Jan 18 10:17:50 groupadd[1094210]: group added to /etc/gshadow: name=rooter <86>Jan 18 10:17:50 groupadd[1094210]: new group: name=rooter, GID=651 <86>Jan 18 10:17:50 useradd[1094214]: new user: name=rooter, UID=651, GID=651, home=/root, shell=/bin/bash <86>Jan 18 10:17:50 userdel[1094222]: delete user 'builder' <86>Jan 18 10:17:50 userdel[1094222]: removed group 'builder' owned by 'builder' <86>Jan 18 10:17:50 userdel[1094222]: removed shadow group 'builder' owned by 'builder' <86>Jan 18 10:17:50 groupadd[1094231]: group added to /etc/group: name=builder, GID=652 <86>Jan 18 10:17:50 groupadd[1094231]: group added to /etc/gshadow: name=builder <86>Jan 18 10:17:50 groupadd[1094231]: new group: name=builder, GID=652 <86>Jan 18 10:17:50 useradd[1094239]: new user: name=builder, UID=652, GID=652, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/ocaml-jsonm-1.0.1-alt4.src.rpm: license not found in '/usr/share/license' directory: BSD3 <13>Jan 18 10:17:52 rpmi: ocaml-runtime-4.11.1-alt1 sisyphus+263310.200.12.1 1608876657 installed <13>Jan 18 10:17:52 rpmi: rpm-build-ocaml-1.4.1-alt1 sisyphus+263310.60.12.1 1608876340 installed <13>Jan 18 10:18:03 rpmi: ocaml-4.11.1-alt1 sisyphus+263310.200.12.1 1608876657 installed <13>Jan 18 10:18:03 rpmi: ocaml-uutf-1.0.2-alt1 sisyphus+263310.5500.12.1 1608879445 installed <13>Jan 18 10:18:03 rpmi: ocaml-uutf-devel-1.0.2-alt1 sisyphus+263310.5500.12.1 1608879445 installed <13>Jan 18 10:18:03 rpmi: ocaml-findlib-1.8.1-alt3 sisyphus+263310.1340.12.1 1608877326 installed <13>Jan 18 10:18:03 rpmi: ocaml-ocamlbuild-1:0.14.0-alt1 sisyphus+263310.500.12.1 1608876794 installed <13>Jan 18 10:18:04 rpmi: ocaml-ocamldoc-4.11.1-alt1 sisyphus+263310.200.12.1 1608876657 installed <13>Jan 18 10:18:04 rpmi: ocaml-topkg-1.0.3-alt1 sisyphus+263310.5400.12.1 1608879400 installed <13>Jan 18 10:18:04 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-jsonm-1.0.1-alt4.nosrc.rpm (w1.gzdio) Installing ocaml-jsonm-1.0.1-alt4.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.73383 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-jsonm-1.0.1 + echo 'Source #0 (ocaml-jsonm-1.0.1.tar):' Source #0 (ocaml-jsonm-1.0.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-jsonm-1.0.1.tar + cd ocaml-jsonm-1.0.1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.73383 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-jsonm-1.0.1 + ocaml pkg/pkg.ml build ocamlfind ocamldep -package bytes -package uutf -modules src/jsonm.ml > src/jsonm.ml.depends ocamlfind ocamldep -package bytes -package uutf -modules src/jsonm.mli > src/jsonm.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package uutf -I src -I test -o src/jsonm.cmi src/jsonm.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package uutf -I src -I test -o src/jsonm.cmx src/jsonm.ml ocamlfind ocamlopt -a -package bytes -package uutf -I src src/jsonm.cmx -o src/jsonm.cmxa ocamlfind ocamlopt -shared -linkall -package bytes -package uutf -I src src/jsonm.cmxa -o src/jsonm.cmxs + ocamlfind ocamlopt -shared -linkall -package bytes -package uutf -I src src/jsonm.cmxa -o src/jsonm.cmxs ld: src/jsonm.a(jsonm.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 -package uutf -I src -I test -o src/jsonm.cmo src/jsonm.ml ocamlfind ocamlc -a -package bytes -package uutf -I src src/jsonm.cmo -o src/jsonm.cma ocamlfind ocamldep -package unix -package bytes -package uutf -modules test/jsontrip.ml > test/jsontrip.ml.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package bytes -package uutf -I test -I src -o test/jsontrip.cmo test/jsontrip.ml ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package bytes -package uutf -I test -I src -o test/jsontrip.cmx test/jsontrip.ml ocamlfind ocamlopt -linkpkg -g -package unix -package bytes -package uutf -I src -I test src/jsonm.cmx test/jsontrip.cmx -o test/jsontrip.native + ocamlfind ocamlopt -linkpkg -g -package unix -package bytes -package uutf -I src -I test src/jsonm.cmx test/jsontrip.cmx -o test/jsontrip.native ld: test/jsontrip.o: warning: relocation in read-only section `.text' ld: warning: creating DT_TEXTREL in a PIE # No parallelism done + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.29410 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-jsonm-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-jsonm-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-jsonm-1.0.1 + opam-installer --prefix=/usr/src/tmp/ocaml-jsonm-buildroot/usr --libdir=/usr/src/tmp/ocaml-jsonm-buildroot/usr/lib/ocaml Creating directory /usr/src/tmp/ocaml-jsonm-buildroot/usr/bin _build/test/jsontrip.native => /usr/src/tmp/ocaml-jsonm-buildroot/usr/bin/jsontrip Creating directory /usr/src/tmp/ocaml-jsonm-buildroot/usr/lib/ocaml/jsonm _build/opam => /usr/src/tmp/ocaml-jsonm-buildroot/usr/lib/ocaml/jsonm/opam _build/pkg/META => /usr/src/tmp/ocaml-jsonm-buildroot/usr/lib/ocaml/jsonm/META _build/src/jsonm.a => /usr/src/tmp/ocaml-jsonm-buildroot/usr/lib/ocaml/jsonm/jsonm.a _build/src/jsonm.cma => /usr/src/tmp/ocaml-jsonm-buildroot/usr/lib/ocaml/jsonm/jsonm.cma _build/src/jsonm.cmi => /usr/src/tmp/ocaml-jsonm-buildroot/usr/lib/ocaml/jsonm/jsonm.cmi _build/src/jsonm.cmti => /usr/src/tmp/ocaml-jsonm-buildroot/usr/lib/ocaml/jsonm/jsonm.cmti _build/src/jsonm.cmx => /usr/src/tmp/ocaml-jsonm-buildroot/usr/lib/ocaml/jsonm/jsonm.cmx _build/src/jsonm.cmxa => /usr/src/tmp/ocaml-jsonm-buildroot/usr/lib/ocaml/jsonm/jsonm.cmxa _build/src/jsonm.cmxs => /usr/src/tmp/ocaml-jsonm-buildroot/usr/lib/ocaml/jsonm/jsonm.cmxs _build/src/jsonm.mli => /usr/src/tmp/ocaml-jsonm-buildroot/usr/lib/ocaml/jsonm/jsonm.mli Creating directory /usr/src/tmp/ocaml-jsonm-buildroot/usr/doc/jsonm _build/CHANGES.md => /usr/src/tmp/ocaml-jsonm-buildroot/usr/doc/jsonm/CHANGES.md _build/LICENSE.md => /usr/src/tmp/ocaml-jsonm-buildroot/usr/doc/jsonm/LICENSE.md _build/README.md => /usr/src/tmp/ocaml-jsonm-buildroot/usr/doc/jsonm/README.md _build/test/examples.ml => /usr/src/tmp/ocaml-jsonm-buildroot/usr/doc/jsonm/examples.ml _build/test/jtree.ml => /usr/src/tmp/ocaml-jsonm-buildroot/usr/doc/jsonm/jtree.ml + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-jsonm-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ocaml-jsonm-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-jsonm-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-jsonm-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-jsonm-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-jsonm-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) the file containing the function 'camlJsonm__unsafe_blit_315' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__pp_lexeme_474' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__pp_uchar_559' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__pp_error_607' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__pp_decode_630' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__pr_style_638' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__stack_range_676' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__dpop_683' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_u_escape_725' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_escape_726' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_float_747' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_literal_751' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_value_755' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_arr_val_771' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_obj_name_790' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_name_794' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_start_825' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__decoder_833' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__decode_841' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__decoder_encoding_850' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__expect_865' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__expect_end_872' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__expect_mem_value_875' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__expect_arr_value_ae_878' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__expect_name_or_oe_881' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__w_indent_942' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__w_json_string_957' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__loop_961' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__w_value_982' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__w_lexeme_1005' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__encode__1087' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__entry' is not compiled with -fpic/-fPIC either the file containing the function 'caml_shared_startup__code_begin' or the file containing the function 'caml_curry6_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry2' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_not_hex_514' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_not_esc_517' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_not_lo_520' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_lone_lo_523' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_lone_hi_526' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_str_char_529' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_bytes_532' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_number_539' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_literal_542' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__dpos_667' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__readc_696' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_scomment_701' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_mcomment_704' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_comment_708' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_ws_uncut_712' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_white_uncut_715' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_ws_718' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__fun_2088' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_string_744' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__lstring_761' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__discard_to_765' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_obj_value_786' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__ln_799' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_lexeme_812' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__discard_to_white_814' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_json_818' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_821' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__decoded_range_847' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__invalid_arg_854' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__flush_919' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__writeb_925' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__writes_929' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__writebuf_936' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__loop_946' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__w_name_977' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__name_1076' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__value_1082' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__encode_loop_1095' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__encode_json_1097' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__encoder_inner_3089' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__src_1122' is not compiled with -fpic/-fPIC either the file containing the function 'caml_shared_startup__code_begin' or the file containing the function 'caml_curry6_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_1_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 'camlJsonm__fun_2891' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__fun_2858' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__fun_2918' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__fun_1510' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__fun_1518' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__pp_cp_555' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__invalid_bounds_861' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__dst_908' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__encode_1112' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__encode_1130' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__baddc_656' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__badd_660' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__error_732' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_white_721' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__nxval_775' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__nxmem_781' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_end_804' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__buf_663' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__k_858' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__ret_691' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__bom_828' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__epop_1010' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__fun_3085' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__expect_await_869' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__partial_914' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__expect_json_884' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__expect_lend_887' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__fun_3103' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: caml_extra_params verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: caml_blit_bytes verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlStdlib__format__fprintf_1189 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlStdlib__string_of_float_186 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlStdlib__uchar__of_int_103 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlStdlib__buffer__create_85 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlUutf__add_utf_8_1116 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlStdlib__bytes__sub_115 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: caml_float_of_string verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlUutf__decoder_822 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlStdlib__format__formatter_of_buffer_807 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlStdlib__format__kfprintf_1171 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlStdlib__format__pp_print_flush_584 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlStdlib__invalid_arg_9 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlStdlib__output_249 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlStdlib__buffer__add_substring_368 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlStdlib__buffer__blit_267 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlStdlib__printf__bprintf_174 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlStdlib__list__1 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlStdlib__failwith_6 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlStdlib__list__2 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlStdlib__bytes verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: caml_create_bytes verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlUutf verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlUutf__src_647 verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: camlStdlib__format verify-elf: WARNING: ./usr/lib/ocaml/jsonm/jsonm.cmxs: undefined symbol: caml_allocN the file containing the function 'caml_program' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11_2_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11_3_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11_4_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11_4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11_5_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11_5' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11_6_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11_6' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11_7_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11_7' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11_8_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11_8' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11_9_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11_9' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry11_10' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry10' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry10_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry10_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry10_2_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry10_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry10_3_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry10_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry10_4_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry10_4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry10_5_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry10_5' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry10_6_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry10_6' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry10_7_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry10_7' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry10_8_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry10_8' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry10_9' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry9' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry9_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry9_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry9_2_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry9_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry9_3_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry9_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry9_4_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry9_4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry9_5_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry9_5' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry9_6_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry9_6' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry9_7_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry9_7' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry9_8' 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_app' 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_app' 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_app' 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_app' 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_app' 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_app' 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_curry8_7' 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_app' 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_app' 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_app' 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_app' 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_app' 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_curry7_6' 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_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_2_app' 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_app' 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_app' 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_curry6_5' 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 'caml_apply7' is not compiled with -fpic/-fPIC the file containing the function 'caml_apply6' is not compiled with -fpic/-fPIC the file containing the function 'camlStd_exit__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlJsontrip__code_begin' or the file containing the function 'camlJsontrip__pr_decode_288' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__pr_decode_288' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__log_406' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__log_error_408' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__unix_read_415' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__write_467' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__string_of_channel_473' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__string_to_channel_614' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__dst_for_620' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__src_for_623' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__close_src_630' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__src_for_unix_635' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__close_src_unix_640' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__dump__651' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__loop_658' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__dump_unix_662' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__loop_670' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__guess_685' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__decode__699' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__loop_706' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__decode_unix_710' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__r_ascii_letter_733' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__r_general_scripts_781' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__r_int_785' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__r_float_832' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__r_name_836' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__r_string_841' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__r_comment_846' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__r_white_853' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__r_value_862' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__r_obj_ms_863' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__fun_1660' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__r_arr_vs_864' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__fun_1674' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__r_json_865' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__r_json_text_906' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__stop_915' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__encl_924' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__r_uncut_927' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__encode_f_935' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__encode_f_unix_947' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__fun_1707' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__enc_957' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__fun_1712' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__r_encode_961' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__trip__978' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__loop_987' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__trip_unix_996' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__loop_1006' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__trip_1022' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__main_1035' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__set_inf_1057' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__ie_fun_1089' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__nat_1105' is not compiled with -fpic/-fPIC the file containing the function 'camlJsontrip__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__unsafe_blit_315' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__pp_lexeme_474' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_not_hex_514' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_not_esc_517' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_not_lo_520' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_lone_lo_523' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_lone_hi_526' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_str_char_529' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_bytes_532' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_number_539' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_literal_542' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__pp_cp_555' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__pp_uchar_559' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__pp_error_607' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__pp_decode_630' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__pr_style_638' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__dpos_667' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__stack_range_676' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__dpop_683' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__readc_696' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_scomment_701' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_mcomment_704' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_comment_708' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_ws_uncut_712' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_white_uncut_715' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_ws_718' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_white_721' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_u_escape_725' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__fun_2088' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_escape_726' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_string_744' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_float_747' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_literal_751' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_value_755' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__lstring_761' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__discard_to_765' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_arr_val_771' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__nxval_775' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__nxmem_781' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_obj_value_786' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_obj_name_790' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_name_794' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__ln_799' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_end_804' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_lexeme_812' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__discard_to_white_814' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_json_818' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__err_821' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__r_start_825' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__bom_828' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__decoder_833' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__decode_841' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__decoded_range_847' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__decoder_encoding_850' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__invalid_arg_854' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__invalid_bounds_861' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__expect_865' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__expect_await_869' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__expect_end_872' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__expect_mem_value_875' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__expect_arr_value_ae_878' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__expect_name_or_oe_881' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__expect_json_884' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__expect_lend_887' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__dst_908' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__partial_914' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__flush_919' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__writeb_925' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__writes_929' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__writebuf_936' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__w_indent_942' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__loop_946' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__w_json_string_957' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__loop_961' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__fun_2891' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__fun_2858' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__fun_2918' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__w_name_977' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__w_value_982' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__w_lexeme_1005' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__epop_1010' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__name_1076' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__value_1082' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__encode__1087' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__encode_loop_1095' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__encode_json_1097' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__encoder_inner_3089' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__src_1122' is not compiled with -fpic/-fPIC the file containing the function 'camlJsonm__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__invalid_encode_251' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__invalid_bounds_254' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__unsafe_array_get_390' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__encoding_of_string_474' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__encoding_to_string_525' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__malformed_528' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__malformed_pair_533' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__r_us_ascii_544' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__r_iso_8859_1_549' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__r_utf_8_554' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__r_utf_16_573' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__r_utf_16_lo_581' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__r_encoding_590' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__some_595' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__pp_decode_604' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__eoi_644' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__src_647' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__refill_653' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__t_fill_663' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__decode_iso_8859_1_682' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__t_decode_utf_8_686' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__decode_utf_8_687' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__t_decode_utf_16be_694' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__decode_utf_16be_lo_695' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__decode_utf_16be_696' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__t_decode_utf_16le_711' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__decode_utf_16le_lo_712' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__decode_utf_16le_713' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__guessed_utf_8_727' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__b3_730' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__b2_735' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__guessed_utf_16_744' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__b3_754' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__guess_encoding_761' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__setup_764' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__pp_remove_bom_783' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__pp_nln_none_791' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__pp_nln_readline_798' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__pp_nln_nlf_805' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__pp_nln_ascii_812' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__decode_fun_819' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__decoder_822' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__partial_933' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__flush_938' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__t_flush_949' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__encode_utf_8_958' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__encode_utf_16be_981' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__encode_utf_16le_1001' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__encode_fun_1021' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__encoder_1024' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__encoding_guess_1045' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__loop_1062' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__loop_1082' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__loop_1103' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__add_utf_8_1116' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__add_utf_16be_1124' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__add_utf_16le_1135' is not compiled with -fpic/-fPIC the file containing the function 'camlUutf__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2774' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2776' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2778' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2780' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2782' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2784' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2786' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2788' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2790' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2792' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2794' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2796' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2798' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2800' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2802' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2804' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2806' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2808' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2810' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2812' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2814' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2816' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2818' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2820' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2822' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2824' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2826' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2828' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2830' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2832' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2834' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2836' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2838' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2840' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2842' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2844' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2846' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2848' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2850' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2852' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2854' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2856' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2858' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2860' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2862' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2864' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2866' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2868' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2870' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2872' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2874' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2876' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2878' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2880' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2882' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2884' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2886' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2888' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2890' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2892' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2894' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2896' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2898' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2900' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2902' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2904' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2906' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2908' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2910' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2912' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2914' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2916' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2918' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2920' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2922' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2924' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2926' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2928' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2930' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2932' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2934' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2936' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2938' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2940' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2942' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2944' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2946' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2948' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2950' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2952' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2954' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2956' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2958' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2960' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2962' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2964' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2966' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2968' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2970' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2972' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2974' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2976' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2978' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2980' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2982' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2984' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2986' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2988' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2990' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2992' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2994' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2996' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_2998' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_3000' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_3002' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__handle_unix_error_236' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__execvpe_ml_437' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__exec_442' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__scan_dir_447' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__execvpe_477' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__read_515' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__write_606' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__single_write_612' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_3036' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_3034' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_3032' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_3030' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_3028' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_3026' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__map_file_inner_3038' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__map_file_885' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__pause_945' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__sleep_971' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__recv_1059' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__recvfrom_1066' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__send_1073' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__sendto_1080' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_3060' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_3058' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__getsockopt_1144' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__setsockopt_1148' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__getsockopt_int_1153' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__setsockopt_int_1157' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__getsockopt_optint_1162' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__setsockopt_optint_1166' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__getsockopt_float_1171' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__setsockopt_float_1175' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__getsockopt_error_1180' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__getaddrinfo_emulation_1218' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_3072' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__get_port_1290' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_3077' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_3080' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__fun_3086' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__getaddrinfo_1305' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__getnameinfo_emulation_1320' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__getnameinfo_1358' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__waitpid_non_intr_1421' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__system_1424' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__file_descr_not_standard_1428' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__safe_close_1430' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__perform_redirections_1433' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__create_process_1441' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__create_process_env_1449' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__open_proc_1836' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__open_process_args_in_1847' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__open_process_args_out_1855' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__open_process_args_1863' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__open_process_args_full_1875' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__open_process_shell_1892' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__open_process_in_1896' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__open_process_out_1899' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__open_process_1902' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__open_process_full_1905' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__find_proc_id_1908' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__remove_proc_id_1912' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__process_in_pid_1915' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__process_out_pid_1918' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__process_pid_1921' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__process_full_pid_1926' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__close_process_in_1932' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__close_process_out_1937' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__close_process_1942' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__close_process_full_1949' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__open_connection_1957' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__shutdown_connection_1962' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__accept_non_intr_1965' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__establish_server_1967' is not compiled with -fpic/-fPIC the file containing the function 'camlUnix__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlUnixLabels__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormatBasics__erase_rel_142' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormatBasics__concat_fmtty_324' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormatBasics__concat_fmt_511' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormatBasics__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_825' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_827' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_829' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_831' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_833' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_835' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_837' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_839' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_841' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_843' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_845' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_847' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_849' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_851' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_853' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_855' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_857' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__failwith_6' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__invalid_arg_9' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__min_42' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__max_46' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__$5e_136' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__char_of_int_145' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string_of_bool_163' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bool_of_string_166' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bool_of_string_opt_169' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string_of_int_172' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int_of_string_opt_176' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__valid_float_lexem_180' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__loop_184' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string_of_float_186' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__float_of_string_opt_190' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__$40_193' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__open_out_gen_217' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__open_out_223' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__open_out_bin_226' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__flush_all_231' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__iter_233' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__output_bytes_241' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__output_string_245' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__output_249' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__output_substring_255' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__output_value_264' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__close_out_272' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__close_out_noerr_275' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__open_in_gen_280' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__open_in_286' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__open_in_bin_289' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__input_294' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__unsafe_really_input_300' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__really_input_306' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__really_input_string_312' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__input_line_318' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__scan_328' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__close_in_noerr_342' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__print_char_346' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__print_string_349' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__print_bytes_352' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__print_int_355' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__print_float_358' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__print_endline_361' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__print_newline_364' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__prerr_char_367' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__prerr_string_370' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__prerr_bytes_373' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__prerr_int_376' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__prerr_float_379' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__prerr_endline_382' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__prerr_newline_385' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__read_line_388' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__read_int_391' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__read_float_397' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_938' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_936' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_934' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_932' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_930' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_928' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__$5e$5e_440' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__at_exit_450' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__do_at_exit_456' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__exit_459' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__seq__return_87' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__seq__cons_91' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__seq__append_96' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__seq__map_102' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__seq__filter_map_108' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__seq__filter_115' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__seq__flat_map_app_122' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__seq__iter_146' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__seq__unfold_154' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__seq__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__char__chr_82' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__char__escaped_88' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__char__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__uchar__err_not_sv_83' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__uchar__err_not_latin1_86' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__uchar__succ_96' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__uchar__pred_98' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__uchar__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__sys__fun_299' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__sys__fun_301' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__sys__getenv_opt_114' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__sys__set_signal_128' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__sys__catch_break_161' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__sys__fun_314' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__sys__Make_181' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__sys__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__cons_90' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__hd_94' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__tl_98' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__nth_102' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__nth_aux_106' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__nth_opt_111' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__nth_aux_115' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__rev_append_121' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__init_tailrec_aux_129' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__init_aux_134' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__init_224' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__map_233' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__mapi_239' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__rev_map_249' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__rmap_f_253' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__map2_284' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__rev_map2_293' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__rmap2_f_298' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__iter2_306' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__fold_left2_314' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__fold_right2_323' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__for_all2_342' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__exists2_350' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__mem_358' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__assoc_368' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__assoc_opt_374' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__assq_380' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__assq_opt_386' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__mem_assoc_392' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__remove_assoc_402' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__remove_assq_408' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__find_414' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__find_opt_419' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__find_all_430' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__find_433' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__filteri_439' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__aux_443' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__filter_map_449' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__aux_452' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__fold_left_map_469' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__aux_474' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__partition_482' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__part_486' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__split_492' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__combine_499' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__merge_506' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__stable_sort_516' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__rev_merge_520' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__rev_merge_rev_530' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__sort_540' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__rev_sort_541' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__sort_uniq_583' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__rev_merge_587' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__rev_merge_rev_598' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__sort_609' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__rev_sort_610' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__to_seq_673' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__aux_676' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__direct_701' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__fun_1074' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__list__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__fun_696' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__fun_704' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__fun_706' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__make_92' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__init_97' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__copy_104' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__sub_115' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__$2b$2b_126' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__extend_131' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__fill_141' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__blit_147' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__blit_string_154' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__ensure_ge_171' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__sum_lengths_175' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__concat_191' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__cat_196' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__trim_208' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__escaped_214' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__map_225' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__mapi_232' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__uppercase_ascii_239' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__lowercase_ascii_254' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__capitalize_ascii_262' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__uncapitalize_ascii_265' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__index_rec_268' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__index_rec_opt_277' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__index_from_286' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__index_from_opt_292' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__rindex_rec_298' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__rindex_from_306' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__rindex_rec_opt_311' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__rindex_from_opt_319' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__contains_from_324' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__rcontains_from_334' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__uppercase_344' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__lowercase_347' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__capitalize_350' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__uncapitalize_353' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__to_seq_356' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__aux_359' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__to_seqi_380' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__aux_383' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__of_seq_387' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__fun_823' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__get_int32_le_513' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__get_int32_be_517' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__get_int64_le_521' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__get_int64_be_525' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__set_int64_le_549' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__set_int64_be_554' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bytes__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__ensure_ge_193' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__sum_lengths_197' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__concat_213' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__trim_239' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__index_rec_249' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__index_rec_opt_258' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__index_from_267' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__index_from_opt_273' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__rindex_rec_279' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__rindex_from_287' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__rindex_rec_opt_292' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__rindex_from_opt_300' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__contains_from_305' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__rcontains_from_315' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__uppercase_ascii_320' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__lowercase_ascii_323' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__capitalize_ascii_326' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__uncapitalize_ascii_329' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__split_on_char_337' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__uppercase_344' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__lowercase_347' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__capitalize_350' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__uncapitalize_353' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__marshal__fun_216' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__marshal__fun_218' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__marshal__to_buffer_88' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__marshal__data_size_184' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__marshal__from_bytes_192' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__marshal__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__double_field_96' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__set_double_field_100' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__marshal_149' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__unmarshal_164' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__of_val_186' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__name_192' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__id_195' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__fun_693' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__fun_691' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__fun_689' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__fun_687' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__fun_685' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__fun_683' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__create_287' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__get_key_298' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__get_key_copy_302' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__set_key_306' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__unset_key_311' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__check_key_315' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__blit_key_319' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__obj__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__fun_457' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__make_float_94' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__init_102' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__make_matrix_108' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__copy_116' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__append_120' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__sub_125' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__fill_130' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__blit_136' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__iter_143' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__iter2_148' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__map_154' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__map2_161' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__iteri_170' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__mapi_175' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__to_list_182' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__tolist_185' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__of_list_192' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__fold_left_203' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__fold_right_210' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__exists_217' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__loop_222' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__for_all_224' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__loop_229' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__for_all2_231' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__loop_238' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__exists2_240' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__loop_247' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__mem_249' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__loop_254' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__memq_256' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__loop_261' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__sort_264' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__maxson_268' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__trickledown_274' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__bubbledown_285' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__trickleup_294' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__stable_sort_304' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__merge_308' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__loop_319' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__isortto_327' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__sortto_336' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__to_seq_348' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__aux_351' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__to_seqi_372' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__aux_375' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__of_rev_list_379' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__of_seq_391' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__fun_619' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__array__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int__to_string_110' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlStdlib__int32__code_begin' or the file containing the function 'camlStdlib__int32__pred_103' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int32__pred_103' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int32__abs_105' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int32__lognot_109' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int32__fun_536' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int32__to_string_199' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int32__of_string_opt_203' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int32__unsigned_div_218' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int32__unsigned_rem_224' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int32__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int64__succ_103' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int64__pred_105' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int64__abs_107' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int64__lognot_111' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int64__fun_198' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int64__to_string_118' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int64__of_string_opt_122' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int64__compare_128' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int64__equal_131' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int64__unsigned_compare_135' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int64__unsigned_div_139' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int64__unsigned_rem_145' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int64__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__nativeint__succ_101' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__nativeint__pred_103' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__nativeint__abs_105' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__nativeint__lognot_190' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__nativeint__fun_272' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__nativeint__to_string_197' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__nativeint__of_string_opt_201' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__nativeint__unsigned_div_216' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__nativeint__unsigned_rem_222' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__nativeint__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__stack__create_84' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__stack__copy_90' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__stack__push_93' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__stack__pop_97' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__stack__pop_opt_102' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__stack__top_107' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__stack__top_opt_111' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__stack__add_seq_211' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__stack__of_seq_216' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__stack__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__queue__create_90' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__queue__add_96' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__queue__peek_103' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__queue__peek_opt_107' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__queue__take_112' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__queue__take_opt_118' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__queue__copy_126' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__queue__fun_243' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__queue__to_seq_165' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__queue__aux_168' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__queue__add_seq_190' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__queue__of_seq_195' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__queue__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalLazy__raise_undefined_82' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalLazy__force_lazy_block_155' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalLazy__force_val_lazy_block_162' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalLazy__force_167' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalLazy__force_val_172' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalLazy__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__create_85' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__sub_262' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__blit_267' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__nth_274' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__resize_287' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__add_utf_8_uchar_300' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__add_utf_16be_uchar_344' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__add_utf_16le_uchar_356' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__add_substring_368' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__unsafe_add_channel_up_to_459' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__add_channel_465' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__closing_475' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__advance_to_closing_478' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__advance_485' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__advance_to_non_alpha_489' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__find_ident_496' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__add_substitute_505' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__truncate_521' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__to_seq_524' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__aux_527' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__to_seqi_548' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__aux_551' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__add_seq_555' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__add_int64_ne_585' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__add_int64_le_606' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__add_int64_be_610' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__buffer__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__pad_of_pad_opt_261' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__prec_of_prec_opt_265' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__param_format_of_ignored_format_269' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__buffer_create_369' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__buffer_check_size_372' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__char_of_iconv_392' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__char_of_fconv_inner_5960' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__char_of_counter_401' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__bprint_char_set_404' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__print_start_408' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__bprint_precision_495' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__bprint_iconv_flag_503' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__string_of_formatting_lit_533' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__bprint_char_literal_539' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__bprint_fmtty_548' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__bprint_fmt_742' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fmtiter_746' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__symm_949' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fmtty_rel_det_1131' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__trans_1132' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fmtty_of_fmt_1930' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fmtty_of_custom_1931' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fmtty_of_ignored_format_1932' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fmtty_of_padding_fmtty_1933' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fmtty_of_precision_fmtty_1934' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__type_padding_2200' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__type_padprec_2222' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__type_format_2256' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__type_format_gen_2257' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__type_formatting_gen_2258' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__type_ignored_param_2259' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__type_ignored_param_one_2260' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__type_ignored_format_substitution_2261' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fix_int_precision_3180' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__format_of_iconv_3196' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__format_of_iconvL_3199' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__format_of_iconvl_3202' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__format_of_iconvn_3205' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__format_of_fconv_3208' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__transform_int_alt_3215' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__convert_int_3231' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__convert_int32_3235' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__convert_nativeint_3239' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__convert_int64_3243' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__convert_float_3247' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__hex_3252' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_printf_3276' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6264' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6267' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6282' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6291' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6272' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6301' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6304' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__k$27_3417' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__k$27_3420' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_ignored_param_3277' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_from_fmtty_3278' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_invalid_arg_3279' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_padding_3280' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6350' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6353' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6356' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_int_padding_precision_3281' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6363' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6366' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6360' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6372' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6375' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6369' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6381' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6384' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6378' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_float_padding_precision_3282' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6391' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6398' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6388' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6404' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6411' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6401' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6417' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6424' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6414' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_custom_3283' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_iprintf_3861' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fn_of_padding_precision_3862' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fn_of_custom_arity_3863' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__output_acc_4129' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__bufput_acc_4152' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__strput_acc_4218' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__failwith_message_4241' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__open_box_of_string_4249' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__invalid_box_4253' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_padding_fmt_ebb_4272' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_precision_fmt_ebb_4282' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_padprec_fmt_ebb_4290' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fmt_ebb_of_string_4308' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__invalid_format_message_4314' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__unexpected_end_of_format_4318' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__invalid_format_without_4324' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__expected_character_4329' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_flags_4338' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__set_flag_4394' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__read_flags_4398' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_padding_4339' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_after_padding_4340' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_precision_4341' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_after_precision_4342' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_conversion_4343' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__get_int_pad_4518' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__check_no_0_4534' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__opt_of_pad_4545' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_after_at_4344' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_tag_4345' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_good_break_4346' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_magic_size_4347' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_char_set_4348' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fail_single_percent_4826' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_char_set_after_char_4831' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_char_set_after_minus_4832' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_positive_4350' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_integer_4351' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__add_literal_4352' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__search_subformat_end_4353' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__is_int_base_4354' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__counter_of_char_4355' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__compute_int_conv_4356' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__compute_float_conv_4357' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__incompatible_flag_4358' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__format_of_string_fmtty_4982' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__format_of_string_format_4989' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printf__kfprintf_106' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printf__kbprintf_113' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printf__ikfprintf_163' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printf__fprintf_170' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printf__bprintf_174' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printf__ifprintf_178' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printf__ibprintf_182' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printf__printf_186' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printf__eprintf_189' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printf__ksprintf_192' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printf__sprintf_201' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printf__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__assoc3_120' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__split_126' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__make_symlist_179' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__print_spec_250' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__help_action_321' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__add_help_324' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__usage_b_329' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__usage_339' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__bool_of_string_opt_344' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__int_of_string_opt_346' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__float_of_string_opt_348' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__parse_and_expand_argv_dynamic_aux_350' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__convert_error_359' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__no_arg_425' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__get_arg_429' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__treat_action_436' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__parse_argv_dynamic_inner_1131' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__parse_argv_dynamic_478' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__parse_argv_inner_1139' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__parse_argv_487' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__parse_496' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__parse_dynamic_583' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__parse_expand_590' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__second_word_600' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__replace_leading_tab_615' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__add_padding_620' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__align_inner_1192' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__read_aux_651' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__stash_659' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__write_aux_667' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__fun_1234' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__arg__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__fun_803' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__fun_805' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__fun_807' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__fun_811' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__fun_813' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__fun_815' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__field_116' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__other_fields_191' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__fields_194' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__use_printers_197' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__conv_200' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__to_string_default_205' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__print_223' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__catch_228' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__convert_raw_backtrace_250' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__format_backtrace_slot_252' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__info_256' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__print_exception_backtrace_261' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__print_backtrace_322' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__backtrace_to_string_325' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__backtrace_slot_location_392' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__backtrace_slot_defname_396' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__backtrace_slots_400' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__get_backtrace_419' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__register_printer_424' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__exn_slot_428' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__exn_slot_id_432' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__exn_slot_name_436' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__default_uncaught_exception_handler_440' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__set_uncaught_exception_handler_445' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__try_get_raw_backtrace_449' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__handle_uncaught_exception$27_452' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__handle_uncaught_exception_459' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__printexc__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__digest__string_133' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__digest__substring_224' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__digest__file_234' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__digest__to_hex_260' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__digest__from_hex_266' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__digest__digit_269' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__digest__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__new_state_84' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__full_init_141' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__make_self_init_265' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__intaux_278' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__int_283' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__int32aux_287' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__int32_333' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__int64aux_337' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__int64_388' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__fun_795' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__rawfloat_437' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__float_443' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__bits_451' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__int_454' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__int32_457' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__nativeint_460' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__int64_463' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__float_466' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__bool_468' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__full_init_471' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__init_474' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__self_init_477' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__get_state_480' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__set_state_483' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__random__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__randomize_298' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__is_randomized_301' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__create_inner_1576' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__create_347' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__reset_422' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__copy_bucketlist_426' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__loop_431' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__copy_441' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__resize_447' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__insert_bucket_457' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__iter_468' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__filter_map_inplace_494' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__fold_502' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__stats_527' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__to_seq_536' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__aux_540' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__to_seq_keys_564' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__to_seq_values_567' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__MakeSeeded_780' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__add_640' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__find_rec_661' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__find_667' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__find_rec_opt_680' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__find_opt_686' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__find_all_699' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__find_in_bucket_703' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__replace_715' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__mem_722' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__add_seq_730' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__replace_seq_737' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__of_seq_744' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__Make_841' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__create_812' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__of_seq_814' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__key_index_856' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__add_860' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__remove_bucket_867' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__find_rec_881' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__find_887' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__find_rec_opt_900' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__find_opt_906' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__find_all_919' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__find_in_bucket_923' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__replace_bucket_928' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__replace_935' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__mem_942' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__mem_in_bucket_946' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__add_seq_950' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__replace_seq_957' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__of_seq_964' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__hashtbl__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__format_string_318' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__break_line_332' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_force_break_line_343' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__format_pp_token_353' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__add_tab_370' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__advance_left_393' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__enqueue_string_as_404' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__initialize_scan_stack_413' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__set_size_417' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__scan_push_424' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_open_box_gen_430' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_close_box_440' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_open_stag_444' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_close_stag_449' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_open_tag_454' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_get_formatter_stag_functions_482' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__clear_tag_stack_497' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_print_bool_555' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_force_newline_591' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_print_if_newline_595' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_print_custom_break_599' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_print_break_611' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_open_tbox_624' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_close_tbox_630' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_print_tbreak_635' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_set_tab_646' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__validate_geometry_696' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_set_geometry_714' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_safe_set_geometry_721' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_get_geometry_728' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_update_geometry_732' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_get_formatter_out_functions_746' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_get_formatter_output_functions_755' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__display_newline_759' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__display_blanks_764' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_set_formatter_out_channel_768' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__fun_1780' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__fun_1788' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__default_pp_mark_open_tag_773' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__default_pp_mark_close_tag_777' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_make_formatter_783' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__make_formatter_798' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__fun_1821' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__formatter_of_out_channel_803' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__fun_1847' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__formatter_of_buffer_807' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__flush_str_formatter_866' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__make_symbolic_output_buffer_877' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__add_symbolic_output_item_951' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__formatter_of_symbolic_output_buffer_955' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__symbolic_flush_958' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__symbolic_newline_959' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__symbolic_string_960' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__symbolic_spaces_961' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__symbolic_indent_962' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__fun_2029' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__fun_2159' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__fun_2240' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_print_list_1038' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_print_text_1048' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_print_option_1057' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__compute_tag_1076' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__output_formatting_lit_1089' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__output_acc_1096' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__strput_acc_1132' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__kfprintf_1171' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__fun_2356' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__ikfprintf_1172' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__ifprintf_1184' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__fprintf_1189' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__printf_1192' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__eprintf_1195' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__kdprintf_1198' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__fun_2386' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__fun_2380' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__dprintf_1205' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__ksprintf_1209' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__k_1215' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__sprintf_1218' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__kasprintf_1221' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__k_1227' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__asprintf_1230' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__flush_standard_formatters_1233' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_get_all_formatter_output_functions_1243' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__bprintf_1249' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__k_1254' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_set_formatter_tag_functions_1264' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__stringify_1271' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__pp_get_formatter_tag_functions_1278' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__mark_open_tag_1282' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__mark_close_tag_1285' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__print_open_tag_1288' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__print_close_tag_1291' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__format__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__callback__register_148' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__callback__register_exception_155' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__callback__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__generic_basename_178' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__generic_dirname_188' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__is_implicit_225' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__chop_suffix_opt_232' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__quote_command_321' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__is_implicit_407' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__check_suffix_410' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__chop_suffix_opt_415' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__quote_423' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__quote_cmd_437' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__fun_1120' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__quote_cmd_filename_442' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__quote_command_445' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__drive_and_path_461' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__dirname_464' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__basename_470' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__concat_522' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__chop_suffix_527' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__extension_len_532' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__check_535' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__search_dot_538' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__extension_540' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__chop_extension_544' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__temp_file_name_594' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__set_temp_dir_name_648' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__get_temp_dir_name_651' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__temp_file_inner_1189' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__temp_file_654' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__try_name_661' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__open_temp_file_inner_1198' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__open_temp_file_665' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__try_name_678' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__filename__entry' is not compiled with -fpic/-fPIC the file containing the function 'caml_call_gc' is not compiled with -fpic/-fPIC the file containing the function 'caml_alloc1' is not compiled with -fpic/-fPIC the file containing the function 'caml_alloc2' is not compiled with -fpic/-fPIC the file containing the function 'caml_alloc3' is not compiled with -fpic/-fPIC the file containing the function 'caml_allocN' is not compiled with -fpic/-fPIC the file containing the function 'caml_c_call' is not compiled with -fpic/-fPIC the file containing the function 'caml_start_program' is not compiled with -fpic/-fPIC the file containing the function 'caml_raise_exn' is not compiled with -fpic/-fPIC the file containing the function 'caml_raise_exception' is not compiled with -fpic/-fPIC the file containing the function 'caml_callback2_asm' is not compiled with -fpic/-fPIC the file containing the function 'caml_callback3_asm' is not compiled with -fpic/-fPIC the file containing the function 'caml_ml_array_bound_error' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/bin/jsontrip: TEXTREL entry found: 0x00000000 Hardlinking identical .pyc and .pyo files Processing files: ocaml-jsonm-1.0.1-alt4 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.48174 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-jsonm-1.0.1 + DOCDIR=/usr/src/tmp/ocaml-jsonm-buildroot/usr/share/doc/ocaml-jsonm-1.0.1 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-jsonm-buildroot/usr/share/doc/ocaml-jsonm-1.0.1 + /bin/mkdir -p /usr/src/tmp/ocaml-jsonm-buildroot/usr/share/doc/ocaml-jsonm-1.0.1 + cp -prL README.md CHANGES.md /usr/src/tmp/ocaml-jsonm-buildroot/usr/share/doc/ocaml-jsonm-1.0.1 + chmod -R go-w /usr/src/tmp/ocaml-jsonm-buildroot/usr/share/doc/ocaml-jsonm-1.0.1 + chmod -R a+rX /usr/src/tmp/ocaml-jsonm-buildroot/usr/share/doc/ocaml-jsonm-1.0.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Gd9kG7 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.bcOIV7 find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmi(Jsonm) = 4.11.1-09B6F559 Requires: ocaml-uutf, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.2), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.10), libc.so.6(GLIBC_2.11), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.16), libc.so.6(GLIBC_2.17), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libc.so.6(GLIBC_2.9), libdl.so.2(GLIBC_2.0), libdl.so.2(GLIBC_2.1), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.1), libm.so.6(GLIBC_2.27), libm.so.6(GLIBC_2.29), ocaml-cmi(CamlinternalFormatBasics) = 4.11.1-3A3CA183, ocaml-cmi(Stdlib) = 4.11.1-C21C5D26, 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__format) = 4.11.1-DE2A0CC4, ocaml-cmi(Stdlib__list) = 4.11.1-15CEF025, ocaml-cmi(Stdlib__printf) = 4.11.1-5CEC2EFA, ocaml-cmi(Stdlib__seq) = 4.11.1-D6A8DE25, ocaml-cmi(Stdlib__string) = 4.11.1-9D02DA01, ocaml-cmi(Stdlib__uchar) = 4.11.1-AB6F1DF9, ocaml-cmi(Uutf) = 4.11.1-AE82E61A, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.w9c8K8 Creating ocaml-jsonm-debuginfo package Processing files: ocaml-jsonm-devel-1.0.1-alt4 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.4134 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-jsonm-1.0.1 + DOCDIR=/usr/src/tmp/ocaml-jsonm-buildroot/usr/share/doc/ocaml-jsonm-devel-1.0.1 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-jsonm-buildroot/usr/share/doc/ocaml-jsonm-devel-1.0.1 + /bin/mkdir -p /usr/src/tmp/ocaml-jsonm-buildroot/usr/share/doc/ocaml-jsonm-devel-1.0.1 + cp -prL doc/ /usr/src/tmp/ocaml-jsonm-buildroot/usr/share/doc/ocaml-jsonm-devel-1.0.1 + chmod -R go-w /usr/src/tmp/ocaml-jsonm-buildroot/usr/share/doc/ocaml-jsonm-devel-1.0.1 + chmod -R a+rX /usr/src/tmp/ocaml-jsonm-buildroot/usr/share/doc/ocaml-jsonm-devel-1.0.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.n3ys77 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.TFA4V7 find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmx(Jsonm) = 4.11.1-9B46F98B Requires: ocaml-jsonm = 1.0.1-alt4, ocaml-uutf-devel, ocaml-cmi(CamlinternalFormatBasics) = 4.11.1-3A3CA183, ocaml-cmi(Jsonm) = 4.11.1-09B6F559, ocaml-cmi(Stdlib) = 4.11.1-C21C5D26, 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__format) = 4.11.1-DE2A0CC4, ocaml-cmi(Stdlib__list) = 4.11.1-15CEF025, ocaml-cmi(Stdlib__printf) = 4.11.1-5CEC2EFA, ocaml-cmi(Stdlib__seq) = 4.11.1-D6A8DE25, ocaml-cmi(Stdlib__string) = 4.11.1-9D02DA01, ocaml-cmi(Stdlib__uchar) = 4.11.1-AB6F1DF9, ocaml-cmi(Uutf) = 4.11.1-AE82E61A, ocaml-cmx(Stdlib) = 4.11.1-E2655595, ocaml-cmx(Stdlib__buffer) = 4.11.1-20EC2270, ocaml-cmx(Stdlib__bytes) = 4.11.1-E4FB9ABE, ocaml-cmx(Stdlib__format) = 4.11.1-D382A0EF, ocaml-cmx(Stdlib__list) = 4.11.1-EE635CDA, ocaml-cmx(Stdlib__printf) = 4.11.1-7B0D6695, ocaml-cmx(Stdlib__uchar) = 4.11.1-26D46496, ocaml-cmx(Uutf) = 4.11.1-C9520E32 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ByEB75 Processing files: ocaml-jsonm-debuginfo-1.0.1-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7hgmZ7 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.a4sCk5 find-requires: running scripts (debuginfo) Requires: ocaml-jsonm = 1.0.1-alt4, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libdl.so.2), debug(libm.so.6) Adding to ocaml-jsonm-devel a strict dependency on ocaml-jsonm Adding to ocaml-jsonm-debuginfo a strict dependency on ocaml-jsonm Removing 1 extra deps from ocaml-jsonm-devel due to dependency on ocaml-jsonm Removing 12 extra deps from ocaml-jsonm-devel due to repentancy on ocaml-jsonm warning: Installed (but unpackaged) file(s) found: /usr/doc/jsonm/CHANGES.md /usr/doc/jsonm/LICENSE.md /usr/doc/jsonm/README.md /usr/doc/jsonm/examples.ml /usr/doc/jsonm/jtree.ml /usr/lib/ocaml/jsonm/opam Wrote: /usr/src/RPM/RPMS/i586/ocaml-jsonm-1.0.1-alt4.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-jsonm-devel-1.0.1-alt4.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-jsonm-debuginfo-1.0.1-alt4.i586.rpm (w2.lzdio) 5.10user 0.94system 0:13.16elapsed 45%CPU (0avgtext+0avgdata 24388maxresident)k 0inputs+0outputs (0major+332632minor)pagefaults 0swaps /.out/ocaml-jsonm-1.0.1-alt4.i586.rpm: license not found in '/usr/share/license' directory: BSD3 /.out/ocaml-jsonm-devel-1.0.1-alt4.i586.rpm: license not found in '/usr/share/license' directory: BSD3 /.out/ocaml-jsonm-debuginfo-1.0.1-alt4.i586.rpm: license not found in '/usr/share/license' directory: BSD3 20.16user 3.73system 0:31.17elapsed 76%CPU (0avgtext+0avgdata 109512maxresident)k 0inputs+0outputs (0major+649652minor)pagefaults 0swaps