>>> ocaml-camomile: Building testing/ocaml-camomile 1.0.2-r0 (using abuild 3.9.0-r0) started Fri, 13 May 2022 01:30:37 +0000 >>> ocaml-camomile: Checking sanity of /home/buildozer/aports/testing/ocaml-camomile/APKBUILD... >>> WARNING: ocaml-camomile: No maintainer >>> ocaml-camomile: Analyzing dependencies... >>> ocaml-camomile: Installing for build: build-base ocaml-runtime dune ocaml ocaml-compiler-libs ocaml-cppo ocaml-findlib (1/7) Installing ocaml-runtime (4.14.0-r0) (2/7) Installing dune (3.1.1-r0) (3/7) Installing ocaml (4.14.0-r0) (4/7) Installing ocaml-compiler-libs (4.14.0-r0) (5/7) Installing ocaml-cppo (1.6.8-r0) (6/7) Installing ocaml-findlib (1.9.3-r0) (7/7) Installing .makedepends-ocaml-camomile (20220513.013038) Executing busybox-1.35.0-r13.trigger OK: 487 MiB in 105 packages >>> ocaml-camomile: Cleaning up srcdir >>> ocaml-camomile: Cleaning up pkgdir >>> ocaml-camomile: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ocaml-camomile-1.0.2.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> ocaml-camomile: Fetching ocaml-camomile-1.0.2.tar.bz2::https://github.com/yoriyuki/Camomile/releases/download/1.0.2/camomile-1.0.2.tbz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 4714k 0 15593 0 0 27988 0 0:02:52 --:--:-- 0:02:52 27988 100 4714k 100 4714k 0 0 7474k 0 --:--:-- --:--:-- --:--:-- 62.8M >>> ocaml-camomile: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ocaml-camomile-1.0.2.tar.bz2 >>> ocaml-camomile: Checking sha512sums... ocaml-camomile-1.0.2.tar.bz2: OK >>> ocaml-camomile: Unpacking /var/cache/distfiles/edge/ocaml-camomile-1.0.2.tar.bz2... (cd _build/default && /usr/bin/ocamlyacc Camomile/internal/uReStrParser.mly) 4 shift/reduce conflicts. (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__OOChannel.cmi -c -intf Camomile/public/oOChannel.mli) File "Camomile/public/oOChannel.mli", line 68, characters 34-42: 68 | class ['a] channel_of_stream : 'a Stream.t -> ['a] obj_input_channel ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/public/oOChannel.mli", line 71, characters 52-60: 71 | val stream_of_channel : 'a #obj_input_channel -> 'a Stream.t ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/public/oOChannel.mli", line 116, characters 22-43: 116 | class of_in_channel : Pervasives.in_channel -> char_input_channel ^^^^^^^^^^^^^^^^^^^^^ 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 "Camomile/public/oOChannel.mli", line 119, characters 23-45: 119 | class of_out_channel : Pervasives.out_channel -> char_output_channel ^^^^^^^^^^^^^^^^^^^^^^ 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 (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__Byte_labeled_dag.cmo -c -impl Camomile/internal/byte_labeled_dag.ml) File "Camomile/internal/byte_labeled_dag.ml", line 90, characters 29-47: 90 | let comp (s1, _) (s2, _) = Pervasives.compare s1 s2 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 (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__OOChannel.cmo -c -impl Camomile/public/oOChannel.ml) File "Camomile/public/oOChannel.ml", line 54, characters 10-21: 54 | try Stream.next s with Stream.Failure -> raise End_of_file ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/public/oOChannel.ml", line 54, characters 29-43: 54 | try Stream.next s with Stream.Failure -> raise End_of_file ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/public/oOChannel.ml", line 59, characters 2-13: 59 | Stream.from (fun _ -> ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomileDefaultConfig.objs/byte -I Camomile/.camomileDefaultConfig.objs/native -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/native/camomileLibrary__OOChannel.cmx -c -impl Camomile/public/oOChannel.ml) File "Camomile/public/oOChannel.ml", line 54, characters 10-21: 54 | try Stream.next s with Stream.Failure -> raise End_of_file ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/public/oOChannel.ml", line 54, characters 29-43: 54 | try Stream.next s with Stream.Failure -> raise End_of_file ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/public/oOChannel.ml", line 59, characters 2-13: 59 | Stream.from (fun _ -> ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__UCS4.cmo -c -impl Camomile/public/uCS4.ml) File "Camomile/public/uCS4.ml", line 143, characters 9-27: 143 | 0 -> Pervasives.compare a b ^^^^^^^^^^^^^^^^^^ 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 (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__UTF8.cmo -c -impl Camomile/public/uTF8.ml) File "Camomile/public/uTF8.ml", line 197, characters 20-38: 197 | let compare s1 s2 = Pervasives.compare s1 s2 ^^^^^^^^^^^^^^^^^^ 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 (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__CharEncoding.cmi -c -intf Camomile/public/charEncoding.mli) File "Camomile/public/charEncoding.mli", line 133, characters 27-49: 133 | class out_channel : t -> Pervasives.out_channel -> [UChar.t] obj_output_channel ^^^^^^^^^^^^^^^^^^^^^^ 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 "Camomile/public/charEncoding.mli", line 138, characters 26-47: 138 | class in_channel : t -> Pervasives.in_channel -> [UChar.t] obj_input_channel ^^^^^^^^^^^^^^^^^^^^^ 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 "Camomile/public/charEncoding.mli", line 142, characters 29-37: 142 | val ustream_of : t -> char Stream.t -> UChar.t Stream.t ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/public/charEncoding.mli", line 142, characters 49-57: 142 | val ustream_of : t -> char Stream.t -> UChar.t Stream.t ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/public/charEncoding.mli", line 146, characters 36-44: 146 | val char_stream_of : t -> UChar.t Stream.t -> char Stream.t ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/public/charEncoding.mli", line 146, characters 53-61: 146 | val char_stream_of : t -> UChar.t Stream.t -> char Stream.t ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomileDefaultConfig.objs/byte -I Camomile/.camomileDefaultConfig.objs/native -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/native/camomileLibrary__Byte_labeled_dag.cmx -c -impl Camomile/internal/byte_labeled_dag.ml) File "Camomile/internal/byte_labeled_dag.ml", line 90, characters 29-47: 90 | let comp (s1, _) (s2, _) = Pervasives.compare s1 s2 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 (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomileDefaultConfig.objs/byte -I Camomile/.camomileDefaultConfig.objs/native -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/native/camomileLibrary__UCS4.cmx -c -impl Camomile/public/uCS4.ml) File "Camomile/public/uCS4.ml", line 143, characters 9-27: 143 | 0 -> Pervasives.compare a b ^^^^^^^^^^^^^^^^^^ 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 (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomileDefaultConfig.objs/byte -I Camomile/.camomileDefaultConfig.objs/native -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/native/camomileLibrary__UTF8.cmx -c -impl Camomile/public/uTF8.ml) File "Camomile/public/uTF8.ml", line 197, characters 20-38: 197 | let compare s1 s2 = Pervasives.compare s1 s2 ^^^^^^^^^^^^^^^^^^ 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 (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__UCol.cmo -c -impl Camomile/public/uCol.ml) File "Camomile/public/uCol.ml", line 734, characters 8-26: 734 | Pervasives.compare key1 key2 ^^^^^^^^^^^^^^^^^^ 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 "Camomile/public/uCol.ml", line 785, characters 8-26: 785 | Pervasives.compare k key ^^^^^^^^^^^^^^^^^^ 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 (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__CharEncoding.cmo -c -impl Camomile/public/charEncoding.ml) File "Camomile/public/charEncoding.ml", line 134, characters 27-49: 134 | class out_channel : t -> Pervasives.out_channel -> [UChar.t] obj_output_channel ^^^^^^^^^^^^^^^^^^^^^^ 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 "Camomile/public/charEncoding.ml", line 139, characters 26-47: 139 | class in_channel : t -> Pervasives.in_channel -> [UChar.t] obj_input_channel ^^^^^^^^^^^^^^^^^^^^^ 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 "Camomile/public/charEncoding.ml", line 143, characters 29-37: 143 | val ustream_of : t -> char Stream.t -> UChar.t Stream.t ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/public/charEncoding.ml", line 143, characters 49-57: 143 | val ustream_of : t -> char Stream.t -> UChar.t Stream.t ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/public/charEncoding.ml", line 147, characters 36-44: 147 | val char_stream_of : t -> UChar.t Stream.t -> char Stream.t ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/public/charEncoding.ml", line 147, characters 53-61: 147 | val char_stream_of : t -> UChar.t Stream.t -> char Stream.t ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. (cd _build/default && /usr/bin/ocamlc.opt -I Camomile -w -40 -g -bin-annot -I Camomile/tools/.camomilelocaledef.eobjs/byte -I Camomile/.camomileLibrary.objs/byte -I Camomile/toolslib/.toolslib.objs/byte -no-alias-deps -o Camomile/tools/.camomilelocaledef.eobjs/byte/camomilelocaledef_lexer.cmi -c -intf Camomile/tools/camomilelocaledef_lexer.mli) File "Camomile/tools/camomilelocaledef_lexer.mli", line 11, characters 36-44: 11 | val lexer : CamomileLibrary.UChar.t Stream.t -> token list ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. (cd _build/default && /usr/bin/ocamlc.opt -I Camomile -w -40 -g -bin-annot -I Camomile/tools/.camomilelocaledef.eobjs/byte -I Camomile/.camomileLibrary.objs/byte -I Camomile/toolslib/.toolslib.objs/byte -no-alias-deps -o Camomile/tools/.camomilelocaledef.eobjs/byte/camomilelocaledef.cmo -c -impl Camomile/tools/camomilelocaledef.ml) File "Camomile/tools/camomilelocaledef.ml", line 215, characters 11-28: 215 | let cs = Stream.of_channel readfile in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomileDefaultConfig.objs/byte -I Camomile/.camomileDefaultConfig.objs/native -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/native/camomileLibrary__UCol.cmx -c -impl Camomile/public/uCol.ml) File "Camomile/public/uCol.ml", line 734, characters 8-26: 734 | Pervasives.compare key1 key2 ^^^^^^^^^^^^^^^^^^ 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 "Camomile/public/uCol.ml", line 785, characters 8-26: 785 | Pervasives.compare k key ^^^^^^^^^^^^^^^^^^ 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 (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomileDefaultConfig.objs/byte -I Camomile/.camomileDefaultConfig.objs/native -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/native/camomileLibrary__CharEncoding.cmx -c -impl Camomile/public/charEncoding.ml) File "Camomile/public/charEncoding.ml", line 134, characters 27-49: 134 | class out_channel : t -> Pervasives.out_channel -> [UChar.t] obj_output_channel ^^^^^^^^^^^^^^^^^^^^^^ 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 "Camomile/public/charEncoding.ml", line 139, characters 26-47: 139 | class in_channel : t -> Pervasives.in_channel -> [UChar.t] obj_input_channel ^^^^^^^^^^^^^^^^^^^^^ 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 "Camomile/public/charEncoding.ml", line 143, characters 29-37: 143 | val ustream_of : t -> char Stream.t -> UChar.t Stream.t ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/public/charEncoding.ml", line 143, characters 49-57: 143 | val ustream_of : t -> char Stream.t -> UChar.t Stream.t ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/public/charEncoding.ml", line 147, characters 36-44: 147 | val char_stream_of : t -> UChar.t Stream.t -> char Stream.t ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/public/charEncoding.ml", line 147, characters 53-61: 147 | val char_stream_of : t -> UChar.t Stream.t -> char Stream.t ^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. (cd _build/default && /usr/bin/ocamlopt.opt -I Camomile -w -40 -g -I Camomile/toolslib/.toolslib.objs/byte -I Camomile/toolslib/.toolslib.objs/native -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomile_yuge.objs/byte -I Camomile/.camomile_yuge.objs/native -intf-suffix .ml -no-alias-deps -o Camomile/toolslib/.toolslib.objs/native/absCe.cmx -c -impl Camomile/toolslib/absCe.ml) File "Camomile/toolslib/absCe.ml", line 52, characters 47-65: 52 | module Elt = struct type t = elt let compare = Pervasives.compare end ^^^^^^^^^^^^^^^^^^ 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 (cd _build/default && /usr/bin/ocamlopt.opt -I Camomile -w -40 -g -I Camomile/tools/.camomilelocaledef.eobjs/byte -I Camomile/tools/.camomilelocaledef.eobjs/native -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/toolslib/.toolslib.objs/byte -I Camomile/toolslib/.toolslib.objs/native -intf-suffix .ml -no-alias-deps -o Camomile/tools/.camomilelocaledef.eobjs/native/camomilelocaledef_lexer.cmx -c -impl Camomile/tools/camomilelocaledef_lexer.ml) File "Camomile/tools/camomilelocaledef_lexer.ml", line 21, characters 8-19: 21 | match Stream.next s with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 23, characters 14-28: 23 | | exception Stream.Failure -> List.rev a ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 46, characters 8-19: 46 | match Stream.peek s with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 47, characters 12-25: 47 | | None -> Stream.sempty ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 49, characters 4-15: 49 | Stream.junk s; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 53, characters 14-26: 53 | | ct -> Stream.icons (c, ct, u) (Stream.slazy (fun () -> prep s)) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 53, characters 39-51: 53 | | ct -> Stream.icons (c, ct, u) (Stream.slazy (fun () -> prep s)) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 57, characters 8-19: 57 | match Stream.next s with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 67, characters 14-28: 67 | | exception Stream.Failure -> Stream.sempty ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 59, characters 16-27: 59 | begin match Stream.next s with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 63, characters 18-32: 63 | | exception Stream.Failure -> Stream.icons data (remove_comment s) ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 62, characters 13-25: 62 | | _ -> Stream.icons data (remove_comment s) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 63, characters 36-48: 63 | | exception Stream.Failure -> Stream.icons data (remove_comment s) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 65, characters 32-44: 65 | | (Some '"', _, _) as data -> Stream.icons data (in_quote s) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 66, characters 12-24: 66 | | data -> Stream.icons data (remove_comment s) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 67, characters 32-45: 67 | | exception Stream.Failure -> Stream.sempty ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 69, characters 8-19: 69 | match Stream.next s with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 73, characters 14-28: 73 | | exception Stream.Failure -> Stream.sempty ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 73, characters 32-45: 73 | | exception Stream.Failure -> Stream.sempty ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 75, characters 8-19: 75 | match Stream.next s with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 83, characters 14-28: 83 | | exception Stream.Failure -> Stream.sempty ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 77, characters 16-27: 77 | begin match Stream.next s with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 80, characters 18-32: 80 | | exception Stream.Failure -> comment2 s ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 83, characters 32-45: 83 | | exception Stream.Failure -> Stream.sempty ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 85, characters 8-20: 85 | match Stream.npeek 2 s with ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 87, characters 4-15: 87 | Stream.junk s; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 88, characters 4-15: 88 | Stream.junk s; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 89, characters 4-16: 89 | Stream.icons data1 (Stream.icons data2 (in_quote s)) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 89, characters 24-36: 89 | Stream.icons data1 (Stream.icons data2 (in_quote s)) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 92, characters 4-15: 92 | Stream.junk s; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 93, characters 4-16: 93 | Stream.icons data (remove_comment s) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 95, characters 16-27: 95 | begin match Stream.next s with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 97, characters 18-32: 97 | | exception Stream.Failure -> Stream.sempty ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 96, characters 16-28: 96 | | data -> Stream.icons data (in_quote s) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 97, characters 36-49: 97 | | exception Stream.Failure -> Stream.sempty ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 101, characters 8-19: 101 | match Stream.next st with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 104, characters 14-28: 104 | | exception Stream.Failure -> Stream.sempty ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 103, characters 9-21: 103 | | e -> Stream.icons e (merge_text st) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 104, characters 32-45: 104 | | exception Stream.Failure -> Stream.sempty ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 106, characters 8-19: 106 | match Stream.next st with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 109, characters 14-28: 109 | | exception Stream.Failure -> Stream.sempty ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 108, characters 9-21: 108 | | e -> Stream.icons (Text s) (Stream.icons e (merge_text st)) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 108, characters 32-44: 108 | | e -> Stream.icons (Text s) (Stream.icons e (merge_text st)) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 109, characters 32-45: 109 | | exception Stream.Failure -> Stream.sempty ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 113, characters 10-21: 113 | match Stream.next s with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 122, characters 16-30: 122 | | exception Stream.Failure -> Stream.sempty ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 114, characters 24-36: 114 | | Some '{', _, _ -> Stream.icons Brace_l (parse s) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 115, characters 24-36: 115 | | Some '}', _, _ -> Stream.icons Brace_r (parse s) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 116, characters 24-36: 116 | | Some ':', _, _ -> Stream.icons Colon (parse s) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 117, characters 24-36: 117 | | Some ',', _, _ -> Stream.icons Comma (parse s) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 121, characters 17-29: 121 | | e -> text (Stream.icons e s) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 122, characters 34-47: 122 | | exception Stream.Failure -> Stream.sempty ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 126, characters 12-24: 126 | match Stream.npeek 2 s with ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 128, characters 8-19: 128 | Stream.junk st; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 129, characters 8-19: 129 | Stream.junk st; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 134, characters 20-31: 134 | begin match Stream.next st with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 142, characters 22-36: 142 | | exception Stream.Failure -> failwith "A quote is not enclosed." ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 138, characters 12-24: 138 | Stream.icons (Text s') (parse st) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 148, characters 12-23: 148 | match Stream.next st with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 161, characters 18-32: 161 | | exception Stream.Failure -> ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 153, characters 8-20: 153 | Stream.icons (Text s') (parse st) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 157, characters 8-20: 157 | Stream.icons (Text s') (parse (Stream.icons e st)) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 157, characters 39-51: 157 | Stream.icons (Text s') (parse (Stream.icons e st)) ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "Camomile/tools/camomilelocaledef_lexer.ml", line 164, characters 8-22: 164 | Stream.of_list [Text s'] in ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. (cd _build/default && /usr/bin/ocamlopt.opt -I Camomile -w -40 -g -I Camomile/tools/.camomilelocaledef.eobjs/byte -I Camomile/tools/.camomilelocaledef.eobjs/native -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/toolslib/.toolslib.objs/byte -I Camomile/toolslib/.toolslib.objs/native -intf-suffix .ml -no-alias-deps -o Camomile/tools/.camomilelocaledef.eobjs/native/camomilelocaledef.cmx -c -impl Camomile/tools/camomilelocaledef.ml) File "Camomile/tools/camomilelocaledef.ml", line 215, characters 11-28: 215 | let cs = Stream.of_channel readfile in ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/ar.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/az.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/div.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/el.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/fa.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/gu.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/he.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/hi__DIRECT.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/hi.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/ka.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/kk.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/kn.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/ky.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/mn.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/mr.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/pa.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/sa.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/syr.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/te.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/ta.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/tt.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/th.txt locales) Warning : file loading is not supported. Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/ur.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/uz.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/vi.txt locales) Warning : normalization option is not supported (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/ja.txt locales) Warning : strength option is not supported >>> ocaml-camomile: Entering fakeroot... Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/META Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/camomile_do_not_use.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/camomile_do_not_use.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/camomile_do_not_use.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/camomile_do_not_use.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/camomile_yuge.a Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/camomile_yuge.cma Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/camomile_yuge.cmxa Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig.a Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig.cma Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig.cmxa Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig__.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig__.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig__.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig__.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig__InstallConfig.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig__InstallConfig.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig__InstallConfig.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/installConfig.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/dune-package Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/dyn/camomileLibraryDyn.a Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/dyn/camomileLibraryDyn.cma Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/dyn/camomileLibraryDyn.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/dyn/camomileLibraryDyn.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/dyn/camomileLibraryDyn.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/dyn/camomileLibraryDyn.cmxa Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/dyn/camomileLibraryDyn.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/lib_default/camomileLibraryDefault.a Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/lib_default/camomileLibraryDefault.cma Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/lib_default/camomileLibraryDefault.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/lib_default/camomileLibraryDefault.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/lib_default/camomileLibraryDefault.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/lib_default/camomileLibraryDefault.cmxa Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/lib_default/camomileLibraryDefault.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/avlTree.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/avlTree.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/bitsvect.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/bitsvect.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/byte_labeled_dag.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/byte_labeled_dag.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/bytesvect.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/bytesvect.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary.a Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary.cma Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary.cmxa Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__AvlTree.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__AvlTree.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__AvlTree.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__AvlTree.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Bitsvect.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Bitsvect.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Bitsvect.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Bitsvect.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Byte_labeled_dag.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Byte_labeled_dag.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Byte_labeled_dag.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Byte_labeled_dag.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Bytesvect.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Bytesvect.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Bytesvect.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Bytesvect.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__CaseMap.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__CaseMap.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__CaseMap.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__CaseMap.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__CharEncoding.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__CharEncoding.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__CharEncoding.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__CharEncoding.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Charmap.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Charmap.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Charmap.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Charmap.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__ConfigInt.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__ConfigInt.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__ConfigInt.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Database.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Database.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Database.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Database.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Hangul.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Hangul.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Hangul.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Hangul.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__IMap.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__IMap.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__IMap.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__IMap.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__ISet.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__ISet.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__ISet.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__ISet.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Locale.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Locale.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Locale.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Locale.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__OOChannel.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__OOChannel.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__OOChannel.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__OOChannel.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__StringPrep.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__StringPrep.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__StringPrep.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__StringPrep.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__StringPrep_data.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__StringPrep_data.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__StringPrep_data.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__StringPrep_data.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__SubText.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__SubText.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__SubText.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__SubText.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Tbl31.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Tbl31.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Tbl31.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Tbl31.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCS4.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCS4.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCS4.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCS4.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UChar.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UChar.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UChar.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UChar.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCharInfo.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCharInfo.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCharInfo.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCharInfo.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCharTbl.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCharTbl.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCharTbl.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCharTbl.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCol.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCol.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCol.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCol.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__ULine.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__ULine.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__ULine.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__ULine.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UMap.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UMap.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UMap.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UMap.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UNF.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UNF.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UNF.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UNF.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UPervasives.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UPervasives.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UPervasives.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UPervasives.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__URe.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__URe.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__URe.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__URe.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UReStr.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UReStr.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UReStr.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UReStr.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UReStrLexer.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UReStrLexer.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UReStrLexer.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UReStrParser.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UReStrParser.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UReStrParser.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UReStrParser.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UReStrParserType.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UReStrParserType.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UReStrParserType.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__USet.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__USet.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__USet.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__USet.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UTF16.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UTF16.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UTF16.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UTF16.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UTF8.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UTF8.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UTF8.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UTF8.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UText.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UText.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UText.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UText.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UnicodeString.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UnicodeString.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UnicodeString.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Unidata.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Unidata.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Unidata.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Unidata.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Unimap.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Unimap.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Unimap.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Unimap.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__XArray.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__XArray.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__XArray.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__XArray.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__XString.cmi Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__XString.cmt Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__XString.cmti Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__XString.cmx Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/caseMap.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/caseMap.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/charEncoding.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/charEncoding.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/charmap.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/charmap.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/configInt.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/database.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/database.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/hangul.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/hangul.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/iMap.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/iMap.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/iSet.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/iSet.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/locale.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/locale.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/oOChannel.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/oOChannel.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/stringPrep.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/stringPrep.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/stringPrep_data.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/stringPrep_data.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/subText.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/subText.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/tbl31.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/tbl31.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uCS4.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uCS4.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uChar.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uChar.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uCharInfo.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uCharInfo.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uCharTbl.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uCharTbl.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uCol.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uCol.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uLine.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uLine.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uMap.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uMap.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uNF.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uNF.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uPervasives.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uPervasives.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uRe.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uRe.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uReStr.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uReStr.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uReStrLexer.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uReStrParser.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uReStrParser.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uReStrParserType.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uSet.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uSet.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uTF16.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uTF16.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uTF8.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uTF8.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uText.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uText.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/unicodeString.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/unidata.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/unidata.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/unimap.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/unimap.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/xArray.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/xArray.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/xString.ml Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/xString.mli Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/opam Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/camomile_yuge.cmxs Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig.cmxs Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/dyn/camomileLibraryDyn.cmxs Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/lib_default/camomileLibraryDefault.cmxs Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary.cmxs Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/1026.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/1047.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/437.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/500.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/500V1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/850.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/851.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/852.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/855.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/856.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/857.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/860.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/861.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/862.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/863.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/865.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/866.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/866NAV.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/869.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/904.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ANSI_X3%2E110-1983.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ANSI_X3%2E4-1968.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ANSI_X3%2E4-1986.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ARABIC.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ARABIC7.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ARMSCII-8.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ASCII.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ASMO-708.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ASMO_449.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/BIG5-CP950.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/BIG5-HKSCS.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/BIG5.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/BIG5HKSCS.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/BRF.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/BS_4730.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/BS_VIEWDATA.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CA.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP-AR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP-GR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP-HU.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP-IS.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP037.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP038.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP10007.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1004.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1026.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1047.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1124.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1125.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1129.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1132.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1133.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1160.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1161.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1163.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1164.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1250.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1251.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1252.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1253.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1254.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1255.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1256.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1257.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP1258.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP273.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP274.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP275.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP278.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP280.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP281.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP284.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP285.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP290.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP297.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP367.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP420.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP423.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP424.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP437.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP500.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP737.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP775.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP819.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP850.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP851.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP852.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP855.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP856.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP857.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP860.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP861.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP862.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP863.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP864.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP865.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP866.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP866NAV.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP868.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP869.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP870.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP871.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP874.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP875.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP880.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP891.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP903.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP904.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP905.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP918.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP922.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP932.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP936.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CP949.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CSA7-1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CSA7-2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CSA_T500-1983.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CSA_Z243%2E4-1985-1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CSA_Z243%2E4-1985-2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CSA_Z243%2E4-1985-GR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CSN_369103.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CUBA.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CWI-2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CWI.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/CYRILLIC.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/Cyrillic-Asian.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/DE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/DEC-MCS.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/DEC.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/DIN_66003.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/DK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/DS2089.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/DS_2089.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/E13B.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-AT-DE-A.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-AT-DE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-BE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-BR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CA-FR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-AR1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-AR2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-BE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-CA.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-CH.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-DK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-ES.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-FI.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-FR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-GB.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-GR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-HE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-IS.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-IT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-NL.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-NO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-ROECE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-SE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-TR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-US.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-WT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CP-YU.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-CYRILLIC.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-DK-NO-A.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-DK-NO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-ES-A.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-ES-S.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-ES.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-FI-SE-A.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-FI-SE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-FR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-GREEK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-INT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-INT1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-IS-FRISS.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-IT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-JP-E.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-JP-KANA.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-PT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-UK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EBCDIC-US.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ECMA-114.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ECMA-118.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ECMA-CYRILLIC.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ELOT_928.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ES.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ES2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EUC-JISX0213.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EUC-JP-MS.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EUC-JP.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EUC-KR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/EUC-TW.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/FI.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/FR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/FRISS.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/GB.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/GB18030.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/GB2312.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/GBK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/GB_1988-80.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/GEORGIAN-ACADEMY.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/GEORGIAN-PS.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/GOST_19768-74.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/GREEK-CCITT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/GREEK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/GREEK7-OLD.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/GREEK7.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/GREEK8.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/HEBREW.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/HP-GREEK8.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/HP-ROMAN8.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/HP-ROMAN9.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/HP-THAI8.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/HP-TURKISH8.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/HU.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM-1047.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM037.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM038.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM1004.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM1026.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM1047.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM1124.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM1129.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM1132.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM1133.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM1160.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM1161.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM1162.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM1163.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM1164.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM256.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM273.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM274.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM275.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM277.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM278.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM280.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM281.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM284.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM285.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM290.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM297.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM367.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM420.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM423.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM424.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM437.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM500.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM819.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM848.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM850.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM851.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM852.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM855.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM856.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM857.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM860.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM861.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM862.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM863.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM864.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM865.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM866.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM866NAV.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM868.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM869.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM870.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM871.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM874.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM875.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM880.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM891.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM903.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM904.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM905.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM918.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IBM922.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IEC_P27-1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/INIS-8.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/INIS-CYRILLIC.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/INIS.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/INVARIANT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IRV.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISIRI-3342.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO%2FTR_11548-1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-10646%2FUTF-8.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-8859-1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-8859-10.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-8859-11.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-8859-13.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-8859-14.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-8859-15.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-8859-16.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-8859-2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-8859-3.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-8859-4.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-8859-5.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-8859-6.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-8859-7.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-8859-8.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-8859-9.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-8859-9E.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-10.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-100.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-101.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-102.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-103.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-109.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-11.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-110.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-111.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-121.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-122.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-123.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-126.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-127.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-128.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-138.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-139.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-14.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-141.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-142.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-143.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-144.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-146.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-147.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-148.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-15.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-150.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-151.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-152.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-153.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-154.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-155.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-156.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-157.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-158.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-16.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-166.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-17.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-170.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-179.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-18.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-19.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-197.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-209.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-21.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-226.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-25.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-27.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-37.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-4.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-47.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-49.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-50.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-51.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-54.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-55.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-57.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-6.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-60.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-61.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-69.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-70.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-8-1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-84.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-85.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-86.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-88.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-89.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-9-1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-90.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-92.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-98.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO-IR-99.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-CA.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-CA2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-CN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-CU.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-DE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-DK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-ES.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-ES2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-FI.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-FR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-FR1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-GB.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-HU.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-IT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-JP-OCR-B.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-JP.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-KR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-NO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-NO2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-PT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-PT2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-SE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-SE2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-US.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO646-YU.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO6937.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_10367-BOX.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_11548-1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_2033-1983.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_5427%3A1981.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_5427-EXT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_5427.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_5428%3A1980.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_5428.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_646%2EBASIC%3A1983.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_646%2EBASIC.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_646%2EIRV%3A1983.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_646%2EIRV%3A1991.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_646%2EIRV.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_6937%3A1992.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_6937-2%3A1983.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_6937-2-25.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_6937-2-ADD.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_6937.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-1%3A1987.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-10%3A1992.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-10.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-15.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-16%3A2001.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-16.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-2%3A1987.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-3%3A1988.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-3.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-4%3A1988.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-4.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-5%3A1988.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-5.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-6%3A1987.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-6.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-7%3A1987.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-7%3A2003.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-7.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-8%3A1988.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-8.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-9%3A1989.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-9.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_8859-SUPP.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ISO_9036.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/IT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/JIS_C6220-1969-RO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/JIS_C6229-1984-B.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/JIS_X0201.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/JOHAB.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/JP-OCR-B.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/JP.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/JS.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/JUS_I%2EB1%2E002.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/JUS_I%2EB1%2E003-MAC.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/JUS_I%2EB1%2E003-SERB.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/KOI-7.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/KOI-8.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/KOI8-R.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/KOI8-RU.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/KOI8-T.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/KOI8-U.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/KSC5636.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/L1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/L10.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/L2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/L3.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/L4.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/L5.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/L6.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/L7.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/L8.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/LAP.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/LATIN-9.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/LATIN-GREEK-1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/LATIN-GREEK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/LATIN-LAP.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/LATIN1-2-5.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/LATIN1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/LATIN10.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/LATIN2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/LATIN3.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/LATIN4.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/LATIN5.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/LATIN6.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/LATIN7.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/LATIN8.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/MAC-CYRILLIC.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/MAC-IS.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/MAC-SAMI.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/MAC-UK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/MAC.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/MACEDONIAN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/MACINTOSH.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/MIK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/MS-ANSI.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/MS-ARAB.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/MS-CYRL.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/MS-EE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/MS-GREEK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/MS-HEBR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/MS-TURK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/MS936.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/MSZ_7795%2E3.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/NAPLPS.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/NATS-DANO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/NATS-SEFI.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/NC_NC00-10%3A81.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/NC_NC00-10.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/NEXT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/NEXTSTEP.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/NF_Z_62-010.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/NF_Z_62-010_%281973%29.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/NO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/NO2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/NS_4551-1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/NS_4551-2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/OS2LATIN1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/PT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/PT154.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/PT2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/R8.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/R9.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/REF.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/RK1048.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ROMAN8.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ROMAN9.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/RUSCII.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/SAMI.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/SE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/SE2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/SEN_850200_B.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/SEN_850200_C.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/SERBIAN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/SHIFT_JIS.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/SHIFT_JISX0213.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/SJIS.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/SS636127.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/STRK1048-2002.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/ST_SEV_358-88.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/T%2E101-G2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/T%2E61-7BIT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/T%2E61-8BIT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/T%2E61.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/TCVN-5712.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/TCVN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/TCVN5712-1%3A1993.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/TCVN5712-1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/THAI8.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/TIS-620.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/TIS620%2E2529-1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/TIS620%2E2533-0.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/TIS620-0.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/TIS620.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/TURKISH8.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/UK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/US-ASCII.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/US.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/UTF-8.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/VIDEOTEX-SUPPL.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/VISCII.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/WIN-SAMI-2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/WINBALTRIM.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/WINDOWS-31J.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/WINDOWS-874.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/WINDOWS-936.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/WINDOWS-SAMI2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/WS2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/X0201.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/charmaps/YU.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/ASCII_Hex_Digit.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/ASCII_Hex_Digit_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Alphabetic.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Alphabetic_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Bidi_Control.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Bidi_Control_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Default_Ignorable_Code_Point.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Default_Ignorable_Code_Point_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Deprecated.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Deprecated_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Diacritic.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Diacritic_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Extender.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Extender_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Grapheme_Base.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Grapheme_Base_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Grapheme_Extend.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Grapheme_Extend_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Grapheme_Link.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Grapheme_Link_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Hex_Digit.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Hex_Digit_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Hyphen.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Hyphen_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/IDS_Binary_Operator.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/IDS_Binary_Operator_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/IDS_Trinary_Operator.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/IDS_Trinary_Operator_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/ID_Continue.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/ID_Continue_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/ID_Start.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/ID_Start_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Ideographic.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Ideographic_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Join_Control.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Join_Control_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Logical_Order_Exception.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Logical_Order_Exception_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Lowercase.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Lowercase_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Math.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Math_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Noncharacter_Code_Point.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Noncharacter_Code_Point_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Other_Alphabetic.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Other_Alphabetic_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Other_Default_Ignorable_Code_Point.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Other_Default_Ignorable_Code_Point_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Other_Grapheme_Extend.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Other_Grapheme_Extend_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Other_Lowercase.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Other_Lowercase_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Other_Math.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Other_Math_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Other_Uppercase.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Other_Uppercase_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Quotation_Mark.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Quotation_Mark_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Radical.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Radical_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Soft_Dotted.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Soft_Dotted_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Terminal_Punctuation.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Terminal_Punctuation_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Unified_Ideograph.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Unified_Ideograph_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Uppercase.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/Uppercase_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/White_Space.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/White_Space_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/XID_Continue.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/XID_Continue_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/XID_Start.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/XID_Start_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/acset.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/age.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/allkeys.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/case_folding.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/combined_class.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/combined_class_map.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/composition.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/composition_exclusion.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/composition_exclusion_set.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/d1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/d2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/decomposition.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/general_category.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/general_category_map.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/iscsi_prohibited.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/map_b1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/map_b1b2.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/mib_prohibited.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/nameprep_prohibited.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/nodeprep_prohibited.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/resourceprep_prohibited.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/saslprep_map.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/saslprep_prohibited.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/scripts.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/scripts_map.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/special_casing.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/to_lower1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/to_title1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/to_upper1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/database/trace_prohibited.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/af.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/af_ZA.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/am.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/am_ET.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ar.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ar_AE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ar_BH.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ar_DZ.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ar_EG.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ar_IN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ar_IQ.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ar_JO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ar_KW.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ar_LB.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ar_LY.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ar_MA.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ar_OM.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ar_QA.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ar_SA.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ar_SD.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ar_SY.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ar_TN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ar_YE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/az.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/az_AZ.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/be.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/be_BY.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/bg.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/bg_BG.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/bn.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/bn_IN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ca.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ca_ES.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ca_ES_PREEURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/cs.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/cs_CZ.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/da.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/da_DK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/de.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/de_AT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/de_AT_PREEURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/de_BE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/de_CH.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/de_DE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/de_DE_PREEURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/de_LI.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/de_LU.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/de_LU_PREEURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/de__PHONEBOOK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/div.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/div_MV.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/el.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/el_GR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/el_GR_PREEURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_AS.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_AU.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_BE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_BE_PREEURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_BW.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_BZ.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_CA.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_GB.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_GB_EURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_GU.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_HK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_IE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_IE_PREEURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_IN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_JM.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_MH.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_MP.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_MT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_NZ.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_PH.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_SG.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_TT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_UM.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_US.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_US_POSIX.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_VI.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_ZA.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/en_ZW.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/eo.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_AR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_BO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_CL.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_CO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_CR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_DO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_EC.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_ES.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_ES_PREEURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_GT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_HN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_MX.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_NI.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_PA.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_PE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_PR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_PY.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_SV.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_US.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_UY.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es_VE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/es__TRADITIONAL.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/et.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/et_EE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/eu.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/eu_ES.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/eu_ES_PREEURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/fa.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/fa_IN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/fa_IR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/fi.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/fi_FI.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/fi_FI_PREEURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/fo.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/fo_FO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/fr.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/fr_BE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/fr_BE_PREEURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/fr_CA.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/fr_CH.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/fr_FR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/fr_FR_PREEURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/fr_LU.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/fr_LU_PREEURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/fr_MC.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ga.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ga_IE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ga_IE_PREEURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/gl.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/gl_ES.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/gl_ES_PREEURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/gu.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/gu_IN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/gv.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/gv_GB.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/he.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/he_IL.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/hi.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/hi_IN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/hi__DIRECT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/hr.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/hr_HR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/hu.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/hu_HU.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/hy.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/hy_AM.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/hy_AM_REVISED.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/id.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/id_ID.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/index.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/is.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/is_IS.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/it.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/it_CH.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/it_IT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/it_IT_PREEURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/iw.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/iw_IL.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ja.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ja_JP.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ka.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ka_GE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/kk.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/kk_KZ.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/kl.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/kl_GL.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/kn.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/kn_IN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ko.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ko_KR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/kok.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/kok_IN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/kw.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/kw_GB.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ky.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ky_KG.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/lt.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/lt_LT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/lv.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/lv_LV.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/mk.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/mk_MK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/mn.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/mn_MN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/mr.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/mr_IN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ms.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ms_BN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ms_MY.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/mt.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/mt_MT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/nb.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/nb_NO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/nl.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/nl_BE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/nl_BE_PREEURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/nl_NL.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/nl_NL_PREEURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/nn.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/nn_NO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/no.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/no_NO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/no_NO_NY.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/om.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/om_ET.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/om_KE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/pa.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/pa_IN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/pl.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/pl_PL.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/pt.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/pt_BR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/pt_PT.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/pt_PT_PREEURO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ro.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ro_RO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/root.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ru.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ru_RU.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ru_UA.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/sa.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/sa_IN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/sh.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/sh_YU.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/sk.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/sk_SK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/sl.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/sl_SI.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/so.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/so_DJ.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/so_ET.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/so_KE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/so_SO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/sq.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/sq_AL.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/sr.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/sr_YU.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/sv.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/sv_FI.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/sv_SE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/sw.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/sw_KE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/sw_TZ.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/syr.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/syr_SY.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ta.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ta_IN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/te.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/te_IN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/test_1.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/th.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/th_TH.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ti.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ti_ER.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ti_ET.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/tr.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/tr_TR.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/tt.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/tt_RU.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/uk.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/uk_UA.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ur.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/ur_PK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/uz.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/uz_UZ.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/vi.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/vi_VN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/zh.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/zh_CN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/zh_HK.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/zh_MO.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/zh_SG.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/zh_TW.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/zh_TW_STROKE.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/locales/zh__PINYIN.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/mappings/cns11643.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/mappings/gb2312.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/mappings/iso88597.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/mappings/jisx0201.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/mappings/jisx0208.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/mappings/jisx0212.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile/mappings/ksc5601.mar Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/doc/camomile/CHANGES.md Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/doc/camomile/LICENSE.md Installing /home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/doc/camomile/README.md >>> ocaml-camomile-dev*: Running split function dev... '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/camomile_yuge.cmxa' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/camomile_yuge.cmxa' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/dyn/camomileLibraryDyn.cmxa' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/dyn/camomileLibraryDyn.cmxa' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/dyn/camomileLibraryDyn.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/dyn/camomileLibraryDyn.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/iSet.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/iSet.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__OOChannel.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__OOChannel.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UNF.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__UNF.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__XArray.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__XArray.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCharTbl.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__UCharTbl.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/bytesvect.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/bytesvect.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uMap.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/uMap.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uLine.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/uLine.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Unimap.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__Unimap.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uChar.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/uChar.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UText.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__UText.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/avlTree.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/avlTree.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__ConfigInt.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__ConfigInt.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uTF8.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/uTF8.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__URe.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__URe.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/iMap.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/iMap.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Tbl31.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__Tbl31.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__SubText.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__SubText.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/unidata.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/unidata.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__ULine.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__ULine.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__USet.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__USet.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/bitsvect.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/bitsvect.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/stringPrep_data.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/stringPrep_data.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/xArray.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/xArray.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/subText.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/subText.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uCol.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/uCol.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Database.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__Database.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/hangul.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/hangul.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uCharTbl.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/uCharTbl.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/xString.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/xString.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uReStrParser.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/uReStrParser.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Hangul.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__Hangul.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UReStr.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__UReStr.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UChar.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__UChar.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/oOChannel.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/oOChannel.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/caseMap.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/caseMap.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/unimap.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/unimap.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__IMap.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__IMap.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary.cmxa' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary.cmxa' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__StringPrep.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__StringPrep.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCS4.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__UCS4.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Charmap.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__Charmap.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Bitsvect.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__Bitsvect.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__XString.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__XString.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UTF16.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__UTF16.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Bytesvect.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__Bytesvect.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__StringPrep_data.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__StringPrep_data.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__AvlTree.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__AvlTree.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCol.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__UCol.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UnicodeString.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__UnicodeString.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UReStrLexer.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__UReStrLexer.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uSet.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/uSet.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uCharInfo.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/uCharInfo.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Locale.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__Locale.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uText.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/uText.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Byte_labeled_dag.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__Byte_labeled_dag.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__Unidata.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__Unidata.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/charmap.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/charmap.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uPervasives.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/uPervasives.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UTF8.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__UTF8.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UMap.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__UMap.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uCS4.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/uCS4.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uTF16.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/uTF16.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__CharEncoding.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__CharEncoding.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/byte_labeled_dag.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/byte_labeled_dag.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uNF.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/uNF.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/database.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/database.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UReStrParserType.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__UReStrParserType.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/locale.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/locale.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UReStrParser.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__UReStrParser.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uRe.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/uRe.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__ISet.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__ISet.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UCharInfo.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__UCharInfo.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__CaseMap.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__CaseMap.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/camomileLibrary__UPervasives.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/camomileLibrary__UPervasives.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/tbl31.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/tbl31.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/stringPrep.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/stringPrep.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/uReStr.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/uReStr.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/library/charEncoding.mli' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/library/charEncoding.mli' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/lib_default/camomileLibraryDefault.cmxa' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/lib_default/camomileLibraryDefault.cmxa' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/lib_default/camomileLibraryDefault.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/lib_default/camomileLibraryDefault.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/camomile_do_not_use.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/camomile_do_not_use.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig__.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig__.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig__InstallConfig.cmx' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig__InstallConfig.cmx' '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig.cmxa' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-dev/usr/lib/ocaml/camomile/default_config/camomileDefaultConfig.cmxa' >>> ocaml-camomile-dev*: Preparing subpackage ocaml-camomile-dev... >>> ocaml-camomile-dev*: Stripping binaries >>> ocaml-camomile-dev*: Running postcheck for ocaml-camomile-dev >>> ocaml-camomile-data*: Running split function data... '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile/usr/share/camomile' -> '/home/buildozer/aports/testing/ocaml-camomile/pkg/ocaml-camomile-data/usr/share/camomile' >>> ocaml-camomile-data*: Preparing subpackage ocaml-camomile-data... >>> ocaml-camomile-data*: Running postcheck for ocaml-camomile-data >>> ocaml-camomile*: Running postcheck for ocaml-camomile >>> ocaml-camomile*: Preparing package ocaml-camomile... >>> ocaml-camomile*: Stripping binaries >>> ocaml-camomile-data*: Scanning shared objects >>> ocaml-camomile-dev*: Scanning shared objects >>> ocaml-camomile*: Scanning shared objects >>> ocaml-camomile-data*: Tracing dependencies... >>> ocaml-camomile-data*: Package size: 24.1 MB >>> ocaml-camomile-data*: Compressing data... >>> ocaml-camomile-data*: Create checksum... >>> ocaml-camomile-data*: Create ocaml-camomile-data-1.0.2-r0.apk >>> ocaml-camomile-dev*: Tracing dependencies... >>> ocaml-camomile-dev*: Package size: 1.7 MB >>> ocaml-camomile-dev*: Compressing data... >>> ocaml-camomile-dev*: Create checksum... >>> ocaml-camomile-dev*: Create ocaml-camomile-dev-1.0.2-r0.apk >>> ocaml-camomile*: Tracing dependencies... ocaml-camomile-data=1.0.2-r0 ocaml-runtime so:libc.musl-armhf.so.1 >>> ocaml-camomile*: Package size: 3.3 MB >>> ocaml-camomile*: Compressing data... >>> ocaml-camomile*: Create checksum... >>> ocaml-camomile*: Create ocaml-camomile-1.0.2-r0.apk >>> ocaml-camomile: Build complete at Fri, 13 May 2022 01:30:47 +0000 elapsed time 0h 0m 10s >>> ocaml-camomile: Cleaning up srcdir >>> ocaml-camomile: Cleaning up pkgdir >>> ocaml-camomile: Uninstalling dependencies... (1/7) Purging .makedepends-ocaml-camomile (20220513.013038) (2/7) Purging dune (3.1.1-r0) (3/7) Purging ocaml-compiler-libs (4.14.0-r0) (4/7) Purging ocaml-cppo (1.6.8-r0) (5/7) Purging ocaml-findlib (1.9.3-r0) (6/7) Purging ocaml (4.14.0-r0) (7/7) Purging ocaml-runtime (4.14.0-r0) Executing busybox-1.35.0-r13.trigger OK: 300 MiB in 98 packages >>> ocaml-camomile: Updating the testing/armhf repository index... >>> ocaml-camomile: Signing the index...