<86>Feb 6 09:40:30 userdel[4030523]: delete user 'rooter' <86>Feb 6 09:40:30 userdel[4030523]: removed group 'rooter' owned by 'rooter' <86>Feb 6 09:40:30 groupadd[4030531]: group added to /etc/group: name=rooter, GID=672 <86>Feb 6 09:40:30 groupadd[4030531]: group added to /etc/gshadow: name=rooter <86>Feb 6 09:40:30 groupadd[4030531]: new group: name=rooter, GID=672 <86>Feb 6 09:40:30 useradd[4030543]: new user: name=rooter, UID=672, GID=672, home=/root, shell=/bin/bash <86>Feb 6 09:40:30 userdel[4030562]: delete user 'builder' <86>Feb 6 09:40:30 userdel[4030562]: removed group 'builder' owned by 'builder' <86>Feb 6 09:40:30 userdel[4030562]: removed shadow group 'builder' owned by 'builder' <86>Feb 6 09:40:30 groupadd[4030567]: group added to /etc/group: name=builder, GID=673 <86>Feb 6 09:40:30 groupadd[4030567]: group added to /etc/gshadow: name=builder <86>Feb 6 09:40:30 groupadd[4030567]: new group: name=builder, GID=673 <86>Feb 6 09:40:30 useradd[4030574]: new user: name=builder, UID=673, GID=673, home=/usr/src, shell=/bin/bash <13>Feb 6 09:40:32 rpmi: ocaml-runtime-4.11.1-alt1 sisyphus+263310.200.12.1 1608876657 installed <13>Feb 6 09:40:32 rpmi: rpm-build-ocaml-1.4.1-alt1 sisyphus+263310.60.12.1 1608876340 installed <13>Feb 6 09:40:43 rpmi: ocaml-4.11.1-alt1 sisyphus+263310.200.12.1 1608876657 installed <13>Feb 6 09:40:43 rpmi: ocaml-findlib-1.8.1-alt3 sisyphus+263310.1340.12.1 1608877326 installed <13>Feb 6 09:40:43 rpmi: ocaml-ocamlbuild-1:0.14.0-alt1 sisyphus+263310.500.12.1 1608876794 installed <13>Feb 6 09:40:43 rpmi: ocaml-topkg-1.0.3-alt1 sisyphus+263310.5400.12.1 1608879400 installed <13>Feb 6 09:40:44 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-xmlm-1.3.0-alt5.nosrc.rpm (w1.gzdio) Installing ocaml-xmlm-1.3.0-alt5.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.17744 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-xmlm-1.3.0 + echo 'Source #0 (ocaml-xmlm-1.3.0.tar):' Source #0 (ocaml-xmlm-1.3.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-xmlm-1.3.0.tar + cd ocaml-xmlm-1.3.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.17744 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-xmlm-1.3.0 + sed -i s,%%VERSION_NUM%%,1.3.0,g pkg/META + ocaml ./pkg/pkg.ml build ocamlfind ocamldep -modules src/xmlm.ml > src/xmlm.ml.depends ocamlfind ocamldep -modules src/xmlm.mli > src/xmlm.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/xmlm.cmi src/xmlm.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/xmlm.cmx src/xmlm.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/xmlm.cmx src/xmlm.ml File "src/xmlm.ml", line 1128, characters 18-34: 1128 | let lowercase = String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. ocamlfind ocamlopt -a -I src src/xmlm.cmx -o src/xmlm.cmxa ocamlfind ocamlopt -shared -linkall -I src src/xmlm.cmxa -o src/xmlm.cmxs + ocamlfind ocamlopt -shared -linkall -I src src/xmlm.cmxa -o src/xmlm.cmxs ld: src/xmlm.a(xmlm.o): warning: relocation in read-only section `.text' ld: warning: creating DT_TEXTREL in a shared object ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/xmlm.cmo src/xmlm.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/xmlm.cmo src/xmlm.ml File "src/xmlm.ml", line 1128, characters 18-34: 1128 | let lowercase = String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. ocamlfind ocamlc -a -I src src/xmlm.cmo -o src/xmlm.cma ocamlfind ocamldep -modules test/xmltrip.ml > test/xmltrip.ml.depends ocamlfind ocamldep -modules test/xhtml.ml > test/xhtml.ml.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I test -I src -o test/xhtml.cmo test/xhtml.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -I test -I src -o test/xmltrip.cmo test/xmltrip.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -I test -I src -o test/xmltrip.cmo test/xmltrip.ml File "test/xmltrip.ml", line 171, characters 33-49: 171 | let encoding_of_str enc = match (String.lowercase enc) with ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. ocamlfind ocamlopt -c -g -bin-annot -safe-string -I test -I src -o test/xhtml.cmx test/xhtml.ml ocamlfind ocamlopt -c -g -bin-annot -safe-string -I test -I src -o test/xmltrip.cmx test/xmltrip.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I test -I src -o test/xmltrip.cmx test/xmltrip.ml File "test/xmltrip.ml", line 171, characters 33-49: 171 | let encoding_of_str enc = match (String.lowercase enc) with ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. ocamlfind ocamlopt -linkpkg -g -I src -I test src/xmlm.cmx test/xhtml.cmx test/xmltrip.cmx -o test/xmltrip.native + ocamlfind ocamlopt -linkpkg -g -I src -I test src/xmlm.cmx test/xhtml.cmx test/xmltrip.cmx -o test/xmltrip.native ld: test/xmltrip.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.30710 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-xmlm-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-xmlm-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-xmlm-1.3.0 + opam-installer --prefix=/usr/src/tmp/ocaml-xmlm-buildroot/usr --libdir=/usr/src/tmp/ocaml-xmlm-buildroot/usr/lib/ocaml Creating directory /usr/src/tmp/ocaml-xmlm-buildroot/usr/bin _build/test/xmltrip.native => /usr/src/tmp/ocaml-xmlm-buildroot/usr/bin/xmltrip Creating directory /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib/ocaml/xmlm _build/opam => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib/ocaml/xmlm/opam _build/pkg/META => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib/ocaml/xmlm/META _build/src/xmlm.a => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib/ocaml/xmlm/xmlm.a _build/src/xmlm.cma => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib/ocaml/xmlm/xmlm.cma _build/src/xmlm.cmi => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib/ocaml/xmlm/xmlm.cmi _build/src/xmlm.cmti => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib/ocaml/xmlm/xmlm.cmti _build/src/xmlm.cmx => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib/ocaml/xmlm/xmlm.cmx _build/src/xmlm.cmxa => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib/ocaml/xmlm/xmlm.cmxa _build/src/xmlm.cmxs => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib/ocaml/xmlm/xmlm.cmxs _build/src/xmlm.mli => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib/ocaml/xmlm/xmlm.mli Creating directory /usr/src/tmp/ocaml-xmlm-buildroot/usr/doc/xmlm _build/CHANGES.md => /usr/src/tmp/ocaml-xmlm-buildroot/usr/doc/xmlm/CHANGES.md _build/LICENSE.md => /usr/src/tmp/ocaml-xmlm-buildroot/usr/doc/xmlm/LICENSE.md _build/README.md => /usr/src/tmp/ocaml-xmlm-buildroot/usr/doc/xmlm/README.md _build/test/examples.ml => /usr/src/tmp/ocaml-xmlm-buildroot/usr/doc/xmlm/examples.ml _build/test/xhtml.ml => /usr/src/tmp/ocaml-xmlm-buildroot/usr/doc/xmlm/xhtml.ml + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-xmlm-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ocaml-xmlm-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-xmlm-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-xmlm-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-xmlm-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-xmlm-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) either the file containing the function 'camlXmlm__code_begin' or the file containing the function 'camlXmlm__int16_be_239' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__Make_1404' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__name_str_754' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__error_message_768' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__exp_784' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__make_input_900' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__nextc_eof_1020' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__expand_name_1051' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_charref_1079' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_entity_ref_1089' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_attr_value_1097' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_limit_1113' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__skip_comment_1119' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_chardata_1128' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_cdata_1132' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_xml_decl_1135' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_dtd_signal_1155' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__bufferize_1165' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_el_end_signal_1183' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_signal_1191' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__find_1195' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__eoi_1203' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__input_1210' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__input_tree_1213' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__aux_1220' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__make_output_1264' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__str_utf_8_1303' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__out_utf_8_1308' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__prefix_name_1314' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__out_1337' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__out_attribute_1354' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__output_1360' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__aux_1386' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__iter_1411' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__add_uchar_1434' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_name_2149' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_attribute_2175' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_tag_2181' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_sep_2186' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_dtd_2191' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_signal_2196' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__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_curry5_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry2' is not compiled with -fpic/-fPIC either the file containing the function 'camlXmlm__code_begin' or the file containing the function 'camlXmlm__int16_be_239' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__uchar_utf16_249' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__uchar_ascii_263' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3280' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_879' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_illegal_char_883' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_expected_seqs_887' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_expected_chars_892' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__make_input_inner_2533' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_2565' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__nextc_1018' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__accept_1029' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__external__1056' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__find_encoding_1062' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_qname_1075' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_attributes_1101' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__aux_1104' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__skip_misc_1123' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_val_exp_1144' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_data_1162' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_el_start_signal_1169' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__expand_att_1173' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__input_doc_tree_1235' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pos_1241' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__make_output_inner_2947' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__bind_prefixes_1321' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__add_1325' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__out_data_1333' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__output_tree_1381' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__output_doc_tree_1397' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__i_1417' is not compiled with -fpic/-fPIC either the file containing the function 'caml_shared_startup__code_begin' or the file containing the function 'caml_curry5_1_app' is not compiled with -fpic/-fPIC either the file containing the function 'camlXmlm__code_begin' or the file containing the function 'camlXmlm__int16_be_239' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__os_1285' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__out_qname_1348' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__skip_white_1023' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_ncname_1072' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_reference_1094' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__skip_pi_1121' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_val_1141' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__skip_white_eof_1026' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__peek_1207' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__str_eq_279' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__str_empty_283' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_2560' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3003' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__str_of_char_287' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__bracket_771' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__addc_ident_1039' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__addc_data_1043' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__addc_data_strip_1047' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_2839' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__to_utf_8_1423' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_list_inner_3306' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_prefix_1257' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__e_1085' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__is_name_start_char_1007' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__is_name_char_1012' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__reset_1065' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_2904' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3094' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3013' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3035' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3023' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__buf_1438' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__outs_1299' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3051' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_list_2130' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3339' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__hashtbl verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__hashtbl__Make_841 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__hashtbl__6 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__hashtbl__create_inner_1576 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_compare verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__list__fold_left_272 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__list__map_233 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__hashtbl__add_640 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_ml_input_char verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__hashtbl__find_667 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__list__exists_337 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__list__rev_map_249 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__list__iter_258 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__hashtbl__remove_656 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__invalid_arg_9 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__list__rev_append_121 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__$5e_136 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__buffer verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__output_substring_255 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_ml_output_char verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__buffer__add_substring_368 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__buffer__resize_287 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__failwith_6 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__char__chr_82 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__format verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_string_notequal verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__format__fprintf_1189 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_alloc2 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_obj_dup verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__string the file containing the function 'caml_program' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_2_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_3_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_4_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_5_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_5' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_6_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_6' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_7_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_7' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_8_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_8' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_9_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_9' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_10_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_10' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry12_11' 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 'camlStd_exit__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pr_err_197' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__apply_220' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__fail_228' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__in_tree_351' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__el_354' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__data_358' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__out_tree_361' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__frag_365' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__xml_parse_371' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pull_383' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__xml_signals_389' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__xml_outline_573' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pr_dtd_585' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pr_depth_589' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pr_data_593' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pr_name_597' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pr_att_603' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pr_tag_609' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pr_tree_680' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pull_692' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__xml_xml_700' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pull_717' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__with_inf_724' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__close_730' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__with_outf_735' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__close_741' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__entity_fun_745' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__fun_1469' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__fun_1477' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__fun_1480' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__process_1129' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__fun_1484' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__fun_1510' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__fun_1488' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__fun_1522' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__fun_1525' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__encoding_of_str_1154' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__main_1206' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__add_file_1221' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__entry' is not compiled with -fpic/-fPIC either the file containing the function 'camlXhtml__code_begin' or the file containing the function 'camlXhtml__code_end' is not compiled with -fpic/-fPIC either the file containing the function 'camlXmlm__code_begin' or the file containing the function 'camlXmlm__int16_be_239' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__uchar_utf16_249' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__uchar_ascii_263' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3280' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__Make_1404' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__str_eq_279' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__str_empty_283' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__name_str_754' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__error_message_768' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__exp_784' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_879' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_illegal_char_883' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_expected_seqs_887' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_expected_chars_892' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__make_input_inner_2533' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__make_input_900' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_2560' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_2565' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__nextc_1018' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__nextc_eof_1020' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__accept_1029' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__expand_name_1051' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__external__1056' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__find_encoding_1062' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_qname_1075' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_charref_1079' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_entity_ref_1089' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_attr_value_1097' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_attributes_1101' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__aux_1104' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_limit_1113' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__skip_comment_1119' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__skip_misc_1123' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_chardata_1128' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_cdata_1132' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_xml_decl_1135' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_val_exp_1144' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_dtd_signal_1155' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_data_1162' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__bufferize_1165' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_el_start_signal_1169' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__expand_att_1173' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_el_end_signal_1183' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_signal_1191' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__find_1195' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__eoi_1203' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__input_1210' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__input_tree_1213' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__aux_1220' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__input_doc_tree_1235' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pos_1241' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_prefix_1257' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__make_output_inner_2947' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__make_output_1264' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3003' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__str_utf_8_1303' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__out_utf_8_1308' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__prefix_name_1314' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__bind_prefixes_1321' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__add_1325' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__out_data_1333' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__out_1337' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__out_attribute_1354' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__output_1360' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__output_tree_1381' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__aux_1386' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__output_doc_tree_1397' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__iter_1411' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__i_1417' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__add_uchar_1434' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_list_2130' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_name_2149' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_attribute_2175' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_tag_2181' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_sep_2186' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3339' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_dtd_2191' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_signal_2196' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__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__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__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/xmltrip: TEXTREL entry found: 0x00000000 Hardlinking identical .pyc and .pyo files Processing files: ocaml-xmlm-1.3.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.43500 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-xmlm-1.3.0 + DOCDIR=/usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-1.3.0 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-1.3.0 + /bin/mkdir -p /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-1.3.0 + cp -prL README.md LICENSE.md /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-1.3.0 + chmod -R go-w /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-1.3.0 + chmod -R a+rX /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-1.3.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bxqF8B 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.H2ghsA find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmi(Xmlm) = 4.11.1-02648BB6 Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.17), libc.so.6(GLIBC_2.2), 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), 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__array) = 4.11.1-4528CB7F, ocaml-cmi(Stdlib__buffer) = 4.11.1-234B61FA, ocaml-cmi(Stdlib__char) = 4.11.1-CDEE4823, ocaml-cmi(Stdlib__format) = 4.11.1-DE2A0CC4, ocaml-cmi(Stdlib__hashtbl) = 4.11.1-B762DB4E, ocaml-cmi(Stdlib__list) = 4.11.1-15CEF025, ocaml-cmi(Stdlib__seq) = 4.11.1-D6A8DE25, ocaml-cmi(Stdlib__string) = 4.11.1-9D02DA01, ocaml-cmi(Stdlib__uchar) = 4.11.1-AB6F1DF9, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.13m0aE Creating ocaml-xmlm-debuginfo package Processing files: ocaml-xmlm-devel-1.3.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.7955 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-xmlm-1.3.0 + DOCDIR=/usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-devel-1.3.0 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-devel-1.3.0 + /bin/mkdir -p /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-devel-1.3.0 + cp -prL CHANGES.md _build/test/examples.ml _build/test/xhtml.ml doc /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-devel-1.3.0 + chmod -R go-w /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-devel-1.3.0 + chmod -R a+rX /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-devel-1.3.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.C01H5B 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.OB6ZtA find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmx(Xmlm) = 4.11.1-923DDA24 Requires: ocaml-xmlm = 1.3.0-alt5, ocaml-cmi(CamlinternalFormatBasics) = 4.11.1-3A3CA183, ocaml-cmi(Stdlib) = 4.11.1-C21C5D26, ocaml-cmi(Stdlib__array) = 4.11.1-4528CB7F, ocaml-cmi(Stdlib__buffer) = 4.11.1-234B61FA, ocaml-cmi(Stdlib__char) = 4.11.1-CDEE4823, ocaml-cmi(Stdlib__format) = 4.11.1-DE2A0CC4, ocaml-cmi(Stdlib__hashtbl) = 4.11.1-B762DB4E, ocaml-cmi(Stdlib__list) = 4.11.1-15CEF025, 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(Xmlm) = 4.11.1-02648BB6, ocaml-cmx(Stdlib) = 4.11.1-E2655595, ocaml-cmx(Stdlib__buffer) = 4.11.1-20EC2270, ocaml-cmx(Stdlib__char) = 4.11.1-4EE99D4B, ocaml-cmx(Stdlib__format) = 4.11.1-D382A0EF, ocaml-cmx(Stdlib__hashtbl) = 4.11.1-86D4160D, ocaml-cmx(Stdlib__list) = 4.11.1-EE635CDA, ocaml-cmx(Stdlib__string) = 4.11.1-87EE46B7, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vFLDJz Creating ocaml-xmlm-devel-debuginfo package Processing files: ocaml-xmlm-debuginfo-1.3.0-alt5 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qNoR0C find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.F6a3pD find-requires: running scripts (debuginfo) Requires: ocaml-xmlm = 1.3.0-alt5, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libdl.so.2), debug(libm.so.6) Processing files: ocaml-xmlm-devel-debuginfo-1.3.0-alt5 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.K597Lz find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MqRDMA find-requires: running scripts (debuginfo) Requires: ocaml-xmlm-devel = 1.3.0-alt5 Adding to ocaml-xmlm-devel a strict dependency on ocaml-xmlm Adding to ocaml-xmlm-debuginfo a strict dependency on ocaml-xmlm Adding to ocaml-xmlm-devel-debuginfo a strict dependency on ocaml-xmlm-devel Adding to ocaml-xmlm-devel-debuginfo a strict dependency on ocaml-xmlm-debuginfo Removing from ocaml-xmlm-devel-debuginfo 1 sources provided by ocaml-xmlm-debuginfo also prunning dir /usr/src/debug/ocaml-xmlm-1.3.0/_build/src also prunning dir /usr/src/debug/ocaml-xmlm-1.3.0/_build also prunning dir /usr/src/debug/ocaml-xmlm-1.3.0 Removing 1 extra deps from ocaml-xmlm-devel due to dependency on ocaml-xmlm Removing 12 extra deps from ocaml-xmlm-devel due to repentancy on ocaml-xmlm warning: Installed (but unpackaged) file(s) found: /usr/doc/xmlm/CHANGES.md /usr/doc/xmlm/LICENSE.md /usr/doc/xmlm/README.md /usr/doc/xmlm/examples.ml /usr/doc/xmlm/xhtml.ml Wrote: /usr/src/RPM/RPMS/i586/ocaml-xmlm-1.3.0-alt5.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-xmlm-devel-1.3.0-alt5.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-xmlm-debuginfo-1.3.0-alt5.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-xmlm-devel-debuginfo-1.3.0-alt5.i586.rpm (w2.lzdio) 5.50user 1.13system 0:15.50elapsed 42%CPU (0avgtext+0avgdata 25068maxresident)k 0inputs+0outputs (0major+365347minor)pagefaults 0swaps 20.31user 4.29system 0:33.29elapsed 73%CPU (0avgtext+0avgdata 112972maxresident)k 7816inputs+0outputs (0major+702006minor)pagefaults 0swaps