=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for bibtex2html-1.98nb14 --- bibtex_parser.ml --- --- condition_parser.ml --- --- bibtex_parser.ml --- ocamlyacc bibtex_parser.mly --- condition_parser.ml --- ocamlyacc condition_parser.mly --- options.cmi --- --- html.cmo --- ocamlc -c html.ml --- options.cmi --- ocamlc -c options.mli --- latexmacros.cmi --- ocamlc -c latexmacros.mli --- latexscan.ml --- ocamllex latexscan.mll --- bbl_lexer.ml --- ocamllex bbl_lexer.mll 92 states, 740 transitions, table size 3512 bytes --- bibtex.cmi --- ocamlc -c bibtex.mli --- bibtex_lexer.ml --- ocamllex bibtex_lexer.mll 36 states, 325 transitions, table size 1516 bytes 1304 additional bytes used for bindings --- version.cmi --- ocamlc -c version.mli --- copying.cmi --- ocamlc -c copying.mli --- latexscan.ml --- 376 states, 6131 transitions, table size 26780 bytes 4414 additional bytes used for bindings --- latex_accents.cmi --- ocamlc -c latex_accents.mli --- latex_accents.ml --- ocamllex latex_accents.mll --- condition_lexer.ml --- ocamllex condition_lexer.mll --- latex_accents.ml --- 248 states, 608 transitions, table size 3920 bytes --- options.cmo --- --- condition_lexer.ml --- 69 states, 1647 transitions, table size 7002 bytes --- options.cmo --- ocamlc -c options.ml --- latexmacros.cmo --- ocamlc -c latexmacros.ml --- bbl_lexer.cmo --- ocamlc -c bbl_lexer.ml File "bbl_lexer.mll", line 59, characters 20-41: Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 9.5) --- latexmacros.cmo --- File "latexmacros.ml", line 116, characters 8-24: 116 | match String.lowercase name with ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. --- bibfilter.cmi --- ocamlc -c bibfilter.mli --- biboutput.cmi --- ocamlc -c biboutput.mli --- condition.cmi --- ocamlc -c condition.mli --- expand.cmi --- ocamlc -c expand.mli --- readbib.cmi --- ocamlc -c readbib.mli --- bibtex.cmo --- --- bibtex_parser.cmi --- --- bibtex.cmo --- ocamlc -c bibtex.ml --- bibtex_parser.cmi --- ocamlc -c bibtex_parser.mli --- latexscan.cmo --- ocamlc -c latexscan.ml --- bibtex.cmo --- File "bibtex.ml", line 54, characters 6-22: 54 | if String.lowercase s = key then e else find key b ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "bibtex.ml", line 56, characters 11-27: 56 | in find (String.lowercase key) biblio ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "bibtex.ml", line 140, characters 15-30: 140 | with Failure "int_of_string" -> ^^^^^^^^^^^^^^^ Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 9.5) File "bibtex.ml", line 214, characters 53-69: 214 | let add_crossref a l = Hashtbl.add crossref_table (String.lowercase a) l in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "bibtex.ml", line 215, characters 53-69: 215 | let find_crossref a = Hashtbl.find crossref_table (String.lowercase a) in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "bibtex.ml", line 217, characters 36-52: 217 | Hashtbl.replace crossref_table (String.lowercase a) l ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. --- copying.cmo --- ocamlc -c copying.ml --- latex_accents.cmo --- ocamlc -c latex_accents.ml --- bibfilter.cmo --- ocamlc -c bibfilter.ml File "bibfilter.ml", line 73, characters 17-33: 73 | let id = String.lowercase id in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. --- biboutput.cmo --- ocamlc -c biboutput.ml --- condition_parser.cmi --- ocamlc -c condition_parser.mli --- parse_condition.cmi --- ocamlc -c parse_condition.mli --- condition.cmo --- ocamlc -c condition.ml --- translate.cmi --- ocamlc -c translate.mli --- bibtex_lexer.cmo --- ocamlc -c bibtex_lexer.ml --- condition.cmo --- File "condition.ml", line 92, characters 10-25: 92 | Failure "int_of_string" -> ^^^^^^^^^^^^^^^ Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 9.5) --- bibtex_parser.cmo --- --- expand.cmo --- --- bibtex_parser.cmo --- ocamlc -c bibtex_parser.ml --- expand.cmo --- ocamlc -c expand.ml --- bibtex_parser.cmo --- File "bibtex_parser.mly", line 70, characters 15-31: Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "bibtex_parser.mly", line 72, characters 33-49: Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "bibtex_parser.mly", line 94, characters 14-30: Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "bibtex_parser.mly", line 105, characters 11-27: Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. --- expand.cmo --- File "expand.ml", line 124, characters 15-30: 124 | with Failure "int_of_string" -> ^^^^^^^^^^^^^^^ Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 9.5) --- condition_lexer.cmi --- ocamlc -c condition_lexer.mli --- expand.cmo --- File "expand.ml", line 177, characters 38-54: 177 | let get_field (_,_,f) s = List.assoc (String.lowercase s) f ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. --- condition_parser.cmo --- ocamlc -c condition_parser.ml --- main.cmo --- ocamlc -c main.ml --- condition_parser.cmo --- File "condition_parser.mly", line 76, characters 13-29: Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "condition_parser.mly", line 79, characters 19-35: Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. --- translate.cmo --- ocamlc -c translate.ml --- main.cmo --- File "main.ml", line 92, characters 6-15: 92 | Sort.list (fun (_,_,e1) (_,_,e2) -> Expand.date_order entries e1 e2) el ^^^^^^^^^ Error: Unbound module Sort *** [main.cmo] Error code 2 make: stopped in /tmp/pkgbuild/converters/bibtex2html/work/bibtex2html-1.98 --- translate.cmo --- File "translate.ml", line 72, characters 10-26: 72 | let u = String.lowercase s in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "translate.ml", line 77, characters 10-26: 77 | let u = String.lowercase s in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "translate.ml", line 84, characters 10-26: 84 | let u = String.lowercase s in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "translate.ml", line 88, characters 10-26: 88 | let u = String.lowercase s in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "translate.ml", line 189, characters 22-23: 189 | String.length s > 3 & String.lowercase (String.sub s 0 4) = "http" ^ Alert deprecated: Stdlib.& Use (&&) instead. File "translate.ml", line 189, characters 24-40: 189 | String.length s > 3 & String.lowercase (String.sub s 0 4) = "http" ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "translate.ml", line 192, characters 22-23: 192 | String.length s > 2 & String.lowercase (String.sub s 0 3) = "ftp" ^ Alert deprecated: Stdlib.& Use (&&) instead. File "translate.ml", line 192, characters 24-40: 192 | String.length s > 2 & String.lowercase (String.sub s 0 3) = "ftp" ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "translate.ml", line 195, characters 22-23: 195 | String.length s > 3 & String.lowercase (String.sub s 0 4) = "www:" ^ Alert deprecated: Stdlib.& Use (&&) instead. File "translate.ml", line 195, characters 24-40: 195 | String.length s > 3 & String.lowercase (String.sub s 0 4) = "www:" ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "translate.ml", line 206, characters 26-27: 206 | if (String.length s > 3 & String.lowercase (String.sub s 0 3) = "www") then ^ Alert deprecated: Stdlib.& Use (&&) instead. File "translate.ml", line 206, characters 28-44: 206 | if (String.length s > 3 & String.lowercase (String.sub s 0 3) = "www") then ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "translate.ml", line 218, characters 1-18: 218 | String.capitalize (String.lowercase u) ^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.capitalize Use String.capitalize_ascii instead. File "translate.ml", line 218, characters 20-36: 218 | String.capitalize (String.lowercase u) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "translate.ml", line 425, characters 19-21: 425 | if (not !nokeys) or !multiple then output_string ch "["; ^^ Alert deprecated: Stdlib.or Use (||) instead. File "translate.ml", line 427, characters 19-21: 427 | if (not !nokeys) or !multiple then begin ^^ Alert deprecated: Stdlib.or Use (||) instead. File "translate.ml", line 434, characters 19-21: 434 | if (not !nokeys) or !multiple then output_string ch "]"; ^^ Alert deprecated: Stdlib.or Use (||) instead. 1 error make: stopped in /tmp/pkgbuild/converters/bibtex2html/work/bibtex2html-1.98 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/converters/bibtex2html *** Error code 1 Stop. make: stopped in /usr/pkgsrc/converters/bibtex2html