------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=6.5 UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=unknown UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 LANG=C HOME=/root USER=root TERM=dumb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: showconfig ------------------------------------------------------------------------------- ===> The following configuration options are available for ocaml-camomile-1.0.2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- MAKE=gmake XDG_DATA_HOME=/construction/devel/ocaml-camomile XDG_CONFIG_HOME=/construction/devel/ocaml-camomile XDG_CACHE_HOME=/construction/devel/ocaml-camomile/.cache HOME=/construction/devel/ocaml-camomile TMPDIR="/tmp" PATH=/construction/devel/ocaml-camomile/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/devel/ocaml-camomile/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- LIBDIR="lib/ocaml/site-lib" XDG_DATA_HOME=/construction/devel/ocaml-camomile XDG_CONFIG_HOME=/construction/devel/ocaml-camomile XDG_CACHE_HOME=/construction/devel/ocaml-camomile/.cache HOME=/construction/devel/ocaml-camomile TMPDIR="/tmp" PATH=/construction/devel/ocaml-camomile/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/devel/ocaml-camomile/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ARGS ------------------------------------------------------------------------------- DESTDIR=/construction/devel/ocaml-camomile/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- PORTDOCS="" OCAML_SITELIBDIR="lib/ocaml/site-lib" OSREL=6.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/ocaml/camomile" EXAMPLESDIR="share/examples/camomile" DATADIR="share/camomile" WWWDIR="www/camomile" ETCDIR="etc/camomile" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/camomile DOCSDIR=/usr/local/share/doc/ocaml/camomile EXAMPLESDIR=/usr/local/share/examples/camomile WWWDIR=/usr/local/www/camomile ETCDIR=/usr/local/etc/camomile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes DFLY_STING_XFAIL=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_COMPRESSION_FORMAT=.tgz DEVELOPER=1 WITH_CCACHE_BUILD=yes CCACHE_DIR=/ccache UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=600503 OSVERSION=9999999 OSREL=6.5 _OSRELEASE=6.5-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=13 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/liblz4-1.9.4,1.pkg Installing /packages/All/zstd-1.5.5.pkg Installing /packages/All/indexinfo-0.3.1.pkg Installing /packages/All/gettext-runtime-0.21.1.pkg Installing /packages/All/binutils-2.40_4,1.pkg Installing /packages/All/libXau-1.0.9.pkg Installing /packages/All/xorgproto-2022.1_1.pkg Installing /packages/All/libXdmcp-1.1.3.pkg Installing /packages/All/libxcb-1.15_1.pkg Installing /packages/All/libX11-1.8.6,1.pkg Installing /packages/All/ocaml-4.07.1.pkg Installing /packages/All/brotli-1.0.9,1.pkg Installing /packages/All/png-1.6.39.pkg Installing /packages/All/freetype2-2.12.1_2.pkg ===== Message from freetype2-2.12.1_2: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed). Installing /packages/All/expat-2.5.0.pkg Installing /packages/All/fontconfig-2.14.2,1.pkg Running fc-cache to build fontconfig cache... Installing /packages/All/tcl86-8.6.13.pkg Installing /packages/All/libXext-1.3.4,1.pkg Installing /packages/All/libXrender-0.9.10_2.pkg Installing /packages/All/libXft-2.3.7.pkg Installing /packages/All/libXScrnSaver-1.2.4.pkg Installing /packages/All/tk86-8.6.13.pkg Installing /packages/All/ocaml-labltk-8.06.5.pkg Installing /packages/All/ocaml-findlib-1.8.1.pkg Installing /packages/All/ocaml-dune-1.11.4.pkg Installing /packages/All/gmake-4.3_2.pkg Installing /packages/All/ccache-3.7.12_4.pkg Create compiler links... create symlink for cc create symlink for cc (world) create symlink for c++ create symlink for c++ (world) create symlink for CC create symlink for CC (world) create symlink for gcc create symlink for gcc (world) create symlink for g++ create symlink for g++ (world) ===== Message from ccache-3.7.12_4: -- NOTE: Please read /usr/local/share/doc/ccache/ccache-howto-freebsd.txt for information on using ccache with FreeBSD ports and src. SUCCEEDED 00:00:12 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ocaml-camomile-1.0.2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> ocaml-camomile-1.0.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ocaml-camomile-1.0.2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> ocaml-camomile-1.0.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ocaml-camomile-1.0.2 for building => SHA256 Checksum OK for yoriyuki-Camomile-1.0.2_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- ===> ocaml-camomile-1.0.2 depends on file: /usr/local/bin/ocamlc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> ocaml-camomile-1.0.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ocaml-camomile-1.0.2 for building ===> Extracting for ocaml-camomile-1.0.2 => SHA256 Checksum OK for yoriyuki-Camomile-1.0.2_GH0.tar.gz. ===> ocaml-camomile-1.0.2 depends on file: /usr/local/bin/ocamlc - found Extracted Memory Use: 38.68M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- ===> ocaml-camomile-1.0.2 depends on file: /usr/local/bin/ocamlc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ocaml-camomile-1.0.2 ===> ocaml-camomile-1.0.2 depends on file: /usr/local/bin/ocamlc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> ocaml-camomile-1.0.2 depends on executable: jbuilder - found ===> ocaml-camomile-1.0.2 depends on file: /usr/local/bin/ocamlc - found ===> ocaml-camomile-1.0.2 depends on package: gmake>=4.3 - found ===> ocaml-camomile-1.0.2 depends on file: /usr/local/bin/ccache - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> ocaml-camomile-1.0.2 depends on executable: jbuilder - found ===> ocaml-camomile-1.0.2 depends on file: /usr/local/bin/ocamlc - found ===> ocaml-camomile-1.0.2 depends on package: gmake>=4.3 - found ===> ocaml-camomile-1.0.2 depends on file: /usr/local/bin/ccache - found ===> Configuring for ocaml-camomile-1.0.2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ocaml-camomile-1.0.2 gmake[1]: Entering directory '/construction/devel/ocaml-camomile/Camomile-1.0.2' dune build @install ocamlyacc Camomile/internal/uReStrParser.{ml,mli} 4 shift/reduce conflicts. camomilelocaledef Camomile/locales/ar.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/az.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/div.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/el.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/fa.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/hi.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/hi__DIRECT.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/he.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/gu.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/kk.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/ka.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/kn.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/ky.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/mn.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/mr.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/ja.mar Warning : strength option is not supported camomilelocaledef Camomile/locales/pa.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/sa.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/te.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/ta.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/syr.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/ur.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/th.mar Warning : file loading is not supported. Warning : normalization option is not supported camomilelocaledef Camomile/locales/tt.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/vi.mar Warning : normalization option is not supported camomilelocaledef Camomile/locales/uz.mar Warning : normalization option is not supported gmake[1]: Leaving directory '/construction/devel/ocaml-camomile/Camomile-1.0.2' SUCCEEDED 00:00:24 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> ocaml-camomile-1.0.2 depends on file: /usr/local/bin/ocamlc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ocaml-camomile-1.0.2 ===> ocaml-camomile-1.0.2 depends on file: /usr/local/bin/ocamlc - found ===> Generating temporary packing list gmake[1]: Entering directory '/construction/devel/ocaml-camomile/Camomile-1.0.2' dune install --prefix /usr/local --libdir lib/ocaml/site-lib Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/META Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/camomile_do_not_use.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/camomile_do_not_use.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/camomile_do_not_use.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/camomile_do_not_use.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/camomile_yuge.a Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/camomile_yuge.cma Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/camomile_yuge.cmxa Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/camomile_yuge.cmxs Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/default_config/camomileDefaultConfig.a Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/default_config/camomileDefaultConfig.cma Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/default_config/camomileDefaultConfig.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/default_config/camomileDefaultConfig.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/default_config/camomileDefaultConfig.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/default_config/camomileDefaultConfig.cmxa Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/default_config/camomileDefaultConfig.cmxs Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/default_config/camomileDefaultConfig.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/default_config/camomileDefaultConfig__.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/default_config/camomileDefaultConfig__.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/default_config/camomileDefaultConfig__.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/default_config/camomileDefaultConfig__.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/default_config/camomileDefaultConfig__InstallConfig.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/default_config/camomileDefaultConfig__InstallConfig.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/default_config/camomileDefaultConfig__InstallConfig.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/default_config/installConfig.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/dune-package Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/dyn/camomileLibraryDyn.a Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/dyn/camomileLibraryDyn.cma Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/dyn/camomileLibraryDyn.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/dyn/camomileLibraryDyn.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/dyn/camomileLibraryDyn.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/dyn/camomileLibraryDyn.cmxa Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/dyn/camomileLibraryDyn.cmxs Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/dyn/camomileLibraryDyn.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/lib_default/camomileLibraryDefault.a Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/lib_default/camomileLibraryDefault.cma Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/lib_default/camomileLibraryDefault.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/lib_default/camomileLibraryDefault.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/lib_default/camomileLibraryDefault.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/lib_default/camomileLibraryDefault.cmxa Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/lib_default/camomileLibraryDefault.cmxs Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/lib_default/camomileLibraryDefault.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/avlTree.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/avlTree.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/bitsvect.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/bitsvect.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/byte_labeled_dag.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/byte_labeled_dag.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/bytesvect.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/bytesvect.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary.a Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary.cma Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary.cmxa Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary.cmxs Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__AvlTree.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__AvlTree.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__AvlTree.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__AvlTree.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Bitsvect.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Bitsvect.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Bitsvect.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Bitsvect.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Byte_labeled_dag.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Byte_labeled_dag.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Byte_labeled_dag.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Byte_labeled_dag.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Bytesvect.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Bytesvect.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Bytesvect.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Bytesvect.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__CaseMap.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__CaseMap.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__CaseMap.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__CaseMap.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__CharEncoding.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__CharEncoding.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__CharEncoding.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__CharEncoding.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Charmap.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Charmap.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Charmap.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Charmap.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__ConfigInt.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__ConfigInt.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__ConfigInt.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Database.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Database.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Database.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Database.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Hangul.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Hangul.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Hangul.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Hangul.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__IMap.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__IMap.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__IMap.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__IMap.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__ISet.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__ISet.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__ISet.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__ISet.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Locale.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Locale.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Locale.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Locale.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__OOChannel.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__OOChannel.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__OOChannel.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__OOChannel.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__StringPrep.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__StringPrep.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__StringPrep.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__StringPrep.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__StringPrep_data.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__StringPrep_data.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__StringPrep_data.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__StringPrep_data.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__SubText.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__SubText.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__SubText.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__SubText.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Tbl31.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Tbl31.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Tbl31.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Tbl31.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UCS4.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UCS4.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UCS4.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UCS4.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UChar.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UChar.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UChar.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UChar.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UCharInfo.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UCharInfo.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UCharInfo.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UCharInfo.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UCharTbl.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UCharTbl.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UCharTbl.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UCharTbl.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UCol.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UCol.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UCol.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UCol.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__ULine.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__ULine.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__ULine.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__ULine.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UMap.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UMap.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UMap.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UMap.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UNF.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UNF.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UNF.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UNF.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UPervasives.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UPervasives.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UPervasives.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UPervasives.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__URe.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__URe.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__URe.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__URe.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UReStr.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UReStr.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UReStr.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UReStr.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UReStrLexer.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UReStrLexer.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UReStrLexer.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UReStrParser.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UReStrParser.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UReStrParser.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UReStrParser.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UReStrParserType.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UReStrParserType.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UReStrParserType.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__USet.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__USet.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__USet.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__USet.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UTF16.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UTF16.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UTF16.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UTF16.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UTF8.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UTF8.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UTF8.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UTF8.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UText.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UText.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UText.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UText.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UnicodeString.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UnicodeString.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__UnicodeString.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Unidata.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Unidata.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Unidata.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Unidata.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Unimap.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Unimap.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Unimap.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__Unimap.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__XArray.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__XArray.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__XArray.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__XArray.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__XString.cmi Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__XString.cmt Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__XString.cmti Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/camomileLibrary__XString.cmx Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/caseMap.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/caseMap.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/charEncoding.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/charEncoding.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/charmap.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/charmap.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/configInt.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/database.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/database.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/hangul.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/hangul.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/iMap.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/iMap.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/iSet.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/iSet.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/locale.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/locale.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/oOChannel.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/oOChannel.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/stringPrep.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/stringPrep.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/stringPrep_data.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/stringPrep_data.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/subText.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/subText.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/tbl31.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/tbl31.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uCS4.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uCS4.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uChar.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uChar.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uCharInfo.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uCharInfo.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uCharTbl.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uCharTbl.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uCol.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uCol.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uLine.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uLine.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uMap.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uMap.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uNF.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uNF.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uPervasives.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uPervasives.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uRe.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uRe.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uReStr.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uReStr.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uReStrLexer.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uReStrParser.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uReStrParser.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uReStrParserType.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uSet.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uSet.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uTF16.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uTF16.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uTF8.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uTF8.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uText.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/uText.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/unicodeString.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/unidata.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/unidata.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/unimap.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/unimap.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/xArray.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/xArray.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/xString.ml Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/library/xString.mli Installing /construction/devel/ocaml-camomile/stage/usr/local/lib/ocaml/site-lib/camomile/opam Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/1026.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/1047.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/437.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/500.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/500V1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/850.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/851.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/852.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/855.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/856.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/857.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/860.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/861.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/862.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/863.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/865.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/866.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/866NAV.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/869.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/904.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ANSI_X3%2E110-1983.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ANSI_X3%2E4-1968.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ANSI_X3%2E4-1986.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ARABIC.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ARABIC7.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ARMSCII-8.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ASCII.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ASMO-708.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ASMO_449.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/BIG5-CP950.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/BIG5-HKSCS.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/BIG5.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/BIG5HKSCS.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/BRF.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/BS_4730.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/BS_VIEWDATA.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CA.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP-AR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP-GR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP-HU.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP-IS.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP037.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP038.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP10007.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1004.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1026.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1047.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1124.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1125.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1129.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1132.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1133.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1160.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1161.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1163.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1164.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1250.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1251.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1252.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1253.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1254.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1255.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1256.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1257.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP1258.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP273.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP274.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP275.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP278.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP280.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP281.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP284.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP285.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP290.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP297.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP367.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP420.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP423.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP424.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP437.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP500.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP737.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP775.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP819.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP850.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP851.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP852.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP855.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP856.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP857.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP860.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP861.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP862.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP863.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP864.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP865.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP866.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP866NAV.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP868.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP869.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP870.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP871.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP874.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP875.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP880.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP891.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP903.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP904.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP905.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP918.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP922.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP932.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP936.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CP949.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CSA7-1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CSA7-2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CSA_T500-1983.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CSA_Z243%2E4-1985-1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CSA_Z243%2E4-1985-2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CSA_Z243%2E4-1985-GR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CSN_369103.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CUBA.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CWI-2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CWI.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/CYRILLIC.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/Cyrillic-Asian.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/DE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/DEC-MCS.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/DEC.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/DIN_66003.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/DK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/DS2089.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/DS_2089.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/E13B.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-AT-DE-A.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-AT-DE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-BE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-BR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CA-FR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-AR1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-AR2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-BE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-CA.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-CH.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-DK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-ES.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-FI.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-FR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-GB.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-GR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-HE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-IS.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-IT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-NL.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-NO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-ROECE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-SE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-TR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-US.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-WT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CP-YU.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-CYRILLIC.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-DK-NO-A.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-DK-NO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-ES-A.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-ES-S.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-ES.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-FI-SE-A.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-FI-SE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-FR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-GREEK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-INT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-INT1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-IS-FRISS.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-IT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-JP-E.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-JP-KANA.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-PT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-UK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EBCDIC-US.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ECMA-114.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ECMA-118.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ECMA-CYRILLIC.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ELOT_928.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ES.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ES2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EUC-JISX0213.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EUC-JP-MS.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EUC-JP.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EUC-KR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/EUC-TW.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/FI.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/FR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/FRISS.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/GB.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/GB18030.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/GB2312.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/GBK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/GB_1988-80.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/GEORGIAN-ACADEMY.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/GEORGIAN-PS.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/GOST_19768-74.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/GREEK-CCITT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/GREEK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/GREEK7-OLD.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/GREEK7.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/GREEK8.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/HEBREW.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/HP-GREEK8.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/HP-ROMAN8.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/HP-ROMAN9.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/HP-THAI8.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/HP-TURKISH8.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/HU.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM-1047.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM037.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM038.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM1004.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM1026.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM1047.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM1124.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM1129.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM1132.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM1133.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM1160.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM1161.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM1162.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM1163.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM1164.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM256.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM273.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM274.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM275.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM277.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM278.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM280.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM281.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM284.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM285.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM290.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM297.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM367.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM420.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM423.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM424.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM437.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM500.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM819.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM848.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM850.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM851.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM852.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM855.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM856.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM857.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM860.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM861.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM862.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM863.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM864.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM865.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM866.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM866NAV.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM868.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM869.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM870.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM871.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM874.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM875.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM880.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM891.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM903.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM904.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM905.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM918.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IBM922.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IEC_P27-1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/INIS-8.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/INIS-CYRILLIC.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/INIS.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/INVARIANT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IRV.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISIRI-3342.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO%2FTR_11548-1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-10646%2FUTF-8.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-8859-1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-8859-10.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-8859-11.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-8859-13.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-8859-14.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-8859-15.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-8859-16.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-8859-2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-8859-3.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-8859-4.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-8859-5.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-8859-6.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-8859-7.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-8859-8.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-8859-9.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-8859-9E.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-10.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-100.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-101.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-102.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-103.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-109.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-11.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-110.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-111.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-121.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-122.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-123.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-126.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-127.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-128.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-138.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-139.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-14.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-141.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-142.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-143.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-144.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-146.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-147.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-148.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-15.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-150.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-151.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-152.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-153.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-154.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-155.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-156.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-157.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-158.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-16.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-166.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-17.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-170.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-179.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-18.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-19.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-197.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-209.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-21.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-226.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-25.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-27.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-37.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-4.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-47.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-49.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-50.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-51.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-54.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-55.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-57.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-6.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-60.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-61.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-69.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-70.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-8-1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-84.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-85.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-86.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-88.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-89.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-9-1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-90.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-92.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-98.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO-IR-99.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-CA.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-CA2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-CN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-CU.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-DE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-DK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-ES.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-ES2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-FI.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-FR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-FR1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-GB.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-HU.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-IT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-JP-OCR-B.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-JP.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-KR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-NO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-NO2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-PT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-PT2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-SE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-SE2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-US.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO646-YU.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO6937.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_10367-BOX.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_11548-1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_2033-1983.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_5427%3A1981.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_5427-EXT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_5427.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_5428%3A1980.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_5428.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_646%2EBASIC%3A1983.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_646%2EBASIC.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_646%2EIRV%3A1983.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_646%2EIRV%3A1991.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_646%2EIRV.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_6937%3A1992.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_6937-2%3A1983.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_6937-2-25.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_6937-2-ADD.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_6937.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-1%3A1987.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-10%3A1992.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-10.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-15.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-16%3A2001.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-16.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-2%3A1987.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-3%3A1988.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-3.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-4%3A1988.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-4.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-5%3A1988.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-5.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-6%3A1987.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-6.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-7%3A1987.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-7%3A2003.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-7.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-8%3A1988.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-8.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-9%3A1989.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-9.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_8859-SUPP.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ISO_9036.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/IT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/JIS_C6220-1969-RO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/JIS_C6229-1984-B.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/JIS_X0201.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/JOHAB.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/JP-OCR-B.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/JP.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/JS.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/JUS_I%2EB1%2E002.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/JUS_I%2EB1%2E003-MAC.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/JUS_I%2EB1%2E003-SERB.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/KOI-7.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/KOI-8.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/KOI8-R.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/KOI8-RU.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/KOI8-T.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/KOI8-U.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/KSC5636.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/L1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/L10.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/L2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/L3.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/L4.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/L5.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/L6.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/L7.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/L8.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/LAP.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/LATIN-9.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/LATIN-GREEK-1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/LATIN-GREEK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/LATIN-LAP.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/LATIN1-2-5.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/LATIN1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/LATIN10.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/LATIN2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/LATIN3.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/LATIN4.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/LATIN5.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/LATIN6.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/LATIN7.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/LATIN8.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/MAC-CYRILLIC.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/MAC-IS.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/MAC-SAMI.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/MAC-UK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/MAC.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/MACEDONIAN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/MACINTOSH.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/MIK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/MS-ANSI.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/MS-ARAB.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/MS-CYRL.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/MS-EE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/MS-GREEK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/MS-HEBR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/MS-TURK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/MS936.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/MSZ_7795%2E3.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/NAPLPS.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/NATS-DANO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/NATS-SEFI.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/NC_NC00-10%3A81.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/NC_NC00-10.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/NEXT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/NEXTSTEP.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/NF_Z_62-010.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/NF_Z_62-010_%281973%29.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/NO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/NO2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/NS_4551-1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/NS_4551-2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/OS2LATIN1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/PT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/PT154.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/PT2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/R8.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/R9.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/REF.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/RK1048.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ROMAN8.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ROMAN9.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/RUSCII.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/SAMI.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/SE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/SE2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/SEN_850200_B.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/SEN_850200_C.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/SERBIAN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/SHIFT_JIS.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/SHIFT_JISX0213.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/SJIS.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/SS636127.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/STRK1048-2002.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/ST_SEV_358-88.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/T%2E101-G2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/T%2E61-7BIT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/T%2E61-8BIT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/T%2E61.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/TCVN-5712.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/TCVN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/TCVN5712-1%3A1993.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/TCVN5712-1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/THAI8.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/TIS-620.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/TIS620%2E2529-1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/TIS620%2E2533-0.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/TIS620-0.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/TIS620.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/TURKISH8.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/UK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/US-ASCII.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/US.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/UTF-8.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/VIDEOTEX-SUPPL.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/VISCII.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/WIN-SAMI-2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/WINBALTRIM.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/WINDOWS-31J.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/WINDOWS-874.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/WINDOWS-936.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/WINDOWS-SAMI2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/WS2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/X0201.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/charmaps/YU.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/ASCII_Hex_Digit.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/ASCII_Hex_Digit_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Alphabetic.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Alphabetic_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Bidi_Control.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Bidi_Control_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Default_Ignorable_Code_Point.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Default_Ignorable_Code_Point_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Deprecated.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Deprecated_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Diacritic.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Diacritic_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Extender.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Extender_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Grapheme_Base.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Grapheme_Base_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Grapheme_Extend.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Grapheme_Extend_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Grapheme_Link.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Grapheme_Link_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Hex_Digit.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Hex_Digit_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Hyphen.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Hyphen_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/IDS_Binary_Operator.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/IDS_Binary_Operator_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/IDS_Trinary_Operator.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/IDS_Trinary_Operator_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/ID_Continue.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/ID_Continue_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/ID_Start.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/ID_Start_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Ideographic.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Ideographic_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Join_Control.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Join_Control_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Logical_Order_Exception.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Logical_Order_Exception_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Lowercase.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Lowercase_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Math.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Math_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Noncharacter_Code_Point.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Noncharacter_Code_Point_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Other_Alphabetic.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Other_Alphabetic_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Other_Default_Ignorable_Code_Point.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Other_Default_Ignorable_Code_Point_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Other_Grapheme_Extend.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Other_Grapheme_Extend_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Other_Lowercase.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Other_Lowercase_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Other_Math.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Other_Math_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Other_Uppercase.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Other_Uppercase_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Quotation_Mark.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Quotation_Mark_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Radical.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Radical_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Soft_Dotted.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Soft_Dotted_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Terminal_Punctuation.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Terminal_Punctuation_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Unified_Ideograph.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Unified_Ideograph_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Uppercase.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/Uppercase_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/White_Space.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/White_Space_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/XID_Continue.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/XID_Continue_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/XID_Start.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/XID_Start_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/acset.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/age.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/allkeys.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/case_folding.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/combined_class.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/combined_class_map.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/composition.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/composition_exclusion.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/composition_exclusion_set.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/d1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/d2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/decomposition.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/general_category.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/general_category_map.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/iscsi_prohibited.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/map_b1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/map_b1b2.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/mib_prohibited.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/nameprep_prohibited.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/nodeprep_prohibited.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/resourceprep_prohibited.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/saslprep_map.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/saslprep_prohibited.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/scripts.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/scripts_map.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/special_casing.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/to_lower1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/to_title1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/to_upper1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/database/trace_prohibited.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/af.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/af_ZA.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/am.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/am_ET.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ar.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ar_AE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ar_BH.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ar_DZ.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ar_EG.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ar_IN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ar_IQ.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ar_JO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ar_KW.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ar_LB.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ar_LY.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ar_MA.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ar_OM.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ar_QA.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ar_SA.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ar_SD.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ar_SY.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ar_TN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ar_YE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/az.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/az_AZ.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/be.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/be_BY.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/bg.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/bg_BG.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/bn.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/bn_IN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ca.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ca_ES.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ca_ES_PREEURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/cs.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/cs_CZ.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/da.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/da_DK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/de.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/de_AT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/de_AT_PREEURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/de_BE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/de_CH.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/de_DE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/de_DE_PREEURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/de_LI.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/de_LU.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/de_LU_PREEURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/de__PHONEBOOK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/div.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/div_MV.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/el.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/el_GR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/el_GR_PREEURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_AS.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_AU.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_BE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_BE_PREEURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_BW.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_BZ.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_CA.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_GB.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_GB_EURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_GU.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_HK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_IE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_IE_PREEURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_IN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_JM.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_MH.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_MP.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_MT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_NZ.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_PH.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_SG.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_TT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_UM.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_US.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_US_POSIX.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_VI.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_ZA.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/en_ZW.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/eo.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_AR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_BO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_CL.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_CO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_CR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_DO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_EC.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_ES.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_ES_PREEURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_GT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_HN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_MX.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_NI.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_PA.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_PE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_PR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_PY.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_SV.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_US.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_UY.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es_VE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/es__TRADITIONAL.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/et.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/et_EE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/eu.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/eu_ES.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/eu_ES_PREEURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/fa.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/fa_IN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/fa_IR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/fi.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/fi_FI.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/fi_FI_PREEURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/fo.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/fo_FO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/fr.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/fr_BE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/fr_BE_PREEURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/fr_CA.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/fr_CH.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/fr_FR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/fr_FR_PREEURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/fr_LU.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/fr_LU_PREEURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/fr_MC.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ga.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ga_IE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ga_IE_PREEURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/gl.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/gl_ES.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/gl_ES_PREEURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/gu.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/gu_IN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/gv.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/gv_GB.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/he.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/he_IL.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/hi.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/hi_IN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/hi__DIRECT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/hr.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/hr_HR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/hu.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/hu_HU.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/hy.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/hy_AM.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/hy_AM_REVISED.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/id.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/id_ID.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/index.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/is.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/is_IS.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/it.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/it_CH.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/it_IT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/it_IT_PREEURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/iw.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/iw_IL.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ja.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ja_JP.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ka.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ka_GE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/kk.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/kk_KZ.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/kl.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/kl_GL.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/kn.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/kn_IN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ko.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ko_KR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/kok.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/kok_IN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/kw.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/kw_GB.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ky.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ky_KG.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/lt.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/lt_LT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/lv.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/lv_LV.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/mk.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/mk_MK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/mn.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/mn_MN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/mr.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/mr_IN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ms.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ms_BN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ms_MY.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/mt.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/mt_MT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/nb.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/nb_NO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/nl.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/nl_BE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/nl_BE_PREEURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/nl_NL.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/nl_NL_PREEURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/nn.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/nn_NO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/no.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/no_NO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/no_NO_NY.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/om.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/om_ET.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/om_KE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/pa.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/pa_IN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/pl.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/pl_PL.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/pt.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/pt_BR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/pt_PT.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/pt_PT_PREEURO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ro.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ro_RO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/root.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ru.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ru_RU.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ru_UA.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/sa.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/sa_IN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/sh.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/sh_YU.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/sk.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/sk_SK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/sl.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/sl_SI.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/so.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/so_DJ.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/so_ET.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/so_KE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/so_SO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/sq.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/sq_AL.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/sr.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/sr_YU.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/sv.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/sv_FI.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/sv_SE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/sw.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/sw_KE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/sw_TZ.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/syr.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/syr_SY.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ta.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ta_IN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/te.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/te_IN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/test_1.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/th.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/th_TH.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ti.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ti_ER.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ti_ET.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/tr.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/tr_TR.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/tt.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/tt_RU.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/uk.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/uk_UA.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ur.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/ur_PK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/uz.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/uz_UZ.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/vi.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/vi_VN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/zh.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/zh_CN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/zh_HK.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/zh_MO.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/zh_SG.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/zh_TW.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/zh_TW_STROKE.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/locales/zh__PINYIN.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/mappings/cns11643.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/mappings/gb2312.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/mappings/iso88597.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/mappings/jisx0201.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/mappings/jisx0208.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/mappings/jisx0212.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/camomile/mappings/ksc5601.mar Installing /construction/devel/ocaml-camomile/stage/usr/local/share/doc/ocaml/camomile/CHANGES.md Installing /construction/devel/ocaml-camomile/stage/usr/local/share/doc/ocaml/camomile/LICENSE.md Installing /construction/devel/ocaml-camomile/stage/usr/local/share/doc/ocaml/camomile/README.md gmake[1]: Leaving directory '/construction/devel/ocaml-camomile/Camomile-1.0.2' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'lib/ocaml/site-lib/camomile/camomile_yuge.cmxs' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/ocaml/site-lib/camomile/default_config/camomileDefaultConfig.cmxs' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/ocaml/site-lib/camomile/dyn/camomileLibraryDyn.cmxs' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/ocaml/site-lib/camomile/lib_default/camomileLibraryDefault.cmxs' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/ocaml/site-lib/camomile/library/camomileLibrary.cmxs' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ocaml-camomile-1.0.2 file sizes/checksums [1258]: 0% file sizes/checksums [1258]: 7% file sizes/checksums [1258]: 15% file sizes/checksums [1258]: 23% file sizes/checksums [1258]: 31% file sizes/checksums [1258]: 39% file sizes/checksums [1258]: 47% file sizes/checksums [1258]: 55% file sizes/checksums [1258]: 63% file sizes/checksums [1258]: 71% file sizes/checksums [1258]: 79% file sizes/checksums [1258]: 87% file sizes/checksums [1258]: 95% file sizes/checksums [1258]: 100% Service unavailablepacking files [1258]: 0% packing files [1258]: 7% packing files [1258]: 15% packing files [1258]: 23% packing files [1258]: 31% packing files [1258]: 39% packing files [1258]: 47% packing files [1258]: 55% packing files [1258]: 63% packing files [1258]: 71% packing files [1258]: 79% packing files [1258]: 87% packing files [1258]: 95% packing files [1258]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:06 TOTAL TIME 00:00:47