Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/ocaml-camomile.spec'], printOutput=Falsetimeout=0logger=uid=1000gid=135env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'TERM': 'vt100'}shell=FalsechrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-15749/root'user='mockbuild') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/ocaml-camomile.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'TERM': 'vt100'} and shell False Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/ocaml-camomile-0.8.5-10bs02npfc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target armv6hl --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/ocaml-camomile.spec "], printOutput=Falsetimeout=0logger=uid=1000gid=135env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'TERM': 'vt100'}shell=FalsechrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-15749/root'user='mockbuild'private_network=True) Executing command: ['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target armv6hl --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/ocaml-camomile.spec "] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'TERM': 'vt100'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lvdsaX + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf camomile-0.8.5 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/camomile-0.8.5.tar.bz2 + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd camomile-0.8.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #1 (camomile-0.8.3-enable-debug.patch): + echo 'Patch #1 (camomile-0.8.3-enable-debug.patch):' + /usr/bin/cat /builddir/build/SOURCES/camomile-0.8.3-enable-debug.patch + /usr/bin/patch -p1 --fuzz=0 patching file Makefile.in + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.OSx4JV + umask 022 + cd /builddir/build/BUILD + cd camomile-0.8.5 + unset MAKEFLAGS + ./configure --prefix=/usr --datadir=/usr/share --libdir=/usr/lib checking for cppo... false checking for grep that handles long lines and -e... /usr/bin/grep checking for fgrep... /usr/bin/grep -F checking for ocamlc... ocamlc ocaml version is 4.02.2 ocaml library path is /usr/lib/ocaml checking for ocamlopt... ocamlopt checking ocamlopt version... ok checking for ocamlc.opt... ocamlc.opt checking ocamlc.opt version... ok checking for ocamlopt.opt... ocamlopt.opt checking ocamlc.opt version... ok checking for ocamldep... ocamldep checking for ocamllex... ocamllex checking for ocamllex.opt... ocamllex.opt checking for ocamlyacc... ocamlyacc checking for ocamlweb... true checking for camlp4o... camlp4o checking for ocamlfind... install-with-ocamlfind checking for ocamldoc... ocamldoc configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating META + make echo '(* This file is automatically generated *)' > camomileDefaultConfig.ml echo 'let datadir = Filename.concat (Filename.concat "/usr/share" "camomile") "database"' >> camomileDefaultConfig.ml echo 'let localedir = Filename.concat (Filename.concat "/usr/share" "camomile") "locales"' >> camomileDefaultConfig.ml echo 'let charmapdir = Filename.concat (Filename.concat "/usr/share" "camomile") "charmaps"' >> camomileDefaultConfig.ml echo 'let unimapdir = Filename.concat (Filename.concat "/usr/share" "camomile") "mappings"' >> camomileDefaultConfig.ml ocamldep -slash -I internal -I public -I toolslib -I . *.ml *.mli \ internal/*.ml internal/*.mli \ public/*.ml public/*.mli \ mappings/*.ml mappings/*.mli \ toolslib/*.ml toolslib/*.mli \ > .depend ocamldep -slash -pp "camlp4o -I /usr/lib/ocaml" -I internal -I public -I toolslib -I . \ tools/tools/parse_unidata.ml tools/parse_uniset.ml tools/camomilecharmap.ml tools/parse_specialcasing.ml tools/parse_casefolding.ml tools/parse_scripts.ml tools/parse_allkeys.ml mappings/gen_mappings.ml tools/parse_age.ml tools/camomilelocaledef.ml tools/camomilestringprep.ml >> .depend ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uChar.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/unicodeString.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . -impl public/unicodeString.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . configInt.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . -impl configInt.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/avlTree.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/iSet.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uSet.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/uReStrParserType.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . -impl internal/uReStrParserType.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/database.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/database.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . camomileDefaultConfig.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/bitsvect.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/bitsvect.ml File "internal/bitsvect.ml", line 74, characters 2-24: Warning 3: deprecated: String.set Use Bytes.set instead. File "internal/bitsvect.ml", line 79, characters 2-28: Warning 3: deprecated: String.set Use Bytes.set instead. File "internal/bitsvect.ml", line 112, characters 14-25: Warning 3: deprecated: String.copy ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/bytesvect.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/bytesvect.ml File "internal/bytesvect.ml", line 59, characters 2-21: Warning 3: deprecated: String.set Use Bytes.set instead. File "internal/bytesvect.ml", line 90, characters 14-25: Warning 3: deprecated: String.copy ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/avlTree.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/iSet.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/iMap.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/iMap.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/tbl31.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/tbl31.ml File "internal/tbl31.ml", line 329, characters 4-28: Warning 3: deprecated: String.set Use Bytes.set instead. File "internal/tbl31.ml", line 382, characters 36-46: Warning 3: deprecated: String.set Use Bytes.set instead. File "internal/tbl31.ml", line 389, characters 36-46: Warning 3: deprecated: String.set Use Bytes.set instead. ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/byte_labeled_dag.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/byte_labeled_dag.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/xArray.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/xArray.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/oOChannel.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/oOChannel.ml File "public/oOChannel.ml", line 81, characters 3-21: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/oOChannel.ml", line 119, characters 6-19: Warning 3: deprecated: String.set Use Bytes.set instead. ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uChar.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uSet.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uMap.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uMap.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uCharTbl.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uCharTbl.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uText.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uText.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/xString.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/xString.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/subText.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/subText.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uLine.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uLine.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/locale.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/locale.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/hangul.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/hangul.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/unidata.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/unidata.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/charmap.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/charmap.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/unimap.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/unimap.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/charEncoding.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/charEncoding.ml File "public/charEncoding.ml", line 334, characters 4-17: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 410, characters 6-30: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 416, characters 6-19: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1018, characters 10-23: Warning 3: deprecated: String.create Use Bytes.create instead. File "public/charEncoding.ml", line 1041, characters 32-50: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1052, characters 2-39: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1113, characters 10-23: Warning 3: deprecated: String.create Use Bytes.create instead. File "public/charEncoding.ml", line 1196, characters 10-23: Warning 3: deprecated: String.create Use Bytes.create instead. File "public/charEncoding.ml", line 1209, characters 37-55: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1220, characters 7-44: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1260, characters 10-23: Warning 3: deprecated: String.create Use Bytes.create instead. File "public/charEncoding.ml", line 1351, characters 10-23: Warning 3: deprecated: String.create Use Bytes.create instead. File "public/charEncoding.ml", line 1365, characters 39-57: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1376, characters 7-44: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1398, characters 10-23: Warning 3: deprecated: String.create Use Bytes.create instead. File "public/charEncoding.ml", line 1483, characters 10-23: Warning 3: deprecated: String.create Use Bytes.create instead. File "public/charEncoding.ml", line 1500, characters 32-50: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1502, characters 21-39: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1517, characters 29-47: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1519, characters 7-44: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1560, characters 10-23: Warning 3: deprecated: String.create Use Bytes.create instead. ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uTF8.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uTF8.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uTF16.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uTF16.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uCS4.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uCS4.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uPervasives.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uPervasives.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uCharInfo.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uCharInfo.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uNF.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uNF.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uCol.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uCol.ml File "public/uCol.ml", line 142, characters 4-25: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/uCol.ml", line 143, characters 4-21: Warning 3: deprecated: String.set Use Bytes.set instead. ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/caseMap.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/caseMap.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uRe.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uRe.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/uReStrParser.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/uReStrParser.ml ocamllex.opt internal/uReStrLexer.mll 75 states, 2792 transitions, table size 11618 bytes ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/uReStrLexer.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uReStr.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/uReStr.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/stringPrep_data.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . internal/stringPrep_data.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/stringPrep.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . public/stringPrep.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . camomileLibrary.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . camomileLibrary.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . camomileLibraryDefault.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . camomileLibraryDefault.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . camomileLibraryDyn.mli ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . camomileLibraryDyn.ml ocamlc.opt -a -o camomile.cma public/unicodeString.cmo configInt.cmo internal/uReStrParserType.cmo internal/database.cmo camomileDefaultConfig.cmo internal/bitsvect.cmo internal/bytesvect.cmo internal/avlTree.cmo internal/iSet.cmo internal/iMap.cmo internal/tbl31.cmo internal/byte_labeled_dag.cmo internal/xArray.cmo public/oOChannel.cmo public/uChar.cmo public/uSet.cmo public/uMap.cmo public/uCharTbl.cmo public/uText.cmo public/xString.cmo public/subText.cmo public/uLine.cmo public/locale.cmo internal/hangul.cmo internal/unidata.cmo internal/charmap.cmo internal/unimap.cmo public/charEncoding.cmo public/uTF8.cmo public/uTF16.cmo public/uCS4.cmo public/uPervasives.cmo public/uCharInfo.cmo public/uNF.cmo public/uCol.cmo public/caseMap.cmo public/uRe.cmo internal/uReStrParser.cmo internal/uReStrLexer.cmo public/uReStr.cmo internal/stringPrep_data.cmo public/stringPrep.cmo camomileLibrary.cmo camomileLibraryDefault.cmo camomileLibraryDyn.cmo ocamlc.opt -a -o camomileLibrary.cma public/unicodeString.cmo configInt.cmo internal/uReStrParserType.cmo internal/database.cmo camomileDefaultConfig.cmo internal/bitsvect.cmo internal/bytesvect.cmo internal/avlTree.cmo internal/iSet.cmo internal/iMap.cmo internal/tbl31.cmo internal/byte_labeled_dag.cmo internal/xArray.cmo public/oOChannel.cmo public/uChar.cmo public/uSet.cmo public/uMap.cmo public/uCharTbl.cmo public/uText.cmo public/xString.cmo public/subText.cmo public/uLine.cmo public/locale.cmo internal/hangul.cmo internal/unidata.cmo internal/charmap.cmo internal/unimap.cmo public/charEncoding.cmo public/uTF8.cmo public/uTF16.cmo public/uCS4.cmo public/uPervasives.cmo public/uCharInfo.cmo public/uNF.cmo public/uCol.cmo public/caseMap.cmo public/uRe.cmo internal/uReStrParser.cmo internal/uReStrLexer.cmo public/uReStr.cmo internal/stringPrep_data.cmo public/stringPrep.cmo camomileLibrary.cmo ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g -impl public/unicodeString.mli ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g -impl configInt.mli ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g -impl internal/uReStrParserType.mli ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g internal/database.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g camomileDefaultConfig.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g internal/bitsvect.ml File "internal/bitsvect.ml", line 74, characters 2-24: Warning 3: deprecated: String.set Use Bytes.set instead. File "internal/bitsvect.ml", line 79, characters 2-28: Warning 3: deprecated: String.set Use Bytes.set instead. File "internal/bitsvect.ml", line 112, characters 14-25: Warning 3: deprecated: String.copy ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g internal/bytesvect.ml File "internal/bytesvect.ml", line 59, characters 2-21: Warning 3: deprecated: String.set Use Bytes.set instead. File "internal/bytesvect.ml", line 90, characters 14-25: Warning 3: deprecated: String.copy ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g internal/avlTree.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g internal/iSet.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g internal/iMap.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g internal/tbl31.ml File "internal/tbl31.ml", line 329, characters 4-28: Warning 3: deprecated: String.set Use Bytes.set instead. File "internal/tbl31.ml", line 382, characters 36-46: Warning 3: deprecated: String.set Use Bytes.set instead. File "internal/tbl31.ml", line 389, characters 36-46: Warning 3: deprecated: String.set Use Bytes.set instead. ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g internal/byte_labeled_dag.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g internal/xArray.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/oOChannel.ml File "public/oOChannel.ml", line 81, characters 3-21: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/oOChannel.ml", line 119, characters 6-19: Warning 3: deprecated: String.set Use Bytes.set instead. ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/uChar.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/uSet.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/uMap.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/uCharTbl.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/uText.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/xString.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/subText.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/uLine.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/locale.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g internal/hangul.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g internal/unidata.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g internal/charmap.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g internal/unimap.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/charEncoding.ml File "public/charEncoding.ml", line 334, characters 4-17: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 410, characters 6-30: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 416, characters 6-19: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1018, characters 10-23: Warning 3: deprecated: String.create Use Bytes.create instead. File "public/charEncoding.ml", line 1041, characters 32-50: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1052, characters 2-39: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1113, characters 10-23: Warning 3: deprecated: String.create Use Bytes.create instead. File "public/charEncoding.ml", line 1196, characters 10-23: Warning 3: deprecated: String.create Use Bytes.create instead. File "public/charEncoding.ml", line 1209, characters 37-55: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1220, characters 7-44: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1260, characters 10-23: Warning 3: deprecated: String.create Use Bytes.create instead. File "public/charEncoding.ml", line 1351, characters 10-23: Warning 3: deprecated: String.create Use Bytes.create instead. File "public/charEncoding.ml", line 1365, characters 39-57: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1376, characters 7-44: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1398, characters 10-23: Warning 3: deprecated: String.create Use Bytes.create instead. File "public/charEncoding.ml", line 1483, characters 10-23: Warning 3: deprecated: String.create Use Bytes.create instead. File "public/charEncoding.ml", line 1500, characters 32-50: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1502, characters 21-39: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1517, characters 29-47: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1519, characters 7-44: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/charEncoding.ml", line 1560, characters 10-23: Warning 3: deprecated: String.create Use Bytes.create instead. ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/uTF8.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/uTF16.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/uCS4.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/uPervasives.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/uCharInfo.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/uNF.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/uCol.ml File "public/uCol.ml", line 142, characters 4-25: Warning 3: deprecated: String.set Use Bytes.set instead. File "public/uCol.ml", line 143, characters 4-21: Warning 3: deprecated: String.set Use Bytes.set instead. ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/caseMap.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/uRe.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g internal/uReStrParser.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g internal/uReStrLexer.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/uReStr.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g internal/stringPrep_data.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g public/stringPrep.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g camomileLibrary.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g camomileLibraryDefault.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g camomileLibraryDyn.ml ocamlopt.opt -a -o camomile.cmxa public/unicodeString.cmx configInt.cmx internal/uReStrParserType.cmx internal/database.cmx camomileDefaultConfig.cmx internal/bitsvect.cmx internal/bytesvect.cmx internal/avlTree.cmx internal/iSet.cmx internal/iMap.cmx internal/tbl31.cmx internal/byte_labeled_dag.cmx internal/xArray.cmx public/oOChannel.cmx public/uChar.cmx public/uSet.cmx public/uMap.cmx public/uCharTbl.cmx public/uText.cmx public/xString.cmx public/subText.cmx public/uLine.cmx public/locale.cmx internal/hangul.cmx internal/unidata.cmx internal/charmap.cmx internal/unimap.cmx public/charEncoding.cmx public/uTF8.cmx public/uTF16.cmx public/uCS4.cmx public/uPervasives.cmx public/uCharInfo.cmx public/uNF.cmx public/uCol.cmx public/caseMap.cmx public/uRe.cmx internal/uReStrParser.cmx internal/uReStrLexer.cmx public/uReStr.cmx internal/stringPrep_data.cmx public/stringPrep.cmx camomileLibrary.cmx camomileLibraryDefault.cmx camomileLibraryDyn.cmx ocamlopt.opt -a -o camomileLibrary.cmxa public/unicodeString.cmx configInt.cmx internal/uReStrParserType.cmx internal/database.cmx camomileDefaultConfig.cmx internal/bitsvect.cmx internal/bytesvect.cmx internal/avlTree.cmx internal/iSet.cmx internal/iMap.cmx internal/tbl31.cmx internal/byte_labeled_dag.cmx internal/xArray.cmx public/oOChannel.cmx public/uChar.cmx public/uSet.cmx public/uMap.cmx public/uCharTbl.cmx public/uText.cmx public/xString.cmx public/subText.cmx public/uLine.cmx public/locale.cmx internal/hangul.cmx internal/unidata.cmx internal/charmap.cmx internal/unimap.cmx public/charEncoding.cmx public/uTF8.cmx public/uTF16.cmx public/uCS4.cmx public/uPervasives.cmx public/uCharInfo.cmx public/uNF.cmx public/uCol.cmx public/caseMap.cmx public/uRe.cmx internal/uReStrParser.cmx internal/uReStrLexer.cmx public/uReStr.cmx internal/stringPrep_data.cmx public/stringPrep.cmx camomileLibrary.cmx ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g toolslib/camomileconfig.ml ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g toolslib/toolslib.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . toolslib/absOrd.mli ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g toolslib/absOrd.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . toolslib/camomileconfig.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . toolslib/toolslib.ml ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . toolslib/absCe.mli ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g toolslib/absCe.ml ocamlyacc -v toolslib/colParser.mly ocamlc.opt -c -noassert -I internal -I public -I toolslib -I . toolslib/colParser.mli ocamlyacc -v toolslib/colParser.mly ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g toolslib/colParser.ml ocamllex.opt toolslib/colLexer.mll 49 states, 2442 transitions, table size 10062 bytes ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g toolslib/colLexer.ml ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -g -a -o toolslib.cmxa public/unicodeString.cmx configInt.cmx internal/uReStrParserType.cmx internal/database.cmx camomileDefaultConfig.cmx internal/bitsvect.cmx internal/bytesvect.cmx internal/avlTree.cmx internal/iSet.cmx internal/iMap.cmx internal/tbl31.cmx internal/byte_labeled_dag.cmx internal/xArray.cmx public/oOChannel.cmx public/uChar.cmx public/uSet.cmx public/uMap.cmx public/uCharTbl.cmx public/uText.cmx public/xString.cmx public/subText.cmx public/uLine.cmx public/locale.cmx internal/hangul.cmx internal/unidata.cmx internal/charmap.cmx internal/unimap.cmx public/charEncoding.cmx public/uTF8.cmx public/uTF16.cmx public/uCS4.cmx public/uPervasives.cmx public/uCharInfo.cmx public/uNF.cmx public/uCol.cmx public/caseMap.cmx public/uRe.cmx internal/uReStrParser.cmx internal/uReStrLexer.cmx public/uReStr.cmx internal/stringPrep_data.cmx public/stringPrep.cmx toolslib/camomileconfig.cmx toolslib/toolslib.cmx toolslib/absOrd.cmx toolslib/absCe.cmx toolslib/colParser.cmx toolslib/colLexer.cmx ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g tools/parse_unidata.ml ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -g -o tools/parse_unidata.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/parse_unidata.cmx mkdir -p database tools/parse_unidata.opt database < unidata/UnicodeData.txt ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g tools/parse_uniset.ml ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -g -o tools/parse_uniset.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/parse_uniset.cmx /usr/bin/grep -F White_Space unidata/PropList.txt | tools/parse_uniset.opt database White_Space /usr/bin/grep -F Bidi_Control unidata/PropList.txt | tools/parse_uniset.opt database Bidi_Control /usr/bin/grep -F Join_Control unidata/PropList.txt | tools/parse_uniset.opt database Join_Control /usr/bin/grep -F Hyphen unidata/PropList.txt | tools/parse_uniset.opt database Hyphen /usr/bin/grep -F Quotation_Mark unidata/PropList.txt | tools/parse_uniset.opt database Quotation_Mark /usr/bin/grep -F Terminal_Punctuation unidata/PropList.txt | tools/parse_uniset.opt database Terminal_Punctuation /usr/bin/grep -F Other_Math unidata/PropList.txt | tools/parse_uniset.opt database Other_Math /usr/bin/grep -F Hex_Digit unidata/PropList.txt | tools/parse_uniset.opt database Hex_Digit /usr/bin/grep -F ASCII_Hex_Digit unidata/PropList.txt | tools/parse_uniset.opt database ASCII_Hex_Digit /usr/bin/grep -F Other_Alphabetic unidata/PropList.txt | tools/parse_uniset.opt database Other_Alphabetic /usr/bin/grep -F Ideographic unidata/PropList.txt | tools/parse_uniset.opt database Ideographic /usr/bin/grep -F Diacritic unidata/PropList.txt | tools/parse_uniset.opt database Diacritic /usr/bin/grep -F Extender unidata/PropList.txt | tools/parse_uniset.opt database Extender /usr/bin/grep -F Other_Lowercase unidata/PropList.txt | tools/parse_uniset.opt database Other_Lowercase /usr/bin/grep -F Other_Uppercase unidata/PropList.txt | tools/parse_uniset.opt database Other_Uppercase /usr/bin/grep -F Noncharacter_Code_Point unidata/PropList.txt | tools/parse_uniset.opt database Noncharacter_Code_Point /usr/bin/grep -F Other_Grapheme_Extend unidata/PropList.txt | tools/parse_uniset.opt database Other_Grapheme_Extend /usr/bin/grep -F Grapheme_Link unidata/PropList.txt | tools/parse_uniset.opt database Grapheme_Link /usr/bin/grep -F IDS_Binary_Operator unidata/PropList.txt | tools/parse_uniset.opt database IDS_Binary_Operator /usr/bin/grep -F IDS_Trinary_Operator unidata/PropList.txt | tools/parse_uniset.opt database IDS_Trinary_Operator /usr/bin/grep -F Radical unidata/PropList.txt | tools/parse_uniset.opt database Radical /usr/bin/grep -F Unified_Ideograph unidata/PropList.txt | tools/parse_uniset.opt database Unified_Ideograph /usr/bin/grep -F Other_Default_Ignorable_Code_Point unidata/PropList.txt | tools/parse_uniset.opt database Other_Default_Ignorable_Code_Point /usr/bin/grep -F Deprecated unidata/PropList.txt | tools/parse_uniset.opt database Deprecated /usr/bin/grep -F Soft_Dotted unidata/PropList.txt | tools/parse_uniset.opt database Soft_Dotted /usr/bin/grep -F Logical_Order_Exception unidata/PropList.txt | tools/parse_uniset.opt database Logical_Order_Exception /usr/bin/grep -F Math unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database Math /usr/bin/grep -F Alphabetic unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database Alphabetic /usr/bin/grep -F Lowercase unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database Lowercase /usr/bin/grep -F Uppercase unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database Uppercase /usr/bin/grep -F ID_Start unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database ID_Start /usr/bin/grep -F ID_Continue unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database ID_Continue /usr/bin/grep -F XID_Start unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database XID_Start /usr/bin/grep -F XID_Continue unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database XID_Continue /usr/bin/grep -F Default_Ignorable_Code_Point unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database Default_Ignorable_Code_Point /usr/bin/grep -F Grapheme_Extend unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database Grapheme_Extend /usr/bin/grep -F Grapheme_Base unidata/DerivedCoreProperties.txt | tools/parse_uniset.opt database Grapheme_Base ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g tools/camomilestringprep.ml ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -g -o tools/camomilestringprep.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/camomilestringprep.cmx tools/camomilestringprep.opt -in unidata/stringprep -out database ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g tools/parse_casefolding.ml ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -g -o tools/parse_casefolding.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/parse_casefolding.cmx tools/parse_casefolding.opt database < unidata/CaseFolding.txt tools/parse_uniset.opt database composition_exclusion < unidata/CompositionExclusions.txt ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g tools/parse_age.ml ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -g -o tools/parse_age.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/parse_age.cmx tools/parse_age.opt database < unidata/DerivedAge.txt ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g tools/parse_scripts.ml ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -g -o tools/parse_scripts.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/parse_scripts.cmx tools/parse_scripts.opt database < unidata/Scripts.txt ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g tools/parse_specialcasing.ml ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -g -o tools/parse_specialcasing.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/parse_specialcasing.cmx tools/parse_specialcasing.opt database < unidata/SpecialCasing.txt ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g tools/parse_allkeys.ml ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -g -o tools/parse_allkeys.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/parse_allkeys.cmx tools/parse_allkeys.opt database < unidata/tr10/allkeys.txt ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g mappings/gen_mappings.ml File "mappings/gen_mappings.ml", line 91, characters 11-24: Warning 3: deprecated: String.create Use Bytes.create instead. File "mappings/gen_mappings.ml", line 93, characters 4-30: Warning 3: deprecated: String.set Use Bytes.set instead. ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -g -o mappings/gen_mappings.opt bigarray.cmxa str.cmxa toolslib.cmxa mappings/gen_mappings.cmx cd mappings && ./gen_mappings.opt ocamlopt.opt -c -noassert -I internal -I public -I toolslib -I . -g tools/camomilecharmap.ml File "tools/camomilecharmap.ml", line 153, characters 11-22: Warning 3: deprecated: String.copy File "tools/camomilecharmap.ml", line 156, characters 2-14: Warning 3: deprecated: String.set Use Bytes.set instead. File "tools/camomilecharmap.ml", line 161, characters 2-34: Warning 3: deprecated: String.set Use Bytes.set instead. File "tools/camomilecharmap.ml", line 162, characters 2-35: Warning 3: deprecated: String.set Use Bytes.set instead. ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -g -o tools/camomilecharmap.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/camomilecharmap.cmx tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-IT || true tools/camomilecharmap.opt -d charmaps charmaps/GB_1988-80 || true tools/camomilecharmap.opt -d charmaps charmaps/T.61-7BIT || true tools/camomilecharmap.opt -d charmaps charmaps/CWI || true tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-FI-SE-A || true tools/camomilecharmap.opt -d charmaps charmaps/EUC-TW || true tools/camomilecharmap.opt -d charmaps charmaps/MAC-IS || true tools/camomilecharmap.opt -d charmaps charmaps/ARMSCII-8 || true tools/camomilecharmap.opt -d charmaps charmaps/SHIFT_JIS || true tools/camomilecharmap.opt -d charmaps charmaps/IBM875 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM1124 || true tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-US || true tools/camomilecharmap.opt -d charmaps charmaps/KSC5636 || true tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-11 || true tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-CA-FR || true tools/camomilecharmap.opt -d charmaps charmaps/ISO_5428 || true tools/camomilecharmap.opt -d charmaps charmaps/MAC-SAMI || true tools/camomilecharmap.opt -d charmaps charmaps/GBK || true tools/camomilecharmap.opt -d charmaps charmaps/WINDOWS-31J || true tools/camomilecharmap.opt -d charmaps charmaps/NATS-SEFI-ADD || true Fatal error: exception Failure("Broken entry: /x41 LATIN CAPITAL LETTER A WITH GRAVE") tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-2 || true tools/camomilecharmap.opt -d charmaps charmaps/ISO_6937-2-25 || true tools/camomilecharmap.opt -d charmaps charmaps/ISO_8859-SUPP || true tools/camomilecharmap.opt -d charmaps charmaps/MSZ_7795.3 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM852 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM038 || true tools/camomilecharmap.opt -d charmaps charmaps/GEORGIAN-PS || true tools/camomilecharmap.opt -d charmaps charmaps/HP-GREEK8 || true tools/camomilecharmap.opt -d charmaps charmaps/CSN_369103 || true tools/camomilecharmap.opt -d charmaps charmaps/NEXTSTEP || true tools/camomilecharmap.opt -d charmaps charmaps/KOI8-T || true tools/camomilecharmap.opt -d charmaps charmaps/JIS_X0201 || true tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-PT || true tools/camomilecharmap.opt -d charmaps charmaps/ISO_5427-EXT || true tools/camomilecharmap.opt -d charmaps charmaps/JOHAB || true tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-ES-S || true tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-DK-NO || true tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-5 || true tools/camomilecharmap.opt -d charmaps charmaps/JIS_C6229-1984-B-ADD || true Fatal error: exception Failure("Broken entry: /x00 NULL (NUL)") tools/camomilecharmap.opt -d charmaps charmaps/BS_4730 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM275 || true tools/camomilecharmap.opt -d charmaps charmaps/ECMA-CYRILLIC || true tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-16 || true tools/camomilecharmap.opt -d charmaps charmaps/CP1256 || true tools/camomilecharmap.opt -d charmaps charmaps/VISCII || true tools/camomilecharmap.opt -d charmaps charmaps/JIS_C6229-1984-A || true Fatal error: exception Failure("Broken entry: /x00 NULL (NUL)") tools/camomilecharmap.opt -d charmaps charmaps/IBM871 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM277 || true tools/camomilecharmap.opt -d charmaps charmaps/JIS_C6229-1984-KANA || true Fatal error: exception Failure("Broken entry: /x00 NULL (NUL)") tools/camomilecharmap.opt -d charmaps charmaps/GB2312 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM862 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM256 || true tools/camomilecharmap.opt -d charmaps charmaps/JUS_I.B1.002 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM284 || true tools/camomilecharmap.opt -d charmaps charmaps/HP-ROMAN8 || true tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-13 || true tools/camomilecharmap.opt -d charmaps charmaps/BIG5-HKSCS || true tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-DK-NO-A || true tools/camomilecharmap.opt -d charmaps charmaps/CSA_Z243.4-1985-2 || true tools/camomilecharmap.opt -d charmaps charmaps/CP1251 || true tools/camomilecharmap.opt -d charmaps charmaps/SEN_850200_B || true tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-10 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM922 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM866NAV || true tools/camomilecharmap.opt -d charmaps charmaps/ISO-IR-90 || true tools/camomilecharmap.opt -d charmaps charmaps/HP-TURKISH8 || true tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-1 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM273 || true tools/camomilecharmap.opt -d charmaps charmaps/NS_4551-2 || true tools/camomilecharmap.opt -d charmaps charmaps/HP-ROMAN9 || true tools/camomilecharmap.opt -d charmaps charmaps/BRF || true tools/camomilecharmap.opt -d charmaps charmaps/IBM1160 || true tools/camomilecharmap.opt -d charmaps charmaps/JIS_C6229-1984-HAND || true Fatal error: exception Failure("Broken entry: /x00 NULL (NUL)") tools/camomilecharmap.opt -d charmaps charmaps/IBM1047 || true tools/camomilecharmap.opt -d charmaps charmaps/GOST_19768-74 || true tools/camomilecharmap.opt -d charmaps charmaps/IT || true tools/camomilecharmap.opt -d charmaps charmaps/IBM874 || true tools/camomilecharmap.opt -d charmaps charmaps/EUC-JISX0213 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM1163 || true tools/camomilecharmap.opt -d charmaps charmaps/CP1258 || true tools/camomilecharmap.opt -d charmaps charmaps/JIS_C6220-1969-JP || true Fatal error: exception Failure("Broken entry: /x00 NULL (NUL)") tools/camomilecharmap.opt -d charmaps charmaps/TIS-620 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM290 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM280 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM851 || true tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-6 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM870 || true tools/camomilecharmap.opt -d charmaps charmaps/CP1255 || true tools/camomilecharmap.opt -d charmaps charmaps/GB18030 || true tools/camomilecharmap.opt -d charmaps charmaps/KOI8-R || true tools/camomilecharmap.opt -d charmaps charmaps/IBM868 || true tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-4 || true tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-ES || true tools/camomilecharmap.opt -d charmaps charmaps/IBM880 || true tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-UK || true tools/camomilecharmap.opt -d charmaps charmaps/IBM869 || true tools/camomilecharmap.opt -d charmaps charmaps/GREEK7 || true tools/camomilecharmap.opt -d charmaps charmaps/CP737 || true tools/camomilecharmap.opt -d charmaps charmaps/T.61-8BIT || true tools/camomilecharmap.opt -d charmaps charmaps/LATIN-GREEK-1 || true tools/camomilecharmap.opt -d charmaps charmaps/LATIN-GREEK || true tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-9E || true tools/camomilecharmap.opt -d charmaps charmaps/IBM918 || true tools/camomilecharmap.opt -d charmaps charmaps/CP10007 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM037 || true tools/camomilecharmap.opt -d charmaps charmaps/ISIRI-3342 || true tools/camomilecharmap.opt -d charmaps charmaps/ES2 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM297 || true tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-FR || true tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-AT-DE || true tools/camomilecharmap.opt -d charmaps charmaps/GREEK-CCITT || true tools/camomilecharmap.opt -d charmaps charmaps/INIS-CYRILLIC || true tools/camomilecharmap.opt -d charmaps charmaps/CP1257 || true tools/camomilecharmap.opt -d charmaps charmaps/MACINTOSH || true tools/camomilecharmap.opt -d charmaps charmaps/IBM863 || true tools/camomilecharmap.opt -d charmaps charmaps/INIS || true tools/camomilecharmap.opt -d charmaps charmaps/ISO_10646 || true Fatal error: exception Failure("Broken entry: /x00/x00 NULL (NUL)") tools/camomilecharmap.opt -d charmaps charmaps/CP1250 || true tools/camomilecharmap.opt -d charmaps charmaps/T.101-G2 || true tools/camomilecharmap.opt -d charmaps charmaps/BIG5 || true tools/camomilecharmap.opt -d charmaps charmaps/ISO_646.BASIC || true tools/camomilecharmap.opt -d charmaps charmaps/CSA_Z243.4-1985-GR || true tools/camomilecharmap.opt -d charmaps charmaps/NATS-DANO-ADD || true Fatal error: exception Failure("Broken entry: /x41 LATIN CAPITAL LETTER A WITH GRAVE") tools/camomilecharmap.opt -d charmaps charmaps/IBM904 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM278 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM855 || true tools/camomilecharmap.opt -d charmaps charmaps/MAC-UK || true tools/camomilecharmap.opt -d charmaps charmaps/ISO-IR-209 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM860 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM285 || true tools/camomilecharmap.opt -d charmaps charmaps/UTF-8 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM423 || true tools/camomilecharmap.opt -d charmaps charmaps/ANSI_X3.110-1983 || true tools/camomilecharmap.opt -d charmaps charmaps/CP1253 || true tools/camomilecharmap.opt -d charmaps charmaps/JIS_C6229-1984-HAND-ADD || true Fatal error: exception Failure("Broken entry: /x00 NULL (NUL)") tools/camomilecharmap.opt -d charmaps charmaps/ISO_10367-BOX || true tools/camomilecharmap.opt -d charmaps charmaps/PT2 || true tools/camomilecharmap.opt -d charmaps charmaps/TSCII || true Fatal error: exception Failure("Broken entry: /x82 TAMIL GLYPH SRI") tools/camomilecharmap.opt -d charmaps charmaps/INIS-8 || true tools/camomilecharmap.opt -d charmaps charmaps/GEORGIAN-ACADEMY || true tools/camomilecharmap.opt -d charmaps charmaps/CP1125 || true tools/camomilecharmap.opt -d charmaps charmaps/ISO-IR-197 || true tools/camomilecharmap.opt -d charmaps charmaps/DS_2089 || true tools/camomilecharmap.opt -d charmaps charmaps/ES || true tools/camomilecharmap.opt -d charmaps charmaps/TCVN5712-1 || true tools/camomilecharmap.opt -d charmaps charmaps/GREEK7-OLD || true tools/camomilecharmap.opt -d charmaps charmaps/MIK || true tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-8 || true tools/camomilecharmap.opt -d charmaps charmaps/NS_4551-1 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM1132 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM1133 || true tools/camomilecharmap.opt -d charmaps charmaps/IEC_P27-1 || true tools/camomilecharmap.opt -d charmaps charmaps/ASMO_449 || true tools/camomilecharmap.opt -d charmaps charmaps/JIS_C6229-1984-B || true tools/camomilecharmap.opt -d charmaps charmaps/JIS_C6220-1969-RO || true tools/camomilecharmap.opt -d charmaps charmaps/ISO_6937 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM905 || true tools/camomilecharmap.opt -d charmaps charmaps/CP1254 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM1162 || true tools/camomilecharmap.opt -d charmaps charmaps/JUS_I.B1.003-SERB || true tools/camomilecharmap.opt -d charmaps charmaps/IBM865 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM1026 || true tools/camomilecharmap.opt -d charmaps charmaps/MAC-CYRILLIC || true tools/camomilecharmap.opt -d charmaps charmaps/ISO_11548-1 || true tools/camomilecharmap.opt -d charmaps charmaps/ISO_646.IRV || true tools/camomilecharmap.opt -d charmaps charmaps/BS_VIEWDATA || true tools/camomilecharmap.opt -d charmaps charmaps/CP949 || true tools/camomilecharmap.opt -d charmaps charmaps/ANSI_X3.4-1968 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM1164 || true tools/camomilecharmap.opt -d charmaps charmaps/NC_NC00-10 || true tools/camomilecharmap.opt -d charmaps charmaps/SAMI-WS2 || true tools/camomilecharmap.opt -d charmaps charmaps/ISO_2033-1983 || true tools/camomilecharmap.opt -d charmaps charmaps/CSA_Z243.4-1985-1 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM500 || true tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-9 || true tools/camomilecharmap.opt -d charmaps charmaps/NF_Z_62-010_1973 || true tools/camomilecharmap.opt -d charmaps charmaps/EUC-KR || true tools/camomilecharmap.opt -d charmaps charmaps/PT || true tools/camomilecharmap.opt -d charmaps charmaps/IBM1004 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM891 || true tools/camomilecharmap.opt -d charmaps charmaps/NF_Z_62-010 || true tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-7 || true tools/camomilecharmap.opt -d charmaps charmaps/EUC-JP-MS || true tools/camomilecharmap.opt -d charmaps charmaps/PT154 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM437 || true tools/camomilecharmap.opt -d charmaps charmaps/NATS-SEFI || true tools/camomilecharmap.opt -d charmaps charmaps/KOI8-RU || true tools/camomilecharmap.opt -d charmaps charmaps/RK1048 || true tools/camomilecharmap.opt -d charmaps charmaps/SHIFT_JISX0213 || true tools/camomilecharmap.opt -d charmaps charmaps/MAC-CENTRALEUROPE || true Fatal error: exception Failure("Broken entry: %") tools/camomilecharmap.opt -d charmaps charmaps/IBM857 || true tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-ES-A || true tools/camomilecharmap.opt -d charmaps charmaps/DIN_66003 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM1161 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM274 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM903 || true tools/camomilecharmap.opt -d charmaps charmaps/ISO_5427 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM281 || true tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-15 || true tools/camomilecharmap.opt -d charmaps charmaps/INVARIANT || true tools/camomilecharmap.opt -d charmaps charmaps/KOI8-U || true tools/camomilecharmap.opt -d charmaps charmaps/IBM420 || true tools/camomilecharmap.opt -d charmaps charmaps/NATS-DANO || true tools/camomilecharmap.opt -d charmaps charmaps/SEN_850200_C || true tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-AT-DE-A || true tools/camomilecharmap.opt -d charmaps charmaps/ISO_6937-2-ADD || true tools/camomilecharmap.opt -d charmaps charmaps/SAMI || true tools/camomilecharmap.opt -d charmaps charmaps/ISO_8859-1,GL || true Fatal error: exception Failure("Broken entry: \d000 NULL") tools/camomilecharmap.opt -d charmaps charmaps/CP1252 || true tools/camomilecharmap.opt -d charmaps charmaps/DEC-MCS || true tools/camomilecharmap.opt -d charmaps charmaps/IBM424 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM861 || true tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-FI-SE || true tools/camomilecharmap.opt -d charmaps charmaps/IBM856 || true tools/camomilecharmap.opt -d charmaps charmaps/JUS_I.B1.003-MAC || true tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-14 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM850 || true tools/camomilecharmap.opt -d charmaps charmaps/VIDEOTEX-SUPPL || true tools/camomilecharmap.opt -d charmaps charmaps/ISO-8859-3 || true tools/camomilecharmap.opt -d charmaps charmaps/EUC-JP || true tools/camomilecharmap.opt -d charmaps charmaps/HP-THAI8 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM1129 || true tools/camomilecharmap.opt -d charmaps charmaps/KOI-8 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM866 || true tools/camomilecharmap.opt -d charmaps charmaps/EBCDIC-IS-FRISS || true tools/camomilecharmap.opt -d charmaps charmaps/CP775 || true tools/camomilecharmap.opt -d charmaps charmaps/IBM864 || true ocamlopt.opt -pp "camlp4o -I /usr/lib/ocaml" -c -noassert -I internal -I public -I toolslib -I . -g tools/camomilelocaledef.ml File "tools/camomilelocaledef.ml", line 213, characters 10-23: Warning 3: deprecated: String.create Use Bytes.create instead. File "tools/camomilelocaledef.ml", line 216, characters 4-9: Warning 3: deprecated: String.set Use Bytes.set instead. File "tools/camomilelocaledef.ml", line 132, characters 8-33: Warning 26: unused variable data. ocamlopt.opt -noassert -I internal -I public -I toolslib -I . -g -o tools/camomilelocaledef.opt bigarray.cmxa str.cmxa toolslib.cmxa tools/camomilelocaledef.cmx tools/camomilelocaledef.opt --file locales/es_VE.txt locales tools/camomilelocaledef.opt --file locales/kw.txt locales tools/camomilelocaledef.opt --file locales/es_ES_PREEURO.txt locales tools/camomilelocaledef.opt --file locales/sk.txt locales tools/camomilelocaledef.opt --file locales/mt_MT.txt locales tools/camomilelocaledef.opt --file locales/uz.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/es_DO.txt locales tools/camomilelocaledef.opt --file locales/de.txt locales tools/camomilelocaledef.opt --file locales/fr.txt locales tools/camomilelocaledef.opt --file locales/test_1.txt locales tools/camomilelocaledef.opt --file locales/en_IE_PREEURO.txt locales tools/camomilelocaledef.opt --file locales/pt.txt locales tools/camomilelocaledef.opt --file locales/de_LI.txt locales tools/camomilelocaledef.opt --file locales/is_IS.txt locales tools/camomilelocaledef.opt --file locales/ar_JO.txt locales tools/camomilelocaledef.opt --file locales/fr_LU_PREEURO.txt locales tools/camomilelocaledef.opt --file locales/te.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/es_PE.txt locales tools/camomilelocaledef.opt --file locales/ro_RO.txt locales tools/camomilelocaledef.opt --file locales/en_JM.txt locales tools/camomilelocaledef.opt --file locales/ar_IN.txt locales tools/camomilelocaledef.opt --file locales/et_EE.txt locales tools/camomilelocaledef.opt --file locales/bg_BG.txt locales tools/camomilelocaledef.opt --file locales/sw.txt locales tools/camomilelocaledef.opt --file locales/en_CA.txt locales tools/camomilelocaledef.opt --file locales/en_BZ.txt locales tools/camomilelocaledef.opt --file locales/sl.txt locales tools/camomilelocaledef.opt --file locales/hy_AM_REVISED.txt locales tools/camomilelocaledef.opt --file locales/es_CR.txt locales tools/camomilelocaledef.opt --file locales/ar_TN.txt locales tools/camomilelocaledef.opt --file locales/div_MV.txt locales tools/camomilelocaledef.opt --file locales/sw_TZ.txt locales tools/camomilelocaledef.opt --file locales/it_IT.txt locales tools/camomilelocaledef.opt --file locales/pt_BR.txt locales tools/camomilelocaledef.opt --file locales/it.txt locales tools/camomilelocaledef.opt --file locales/ms.txt locales tools/camomilelocaledef.opt --file locales/de_DE_PREEURO.txt locales tools/camomilelocaledef.opt --file locales/kk.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/so_KE.txt locales tools/camomilelocaledef.opt --file locales/gv.txt locales tools/camomilelocaledef.opt --file locales/en_US.txt locales tools/camomilelocaledef.opt --file locales/ga_IE.txt locales tools/camomilelocaledef.opt --file locales/sq.txt locales tools/camomilelocaledef.opt --file locales/en_GB_EURO.txt locales tools/camomilelocaledef.opt --file locales/uz_UZ.txt locales tools/camomilelocaledef.opt --file locales/kl_GL.txt locales tools/camomilelocaledef.opt --file locales/de_AT.txt locales tools/camomilelocaledef.opt --file locales/az.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/af.txt locales tools/camomilelocaledef.opt --file locales/is.txt locales tools/camomilelocaledef.opt --file locales/bn_IN.txt locales tools/camomilelocaledef.opt --file locales/root.txt locales tools/camomilelocaledef.opt --file locales/ca_ES_PREEURO.txt locales tools/camomilelocaledef.opt --file locales/tt.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/ti_ER.txt locales tools/camomilelocaledef.opt --file locales/lt_LT.txt locales tools/camomilelocaledef.opt --file locales/ka_GE.txt locales tools/camomilelocaledef.opt --file locales/vi_VN.txt locales tools/camomilelocaledef.opt --file locales/mr.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/es_ES.txt locales tools/camomilelocaledef.opt --file locales/zh_TW.txt locales tools/camomilelocaledef.opt --file locales/gu_IN.txt locales tools/camomilelocaledef.opt --file locales/bg.txt locales tools/camomilelocaledef.opt --file locales/ko_KR.txt locales tools/camomilelocaledef.opt --file locales/he.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/it_CH.txt locales tools/camomilelocaledef.opt --file locales/pa.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/tt_RU.txt locales tools/camomilelocaledef.opt --file locales/iw.txt locales tools/camomilelocaledef.opt --file locales/fi_FI_PREEURO.txt locales tools/camomilelocaledef.opt --file locales/en_BW.txt locales tools/camomilelocaledef.opt --file locales/gl_ES_PREEURO.txt locales tools/camomilelocaledef.opt --file locales/zh_SG.txt locales tools/camomilelocaledef.opt --file locales/syr.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/vi.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/nl_NL_PREEURO.txt locales tools/camomilelocaledef.opt --file locales/hr.txt locales tools/camomilelocaledef.opt --file locales/ti.txt locales tools/camomilelocaledef.opt --file locales/fr_FR.txt locales tools/camomilelocaledef.opt --file locales/en_IE.txt locales tools/camomilelocaledef.opt --file locales/bn.txt locales tools/camomilelocaledef.opt --file locales/es_CL.txt locales tools/camomilelocaledef.opt --file locales/om.txt locales tools/camomilelocaledef.opt --file locales/hu_HU.txt locales tools/camomilelocaledef.opt --file locales/ar_AE.txt locales tools/camomilelocaledef.opt --file locales/ga_IE_PREEURO.txt locales tools/camomilelocaledef.opt --file locales/index.txt locales tools/camomilelocaledef.opt --file locales/pl_PL.txt locales tools/camomilelocaledef.opt --file locales/gv_GB.txt locales tools/camomilelocaledef.opt --file locales/en_TT.txt locales tools/camomilelocaledef.opt --file locales/sk_SK.txt locales tools/camomilelocaledef.opt --file locales/hi.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/ky_KG.txt locales tools/camomilelocaledef.opt --file locales/fi.txt locales tools/camomilelocaledef.opt --file locales/ms_MY.txt locales tools/camomilelocaledef.opt --file locales/fo_FO.txt locales tools/camomilelocaledef.opt --file locales/en.txt locales tools/camomilelocaledef.opt --file locales/et.txt locales tools/camomilelocaledef.opt --file locales/en_ZW.txt locales tools/camomilelocaledef.opt --file locales/en_MP.txt locales tools/camomilelocaledef.opt --file locales/sv.txt locales tools/camomilelocaledef.opt --file locales/es__TRADITIONAL.txt locales tools/camomilelocaledef.opt --file locales/hi__DIRECT.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/ru.txt locales tools/camomilelocaledef.opt --file locales/kok_IN.txt locales tools/camomilelocaledef.opt --file locales/de_BE.txt locales tools/camomilelocaledef.opt --file locales/cs.txt locales tools/camomilelocaledef.opt --file locales/hu.txt locales tools/camomilelocaledef.opt --file locales/ur_PK.txt locales tools/camomilelocaledef.opt --file locales/fr_BE.txt locales tools/camomilelocaledef.opt --file locales/am_ET.txt locales tools/camomilelocaledef.opt --file locales/en_BE_PREEURO.txt locales tools/camomilelocaledef.opt --file locales/fo.txt locales tools/camomilelocaledef.opt --file locales/hy_AM.txt locales tools/camomilelocaledef.opt --file locales/mn_MN.txt locales tools/camomilelocaledef.opt --file locales/es_MX.txt locales tools/camomilelocaledef.opt --file locales/es_PA.txt locales tools/camomilelocaledef.opt --file locales/ca_ES.txt locales tools/camomilelocaledef.opt --file locales/eo.txt locales tools/camomilelocaledef.opt --file locales/zh_HK.txt locales tools/camomilelocaledef.opt --file locales/sh_YU.txt locales tools/camomilelocaledef.opt --file locales/ar_MA.txt locales tools/camomilelocaledef.opt --file locales/kw_GB.txt locales tools/camomilelocaledef.opt --file locales/mn.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/da_DK.txt locales tools/camomilelocaledef.opt --file locales/sv_SE.txt locales tools/camomilelocaledef.opt --file locales/he_IL.txt locales tools/camomilelocaledef.opt --file locales/ar_IQ.txt locales tools/camomilelocaledef.opt --file locales/sv_FI.txt locales tools/camomilelocaledef.opt --file locales/es_EC.txt locales tools/camomilelocaledef.opt --file locales/sa_IN.txt locales tools/camomilelocaledef.opt --file locales/ro.txt locales tools/camomilelocaledef.opt --file locales/div.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/cs_CZ.txt locales tools/camomilelocaledef.opt --file locales/en_IN.txt locales tools/camomilelocaledef.opt --file locales/no.txt locales tools/camomilelocaledef.opt --file locales/gl_ES.txt locales tools/camomilelocaledef.opt --file locales/pa_IN.txt locales tools/camomilelocaledef.opt --file locales/nl_BE.txt locales tools/camomilelocaledef.opt --file locales/be_BY.txt locales tools/camomilelocaledef.opt --file locales/kok.txt locales tools/camomilelocaledef.opt --file locales/hi_IN.txt locales tools/camomilelocaledef.opt --file locales/ru_RU.txt locales tools/camomilelocaledef.opt --file locales/de_CH.txt locales tools/camomilelocaledef.opt --file locales/en_SG.txt locales tools/camomilelocaledef.opt --file locales/es_GT.txt locales tools/camomilelocaledef.opt --file locales/es_HN.txt locales tools/camomilelocaledef.opt --file locales/en_VI.txt locales tools/camomilelocaledef.opt --file locales/zh_CN.txt locales tools/camomilelocaledef.opt --file locales/th_TH.txt locales tools/camomilelocaledef.opt --file locales/ar_OM.txt locales tools/camomilelocaledef.opt --file locales/so_DJ.txt locales tools/camomilelocaledef.opt --file locales/zh__PINYIN.txt locales tools/camomilelocaledef.opt --file locales/it_IT_PREEURO.txt locales tools/camomilelocaledef.opt --file locales/mt.txt locales tools/camomilelocaledef.opt --file locales/en_HK.txt locales tools/camomilelocaledef.opt --file locales/en_GB.txt locales tools/camomilelocaledef.opt --file locales/ar_EG.txt locales tools/camomilelocaledef.opt --file locales/zh_MO.txt locales tools/camomilelocaledef.opt --file locales/om_ET.txt locales tools/camomilelocaledef.opt --file locales/en_UM.txt locales tools/camomilelocaledef.opt --file locales/de_LU_PREEURO.txt locales tools/camomilelocaledef.opt --file locales/pl.txt locales tools/camomilelocaledef.opt --file locales/en_AS.txt locales tools/camomilelocaledef.opt --file locales/ur.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/ti_ET.txt locales tools/camomilelocaledef.opt --file locales/ar_SY.txt locales tools/camomilelocaledef.opt --file locales/tr.txt locales tools/camomilelocaledef.opt --file locales/sr.txt locales tools/camomilelocaledef.opt --file locales/nl_NL.txt locales tools/camomilelocaledef.opt --file locales/fr_BE_PREEURO.txt locales tools/camomilelocaledef.opt --file locales/nl_BE_PREEURO.txt locales tools/camomilelocaledef.opt --file locales/zh.txt locales tools/camomilelocaledef.opt --file locales/de_AT_PREEURO.txt locales tools/camomilelocaledef.opt --file locales/hr_HR.txt locales tools/camomilelocaledef.opt --file locales/so.txt locales tools/camomilelocaledef.opt --file locales/th.txt locales Warning : file loading is not supported. Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/en_BE.txt locales tools/camomilelocaledef.opt --file locales/lv_LV.txt locales tools/camomilelocaledef.opt --file locales/nb_NO.txt locales tools/camomilelocaledef.opt --file locales/en_US_POSIX.txt locales tools/camomilelocaledef.opt --file locales/es_NI.txt locales tools/camomilelocaledef.opt --file locales/mr_IN.txt locales tools/camomilelocaledef.opt --file locales/de__PHONEBOOK.txt locales tools/camomilelocaledef.opt --file locales/gu.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/uk.txt locales tools/camomilelocaledef.opt --file locales/es_US.txt locales tools/camomilelocaledef.opt --file locales/iw_IL.txt locales tools/camomilelocaledef.opt --file locales/kn.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/ar_SD.txt locales tools/camomilelocaledef.opt --file locales/mk_MK.txt locales tools/camomilelocaledef.opt --file locales/so_ET.txt locales tools/camomilelocaledef.opt --file locales/nl.txt locales tools/camomilelocaledef.opt --file locales/es.txt locales tools/camomilelocaledef.opt --file locales/nn.txt locales tools/camomilelocaledef.opt --file locales/ar_SA.txt locales tools/camomilelocaledef.opt --file locales/fa.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/id_ID.txt locales tools/camomilelocaledef.opt --file locales/ja_JP.txt locales tools/camomilelocaledef.opt --file locales/eu_ES_PREEURO.txt locales tools/camomilelocaledef.opt --file locales/da.txt locales tools/camomilelocaledef.opt --file locales/fr_LU.txt locales tools/camomilelocaledef.opt --file locales/fr_CA.txt locales tools/camomilelocaledef.opt --file locales/ko.txt locales tools/camomilelocaledef.opt --file locales/tr_TR.txt locales tools/camomilelocaledef.opt --file locales/el_GR_PREEURO.txt locales tools/camomilelocaledef.opt --file locales/kn_IN.txt locales tools/camomilelocaledef.opt --file locales/hy.txt locales tools/camomilelocaledef.opt --file locales/be.txt locales tools/camomilelocaledef.opt --file locales/es_UY.txt locales tools/camomilelocaledef.opt --file locales/pt_PT.txt locales tools/camomilelocaledef.opt --file locales/ar_KW.txt locales tools/camomilelocaledef.opt --file locales/en_NZ.txt locales tools/camomilelocaledef.opt --file locales/lv.txt locales tools/camomilelocaledef.opt --file locales/es_BO.txt locales tools/camomilelocaledef.opt --file locales/so_SO.txt locales tools/camomilelocaledef.opt --file locales/de_LU.txt locales tools/camomilelocaledef.opt --file locales/sl_SI.txt locales tools/camomilelocaledef.opt --file locales/af_ZA.txt locales tools/camomilelocaledef.opt --file locales/de_DE.txt locales tools/camomilelocaledef.opt --file locales/sr_YU.txt locales tools/camomilelocaledef.opt --file locales/kl.txt locales tools/camomilelocaledef.opt --file locales/es_AR.txt locales tools/camomilelocaledef.opt --file locales/fr_MC.txt locales tools/camomilelocaledef.opt --file locales/ta.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/fa_IR.txt locales tools/camomilelocaledef.opt --file locales/sa.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/ar_QA.txt locales tools/camomilelocaledef.opt --file locales/fr_FR_PREEURO.txt locales tools/camomilelocaledef.opt --file locales/mk.txt locales tools/camomilelocaledef.opt --file locales/fi_FI.txt locales tools/camomilelocaledef.opt --file locales/es_SV.txt locales tools/camomilelocaledef.opt --file locales/en_AU.txt locales tools/camomilelocaledef.opt --file locales/syr_SY.txt locales tools/camomilelocaledef.opt --file locales/nn_NO.txt locales tools/camomilelocaledef.opt --file locales/ka.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/te_IN.txt locales tools/camomilelocaledef.opt --file locales/ja.txt locales Warning : strength option is not supported tools/camomilelocaledef.opt --file locales/ta_IN.txt locales tools/camomilelocaledef.opt --file locales/pt_PT_PREEURO.txt locales tools/camomilelocaledef.opt --file locales/ar.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/en_MT.txt locales tools/camomilelocaledef.opt --file locales/ga.txt locales tools/camomilelocaledef.opt --file locales/az_AZ.txt locales tools/camomilelocaledef.opt --file locales/fa_IN.txt locales tools/camomilelocaledef.opt --file locales/ru_UA.txt locales tools/camomilelocaledef.opt --file locales/zh_TW_STROKE.txt locales tools/camomilelocaledef.opt --file locales/es_PR.txt locales tools/camomilelocaledef.opt --file locales/ca.txt locales tools/camomilelocaledef.opt --file locales/kk_KZ.txt locales tools/camomilelocaledef.opt --file locales/ar_DZ.txt locales tools/camomilelocaledef.opt --file locales/lt.txt locales tools/camomilelocaledef.opt --file locales/ky.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/sh.txt locales tools/camomilelocaledef.opt --file locales/nb.txt locales tools/camomilelocaledef.opt --file locales/gl.txt locales tools/camomilelocaledef.opt --file locales/es_PY.txt locales tools/camomilelocaledef.opt --file locales/en_MH.txt locales tools/camomilelocaledef.opt --file locales/ar_LB.txt locales tools/camomilelocaledef.opt --file locales/en_GU.txt locales tools/camomilelocaledef.opt --file locales/ar_LY.txt locales tools/camomilelocaledef.opt --file locales/en_ZA.txt locales tools/camomilelocaledef.opt --file locales/fr_CH.txt locales tools/camomilelocaledef.opt --file locales/am.txt locales tools/camomilelocaledef.opt --file locales/eu_ES.txt locales tools/camomilelocaledef.opt --file locales/no_NO_NY.txt locales tools/camomilelocaledef.opt --file locales/ar_YE.txt locales tools/camomilelocaledef.opt --file locales/sw_KE.txt locales tools/camomilelocaledef.opt --file locales/om_KE.txt locales tools/camomilelocaledef.opt --file locales/eu.txt locales tools/camomilelocaledef.opt --file locales/sq_AL.txt locales tools/camomilelocaledef.opt --file locales/el_GR.txt locales tools/camomilelocaledef.opt --file locales/es_CO.txt locales tools/camomilelocaledef.opt --file locales/el.txt locales Warning : normalization option is not supported tools/camomilelocaledef.opt --file locales/en_PH.txt locales tools/camomilelocaledef.opt --file locales/no_NO.txt locales tools/camomilelocaledef.opt --file locales/ms_BN.txt locales tools/camomilelocaledef.opt --file locales/id.txt locales tools/camomilelocaledef.opt --file locales/ar_BH.txt locales tools/camomilelocaledef.opt --file locales/uk_UA.txt locales rm toolslib/colLexer.ml internal/uReStrLexer.ml toolslib/colParser.mli toolslib/colParser.ml + make dochtml mkdir -p dochtml ocamldoc -I internal -I public -I toolslib -I . -html -d dochtml camomileLibrary.mli camomileLibraryDefault.mli camomileLibraryDyn.mli + make man mkdir -p man ocamldoc -I internal -I public -I toolslib -I . -man -d man camomileLibrary.mli camomileLibraryDefault.mli camomileLibraryDyn.mli Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rDAEo4 + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm ++ dirname /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm + cd camomile-0.8.5 + export DESTDIR=/builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm + DESTDIR=/builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm + export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/lib/ocaml + OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/lib/ocaml + mkdir -p /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/lib/ocaml /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/lib/ocaml/stublibs + mkdir -p /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/bin + make install prefix=/builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr DATADIR=/builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share files= &&\ if [ -f camomileLibrary.cmx ]; then files=camomileLibrary.cmx; fi && \ if [ -f camomileLibrary.cma ]; then files="camomileLibrary.cma $files"; fi && \ if [ -f camomileLibrary.cmxa ]; then files="camomileLibrary.cmxa $files"; fi && \ if [ -f camomileLibraryDefault.cmx ]; then files="camomileLibraryDefault.cmx $files"; fi && \ if [ -f camomileLibraryDyn.cmx ]; then files="camomileLibraryDyn.cmx $files"; fi && \ if [ -f camomile.cma ]; then files="camomile.cma $files"; fi&& \ if [ -f camomile.cmxa ]; then files="camomile.cmxa $files"; fi&& \ if [ -f camomile.a ]; then files="camomile.a $files"; fi && \ ocamlfind install camomile $files META camomileLibrary.mli camomileLibraryDefault.mli camomileLibraryDyn.mli camomileLibrary.cmi camomileLibraryDefault.cmi camomileLibraryDyn.cmi Installed /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/lib/ocaml/camomile/camomileLibraryDyn.cmi Installed /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/lib/ocaml/camomile/camomileLibraryDefault.cmi Installed /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/lib/ocaml/camomile/camomileLibrary.cmi Installed /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/lib/ocaml/camomile/camomileLibraryDyn.mli Installed /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/lib/ocaml/camomile/camomileLibraryDefault.mli Installed /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/lib/ocaml/camomile/camomileLibrary.mli Installed /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/lib/ocaml/camomile/camomileLibrary.cmx Installed /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/lib/ocaml/camomile/camomileLibrary.cma Installed /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/lib/ocaml/camomile/camomileLibrary.cmxa Installed /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/lib/ocaml/camomile/camomileLibraryDefault.cmx Installed /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/lib/ocaml/camomile/camomileLibraryDyn.cmx Installed /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/lib/ocaml/camomile/camomile.cma Installed /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/lib/ocaml/camomile/camomile.cmxa Installed /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/lib/ocaml/camomile/camomile.a Installed /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/lib/ocaml/camomile/META mkdir -p '/builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share' mkdir -p '/builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share'/camomile mkdir -p '/builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share'/camomile/database cp -f database/*.mar '/builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share'/camomile/database || true mkdir -p '/builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share'/camomile/charmaps cp -f charmaps/*.mar '/builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share'/camomile/charmaps || true mkdir -p '/builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share'/camomile/mappings cp -f mappings/*.mar '/builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share'/camomile/mappings || true mkdir -p '/builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share'/camomile/locales cp -f locales/*.mar '/builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share'/camomile/locales || true + cp tools/camomilecharmap.opt /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/bin/camomilecharmap + cp tools/camomilelocaledef.opt /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/bin/camomilelocaledef + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/camomile-0.8.5 extracting debug info from /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/bin/camomilecharmap extracting debug info from /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/bin/camomilelocaledef dwz: Error mmapping multi-file temporary files /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. cpio: camomile-0.8.5/buffer.ml: Cannot stat: No such file or directory cpio: camomile-0.8.5/bytes.ml: Cannot stat: No such file or directory cpio: camomile-0.8.5/list.ml: Cannot stat: No such file or directory cpio: camomile-0.8.5/pervasives.ml: Cannot stat: No such file or directory cpio: camomile-0.8.5/str.ml: Cannot stat: No such file or directory cpio: camomile-0.8.5/string.ml: Cannot stat: No such file or directory cpio: camomile-0.8.5/toolslib/colLexer.ml: Cannot stat: No such file or directory cpio: camomile-0.8.5/toolslib/colParser.ml: Cannot stat: No such file or directory cpio: ocaml-4.02.2/stdlib: Cannot stat: No such file or directory cpio: ocaml-4.02.2/stdlib/std_exit.ml: Cannot stat: No such file or directory 600 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: ocaml-camomile-0.8.5-10bs02npfc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jbK1gH + umask 022 + cd /builddir/build/BUILD + cd camomile-0.8.5 + DOCDIR=/builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share/doc/ocaml-camomile + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share/doc/ocaml-camomile + cp -pr README /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share/doc/ocaml-camomile + exit 0 Provides: ocaml(AvlTree) = 30486f825b329e3aea25db02f77f481f ocaml(Bitsvect) = 4281c57100d379a907a9ea07af45aa94 ocaml(Byte_labeled_dag) = 0148f507160264035cc68fd5b53aa426 ocaml(Bytesvect) = e74c35a5ea8b3a48686c15be7c52d585 ocaml(CamomileDefaultConfig) = 9bda7152c44db40e5d1d9c3cacd94688 ocaml(CamomileLibrary) = 1592324f65498116603cd7eceac811e0 ocaml(CamomileLibraryDefault) = ed3d86e77f8187f89eed4035676a3152 ocaml(CamomileLibraryDyn) = 842267cb58f2a940fbd08a59a6039abf ocaml(CaseMap) = 67d97c8480a9fd7bf01e546c76c690b7 ocaml(CharEncoding) = d31de9fa0eff91029710c84cb56096ef ocaml(Charmap) = d26ba66adf7559ee20ae24c6e0c974d5 ocaml(ConfigInt) = b40bcf9da8abeb2994570b2b6bc911ee ocaml(Database) = 88daf39e8b7bb0801045c910eb81b345 ocaml(Hangul) = a646daa3853e3ed80dc81e55d7b40b75 ocaml(IMap) = 2c3850f94a9eb2b215cf2d0b8f88d6ba ocaml(ISet) = 02fd71f4841135104795f95fc45d85c5 ocaml(Locale) = b134d71a246023f8cee1ad31f85ea739 ocaml(OOChannel) = 8a1da0e0ef46a24169cb299cf38db234 ocaml(StringPrep) = 080f01734ffbd75456e3686b453b89ee ocaml(StringPrep_data) = 7181440e5afdf7dd4259f71df1332d2f ocaml(SubText) = c271ef810896c7d7105b19a04e47f973 ocaml(Tbl31) = 99b9050bb3ecb905817411c2ac4f5002 ocaml(UCS4) = da26ba049aaefffde94a1ad5d08d3095 ocaml(UChar) = 62c87686f830d02cc28ab63912eaeb3c ocaml(UCharInfo) = 3256cfe02a1bf89e3b61b42b2a959f79 ocaml(UCharTbl) = b4a4705144554a295b82384bcdb4a2ed ocaml(UCol) = 8c95754af52acf8712223aafd6c97564 ocaml(ULine) = b8acacbbe851f90f6b77d8fa7907ca7e ocaml(UMap) = 8b3335fa7d31b5d8b0f1862d43b4e8d0 ocaml(UNF) = 90763755e2c2f567ae1e7e70d8836e88 ocaml(UPervasives) = e38120e7a99e8ee8baeba73233c6306a ocaml(URe) = 641965e385ad09a70ce586de4441727d ocaml(UReStr) = d72dbe05e2f36038a4c0f13a6068ea34 ocaml(UReStrLexer) = 273b42359394b5327bbfbdc18c089cf7 ocaml(UReStrParser) = 48d2826abb86042ae7d6431d9ebf281d ocaml(UReStrParserType) = d4ac1027ec30db7a6ae137dab06b5ae9 ocaml(USet) = 314ac73664fb9f5797f0e8c130cb8d83 ocaml(UTF16) = 40533fe8e2241cb9264df99f7eb40ea1 ocaml(UTF8) = a4b009a9cf36fb26343d22a71d75fc5c ocaml(UText) = 41ddcbbfa4ceb4549fee601079ae5d10 ocaml(UnicodeString) = 8aadbf2afffd7697aac9c76caa15fa7a ocaml(Unidata) = 0dcd09114c452a655d731c66bf8a24ff ocaml(Unimap) = c95ee518415a80b31ac202fc13396809 ocaml(XArray) = bd837b24665b899629f11bf908962899 ocaml(XString) = b773f5839365744d0171ac7fe19a50f8 ocaml-camomile = 0.8.5-10bs02npfc23 ocaml-camomile(armv6hl-32) = 0.8.5-10bs02npfc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.7) libdl.so.2 libdl.so.2(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libm.so.6 libm.so.6(GLIBC_2.4) ocaml(Array) = ae800d8cf9903f1d36856950940430e6 ocaml(AvlTree) = 30486f825b329e3aea25db02f77f481f ocaml(Bigarray) = 0643187a8b562858118690c393d01c2e ocaml(Buffer) = a579f4a57e300ec755f84af883c1e51b ocaml(CamlinternalFormatBasics) = 8b069fca1e4d9316b588e5554f38bb24 ocaml(CamlinternalLazy) = 122717041759525de93c0247d8e18b5a ocaml(CamlinternalOO) = 3d0b4eb4525ba4274c8885d7124f7bbc ocaml(CamomileLibrary) = 1592324f65498116603cd7eceac811e0 ocaml(Char) = 60fd98ba6ff303baf9287e7bfb886f12 ocaml(Complex) = d0dcc1da3c694cf9a7e924c7832d1528 ocaml(Filename) = 3817bec1dad20c6f594d3a85b13020b8 ocaml(Format) = 61d4350242b30078d3ad96c904c9f7a1 ocaml(Hashtbl) = bb8e269d690301a1c4ff14a08e96e83e ocaml(IMap) = 2c3850f94a9eb2b215cf2d0b8f88d6ba ocaml(ISet) = 02fd71f4841135104795f95fc45d85c5 ocaml(Int32) = f43b8a2972804b40e28b661b6fdf157a ocaml(Lazy) = 7dba0bf02f60e5ff44e9e4057263f28d ocaml(Lexing) = 1be6a5484fb3cfb69d2c981438a7be62 ocaml(List) = 8988208489274193e4e3f69dc6ec2f75 ocaml(Obj) = 8b014ec57a472d9f3922b63e5de9d1f2 ocaml(Parsing) = 4f8cd2d8537563c7ea7ee2e5dc94e427 ocaml(Pervasives) = 0d015a5a2136659b0de431be7f1545be ocaml(Printf) = eb49a17645c5ea2dd298430a3c986186 ocaml(Queue) = 06a89c77a23c672d34cb97e6dfc5f30d ocaml(Stream) = 55948988e71c3ee1749feb21ccec9fc9 ocaml(String) = 9cb286f2c4569fd32c379b1a05c7b590 ocaml(Sys) = 0ce699458ce4430954d7e6a78874647c ocaml(Unix) = 30a4cc8e5f4f902ea609c91caec48af7 ocaml(Weak) = 441c40816fe88175926465199a665458 ocaml(runtime) = 4.02.2 rtld(GNU_HASH) Processing files: ocaml-camomile-devel-0.8.5-10bs02npfc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.VuJGE2 + umask 022 + cd /builddir/build/BUILD + cd camomile-0.8.5 + DOCDIR=/builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share/doc/ocaml-camomile-devel + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share/doc/ocaml-camomile-devel + cp -pr README /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share/doc/ocaml-camomile-devel + cp -pr dochtml/CamomileLibrary.CaseMap.Make.html dochtml/CamomileLibrary.CaseMap.Type.html dochtml/CamomileLibrary.CaseMap.html dochtml/CamomileLibrary.CharEncoding.Configure.html dochtml/CamomileLibrary.CharEncoding.Interface.Make.html dochtml/CamomileLibrary.CharEncoding.Interface.Type.html dochtml/CamomileLibrary.CharEncoding.Interface.convert_input-c.html dochtml/CamomileLibrary.CharEncoding.Interface.convert_output-c.html dochtml/CamomileLibrary.CharEncoding.Interface.convert_uchar_input-c.html dochtml/CamomileLibrary.CharEncoding.Interface.convert_uchar_output-c.html dochtml/CamomileLibrary.CharEncoding.Interface.html dochtml/CamomileLibrary.CharEncoding.Interface.in_channel-c.html dochtml/CamomileLibrary.CharEncoding.Interface.out_channel-c.html dochtml/CamomileLibrary.CharEncoding.Interface.uchar_input_channel_of-c.html dochtml/CamomileLibrary.CharEncoding.Interface.uchar_output_channel_of-c.html dochtml/CamomileLibrary.CharEncoding.html dochtml/CamomileLibrary.ConfigInt.Type.html dochtml/CamomileLibrary.ConfigInt.html dochtml/CamomileLibrary.DefaultConfig.html dochtml/CamomileLibrary.Locale.html dochtml/CamomileLibrary.Make.html dochtml/CamomileLibrary.OOChannel.channel_of_stream-c.html dochtml/CamomileLibrary.OOChannel.char_input_channel-c.html dochtml/CamomileLibrary.OOChannel.char_input_channel_of-c.html dochtml/CamomileLibrary.OOChannel.char_obj_input_channel_of-c.html dochtml/CamomileLibrary.OOChannel.char_obj_output_channel_of-c.html dochtml/CamomileLibrary.OOChannel.char_output_channel-c.html dochtml/CamomileLibrary.OOChannel.char_output_channel_of-c.html dochtml/CamomileLibrary.OOChannel.html dochtml/CamomileLibrary.OOChannel.obj_input_channel-c.html dochtml/CamomileLibrary.OOChannel.obj_output_channel-c.html dochtml/CamomileLibrary.OOChannel.of_in_channel-c.html dochtml/CamomileLibrary.OOChannel.of_out_channel-c.html dochtml/CamomileLibrary.StringPrep.Make.html dochtml/CamomileLibrary.StringPrep.Type.html dochtml/CamomileLibrary.StringPrep.html dochtml/CamomileLibrary.SubText.Make.html dochtml/CamomileLibrary.SubText.Type.Buf.html dochtml/CamomileLibrary.SubText.Type.html dochtml/CamomileLibrary.SubText.html dochtml/CamomileLibrary.Type.CaseMap.Make.html dochtml/CamomileLibrary.Type.CaseMap.Type.html dochtml/CamomileLibrary.Type.CaseMap.html dochtml/CamomileLibrary.Type.CharEncoding.html dochtml/CamomileLibrary.Type.Locale.html dochtml/CamomileLibrary.Type.OOChannel.channel_of_stream-c.html dochtml/CamomileLibrary.Type.OOChannel.char_input_channel-c.html dochtml/CamomileLibrary.Type.OOChannel.char_input_channel_of-c.html dochtml/CamomileLibrary.Type.OOChannel.char_obj_input_channel_of-c.html dochtml/CamomileLibrary.Type.OOChannel.char_obj_output_channel_of-c.html dochtml/CamomileLibrary.Type.OOChannel.char_output_channel-c.html dochtml/CamomileLibrary.Type.OOChannel.char_output_channel_of-c.html dochtml/CamomileLibrary.Type.OOChannel.html dochtml/CamomileLibrary.Type.OOChannel.obj_input_channel-c.html dochtml/CamomileLibrary.Type.OOChannel.obj_output_channel-c.html dochtml/CamomileLibrary.Type.OOChannel.of_in_channel-c.html dochtml/CamomileLibrary.Type.OOChannel.of_out_channel-c.html dochtml/CamomileLibrary.Type.StringPrep.Make.html dochtml/CamomileLibrary.Type.StringPrep.Type.html dochtml/CamomileLibrary.Type.StringPrep.html dochtml/CamomileLibrary.Type.SubText.Make.html dochtml/CamomileLibrary.Type.SubText.Type.Buf.html dochtml/CamomileLibrary.Type.SubText.Type.html dochtml/CamomileLibrary.Type.SubText.html dochtml/CamomileLibrary.Type.UCS4.Buf.html dochtml/CamomileLibrary.Type.UCS4.html dochtml/CamomileLibrary.Type.UChar.html dochtml/CamomileLibrary.Type.UCharInfo.html dochtml/CamomileLibrary.Type.UCharTbl.Bits.html dochtml/CamomileLibrary.Type.UCharTbl.Bool.html dochtml/CamomileLibrary.Type.UCharTbl.Bytes.html dochtml/CamomileLibrary.Type.UCharTbl.Char.html dochtml/CamomileLibrary.Type.UCharTbl.Make.html dochtml/CamomileLibrary.Type.UCharTbl.Type.html dochtml/CamomileLibrary.Type.UCharTbl.html dochtml/CamomileLibrary.Type.UCol.Make.html dochtml/CamomileLibrary.Type.UCol.Type.html dochtml/CamomileLibrary.Type.UCol.html dochtml/CamomileLibrary.Type.ULine.Make.html dochtml/CamomileLibrary.Type.ULine.Type.html dochtml/CamomileLibrary.Type.ULine.Type.input_line-c.html dochtml/CamomileLibrary.Type.ULine.Type.output_line-c.html dochtml/CamomileLibrary.Type.ULine.html dochtml/CamomileLibrary.Type.ULine.input-c.html dochtml/CamomileLibrary.Type.ULine.output-c.html dochtml/CamomileLibrary.Type.UMap.html dochtml/CamomileLibrary.Type.UNF.Make.html dochtml/CamomileLibrary.Type.UNF.Type.html dochtml/CamomileLibrary.Type.UNF.html dochtml/CamomileLibrary.Type.UPervasives.html dochtml/CamomileLibrary.Type.URe.Make.html dochtml/CamomileLibrary.Type.URe.Type.SubText.html dochtml/CamomileLibrary.Type.URe.Type.html dochtml/CamomileLibrary.Type.URe.html dochtml/CamomileLibrary.Type.UReStr.html dochtml/CamomileLibrary.Type.USet.html dochtml/CamomileLibrary.Type.UTF16.Buf.html dochtml/CamomileLibrary.Type.UTF16.html dochtml/CamomileLibrary.Type.UTF8.Buf.html dochtml/CamomileLibrary.Type.UTF8.html dochtml/CamomileLibrary.Type.UText.Buf.html dochtml/CamomileLibrary.Type.UText.html dochtml/CamomileLibrary.Type.UnicodeString.Type.Buf.html dochtml/CamomileLibrary.Type.UnicodeString.Type.html dochtml/CamomileLibrary.Type.UnicodeString.html dochtml/CamomileLibrary.Type.XString.Buf.html dochtml/CamomileLibrary.Type.XString.html dochtml/CamomileLibrary.Type.html dochtml/CamomileLibrary.UCS4.Buf.html dochtml/CamomileLibrary.UCS4.html dochtml/CamomileLibrary.UChar.html dochtml/CamomileLibrary.UCharInfo.Make.html dochtml/CamomileLibrary.UCharInfo.Type.html dochtml/CamomileLibrary.UCharInfo.html dochtml/CamomileLibrary.UCharTbl.Bits.html dochtml/CamomileLibrary.UCharTbl.Bool.html dochtml/CamomileLibrary.UCharTbl.Bytes.html dochtml/CamomileLibrary.UCharTbl.Char.html dochtml/CamomileLibrary.UCharTbl.Make.html dochtml/CamomileLibrary.UCharTbl.Type.html dochtml/CamomileLibrary.UCharTbl.html dochtml/CamomileLibrary.UCol.Make.html dochtml/CamomileLibrary.UCol.Type.html dochtml/CamomileLibrary.UCol.html dochtml/CamomileLibrary.ULine.Make.html dochtml/CamomileLibrary.ULine.Type.html dochtml/CamomileLibrary.ULine.Type.input_line-c.html dochtml/CamomileLibrary.ULine.Type.output_line-c.html dochtml/CamomileLibrary.ULine.html dochtml/CamomileLibrary.ULine.input-c.html dochtml/CamomileLibrary.ULine.output-c.html dochtml/CamomileLibrary.UMap.html dochtml/CamomileLibrary.UNF.Make.html dochtml/CamomileLibrary.UNF.Type.NFCBuf.html dochtml/CamomileLibrary.UNF.Type.html dochtml/CamomileLibrary.UNF.Type.nfc-c.html dochtml/CamomileLibrary.UNF.Type.nfd-c.html dochtml/CamomileLibrary.UNF.Type.nfkc-c.html dochtml/CamomileLibrary.UNF.Type.nfkd-c.html dochtml/CamomileLibrary.UNF.html dochtml/CamomileLibrary.UPervasives.html dochtml/CamomileLibrary.URe.Make.html dochtml/CamomileLibrary.URe.Type.SubText.html dochtml/CamomileLibrary.URe.Type.html dochtml/CamomileLibrary.URe.html dochtml/CamomileLibrary.UReStr.Configure.html dochtml/CamomileLibrary.UReStr.Interface.Make.html dochtml/CamomileLibrary.UReStr.Interface.Type.SubText.html dochtml/CamomileLibrary.UReStr.Interface.Type.html dochtml/CamomileLibrary.UReStr.Interface.html dochtml/CamomileLibrary.UReStr.html dochtml/CamomileLibrary.USet.html dochtml/CamomileLibrary.UTF16.Buf.html dochtml/CamomileLibrary.UTF16.html dochtml/CamomileLibrary.UTF8.Buf.html dochtml/CamomileLibrary.UTF8.html dochtml/CamomileLibrary.UText.Buf.html dochtml/CamomileLibrary.UText.html dochtml/CamomileLibrary.UnicodeString.Type.Buf.html dochtml/CamomileLibrary.UnicodeString.Type.html dochtml/CamomileLibrary.UnicodeString.html dochtml/CamomileLibrary.XString.Buf.html dochtml/CamomileLibrary.XString.html dochtml/CamomileLibrary.html dochtml/CamomileLibraryDefault.Camomile.html dochtml/CamomileLibraryDefault.Config.html dochtml/CamomileLibraryDefault.html dochtml/CamomileLibraryDyn.Camomile.html dochtml/CamomileLibraryDyn.Config.html dochtml/CamomileLibraryDyn.html dochtml/index.html dochtml/index_attributes.html dochtml/index_class_types.html dochtml/index_classes.html dochtml/index_exceptions.html dochtml/index_extensions.html dochtml/index_methods.html dochtml/index_module_types.html dochtml/index_modules.html dochtml/index_types.html dochtml/index_values.html dochtml/style.css dochtml/type_CamomileLibrary.CaseMap.Make.html dochtml/type_CamomileLibrary.CaseMap.Type.html dochtml/type_CamomileLibrary.CaseMap.html dochtml/type_CamomileLibrary.CharEncoding.Configure.html dochtml/type_CamomileLibrary.CharEncoding.Interface.Make.html dochtml/type_CamomileLibrary.CharEncoding.Interface.Type.html dochtml/type_CamomileLibrary.CharEncoding.Interface.convert_input.html dochtml/type_CamomileLibrary.CharEncoding.Interface.convert_output.html dochtml/type_CamomileLibrary.CharEncoding.Interface.convert_uchar_input.html dochtml/type_CamomileLibrary.CharEncoding.Interface.convert_uchar_output.html dochtml/type_CamomileLibrary.CharEncoding.Interface.html dochtml/type_CamomileLibrary.CharEncoding.Interface.in_channel.html dochtml/type_CamomileLibrary.CharEncoding.Interface.out_channel.html dochtml/type_CamomileLibrary.CharEncoding.Interface.uchar_input_channel_of.html dochtml/type_CamomileLibrary.CharEncoding.Interface.uchar_output_channel_of.html dochtml/type_CamomileLibrary.CharEncoding.html dochtml/type_CamomileLibrary.ConfigInt.Type.html dochtml/type_CamomileLibrary.ConfigInt.html dochtml/type_CamomileLibrary.DefaultConfig.html dochtml/type_CamomileLibrary.Locale.html dochtml/type_CamomileLibrary.Make.html dochtml/type_CamomileLibrary.OOChannel.channel_of_stream.html dochtml/type_CamomileLibrary.OOChannel.char_input_channel.html dochtml/type_CamomileLibrary.OOChannel.char_input_channel_of.html dochtml/type_CamomileLibrary.OOChannel.char_obj_input_channel_of.html dochtml/type_CamomileLibrary.OOChannel.char_obj_output_channel_of.html dochtml/type_CamomileLibrary.OOChannel.char_output_channel.html dochtml/type_CamomileLibrary.OOChannel.char_output_channel_of.html dochtml/type_CamomileLibrary.OOChannel.html dochtml/type_CamomileLibrary.OOChannel.obj_input_channel.html dochtml/type_CamomileLibrary.OOChannel.obj_output_channel.html dochtml/type_CamomileLibrary.OOChannel.of_in_channel.html dochtml/type_CamomileLibrary.OOChannel.of_out_channel.html dochtml/type_CamomileLibrary.StringPrep.Make.html dochtml/type_CamomileLibrary.StringPrep.Type.html dochtml/type_CamomileLibrary.StringPrep.html dochtml/type_CamomileLibrary.SubText.Make.html dochtml/type_CamomileLibrary.SubText.Type.Buf.html dochtml/type_CamomileLibrary.SubText.Type.html dochtml/type_CamomileLibrary.SubText.html dochtml/type_CamomileLibrary.Type.CaseMap.Make.html dochtml/type_CamomileLibrary.Type.CaseMap.Type.html dochtml/type_CamomileLibrary.Type.CaseMap.html dochtml/type_CamomileLibrary.Type.CharEncoding.html dochtml/type_CamomileLibrary.Type.Locale.html dochtml/type_CamomileLibrary.Type.OOChannel.channel_of_stream.html dochtml/type_CamomileLibrary.Type.OOChannel.char_input_channel.html dochtml/type_CamomileLibrary.Type.OOChannel.char_input_channel_of.html dochtml/type_CamomileLibrary.Type.OOChannel.char_obj_input_channel_of.html dochtml/type_CamomileLibrary.Type.OOChannel.char_obj_output_channel_of.html dochtml/type_CamomileLibrary.Type.OOChannel.char_output_channel.html dochtml/type_CamomileLibrary.Type.OOChannel.char_output_channel_of.html dochtml/type_CamomileLibrary.Type.OOChannel.html dochtml/type_CamomileLibrary.Type.OOChannel.obj_input_channel.html dochtml/type_CamomileLibrary.Type.OOChannel.obj_output_channel.html dochtml/type_CamomileLibrary.Type.OOChannel.of_in_channel.html dochtml/type_CamomileLibrary.Type.OOChannel.of_out_channel.html dochtml/type_CamomileLibrary.Type.StringPrep.Make.html dochtml/type_CamomileLibrary.Type.StringPrep.Type.html dochtml/type_CamomileLibrary.Type.StringPrep.html dochtml/type_CamomileLibrary.Type.SubText.Make.html dochtml/type_CamomileLibrary.Type.SubText.Type.Buf.html dochtml/type_CamomileLibrary.Type.SubText.Type.html dochtml/type_CamomileLibrary.Type.SubText.html dochtml/type_CamomileLibrary.Type.UCS4.Buf.html dochtml/type_CamomileLibrary.Type.UCS4.html dochtml/type_CamomileLibrary.Type.UChar.html dochtml/type_CamomileLibrary.Type.UCharInfo.html dochtml/type_CamomileLibrary.Type.UCharTbl.Bits.html dochtml/type_CamomileLibrary.Type.UCharTbl.Bool.html dochtml/type_CamomileLibrary.Type.UCharTbl.Bytes.html dochtml/type_CamomileLibrary.Type.UCharTbl.Char.html dochtml/type_CamomileLibrary.Type.UCharTbl.Make.html dochtml/type_CamomileLibrary.Type.UCharTbl.Type.html dochtml/type_CamomileLibrary.Type.UCharTbl.html dochtml/type_CamomileLibrary.Type.UCol.Make.html dochtml/type_CamomileLibrary.Type.UCol.Type.html dochtml/type_CamomileLibrary.Type.UCol.html dochtml/type_CamomileLibrary.Type.ULine.Make.html dochtml/type_CamomileLibrary.Type.ULine.Type.html dochtml/type_CamomileLibrary.Type.ULine.Type.input_line.html dochtml/type_CamomileLibrary.Type.ULine.Type.output_line.html dochtml/type_CamomileLibrary.Type.ULine.html dochtml/type_CamomileLibrary.Type.ULine.input.html dochtml/type_CamomileLibrary.Type.ULine.output.html dochtml/type_CamomileLibrary.Type.UMap.html dochtml/type_CamomileLibrary.Type.UNF.Make.html dochtml/type_CamomileLibrary.Type.UNF.Type.html dochtml/type_CamomileLibrary.Type.UNF.html dochtml/type_CamomileLibrary.Type.UPervasives.html dochtml/type_CamomileLibrary.Type.URe.Make.html dochtml/type_CamomileLibrary.Type.URe.Type.SubText.html dochtml/type_CamomileLibrary.Type.URe.Type.html dochtml/type_CamomileLibrary.Type.URe.html dochtml/type_CamomileLibrary.Type.UReStr.html dochtml/type_CamomileLibrary.Type.USet.html dochtml/type_CamomileLibrary.Type.UTF16.Buf.html dochtml/type_CamomileLibrary.Type.UTF16.html dochtml/type_CamomileLibrary.Type.UTF8.Buf.html dochtml/type_CamomileLibrary.Type.UTF8.html dochtml/type_CamomileLibrary.Type.UText.Buf.html dochtml/type_CamomileLibrary.Type.UText.html dochtml/type_CamomileLibrary.Type.UnicodeString.Type.Buf.html dochtml/type_CamomileLibrary.Type.UnicodeString.Type.html dochtml/type_CamomileLibrary.Type.UnicodeString.html dochtml/type_CamomileLibrary.Type.XString.Buf.html dochtml/type_CamomileLibrary.Type.XString.html dochtml/type_CamomileLibrary.Type.html dochtml/type_CamomileLibrary.UCS4.Buf.html dochtml/type_CamomileLibrary.UCS4.html dochtml/type_CamomileLibrary.UChar.html dochtml/type_CamomileLibrary.UCharInfo.Make.html dochtml/type_CamomileLibrary.UCharInfo.Type.html dochtml/type_CamomileLibrary.UCharInfo.html dochtml/type_CamomileLibrary.UCharTbl.Bits.html dochtml/type_CamomileLibrary.UCharTbl.Bool.html dochtml/type_CamomileLibrary.UCharTbl.Bytes.html dochtml/type_CamomileLibrary.UCharTbl.Char.html dochtml/type_CamomileLibrary.UCharTbl.Make.html dochtml/type_CamomileLibrary.UCharTbl.Type.html dochtml/type_CamomileLibrary.UCharTbl.html dochtml/type_CamomileLibrary.UCol.Make.html dochtml/type_CamomileLibrary.UCol.Type.html dochtml/type_CamomileLibrary.UCol.html dochtml/type_CamomileLibrary.ULine.Make.html dochtml/type_CamomileLibrary.ULine.Type.html dochtml/type_CamomileLibrary.ULine.Type.input_line.html dochtml/type_CamomileLibrary.ULine.Type.output_line.html dochtml/type_CamomileLibrary.ULine.html dochtml/type_CamomileLibrary.ULine.input.html dochtml/type_CamomileLibrary.ULine.output.html dochtml/type_CamomileLibrary.UMap.html dochtml/type_CamomileLibrary.UNF.Make.html dochtml/type_CamomileLibrary.UNF.Type.NFCBuf.html dochtml/type_CamomileLibrary.UNF.Type.html dochtml/type_CamomileLibrary.UNF.Type.nfc.html dochtml/type_CamomileLibrary.UNF.Type.nfd.html dochtml/type_CamomileLibrary.UNF.Type.nfkc.html dochtml/type_CamomileLibrary.UNF.Type.nfkd.html dochtml/type_CamomileLibrary.UNF.html dochtml/type_CamomileLibrary.UPervasives.html dochtml/type_CamomileLibrary.URe.Make.html dochtml/type_CamomileLibrary.URe.Type.SubText.html dochtml/type_CamomileLibrary.URe.Type.html dochtml/type_CamomileLibrary.URe.html dochtml/type_CamomileLibrary.UReStr.Configure.html dochtml/type_CamomileLibrary.UReStr.Interface.Make.html dochtml/type_CamomileLibrary.UReStr.Interface.Type.SubText.html dochtml/type_CamomileLibrary.UReStr.Interface.Type.html dochtml/type_CamomileLibrary.UReStr.Interface.html dochtml/type_CamomileLibrary.UReStr.html dochtml/type_CamomileLibrary.USet.html dochtml/type_CamomileLibrary.UTF16.Buf.html dochtml/type_CamomileLibrary.UTF16.html dochtml/type_CamomileLibrary.UTF8.Buf.html dochtml/type_CamomileLibrary.UTF8.html dochtml/type_CamomileLibrary.UText.Buf.html dochtml/type_CamomileLibrary.UText.html dochtml/type_CamomileLibrary.UnicodeString.Type.Buf.html dochtml/type_CamomileLibrary.UnicodeString.Type.html dochtml/type_CamomileLibrary.UnicodeString.html dochtml/type_CamomileLibrary.XString.Buf.html dochtml/type_CamomileLibrary.XString.html dochtml/type_CamomileLibrary.html dochtml/type_CamomileLibraryDefault.Camomile.html dochtml/type_CamomileLibraryDefault.Config.html dochtml/type_CamomileLibraryDefault.html dochtml/type_CamomileLibraryDyn.Camomile.html dochtml/type_CamomileLibraryDyn.Config.html dochtml/type_CamomileLibraryDyn.html /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share/doc/ocaml-camomile-devel + exit 0 Provides: ocaml-camomile-devel = 0.8.5-10bs02npfc23 ocaml-camomile-devel(armv6hl-32) = 0.8.5-10bs02npfc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-camomile-data-0.8.5-10bs02npfc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Pcd3Id + umask 022 + cd /builddir/build/BUILD + cd camomile-0.8.5 + DOCDIR=/builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share/doc/ocaml-camomile-data + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share/doc/ocaml-camomile-data + cp -pr README /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm/usr/share/doc/ocaml-camomile-data + exit 0 Provides: ocaml-camomile-data = 0.8.5-10bs02npfc23 ocaml-camomile-data(armv6hl-32) = 0.8.5-10bs02npfc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-camomile-debuginfo-0.8.5-10bs02npfc23.armv6hl Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm Wrote: /builddir/build/RPMS/ocaml-camomile-0.8.5-10bs02npfc23.armv6hl.rpm Wrote: /builddir/build/RPMS/ocaml-camomile-devel-0.8.5-10bs02npfc23.armv6hl.rpm Wrote: /builddir/build/RPMS/ocaml-camomile-data-0.8.5-10bs02npfc23.armv6hl.rpm Wrote: /builddir/build/RPMS/ocaml-camomile-debuginfo-0.8.5-10bs02npfc23.armv6hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Q6q2YN + umask 022 + cd /builddir/build/BUILD + cd camomile-0.8.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-camomile-0.8.5-10bs02npfc23.arm + exit 0 Child return code was: 0 LEAVE do -->