make: git: No such file or directory make -C src build make[1]: Entering directory '/build/ocaml-extlib/src/ocaml-extlib-1.7.8/src' ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -i extBytes.ml > extBytes.mli ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c extBytes.mli extBytes.ml ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c enum.mli enum.ml ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c bitSet.mli bitSet.ml ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c dynArray.mli dynArray.ml ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c extArray.mli extArray.ml File "extArray.ml", line 1: Alert deprecated: make_float Use Array.create_float/ArrayLabels.create_float instead. File "array.mli", lines 75-77, characters 0-63: Definition File "extArray.mli", line 121, characters 2-37: Expected signature File "extArray.ml", line 1: Alert deprecated: create Use Array.make/ArrayLabels.make instead. File "array.mli", lines 66-67, characters 0-65: Definition File "extArray.mli", line 153, characters 2-60: Expected signature File "extArray.ml", line 1: Alert deprecated: create_matrix Use Array.make_matrix/ArrayLabels.make_matrix instead. File "array.mli", lines 103-105, characters 0-61: Definition File "extArray.mli", line 156, characters 2-56: Expected signature ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c extHashtbl.mli extHashtbl.ml ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c extList.mli extList.ml File "extList.ml", line 410, characters 15-33: 408 | ...... 409 | 410 | .......t ?(cmp=Pervasives......................... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c extString.mli extString.ml File "extString.ml", line 1: Alert deprecated: set Use Bytes.set/BytesLabels.set instead. File "string.mli", lines 378-379, characters 0-63: Definition File "extString.mli", line 179, characters 2-42: Expected signature File "extString.ml", line 1: Alert deprecated: create Use Bytes.create/BytesLabels.create instead. File "string.mli", lines 369-370, characters 0-69: Definition File "extString.mli", line 180, characters 2-29: Expected signature File "extString.ml", line 1: Alert deprecated: copy Strings now immutable: no need to copy File "string.mli", lines 398-399, characters 0-63: Definition File "extString.mli", line 182, characters 2-29: Expected signature File "extString.ml", line 1: Alert deprecated: fill Use Bytes.fill/BytesLabels.fill instead. File "string.mli", lines 405-406, characters 0-65: Definition File "extString.mli", line 184, characters 2-50: Expected signature File "extString.ml", line 1: Alert deprecated: uppercase Use String.uppercase_ascii/StringLabels.uppercase_ascii instead. File "string.mli", lines 415-417, characters 0-71: Definition File "extString.mli", line 200, characters 2-34: Expected signature File "extString.ml", line 1: Alert deprecated: lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "string.mli", lines 424-426, characters 0-71: Definition File "extString.mli", line 201, characters 2-34: Expected signature File "extString.ml", line 1: Alert deprecated: capitalize Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. File "string.mli", lines 433-435, characters 0-73: Definition File "extString.mli", line 202, characters 2-35: Expected signature File "extString.ml", line 1: Alert deprecated: uncapitalize Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. File "string.mli", lines 441-443, characters 0-77: Definition File "extString.mli", line 203, characters 2-37: Expected signature File "extString.ml", line 1: Alert deprecated: unsafe_set File "string.mli", lines 574-575, characters 0-22: Definition File "extString.mli", line 219, characters 2-49: Expected signature File "extString.ml", line 1: Alert deprecated: unsafe_fill File "string.mli", lines 579-581, characters 0-22: Definition File "extString.mli", line 221, characters 2-57: Expected signature ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c extBuffer.mli extBuffer.ml ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c global.mli global.ml ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c IO.mli IO.ml File "IO.ml", line 313, characters 14-30: 313 | = Pervasives.input ch s p l in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "IO.ml", line 317, characters 26-45: 317 | ..........................lose_in ch); | } | 317 | l...................... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "IO.ml", line 323, characters 31-48: 323 | ut = (fun s p l -> Pervasives.output ch s p l; l); ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "IO.ml", line 324, characters 27-47: 324 | ...........................lose_out ch); 324 | ou.......................................... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "IO.ml", line 325, characters 27-43: 325 | ...........................lush ch); | } | 325 | l................. Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "IO.ml", line 792, characters 22-32: 790 | .............. 791 | 792 | ......----------.................................................... Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c option.mli option.ml ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c pMap.mli pMap.ml ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c std.mli std.ml ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c uChar.mli uChar.ml ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c uTF8.mli uTF8.ml File "uTF8.ml", line 185, characters 20-38: 185 | ....................pare s1 s2 | 185 | except.................. Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c base64.mli base64.ml ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c unzip.mli unzip.ml ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c refList.mli refList.ml ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c optParse.mli optParse.ml ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c dllist.mli dllist.ml ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c extLib.ml ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -a -o extLib.cma extBytes.cmo enum.cmo bitSet.cmo dynArray.cmo extArray.cmo extHashtbl.cmo extList.cmo extString.cmo extBuffer.cmo global.cmo IO.cmo option.cmo pMap.cmo std.cmo uChar.cmo uTF8.cmo base64.cmo unzip.cmo refList.cmo optParse.cmo dllist.cmo extLib.cmo ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c extBytes.mli extBytes.ml ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c enum.mli enum.ml ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c bitSet.mli bitSet.ml ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c dynArray.mli dynArray.ml ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c extArray.mli extArray.ml File "extArray.ml", line 1: Alert deprecated: make_float Use Array.create_float/ArrayLabels.create_float instead. File "array.mli", lines 75-77, characters 0-63: Definition File "extArray.mli", line 121, characters 2-37: Expected signature File "extArray.ml", line 1: Alert deprecated: create Use Array.make/ArrayLabels.make instead. File "array.mli", lines 66-67, characters 0-65: Definition File "extArray.mli", line 153, characters 2-60: Expected signature File "extArray.ml", line 1: Alert deprecated: create_matrix Use Array.make_matrix/ArrayLabels.make_matrix instead. File "array.mli", lines 103-105, characters 0-61: Definition File "extArray.mli", line 156, characters 2-56: Expected signature ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c extHashtbl.mli extHashtbl.ml ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c extList.mli extList.ml File "extList.ml", line 410, characters 15-33: 408 | ...... 409 | 410 | .......t ?(cmp=Pervasives......................... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c extString.mli extString.ml File "extString.ml", line 1: Alert deprecated: set Use Bytes.set/BytesLabels.set instead. File "string.mli", lines 378-379, characters 0-63: Definition File "extString.mli", line 179, characters 2-42: Expected signature File "extString.ml", line 1: Alert deprecated: create Use Bytes.create/BytesLabels.create instead. File "string.mli", lines 369-370, characters 0-69: Definition File "extString.mli", line 180, characters 2-29: Expected signature File "extString.ml", line 1: Alert deprecated: copy Strings now immutable: no need to copy File "string.mli", lines 398-399, characters 0-63: Definition File "extString.mli", line 182, characters 2-29: Expected signature File "extString.ml", line 1: Alert deprecated: fill Use Bytes.fill/BytesLabels.fill instead. File "string.mli", lines 405-406, characters 0-65: Definition File "extString.mli", line 184, characters 2-50: Expected signature File "extString.ml", line 1: Alert deprecated: uppercase Use String.uppercase_ascii/StringLabels.uppercase_ascii instead. File "string.mli", lines 415-417, characters 0-71: Definition File "extString.mli", line 200, characters 2-34: Expected signature File "extString.ml", line 1: Alert deprecated: lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. File "string.mli", lines 424-426, characters 0-71: Definition File "extString.mli", line 201, characters 2-34: Expected signature File "extString.ml", line 1: Alert deprecated: capitalize Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. File "string.mli", lines 433-435, characters 0-73: Definition File "extString.mli", line 202, characters 2-35: Expected signature File "extString.ml", line 1: Alert deprecated: uncapitalize Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. File "string.mli", lines 441-443, characters 0-77: Definition File "extString.mli", line 203, characters 2-37: Expected signature File "extString.ml", line 1: Alert deprecated: unsafe_set File "string.mli", lines 574-575, characters 0-22: Definition File "extString.mli", line 219, characters 2-49: Expected signature File "extString.ml", line 1: Alert deprecated: unsafe_fill File "string.mli", lines 579-581, characters 0-22: Definition File "extString.mli", line 221, characters 2-57: Expected signature ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c extBuffer.mli extBuffer.ml ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c global.mli global.ml ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c IO.mli IO.ml File "IO.ml", line 313, characters 14-30: 313 | = Pervasives.input ch s p l in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "IO.ml", line 317, characters 26-45: 317 | ..........................lose_in ch); | } | 317 | l...................... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "IO.ml", line 323, characters 31-48: 323 | ut = (fun s p l -> Pervasives.output ch s p l; l); ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "IO.ml", line 324, characters 27-47: 324 | ...........................lose_out ch); 324 | ou.......................................... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "IO.ml", line 325, characters 27-43: 325 | ...........................lush ch); | } | 325 | l................. Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "IO.ml", line 792, characters 22-32: 790 | .............. 791 | 792 | ......----------.................................................... Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c option.mli option.ml ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c pMap.mli pMap.ml ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c std.mli std.ml ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c uChar.mli uChar.ml ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c uTF8.mli uTF8.ml File "uTF8.ml", line 185, characters 20-38: 185 | ....................pare s1 s2 | 185 | except.................. Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c base64.mli base64.ml ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c unzip.mli unzip.ml ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c refList.mli refList.ml ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c optParse.mli optParse.ml ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c dllist.mli dllist.ml ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c extLib.ml ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -a -o extLib.cmxa extBytes.cmx enum.cmx bitSet.cmx dynArray.cmx extArray.cmx extHashtbl.cmx extList.cmx extString.cmx extBuffer.cmx global.cmx IO.cmx option.cmx pMap.cmx std.cmx uChar.cmx uTF8.cmx base64.cmx unzip.cmx refList.cmx optParse.cmx dllist.cmx extLib.cmx ocamlfind ocamlopt -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -shared -linkall extLib.cmxa -o extLib.cmxs make[1]: Leaving directory '/build/ocaml-extlib/src/ocaml-extlib-1.7.8/src' make: git: No such file or directory make -C src doc make[1]: Entering directory '/build/ocaml-extlib/src/ocaml-extlib-1.7.8/src' ocamlfind ocamlc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -g -bin-annot -package bytes -c extBytes.mli enum.mli bitSet.mli dynArray.mli extArray.mli extHashtbl.mli extList.mli extString.mli extBuffer.mli global.mli IO.mli option.mli pMap.mli std.mli uChar.mli uTF8.mli base64.mli unzip.mli refList.mli optParse.mli dllist.mli ocamldoc -pp "cppo -D \"OCAML 413\" -D WITH_BYTES" -sort -html -d doc/ extBytes.mli enum.mli bitSet.mli dynArray.mli extArray.mli extHashtbl.mli extList.mli extString.mli extBuffer.mli global.mli IO.mli option.mli pMap.mli std.mli uChar.mli uTF8.mli base64.mli unzip.mli refList.mli optParse.mli dllist.mli extLib.ml Warning: Module or module type Stdlib.Hashtbl.MakeSeeded not found Warning: Module type Stdlib.Hashtbl.SeededS not found Warning: Module type Stdlib.Hashtbl.SeededHashedType not found Warning: Module or module type Stdlib.Hashtbl.Make not found Warning: Module type Stdlib.Hashtbl.S not found Warning: Module type Stdlib.Hashtbl.HashedType not found Warning: Module or module type Stdlib.Bytes not found Warning: Element Stdlib.compare not found Warning: Element Stdlib.compare not found make[1]: Leaving directory '/build/ocaml-extlib/src/ocaml-extlib-1.7.8/src'