<86>Mar 5 04:23:46 userdel[626277]: delete user 'rooter' <86>Mar 5 04:23:46 userdel[626277]: removed group 'rooter' owned by 'rooter' <86>Mar 5 04:23:46 userdel[626277]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 5 04:23:46 groupadd[626303]: group added to /etc/group: name=rooter, GID=921 <86>Mar 5 04:23:46 groupadd[626303]: group added to /etc/gshadow: name=rooter <86>Mar 5 04:23:46 groupadd[626303]: new group: name=rooter, GID=921 <86>Mar 5 04:23:46 useradd[626322]: new user: name=rooter, UID=921, GID=921, home=/root, shell=/bin/bash <86>Mar 5 04:23:46 userdel[626378]: delete user 'builder' <86>Mar 5 04:23:46 userdel[626378]: removed group 'builder' owned by 'builder' <86>Mar 5 04:23:46 userdel[626378]: removed shadow group 'builder' owned by 'builder' <86>Mar 5 04:23:46 groupadd[626415]: group added to /etc/group: name=builder, GID=922 <86>Mar 5 04:23:46 groupadd[626415]: group added to /etc/gshadow: name=builder <86>Mar 5 04:23:46 groupadd[626415]: new group: name=builder, GID=922 <86>Mar 5 04:23:46 useradd[626436]: new user: name=builder, UID=922, GID=922, home=/usr/src, shell=/bin/bash <13>Mar 5 04:23:47 rpmi: ocaml-runtime-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed <13>Mar 5 04:23:47 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+288339.1400.3.1 1636230742 installed <13>Mar 5 04:23:55 rpmi: ocaml-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed <13>Mar 5 04:23:55 rpmi: ocaml-findlib-1.9.3-alt1 sisyphus+294399.100.3.1 1643757341 installed <13>Mar 5 04:23:55 rpmi: ocaml-ocamlbuild-1:0.14.0-alt1 sisyphus+288339.700.3.1 1636230495 installed <13>Mar 5 04:23:55 rpmi: ocaml-topkg-1.0.4-alt1 sisyphus+288339.6500.3.1 1636232296 installed <13>Mar 5 04:23:55 rpmi: opam-2.1.2-alt1 sisyphus+292835.100.1.1 1640957697 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ocaml-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.35493 + 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.35493 + 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/StringLabels.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/StringLabels.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/StringLabels.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/StringLabels.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.6060 + 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) the file containing the function 'camlXmlm__uchar_utf8_179' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__Make_1464' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__name_str_786' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__error_message_800' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__exp_816' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__make_input_935' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__nextc_eof_1079' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__expand_name_1110' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_charref_1138' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_entity_ref_1148' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_attr_value_1156' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_limit_1172' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__skip_comment_1178' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_chardata_1187' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_cdata_1191' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_xml_decl_1194' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_dtd_signal_1214' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__bufferize_1224' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_el_end_signal_1242' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_signal_1250' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__find_1254' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__eoi_1262' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__input_1269' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__input_tree_1272' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__aux_1279' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__make_output_1323' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__str_utf_8_1363' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__out_utf_8_1368' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__prefix_name_1374' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__out_1397' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__out_attribute_1414' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__output_1420' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__aux_1446' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__iter_1471' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__add_uchar_1494' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_name_2213' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_attribute_2239' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_tag_2245' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_sep_2250' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_dtd_2255' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_signal_2260' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__entry' 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 'camlXmlm__uchar_utf16_254' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__uchar_ascii_268' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3340' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_914' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_illegal_char_918' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_expected_seqs_922' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_expected_chars_927' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__make_input_inner_2593' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_2625' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__nextc_1077' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__accept_1088' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__external__1115' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__find_encoding_1121' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_qname_1134' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_attributes_1160' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__aux_1163' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__skip_misc_1182' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_val_exp_1203' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_data_1221' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_el_start_signal_1228' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__expand_att_1232' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__input_doc_tree_1294' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pos_1300' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__make_output_inner_3007' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__bind_prefixes_1381' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__add_1385' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__out_data_1393' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__output_tree_1441' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__output_doc_tree_1457' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__i_1477' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__os_1345' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__out_qname_1408' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__skip_white_1082' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_ncname_1131' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_reference_1153' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__skip_pi_1180' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_val_1200' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__skip_white_eof_1085' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__peek_1266' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__str_eq_284' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__str_empty_288' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_2620' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3063' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__str_of_char_292' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__bracket_803' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__addc_ident_1098' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__addc_data_1102' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__addc_data_strip_1106' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_2899' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__to_utf_8_1483' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_list_inner_3366' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_prefix_1316' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__e_1144' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__is_name_start_char_1066' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__is_name_char_1071' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__reset_1124' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_2964' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3154' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3073' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3095' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3083' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__buf_1498' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__outs_1359' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3111' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_list_2194' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3399' 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_951 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_1702 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_275 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__List__map_236 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__Hashtbl__add_726 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_753 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_340 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__List__rev_map_252 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__List__iter_261 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__Hashtbl__remove_742 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_122 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__$5e_140 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_259 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_378 verify-elf: WARNING: ./usr/lib/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__Buffer__resize_297 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_83 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_1377 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 either the file containing the function 'caml_startup__code_begin' or the file containing the function 'caml_curry12' 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_200' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__apply_223' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__fail_231' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__in_tree_354' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__el_357' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__data_361' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__out_tree_364' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__frag_368' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__xml_parse_374' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pull_386' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__xml_signals_392' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__xml_outline_580' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pr_dtd_592' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pr_depth_596' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pr_data_600' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pr_name_604' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pr_att_610' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pr_tag_616' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pr_tree_690' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pull_702' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__xml_xml_710' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__pull_727' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__with_inf_734' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__close_740' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__with_outf_745' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__close_751' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__entity_fun_755' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__fun_1504' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__fun_1512' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__fun_1515' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__process_1140' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__fun_1519' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__fun_1545' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__fun_1523' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__fun_1557' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__fun_1560' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__encoding_of_str_1165' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__main_1241' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__add_file_1256' is not compiled with -fpic/-fPIC the file containing the function 'camlXmltrip__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlXhtml__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__uchar_utf8_179' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__uchar_utf16_254' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__uchar_ascii_268' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3340' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__Make_1464' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__str_eq_284' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__str_empty_288' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__name_str_786' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__error_message_800' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__exp_816' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_914' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_illegal_char_918' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_expected_seqs_922' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_expected_chars_927' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__make_input_inner_2593' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__make_input_935' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_2620' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_2625' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__nextc_1077' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__nextc_eof_1079' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__accept_1088' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__expand_name_1110' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__external__1115' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__find_encoding_1121' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_qname_1134' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_charref_1138' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_entity_ref_1148' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_attr_value_1156' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_attributes_1160' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__aux_1163' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_limit_1172' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__skip_comment_1178' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__skip_misc_1182' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_chardata_1187' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_cdata_1191' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_xml_decl_1194' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_val_exp_1203' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_dtd_signal_1214' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_data_1221' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__bufferize_1224' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_el_start_signal_1228' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__expand_att_1232' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_el_end_signal_1242' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__p_signal_1250' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__find_1254' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__eoi_1262' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__input_1269' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__input_tree_1272' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__aux_1279' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__input_doc_tree_1294' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pos_1300' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__err_prefix_1316' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__make_output_inner_3007' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__make_output_1323' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3063' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__str_utf_8_1363' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__out_utf_8_1368' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__prefix_name_1374' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__bind_prefixes_1381' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__add_1385' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__out_data_1393' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__out_1397' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__out_attribute_1414' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__output_1420' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__output_tree_1441' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__aux_1446' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__output_doc_tree_1457' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__iter_1471' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__i_1477' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__add_uchar_1494' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_list_2194' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_name_2213' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_attribute_2239' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_tag_2245' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_sep_2250' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__fun_3399' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_dtd_2255' is not compiled with -fpic/-fPIC the file containing the function 'camlXmlm__pp_signal_2260' 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 'camlCamlinternalAtomic__make_8' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalAtomic__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_854' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_856' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_858' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_860' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_862' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_864' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_866' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_868' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_870' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_872' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_874' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_876' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_878' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_880' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_882' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_884' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_886' 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_43' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__max_47' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__$5e_140' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__char_of_int_149' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string_of_bool_167' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bool_of_string_170' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__bool_of_string_opt_173' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string_of_int_176' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__int_of_string_opt_180' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__valid_float_lexem_184' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__loop_188' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__string_of_float_190' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__float_of_string_opt_194' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__$40_197' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__open_out_gen_221' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__open_out_227' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__open_out_bin_230' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__flush_all_235' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__iter_237' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__output_bytes_245' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__output_string_249' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__output_253' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__output_substring_259' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__output_value_268' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__close_out_276' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__close_out_noerr_279' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__open_in_gen_284' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__open_in_290' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__open_in_bin_293' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__input_298' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__unsafe_really_input_304' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__really_input_310' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__really_input_string_316' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__input_line_322' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__scan_332' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__close_in_noerr_346' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__print_char_350' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__print_string_353' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__print_bytes_356' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__print_int_359' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__print_float_362' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__print_endline_365' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__print_newline_368' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__prerr_char_371' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__prerr_string_374' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__prerr_bytes_377' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__prerr_int_380' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__prerr_float_383' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__prerr_endline_386' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__prerr_newline_389' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__read_line_392' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__read_int_395' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__read_float_401' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_967' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_965' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_963' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_961' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_959' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_957' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__$5e$5e_444' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__at_exit_455' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__do_at_exit_473' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__exit_476' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__fun_983' 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_88' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Seq__cons_92' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Seq__append_97' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Seq__map_103' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Seq__filter_map_109' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Seq__filter_116' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Seq__concat_122' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Seq__flat_map_127' 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_83' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Char__escaped_89' 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_84' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Uchar__err_not_latin1_87' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Uchar__succ_97' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Uchar__pred_99' 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_304' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Sys__fun_306' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Sys__getenv_opt_115' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Sys__set_signal_131' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Sys__catch_break_164' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Sys__fun_319' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Sys__Make_184' 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_91' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__hd_95' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__tl_99' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__nth_103' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__nth_aux_107' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__nth_opt_112' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__nth_aux_116' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__rev_append_122' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__init_tailrec_aux_130' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__init_aux_135' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__init_227' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__map_236' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__mapi_242' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__rev_map_252' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__rmap_f_256' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__map2_287' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__rev_map2_296' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__rmap2_f_301' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__iter2_309' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__fold_left2_317' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__fold_right2_326' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__for_all2_345' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__exists2_353' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__mem_361' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__assoc_371' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__assoc_opt_377' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__assq_383' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__assq_opt_389' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__mem_assoc_395' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__remove_assoc_405' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__remove_assq_411' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__find_417' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__find_opt_422' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__find_all_433' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__find_436' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__filteri_442' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__aux_446' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__filter_map_452' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__aux_455' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__fold_left_map_472' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__aux_477' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__partition_485' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__part_489' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__partition_map_495' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__part_499' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__split_524' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__combine_531' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__merge_538' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__stable_sort_548' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__rev_merge_552' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__rev_merge_rev_562' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__sort_572' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__rev_sort_573' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__sort_uniq_615' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__rev_merge_619' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__rev_merge_rev_630' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__sort_641' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__rev_sort_642' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__to_seq_722' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__aux_725' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__direct_752' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__List__fun_1105' 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__Int__to_string_117' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int__entry' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__fun_787' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__fun_795' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__fun_797' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__make_93' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__init_98' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__copy_105' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__sub_116' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__$2b$2b_127' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__extend_132' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__fill_172' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__blit_178' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__blit_string_185' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__ensure_ge_202' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__sum_lengths_206' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__concat_222' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__cat_227' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__trim_239' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__escaped_245' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__map_256' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__mapi_263' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__exists_284' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__for_all_291' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__uppercase_ascii_298' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__lowercase_ascii_313' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__capitalize_ascii_321' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__uncapitalize_ascii_324' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__starts_with_327' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__ends_with_335' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__index_rec_344' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__index_rec_opt_353' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__index_from_362' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__index_from_opt_368' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__rindex_rec_374' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__rindex_from_382' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__rindex_rec_opt_387' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__rindex_from_opt_395' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__contains_from_400' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__rcontains_from_410' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__split_on_char_420' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__uppercase_427' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__lowercase_430' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__capitalize_433' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__uncapitalize_436' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__to_seq_439' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__aux_442' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__to_seqi_465' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__aux_468' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__of_seq_472' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__fun_935' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__get_int32_le_600' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__get_int32_be_604' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__get_int64_le_608' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__get_int64_be_612' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__set_int64_le_636' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Bytes__set_int64_be_641' 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__fun_831' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__fun_833' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__ensure_ge_204' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__sum_lengths_208' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__concat_224' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__trim_269' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__index_rec_279' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__index_rec_opt_288' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__index_from_297' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__index_from_opt_303' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__rindex_rec_309' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__rindex_from_317' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__rindex_rec_opt_322' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__rindex_from_opt_330' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__contains_from_335' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__rcontains_from_345' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__uppercase_ascii_350' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__lowercase_ascii_353' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__capitalize_ascii_356' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__uncapitalize_ascii_359' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__starts_with_362' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__ends_with_370' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__split_on_char_379' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__uppercase_386' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__lowercase_389' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__capitalize_392' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__uncapitalize_395' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__get_int32_le_459' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__get_int32_be_463' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__get_int64_le_467' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__String__get_int64_be_471' 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_224' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Marshal__fun_226' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Marshal__to_buffer_89' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Marshal__data_size_192' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Marshal__from_bytes_200' 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_98' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__set_double_field_102' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__marshal_155' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__unmarshal_170' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__info_of_raw_194' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__info_323' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__of_val_328' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__name_334' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__id_337' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__fun_769' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__fun_767' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__fun_765' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__fun_763' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__fun_761' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__fun_759' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__create_349' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__get_key_360' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__get_key_copy_364' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__set_key_368' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__unset_key_373' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__check_key_377' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Obj__blit_key_381' 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_530' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__make_float_95' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__init_103' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__make_matrix_109' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__copy_117' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__append_121' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__sub_126' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__fill_131' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__blit_137' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__iter_144' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__iter2_149' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__map_155' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__map2_162' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__iteri_171' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__mapi_176' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__to_list_183' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__tolist_186' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__of_list_193' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__fold_left_204' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__fold_left_map_211' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__fold_right_224' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__exists_231' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__loop_236' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__for_all_238' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__loop_243' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__for_all2_245' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__loop_252' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__exists2_254' 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__mem_263' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__loop_268' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__memq_270' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__loop_275' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__find_opt_277' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__loop_282' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__find_map_285' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__loop_290' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__split_293' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__combine_304' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__sort_313' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__maxson_317' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__trickledown_323' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__bubbledown_334' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__trickleup_343' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__stable_sort_353' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__merge_357' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__loop_368' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__isortto_376' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__sortto_385' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__to_seq_397' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__aux_400' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__to_seqi_423' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__aux_426' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__of_rev_list_430' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__of_seq_442' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Array__fun_703' 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__Int32__succ_102' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int32__pred_104' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int32__abs_106' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int32__lognot_110' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int32__fun_284' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int32__to_string_201' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int32__of_string_opt_205' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int32__unsigned_div_226' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int32__unsigned_rem_232' 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_104' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int64__pred_106' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int64__abs_108' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int64__lognot_112' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int64__fun_207' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int64__to_string_119' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int64__of_string_opt_123' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int64__compare_129' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int64__equal_132' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int64__unsigned_compare_136' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int64__min_140' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int64__max_143' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int64__unsigned_div_146' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Int64__unsigned_rem_152' 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_102' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Nativeint__pred_104' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Nativeint__abs_106' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Nativeint__lognot_193' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Nativeint__fun_283' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Nativeint__to_string_200' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Nativeint__of_string_opt_204' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Nativeint__unsigned_div_225' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Nativeint__unsigned_rem_231' 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_85' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Stack__copy_91' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Stack__push_94' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Stack__pop_98' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Stack__pop_opt_103' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Stack__top_108' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Stack__top_opt_112' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Stack__add_seq_217' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Stack__of_seq_222' 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_91' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Queue__add_97' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Queue__peek_104' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Queue__peek_opt_108' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Queue__take_113' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Queue__take_opt_119' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Queue__copy_127' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Queue__fun_246' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Queue__to_seq_166' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Queue__aux_169' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Queue__add_seq_193' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Queue__of_seq_198' 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_83' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalLazy__force_lazy_block_166' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalLazy__force_val_lazy_block_173' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalLazy__force_178' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalLazy__force_val_266' 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_86' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__sub_272' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__blit_277' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__nth_284' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__resize_297' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__add_utf_8_uchar_310' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__add_utf_16be_uchar_354' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__add_utf_16le_uchar_366' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__add_substring_378' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__unsafe_add_channel_up_to_493' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__add_channel_499' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__closing_509' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__advance_to_closing_512' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__advance_519' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__advance_to_non_alpha_523' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__find_ident_530' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__add_substitute_539' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__truncate_555' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__to_seq_558' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__aux_561' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__to_seqi_584' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__aux_587' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__add_seq_591' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__add_int64_ne_621' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__add_int64_le_642' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Buffer__add_int64_be_646' 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_293' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__prec_of_prec_opt_297' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__param_format_of_ignored_format_301' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__buffer_create_401' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__buffer_check_size_404' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__char_of_iconv_454' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__char_of_fconv_inner_5972' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__char_of_counter_463' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__bprint_char_set_466' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__print_start_470' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__bprint_precision_529' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__bprint_iconv_flag_537' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__string_of_formatting_lit_567' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__bprint_char_literal_573' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__bprint_fmtty_582' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__bprint_fmt_776' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fmtiter_780' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__symm_983' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fmtty_rel_det_1165' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__trans_1166' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fmtty_of_fmt_1964' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fmtty_of_custom_1965' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fmtty_of_ignored_format_1966' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fmtty_of_padding_fmtty_1967' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fmtty_of_precision_fmtty_1968' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__type_padding_2234' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__type_padprec_2256' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__type_format_2290' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__type_format_gen_2291' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__type_formatting_gen_2292' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__type_ignored_param_2293' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__type_ignored_param_one_2294' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__type_ignored_format_substitution_2295' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fix_int_precision_3214' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__format_of_iconv_3230' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__format_of_iconvL_3233' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__format_of_iconvl_3236' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__format_of_iconvn_3239' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__format_of_fconv_3242' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__transform_int_alt_3249' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__convert_int_3265' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__convert_int32_3269' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__convert_nativeint_3273' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__convert_int64_3277' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__convert_float_3281' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__hex_3286' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_printf_3310' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6276' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6279' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6294' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6303' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6284' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6313' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6316' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__k$27_3451' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__k$27_3454' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_ignored_param_3311' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_from_fmtty_3312' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_invalid_arg_3313' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_padding_3314' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6362' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6365' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6368' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_int_padding_precision_3315' 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_6378' 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_6384' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6387' 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_6393' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6396' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6390' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_float_padding_precision_3316' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6403' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6410' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6400' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6416' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6423' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6413' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6429' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6436' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fun_6426' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_custom_3317' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_iprintf_3895' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fn_of_padding_precision_3896' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fn_of_custom_arity_3897' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__output_acc_4163' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__bufput_acc_4186' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__strput_acc_4252' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__failwith_message_4275' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__open_box_of_string_4283' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__invalid_box_4287' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_padding_fmt_ebb_4306' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_precision_fmt_ebb_4316' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__make_padprec_fmt_ebb_4324' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fmt_ebb_of_string_4342' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__invalid_format_message_4348' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__unexpected_end_of_format_4352' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__invalid_format_without_4358' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__expected_character_4363' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_flags_4372' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__set_flag_4428' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__read_flags_4432' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_padding_4373' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_after_padding_4374' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_precision_4375' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_after_precision_4376' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_conversion_4377' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__get_int_pad_4552' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__check_no_0_4568' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__opt_of_pad_4579' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_after_at_4378' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_tag_4379' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_good_break_4380' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_magic_size_4381' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_char_set_4382' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__fail_single_percent_4860' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_char_set_after_char_4865' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_char_set_after_minus_4866' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_positive_4384' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__parse_integer_4385' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__add_literal_4386' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__search_subformat_end_4387' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__is_int_base_4388' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__counter_of_char_4389' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__compute_int_conv_4390' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__compute_float_conv_4391' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__incompatible_flag_4392' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__format_of_string_fmtty_5018' is not compiled with -fpic/-fPIC the file containing the function 'camlCamlinternalFormat__format_of_string_format_5025' 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_107' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Printf__kbprintf_114' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Printf__ikfprintf_164' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Printf__fprintf_171' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Printf__bprintf_175' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Printf__ifprintf_179' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Printf__ibprintf_183' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Printf__printf_187' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Printf__eprintf_190' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Printf__ksprintf_193' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Printf__sprintf_202' 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_122' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__split_128' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__make_symlist_205' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__print_spec_279' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__help_action_350' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__add_help_353' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__usage_b_358' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__usage_368' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__bool_of_string_opt_373' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__int_of_string_opt_375' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__float_of_string_opt_377' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__parse_and_expand_argv_dynamic_aux_379' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__convert_error_388' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__no_arg_459' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__get_arg_463' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__treat_action_470' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__parse_argv_dynamic_inner_1208' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__parse_argv_dynamic_514' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__parse_argv_inner_1216' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__parse_argv_523' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__parse_532' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__parse_dynamic_621' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__parse_expand_628' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__second_word_638' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__replace_leading_tab_683' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__add_padding_688' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__align_inner_1272' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__read_aux_719' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__stash_727' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__write_aux_735' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Arg__fun_1314' 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_158' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Digest__substring_256' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Digest__file_266' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Digest__to_hex_292' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Digest__from_hex_298' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Digest__digit_301' 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_85' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__full_init_147' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__make_self_init_297' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__intaux_310' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__int_315' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__int63aux_319' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__full_int_331' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__int32aux_335' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__int32_383' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__int64aux_387' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__int64_440' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__fun_866' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__rawfloat_491' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__float_497' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__bits_505' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__int_508' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__full_int_511' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__int32_514' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__nativeint_517' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__int64_520' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__float_523' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__bool_525' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__full_init_528' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__init_531' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__self_init_534' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__get_state_537' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Random__set_state_540' 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_335' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__is_randomized_338' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__create_inner_1702' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__create_387' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__reset_469' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__copy_bucketlist_473' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__loop_478' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__copy_488' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__insert_all_buckets_494' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__insert_bucket_502' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__resize_513' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__iter_522' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__filter_map_inplace_548' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__fold_556' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__stats_581' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__to_seq_620' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__aux_624' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__to_seq_keys_650' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__to_seq_values_653' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__MakeSeeded_866' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__add_726' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__find_rec_747' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__find_753' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__find_rec_opt_766' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__find_opt_772' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__find_all_785' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__find_in_bucket_789' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__replace_801' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__mem_808' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__add_seq_816' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__replace_seq_823' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__of_seq_830' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__Make_951' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__create_922' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__of_seq_924' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__key_index_965' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__add_969' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__remove_bucket_976' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__find_rec_990' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__find_996' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__find_rec_opt_1009' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__find_opt_1015' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__find_all_1028' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__find_in_bucket_1032' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__replace_bucket_1037' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__replace_1044' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__mem_1051' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__mem_in_bucket_1055' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__add_seq_1059' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__replace_seq_1066' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__of_seq_1073' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__rebuild_inner_1977' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Hashtbl__rebuild_1077' 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_343' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__break_line_387' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_force_break_line_398' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__format_pp_token_408' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__add_tab_425' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__advance_left_448' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__enqueue_string_as_459' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__initialize_scan_stack_468' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__set_size_472' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__scan_push_479' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_open_box_gen_485' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_close_box_495' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_open_stag_499' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_close_stag_504' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_open_tag_509' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_get_formatter_stag_functions_537' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__clear_tag_stack_552' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_print_bool_678' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_force_newline_714' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_print_if_newline_718' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_print_custom_break_722' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_print_break_734' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_open_tbox_747' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_close_tbox_753' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_print_tbreak_758' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_set_tab_769' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__validate_geometry_819' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_set_geometry_837' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_safe_set_geometry_844' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_get_geometry_851' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_update_geometry_855' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_get_formatter_out_functions_869' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_get_formatter_output_functions_878' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__display_newline_882' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__display_blanks_887' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_set_formatter_out_channel_891' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__fun_1976' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__fun_1984' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__default_pp_mark_open_tag_896' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__default_pp_mark_close_tag_900' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_make_formatter_906' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__make_formatter_921' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__fun_2017' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__formatter_of_out_channel_926' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__fun_2043' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__formatter_of_buffer_930' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__flush_str_formatter_989' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__make_symbolic_output_buffer_1000' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__add_symbolic_output_item_1077' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__formatter_of_symbolic_output_buffer_1081' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__symbolic_flush_1084' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__symbolic_newline_1085' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__symbolic_string_1086' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__symbolic_spaces_1087' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__symbolic_indent_1088' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__fun_2231' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__fun_2361' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__fun_2442' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_print_list_1165' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_print_seq_1201' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_print_text_1211' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_print_option_1220' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__compute_tag_1264' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__output_formatting_lit_1277' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__output_acc_1284' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__strput_acc_1320' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__kfprintf_1359' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__fun_2568' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__ikfprintf_1360' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__ifprintf_1372' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__fprintf_1377' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__printf_1380' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__eprintf_1383' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__kdprintf_1386' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__fun_2598' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__fun_2592' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__dprintf_1393' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__ksprintf_1397' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__k_1403' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__sprintf_1406' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__kasprintf_1409' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__k_1415' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__asprintf_1418' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__flush_standard_formatters_1421' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_get_all_formatter_output_functions_1431' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__bprintf_1437' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__k_1442' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_set_formatter_tag_functions_1452' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__stringify_1459' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__pp_get_formatter_tag_functions_1466' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__mark_open_tag_1470' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__mark_close_tag_1473' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__print_open_tag_1476' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Format__print_close_tag_1479' 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_203' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__generic_dirname_213' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__is_implicit_250' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__chop_suffix_opt_257' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__quote_command_348' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__is_implicit_437' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__check_suffix_440' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__chop_suffix_opt_445' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__quote_453' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__quote_cmd_467' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__fun_1157' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__quote_cmd_filename_472' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__quote_command_475' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__drive_and_path_491' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__dirname_494' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__basename_500' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__concat_552' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__chop_suffix_557' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__extension_len_562' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__check_565' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__search_dot_568' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__extension_570' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__chop_extension_574' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__temp_file_name_627' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__set_temp_dir_name_683' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__get_temp_dir_name_686' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__temp_file_inner_1226' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__temp_file_689' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__try_name_696' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__open_temp_file_inner_1235' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__open_temp_file_700' is not compiled with -fpic/-fPIC the file containing the function 'camlStdlib__Filename__try_name_713' 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 Processing files: ocaml-xmlm-1.3.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.88435 + 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.kv7z3q find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YnHHfA find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmi(Xmlm) = 4.13.1-43D334C4 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.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.1), libm.so.6(GLIBC_2.29), libm.so.6(GLIBC_2.35), ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Char) = 4.13.1-61E527E7, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IaJLVl Creating ocaml-xmlm-debuginfo package Processing files: ocaml-xmlm-devel-1.3.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.64283 + 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.18cADh find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xW0Gvm find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmx(Xmlm) = 4.13.1-D14B1E50 Requires: ocaml-xmlm = 1.3.0-alt5, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Char) = 4.13.1-61E527E7, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Xmlm) = 4.13.1-43D334C4, ocaml-cmx(Stdlib) = 4.13.1-C82208C6, ocaml-cmx(Stdlib__Buffer) = 4.13.1-6EEFA361, ocaml-cmx(Stdlib__Char) = 4.13.1-FA59FC1F, ocaml-cmx(Stdlib__Format) = 4.13.1-D5F7C8EF, ocaml-cmx(Stdlib__Hashtbl) = 4.13.1-7228153E, ocaml-cmx(Stdlib__List) = 4.13.1-749429E7, ocaml-cmx(Stdlib__String) = 4.13.1-5279372C, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zG1aB1 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.AT0zok find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YfhPCK 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(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.B5nUEI find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.K1t0Qb 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 13 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) 1.79user 0.89system 0:11.71elapsed 22%CPU (0avgtext+0avgdata 25304maxresident)k 0inputs+0outputs (0major+304678minor)pagefaults 0swaps 12.38user 4.61system 0:25.15elapsed 67%CPU (0avgtext+0avgdata 104348maxresident)k 608inputs+0outputs (30260major+618523minor)pagefaults 0swaps --- ocaml-xmlm-1.3.0-alt5.i586.rpm.repo 2021-11-06 21:01:13.000000000 +0000 +++ ocaml-xmlm-1.3.0-alt5.i586.rpm.hasher 2022-03-05 04:24:09.526540272 +0000 @@ -25,2 +25,3 @@ Requires: libm.so.6(GLIBC_2.29) +Requires: libm.so.6(GLIBC_2.35) Requires: ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7 @@ -41,3 +42,3 @@ Provides: ocaml-xmlm = 1.3.0-alt5:sisyphus+288339.7300.3.1 -File: /usr/bin/xmltrip 100755 root:root 16e9a07d274bea252d2c834720757641 +File: /usr/bin/xmltrip 100755 root:root 5f7a6c2439ffcbf63e261a147bf827d4 File: /usr/lib/ocaml/xmlm 40755 root:root @@ -51,2 +52,2 @@ File: /usr/share/doc/ocaml-xmlm-1.3.0/README.md 100644 root:root 808d40883d8445f2043cbd4a8288a9ce -RPMIdentity: 7d9407ed4ca9591273d8e8872ad3fc0775f0100d306feedde029142772feae15780c7508001becb2b931379c802d4834e8458cb50ff5bf747d57a10a1693ec93 +RPMIdentity: 086c43b1bed9502d04658cfc2da90b0a47e933e351be63ffb216a65560cab51349a28dd0a7bd826fce066a2ed3e0bd9be40c7135193516c7eaf28b1fcdc349a1 --- ocaml-xmlm-debuginfo-1.3.0-alt5.i586.rpm.repo 2021-11-06 21:01:13.000000000 +0000 +++ ocaml-xmlm-debuginfo-1.3.0-alt5.i586.rpm.hasher 2022-03-05 04:24:09.591541400 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/68 40755 root:root -/usr/lib/debug/.build-id/68/6b0aa3cee2a4edb39292221afc5a1a30de3bdc 120777 root:root ../../../../bin/xmltrip -/usr/lib/debug/.build-id/68/6b0aa3cee2a4edb39292221afc5a1a30de3bdc.debug 120777 root:root ../../usr/bin/xmltrip.debug +/usr/lib/debug/.build-id/da 40755 root:root +/usr/lib/debug/.build-id/da/885de59a64d35d426f0a8214880310c752369f 120777 root:root ../../../../bin/xmltrip +/usr/lib/debug/.build-id/da/885de59a64d35d426f0a8214880310c752369f.debug 120777 root:root ../../usr/bin/xmltrip.debug /usr/lib/debug/usr/bin/xmltrip.debug 100644 root:root @@ -16,6 +16,6 @@ Provides: ocaml-xmlm-debuginfo = 1.3.0-alt5:sisyphus+288339.7300.3.1 -File: /usr/lib/debug/.build-id/68 40755 root:root -File: /usr/lib/debug/.build-id/68/6b0aa3cee2a4edb39292221afc5a1a30de3bdc 120777 root:root ../../../../bin/xmltrip -File: /usr/lib/debug/.build-id/68/6b0aa3cee2a4edb39292221afc5a1a30de3bdc.debug 120777 root:root ../../usr/bin/xmltrip.debug -File: /usr/lib/debug/usr/bin/xmltrip.debug 100644 root:root 541a56fa9f7bc0551dd5939ed86213cd +File: /usr/lib/debug/.build-id/da 40755 root:root +File: /usr/lib/debug/.build-id/da/885de59a64d35d426f0a8214880310c752369f 120777 root:root ../../../../bin/xmltrip +File: /usr/lib/debug/.build-id/da/885de59a64d35d426f0a8214880310c752369f.debug 120777 root:root ../../usr/bin/xmltrip.debug +File: /usr/lib/debug/usr/bin/xmltrip.debug 100644 root:root 76cf56067ba9e54eb0ede845742914ed File: /usr/src/debug/ocaml-xmlm-1.3.0 40755 root:root @@ -26,2 +26,2 @@ File: /usr/src/debug/ocaml-xmlm-1.3.0/_build/test/xmltrip.ml 100644 root:root 5a60e68a84cbc31e13e65eb0dd17e2d1 -RPMIdentity: eedf790616470acb94b82f813b0797345076d7809b5017aa527dd58c2d1441f70edf7aaf7a74186d3ebfbda807dfefaa31908ce0abe8941937d2696d64d93ace +RPMIdentity: 6c9a5953a1403f57ca154afe59c984ef0871b48d7781b365a45f88675cb93b8ec73d78b357478055a4ca37c4ba6508cd58b4d48765559b2892fdab02642906f4 --- ocaml-xmlm-devel-1.3.0-alt5.i586.rpm.repo 2021-11-06 21:01:13.000000000 +0000 +++ ocaml-xmlm-devel-1.3.0-alt5.i586.rpm.hasher 2022-03-05 04:24:09.659542580 +0000 @@ -25,3 +25,3 @@ File: /usr/lib/ocaml/xmlm/xmlm.cmxa 100644 root:root a35ebb0de3c02fda9ff2ee6537ff0bee -File: /usr/lib/ocaml/xmlm/xmlm.cmxs 100644 root:root 100ff1bac09124a575a2bf9cb70715ca +File: /usr/lib/ocaml/xmlm/xmlm.cmxs 100644 root:root dbc561050c6c6457f3848dc056d38bc0 File: /usr/lib/ocaml/xmlm/xmlm.mli 100644 root:root 0260c54ec1f12893d23d2e1979d246cc @@ -33,2 +33,2 @@ File: /usr/share/doc/ocaml-xmlm-devel-1.3.0/xhtml.ml 100644 root:root da75746f846797fc8f5fb424ee35b8e4 -RPMIdentity: ad5399a74d4fb0fc848fc2a1f2d36bf065dd1c6692cb702e72421055b78c247936ac58875d061100b3f279793dd151d504bdfe51928336e7dd75e7271bc7fc18 +RPMIdentity: cd6ce02fbd5da5c40d880540687938435e6cc629025d26520b69770b338643ce880d431e78e06aa0a7c6bd2fd5c49f35df4ad898fa63d036870edf217e51e9f4 --- ocaml-xmlm-devel-debuginfo-1.3.0-alt5.i586.rpm.repo 2021-11-06 21:01:13.000000000 +0000 +++ ocaml-xmlm-devel-debuginfo-1.3.0-alt5.i586.rpm.hasher 2022-03-05 04:24:09.721543656 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/2a 40755 root:root -/usr/lib/debug/.build-id/2a/763f656e4622451c9b00305149374119cecd0e 120777 root:root ../../../ocaml/xmlm/xmlm.cmxs -/usr/lib/debug/.build-id/2a/763f656e4622451c9b00305149374119cecd0e.debug 120777 root:root ../../usr/lib/ocaml/xmlm/xmlm.cmxs.debug +/usr/lib/debug/.build-id/d8 40755 root:root +/usr/lib/debug/.build-id/d8/41a45906dfab32a31309883cad6628b45c65cd 120777 root:root ../../../ocaml/xmlm/xmlm.cmxs +/usr/lib/debug/.build-id/d8/41a45906dfab32a31309883cad6628b45c65cd.debug 120777 root:root ../../usr/lib/ocaml/xmlm/xmlm.cmxs.debug /usr/lib/debug/usr/lib/ocaml 40755 root:root @@ -10,8 +10,8 @@ Provides: ocaml-xmlm-devel-debuginfo = 1.3.0-alt5:sisyphus+288339.7300.3.1 -File: /usr/lib/debug/.build-id/2a 40755 root:root -File: /usr/lib/debug/.build-id/2a/763f656e4622451c9b00305149374119cecd0e 120777 root:root ../../../ocaml/xmlm/xmlm.cmxs -File: /usr/lib/debug/.build-id/2a/763f656e4622451c9b00305149374119cecd0e.debug 120777 root:root ../../usr/lib/ocaml/xmlm/xmlm.cmxs.debug +File: /usr/lib/debug/.build-id/d8 40755 root:root +File: /usr/lib/debug/.build-id/d8/41a45906dfab32a31309883cad6628b45c65cd 120777 root:root ../../../ocaml/xmlm/xmlm.cmxs +File: /usr/lib/debug/.build-id/d8/41a45906dfab32a31309883cad6628b45c65cd.debug 120777 root:root ../../usr/lib/ocaml/xmlm/xmlm.cmxs.debug File: /usr/lib/debug/usr/lib/ocaml 40755 root:root File: /usr/lib/debug/usr/lib/ocaml/xmlm 40755 root:root -File: /usr/lib/debug/usr/lib/ocaml/xmlm/xmlm.cmxs.debug 100644 root:root d39f02c2d8f0841a7f07e063c9e89ba1 -RPMIdentity: 6c2907b5e48031d7572df8f3457d81dce413374813eed8d963c16f7b8aeac48f9b834a1099b0033b73bb6e4941ed3c7347f5f00de3c6844dea68d2fa7332f8e6 +File: /usr/lib/debug/usr/lib/ocaml/xmlm/xmlm.cmxs.debug 100644 root:root 2fbd0120e83190c9e81c9c5e7627d401 +RPMIdentity: 5e36ab36cf787d24ca26c554f22d89497762e71e1db013c8a68a4f80ba629a06291b8601eb5fc84693a987451b2957bf04ff7ebecc94c195f8596e63f279239e