linux:openlitespeed:fedora_support_for_scripts:script_debug_003

003 Fedora 対応 + ビルド時間短縮スクリプト (実行結果)🤤

$ sudo ./build.sh

+ '[' -d openlitespeed ']'
+ rm -rf openlitespeed
+ git clone --depth 1 https://github.com/litespeedtech/openlitespeed.git
Cloning into 'openlitespeed'...
remote: Enumerating objects: 1888, done.
remote: Counting objects: 100% (1888/1888), done.
remote: Compressing objects: 100% (1739/1739), done.
remote: Total 1888 (delta 679), reused 572 (delta 108), pack-reused 0
Receiving objects: 100% (1888/1888), 7.97 MiB | 2.38 MiB/s, done.
Resolving deltas: 100% (679/679), done.
+ '[' -d third-party ']'
+ cat
+ patch -p0
patching file openlitespeed/build.sh
+ cat
+ cd openlitespeed
+ ./build.sh
+ VERSION=1.0.1
+ moduledir='modreqparser modinspector uploadprogress '
++ uname
+ OS=Linux
++ arch
+ ARCH=x86_64
+ ISLINUX=no
+ VERSIONNUMBER=
+ '[' Linux = FreeBSD ']'
+ '[' Linux = Linux ']'
+ APP_MGRS='apt apt-get dnf yum zypper apk'
+ APP_MGR_CMD=
+ for APP_MGR in ${APP_MGRS}
++ which apt
+ APP_MGR_CHECK=
+ '[' 1 -eq 0 ']'
+ for APP_MGR in ${APP_MGRS}
++ which apt-get
+ APP_MGR_CHECK=
+ '[' 1 -eq 0 ']'
+ for APP_MGR in ${APP_MGRS}
++ which dnf
+ APP_MGR_CHECK=
+ '[' 0 -eq 0 ']'
+ APP_MGR_CMD=dnf
+ break
+ echo OS is Linux, APP_MGR_CMD is dnf.
OS is Linux, APP_MGR_CMD is dnf.
+ '[' xdnf = x ']'
++ dirname ./build.sh
+ cd .
++ pwd
+ CURDIR=/home/tomoyan/work/openlitespeed
+ '[' Linux = FreeBSD ']'
+ '[' Linux = Linux ']'
+ ISLINUX=yes
+ prepareLinux
+ OSTYPE=unknownlinux
+ '[' -f /etc/redhat-release ']'
+ OSTYPE=CENTOS
+ sudo yum update -y
メタデータの期限切れの最終確認: 2:38:26 時間前の 2022年09月29日 12時26分06秒 に実施しました。
依存関係が解決しました。
行うべきことはありません。
完了しました!
++ cat /etc/redhat-release
+ output='Fedora release 36 (Thirty Six)'
+ echo Fedora release 36 '(Thirty' 'Six)'
+ grep Fedora
Fedora release 36 (Thirty Six)
+ OSTYPE=FEDORA
+ '[' '!' FEDORA = FEDORA ']'
+ '[' FEDORA = CENTOS7 ']'
+ '[' FEDORA = FEDORA ']'
+ sudo dnf -y groupinstall 'Development Tools'
メタデータの期限切れの最終確認: 2:38:29 時間前の 2022年09月29日 12時26分06秒 に実施しました。
依存関係が解決しました。
================================================================================
 パッケージ        アーキテクチャー バージョン          リポジトリー      サイズ
================================================================================
グループのインストール中:
 Development Tools                                                             

トランザクションの概要
================================================================================

完了しました!
+ sudo yum -y install git cmake
メタデータの期限切れの最終確認: 2:38:35 時間前の 2022年09月29日 12時26分06秒 に実施しました。
パッケージ git-2.37.3-1.fc36.x86_64 は既にインストールされています。
パッケージ cmake-3.22.2-1.fc36.x86_64 は既にインストールされています。
依存関係が解決しました。
行うべきことはありません。
完了しました!
+ installCmake
+ '[' dnf = apk ']'
+ dnf install -y git cmake
メタデータの期限切れの最終確認: 2:38:39 時間前の 2022年09月29日 12時26分06秒 に実施しました。
パッケージ git-2.37.3-1.fc36.x86_64 は既にインストールされています。
パッケージ cmake-3.22.2-1.fc36.x86_64 は既にインストールされています。
依存関係が解決しました。
行うべきことはありません。
完了しました!
++ cmake --version
++ grep version
++ awk '{print $3}'
+ CMAKEVER=3.22.2
+ getVersionNumber 3.22.2
+ STRING=3.22.2
++ echo 3.22.2
++ awk -F. '{ printf("%d", $1); }'
+ VER1=3
++ echo 3.22.2
++ awk -F. '{ printf("%d", $2); }'
+ VER2=22
++ echo 3.22.2
++ awk -F. '{ printf("%d", $3); }'
+ VER3=2
+ VERSIONNUMBER=3022003
+ '[' 3022003 -gt 3000000 ']'
+ echo cmake installed.
cmake installed.
+ return
+ sudo yum -y install libtool autoconf automake wget golang clang patch expat-devel
メタデータの期限切れの最終確認: 2:38:42 時間前の 2022年09月29日 12時26分06秒 に実施しました。
パッケージ libtool-2.4.7-1.fc36.x86_64 は既にインストールされています。
パッケージ autoconf-2.71-2.fc36.noarch は既にインストールされています。
パッケージ automake-1.16.5-7.fc36.noarch は既にインストールされています。
パッケージ wget-1.21.3-1.fc36.x86_64 は既にインストールされています。
パッケージ golang-1.18.6-1.fc36.x86_64 は既にインストールされています。
パッケージ clang-14.0.5-1.fc36.x86_64 は既にインストールされています。
パッケージ patch-2.7.6-16.fc36.x86_64 は既にインストールされています。
パッケージ expat-devel-2.4.7-1.fc36.x86_64 は既にインストールされています。
依存関係が解決しました。
行うべきことはありません。
完了しました!
+ '[' x86_64 = aarch64 ']'
+ cd ..
+ '[' '!' -d third-party ']'
+ git clone --depth 1 https://github.com/litespeedtech/third-party.git
Cloning into 'third-party'...
remote: Enumerating objects: 52, done.
remote: Counting objects: 100% (52/52), done.
remote: Compressing objects: 100% (48/48), done.
remote: Total 52 (delta 3), reused 32 (delta 2), pack-reused 0
Receiving objects: 100% (52/52), 15.27 KiB | 504.00 KiB/s, done.
Resolving deltas: 100% (3/3), done.
+ patch -p0
patching file third-party/script/build_bcrypt.sh
patching file third-party/script/build_bssl.sh
patching file third-party/script/build_curl.sh
patching file third-party/script/build_expat.sh
patching file third-party/script/build_flatbuffers.sh
patching file third-party/script/build_geoip.sh
patching file third-party/script/build_isal.sh
patching file third-party/script/build_libmodsec.sh
patching file third-party/script/build_lmdb.sh
patching file third-party/script/build_lslb.sh
patching file third-party/script/build_netmap.sh
patching file third-party/script/build_ols.sh
patching file third-party/script/build_openldap.sh
patching file third-party/script/build_openssl.sh
patching file third-party/script/build_zlib-cf.sh
patching file third-party/script/build_zlib.sh
patching file third-party/script/build_zmq.sh
+ mkdir third-party/lib64
+ cd third-party/script/
+ sed -i -e s/unittest-cpp/bcrypt/g ./build_ols.sh
+ '[' yes '!=' yes ']'
+ '[' x86_64 '!=' x86_64 ']'
+ ./build_ols.sh
Submodule 'src/brotli' (https://github.com/google/brotli.git) registered for path 'src/brotli'
Submodule 'src/ip2loc' (https://github.com/chrislim2888/IP2Location-C-Library.git) registered for path 'src/ip2loc'
Submodule 'src/libexpat' (https://github.com/libexpat/libexpat.git) registered for path 'src/libexpat'
Submodule 'src/libinjection' (https://github.com/client9/libinjection.git) registered for path 'src/libinjection'
Submodule 'src/libmaxminddb' (https://github.com/maxmind/libmaxminddb.git) registered for path 'src/libmaxminddb'
Submodule 'src/luajit' (https://github.com/LuaJIT/LuaJIT.git) registered for path 'src/luajit'
Submodule 'src/udns' (https://github.com/ortclib/udns.git) registered for path 'src/udns'
Submodule 'src/unittest-cpp' (https://github.com/unittest-cpp/unittest-cpp.git) registered for path 'src/unittest-cpp'
Cloning into '/home/tomoyan/work/third-party/src/brotli'...
Cloning into '/home/tomoyan/work/third-party/src/ip2loc'...
Cloning into '/home/tomoyan/work/third-party/src/libexpat'...
Cloning into '/home/tomoyan/work/third-party/src/libinjection'...
Cloning into '/home/tomoyan/work/third-party/src/libmaxminddb'...
Cloning into '/home/tomoyan/work/third-party/src/luajit'...
Cloning into '/home/tomoyan/work/third-party/src/udns'...
Cloning into '/home/tomoyan/work/third-party/src/unittest-cpp'...
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Enumerating objects: 376, done.
remote: Counting objects: 100% (376/376), done.
remote: Compressing objects: 100% (189/189), done.
remote: Total 194 (delta 154), reused 17 (delta 2), pack-reused 0
Receiving objects: 100% (194/194), 1.36 MiB | 2.09 MiB/s, done.
Resolving deltas: 100% (154/154), completed with 150 local objects.
From https://github.com/google/brotli
 * branch            d6d98957ca8ccb1ef45922e978bb10efca0ea541 -> FETCH_HEAD
Submodule path 'src/brotli': checked out 'd6d98957ca8ccb1ef45922e978bb10efca0ea541'
Submodule 'research/esaxx' (https://github.com/hillbig/esaxx) registered for path 'src/brotli/research/esaxx'
Submodule 'research/libdivsufsort' (https://github.com/y-256/libdivsufsort.git) registered for path 'src/brotli/research/libdivsufsort'
Cloning into '/home/tomoyan/work/third-party/src/brotli/research/esaxx'...
Cloning into '/home/tomoyan/work/third-party/src/brotli/research/libdivsufsort'...
Submodule path 'src/brotli/research/esaxx': checked out 'ca7cb332011ec37a8436487f210f396b84bd8273'
Submodule path 'src/brotli/research/libdivsufsort': checked out '5f60d6f026c30fb4ac296f696b3c8b0eb71bd428'
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Enumerating objects: 58, done.
remote: Counting objects: 100% (58/58), done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 36 (delta 17), reused 7 (delta 0), pack-reused 0
Unpacking objects: 100% (36/36), 145.09 KiB | 1.16 MiB/s, done.
From https://github.com/chrislim2888/IP2Location-C-Library
 * branch            8e3e2eadd45c08944e0eab2dc35b44c5f5167dcf -> FETCH_HEAD
Submodule path 'src/ip2loc': checked out '8e3e2eadd45c08944e0eab2dc35b44c5f5167dcf'
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Enumerating objects: 220, done.
remote: Counting objects: 100% (220/220), done.
remote: Compressing objects: 100% (110/110), done.
remote: Total 114 (delta 93), reused 13 (delta 3), pack-reused 0
Receiving objects: 100% (114/114), 30.60 KiB | 7.65 MiB/s, done.
Resolving deltas: 100% (93/93), completed with 89 local objects.
From https://github.com/libexpat/libexpat
 * branch            a7bc26b69768f7fb24f0c7976fae24b157b85b13 -> FETCH_HEAD
Submodule path 'src/libexpat': checked out 'a7bc26b69768f7fb24f0c7976fae24b157b85b13'
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Enumerating objects: 7, done.
remote: Counting objects: 100% (7/7), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 3), reused 1 (delta 0), pack-reused 0
Unpacking objects: 100% (4/4), 487 bytes | 243.00 KiB/s, done.
From https://github.com/client9/libinjection
 * branch            bf234eb2f385b969c4f803b35fda53cffdd93922 -> FETCH_HEAD
Submodule path 'src/libinjection': checked out 'bf234eb2f385b969c4f803b35fda53cffdd93922'
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Enumerating objects: 94, done.
remote: Counting objects: 100% (94/94), done.
remote: Compressing objects: 100% (47/47), done.
remote: Total 48 (delta 38), reused 7 (delta 0), pack-reused 0
Unpacking objects: 100% (48/48), 7.37 KiB | 167.00 KiB/s, done.
From https://github.com/maxmind/libmaxminddb
 * branch            d9a1a7f66918f7a8d518cfd1c120b9f73f489fc1 -> FETCH_HEAD
Submodule path 'src/libmaxminddb': checked out 'd9a1a7f66918f7a8d518cfd1c120b9f73f489fc1'
Submodule 't/libtap' (https://github.com/zorgnax/libtap.git) registered for path 'src/libmaxminddb/t/libtap'
Submodule 't/maxmind-db' (https://github.com/maxmind/MaxMind-DB.git) registered for path 'src/libmaxminddb/t/maxmind-db'
Cloning into '/home/tomoyan/work/third-party/src/libmaxminddb/t/libtap'...
Cloning into '/home/tomoyan/work/third-party/src/libmaxminddb/t/maxmind-db'...
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Enumerating objects: 13, done.
remote: Counting objects: 100% (13/13), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 7 (delta 6), reused 1 (delta 0), pack-reused 0
Unpacking objects: 100% (7/7), 622 bytes | 124.00 KiB/s, done.
From https://github.com/zorgnax/libtap
 * branch            699f2f5561bd1cf6620d3e4e18b51645ae85beb6 -> FETCH_HEAD
Submodule path 'src/libmaxminddb/t/libtap': checked out '699f2f5561bd1cf6620d3e4e18b51645ae85beb6'
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Enumerating objects: 89, done.
remote: Counting objects: 100% (89/89), done.
remote: Compressing objects: 100% (43/43), done.
remote: Total 46 (delta 21), reused 4 (delta 2), pack-reused 0
Unpacking objects: 100% (46/46), 94.96 KiB | 1.17 MiB/s, done.
From https://github.com/maxmind/MaxMind-DB
 * branch            31a33b3c09ac53028216e82f3d8a6d33749a8df5 -> FETCH_HEAD
Submodule path 'src/libmaxminddb/t/maxmind-db': checked out '31a33b3c09ac53028216e82f3d8a6d33749a8df5'
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Enumerating objects: 390, done.
remote: Counting objects: 100% (390/390), done.
remote: Compressing objects: 100% (194/194), done.
remote: Total 197 (delta 185), reused 8 (delta 3), pack-reused 0
Receiving objects: 100% (197/197), 169.43 KiB | 1.69 MiB/s, done.
Resolving deltas: 100% (185/185), completed with 181 local objects.
From https://github.com/LuaJIT/LuaJIT
 * branch            0bf80b07b0672ce874feedcc777afe1b791ccb5a -> FETCH_HEAD
Submodule path 'src/luajit': checked out '0bf80b07b0672ce874feedcc777afe1b791ccb5a'
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 25 (delta 23), reused 1 (delta 0), pack-reused 0
Unpacking objects: 100% (25/25), 3.33 KiB | 117.00 KiB/s, done.
From https://github.com/ortclib/udns
 * branch            e0148dfba90ce0d17a8e2cae15f218b5ab99ad62 -> FETCH_HEAD
Submodule path 'src/udns': checked out 'e0148dfba90ce0d17a8e2cae15f218b5ab99ad62'
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Enumerating objects: 82, done.
remote: Counting objects: 100% (82/82), done.
remote: Compressing objects: 100% (78/78), done.
remote: Total 81 (delta 2), reused 80 (delta 2), pack-reused 0
Unpacking objects: 100% (81/81), 45.61 KiB | 849.00 KiB/s, done.
From https://github.com/unittest-cpp/unittest-cpp
 * branch            24216b25566fac1612fe71c7e12bb60be151d057 -> FETCH_HEAD
Submodule path 'src/unittest-cpp': checked out '24216b25566fac1612fe71c7e12bb60be151d057'
++ dirname ./build_brotli.sh
+ cd .
+ cd ..
++ pwd
+ PREFIX=/home/tomoyan/work/third-party
+ cd src/brotli
+ mkdir out
+ cd out
+ cmake .. -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/home/tomoyan/work/third-party
CMake Deprecation Warning at CMakeLists.txt:5 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The C compiler identification is GNU 12.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for log2
-- Looking for log2 - not found
-- Looking for log2
-- Looking for log2 - found
-- Configuring done
-- Generating done
-- Build files have been written to: /home/tomoyan/work/third-party/src/brotli/out
+ make install
[  1%] Building C object CMakeFiles/brotlicommon.dir/c/common/dictionary.c.o
[  3%] Building C object CMakeFiles/brotlicommon.dir/c/common/transform.c.o
[  5%] Linking C shared library libbrotlicommon.so
[  5%] Built target brotlicommon
[  7%] Building C object CMakeFiles/brotlidec.dir/c/dec/bit_reader.c.o
[  8%] Building C object CMakeFiles/brotlidec.dir/c/dec/decode.c.o
[ 10%] Building C object CMakeFiles/brotlidec.dir/c/dec/huffman.c.o
[ 12%] Building C object CMakeFiles/brotlidec.dir/c/dec/state.c.o
[ 14%] Linking C shared library libbrotlidec.so
[ 14%] Built target brotlidec
[ 16%] Building C object CMakeFiles/brotlienc.dir/c/enc/backward_references.c.o
[ 17%] Building C object CMakeFiles/brotlienc.dir/c/enc/backward_references_hq.c.o
[ 19%] Building C object CMakeFiles/brotlienc.dir/c/enc/bit_cost.c.o
[ 21%] Building C object CMakeFiles/brotlienc.dir/c/enc/block_splitter.c.o
[ 23%] Building C object CMakeFiles/brotlienc.dir/c/enc/brotli_bit_stream.c.o
[ 25%] Building C object CMakeFiles/brotlienc.dir/c/enc/cluster.c.o
[ 26%] Building C object CMakeFiles/brotlienc.dir/c/enc/compress_fragment.c.o
[ 28%] Building C object CMakeFiles/brotlienc.dir/c/enc/compress_fragment_two_pass.c.o
[ 30%] Building C object CMakeFiles/brotlienc.dir/c/enc/dictionary_hash.c.o
[ 32%] Building C object CMakeFiles/brotlienc.dir/c/enc/encode.c.o
[ 33%] Building C object CMakeFiles/brotlienc.dir/c/enc/encoder_dict.c.o
[ 35%] Building C object CMakeFiles/brotlienc.dir/c/enc/entropy_encode.c.o
[ 37%] Building C object CMakeFiles/brotlienc.dir/c/enc/histogram.c.o
[ 39%] Building C object CMakeFiles/brotlienc.dir/c/enc/literal_cost.c.o
[ 41%] Building C object CMakeFiles/brotlienc.dir/c/enc/memory.c.o
[ 42%] Building C object CMakeFiles/brotlienc.dir/c/enc/metablock.c.o
[ 44%] Building C object CMakeFiles/brotlienc.dir/c/enc/static_dict.c.o
[ 46%] Building C object CMakeFiles/brotlienc.dir/c/enc/utf8_util.c.o
[ 48%] Linking C shared library libbrotlienc.so
[ 48%] Built target brotlienc
[ 50%] Building C object CMakeFiles/brotlicommon-static.dir/c/common/dictionary.c.o
[ 51%] Building C object CMakeFiles/brotlicommon-static.dir/c/common/transform.c.o
[ 53%] Linking C static library libbrotlicommon-static.a
[ 53%] Built target brotlicommon-static
[ 55%] Building C object CMakeFiles/brotlidec-static.dir/c/dec/bit_reader.c.o
[ 57%] Building C object CMakeFiles/brotlidec-static.dir/c/dec/decode.c.o
[ 58%] Building C object CMakeFiles/brotlidec-static.dir/c/dec/huffman.c.o
[ 60%] Building C object CMakeFiles/brotlidec-static.dir/c/dec/state.c.o
[ 62%] Linking C static library libbrotlidec-static.a
[ 62%] Built target brotlidec-static
[ 64%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/backward_references.c.o
[ 66%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/backward_references_hq.c.o
[ 67%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/bit_cost.c.o
[ 69%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/block_splitter.c.o
[ 71%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/brotli_bit_stream.c.o
[ 73%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/cluster.c.o
[ 75%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/compress_fragment.c.o
[ 76%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/compress_fragment_two_pass.c.o
[ 78%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/dictionary_hash.c.o
[ 80%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/encode.c.o
[ 82%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/encoder_dict.c.o
[ 83%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/entropy_encode.c.o
[ 85%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/histogram.c.o
[ 87%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/literal_cost.c.o
[ 89%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/memory.c.o
[ 91%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/metablock.c.o
[ 92%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/static_dict.c.o
[ 94%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/utf8_util.c.o
[ 96%] Linking C static library libbrotlienc-static.a
[ 96%] Built target brotlienc-static
[ 98%] Building C object CMakeFiles/brotli.dir/c/tools/brotli.c.o
[100%] Linking C executable brotli
[100%] Built target brotli
Install the project...
-- Install configuration: "Release"
-- Installing: /home/tomoyan/work/third-party/bin/brotli
-- Installing: /home/tomoyan/work/third-party/lib64/libbrotlienc.so.1.0.7
-- Installing: /home/tomoyan/work/third-party/lib64/libbrotlienc.so.1
-- Set runtime path of "/home/tomoyan/work/third-party/lib64/libbrotlienc.so.1.0.7" to ""
-- Installing: /home/tomoyan/work/third-party/lib64/libbrotlienc.so
-- Installing: /home/tomoyan/work/third-party/lib64/libbrotlidec.so.1.0.7
-- Installing: /home/tomoyan/work/third-party/lib64/libbrotlidec.so.1
-- Set runtime path of "/home/tomoyan/work/third-party/lib64/libbrotlidec.so.1.0.7" to ""
-- Installing: /home/tomoyan/work/third-party/lib64/libbrotlidec.so
-- Installing: /home/tomoyan/work/third-party/lib64/libbrotlicommon.so.1.0.7
-- Installing: /home/tomoyan/work/third-party/lib64/libbrotlicommon.so.1
-- Installing: /home/tomoyan/work/third-party/lib64/libbrotlicommon.so
-- Installing: /home/tomoyan/work/third-party/lib64/libbrotlienc-static.a
-- Installing: /home/tomoyan/work/third-party/lib64/libbrotlidec-static.a
-- Installing: /home/tomoyan/work/third-party/lib64/libbrotlicommon-static.a
-- Installing: /home/tomoyan/work/third-party/include/brotli
-- Installing: /home/tomoyan/work/third-party/include/brotli/decode.h
-- Installing: /home/tomoyan/work/third-party/include/brotli/encode.h
-- Installing: /home/tomoyan/work/third-party/include/brotli/port.h
-- Installing: /home/tomoyan/work/third-party/include/brotli/types.h
-- Installing: /home/tomoyan/work/third-party/lib64/pkgconfig/libbrotlicommon.pc
-- Installing: /home/tomoyan/work/third-party/lib64/pkgconfig/libbrotlidec.pc
-- Installing: /home/tomoyan/work/third-party/lib64/pkgconfig/libbrotlienc.pc
++ dirname ./build_zlib.sh
+ cd .
+ cd ..
++ pwd
+ PREFIX=/home/tomoyan/work/third-party
+ cd src
+ '[' '!' -d zlib ']'
+ git clone --depth 1 https://github.com/madler/zlib.git
Cloning into 'zlib'...
remote: Enumerating objects: 271, done.
remote: Counting objects: 100% (271/271), done.
remote: Compressing objects: 100% (243/243), done.
remote: Total 271 (delta 47), reused 113 (delta 24), pack-reused 0
Receiving objects: 100% (271/271), 1.51 MiB | 1.98 MiB/s, done.
Resolving deltas: 100% (47/47), done.
+ cd zlib
+ CFLAGS='-fPIC -O3'
+ ./configure --prefix=/home/tomoyan/work/third-party --static
Checking for gcc...
Building static library libz.a version 1.2.12 with gcc.
Checking for size_t... Yes.
Checking for off64_t... Yes.
Checking for fseeko... Yes.
Checking for strerror... Yes.
Checking for unistd.h... Yes.
Checking for stdarg.h... Yes.
Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
Checking for vsnprintf() in stdio.h... Yes.
Checking for return value of vsnprintf()... Yes.
Checking for attribute(visibility) support... Yes.
+ make install
gcc -fPIC -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o adler32.o adler32.c
gcc -fPIC -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o crc32.o crc32.c
gcc -fPIC -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o deflate.o deflate.c
gcc -fPIC -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o infback.o infback.c
gcc -fPIC -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o inffast.o inffast.c
gcc -fPIC -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o inflate.o inflate.c
gcc -fPIC -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o inftrees.o inftrees.c
gcc -fPIC -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o trees.o trees.c
gcc -fPIC -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o zutil.o zutil.c
gcc -fPIC -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o compress.o compress.c
gcc -fPIC -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o uncompr.o uncompr.c
gcc -fPIC -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o gzclose.o gzclose.c
gcc -fPIC -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o gzlib.o gzlib.c
gcc -fPIC -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o gzread.o gzread.c
gcc -fPIC -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o gzwrite.o gzwrite.c
ar rc libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o 
rm -f /home/tomoyan/work/third-party/lib/libz.a
cp libz.a /home/tomoyan/work/third-party/lib
chmod 644 /home/tomoyan/work/third-party/lib/libz.a
rm -f /home/tomoyan/work/third-party/share/man/man3/zlib.3
cp zlib.3 /home/tomoyan/work/third-party/share/man/man3
chmod 644 /home/tomoyan/work/third-party/share/man/man3/zlib.3
rm -f /home/tomoyan/work/third-party/lib/pkgconfig/zlib.pc
cp zlib.pc /home/tomoyan/work/third-party/lib/pkgconfig
chmod 644 /home/tomoyan/work/third-party/lib/pkgconfig/zlib.pc
rm -f /home/tomoyan/work/third-party/include/zlib.h /home/tomoyan/work/third-party/include/zconf.h
cp zlib.h zconf.h /home/tomoyan/work/third-party/include
chmod 644 /home/tomoyan/work/third-party/include/zlib.h /home/tomoyan/work/third-party/include/zconf.h
++ dirname ./build_bssl.sh
+ cd .
+ cd ..
++ pwd
+ PREFIX=/home/tomoyan/work/third-party
+ cd src
+ '[' '!' -d boringssl ']'
+ git clone --depth 1 --no-single-branch --branch cf8d3ad3cea51cf7184307d54f465da62b7d8408 https://github.com/google/boringssl.git
Cloning into 'boringssl'...
fatal: Remote branch cf8d3ad3cea51cf7184307d54f465da62b7d8408 not found in upstream origin
+ '[' -d go ']'
+ cd boringssl
./build_bssl.sh: 20 行: cd: boringssl: そのようなファイルやディレクトリはありません
+ rm -rf build
+ patch -p1
./build_bssl.sh: 行 35: ../../patches/boringssl/bssl_lstls.patch: そのようなファイルやディレクトリはありません
+ patch -p1
./build_bssl.sh: 行 36: ../../patches/boringssl/bssl_inttypes.patch: そのようなファイルやディレクトリはありません
+ patch -p1
./build_bssl.sh: 行 37: ../../patches/boringssl/bssl_max_early_data_sz.patch: そのようなファイルやディレクトリはありません
+ sed -i -e s/-Werror// CMakeLists.txt
sed: CMakeLists.txt を読み込めません: そのようなファイルやディレクトリはありません
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_C_FLAGS=-fPIC -DCMAKE_CXX_FLAGS=-fPIC
CMake Error: The source directory "/home/tomoyan/work/third-party/src" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
+ make -j4
make: *** ターゲットが指定されておらず, makefile も見つかりません.  中止.
+ cd ssl
./build_bssl.sh: 47 行: cd: ssl: そのようなファイルやディレクトリはありません
+ make -j4
make: *** ターゲットが指定されておらず, makefile も見つかりません.  中止.
+ cd ../decrepit
./build_bssl.sh: 49 行: cd: ../decrepit: そのようなファイルやディレクトリはありません
+ make -j4
make: *** ターゲットが指定されておらず, makefile も見つかりません.  中止.
+ cd ..
+ cp crypto/libcrypto.a ../../../lib
cp: 'crypto/libcrypto.a' を stat できません: そのようなファイルやディレクトリはありません
+ cp ssl/libssl.a ../../../lib
cp: 'ssl/libssl.a' を stat できません: そのようなファイルやディレクトリはありません
+ cp decrepit/libdecrepit.a ../../../lib
cp: 'decrepit/libdecrepit.a' を stat できません: そのようなファイルやディレクトリはありません
+ cd ..
+ cp -r include/openssl ../../include/
cp: 'include/openssl' を stat できません: そのようなファイルやディレクトリはありません
++ dirname ./build_bcrypt.sh
+ cd .
+ cd ..
++ pwd
+ PREFIX=/home/tomoyan/work/third-party
+ cd src
+ '[' '!' -d libbcrypt ']'
+ git clone --depth 1 https://github.com/litespeedtech/libbcrypt.git
Cloning into 'libbcrypt'...
remote: Enumerating objects: 25, done.
remote: Counting objects: 100% (25/25), done.
remote: Compressing objects: 100% (23/23), done.
remote: Total 25 (delta 3), reused 10 (delta 1), pack-reused 0
Receiving objects: 100% (25/25), 40.36 KiB | 1.03 MiB/s, done.
Resolving deltas: 100% (3/3), done.
+ cd libbcrypt
+ make
gcc  -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wundef -Wpointer-arith -O2 -fomit-frame-pointer -funroll-loops -c bcrypt.c
make -C crypt_blowfish
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/libbcrypt/crypt_blowfish' に入ります
gcc -c -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wundef -Wpointer-arith -O2 -fomit-frame-pointer -funroll-loops crypt_blowfish.c
gcc -c x86.S
gcc -c -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wundef -Wpointer-arith -O2 -fomit-frame-pointer -funroll-loops crypt_gensalt.c
gcc -c -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wundef -Wpointer-arith -O2 -fomit-frame-pointer -funroll-loops wrapper.c
echo '.so man3/crypt.3' > crypt_r.3
echo '.so man3/crypt.3' > crypt_rn.3
echo '.so man3/crypt.3' > crypt_ra.3
echo '.so man3/crypt.3' > crypt_gensalt.3
echo '.so man3/crypt.3' > crypt_gensalt_rn.3
echo '.so man3/crypt.3' > crypt_gensalt_ra.3
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/libbcrypt/crypt_blowfish' から出ます
ar r bcrypt.a bcrypt.o crypt_blowfish/*.o
ar: bcrypt.a を作成しています
+ cp bcrypt.h ../../include
+ cp bcrypt.a ../../lib/libbcrypt.a
++ dirname ./build_expat.sh
+ cd .
+ cd ..
++ pwd
+ PREFIX=/home/tomoyan/work/third-party
+ cd src/
+ git clone --depth 1 --no-single-branch --branch R_2_2_9 https://github.com/libexpat/libexpat.git
fatal: destination path 'libexpat' already exists and is not an empty directory.
+ cd libexpat
+ cd expat
+ rm -rf build
+ mkdir build
+ cd build
+ cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/home/tomoyan/work/third-party -DEXPAT_SHARED_LIBS=OFF ..
-- The C compiler identification is GNU 12.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for getpagesize
-- Looking for getpagesize - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for getrandom
-- Looking for getrandom - found
-- Looking for arc4random_buf
-- Looking for arc4random_buf - not found
-- Looking for arc4random
-- Looking for arc4random - not found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for off_t
-- Looking for off_t - not found
-- Looking for size_t
-- Looking for size_t - not found
-- Performing Test HAVE_SYSCALL_GETRANDOM
-- Performing Test HAVE_SYSCALL_GETRANDOM - Success
-- Performing Test FLAG_NO_STRICT_ALIASING
-- Performing Test FLAG_NO_STRICT_ALIASING - Success
-- Performing Test FLAG_VISIBILITY
-- Performing Test FLAG_VISIBILITY - Success
-- The CXX compiler identification is GNU 12.2.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- ===========================================================================
-- 
-- Configuration
--   Prefix ..................... /home/tomoyan/work/third-party
--   Build type ................. RelWithDebInfo
--   Shared libraries ........... OFF
--   Character type ............. char (UTF-8)
-- 
--   Build documentation ........ OFF
--   Build examples ............. ON
--   Build fuzzers .............. OFF
--   Build tests ................ ON
--   Build tools (xmlwf) ........ ON
--   Install files .............. ON
-- 
--   Features
--     // Advanced options, changes not advised
--     Attributes info .......... OFF
--     Context bytes ............ 1024
--     DTD support .............. ON
--     Large size ............... OFF
--     Minimum size ............. OFF
--     Namespace support ........ ON
-- 
--   Entropy sources
--     getrandom ................ 1
--     syscall SYS_getrandom .... 1
--     libbsd ................... OFF
--     /dev/random .............. ON
-- 
-- Continue with
--   make
--   make test
--   sudo make install
-- 
-- ===========================================================================
-- Configuring done
-- Generating done
-- Build files have been written to: /home/tomoyan/work/third-party/src/libexpat/expat/build
+ make install
[  4%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.o
[  8%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.o
[ 12%] Building C object CMakeFiles/expat.dir/lib/xmltok.c.o
[ 16%] Linking C static library libexpat.a
[ 16%] Built target expat
[ 20%] Building C object CMakeFiles/xmlwf.dir/xmlwf/xmlwf.c.o
[ 24%] Building C object CMakeFiles/xmlwf.dir/xmlwf/xmlfile.c.o
[ 28%] Building C object CMakeFiles/xmlwf.dir/xmlwf/codepage.c.o
[ 32%] Building C object CMakeFiles/xmlwf.dir/xmlwf/readfilemap.c.o
[ 36%] Linking C executable xmlwf/xmlwf
[ 36%] Built target xmlwf
[ 40%] Building C object CMakeFiles/elements.dir/examples/elements.c.o
[ 44%] Linking C executable examples/elements
[ 44%] Built target elements
[ 48%] Building C object CMakeFiles/outline.dir/examples/outline.c.o
[ 52%] Linking C executable examples/outline
[ 52%] Built target outline
[ 56%] Building C object CMakeFiles/runtests.dir/tests/runtests.c.o
[ 60%] Building C object CMakeFiles/runtests.dir/tests/chardata.c.o
[ 64%] Building C object CMakeFiles/runtests.dir/tests/memcheck.c.o
[ 68%] Building C object CMakeFiles/runtests.dir/tests/minicheck.c.o
[ 72%] Building C object CMakeFiles/runtests.dir/tests/structdata.c.o
[ 76%] Linking C executable tests/runtests
[ 76%] Built target runtests
[ 80%] Building CXX object CMakeFiles/runtestspp.dir/tests/runtestspp.cpp.o
[ 84%] Building C object CMakeFiles/runtestspp.dir/tests/chardata.c.o
[ 88%] Building C object CMakeFiles/runtestspp.dir/tests/memcheck.c.o
[ 92%] Building C object CMakeFiles/runtestspp.dir/tests/minicheck.c.o
[ 96%] Building C object CMakeFiles/runtestspp.dir/tests/structdata.c.o
[100%] Linking CXX executable tests/runtestspp
[100%] Built target runtestspp
Install the project...
-- Install configuration: "RelWithDebInfo"
-- Installing: /home/tomoyan/work/third-party/include/expat_config.h
-- Installing: /home/tomoyan/work/third-party/lib64/libexpat.a
-- Installing: /home/tomoyan/work/third-party/include/expat.h
-- Installing: /home/tomoyan/work/third-party/include/expat_external.h
-- Installing: /home/tomoyan/work/third-party/lib64/pkgconfig/expat.pc
-- Installing: /home/tomoyan/work/third-party/bin/xmlwf
-- Installing: /home/tomoyan/work/third-party/share/doc/expat/AUTHORS
-- Installing: /home/tomoyan/work/third-party/share/doc/expat/changelog
-- Installing: /home/tomoyan/work/third-party/lib64/cmake/expat-2.2.9/expat-config.cmake
-- Installing: /home/tomoyan/work/third-party/lib64/cmake/expat-2.2.9/expat-config-version.cmake
-- Installing: /home/tomoyan/work/third-party/lib64/cmake/expat-2.2.9/expat.cmake
-- Installing: /home/tomoyan/work/third-party/lib64/cmake/expat-2.2.9/expat-relwithdebinfo.cmake
++ dirname ./build_geoip.sh
+ cd .
+ cd ..
++ pwd
+ PREFIX=/home/tomoyan/work/third-party
+ cd src
+ '[' '!' -d geoip-api-c ']'
+ git clone --depth 1 --no-single-branch --branch v1.6.12 https://github.com/maxmind/geoip-api-c.git
Cloning into 'geoip-api-c'...
remote: Enumerating objects: 648, done.
remote: Counting objects: 100% (648/648), done.
remote: Compressing objects: 100% (431/431), done.
remote: Total 648 (delta 367), reused 417 (delta 192), pack-reused 0
Receiving objects: 100% (648/648), 824.25 KiB | 2.18 MiB/s, done.
Resolving deltas: 100% (367/367), done.
Note: switching to '4b526e7331ca1d692b74a0509ddcc725622ed31a'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

+ cd geoip-api-c
+ ./bootstrap
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I m4
autoreconf: running: /usr/bin/autoconf --force
configure.ac:9: warning: The macro `AC_GNU_SOURCE' is obsolete.
configure.ac:9: You should run autoupdate.
./lib/autoconf/specific.m4:312: AC_GNU_SOURCE is expanded from...
configure.ac:9: the top level
configure.ac:14: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:14: You should run autoupdate.
m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:14: the top level
configure.ac:69: warning: AC_OUTPUT should be used without arguments.
configure.ac:69: You should run autoupdate.
configure.ac:69: warning: AC_C_BIGENDIAN should be used with AC_CONFIG_HEADERS
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:9: installing './compile'
configure.ac:14: installing './config.guess'
configure.ac:14: installing './config.sub'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
apps/Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
autoreconf: Leaving directory '.'
+ CPPFLAGS='-I../../include -fPIC'
+ ./configure --prefix=/home/tomoyan/work/third-party --enable-shared=no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for sys/param.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for byte... no
checking for ushort... yes
checking for ulong... yes
checking for u16... no
checking for u32... no
checking for off_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking whether byte ordering is bigendian... no
checking for getopt... yes
checking for gettimeofday... yes
checking for pread... yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for gethostbyname... yes
checking how to run the C preprocessor... gcc -E
checking for gethostbyname_r... yes
checking for memset... yes
checking for memchr... yes
checking for munmap... yes
checking for strrchr... yes
checking for socket... yes
checking for strchr... yes
checking for strdup... yes
checking for strstr... yes
checking for GNU libc compatible malloc... yes
checking for GNU libc compatible realloc... yes
checking for getpagesize... yes
checking for working mmap... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating GeoIP.spec
config.status: creating geoip.pc
config.status: creating libGeoIP/Makefile
config.status: creating apps/Makefile
config.status: creating man/Makefile
config.status: creating test/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
+ make install
Making install in libGeoIP
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c/libGeoIP' に入ります
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" -DPACKAGE_STRING=\"GeoIP\ 1.6.12\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I.  -DGEOIPDATADIR=\"/home/tomoyan/work/third-party/share/GeoIP\" -Wall -I../../include -fPIC  -g -O2 -MT GeoIP.lo -MD -MP -MF .deps/GeoIP.Tpo -c -o GeoIP.lo GeoIP.c
libtool: compile:  gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" "-DPACKAGE_STRING=\"GeoIP 1.6.12\"" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I. -DGEOIPDATADIR=\"/home/tomoyan/work/third-party/share/GeoIP\" -Wall -I../../include -fPIC -g -O2 -MT GeoIP.lo -MD -MP -MF .deps/GeoIP.Tpo -c GeoIP.c -o GeoIP.o
mv -f .deps/GeoIP.Tpo .deps/GeoIP.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" -DPACKAGE_STRING=\"GeoIP\ 1.6.12\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I.  -DGEOIPDATADIR=\"/home/tomoyan/work/third-party/share/GeoIP\" -Wall -I../../include -fPIC  -g -O2 -MT GeoIP_deprecated.lo -MD -MP -MF .deps/GeoIP_deprecated.Tpo -c -o GeoIP_deprecated.lo GeoIP_deprecated.c
libtool: compile:  gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" "-DPACKAGE_STRING=\"GeoIP 1.6.12\"" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I. -DGEOIPDATADIR=\"/home/tomoyan/work/third-party/share/GeoIP\" -Wall -I../../include -fPIC -g -O2 -MT GeoIP_deprecated.lo -MD -MP -MF .deps/GeoIP_deprecated.Tpo -c GeoIP_deprecated.c -o GeoIP_deprecated.o
mv -f .deps/GeoIP_deprecated.Tpo .deps/GeoIP_deprecated.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" -DPACKAGE_STRING=\"GeoIP\ 1.6.12\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I.  -DGEOIPDATADIR=\"/home/tomoyan/work/third-party/share/GeoIP\" -Wall -I../../include -fPIC  -g -O2 -MT GeoIPCity.lo -MD -MP -MF .deps/GeoIPCity.Tpo -c -o GeoIPCity.lo GeoIPCity.c
libtool: compile:  gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" "-DPACKAGE_STRING=\"GeoIP 1.6.12\"" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I. -DGEOIPDATADIR=\"/home/tomoyan/work/third-party/share/GeoIP\" -Wall -I../../include -fPIC -g -O2 -MT GeoIPCity.lo -MD -MP -MF .deps/GeoIPCity.Tpo -c GeoIPCity.c -o GeoIPCity.o
mv -f .deps/GeoIPCity.Tpo .deps/GeoIPCity.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" -DPACKAGE_STRING=\"GeoIP\ 1.6.12\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I.  -DGEOIPDATADIR=\"/home/tomoyan/work/third-party/share/GeoIP\" -Wall -I../../include -fPIC  -g -O2 -MT regionName.lo -MD -MP -MF .deps/regionName.Tpo -c -o regionName.lo regionName.c
libtool: compile:  gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" "-DPACKAGE_STRING=\"GeoIP 1.6.12\"" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I. -DGEOIPDATADIR=\"/home/tomoyan/work/third-party/share/GeoIP\" -Wall -I../../include -fPIC -g -O2 -MT regionName.lo -MD -MP -MF .deps/regionName.Tpo -c regionName.c -o regionName.o
mv -f .deps/regionName.Tpo .deps/regionName.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" -DPACKAGE_STRING=\"GeoIP\ 1.6.12\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I.  -DGEOIPDATADIR=\"/home/tomoyan/work/third-party/share/GeoIP\" -Wall -I../../include -fPIC  -g -O2 -MT timeZone.lo -MD -MP -MF .deps/timeZone.Tpo -c -o timeZone.lo timeZone.c
libtool: compile:  gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" "-DPACKAGE_STRING=\"GeoIP 1.6.12\"" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I. -DGEOIPDATADIR=\"/home/tomoyan/work/third-party/share/GeoIP\" -Wall -I../../include -fPIC -g -O2 -MT timeZone.lo -MD -MP -MF .deps/timeZone.Tpo -c timeZone.c -o timeZone.o
mv -f .deps/timeZone.Tpo .deps/timeZone.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2 -no-undefined -version-info 7:12:6  -o libGeoIP.la -rpath /home/tomoyan/work/third-party/lib GeoIP.lo GeoIP_deprecated.lo GeoIPCity.lo regionName.lo timeZone.lo  
libtool: link: ar cr .libs/libGeoIP.a  GeoIP.o GeoIP_deprecated.o GeoIPCity.o regionName.o timeZone.o
libtool: link: ranlib .libs/libGeoIP.a
libtool: link: ( cd ".libs" && rm -f "libGeoIP.la" && ln -s "../libGeoIP.la" "libGeoIP.la" )
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c/libGeoIP' に入ります
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libGeoIP.la '/home/tomoyan/work/third-party/lib'
libtool: install: /usr/bin/install -c .libs/libGeoIP.lai /home/tomoyan/work/third-party/lib/libGeoIP.la
libtool: install: /usr/bin/install -c .libs/libGeoIP.a /home/tomoyan/work/third-party/lib/libGeoIP.a
libtool: install: chmod 644 /home/tomoyan/work/third-party/lib/libGeoIP.a
libtool: install: ranlib /home/tomoyan/work/third-party/lib/libGeoIP.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin:/sbin" ldconfig -n /home/tomoyan/work/third-party/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/tomoyan/work/third-party/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/include'
 /usr/bin/install -c -m 644 GeoIP.h GeoIPCity.h '/home/tomoyan/work/third-party/include'
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c/libGeoIP' から出ます
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c/libGeoIP' から出ます
Making install in apps
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c/apps' に入ります
gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" -DPACKAGE_STRING=\"GeoIP\ 1.6.12\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I.  -I../libGeoIP -DSYSCONFDIR=\"/home/tomoyan/work/third-party/etc\" -Wall -I../../include -fPIC  -g -O2 -MT geoiplookup.o -MD -MP -MF .deps/geoiplookup.Tpo -c -o geoiplookup.o geoiplookup.c
mv -f .deps/geoiplookup.Tpo .deps/geoiplookup.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o geoiplookup geoiplookup.o ../libGeoIP/libGeoIP.la 
libtool: link: gcc -g -O2 -o geoiplookup geoiplookup.o  ../libGeoIP/.libs/libGeoIP.a
gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" -DPACKAGE_STRING=\"GeoIP\ 1.6.12\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I.  -I../libGeoIP -DSYSCONFDIR=\"/home/tomoyan/work/third-party/etc\" -Wall -I../../include -fPIC  -g -O2 -MT geoiplookup6.o -MD -MP -MF .deps/geoiplookup6.Tpo -c -o geoiplookup6.o geoiplookup6.c
mv -f .deps/geoiplookup6.Tpo .deps/geoiplookup6.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o geoiplookup6 geoiplookup6.o ../libGeoIP/libGeoIP.la 
libtool: link: gcc -g -O2 -o geoiplookup6 geoiplookup6.o  ../libGeoIP/.libs/libGeoIP.a
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c/apps' に入ります
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c geoiplookup geoiplookup6 '/home/tomoyan/work/third-party/bin'
libtool: install: /usr/bin/install -c geoiplookup /home/tomoyan/work/third-party/bin/geoiplookup
libtool: install: /usr/bin/install -c geoiplookup6 /home/tomoyan/work/third-party/bin/geoiplookup6
make[2]: 'install-data-am' に対して行うべき事はありません.
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c/apps' から出ます
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c/apps' から出ます
Making install in test
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c/test' に入ります
gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" -DPACKAGE_STRING=\"GeoIP\ 1.6.12\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I.  -I../libGeoIP -DSRCDIR=\"..\" -Wall -I../../include -fPIC  -g -O2 -MT benchmark.o -MD -MP -MF .deps/benchmark.Tpo -c -o benchmark.o benchmark.c
mv -f .deps/benchmark.Tpo .deps/benchmark.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o benchmark benchmark.o ../libGeoIP/libGeoIP.la 
libtool: link: gcc -g -O2 -o benchmark benchmark.o  ../libGeoIP/.libs/libGeoIP.a
gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" -DPACKAGE_STRING=\"GeoIP\ 1.6.12\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I.  -I../libGeoIP -DSRCDIR=\"..\" -Wall -I../../include -fPIC  -g -O2 -MT test-geoip-region.o -MD -MP -MF .deps/test-geoip-region.Tpo -c -o test-geoip-region.o test-geoip-region.c
mv -f .deps/test-geoip-region.Tpo .deps/test-geoip-region.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o test-geoip-region test-geoip-region.o ../libGeoIP/libGeoIP.la 
libtool: link: gcc -g -O2 -o test-geoip-region test-geoip-region.o  ../libGeoIP/.libs/libGeoIP.a
gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" -DPACKAGE_STRING=\"GeoIP\ 1.6.12\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I.  -I../libGeoIP -DSRCDIR=\"..\" -Wall -I../../include -fPIC  -g -O2 -MT test-geoip-city.o -MD -MP -MF .deps/test-geoip-city.Tpo -c -o test-geoip-city.o test-geoip-city.c
mv -f .deps/test-geoip-city.Tpo .deps/test-geoip-city.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o test-geoip-city test-geoip-city.o ../libGeoIP/libGeoIP.la 
libtool: link: gcc -g -O2 -o test-geoip-city test-geoip-city.o  ../libGeoIP/.libs/libGeoIP.a
gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" -DPACKAGE_STRING=\"GeoIP\ 1.6.12\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I.  -I../libGeoIP -DSRCDIR=\"..\" -Wall -I../../include -fPIC  -g -O2 -MT test-geoip-org.o -MD -MP -MF .deps/test-geoip-org.Tpo -c -o test-geoip-org.o test-geoip-org.c
mv -f .deps/test-geoip-org.Tpo .deps/test-geoip-org.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o test-geoip-org test-geoip-org.o ../libGeoIP/libGeoIP.la 
libtool: link: gcc -g -O2 -o test-geoip-org test-geoip-org.o  ../libGeoIP/.libs/libGeoIP.a
gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" -DPACKAGE_STRING=\"GeoIP\ 1.6.12\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I.  -I../libGeoIP -DSRCDIR=\"..\" -Wall -I../../include -fPIC  -g -O2 -MT test-geoip-domain.o -MD -MP -MF .deps/test-geoip-domain.Tpo -c -o test-geoip-domain.o test-geoip-domain.c
mv -f .deps/test-geoip-domain.Tpo .deps/test-geoip-domain.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o test-geoip-domain test-geoip-domain.o ../libGeoIP/libGeoIP.la 
libtool: link: gcc -g -O2 -o test-geoip-domain test-geoip-domain.o  ../libGeoIP/.libs/libGeoIP.a
gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" -DPACKAGE_STRING=\"GeoIP\ 1.6.12\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I.  -I../libGeoIP -DSRCDIR=\"..\" -Wall -I../../include -fPIC  -g -O2 -MT test-geoip-asnum.o -MD -MP -MF .deps/test-geoip-asnum.Tpo -c -o test-geoip-asnum.o test-geoip-asnum.c
mv -f .deps/test-geoip-asnum.Tpo .deps/test-geoip-asnum.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o test-geoip-asnum test-geoip-asnum.o ../libGeoIP/libGeoIP.la 
libtool: link: gcc -g -O2 -o test-geoip-asnum test-geoip-asnum.o  ../libGeoIP/.libs/libGeoIP.a
gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" -DPACKAGE_STRING=\"GeoIP\ 1.6.12\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I.  -I../libGeoIP -DSRCDIR=\"..\" -Wall -I../../include -fPIC  -g -O2 -MT test-geoip-isp.o -MD -MP -MF .deps/test-geoip-isp.Tpo -c -o test-geoip-isp.o test-geoip-isp.c
mv -f .deps/test-geoip-isp.Tpo .deps/test-geoip-isp.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o test-geoip-isp test-geoip-isp.o ../libGeoIP/libGeoIP.la 
libtool: link: gcc -g -O2 -o test-geoip-isp test-geoip-isp.o  ../libGeoIP/.libs/libGeoIP.a
gcc -DPACKAGE_NAME=\"GeoIP\" -DPACKAGE_TARNAME=\"GeoIP\" -DPACKAGE_VERSION=\"1.6.12\" -DPACKAGE_STRING=\"GeoIP\ 1.6.12\" -DPACKAGE_BUGREPORT=\"support@maxmind.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"GeoIP\" -DVERSION=\"1.6.12\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_USHORT_TYPEDEF=1 -DHAVE_ULONG_TYPEDEF=1 -DLITTLE_ENDIAN_HOST=1 -DHAVE_GETOPT=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_PREAD=1 -DHAVE_VASPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_MEMSET=1 -DHAVE_MEMCHR=1 -DHAVE_MUNMAP=1 -DHAVE_STRRCHR=1 -DHAVE_SOCKET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -I.  -I../libGeoIP -DSRCDIR=\"..\" -Wall -I../../include -fPIC  -g -O2 -MT test-geoip-netspeed.o -MD -MP -MF .deps/test-geoip-netspeed.Tpo -c -o test-geoip-netspeed.o test-geoip-netspeed.c
mv -f .deps/test-geoip-netspeed.Tpo .deps/test-geoip-netspeed.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o test-geoip-netspeed test-geoip-netspeed.o ../libGeoIP/libGeoIP.la 
libtool: link: gcc -g -O2 -o test-geoip-netspeed test-geoip-netspeed.o  ../libGeoIP/.libs/libGeoIP.a
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c/test' に入ります
make[2]: 'install-exec-am' に対して行うべき事はありません.
make[2]: 'install-data-am' に対して行うべき事はありません.
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c/test' から出ます
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c/test' から出ます
Making install in man
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c/man' に入ります
rm -f geoiplookup6.1 geoiplookup6.1.tmp
sed -e 's|DATADIR|/home/tomoyan/work/third-party/share/GeoIP|g' -e 's|CONF_DIR|/home/tomoyan/work/third-party/etc|g' './geoiplookup6.1.in' >geoiplookup6.1.tmp
mv geoiplookup6.1.tmp geoiplookup6.1
rm -f geoiplookup.1 geoiplookup.1.tmp
sed -e 's|DATADIR|/home/tomoyan/work/third-party/share/GeoIP|g' -e 's|CONF_DIR|/home/tomoyan/work/third-party/etc|g' './geoiplookup.1.in' >geoiplookup.1.tmp
mv geoiplookup.1.tmp geoiplookup.1
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c/man' に入ります
make[2]: 'install-exec-am' に対して行うべき事はありません.
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/share/man/man1'
 /usr/bin/install -c -m 644 geoiplookup6.1 geoiplookup.1 '/home/tomoyan/work/third-party/share/man/man1'
make  install-data-hook
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c/man' に入ります
cat geoiplookup.1 | sed s,DATADIR,/home/tomoyan/work/third-party/share/GeoIP, > /home/tomoyan/work/third-party/share/man/man1/geoiplookup.1
cat geoiplookup6.1 | sed s,DATADIR,/home/tomoyan/work/third-party/share/GeoIP, > /home/tomoyan/work/third-party/share/man/man1/geoiplookup6.1
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c/man' から出ます
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c/man' から出ます
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c/man' から出ます
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c' に入ります
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c' に入ります
make[2]: 'install-exec-am' に対して行うべき事はありません.
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/lib/pkgconfig/'
 /usr/bin/install -c -m 644 geoip.pc '/home/tomoyan/work/third-party/lib/pkgconfig/'
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c' から出ます
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/geoip-api-c' から出ます
++ dirname ./build_ip2loc.sh
+ cd .
+ cd ..
++ pwd
+ PREFIX=/home/tomoyan/work/third-party
+ cd src/ip2loc
+ git reset --hard
HEAD is now at 8e3e2ea Restored internal variables.
+ git pull
From https://github.com/chrislim2888/IP2Location-C-Library
 * [new tag]         8.1.4      -> 8.1.4
hint: You have divergent branches and need to specify how to reconcile them.
hint: You can do so by running one of the following commands sometime before
hint: your next pull:
hint: 
hint:   git config pull.rebase false  # merge
hint:   git config pull.rebase true   # rebase
hint:   git config pull.ff only       # fast-forward only
hint: 
hint: You can replace "git config" with "git config --global" to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.
fatal: Need to specify how to reconcile divergent branches.
+ git checkout 8.1.4
HEAD is now at 8e3e2ea Restored internal variables.
+ autoreconf -i -v --force
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force 
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force 
autoreconf: running: /usr/bin/autoconf --force
configure.ac:3: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:9493: AM_INIT_AUTOMAKE is expanded from...
configure.ac:3: the top level
configure.ac:6: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:6: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:9809: AM_CONFIG_HEADER is expanded from...
configure.ac:6: the top level
configure.ac:42: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:42: You should run autoupdate.
aclocal.m4:122: AC_PROG_LIBTOOL is expanded from...
configure.ac:42: the top level
configure.ac:59: warning: The macro `AC_TYPE_SIGNAL' is obsolete.
configure.ac:59: You should run autoupdate.
./lib/autoconf/types.m4:776: AC_TYPE_SIGNAL is expanded from...
configure.ac:59: the top level
configure.ac:90: warning: AC_OUTPUT should be used without arguments.
configure.ac:90: You should run autoupdate.
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:3: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.ac:3: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.ac:13: installing './compile'
configure.ac:3: installing './missing'
libIP2Location/Makefile.am: installing './depcomp'
autoreconf: Leaving directory '.'
+ ./configure --prefix=/home/tomoyan/work/third-party -enable-shared=no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for an ANSI C-conforming const... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for uid_t in sys/types.h... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for size_t... yes
checking return type of signal handlers... void
checking size of long... 8
checking size of off_t... 8
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libIP2Location/Makefile
config.status: creating test/Makefile
config.status: creating data/Makefile
config.status: creating contrib/IP2Location.spec
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
+ make install
Making install in libIP2Location
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/ip2loc/libIP2Location' に入ります
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I. -pipe -D _GNU_SOURCE -D _GNU_SOURCE -I/usr/include   -g -O2 -lrt -MT IP2Location.lo -MD -MP -MF .deps/IP2Location.Tpo -c -o IP2Location.lo IP2Location.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -pipe -D _GNU_SOURCE -D _GNU_SOURCE -I/usr/include -g -O2 -lrt -MT IP2Location.lo -MD -MP -MF .deps/IP2Location.Tpo -c IP2Location.c -o IP2Location.o
mv -f .deps/IP2Location.Tpo .deps/IP2Location.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2 -lrt -no-undefined -version-info 2:0:0  -o libIP2Location.la -rpath /home/tomoyan/work/third-party/lib IP2Location.lo  
libtool: link: ar cr .libs/libIP2Location.a  IP2Location.o
libtool: link: ranlib .libs/libIP2Location.a
libtool: link: ( cd ".libs" && rm -f "libIP2Location.la" && ln -s "../libIP2Location.la" "libIP2Location.la" )
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/ip2loc/libIP2Location' に入ります
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libIP2Location.la '/home/tomoyan/work/third-party/lib'
libtool: install: /usr/bin/install -c .libs/libIP2Location.lai /home/tomoyan/work/third-party/lib/libIP2Location.la
libtool: install: /usr/bin/install -c .libs/libIP2Location.a /home/tomoyan/work/third-party/lib/libIP2Location.a
libtool: install: chmod 644 /home/tomoyan/work/third-party/lib/libIP2Location.a
libtool: install: ranlib /home/tomoyan/work/third-party/lib/libIP2Location.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin:/sbin" ldconfig -n /home/tomoyan/work/third-party/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/tomoyan/work/third-party/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/include'
 /usr/bin/install -c -m 644 IP2Location.h '/home/tomoyan/work/third-party/include'
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/ip2loc/libIP2Location' から出ます
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/ip2loc/libIP2Location' から出ます
Making install in test
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/ip2loc/test' に入ります
gcc -DHAVE_CONFIG_H -I. -I..  -I../libIP2Location -Wall -ansi  -D _GNU_SOURCE -I/usr/include   -g -O2 -lrt -MT test-IP2Location.o -MD -MP -MF .deps/test-IP2Location.Tpo -c -o test-IP2Location.o test-IP2Location.c
mv -f .deps/test-IP2Location.Tpo .deps/test-IP2Location.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2 -lrt   -o test-IP2Location test-IP2Location.o ../libIP2Location/libIP2Location.la 
libtool: link: gcc -g -O2 -o test-IP2Location test-IP2Location.o  ../libIP2Location/.libs/libIP2Location.a -lrt
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/ip2loc/test' に入ります
make[2]: 'install-exec-am' に対して行うべき事はありません.
make[2]: 'install-data-am' に対して行うべき事はありません.
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/ip2loc/test' から出ます
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/ip2loc/test' から出ます
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/ip2loc' に入ります
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/ip2loc' に入ります
make[2]: 'install-exec-am' に対して行うべき事はありません.
make[2]: 'install-data-am' に対して行うべき事はありません.
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/ip2loc' から出ます
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/ip2loc' から出ます
++ dirname ./build_libmaxminddb.sh
+ cd .
+ cd ..
++ pwd
+ PREFIX=/home/tomoyan/work/third-party
+ cd src/libmaxminddb
+ git reset --hard
HEAD is now at d9a1a7f Bumped version to 1.5.2
+ git pull
From https://github.com/maxmind/libmaxminddb
 * [new tag]         1.5.2      -> 1.5.2
hint: You have divergent branches and need to specify how to reconcile them.
hint: You can do so by running one of the following commands sometime before
hint: your next pull:
hint: 
hint:   git config pull.rebase false  # merge
hint:   git config pull.rebase true   # rebase
hint:   git config pull.ff only       # fast-forward only
hint: 
hint: You can replace "git config" with "git config --global" to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.
fatal: Need to specify how to reconcile divergent branches.
+ git checkout 1.5.2
HEAD is now at d9a1a7f Bumped version to 1.5.2
+ ./bootstrap
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force 
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force 
autoreconf: running: /usr/bin/autoconf --force
configure.ac:19: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:19: You should run autoupdate.
aclocal.m4:122: AC_PROG_LIBTOOL is expanded from...
configure.ac:19: the top level
configure.ac:21: warning: The macro `AC_PROG_CC_C99' is obsolete.
configure.ac:21: You should run autoupdate.
./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from...
configure.ac:21: the top level
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:13: installing './compile'
configure.ac:13: installing './config.guess'
configure.ac:13: installing './config.sub'
configure.ac:14: installing './install-sh'
configure.ac:14: installing './missing'
bin/Makefile.am: installing './depcomp'
t/Makefile.am:25: warning: source file '../src/data-pool.c' is in a subdirectory,
t/Makefile.am:25: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least one source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However, this
automake: behavior may change in a future Automake major version, with object
automake: files being placed in the same subdirectory as the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
autoreconf: Leaving directory '.'
+ CPPFLAGS=-I../include
+ ./configure --disable-tests --prefix=/home/tomoyan/work/third-party -enable-shared=no --disable-binaries
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/param.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking whether compiler accepts "-fms-extensions"... yes
checking for C/C++ restrict keyword... __restrict__
checking for arpa/inet.h... yes
checking for assert.h... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking for libgen.h... yes
checking for math.h... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for stdarg.h... yes
checking for stdbool.h... yes
checking for stdint.h... (cached) yes
checking for stdio.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/mman.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for off_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint8_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for unsigned __int128... yes
checking for boolean... no
checking for clock_gettime... yes
checking for open_memstream... yes
checking whether byte ordering is bigendian... no
checking for getpagesize... yes
checking for working mmap... yes
checking for library containing fabs... -lm
checking for library containing fabsf... none required
checking for library containing getaddrinfo... none required
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating src/libmaxminddb.pc
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating bin/Makefile
config.status: creating t/Makefile
config.status: creating config.h
config.status: creating include/maxminddb_config.h
config.status: executing libtool commands
config.status: executing depfiles commands
+ make install
Making install in src
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/libmaxminddb/src' に入ります
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include  -I../include -I../include -O2 -g -g  -fms-extensions -MT maxminddb.lo -MD -MP -MF .deps/maxminddb.Tpo -c -o maxminddb.lo maxminddb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -O2 -g -g -fms-extensions -MT maxminddb.lo -MD -MP -MF .deps/maxminddb.Tpo -c maxminddb.c -o maxminddb.o
mv -f .deps/maxminddb.Tpo .deps/maxminddb.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include  -I../include -I../include -O2 -g -g  -fms-extensions -MT data-pool.lo -MD -MP -MF .deps/data-pool.Tpo -c -o data-pool.lo data-pool.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../include -O2 -g -g -fms-extensions -MT data-pool.lo -MD -MP -MF .deps/data-pool.Tpo -c data-pool.c -o data-pool.o
mv -f .deps/data-pool.Tpo .deps/data-pool.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc -O2 -g -g  -fms-extensions -version-info 0:7:0 -export-symbols-regex '^MMDB_.*'  -o libmaxminddb.la -rpath /home/tomoyan/work/third-party/lib maxminddb.lo data-pool.lo  -lm 
libtool: link: ar cr .libs/libmaxminddb.a  maxminddb.o data-pool.o
libtool: link: ranlib .libs/libmaxminddb.a
libtool: link: ( cd ".libs" && rm -f "libmaxminddb.la" && ln -s "../libmaxminddb.la" "libmaxminddb.la" )
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libmaxminddb/src' に入ります
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libmaxminddb.la '/home/tomoyan/work/third-party/lib'
libtool: install: /usr/bin/install -c .libs/libmaxminddb.lai /home/tomoyan/work/third-party/lib/libmaxminddb.la
libtool: install: /usr/bin/install -c .libs/libmaxminddb.a /home/tomoyan/work/third-party/lib/libmaxminddb.a
libtool: install: chmod 644 /home/tomoyan/work/third-party/lib/libmaxminddb.a
libtool: install: ranlib /home/tomoyan/work/third-party/lib/libmaxminddb.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin:/sbin" ldconfig -n /home/tomoyan/work/third-party/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/tomoyan/work/third-party/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/include'
 /usr/bin/install -c -m 644 ../include/maxminddb.h '/home/tomoyan/work/third-party/include'
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/lib/pkgconfig'
 /usr/bin/install -c -m 644 libmaxminddb.pc '/home/tomoyan/work/third-party/lib/pkgconfig'
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libmaxminddb/src' から出ます
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/libmaxminddb/src' から出ます
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/libmaxminddb' に入ります
if [ ! -f man/man1/mmdblookup.1 ]; then mkdir -p man/man1 && touch man/man1/mmdblookup.1; fi
if [ ! -f man/man3/libmaxminddb.3 ]; then mkdir -p man/man3 && touch man/man3/libmaxminddb.3; fi
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libmaxminddb' に入ります
make[2]: 'install-exec-am' に対して行うべき事はありません.
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/include'
 /usr/bin/install -c -m 644 include/maxminddb.h '/home/tomoyan/work/third-party/include'
if [ ! -f man/man1/mmdblookup.1 ]; then mkdir -p man/man1 && touch man/man1/mmdblookup.1; fi
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/share/man/man1'
 /usr/bin/install -c -m 644 man/man1/mmdblookup.1 '/home/tomoyan/work/third-party/share/man/man1'
if [ ! -f man/man3/libmaxminddb.3 ]; then mkdir -p man/man3 && touch man/man3/libmaxminddb.3; fi
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/share/man/man3'
 /usr/bin/install -c -m 644 man/man3/libmaxminddb.3 '/home/tomoyan/work/third-party/share/man/man3'
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/include'
 /usr/bin/install -c -m 644 include/maxminddb_config.h '/home/tomoyan/work/third-party/include'
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libmaxminddb' から出ます
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/libmaxminddb' から出ます
+ cp src/libmaxminddb.la /home/tomoyan/work/third-party/lib
+ cp include/maxminddb_config.h /home/tomoyan/work/third-party/include
++ dirname ./build_luajit.sh
+ cd .
+ cd ..
++ pwd
+ CUR_PREFIX=/home/tomoyan/work/third-party
+ cd src
+ cd luajit
+ make install PREFIX=/home/tomoyan/work/third-party 'CFLAGS=-fPIC -O3'
==== Building LuaJIT 2.0.5 ====
make -C src
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/luajit/src' に入ります
HOSTCC    host/minilua.o
HOSTLINK  host/minilua
DYNASM    host/buildvm_arch.h
HOSTCC    host/buildvm.o
HOSTCC    host/buildvm_asm.o
HOSTCC    host/buildvm_peobj.o
HOSTCC    host/buildvm_lib.o
HOSTCC    host/buildvm_fold.o
HOSTLINK  host/buildvm
BUILDVM   lj_vm.s
ASM       lj_vm.o
CC        lj_gc.o
BUILDVM   lj_ffdef.h
CC        lj_err.o
CC        lj_char.o
BUILDVM   lj_bcdef.h
CC        lj_bc.o
CC        lj_obj.o
CC        lj_str.o
CC        lj_tab.o
CC        lj_func.o
CC        lj_udata.o
CC        lj_meta.o
CC        lj_debug.o
CC        lj_state.o
CC        lj_dispatch.o
CC        lj_vmevent.o
CC        lj_vmmath.o
CC        lj_strscan.o
CC        lj_api.o
CC        lj_lex.o
CC        lj_parse.o
CC        lj_bcread.o
CC        lj_bcwrite.o
CC        lj_load.o
CC        lj_ir.o
CC        lj_opt_mem.o
BUILDVM   lj_folddef.h
CC        lj_opt_fold.o
CC        lj_opt_narrow.o
CC        lj_opt_dce.o
CC        lj_opt_loop.o
CC        lj_opt_split.o
CC        lj_opt_sink.o
CC        lj_mcode.o
CC        lj_snap.o
CC        lj_record.o
CC        lj_crecord.o
BUILDVM   lj_recdef.h
CC        lj_ffrecord.o
CC        lj_asm.o
CC        lj_trace.o
CC        lj_gdbjit.o
CC        lj_ctype.o
CC        lj_cdata.o
CC        lj_cconv.o
CC        lj_ccall.o
CC        lj_ccallback.o
CC        lj_carith.o
CC        lj_clib.o
CC        lj_cparse.o
CC        lj_lib.o
CC        lj_alloc.o
CC        lib_aux.o
BUILDVM   lj_libdef.h
CC        lib_base.o
CC        lib_math.o
CC        lib_bit.o
CC        lib_string.o
CC        lib_table.o
CC        lib_io.o
CC        lib_os.o
CC        lib_package.o
CC        lib_debug.o
CC        lib_jit.o
CC        lib_ffi.o
CC        lib_init.o
AR        libluajit.a
CC        luajit.o
BUILDVM   jit/vmdef.lua
DYNLINK   libluajit.so
LINK      luajit
OK        Successfully built LuaJIT
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/luajit/src' から出ます
==== Successfully built LuaJIT 2.0.5 ====
==== Installing LuaJIT 2.0.5 to /home/tomoyan/work/third-party ====
mkdir -p /home/tomoyan/work/third-party/bin /home/tomoyan/work/third-party/lib /home/tomoyan/work/third-party/include/luajit-2.0 /home/tomoyan/work/third-party/share/man/man1 /home/tomoyan/work/third-party/lib/pkgconfig /home/tomoyan/work/third-party/share/luajit-2.0.5/jit /home/tomoyan/work/third-party/share/lua/5.1 /home/tomoyan/work/third-party/lib/lua/5.1
cd src && install -m 0755 luajit /home/tomoyan/work/third-party/bin/luajit-2.0.5
cd src && test -f libluajit.a && install -m 0644 libluajit.a /home/tomoyan/work/third-party/lib/libluajit-5.1.a || :
rm -f /home/tomoyan/work/third-party/bin/luajit /home/tomoyan/work/third-party/lib/libluajit-5.1.so.2.0.5 /home/tomoyan/work/third-party/lib/libluajit-5.1.so /home/tomoyan/work/third-party/lib/libluajit-5.1.so.2
cd src && test -f libluajit.so && \
  install -m 0755 libluajit.so /home/tomoyan/work/third-party/lib/libluajit-5.1.so.2.0.5 && \
  ldconfig -n /home/tomoyan/work/third-party/lib && \
  ln -sf libluajit-5.1.so.2.0.5 /home/tomoyan/work/third-party/lib/libluajit-5.1.so && \
  ln -sf libluajit-5.1.so.2.0.5 /home/tomoyan/work/third-party/lib/libluajit-5.1.so.2 || :
cd etc && install -m 0644 luajit.1 /home/tomoyan/work/third-party/share/man/man1
cd etc && sed -e "s|^prefix=.*|prefix=/home/tomoyan/work/third-party|" -e "s|^multilib=.*|multilib=lib|" luajit.pc > luajit.pc.tmp && \
  install -m 0644 luajit.pc.tmp /home/tomoyan/work/third-party/lib/pkgconfig/luajit.pc && \
  rm -f luajit.pc.tmp
cd src && install -m 0644 lua.h lualib.h lauxlib.h luaconf.h lua.hpp luajit.h /home/tomoyan/work/third-party/include/luajit-2.0
cd src/jit && install -m 0644 bc.lua v.lua dump.lua dis_x86.lua dis_x64.lua dis_arm.lua dis_ppc.lua dis_mips.lua dis_mipsel.lua bcsave.lua vmdef.lua /home/tomoyan/work/third-party/share/luajit-2.0.5/jit
ln -sf luajit-2.0.5 /home/tomoyan/work/third-party/bin/luajit
==== Successfully installed LuaJIT 2.0.5 to /home/tomoyan/work/third-party ====
+ cd ../..
+ cp patches/libtool/libluajit-5.1.la lib/libluajit-5.1.la
+ echo 'libdir='\''/home/tomoyan/work/third-party/lib'\'''
+ rm -f lib/libluajit-5.1.so.2 lib/libluajit-5.1.so.2.0.5
++ dirname ./build_pcre.sh
+ cd .
+ cd ..
++ pwd
+ PREFIX=/home/tomoyan/work/third-party
+ cd src
+ PACKAGE=pcre-8.45
+ '[' '!' -d pcre-8.45 ']'
+ wget https://ftp.exim.org/pub/pcre/pcre-8.45.tar.gz
--2022-09-29 15:09:31--  https://ftp.exim.org/pub/pcre/pcre-8.45.tar.gz
ftp.exim.org (ftp.exim.org) をDNSに問いあわせています... 37.120.190.30, 2a03:4000:6:b381::2
ftp.exim.org (ftp.exim.org)|37.120.190.30|:443 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 200 OK
長さ: 2096552 (2.0M) [application/octet-stream]
`pcre-8.45.tar.gz' に保存中

pcre-8.45.tar.gz    100%[===================>]   2.00M   311KB/s 時間 6.8s     

2022-09-29 15:09:40 (303 KB/s) - `pcre-8.45.tar.gz' へ保存完了 [2096552/2096552]

+ tar xvfz pcre-8.45.tar.gz
pcre-8.45/
pcre-8.45/pcre_scanner.h
pcre-8.45/LICENCE
pcre-8.45/makevp_c.txt
pcre-8.45/PrepareRelease
pcre-8.45/RunTest.bat
pcre-8.45/pcre16_study.c
pcre-8.45/pcre16_chartables.c
pcre-8.45/pcre_jit_test.c
pcre-8.45/pcregexp.pas
pcre-8.45/pcre32_chartables.c
pcre-8.45/pcre_get.c
pcre-8.45/132html
pcre-8.45/pcre16_compile.c
pcre-8.45/pcre32_dfa_exec.c
pcre-8.45/pcre32_utf32_utils.c
pcre-8.45/CMakeLists.txt
pcre-8.45/Makefile.am
pcre-8.45/pcre_stringpiece_unittest.cc
pcre-8.45/pcre16_dfa_exec.c
pcre-8.45/pcre16_newline.c
pcre-8.45/pcre16_ord2utf16.c
pcre-8.45/compile
pcre-8.45/pcre16_config.c
pcre-8.45/depcomp
pcre-8.45/config.sub
pcre-8.45/pcre32_maketables.c
pcre-8.45/pcre16_maketables.c
pcre-8.45/pcre16_byte_order.c
pcre-8.45/pcrecpp.cc
pcre-8.45/Makefile.in
pcre-8.45/README
pcre-8.45/cmake/
pcre-8.45/cmake/FindReadline.cmake
pcre-8.45/cmake/FindEditline.cmake
pcre-8.45/cmake/FindPackageHandleStandardArgs.cmake
pcre-8.45/cmake/COPYING-CMAKE-SCRIPTS
pcre-8.45/pcre16_utf16_utils.c
pcre-8.45/aclocal.m4
pcre-8.45/pcre32_xclass.c
pcre-8.45/ucp.h
pcre-8.45/pcre_printint.c
pcre-8.45/pcre32_compile.c
pcre-8.45/pcre_jit_compile.c
pcre-8.45/dftables.c
pcre-8.45/config.guess
pcre-8.45/pcre_newline.c
pcre-8.45/configure
pcre-8.45/pcrecpparg.h.in
pcre-8.45/perltest.pl
pcre-8.45/pcre16_jit_compile.c
pcre-8.45/pcre32_exec.c
pcre-8.45/pcre32_study.c
pcre-8.45/pcreposix.h
pcre-8.45/CleanTxt
pcre-8.45/pcreposix.c
pcre-8.45/pcre_string_utils.c
pcre-8.45/pcre32_newline.c
pcre-8.45/install-sh
pcre-8.45/pcre16_xclass.c
pcre-8.45/libpcre16.pc.in
pcre-8.45/pcre16_get.c
pcre-8.45/pcrecpp_internal.h
pcre-8.45/pcre_study.c
pcre-8.45/pcre_compile.c
pcre-8.45/pcre_fullinfo.c
pcre-8.45/pcre_refcount.c
pcre-8.45/pcre16_globals.c
pcre-8.45/m4/
pcre-8.45/m4/ltsugar.m4
pcre-8.45/m4/libtool.m4
pcre-8.45/m4/ltversion.m4
pcre-8.45/m4/ltoptions.m4
pcre-8.45/m4/ax_pthread.m4
pcre-8.45/m4/lt~obsolete.m4
pcre-8.45/m4/pcre_visibility.m4
pcre-8.45/libpcreposix.pc.in
pcre-8.45/COPYING
pcre-8.45/pcrecpp.h
pcre-8.45/INSTALL
pcre-8.45/pcre32_fullinfo.c
pcre-8.45/pcre32_get.c
pcre-8.45/pcre32_tables.c
pcre-8.45/libpcre32.pc.in
pcre-8.45/pcre32_valid_utf32.c
pcre-8.45/pcre_ord2utf8.c
pcre-8.45/makevp.bat
pcre-8.45/ChangeLog
pcre-8.45/pcre32_string_utils.c
pcre-8.45/pcre-config.in
pcre-8.45/pcre_exec.c
pcre-8.45/pcre16_refcount.c
pcre-8.45/HACKING
pcre-8.45/test-driver
pcre-8.45/missing
pcre-8.45/pcre16_string_utils.c
pcre-8.45/configure.ac
pcre-8.45/pcre_scanner.cc
pcre-8.45/pcre_stringpiece.h.in
pcre-8.45/ar-lib
pcre-8.45/pcre_valid_utf8.c
pcre-8.45/sljit/
pcre-8.45/sljit/sljitNativeSPARC_common.c
pcre-8.45/sljit/sljitNativeTILEGX-encoder.c
pcre-8.45/sljit/sljitConfig.h
pcre-8.45/sljit/sljitNativeMIPS_64.c
pcre-8.45/sljit/sljitUtils.c
pcre-8.45/sljit/sljitNativeARM_T2_32.c
pcre-8.45/sljit/sljitNativePPC_64.c
pcre-8.45/sljit/sljitNativeARM_64.c
pcre-8.45/sljit/sljitNativeMIPS_common.c
pcre-8.45/sljit/sljitNativeMIPS_32.c
pcre-8.45/sljit/sljitNativeX86_common.c
pcre-8.45/sljit/sljitNativeTILEGX_64.c
pcre-8.45/sljit/sljitNativeARM_32.c
pcre-8.45/sljit/sljitNativeSPARC_32.c
pcre-8.45/sljit/sljitLir.c
pcre-8.45/sljit/sljitLir.h
pcre-8.45/sljit/sljitNativeX86_32.c
pcre-8.45/sljit/sljitNativePPC_32.c
pcre-8.45/sljit/sljitExecAllocator.c
pcre-8.45/sljit/sljitNativeX86_64.c
pcre-8.45/sljit/sljitNativePPC_common.c
pcre-8.45/sljit/sljitConfigInternal.h
pcre-8.45/pcre16_tables.c
pcre-8.45/pcre32_byte_order.c
pcre-8.45/config-cmake.h.in
pcre-8.45/pcretest.c
pcre-8.45/testdata/
pcre-8.45/testdata/saved32LE-1
pcre-8.45/testdata/testoutput24
pcre-8.45/testdata/testoutput2
pcre-8.45/testdata/testoutputEBC
pcre-8.45/testdata/greplist
pcre-8.45/testdata/testinput21
pcre-8.45/testdata/testinput25
pcre-8.45/testdata/testoutput3A
pcre-8.45/testdata/testoutput26
pcre-8.45/testdata/testoutput20
pcre-8.45/testdata/grepoutput8
pcre-8.45/testdata/testoutput16
pcre-8.45/testdata/testinput17
pcre-8.45/testdata/testoutput23
pcre-8.45/testdata/testoutput4
pcre-8.45/testdata/testoutput11-8
pcre-8.45/testdata/testinput8
pcre-8.45/testdata/testinput26
pcre-8.45/testdata/testoutput7
pcre-8.45/testdata/grepinput3
pcre-8.45/testdata/testoutput22-32
pcre-8.45/testdata/testinput13
pcre-8.45/testdata/testoutput12
pcre-8.45/testdata/saved32
pcre-8.45/testdata/testinput15
pcre-8.45/testdata/wintestoutput3
pcre-8.45/testdata/testinput10
pcre-8.45/testdata/testinput1
pcre-8.45/testdata/testoutput5
pcre-8.45/testdata/saved16
pcre-8.45/testdata/grepoutputN
pcre-8.45/testdata/testinput24
pcre-8.45/testdata/testoutput9
pcre-8.45/testdata/testoutput14
pcre-8.45/testdata/testoutput10
pcre-8.45/testdata/testinput16
pcre-8.45/testdata/testoutput21-32
pcre-8.45/testdata/testoutput25
pcre-8.45/testdata/testoutput3B
pcre-8.45/testdata/testoutput15
pcre-8.45/testdata/testoutput13
pcre-8.45/testdata/testoutput18-32
pcre-8.45/testdata/grepbinary
pcre-8.45/testdata/grepinputx
pcre-8.45/testdata/testoutput18-16
pcre-8.45/testdata/greppatN4
pcre-8.45/testdata/testinput5
pcre-8.45/testdata/testoutput19
pcre-8.45/testdata/testoutput6
pcre-8.45/testdata/testinput3
pcre-8.45/testdata/testinput23
pcre-8.45/testdata/testinput7
pcre-8.45/testdata/testinput18
pcre-8.45/testdata/saved32BE-1
pcre-8.45/testdata/saved32BE-2
pcre-8.45/testdata/testoutput3
pcre-8.45/testdata/testinput22
pcre-8.45/testdata/saved16BE-2
pcre-8.45/testdata/testinput9
pcre-8.45/testdata/saved8
pcre-8.45/testdata/testinput20
pcre-8.45/testdata/testinput6
pcre-8.45/testdata/saved16LE-1
pcre-8.45/testdata/saved16LE-2
pcre-8.45/testdata/testoutput8
pcre-8.45/testdata/valgrind-jit.supp
pcre-8.45/testdata/testinput12
pcre-8.45/testdata/grepinput8
pcre-8.45/testdata/grepfilelist
pcre-8.45/testdata/testinput2
pcre-8.45/testdata/grepinputv
pcre-8.45/testdata/grepoutput
pcre-8.45/testdata/saved16BE-1
pcre-8.45/testdata/testinput11
pcre-8.45/testdata/testinput4
pcre-8.45/testdata/saved32LE-2
pcre-8.45/testdata/grepinput
pcre-8.45/testdata/testoutput21-16
pcre-8.45/testdata/wintestinput3
pcre-8.45/testdata/testinputEBC
pcre-8.45/testdata/testinput14
pcre-8.45/testdata/testoutput22-16
pcre-8.45/testdata/testoutput11-32
pcre-8.45/testdata/testoutput1
pcre-8.45/testdata/testinput19
pcre-8.45/testdata/testoutput11-16
pcre-8.45/testdata/testoutput17
pcre-8.45/pcre32_config.c
pcre-8.45/RunTest
pcre-8.45/pcregrep.c
pcre-8.45/pcrecpp_unittest.cc
pcre-8.45/pcre_dfa_exec.c
pcre-8.45/pcre_globals.c
pcre-8.45/pcre32_ord2utf32.c
pcre-8.45/pcre_xclass.c
pcre-8.45/config.h.in
pcre-8.45/pcre_internal.h
pcre-8.45/pcre32_refcount.c
pcre-8.45/pcre16_ucd.c
pcre-8.45/pcre32_jit_compile.c
pcre-8.45/pcre_ucd.c
pcre-8.45/AUTHORS
pcre-8.45/Detrail
pcre-8.45/pcre16_version.c
pcre-8.45/NON-AUTOTOOLS-BUILD
pcre-8.45/ltmain.sh
pcre-8.45/pcre_scanner_unittest.cc
pcre-8.45/pcre32_printint.c
pcre-8.45/pcre16_printint.c
pcre-8.45/NEWS
pcre-8.45/pcre32_version.c
pcre-8.45/pcre.h.in
pcre-8.45/libpcrecpp.pc.in
pcre-8.45/pcre_chartables.c.dist
pcre-8.45/pcre.h.generic
pcre-8.45/doc/
pcre-8.45/doc/pcre.txt
pcre-8.45/doc/pcre_fullinfo.3
pcre-8.45/doc/pcre_jit_exec.3
pcre-8.45/doc/pcre_version.3
pcre-8.45/doc/pcre_assign_jit_stack.3
pcre-8.45/doc/pcre_compile2.3
pcre-8.45/doc/pcretest.txt
pcre-8.45/doc/pcre-config.txt
pcre-8.45/doc/pcre_get_substring_list.3
pcre-8.45/doc/pcrematching.3
pcre-8.45/doc/pcre_copy_named_substring.3
pcre-8.45/doc/pcresample.3
pcre-8.45/doc/pcre_free_substring_list.3
pcre-8.45/doc/pcreprecompile.3
pcre-8.45/doc/pcre_utf32_to_host_byte_order.3
pcre-8.45/doc/pcre_config.3
pcre-8.45/doc/pcresyntax.3
pcre-8.45/doc/pcreapi.3
pcre-8.45/doc/pcre_pattern_to_host_byte_order.3
pcre-8.45/doc/pcrecallout.3
pcre-8.45/doc/pcregrep.1
pcre-8.45/doc/html/
pcre-8.45/doc/html/pcre_maketables.html
pcre-8.45/doc/html/pcre-config.html
pcre-8.45/doc/html/pcre_get_stringtable_entries.html
pcre-8.45/doc/html/index.html
pcre-8.45/doc/html/pcre_pattern_to_host_byte_order.html
pcre-8.45/doc/html/pcreperform.html
pcre-8.45/doc/html/pcre_get_substring_list.html
pcre-8.45/doc/html/pcreposix.html
pcre-8.45/doc/html/pcre_free_study.html
pcre-8.45/doc/html/pcrecpp.html
pcre-8.45/doc/html/pcrecompat.html
pcre-8.45/doc/html/pcre_compile.html
pcre-8.45/doc/html/pcre_config.html
pcre-8.45/doc/html/pcre_get_named_substring.html
pcre-8.45/doc/html/pcretest.html
pcre-8.45/doc/html/pcre_compile2.html
pcre-8.45/doc/html/pcre_version.html
pcre-8.45/doc/html/pcrestack.html
pcre-8.45/doc/html/pcre_copy_named_substring.html
pcre-8.45/doc/html/pcre_utf32_to_host_byte_order.html
pcre-8.45/doc/html/pcre16.html
pcre-8.45/doc/html/pcre_jit_stack_alloc.html
pcre-8.45/doc/html/pcre_utf16_to_host_byte_order.html
pcre-8.45/doc/html/pcre_jit_stack_free.html
pcre-8.45/doc/html/pcrecallout.html
pcre-8.45/doc/html/pcre.html
pcre-8.45/doc/html/pcre_refcount.html
pcre-8.45/doc/html/pcrepattern.html
pcre-8.45/doc/html/pcreprecompile.html
pcre-8.45/doc/html/pcre_get_stringnumber.html
pcre-8.45/doc/html/pcresample.html
pcre-8.45/doc/html/pcre_exec.html
pcre-8.45/doc/html/pcre_assign_jit_stack.html
pcre-8.45/doc/html/README.txt
pcre-8.45/doc/html/pcre_copy_substring.html
pcre-8.45/doc/html/pcre_get_substring.html
pcre-8.45/doc/html/pcrejit.html
pcre-8.45/doc/html/pcreunicode.html
pcre-8.45/doc/html/pcrelimits.html
pcre-8.45/doc/html/pcre_fullinfo.html
pcre-8.45/doc/html/NON-AUTOTOOLS-BUILD.txt
pcre-8.45/doc/html/pcrebuild.html
pcre-8.45/doc/html/pcreapi.html
pcre-8.45/doc/html/pcre_study.html
pcre-8.45/doc/html/pcre_jit_exec.html
pcre-8.45/doc/html/pcrepartial.html
pcre-8.45/doc/html/pcregrep.html
pcre-8.45/doc/html/pcresyntax.html
pcre-8.45/doc/html/pcre_free_substring.html
pcre-8.45/doc/html/pcre_free_substring_list.html
pcre-8.45/doc/html/pcre32.html
pcre-8.45/doc/html/pcredemo.html
pcre-8.45/doc/html/pcre_dfa_exec.html
pcre-8.45/doc/html/pcrematching.html
pcre-8.45/doc/pcreperform.3
pcre-8.45/doc/pcre_compile.3
pcre-8.45/doc/pcre_get_stringnumber.3
pcre-8.45/doc/index.html.src
pcre-8.45/doc/pcre_free_substring.3
pcre-8.45/doc/pcre_maketables.3
pcre-8.45/doc/pcre_jit_stack_free.3
pcre-8.45/doc/pcre_get_substring.3
pcre-8.45/doc/pcre16.3
pcre-8.45/doc/pcre32.3
pcre-8.45/doc/pcre_get_named_substring.3
pcre-8.45/doc/pcre_exec.3
pcre-8.45/doc/pcre_get_stringtable_entries.3
pcre-8.45/doc/pcre.3
pcre-8.45/doc/pcre-config.1
pcre-8.45/doc/pcrecompat.3
pcre-8.45/doc/pcrestack.3
pcre-8.45/doc/pcre_dfa_exec.3
pcre-8.45/doc/perltest.txt
pcre-8.45/doc/pcreunicode.3
pcre-8.45/doc/pcre_study.3
pcre-8.45/doc/pcreposix.3
pcre-8.45/doc/pcrepartial.3
pcre-8.45/doc/pcrelimits.3
pcre-8.45/doc/pcredemo.3
pcre-8.45/doc/pcretest.1
pcre-8.45/doc/pcre_refcount.3
pcre-8.45/doc/pcrepattern.3
pcre-8.45/doc/pcre_utf16_to_host_byte_order.3
pcre-8.45/doc/pcrejit.3
pcre-8.45/doc/pcrecpp.3
pcre-8.45/doc/pcre_jit_stack_alloc.3
pcre-8.45/doc/pcrebuild.3
pcre-8.45/doc/pcre_free_study.3
pcre-8.45/doc/pcregrep.txt
pcre-8.45/doc/pcre_copy_substring.3
pcre-8.45/NON-UNIX-USE
pcre-8.45/pcre_byte_order.c
pcre-8.45/pcredemo.c
pcre-8.45/libpcre.pc.in
pcre-8.45/pcre16_fullinfo.c
pcre-8.45/RunGrepTest
pcre-8.45/pcre16_exec.c
pcre-8.45/pcre_maketables.c
pcre-8.45/pcre_tables.c
pcre-8.45/config.h.generic
pcre-8.45/pcre_stringpiece.cc
pcre-8.45/pcre_version.c
pcre-8.45/CheckMan
pcre-8.45/pcre32_globals.c
pcre-8.45/pcre_config.c
pcre-8.45/pcre16_valid_utf16.c
pcre-8.45/pcre32_ucd.c
pcre-8.45/makevp_l.txt
+ rm pcre-8.45.tar.gz
+ cd pcre-8.45
+ ./configure --prefix=/home/tomoyan/work/third-party --enable-jit --enable-unicode-properties --enable-utf --with-pic --with-match-limit=100000 --enable-shared=no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for int64_t... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether ln -s works... yes
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking for egrep... (cached) /usr/bin/grep -E
checking for limits.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for dirent.h... yes
checking for windows.h... no
checking for alias support in the linker... no
checking for alias support in the linker... no
checking for string... yes
checking for bits/type_traits.h... no
checking for type_traits.h... no
checking for strtoq... yes
checking for long long... yes
checking for unsigned long long... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for bcopy... yes
checking for memmove... yes
checking for strerror... yes
checking for zlib.h... yes
checking for gzopen in -lz... yes
checking for bzlib.h... no
checking for libbz2... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libpcre.pc
config.status: creating libpcre16.pc
config.status: creating libpcre32.pc
config.status: creating libpcreposix.pc
config.status: creating libpcrecpp.pc
config.status: creating pcre-config
config.status: creating pcre.h
config.status: creating pcre_stringpiece.h
config.status: creating pcrecpparg.h
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing script-chmod commands
config.status: executing delete-old-chartables commands

pcre-8.45 configuration summary:

    Install prefix .................. : /home/tomoyan/work/third-party
    C preprocessor .................. : 
    C compiler ...................... : gcc
    C++ preprocessor ................ : g++ -E
    C++ compiler .................... : g++
    Linker .......................... : /usr/bin/ld -m elf_x86_64
    C preprocessor flags ............ : 
    C compiler flags ................ :  -g -O2 -fvisibility=hidden
    C++ compiler flags .............. : -O2 -fvisibility=hidden -fvisibility-inlines-hidden
    Linker flags .................... : 
    Extra libraries ................. :  

    Build 8 bit pcre library ........ : yes
    Build 16 bit pcre library ....... : no
    Build 32 bit pcre library ....... : no
    Build C++ library ............... : yes
    Enable JIT compiling support .... : yes
    Enable UTF-8/16/32 support ...... : yes
    Unicode properties .............. : yes
    Newline char/sequence ........... : lf
    \R matches only ANYCRLF ......... : no
    EBCDIC coding ................... : no
    EBCDIC code for NL .............. : n/a
    Rebuild char tables ............. : no
    Use stack recursion ............. : yes
    POSIX mem threshold ............. : 10
    Internal link size .............. : 2
    Nested parentheses limit ........ : 250
    Match limit ..................... : 100000
    Match limit recursion ........... : MATCH_LIMIT
    Build shared libs ............... : no
    Build static libs ............... : yes
    Use JIT in pcregrep ............. : yes
    Buffer size for pcregrep ........ : 20480
    Link pcregrep with libz ......... : no
    Link pcregrep with libbz2 ....... : no
    Link pcretest with libedit ...... : no
    Link pcretest with libreadline .. : no
    Valgrind support ................ : no
    Code coverage ................... : no

+ make install
rm -f pcre_chartables.c
ln -s ./pcre_chartables.c.dist pcre_chartables.c
make  install-am
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/pcre-8.45' に入ります
  CC       pcretest-pcretest.o
  CC       pcretest-pcre_printint.o
  CC       libpcre_la-pcre_byte_order.lo
  CC       libpcre_la-pcre_compile.lo
  CC       libpcre_la-pcre_config.lo
  CC       libpcre_la-pcre_dfa_exec.lo
  CC       libpcre_la-pcre_exec.lo
  CC       libpcre_la-pcre_fullinfo.lo
  CC       libpcre_la-pcre_get.lo
  CC       libpcre_la-pcre_globals.lo
  CC       libpcre_la-pcre_jit_compile.lo
  CC       libpcre_la-pcre_maketables.lo
  CC       libpcre_la-pcre_newline.lo
  CC       libpcre_la-pcre_ord2utf8.lo
  CC       libpcre_la-pcre_refcount.lo
  CC       libpcre_la-pcre_string_utils.lo
  CC       libpcre_la-pcre_study.lo
  CC       libpcre_la-pcre_tables.lo
  CC       libpcre_la-pcre_ucd.lo
  CC       libpcre_la-pcre_valid_utf8.lo
  CC       libpcre_la-pcre_version.lo
  CC       libpcre_la-pcre_xclass.lo
  CC       libpcre_la-pcre_chartables.lo
  CCLD     libpcre.la
  CC       libpcreposix_la-pcreposix.lo
  CCLD     libpcreposix.la
  CCLD     pcretest
  CC       pcregrep-pcregrep.o
  CCLD     pcregrep
  CC       pcre_jit_test-pcre_jit_test.o
  CCLD     pcre_jit_test
  CXX      pcrecpp_unittest-pcrecpp_unittest.o
  CXX      libpcrecpp_la-pcrecpp.lo
  CXX      libpcrecpp_la-pcre_scanner.lo
  CXX      libpcrecpp_la-pcre_stringpiece.lo
  CXXLD    libpcrecpp.la
  CXXLD    pcrecpp_unittest
  CXX      pcre_scanner_unittest-pcre_scanner_unittest.o
  CXXLD    pcre_scanner_unittest
  CXX      pcre_stringpiece_unittest-pcre_stringpiece_unittest.o
  CXXLD    pcre_stringpiece_unittest
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/pcre-8.45' に入ります
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/lib'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libpcre.la libpcreposix.la libpcrecpp.la '/home/tomoyan/work/third-party/lib'
libtool: install: /usr/bin/install -c .libs/libpcre.lai /home/tomoyan/work/third-party/lib/libpcre.la
libtool: install: /usr/bin/install -c .libs/libpcreposix.lai /home/tomoyan/work/third-party/lib/libpcreposix.la
libtool: install: /usr/bin/install -c .libs/libpcrecpp.lai /home/tomoyan/work/third-party/lib/libpcrecpp.la
libtool: install: /usr/bin/install -c .libs/libpcre.a /home/tomoyan/work/third-party/lib/libpcre.a
libtool: install: chmod 644 /home/tomoyan/work/third-party/lib/libpcre.a
libtool: install: ranlib /home/tomoyan/work/third-party/lib/libpcre.a
libtool: install: /usr/bin/install -c .libs/libpcreposix.a /home/tomoyan/work/third-party/lib/libpcreposix.a
libtool: install: chmod 644 /home/tomoyan/work/third-party/lib/libpcreposix.a
libtool: install: ranlib /home/tomoyan/work/third-party/lib/libpcreposix.a
libtool: install: /usr/bin/install -c .libs/libpcrecpp.a /home/tomoyan/work/third-party/lib/libpcrecpp.a
libtool: install: chmod 644 /home/tomoyan/work/third-party/lib/libpcrecpp.a
libtool: install: ranlib /home/tomoyan/work/third-party/lib/libpcrecpp.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin:/sbin" ldconfig -n /home/tomoyan/work/third-party/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/tomoyan/work/third-party/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/bin'
  /bin/sh ./libtool   --mode=install /usr/bin/install -c pcretest pcregrep '/home/tomoyan/work/third-party/bin'
libtool: install: /usr/bin/install -c pcretest /home/tomoyan/work/third-party/bin/pcretest
libtool: install: /usr/bin/install -c pcregrep /home/tomoyan/work/third-party/bin/pcregrep
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/bin'
 /usr/bin/install -c pcre-config '/home/tomoyan/work/third-party/bin'
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/share/doc/pcre'
 /usr/bin/install -c -m 644 doc/pcre.txt doc/pcre-config.txt doc/pcregrep.txt doc/pcretest.txt AUTHORS COPYING ChangeLog LICENCE NEWS README '/home/tomoyan/work/third-party/share/doc/pcre'
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/share/doc/pcre/html'
 /usr/bin/install -c -m 644 doc/html/NON-AUTOTOOLS-BUILD.txt doc/html/README.txt doc/html/index.html doc/html/pcre-config.html doc/html/pcre.html doc/html/pcre16.html doc/html/pcre32.html doc/html/pcre_assign_jit_stack.html doc/html/pcre_compile.html doc/html/pcre_compile2.html doc/html/pcre_config.html doc/html/pcre_copy_named_substring.html doc/html/pcre_copy_substring.html doc/html/pcre_dfa_exec.html doc/html/pcre_exec.html doc/html/pcre_free_study.html doc/html/pcre_free_substring.html doc/html/pcre_free_substring_list.html doc/html/pcre_fullinfo.html doc/html/pcre_get_named_substring.html doc/html/pcre_get_stringnumber.html doc/html/pcre_get_stringtable_entries.html doc/html/pcre_get_substring.html doc/html/pcre_get_substring_list.html doc/html/pcre_jit_exec.html doc/html/pcre_jit_stack_alloc.html doc/html/pcre_jit_stack_free.html doc/html/pcre_maketables.html doc/html/pcre_pattern_to_host_byte_order.html doc/html/pcre_refcount.html doc/html/pcre_study.html doc/html/pcre_utf16_to_host_byte_order.html doc/html/pcre_utf32_to_host_byte_order.html doc/html/pcre_version.html doc/html/pcreapi.html doc/html/pcrebuild.html doc/html/pcrecallout.html doc/html/pcrecompat.html doc/html/pcredemo.html doc/html/pcregrep.html '/home/tomoyan/work/third-party/share/doc/pcre/html'
 /usr/bin/install -c -m 644 doc/html/pcrejit.html doc/html/pcrelimits.html doc/html/pcrematching.html doc/html/pcrepartial.html doc/html/pcrepattern.html doc/html/pcreperform.html doc/html/pcreposix.html doc/html/pcreprecompile.html doc/html/pcresample.html doc/html/pcrestack.html doc/html/pcresyntax.html doc/html/pcretest.html doc/html/pcreunicode.html '/home/tomoyan/work/third-party/share/doc/pcre/html'
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/share/doc/pcre/html'
 /usr/bin/install -c -m 644 doc/html/pcrecpp.html '/home/tomoyan/work/third-party/share/doc/pcre/html'
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/include'
 /usr/bin/install -c -m 644 pcreposix.h pcrecpp.h pcre_scanner.h '/home/tomoyan/work/third-party/include'
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/share/man/man1'
 /usr/bin/install -c -m 644 doc/pcre-config.1 doc/pcregrep.1 doc/pcretest.1 '/home/tomoyan/work/third-party/share/man/man1'
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/share/man/man3'
 /usr/bin/install -c -m 644 doc/pcre.3 doc/pcre16.3 doc/pcre32.3 doc/pcre_assign_jit_stack.3 doc/pcre_compile.3 doc/pcre_compile2.3 doc/pcre_config.3 doc/pcre_copy_named_substring.3 doc/pcre_copy_substring.3 doc/pcre_dfa_exec.3 doc/pcre_exec.3 doc/pcre_free_study.3 doc/pcre_free_substring.3 doc/pcre_free_substring_list.3 doc/pcre_fullinfo.3 doc/pcre_get_named_substring.3 doc/pcre_get_stringnumber.3 doc/pcre_get_stringtable_entries.3 doc/pcre_get_substring.3 doc/pcre_get_substring_list.3 doc/pcre_jit_exec.3 doc/pcre_jit_stack_alloc.3 doc/pcre_jit_stack_free.3 doc/pcre_maketables.3 doc/pcre_pattern_to_host_byte_order.3 doc/pcre_refcount.3 doc/pcre_study.3 doc/pcre_utf16_to_host_byte_order.3 doc/pcre_utf32_to_host_byte_order.3 doc/pcre_version.3 doc/pcreapi.3 doc/pcrebuild.3 doc/pcrecallout.3 doc/pcrecompat.3 doc/pcredemo.3 doc/pcrejit.3 doc/pcrelimits.3 doc/pcrematching.3 doc/pcrepartial.3 doc/pcrepattern.3 '/home/tomoyan/work/third-party/share/man/man3'
 /usr/bin/install -c -m 644 doc/pcreperform.3 doc/pcreposix.3 doc/pcreprecompile.3 doc/pcresample.3 doc/pcrestack.3 doc/pcresyntax.3 doc/pcreunicode.3 doc/pcrecpp.3 '/home/tomoyan/work/third-party/share/man/man3'
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/include'
 /usr/bin/install -c -m 644 pcre.h pcrecpparg.h pcre_stringpiece.h '/home/tomoyan/work/third-party/include'
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/lib/pkgconfig'
 /usr/bin/install -c -m 644 libpcre.pc libpcreposix.pc libpcrecpp.pc '/home/tomoyan/work/third-party/lib/pkgconfig'
make  install-data-hook
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/pcre-8.45' に入ります
ln -sf pcre_assign_jit_stack.3		 /home/tomoyan/work/third-party/share/man/man3/pcre16_assign_jit_stack.3
ln -sf pcre_compile.3			 /home/tomoyan/work/third-party/share/man/man3/pcre16_compile.3
ln -sf pcre_compile2.3			 /home/tomoyan/work/third-party/share/man/man3/pcre16_compile2.3
ln -sf pcre_config.3			 /home/tomoyan/work/third-party/share/man/man3/pcre16_config.3
ln -sf pcre_copy_named_substring.3	 /home/tomoyan/work/third-party/share/man/man3/pcre16_copy_named_substring.3
ln -sf pcre_copy_substring.3		 /home/tomoyan/work/third-party/share/man/man3/pcre16_copy_substring.3
ln -sf pcre_dfa_exec.3			 /home/tomoyan/work/third-party/share/man/man3/pcre16_dfa_exec.3
ln -sf pcre_exec.3			 /home/tomoyan/work/third-party/share/man/man3/pcre16_exec.3
ln -sf pcre_free_study.3		 /home/tomoyan/work/third-party/share/man/man3/pcre16_free_study.3
ln -sf pcre_free_substring.3		 /home/tomoyan/work/third-party/share/man/man3/pcre16_free_substring.3
ln -sf pcre_free_substring_list.3	 /home/tomoyan/work/third-party/share/man/man3/pcre16_free_substring_list.3
ln -sf pcre_fullinfo.3			 /home/tomoyan/work/third-party/share/man/man3/pcre16_fullinfo.3
ln -sf pcre_get_named_substring.3	 /home/tomoyan/work/third-party/share/man/man3/pcre16_get_named_substring.3
ln -sf pcre_get_stringnumber.3		 /home/tomoyan/work/third-party/share/man/man3/pcre16_get_stringnumber.3
ln -sf pcre_get_stringtable_entries.3	 /home/tomoyan/work/third-party/share/man/man3/pcre16_get_stringtable_entries.3
ln -sf pcre_get_substring.3		 /home/tomoyan/work/third-party/share/man/man3/pcre16_get_substring.3
ln -sf pcre_get_substring_list.3	 /home/tomoyan/work/third-party/share/man/man3/pcre16_get_substring_list.3
ln -sf pcre_jit_exec.3			 /home/tomoyan/work/third-party/share/man/man3/pcre16_jit_exec.3
ln -sf pcre_jit_stack_alloc.3		 /home/tomoyan/work/third-party/share/man/man3/pcre16_jit_stack_alloc.3
ln -sf pcre_jit_stack_free.3		 /home/tomoyan/work/third-party/share/man/man3/pcre16_jit_stack_free.3
ln -sf pcre_maketables.3		 /home/tomoyan/work/third-party/share/man/man3/pcre16_maketables.3
ln -sf pcre_pattern_to_host_byte_order.3 /home/tomoyan/work/third-party/share/man/man3/pcre16_pattern_to_host_byte_order.3
ln -sf pcre_refcount.3			 /home/tomoyan/work/third-party/share/man/man3/pcre16_refcount.3
ln -sf pcre_study.3			 /home/tomoyan/work/third-party/share/man/man3/pcre16_study.3
ln -sf pcre_utf16_to_host_byte_order.3	 /home/tomoyan/work/third-party/share/man/man3/pcre16_utf16_to_host_byte_order.3
ln -sf pcre_version.3			 /home/tomoyan/work/third-party/share/man/man3/pcre16_version.3
ln -sf pcre_assign_jit_stack.3		 /home/tomoyan/work/third-party/share/man/man3/pcre32_assign_jit_stack.3
ln -sf pcre_compile.3			 /home/tomoyan/work/third-party/share/man/man3/pcre32_compile.3
ln -sf pcre_compile2.3			 /home/tomoyan/work/third-party/share/man/man3/pcre32_compile2.3
ln -sf pcre_config.3			 /home/tomoyan/work/third-party/share/man/man3/pcre32_config.3
ln -sf pcre_copy_named_substring.3	 /home/tomoyan/work/third-party/share/man/man3/pcre32_copy_named_substring.3
ln -sf pcre_copy_substring.3		 /home/tomoyan/work/third-party/share/man/man3/pcre32_copy_substring.3
ln -sf pcre_dfa_exec.3			 /home/tomoyan/work/third-party/share/man/man3/pcre32_dfa_exec.3
ln -sf pcre_exec.3			 /home/tomoyan/work/third-party/share/man/man3/pcre32_exec.3
ln -sf pcre_free_study.3		 /home/tomoyan/work/third-party/share/man/man3/pcre32_free_study.3
ln -sf pcre_free_substring.3		 /home/tomoyan/work/third-party/share/man/man3/pcre32_free_substring.3
ln -sf pcre_free_substring_list.3	 /home/tomoyan/work/third-party/share/man/man3/pcre32_free_substring_list.3
ln -sf pcre_fullinfo.3			 /home/tomoyan/work/third-party/share/man/man3/pcre32_fullinfo.3
ln -sf pcre_get_named_substring.3	 /home/tomoyan/work/third-party/share/man/man3/pcre32_get_named_substring.3
ln -sf pcre_get_stringnumber.3		 /home/tomoyan/work/third-party/share/man/man3/pcre32_get_stringnumber.3
ln -sf pcre_get_stringtable_entries.3	 /home/tomoyan/work/third-party/share/man/man3/pcre32_get_stringtable_entries.3
ln -sf pcre_get_substring.3		 /home/tomoyan/work/third-party/share/man/man3/pcre32_get_substring.3
ln -sf pcre_get_substring_list.3	 /home/tomoyan/work/third-party/share/man/man3/pcre32_get_substring_list.3
ln -sf pcre_jit_exec.3			 /home/tomoyan/work/third-party/share/man/man3/pcre32_jit_exec.3
ln -sf pcre_jit_stack_alloc.3		 /home/tomoyan/work/third-party/share/man/man3/pcre32_jit_stack_alloc.3
ln -sf pcre_jit_stack_free.3		 /home/tomoyan/work/third-party/share/man/man3/pcre32_jit_stack_free.3
ln -sf pcre_maketables.3		 /home/tomoyan/work/third-party/share/man/man3/pcre32_maketables.3
ln -sf pcre_pattern_to_host_byte_order.3 /home/tomoyan/work/third-party/share/man/man3/pcre32_pattern_to_host_byte_order.3
ln -sf pcre_refcount.3			 /home/tomoyan/work/third-party/share/man/man3/pcre32_refcount.3
ln -sf pcre_study.3			 /home/tomoyan/work/third-party/share/man/man3/pcre32_study.3
ln -sf pcre_utf32_to_host_byte_order.3	 /home/tomoyan/work/third-party/share/man/man3/pcre32_utf32_to_host_byte_order.3
ln -sf pcre_version.3			 /home/tomoyan/work/third-party/share/man/man3/pcre32_version.3
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/pcre-8.45' から出ます
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/pcre-8.45' から出ます
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/pcre-8.45' から出ます
++ dirname ./build_psol.sh
+ cd .
+ cd ..
++ pwd
+ PREFIX=/home/tomoyan/work/third-party
+ cd src
+ PSOL_VER=1.11.33.4
+ TARGET=1.11.33.4.tar.gz
+ '[' '!' -f psol-1.11.33.4/include/out/Release/obj/gen/net/instaweb/public/version.h ']'
++ which curl
+ DL=/usr/bin/curl
+ DLCMD='/usr/bin/curl -O -k '
+ '[' '!' -f 1.11.33.4.tar.gz ']'
+ /usr/bin/curl -O -k https://dl.google.com/dl/page-speed/psol/1.11.33.4.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  126M  100  126M    0     0  5973k      0  0:00:21  0:00:21 --:--:-- 5516k
+ tar -xzvf 1.11.33.4.tar.gz
psol/
psol/lib/
psol/lib/Debug/
psol/lib/Debug/linux/
psol/lib/Debug/linux/x64/
psol/lib/Debug/linux/x64/pagespeed_automatic.a
psol/lib/Debug/linux/ia32/
psol/lib/Debug/linux/ia32/pagespeed_automatic.a
psol/lib/Release/
psol/lib/Release/linux/
psol/lib/Release/linux/x64/
psol/lib/Release/linux/x64/pagespeed_automatic.a
psol/lib/Release/linux/x64/pagespeed_js_minify
psol/lib/Release/linux/ia32/
psol/lib/Release/linux/ia32/pagespeed_automatic.a
psol/lib/Release/linux/ia32/pagespeed_js_minify
psol/include/
psol/include/tools/
psol/include/tools/gyp/
psol/include/tools/gyp/test/
psol/include/tools/gyp/test/make/
psol/include/tools/gyp/test/make/noload/
psol/include/tools/gyp/test/make/noload/lib/
psol/include/tools/gyp/test/make/noload/lib/shared.h
psol/include/tools/gyp/test/make/main.h
psol/include/tools/gyp/test/generator-output/
psol/include/tools/gyp/test/generator-output/src/
psol/include/tools/gyp/test/generator-output/src/subdir3/
psol/include/tools/gyp/test/generator-output/src/subdir3/inc3/
psol/include/tools/gyp/test/generator-output/src/subdir3/inc3/include3.h
psol/include/tools/gyp/test/generator-output/src/inc1/
psol/include/tools/gyp/test/generator-output/src/inc1/include1.h
psol/include/tools/gyp/test/generator-output/src/inc.h
psol/include/tools/gyp/test/generator-output/src/subdir2/
psol/include/tools/gyp/test/generator-output/src/subdir2/deeper/
psol/include/tools/gyp/test/generator-output/src/subdir2/deeper/deeper.h
psol/include/tools/gyp/test/generator-output/src/subdir2/inc2/
psol/include/tools/gyp/test/generator-output/src/subdir2/inc2/include2.h
psol/include/tools/gyp/test/generator-output/mac-bundle/
psol/include/tools/gyp/test/generator-output/mac-bundle/header.h
psol/include/tools/gyp/test/library_dirs/
psol/include/tools/gyp/test/library_dirs/subdir/
psol/include/tools/gyp/test/library_dirs/subdir/mylib.h
psol/include/tools/gyp/test/mac/
psol/include/tools/gyp/test/mac/framework/
psol/include/tools/gyp/test/mac/framework/TestFramework/
psol/include/tools/gyp/test/mac/framework/TestFramework/ObjCVectorInternal.h
psol/include/tools/gyp/test/mac/framework/TestFramework/ObjCVector.h
psol/include/tools/gyp/test/mac/archs/
psol/include/tools/gyp/test/mac/archs/header.h
psol/include/tools/gyp/test/mac/app-bundle/
psol/include/tools/gyp/test/mac/app-bundle/TestApp/
psol/include/tools/gyp/test/mac/app-bundle/TestApp/TestAppAppDelegate.h
psol/include/tools/gyp/test/mac/prefixheader/
psol/include/tools/gyp/test/mac/prefixheader/header.h
psol/include/tools/gyp/test/mac/framework-headers/
psol/include/tools/gyp/test/mac/framework-headers/myframework.h
psol/include/tools/gyp/test/mac/xctest/
psol/include/tools/gyp/test/mac/xctest/MyClass.h
psol/include/tools/gyp/test/win/
psol/include/tools/gyp/test/win/lib-flags/
psol/include/tools/gyp/test/win/lib-flags/answer.h
psol/include/tools/gyp/test/win/rc-build/
psol/include/tools/gyp/test/win/rc-build/Resource.h
psol/include/tools/gyp/test/win/rc-build/targetver.h
psol/include/tools/gyp/test/win/rc-build/subdir/
psol/include/tools/gyp/test/win/rc-build/subdir/include.h
psol/include/tools/gyp/test/win/rc-build/hello.h
psol/include/tools/gyp/test/win/linker-flags/
psol/include/tools/gyp/test/win/linker-flags/inline_test.h
psol/include/tools/gyp/test/win/compiler-flags/
psol/include/tools/gyp/test/win/compiler-flags/subdir/
psol/include/tools/gyp/test/win/compiler-flags/subdir/header.h
psol/include/tools/gyp/test/ninja/
psol/include/tools/gyp/test/ninja/action_dependencies/
psol/include/tools/gyp/test/ninja/action_dependencies/src/
psol/include/tools/gyp/test/ninja/action_dependencies/src/a.h
psol/include/tools/gyp/test/ninja/action_dependencies/src/c.h
psol/include/tools/gyp/test/ninja/action_dependencies/src/b.h
psol/include/tools/gyp/test/hard_dependency/
psol/include/tools/gyp/test/hard_dependency/src/
psol/include/tools/gyp/test/hard_dependency/src/a.h
psol/include/tools/gyp/test/hard_dependency/src/c.h
psol/include/tools/gyp/test/hard_dependency/src/b.h
psol/include/tools/gyp/test/include_dirs/
psol/include/tools/gyp/test/include_dirs/src/
psol/include/tools/gyp/test/include_dirs/src/shadow2/
psol/include/tools/gyp/test/include_dirs/src/shadow2/shadow.h
psol/include/tools/gyp/test/include_dirs/src/subdir/
psol/include/tools/gyp/test/include_dirs/src/subdir/inc2/
psol/include/tools/gyp/test/include_dirs/src/subdir/inc2/include2.h
psol/include/tools/gyp/test/include_dirs/src/subdir/inc.h
psol/include/tools/gyp/test/include_dirs/src/shadow1/
psol/include/tools/gyp/test/include_dirs/src/shadow1/shadow.h
psol/include/tools/gyp/test/include_dirs/src/inc1/
psol/include/tools/gyp/test/include_dirs/src/inc1/include1.h
psol/include/tools/gyp/test/include_dirs/src/inc.h
psol/include/tools/clang/
psol/include/tools/clang/blink_gc_plugin/
psol/include/tools/clang/blink_gc_plugin/RecordInfo.h
psol/include/tools/clang/blink_gc_plugin/Edge.h
psol/include/tools/clang/blink_gc_plugin/TracingStatus.h
psol/include/tools/clang/blink_gc_plugin/tests/
psol/include/tools/clang/blink_gc_plugin/tests/ref_ptr_to_gc_managed_class.h
psol/include/tools/clang/blink_gc_plugin/tests/class_requires_trace_method_tmpl.h
psol/include/tools/clang/blink_gc_plugin/tests/heap/
psol/include/tools/clang/blink_gc_plugin/tests/heap/stubs.h
psol/include/tools/clang/blink_gc_plugin/tests/destructor_access_finalized_field.h
psol/include/tools/clang/blink_gc_plugin/tests/ignore_fields.h
psol/include/tools/clang/blink_gc_plugin/tests/persistent_field_in_gc_managed_class.h
psol/include/tools/clang/blink_gc_plugin/tests/own_ptr_to_gc_managed_class.h
psol/include/tools/clang/blink_gc_plugin/tests/class_requires_trace_method.h
psol/include/tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class.h
psol/include/tools/clang/blink_gc_plugin/tests/stack_allocated.h
psol/include/tools/clang/blink_gc_plugin/tests/fields_require_tracing.h
psol/include/tools/clang/blink_gc_plugin/tests/base_requires_tracing.h
psol/include/tools/clang/blink_gc_plugin/tests/destructor_in_nonfinalized_class.h
psol/include/tools/clang/blink_gc_plugin/tests/pure_virtual_trace.h
psol/include/tools/clang/blink_gc_plugin/tests/garbage_collected_mixin.h
psol/include/tools/clang/blink_gc_plugin/NeedsTracing.h
psol/include/tools/clang/blink_gc_plugin/Config.h
psol/include/tools/clang/plugins/
psol/include/tools/clang/plugins/ChromeClassTester.h
psol/include/tools/clang/plugins/tests/
psol/include/tools/clang/plugins/tests/base_refcounted.h
psol/include/tools/clang/plugins/tests/nested_class_inline_ctor.h
psol/include/tools/clang/plugins/tests/virtual_methods.h
psol/include/tools/clang/plugins/tests/inline_ctor.h
psol/include/tools/clang/plugins/tests/inline_copy_ctor.h
psol/include/tools/clang/plugins/tests/weak_ptr_factory.h
psol/include/tools/clang/plugins/tests/missing_ctor.h
psol/include/tools/clang/plugins/tests/overridden_methods.h
psol/include/pagespeed/
psol/include/pagespeed/kernel/
psol/include/pagespeed/kernel/js/
psol/include/pagespeed/kernel/js/js_tokenizer.h
psol/include/pagespeed/kernel/js/js_minify.h
psol/include/pagespeed/kernel/js/js_keywords.h
psol/include/pagespeed/kernel/cache/
psol/include/pagespeed/kernel/cache/cache_batcher.h
psol/include/pagespeed/kernel/cache/key_value_codec.cc
psol/include/pagespeed/kernel/cache/purge_context.h
psol/include/pagespeed/kernel/cache/mock_time_cache.h
psol/include/pagespeed/kernel/cache/lru_cache_base.h
psol/include/pagespeed/kernel/cache/cache_spammer.h
psol/include/pagespeed/kernel/cache/purge_set.h
psol/include/pagespeed/kernel/cache/compressed_cache.h
psol/include/pagespeed/kernel/cache/cache_stats.h
psol/include/pagespeed/kernel/cache/fallback_cache.h
psol/include/pagespeed/kernel/cache/delay_cache.h
psol/include/pagespeed/kernel/cache/cache_interface.h
psol/include/pagespeed/kernel/cache/file_cache.h
psol/include/pagespeed/kernel/cache/write_through_cache.h
psol/include/pagespeed/kernel/cache/threadsafe_cache.h
psol/include/pagespeed/kernel/cache/lru_cache.h
psol/include/pagespeed/kernel/cache/async_cache.h
psol/include/pagespeed/kernel/cache/key_value_codec.h
psol/include/pagespeed/kernel/cache/delegating_cache_callback.h
psol/include/pagespeed/kernel/cache/cache_test_base.h
psol/include/pagespeed/kernel/util/
psol/include/pagespeed/kernel/util/work_bound.h
psol/include/pagespeed/kernel/util/file_system_lock_manager.h
psol/include/pagespeed/kernel/util/platform.h
psol/include/pagespeed/kernel/util/url_escaper.h
psol/include/pagespeed/kernel/util/input_file_nonce_generator.h
psol/include/pagespeed/kernel/util/gzip_inflater.h
psol/include/pagespeed/kernel/util/gflags.h
psol/include/pagespeed/kernel/util/threadsafe_lock_manager.h
psol/include/pagespeed/kernel/util/mock_nonce_generator.h
psol/include/pagespeed/kernel/util/nonce_generator.h
psol/include/pagespeed/kernel/util/simple_random.h
psol/include/pagespeed/kernel/util/url_segment_encoder.h
psol/include/pagespeed/kernel/util/mem_lock_state.h
psol/include/pagespeed/kernel/util/copy_on_write.h
psol/include/pagespeed/kernel/util/re2.h
psol/include/pagespeed/kernel/util/mem_lock.h
psol/include/pagespeed/kernel/util/simple_stats.h
psol/include/pagespeed/kernel/util/statistics_work_bound.h
psol/include/pagespeed/kernel/util/lock_manager_spammer.h
psol/include/pagespeed/kernel/util/categorized_refcount.h
psol/include/pagespeed/kernel/util/hashed_nonce_generator.h
psol/include/pagespeed/kernel/util/url_to_filename_encoder.h
psol/include/pagespeed/kernel/util/mem_lock_manager.h
psol/include/pagespeed/kernel/util/nonce_generator_test_base.h
psol/include/pagespeed/kernel/util/url_multipart_encoder.h
psol/include/pagespeed/kernel/util/statistics_logger.h
psol/include/pagespeed/kernel/thread/
psol/include/pagespeed/kernel/thread/scheduler_thread.h
psol/include/pagespeed/kernel/thread/queued_worker.h
psol/include/pagespeed/kernel/thread/worker_test_base.h
psol/include/pagespeed/kernel/thread/worker.h
psol/include/pagespeed/kernel/thread/slow_worker.h
psol/include/pagespeed/kernel/thread/pthread_shared_mem.h
psol/include/pagespeed/kernel/thread/queued_worker_pool.h
psol/include/pagespeed/kernel/thread/thread_system_test_base.h
psol/include/pagespeed/kernel/thread/pthread_mutex.h
psol/include/pagespeed/kernel/thread/queued_alarm.h
psol/include/pagespeed/kernel/thread/pthread_thread_system.h
psol/include/pagespeed/kernel/thread/pthread_condvar.h
psol/include/pagespeed/kernel/thread/thread_synchronizer.h
psol/include/pagespeed/kernel/thread/mock_scheduler.h
psol/include/pagespeed/kernel/thread/scheduler_based_abstract_lock.h
psol/include/pagespeed/kernel/thread/condvar_test_base.h
psol/include/pagespeed/kernel/thread/pthread_rw_lock.h
psol/include/pagespeed/kernel/thread/scheduler.h
psol/include/pagespeed/kernel/base/
psol/include/pagespeed/kernel/base/null_thread_system.h
psol/include/pagespeed/kernel/base/null_statistics.h
psol/include/pagespeed/kernel/base/chunking_writer.h
psol/include/pagespeed/kernel/base/json.h
psol/include/pagespeed/kernel/base/charset_util.h
psol/include/pagespeed/kernel/base/file_writer.h
psol/include/pagespeed/kernel/base/countdown_timer.h
psol/include/pagespeed/kernel/base/timer.h
psol/include/pagespeed/kernel/base/ref_counted_ptr.h
psol/include/pagespeed/kernel/base/waveform.h
psol/include/pagespeed/kernel/base/writer.h
psol/include/pagespeed/kernel/base/split_statistics.h
psol/include/pagespeed/kernel/base/vector_deque.h
psol/include/pagespeed/kernel/base/annotated_message_handler.h
psol/include/pagespeed/kernel/base/string.h
psol/include/pagespeed/kernel/base/debug.h
psol/include/pagespeed/kernel/base/named_lock_manager.h
psol/include/pagespeed/kernel/base/file_system.h
psol/include/pagespeed/kernel/base/inline_slist.h
psol/include/pagespeed/kernel/base/callback.h
psol/include/pagespeed/kernel/base/abstract_mutex.h
psol/include/pagespeed/kernel/base/gmock.h
psol/include/pagespeed/kernel/base/named_lock_tester.h
psol/include/pagespeed/kernel/base/wildcard_group.h
psol/include/pagespeed/kernel/base/sparse_hash_set.h
psol/include/pagespeed/kernel/base/print_message_handler.h
psol/include/pagespeed/kernel/base/scoped_ptr.h
psol/include/pagespeed/kernel/base/basictypes.h
psol/include/pagespeed/kernel/base/wildcard.h
psol/include/pagespeed/kernel/base/counting_writer.h
psol/include/pagespeed/kernel/base/atom.h
psol/include/pagespeed/kernel/base/pool_element.h
psol/include/pagespeed/kernel/base/base64_util.h
psol/include/pagespeed/kernel/base/string_multi_map.h
psol/include/pagespeed/kernel/base/cache_interface.h
psol/include/pagespeed/kernel/base/file_system_test_base.h
psol/include/pagespeed/kernel/base/thread_system.h
psol/include/pagespeed/kernel/base/sha1_signature.h
psol/include/pagespeed/kernel/base/file_message_handler.h
psol/include/pagespeed/kernel/base/dense_hash_map.h
psol/include/pagespeed/kernel/base/function.h
psol/include/pagespeed/kernel/base/string_writer.h
psol/include/pagespeed/kernel/base/null_writer.h
psol/include/pagespeed/kernel/base/condvar.h
psol/include/pagespeed/kernel/base/signature.h
psol/include/pagespeed/kernel/base/google_message_handler.h
psol/include/pagespeed/kernel/base/gtest.h
psol/include/pagespeed/kernel/base/mock_timer.h
psol/include/pagespeed/kernel/base/message_handler_test_base.h
psol/include/pagespeed/kernel/base/thread.h
psol/include/pagespeed/kernel/base/hostname_util.h
psol/include/pagespeed/kernel/base/string_util.h
psol/include/pagespeed/kernel/base/mock_message_handler.h
psol/include/pagespeed/kernel/base/posix_timer.h
psol/include/pagespeed/kernel/base/atomicops.h
psol/include/pagespeed/kernel/base/null_rw_lock.h
psol/include/pagespeed/kernel/base/sparse_hash_map.h
psol/include/pagespeed/kernel/base/json_writer.h
psol/include/pagespeed/kernel/base/dynamic_annotations.h
psol/include/pagespeed/kernel/base/checking_thread_system.h
psol/include/pagespeed/kernel/base/null_mutex.h
psol/include/pagespeed/kernel/base/stdio_file_system.h
psol/include/pagespeed/kernel/base/md5_hasher.h
psol/include/pagespeed/kernel/base/escaping.h
psol/include/pagespeed/kernel/base/stl_util.h
psol/include/pagespeed/kernel/base/atomic_bool.h
psol/include/pagespeed/kernel/base/string_hash.h
psol/include/pagespeed/kernel/base/gtest_prod.h
psol/include/pagespeed/kernel/base/benchmark.h
psol/include/pagespeed/kernel/base/abstract_shared_mem.h
psol/include/pagespeed/kernel/base/message_handler.h
psol/include/pagespeed/kernel/base/source_map.h
psol/include/pagespeed/kernel/base/rolling_hash.h
psol/include/pagespeed/kernel/base/statistics.h
psol/include/pagespeed/kernel/base/symbol_table.h
psol/include/pagespeed/kernel/base/pool.h
psol/include/pagespeed/kernel/base/null_shared_mem.h
psol/include/pagespeed/kernel/base/mem_file_system.h
psol/include/pagespeed/kernel/base/stack_buffer.h
psol/include/pagespeed/kernel/base/shared_string.h
psol/include/pagespeed/kernel/base/hasher.h
psol/include/pagespeed/kernel/base/fast_wildcard_group.h
psol/include/pagespeed/kernel/base/request_trace.h
psol/include/pagespeed/kernel/base/statistics_template.h
psol/include/pagespeed/kernel/base/arena.h
psol/include/pagespeed/kernel/base/atomic_int32.h
psol/include/pagespeed/kernel/base/enum_set.h
psol/include/pagespeed/kernel/base/dense_hash_set.h
psol/include/pagespeed/kernel/base/rde_hash_map.h
psol/include/pagespeed/kernel/base/null_message_handler.h
psol/include/pagespeed/kernel/base/manually_ref_counted.h
psol/include/pagespeed/kernel/base/circular_buffer.h
psol/include/pagespeed/kernel/base/printf_format.h
psol/include/pagespeed/kernel/base/time_util.h
psol/include/pagespeed/kernel/base/proto_util.h
psol/include/pagespeed/kernel/base/thread_annotations.h
psol/include/pagespeed/kernel/base/split_writer.h
psol/include/pagespeed/kernel/base/mock_hasher.h
psol/include/pagespeed/kernel/sharedmem/
psol/include/pagespeed/kernel/sharedmem/shared_mem_lock_manager.h
psol/include/pagespeed/kernel/sharedmem/shared_mem_cache.h
psol/include/pagespeed/kernel/sharedmem/shared_mem_test_base.h
psol/include/pagespeed/kernel/sharedmem/shared_mem_cache_data.h
psol/include/pagespeed/kernel/sharedmem/shared_mem_statistics.h
psol/include/pagespeed/kernel/sharedmem/shared_circular_buffer_test_base.h
psol/include/pagespeed/kernel/sharedmem/shared_dynamic_string_map.h
psol/include/pagespeed/kernel/sharedmem/shared_mem_lock_manager_test_base.h
psol/include/pagespeed/kernel/sharedmem/inprocess_shared_mem.h
psol/include/pagespeed/kernel/sharedmem/shared_mem_statistics_test_base.h
psol/include/pagespeed/kernel/sharedmem/shared_mem_cache_test_base.h
psol/include/pagespeed/kernel/sharedmem/shared_circular_buffer.h
psol/include/pagespeed/kernel/sharedmem/shared_mem_cache_data_test_base.h
psol/include/pagespeed/kernel/sharedmem/shared_dynamic_string_map_test_base.h
psol/include/pagespeed/kernel/image/
psol/include/pagespeed/kernel/image/jpeg_utils.h
psol/include/pagespeed/kernel/image/pixel_format_optimizer.h
psol/include/pagespeed/kernel/image/gif_square.h
psol/include/pagespeed/kernel/image/image_converter.h
psol/include/pagespeed/kernel/image/image_resizer.h
psol/include/pagespeed/kernel/image/read_image.h
psol/include/pagespeed/kernel/image/test_utils.h
psol/include/pagespeed/kernel/image/png_optimizer.h
psol/include/pagespeed/kernel/image/scanline_interface.h
psol/include/pagespeed/kernel/image/jpeg_optimizer.h
psol/include/pagespeed/kernel/image/jpeg_reader.h
psol/include/pagespeed/kernel/image/scanline_interface_frame_adapter.h
psol/include/pagespeed/kernel/image/gif_reader.h
psol/include/pagespeed/kernel/image/scanline_utils.h
psol/include/pagespeed/kernel/image/image_frame_interface.h
psol/include/pagespeed/kernel/image/frame_interface_optimizer.h
psol/include/pagespeed/kernel/image/scanline_status.h
psol/include/pagespeed/kernel/image/jpeg_optimizer_test_helper.h
psol/include/pagespeed/kernel/image/webp_optimizer.h
psol/include/pagespeed/kernel/image/image_util.h
psol/include/pagespeed/kernel/image/image_analysis.h
psol/include/pagespeed/kernel/html/
psol/include/pagespeed/kernel/html/html_writer_filter.h
psol/include/pagespeed/kernel/html/empty_html_filter.h
psol/include/pagespeed/kernel/html/remove_comments_filter.h
psol/include/pagespeed/kernel/html/html_testing_peer.h
psol/include/pagespeed/kernel/html/html_parse_test_base.h
psol/include/pagespeed/kernel/html/explicit_close_tag.h
psol/include/pagespeed/kernel/html/elide_attributes_filter.h
psol/include/pagespeed/kernel/html/html_attribute_quote_removal.h
psol/include/pagespeed/kernel/html/html_element.h
psol/include/pagespeed/kernel/html/html_event.h
psol/include/pagespeed/kernel/html/collapse_whitespace_filter.h
psol/include/pagespeed/kernel/html/html_node.h
psol/include/pagespeed/kernel/html/disable_test_filter.h
psol/include/pagespeed/kernel/html/html_filter.h
psol/include/pagespeed/kernel/html/doctype.h
psol/include/pagespeed/kernel/html/html_lexer.h
psol/include/pagespeed/kernel/html/html_parse.h
psol/include/pagespeed/kernel/html/canonical_attributes.h
psol/include/pagespeed/kernel/html/html_name.h
psol/include/pagespeed/kernel/html/html_keywords.h
psol/include/pagespeed/kernel/http/
psol/include/pagespeed/kernel/http/user_agent_matcher.h
psol/include/pagespeed/kernel/http/response_headers.h
psol/include/pagespeed/kernel/http/caching_headers.h
psol/include/pagespeed/kernel/http/user_agent_matcher_test_base.h
psol/include/pagespeed/kernel/http/response_headers_parser.h
psol/include/pagespeed/kernel/http/http_options.h
psol/include/pagespeed/kernel/http/content_type.h
psol/include/pagespeed/kernel/http/query_params.h
psol/include/pagespeed/kernel/http/user_agent_normalizer.h
psol/include/pagespeed/kernel/http/bot_checker.h
psol/include/pagespeed/kernel/http/request_headers.h
psol/include/pagespeed/kernel/http/headers.h
psol/include/pagespeed/kernel/http/http_names.h
psol/include/pagespeed/kernel/http/google_url.h
psol/include/pagespeed/kernel/http/domain_registry.h
psol/include/pagespeed/kernel/http/data_url.h
psol/include/pagespeed/kernel/http/semantic_type.h
psol/include/pagespeed/automatic/
psol/include/pagespeed/automatic/flush_early_flow.h
psol/include/pagespeed/automatic/proxy_fetch.h
psol/include/pagespeed/automatic/static_rewriter.h
psol/include/pagespeed/automatic/cache_html_flow.h
psol/include/pagespeed/automatic/html_detector.h
psol/include/pagespeed/automatic/proxy_interface.h
psol/include/pagespeed/automatic/proxy_interface_test_base.h
psol/include/pagespeed/system/
psol/include/pagespeed/system/system_request_context.h
psol/include/pagespeed/system/apr_mem_cache.h
psol/include/pagespeed/system/in_place_resource_recorder.h
psol/include/pagespeed/system/add_headers_fetcher.cc
psol/include/pagespeed/system/loopback_route_fetcher.h
psol/include/pagespeed/system/system_thread_system.h
psol/include/pagespeed/system/system_rewrite_driver_factory.h
psol/include/pagespeed/system/system_rewrite_options.h
psol/include/pagespeed/system/system_caches.h
psol/include/pagespeed/system/system_cache_path.h
psol/include/pagespeed/system/system_message_handler.h
psol/include/pagespeed/system/serf_url_async_fetcher.h
psol/include/pagespeed/system/apr_thread_compatible_pool.cc
psol/include/pagespeed/system/admin_site.h
psol/include/pagespeed/system/system_server_context.h
psol/include/pagespeed/system/apr_mem_cache.cc
psol/include/pagespeed/system/add_headers_fetcher.h
psol/include/pagespeed/system/apr_thread_compatible_pool.h
psol/include/pagespeed/system/loopback_route_fetcher.cc
psol/include/pagespeed/system/serf_url_async_fetcher.cc
psol/include/pagespeed/apache/
psol/include/pagespeed/apache/interface_mod_spdy.h
psol/include/pagespeed/apache/apache_thread_system.h
psol/include/pagespeed/apache/header_util.h
psol/include/pagespeed/apache/apache_config.h
psol/include/pagespeed/apache/instaweb_context.h
psol/include/pagespeed/apache/apache_logging_includes.h
psol/include/pagespeed/apache/mock_apache.h
psol/include/pagespeed/apache/apache_server_context.h
psol/include/pagespeed/apache/instaweb_handler.h
psol/include/pagespeed/apache/apache_rewrite_driver_factory.h
psol/include/pagespeed/apache/apache_writer.h
psol/include/pagespeed/apache/apache_request_context.h
psol/include/pagespeed/apache/apache_fetch.h
psol/include/pagespeed/apache/apache_message_handler.h
psol/include/pagespeed/apache/mod_instaweb.h
psol/include/pagespeed/apache/mod_spdy_fetch_controller.h
psol/include/pagespeed/apache/mod_spdy_fetcher.h
psol/include/pagespeed/apache/apr_timer.h
psol/include/pagespeed/apache/log_message_handler.h
psol/include/pagespeed/opt/
psol/include/pagespeed/opt/logging/
psol/include/pagespeed/opt/logging/logging_proto_impl.h
psol/include/pagespeed/opt/logging/logging_proto.h
psol/include/pagespeed/opt/logging/log_record.h
psol/include/pagespeed/opt/logging/request_timing_info.h
psol/include/pagespeed/opt/logging/log_record_test_helper.h
psol/include/pagespeed/opt/ads/
psol/include/pagespeed/opt/ads/show_ads_snippet_parser.h
psol/include/pagespeed/opt/ads/ads_util.h
psol/include/pagespeed/opt/ads/ads_attribute.h
psol/include/pagespeed/opt/http/
psol/include/pagespeed/opt/http/abstract_property_store_get_callback.h
psol/include/pagespeed/opt/http/request_context.h
psol/include/pagespeed/opt/http/property_cache.h
psol/include/pagespeed/opt/http/fallback_property_page.h
psol/include/pagespeed/opt/http/mock_property_page.h
psol/include/pagespeed/opt/http/two_level_property_store.h
psol/include/pagespeed/opt/http/cache_property_store.h
psol/include/pagespeed/opt/http/property_store.h
psol/include/third_party/
psol/include/third_party/css_parser/
psol/include/third_party/css_parser/src/
psol/include/third_party/css_parser/src/util/
psol/include/third_party/css_parser/src/util/utf8/
psol/include/third_party/css_parser/src/util/utf8/public/
psol/include/third_party/css_parser/src/util/utf8/public/unicodetext.h
psol/include/third_party/css_parser/src/util/utf8/public/config.h
psol/include/third_party/css_parser/src/util/utf8/public/unilib.h
psol/include/third_party/css_parser/src/util/utf8/public/unilib_utf8_utils.h
psol/include/third_party/css_parser/src/util/gtl/
psol/include/third_party/css_parser/src/util/gtl/map-util.h
psol/include/third_party/css_parser/src/util/gtl/dense_hash_map.h
psol/include/third_party/css_parser/src/util/gtl/stl_util.h
psol/include/third_party/css_parser/src/util/gtl/densehashtable.h
psol/include/third_party/css_parser/src/third_party/
psol/include/third_party/css_parser/src/third_party/utf/
psol/include/third_party/css_parser/src/third_party/utf/utfdef.h
psol/include/third_party/css_parser/src/third_party/utf/utf.h
psol/include/third_party/css_parser/src/testing/
psol/include/third_party/css_parser/src/testing/production_stub/
psol/include/third_party/css_parser/src/testing/production_stub/public/
psol/include/third_party/css_parser/src/testing/production_stub/public/gunit_prod.h
psol/include/third_party/css_parser/src/testing/base/
psol/include/third_party/css_parser/src/testing/base/public/
psol/include/third_party/css_parser/src/testing/base/public/gunit.h
psol/include/third_party/css_parser/src/testing/base/public/googletest.h
psol/include/third_party/css_parser/src/string_using.h
psol/include/third_party/css_parser/src/base/
psol/include/third_party/css_parser/src/base/googleinit.h
psol/include/third_party/css_parser/src/base/integral_types.h
psol/include/third_party/css_parser/src/base/scoped_ptr.h
psol/include/third_party/css_parser/src/base/stringprintf.h
psol/include/third_party/css_parser/src/base/commandlineflags.h
psol/include/third_party/css_parser/src/strings/
psol/include/third_party/css_parser/src/strings/stringpiece.h
psol/include/third_party/css_parser/src/strings/stringpiece_utils.h
psol/include/third_party/css_parser/src/strings/ascii_ctype.h
psol/include/third_party/css_parser/src/strings/memutil.h
psol/include/third_party/css_parser/src/strings/escaping.h
psol/include/third_party/css_parser/src/strings/join.h
psol/include/third_party/css_parser/src/strings/strutil.h
psol/include/third_party/css_parser/src/strings/case.h
psol/include/third_party/css_parser/src/webutil/
psol/include/third_party/css_parser/src/webutil/html/
psol/include/third_party/css_parser/src/webutil/html/htmltagenum.h
psol/include/third_party/css_parser/src/webutil/html/htmltagindex.h
psol/include/third_party/css_parser/src/webutil/html/htmlcolor.h
psol/include/third_party/css_parser/src/webutil/css/
psol/include/third_party/css_parser/src/webutil/css/value.h
psol/include/third_party/css_parser/src/webutil/css/string.h
psol/include/third_party/css_parser/src/webutil/css/selector.h
psol/include/third_party/css_parser/src/webutil/css/util.h
psol/include/third_party/css_parser/src/webutil/css/tostring.h
psol/include/third_party/css_parser/src/webutil/css/property.h
psol/include/third_party/css_parser/src/webutil/css/fallthrough_intended.h
psol/include/third_party/css_parser/src/webutil/css/media.h
psol/include/third_party/css_parser/src/webutil/css/identifier.h
psol/include/third_party/css_parser/src/webutil/css/string_util.h
psol/include/third_party/css_parser/src/webutil/css/parser.h
psol/include/third_party/optipng/
psol/include/third_party/optipng/src/
psol/include/third_party/optipng/src/opngreduc/
psol/include/third_party/optipng/src/opngreduc/opngreduc.h
psol/include/third_party/zlib/
psol/include/third_party/zlib/zlib.h
psol/include/third_party/zlib/zutil.h
psol/include/third_party/zlib/inftrees.h
psol/include/third_party/zlib/trees.h
psol/include/third_party/zlib/inffixed.h
psol/include/third_party/zlib/examples/
psol/include/third_party/zlib/examples/gzlog.h
psol/include/third_party/zlib/deflate.h
psol/include/third_party/zlib/gzguts.h
psol/include/third_party/zlib/inffast.h
psol/include/third_party/zlib/zconf.h
psol/include/third_party/zlib/contrib/
psol/include/third_party/zlib/contrib/infback9/
psol/include/third_party/zlib/contrib/infback9/inftree9.h
psol/include/third_party/zlib/contrib/infback9/infback9.h
psol/include/third_party/zlib/contrib/infback9/inffix9.h
psol/include/third_party/zlib/contrib/infback9/inflate9.h
psol/include/third_party/zlib/contrib/iostream2/
psol/include/third_party/zlib/contrib/iostream2/zstream.h
psol/include/third_party/zlib/contrib/blast/
psol/include/third_party/zlib/contrib/blast/blast.h
psol/include/third_party/zlib/contrib/puff/
psol/include/third_party/zlib/contrib/puff/puff.h
psol/include/third_party/zlib/contrib/iostream/
psol/include/third_party/zlib/contrib/iostream/zfstream.h
psol/include/third_party/zlib/contrib/minizip/
psol/include/third_party/zlib/contrib/minizip/iowin32.h
psol/include/third_party/zlib/contrib/minizip/ioapi.h
psol/include/third_party/zlib/contrib/minizip/zip.h
psol/include/third_party/zlib/contrib/minizip/mztools.h
psol/include/third_party/zlib/contrib/minizip/unzip.h
psol/include/third_party/zlib/contrib/minizip/crypt.h
psol/include/third_party/zlib/contrib/iostream3/
psol/include/third_party/zlib/contrib/iostream3/zfstream.h
psol/include/third_party/zlib/crc32.h
psol/include/third_party/zlib/inflate.h
psol/include/third_party/libwebp/
psol/include/third_party/libwebp/src/
psol/include/third_party/libwebp/src/utils/
psol/include/third_party/libwebp/src/utils/quant_levels_dec.h
psol/include/third_party/libwebp/src/utils/huffman_encode.h
psol/include/third_party/libwebp/src/utils/quant_levels.h
psol/include/third_party/libwebp/src/utils/thread.h
psol/include/third_party/libwebp/src/utils/utils.h
psol/include/third_party/libwebp/src/utils/random.h
psol/include/third_party/libwebp/src/utils/endian_inl.h
psol/include/third_party/libwebp/src/utils/bit_reader_inl.h
psol/include/third_party/libwebp/src/utils/bit_reader.h
psol/include/third_party/libwebp/src/utils/color_cache.h
psol/include/third_party/libwebp/src/utils/bit_writer.h
psol/include/third_party/libwebp/src/utils/huffman.h
psol/include/third_party/libwebp/src/utils/rescaler.h
psol/include/third_party/libwebp/src/utils/filters.h
psol/include/third_party/libwebp/src/mux/
psol/include/third_party/libwebp/src/mux/muxi.h
psol/include/third_party/libwebp/src/enc/
psol/include/third_party/libwebp/src/enc/cost.h
psol/include/third_party/libwebp/src/enc/backward_references.h
psol/include/third_party/libwebp/src/enc/vp8enci.h
psol/include/third_party/libwebp/src/enc/vp8li.h
psol/include/third_party/libwebp/src/enc/histogram.h
psol/include/third_party/libwebp/src/dec/
psol/include/third_party/libwebp/src/dec/alphai.h
psol/include/third_party/libwebp/src/dec/vp8i.h
psol/include/third_party/libwebp/src/dec/vp8li.h
psol/include/third_party/libwebp/src/dec/decode_vp8.h
psol/include/third_party/libwebp/src/dec/webpi.h
psol/include/third_party/libwebp/src/dsp/
psol/include/third_party/libwebp/src/dsp/dsp.h
psol/include/third_party/libwebp/src/dsp/yuv.h
psol/include/third_party/libwebp/src/dsp/lossless.h
psol/include/third_party/libwebp/src/dsp/yuv_tables_sse2.h
psol/include/third_party/libwebp/src/dsp/neon.h
psol/include/third_party/libwebp/src/webp/
psol/include/third_party/libwebp/src/webp/encode.h
psol/include/third_party/libwebp/src/webp/decode.h
psol/include/third_party/libwebp/src/webp/format_constants.h
psol/include/third_party/libwebp/src/webp/types.h
psol/include/third_party/libwebp/src/webp/mux_types.h
psol/include/third_party/libwebp/src/webp/mux.h
psol/include/third_party/libwebp/src/webp/demux.h
psol/include/third_party/libwebp/examples/
psol/include/third_party/libwebp/examples/webpdec.h
psol/include/third_party/libwebp/examples/wicdec.h
psol/include/third_party/libwebp/examples/gif2webp_util.h
psol/include/third_party/libwebp/examples/pngdec.h
psol/include/third_party/libwebp/examples/tiffdec.h
psol/include/third_party/libwebp/examples/example_util.h
psol/include/third_party/libwebp/examples/stopwatch.h
psol/include/third_party/libwebp/examples/metadata.h
psol/include/third_party/libwebp/examples/jpegdec.h
psol/include/third_party/rdestl/
psol/include/third_party/rdestl/allocator.h
psol/include/third_party/rdestl/type_traits.h
psol/include/third_party/rdestl/hash.h
psol/include/third_party/rdestl/rdestl_hash_map.h
psol/include/third_party/rdestl/functional.h
psol/include/third_party/rdestl/rdestl_common.h
psol/include/third_party/rdestl/int_to_type.h
psol/include/third_party/rdestl/iterator.h
psol/include/third_party/rdestl/hash_map.h
psol/include/third_party/rdestl/utility.h
psol/include/third_party/rdestl/alignment.h
psol/include/third_party/rdestl/algorithm.h
psol/include/third_party/serf/
psol/include/third_party/serf/src/
psol/include/third_party/serf/src/serf_bucket_types.h
psol/include/third_party/serf/src/test/
psol/include/third_party/serf/src/test/test_serf.h
psol/include/third_party/serf/src/test/CuTest.h
psol/include/third_party/serf/src/test/server/
psol/include/third_party/serf/src/test/server/test_server.h
psol/include/third_party/serf/src/auth/
psol/include/third_party/serf/src/auth/auth.h
psol/include/third_party/serf/src/auth/auth_spnego.h
psol/include/third_party/serf/src/serf_private.h
psol/include/third_party/serf/src/serf.h
psol/include/third_party/serf/src/serf_bucket_util.h
psol/include/third_party/base64/
psol/include/third_party/base64/base64.h
psol/include/third_party/gflags/
psol/include/third_party/gflags/gen/
psol/include/third_party/gflags/gen/posix/
psol/include/third_party/gflags/gen/posix/include/
psol/include/third_party/gflags/gen/posix/include/gflags/
psol/include/third_party/gflags/gen/posix/include/gflags/gflags.h
psol/include/third_party/gflags/gen/posix/include/gflags/gflags_completions.h
psol/include/third_party/gflags/gen/posix/include/private/
psol/include/third_party/gflags/gen/posix/include/private/config.h
psol/include/third_party/gflags/gen/win/
psol/include/third_party/gflags/gen/win/include/
psol/include/third_party/gflags/gen/win/include/gflags/
psol/include/third_party/gflags/gen/win/include/gflags/gflags.h
psol/include/third_party/gflags/gen/win/include/gflags/gflags_completions.h
psol/include/third_party/gflags/gen/win/include/private/
psol/include/third_party/gflags/gen/win/include/private/config.h
psol/include/third_party/gflags/src/
psol/include/third_party/gflags/src/mutex.h
psol/include/third_party/gflags/src/util.h
psol/include/third_party/gflags/src/google/
psol/include/third_party/gflags/src/google/gflags.h
psol/include/third_party/gflags/src/google/gflags_completions.h
psol/include/third_party/gflags/src/config_for_unittests.h
psol/include/third_party/gflags/src/windows/
psol/include/third_party/gflags/src/windows/gflags/
psol/include/third_party/gflags/src/windows/gflags/gflags.h
psol/include/third_party/gflags/src/windows/gflags/gflags_declare.h
psol/include/third_party/gflags/src/windows/gflags/gflags_completions.h
psol/include/third_party/gflags/src/windows/config.h
psol/include/third_party/gflags/src/windows/port.h
psol/include/third_party/httpd24/
psol/include/third_party/httpd24/gen/
psol/include/third_party/httpd24/gen/arch/
psol/include/third_party/httpd24/gen/arch/mac/
psol/include/third_party/httpd24/gen/arch/mac/ia32/
psol/include/third_party/httpd24/gen/arch/mac/ia32/include/
psol/include/third_party/httpd24/gen/arch/mac/ia32/include/ap_config_layout.h
psol/include/third_party/httpd24/gen/arch/mac/ia32/include/ap_config_auto.h
psol/include/third_party/httpd24/gen/arch/linux/
psol/include/third_party/httpd24/gen/arch/linux/x64/
psol/include/third_party/httpd24/gen/arch/linux/x64/include/
psol/include/third_party/httpd24/gen/arch/linux/x64/include/ap_config_layout.h
psol/include/third_party/httpd24/gen/arch/linux/x64/include/ap_config_auto.h
psol/include/third_party/httpd24/gen/arch/linux/ia32/
psol/include/third_party/httpd24/gen/arch/linux/ia32/include/
psol/include/third_party/httpd24/gen/arch/linux/ia32/include/ap_config_layout.h
psol/include/third_party/httpd24/gen/arch/linux/ia32/include/ap_config_auto.h
psol/include/third_party/httpd24/src/
psol/include/third_party/httpd24/src/os/
psol/include/third_party/httpd24/src/os/win32/
psol/include/third_party/httpd24/src/os/win32/win32_config_layout.h
psol/include/third_party/httpd24/src/os/win32/os.h
psol/include/third_party/httpd24/src/os/netware/
psol/include/third_party/httpd24/src/os/netware/netware_config_layout.h
psol/include/third_party/httpd24/src/os/netware/pre_nw.h
psol/include/third_party/httpd24/src/os/netware/os.h
psol/include/third_party/httpd24/src/os/os2/
psol/include/third_party/httpd24/src/os/os2/os.h
psol/include/third_party/httpd24/src/os/bs2000/
psol/include/third_party/httpd24/src/os/bs2000/ebcdic.h
psol/include/third_party/httpd24/src/os/bs2000/os.h
psol/include/third_party/httpd24/src/os/unix/
psol/include/third_party/httpd24/src/os/unix/unixd.h
psol/include/third_party/httpd24/src/os/unix/os.h
psol/include/third_party/httpd24/src/include/
psol/include/third_party/httpd24/src/include/util_cfgtree.h
psol/include/third_party/httpd24/src/include/util_filter.h
psol/include/third_party/httpd24/src/include/util_md5.h
psol/include/third_party/httpd24/src/include/ap_mmn.h
psol/include/third_party/httpd24/src/include/http_vhost.h
psol/include/third_party/httpd24/src/include/http_request.h
psol/include/third_party/httpd24/src/include/ap_listen.h
psol/include/third_party/httpd24/src/include/scoreboard.h
psol/include/third_party/httpd24/src/include/heartbeat.h
psol/include/third_party/httpd24/src/include/util_script.h
psol/include/third_party/httpd24/src/include/http_connection.h
psol/include/third_party/httpd24/src/include/http_core.h
psol/include/third_party/httpd24/src/include/ap_slotmem.h
psol/include/third_party/httpd24/src/include/apache_noprobes.h
psol/include/third_party/httpd24/src/include/mod_auth.h
psol/include/third_party/httpd24/src/include/ap_provider.h
psol/include/third_party/httpd24/src/include/ap_hooks.h
psol/include/third_party/httpd24/src/include/util_ebcdic.h
psol/include/third_party/httpd24/src/include/ap_regex.h
psol/include/third_party/httpd24/src/include/mpm_common.h
psol/include/third_party/httpd24/src/include/mod_core.h
psol/include/third_party/httpd24/src/include/http_main.h
psol/include/third_party/httpd24/src/include/ap_config.h
psol/include/third_party/httpd24/src/include/mod_request.h
psol/include/third_party/httpd24/src/include/util_charset.h
psol/include/third_party/httpd24/src/include/util_xml.h
psol/include/third_party/httpd24/src/include/ap_socache.h
psol/include/third_party/httpd24/src/include/util_varbuf.h
psol/include/third_party/httpd24/src/include/ap_compat.h
psol/include/third_party/httpd24/src/include/util_time.h
psol/include/third_party/httpd24/src/include/ap_release.h
psol/include/third_party/httpd24/src/include/util_cookies.h
psol/include/third_party/httpd24/src/include/util_mutex.h
psol/include/third_party/httpd24/src/include/http_protocol.h
psol/include/third_party/httpd24/src/include/ap_expr.h
psol/include/third_party/httpd24/src/include/ap_regkey.h
psol/include/third_party/httpd24/src/include/util_ldap.h
psol/include/third_party/httpd24/src/include/httpd.h
psol/include/third_party/httpd24/src/include/http_config.h
psol/include/third_party/httpd24/src/include/ap_mpm.h
psol/include/third_party/httpd24/src/include/http_log.h
psol/include/third_party/httpd24/src/include/util_fcgi.h
psol/include/third_party/chromium/
psol/include/third_party/chromium/src/
psol/include/third_party/chromium/src/googleurl/
psol/include/third_party/chromium/src/googleurl/src/
psol/include/third_party/chromium/src/googleurl/src/url_common.h
psol/include/third_party/chromium/src/googleurl/src/url_file.h
psol/include/third_party/chromium/src/googleurl/src/url_util_internal.h
psol/include/third_party/chromium/src/googleurl/src/url_canon_stdstring.h
psol/include/third_party/chromium/src/googleurl/src/url_parse.h
psol/include/third_party/chromium/src/googleurl/src/url_canon.h
psol/include/third_party/chromium/src/googleurl/src/url_util.h
psol/include/third_party/chromium/src/googleurl/src/url_test_utils.h
psol/include/third_party/chromium/src/googleurl/src/url_canon_internal.h
psol/include/third_party/chromium/src/googleurl/src/url_canon_internal_file.h
psol/include/third_party/chromium/src/googleurl/src/url_canon_ip.h
psol/include/third_party/chromium/src/googleurl/src/url_parse_internal.h
psol/include/third_party/chromium/src/googleurl/src/gurl.h
psol/include/third_party/chromium/src/googleurl/src/url_canon_icu.h
psol/include/third_party/chromium/src/googleurl/base/
psol/include/third_party/chromium/src/googleurl/base/scoped_ptr.h
psol/include/third_party/chromium/src/googleurl/base/basictypes.h
psol/include/third_party/chromium/src/googleurl/base/logging.h
psol/include/third_party/chromium/src/googleurl/base/string16.h
psol/include/third_party/chromium/src/base/
psol/include/third_party/chromium/src/base/sys_byteorder.h
psol/include/third_party/chromium/src/base/linux_util.h
psol/include/third_party/chromium/src/base/prefs/
psol/include/third_party/chromium/src/base/prefs/pref_value_store.h
psol/include/third_party/chromium/src/base/prefs/pref_store.h
psol/include/third_party/chromium/src/base/prefs/overlay_user_pref_store.h
psol/include/third_party/chromium/src/base/prefs/json_pref_store.h
psol/include/third_party/chromium/src/base/prefs/pref_service.h
psol/include/third_party/chromium/src/base/prefs/writeable_pref_store.h
psol/include/third_party/chromium/src/base/prefs/pref_registry.h
psol/include/third_party/chromium/src/base/prefs/default_pref_store.h
psol/include/third_party/chromium/src/base/prefs/persistent_pref_store.h
psol/include/third_party/chromium/src/base/prefs/base_prefs_export.h
psol/include/third_party/chromium/src/base/prefs/pref_service_factory.h
psol/include/third_party/chromium/src/base/prefs/scoped_user_pref_update.h
psol/include/third_party/chromium/src/base/prefs/mock_pref_change_callback.h
psol/include/third_party/chromium/src/base/prefs/pref_store_observer_mock.h
psol/include/third_party/chromium/src/base/prefs/testing_pref_store.h
psol/include/third_party/chromium/src/base/prefs/pref_observer.h
psol/include/third_party/chromium/src/base/prefs/pref_notifier.h
psol/include/third_party/chromium/src/base/prefs/pref_filter.h
psol/include/third_party/chromium/src/base/prefs/pref_value_map.h
psol/include/third_party/chromium/src/base/prefs/pref_notifier_impl.h
psol/include/third_party/chromium/src/base/prefs/value_map_pref_store.h
psol/include/third_party/chromium/src/base/prefs/pref_member.h
psol/include/third_party/chromium/src/base/prefs/pref_registry_simple.h
psol/include/third_party/chromium/src/base/prefs/testing_pref_service.h
psol/include/third_party/chromium/src/base/prefs/pref_change_registrar.h
psol/include/third_party/chromium/src/base/atomicops_internals_gcc.h
psol/include/third_party/chromium/src/base/ini_parser.h
psol/include/third_party/chromium/src/base/event_types.h
psol/include/third_party/chromium/src/base/vlog.h
psol/include/third_party/chromium/src/base/gtest_prod_util.h
psol/include/third_party/chromium/src/base/values.h
psol/include/third_party/chromium/src/base/os_compat_nacl.h
psol/include/third_party/chromium/src/base/sys_info_internal.h
psol/include/third_party/chromium/src/base/base_export.h
psol/include/third_party/chromium/src/base/synchronization/
psol/include/third_party/chromium/src/base/synchronization/lock.h
psol/include/third_party/chromium/src/base/synchronization/lock_impl.h
psol/include/third_party/chromium/src/base/synchronization/spin_wait.h
psol/include/third_party/chromium/src/base/synchronization/waitable_event.h
psol/include/third_party/chromium/src/base/synchronization/cancellation_flag.h
psol/include/third_party/chromium/src/base/synchronization/condition_variable.h
psol/include/third_party/chromium/src/base/synchronization/waitable_event_watcher.h
psol/include/third_party/chromium/src/base/version.h
psol/include/third_party/chromium/src/base/compiler_specific.h
psol/include/third_party/chromium/src/base/tracking_info.h
psol/include/third_party/chromium/src/base/atomicops_internals_mips_gcc.h
psol/include/third_party/chromium/src/base/bind_helpers.h
psol/include/third_party/chromium/src/base/metrics/
psol/include/third_party/chromium/src/base/metrics/field_trial.h
psol/include/third_party/chromium/src/base/metrics/histogram_delta_serialization.h
psol/include/third_party/chromium/src/base/metrics/sparse_histogram.h
psol/include/third_party/chromium/src/base/metrics/histogram_snapshot_manager.h
psol/include/third_party/chromium/src/base/metrics/user_metrics_action.h
psol/include/third_party/chromium/src/base/metrics/user_metrics.h
psol/include/third_party/chromium/src/base/metrics/stats_counters.h
psol/include/third_party/chromium/src/base/metrics/histogram_flattener.h
psol/include/third_party/chromium/src/base/metrics/stats_table.h
psol/include/third_party/chromium/src/base/metrics/sample_map.h
psol/include/third_party/chromium/src/base/metrics/bucket_ranges.h
psol/include/third_party/chromium/src/base/metrics/histogram_base.h
psol/include/third_party/chromium/src/base/metrics/statistics_recorder.h
psol/include/third_party/chromium/src/base/metrics/histogram_samples.h
psol/include/third_party/chromium/src/base/metrics/histogram.h
psol/include/third_party/chromium/src/base/metrics/sample_vector.h
psol/include/third_party/chromium/src/base/rand_util.h
psol/include/third_party/chromium/src/base/files/
psol/include/third_party/chromium/src/base/files/file.h
psol/include/third_party/chromium/src/base/files/file_util_proxy.h
psol/include/third_party/chromium/src/base/files/dir_reader_fallback.h
psol/include/third_party/chromium/src/base/files/file_path.h
psol/include/third_party/chromium/src/base/files/important_file_writer.h
psol/include/third_party/chromium/src/base/files/dir_reader_posix.h
psol/include/third_party/chromium/src/base/files/memory_mapped_file.h
psol/include/third_party/chromium/src/base/files/file_enumerator.h
psol/include/third_party/chromium/src/base/files/scoped_platform_file_closer.h
psol/include/third_party/chromium/src/base/files/file_path_watcher.h
psol/include/third_party/chromium/src/base/files/dir_reader_linux.h
psol/include/third_party/chromium/src/base/files/scoped_temp_dir.h
psol/include/third_party/chromium/src/base/sequenced_task_runner.h
psol/include/third_party/chromium/src/base/float_util.h
psol/include/third_party/chromium/src/base/atomicops_internals_mac.h
psol/include/third_party/chromium/src/base/format_macros.h
psol/include/third_party/chromium/src/base/auto_reset.h
psol/include/third_party/chromium/src/base/base_paths_android.h
psol/include/third_party/chromium/src/base/base_paths_mac.h
psol/include/third_party/chromium/src/base/md5.h
psol/include/third_party/chromium/src/base/async_socket_io_handler.h
psol/include/third_party/chromium/src/base/scoped_clear_errno.h
psol/include/third_party/chromium/src/base/barrier_closure.h
psol/include/third_party/chromium/src/base/single_thread_task_runner.h
psol/include/third_party/chromium/src/base/deferred_sequenced_task_runner.h
psol/include/third_party/chromium/src/base/atomicops_internals_tsan.h
psol/include/third_party/chromium/src/base/event_recorder.h
psol/include/third_party/chromium/src/base/callback.h
psol/include/third_party/chromium/src/base/big_endian.h
psol/include/third_party/chromium/src/base/cpu.h
psol/include/third_party/chromium/src/base/system_monitor/
psol/include/third_party/chromium/src/base/system_monitor/system_monitor.h
psol/include/third_party/chromium/src/base/at_exit.h
psol/include/third_party/chromium/src/base/test/
psol/include/third_party/chromium/src/base/test/statistics_delta_reader.h
psol/include/third_party/chromium/src/base/test/test_support_ios.h
psol/include/third_party/chromium/src/base/test/launcher/
psol/include/third_party/chromium/src/base/test/launcher/test_results_tracker.h
psol/include/third_party/chromium/src/base/test/launcher/test_launcher.h
psol/include/third_party/chromium/src/base/test/launcher/unit_test_launcher.h
psol/include/third_party/chromium/src/base/test/launcher/test_result.h
psol/include/third_party/chromium/src/base/test/test_switches.h
psol/include/third_party/chromium/src/base/test/test_suite.h
psol/include/third_party/chromium/src/base/test/power_monitor_test_base.h
psol/include/third_party/chromium/src/base/test/values_test_util.h
psol/include/third_party/chromium/src/base/test/perf_log.h
psol/include/third_party/chromium/src/base/test/thread_test_helper.h
psol/include/third_party/chromium/src/base/test/test_process_killer_win.h
psol/include/third_party/chromium/src/base/test/test_pending_task.h
psol/include/third_party/chromium/src/base/test/sequenced_task_runner_test_template.h
psol/include/third_party/chromium/src/base/test/test_reg_util_win.h
psol/include/third_party/chromium/src/base/test/task_runner_test_template.h
psol/include/third_party/chromium/src/base/test/perf_time_logger.h
psol/include/third_party/chromium/src/base/test/mock_chrome_application_mac.h
psol/include/third_party/chromium/src/base/test/test_shortcut_win.h
psol/include/third_party/chromium/src/base/test/test_support_android.h
psol/include/third_party/chromium/src/base/test/mock_devices_changed_observer.h
psol/include/third_party/chromium/src/base/test/gtest_xml_util.h
psol/include/third_party/chromium/src/base/test/expectations/
psol/include/third_party/chromium/src/base/test/expectations/expectation.h
psol/include/third_party/chromium/src/base/test/expectations/parser.h
psol/include/third_party/chromium/src/base/test/test_listener_ios.h
psol/include/third_party/chromium/src/base/test/simple_test_tick_clock.h
psol/include/third_party/chromium/src/base/test/scoped_locale.h
psol/include/third_party/chromium/src/base/test/multiprocess_test.h
psol/include/third_party/chromium/src/base/test/perf_test_suite.h
psol/include/third_party/chromium/src/base/test/sequenced_worker_pool_owner.h
psol/include/third_party/chromium/src/base/test/trace_event_analyzer.h
psol/include/third_party/chromium/src/base/test/mock_time_provider.h
psol/include/third_party/chromium/src/base/test/test_timeouts.h
psol/include/third_party/chromium/src/base/test/test_simple_task_runner.h
psol/include/third_party/chromium/src/base/test/simple_test_clock.h
psol/include/third_party/chromium/src/base/test/null_task_runner.h
psol/include/third_party/chromium/src/base/test/test_file_util.h
psol/include/third_party/chromium/src/base/test/scoped_path_override.h
psol/include/third_party/chromium/src/base/posix/
psol/include/third_party/chromium/src/base/posix/eintr_wrapper.h
psol/include/third_party/chromium/src/base/posix/unix_domain_socket_linux.h
psol/include/third_party/chromium/src/base/posix/file_descriptor_shuffle.h
psol/include/third_party/chromium/src/base/posix/global_descriptors.h
psol/include/third_party/chromium/src/base/safe_strerror_posix.h
psol/include/third_party/chromium/src/base/basictypes.h
psol/include/third_party/chromium/src/base/sequence_checker_impl.h
psol/include/third_party/chromium/src/base/pending_task.h
psol/include/third_party/chromium/src/base/hash.h
psol/include/third_party/chromium/src/base/file_descriptor_posix.h
psol/include/third_party/chromium/src/base/thread_task_runner_handle.h
psol/include/third_party/chromium/src/base/callback_helpers.h
psol/include/third_party/chromium/src/base/cancelable_callback.h
psol/include/third_party/chromium/src/base/file_version_info_mac.h
psol/include/third_party/chromium/src/base/threading/
psol/include/third_party/chromium/src/base/threading/post_task_and_reply_impl.h
psol/include/third_party/chromium/src/base/threading/thread_local.h
psol/include/third_party/chromium/src/base/threading/thread_id_name_manager.h
psol/include/third_party/chromium/src/base/threading/simple_thread.h
psol/include/third_party/chromium/src/base/threading/non_thread_safe.h
psol/include/third_party/chromium/src/base/threading/thread.h
psol/include/third_party/chromium/src/base/threading/thread_checker.h
psol/include/third_party/chromium/src/base/threading/watchdog.h
psol/include/third_party/chromium/src/base/threading/worker_pool_posix.h
psol/include/third_party/chromium/src/base/threading/worker_pool.h
psol/include/third_party/chromium/src/base/threading/platform_thread.h
psol/include/third_party/chromium/src/base/threading/thread_local_storage.h
psol/include/third_party/chromium/src/base/threading/thread_collision_warner.h
psol/include/third_party/chromium/src/base/threading/thread_checker_impl.h
psol/include/third_party/chromium/src/base/threading/sequenced_worker_pool.h
psol/include/third_party/chromium/src/base/threading/thread_restrictions.h
psol/include/third_party/chromium/src/base/threading/non_thread_safe_impl.h
psol/include/third_party/chromium/src/base/guid.h
psol/include/third_party/chromium/src/base/path_service.h
psol/include/third_party/chromium/src/base/macros.h
psol/include/third_party/chromium/src/base/run_loop.h
psol/include/third_party/chromium/src/base/logging.h
psol/include/third_party/chromium/src/base/debug/
psol/include/third_party/chromium/src/base/debug/trace_event_synthetic_delay.h
psol/include/third_party/chromium/src/base/debug/stack_trace.h
psol/include/third_party/chromium/src/base/debug/trace_event_win.h
psol/include/third_party/chromium/src/base/debug/trace_event_memory.h
psol/include/third_party/chromium/src/base/debug/proc_maps_linux.h
psol/include/third_party/chromium/src/base/debug/crash_logging.h
psol/include/third_party/chromium/src/base/debug/debug_on_start_win.h
psol/include/third_party/chromium/src/base/debug/trace_event_system_stats_monitor.h
psol/include/third_party/chromium/src/base/debug/alias.h
psol/include/third_party/chromium/src/base/debug/gdi_debug_util_win.h
psol/include/third_party/chromium/src/base/debug/debugger.h
psol/include/third_party/chromium/src/base/debug/dump_without_crashing.h
psol/include/third_party/chromium/src/base/debug/leak_tracker.h
psol/include/third_party/chromium/src/base/debug/trace_event_unittest.h
psol/include/third_party/chromium/src/base/debug/trace_event.h
psol/include/third_party/chromium/src/base/debug/leak_annotations.h
psol/include/third_party/chromium/src/base/debug/trace_event_impl.h
psol/include/third_party/chromium/src/base/debug/profiler.h
psol/include/third_party/chromium/src/base/pickle.h
psol/include/third_party/chromium/src/base/third_party/
psol/include/third_party/chromium/src/base/third_party/nspr/
psol/include/third_party/chromium/src/base/third_party/nspr/prcpucfg_nacl.h
psol/include/third_party/chromium/src/base/third_party/nspr/prtime.h
psol/include/third_party/chromium/src/base/third_party/nspr/prcpucfg_freebsd.h
psol/include/third_party/chromium/src/base/third_party/nspr/prcpucfg.h
psol/include/third_party/chromium/src/base/third_party/nspr/prtypes.h
psol/include/third_party/chromium/src/base/third_party/nspr/prcpucfg_linux.h
psol/include/third_party/chromium/src/base/third_party/nspr/prcpucfg_mac.h
psol/include/third_party/chromium/src/base/third_party/nspr/prcpucfg_solaris.h
psol/include/third_party/chromium/src/base/third_party/nspr/prcpucfg_win.h
psol/include/third_party/chromium/src/base/third_party/nspr/prcpucfg_openbsd.h
psol/include/third_party/chromium/src/base/third_party/xdg_mime/
psol/include/third_party/chromium/src/base/third_party/xdg_mime/xdgmimeglob.h
psol/include/third_party/chromium/src/base/third_party/xdg_mime/xdgmimeparent.h
psol/include/third_party/chromium/src/base/third_party/xdg_mime/xdgmime.h
psol/include/third_party/chromium/src/base/third_party/xdg_mime/xdgmimeicon.h
psol/include/third_party/chromium/src/base/third_party/xdg_mime/xdgmimemagic.h
psol/include/third_party/chromium/src/base/third_party/xdg_mime/xdgmimeint.h
psol/include/third_party/chromium/src/base/third_party/xdg_mime/xdgmimecache.h
psol/include/third_party/chromium/src/base/third_party/xdg_mime/xdgmimealias.h
psol/include/third_party/chromium/src/base/third_party/icu/
psol/include/third_party/chromium/src/base/third_party/icu/icu_utf.h
psol/include/third_party/chromium/src/base/third_party/dynamic_annotations/
psol/include/third_party/chromium/src/base/third_party/dynamic_annotations/dynamic_annotations.h
psol/include/third_party/chromium/src/base/third_party/valgrind/
psol/include/third_party/chromium/src/base/third_party/valgrind/memcheck.h
psol/include/third_party/chromium/src/base/third_party/valgrind/valgrind.h
psol/include/third_party/chromium/src/base/third_party/dmg_fp/
psol/include/third_party/chromium/src/base/third_party/dmg_fp/dmg_fp.h
psol/include/third_party/chromium/src/base/third_party/symbolize/
psol/include/third_party/chromium/src/base/third_party/symbolize/config.h
psol/include/third_party/chromium/src/base/third_party/symbolize/symbolize.h
psol/include/third_party/chromium/src/base/third_party/symbolize/utilities.h
psol/include/third_party/chromium/src/base/third_party/symbolize/glog/
psol/include/third_party/chromium/src/base/third_party/symbolize/glog/logging.h
psol/include/third_party/chromium/src/base/third_party/symbolize/glog/raw_logging.h
psol/include/third_party/chromium/src/base/third_party/symbolize/demangle.h
psol/include/third_party/chromium/src/base/third_party/xdg_user_dirs/
psol/include/third_party/chromium/src/base/third_party/xdg_user_dirs/xdg_user_dir_lookup.h
psol/include/third_party/chromium/src/base/file_version_info.h
psol/include/third_party/chromium/src/base/bits.h
psol/include/third_party/chromium/src/base/scoped_native_library.h
psol/include/third_party/chromium/src/base/time/
psol/include/third_party/chromium/src/base/time/default_clock.h
psol/include/third_party/chromium/src/base/time/time.h
psol/include/third_party/chromium/src/base/time/clock.h
psol/include/third_party/chromium/src/base/time/default_tick_clock.h
psol/include/third_party/chromium/src/base/time/tick_clock.h
psol/include/third_party/chromium/src/base/bind_internal.h
psol/include/third_party/chromium/src/base/base_paths_win.h
psol/include/third_party/chromium/src/base/strings/
psol/include/third_party/chromium/src/base/strings/utf_string_conversions.h
psol/include/third_party/chromium/src/base/strings/string_split.h
psol/include/third_party/chromium/src/base/strings/stringprintf.h
psol/include/third_party/chromium/src/base/strings/string_util_posix.h
psol/include/third_party/chromium/src/base/strings/string_number_conversions.h
psol/include/third_party/chromium/src/base/strings/string_util_win.h
psol/include/third_party/chromium/src/base/strings/string_util.h
psol/include/third_party/chromium/src/base/strings/string16.h
psol/include/third_party/chromium/src/base/strings/utf_offset_string_conversions.h
psol/include/third_party/chromium/src/base/strings/latin1_string_conversions.h
psol/include/third_party/chromium/src/base/strings/utf_string_conversion_utils.h
psol/include/third_party/chromium/src/base/strings/nullable_string16.h
psol/include/third_party/chromium/src/base/strings/string_piece.h
psol/include/third_party/chromium/src/base/strings/stringize_macros.h
psol/include/third_party/chromium/src/base/strings/safe_sprintf.h
psol/include/third_party/chromium/src/base/strings/string_tokenizer.h
psol/include/third_party/chromium/src/base/strings/sys_string_conversions.h
psol/include/third_party/chromium/src/base/numerics/
psol/include/third_party/chromium/src/base/numerics/safe_math_impl.h
psol/include/third_party/chromium/src/base/numerics/safe_conversions_impl.h
psol/include/third_party/chromium/src/base/numerics/safe_conversions.h
psol/include/third_party/chromium/src/base/numerics/safe_math.h
psol/include/third_party/chromium/src/base/message_loop/
psol/include/third_party/chromium/src/base/message_loop/message_loop.h
psol/include/third_party/chromium/src/base/message_loop/message_loop_proxy_impl.h
psol/include/third_party/chromium/src/base/message_loop/message_pump_dispatcher.h
psol/include/third_party/chromium/src/base/message_loop/message_pump_x11.h
psol/include/third_party/chromium/src/base/message_loop/message_pump_ozone.h
psol/include/third_party/chromium/src/base/message_loop/message_pump_io_ios.h
psol/include/third_party/chromium/src/base/message_loop/message_pump_gtk.h
psol/include/third_party/chromium/src/base/message_loop/message_pump_win.h
psol/include/third_party/chromium/src/base/message_loop/message_pump_default.h
psol/include/third_party/chromium/src/base/message_loop/message_pump_glib.h
psol/include/third_party/chromium/src/base/message_loop/message_pump_mac.h
psol/include/third_party/chromium/src/base/message_loop/message_pump_observer.h
psol/include/third_party/chromium/src/base/message_loop/message_pump_android.h
psol/include/third_party/chromium/src/base/message_loop/incoming_task_queue.h
psol/include/third_party/chromium/src/base/message_loop/message_loop_test.h
psol/include/third_party/chromium/src/base/message_loop/message_loop_proxy.h
psol/include/third_party/chromium/src/base/message_loop/message_pump_libevent.h
psol/include/third_party/chromium/src/base/message_loop/message_pump.h
psol/include/third_party/chromium/src/base/critical_closure.h
psol/include/third_party/chromium/src/base/os_compat_android.h
psol/include/third_party/chromium/src/base/power_monitor/
psol/include/third_party/chromium/src/base/power_monitor/power_monitor_source.h
psol/include/third_party/chromium/src/base/power_monitor/power_monitor_device_source.h
psol/include/third_party/chromium/src/base/power_monitor/power_monitor_device_source_android.h
psol/include/third_party/chromium/src/base/power_monitor/power_observer.h
psol/include/third_party/chromium/src/base/power_monitor/power_monitor.h
psol/include/third_party/chromium/src/base/tracked_objects.h
psol/include/third_party/chromium/src/base/base_paths_posix.h
psol/include/third_party/chromium/src/base/callback_list.h
psol/include/third_party/chromium/src/base/mac/
psol/include/third_party/chromium/src/base/mac/launch_services_util.h
psol/include/third_party/chromium/src/base/mac/scoped_ioplugininterface.h
psol/include/third_party/chromium/src/base/mac/scoped_cftyperef.h
psol/include/third_party/chromium/src/base/mac/scoped_ioobject.h
psol/include/third_party/chromium/src/base/mac/mac_logging.h
psol/include/third_party/chromium/src/base/mac/sdk_forward_declarations.h
psol/include/third_party/chromium/src/base/mac/mac_util.h
psol/include/third_party/chromium/src/base/mac/scoped_launch_data.h
psol/include/third_party/chromium/src/base/mac/objc_property_releaser.h
psol/include/third_party/chromium/src/base/mac/scoped_mach_port.h
psol/include/third_party/chromium/src/base/mac/scoped_nsexception_enabler.h
psol/include/third_party/chromium/src/base/mac/libdispatch_task_runner.h
psol/include/third_party/chromium/src/base/mac/foundation_util.h
psol/include/third_party/chromium/src/base/mac/scoped_block.h
psol/include/third_party/chromium/src/base/mac/cocoa_protocols.h
psol/include/third_party/chromium/src/base/mac/scoped_authorizationref.h
psol/include/third_party/chromium/src/base/mac/scoped_sending_event.h
psol/include/third_party/chromium/src/base/mac/scoped_nsautorelease_pool.h
psol/include/third_party/chromium/src/base/mac/scoped_aedesc.h
psol/include/third_party/chromium/src/base/mac/bundle_locations.h
psol/include/third_party/chromium/src/base/mac/authorization_util.h
psol/include/third_party/chromium/src/base/mac/launchd.h
psol/include/third_party/chromium/src/base/mac/os_crash_dumps.h
psol/include/third_party/chromium/src/base/mac/scoped_cffiledescriptorref.h
psol/include/third_party/chromium/src/base/mac/scoped_nsobject.h
psol/include/third_party/chromium/src/base/mac/scoped_typeref.h
psol/include/third_party/chromium/src/base/mac/bind_objc_block.h
psol/include/third_party/chromium/src/base/environment.h
psol/include/third_party/chromium/src/base/atomicops.h
psol/include/third_party/chromium/src/base/native_library.h
psol/include/third_party/chromium/src/base/observer_list_threadsafe.h
psol/include/third_party/chromium/src/base/atomic_sequence_num.h
psol/include/third_party/chromium/src/base/bind_internal_win.h
psol/include/third_party/chromium/src/base/allocator/
psol/include/third_party/chromium/src/base/allocator/type_profiler_control.h
psol/include/third_party/chromium/src/base/allocator/type_profiler_tcmalloc.h
psol/include/third_party/chromium/src/base/allocator/allocator_extension_thunks.h
psol/include/third_party/chromium/src/base/allocator/allocator_extension.h
psol/include/third_party/chromium/src/base/allocator/allocator_shim.h
psol/include/third_party/chromium/src/base/allocator/type_profiler.h
psol/include/third_party/chromium/src/base/android/
psol/include/third_party/chromium/src/base/android/build_info.h
psol/include/third_party/chromium/src/base/android/memory_pressure_listener_android.h
psol/include/third_party/chromium/src/base/android/jni_registrar.h
psol/include/third_party/chromium/src/base/android/library_loader/
psol/include/third_party/chromium/src/base/android/library_loader/library_loader_hooks.h
psol/include/third_party/chromium/src/base/android/trace_event_binding.h
psol/include/third_party/chromium/src/base/android/jni_array.h
psol/include/third_party/chromium/src/base/android/path_service_android.h
psol/include/third_party/chromium/src/base/android/cpu_features.h
psol/include/third_party/chromium/src/base/android/important_file_writer_android.h
psol/include/third_party/chromium/src/base/android/application_state_list.h
psol/include/third_party/chromium/src/base/android/base_jni_registrar.h
psol/include/third_party/chromium/src/base/android/java_handler_thread.h
psol/include/third_party/chromium/src/base/android/content_uri_utils.h
psol/include/third_party/chromium/src/base/android/java/
psol/include/third_party/chromium/src/base/android/java/templates/
psol/include/third_party/chromium/src/base/android/java/templates/native_libraries_array.h
psol/include/third_party/chromium/src/base/android/java/templates/native_libraries_version.h
psol/include/third_party/chromium/src/base/android/path_utils.h
psol/include/third_party/chromium/src/base/android/fifo_utils.h
psol/include/third_party/chromium/src/base/android/scoped_java_ref.h
psol/include/third_party/chromium/src/base/android/sys_utils.h
psol/include/third_party/chromium/src/base/android/jni_helper.h
psol/include/third_party/chromium/src/base/android/application_status_listener.h
psol/include/third_party/chromium/src/base/android/jni_android.h
psol/include/third_party/chromium/src/base/android/jni_string.h
psol/include/third_party/chromium/src/base/android/command_line_android.h
psol/include/third_party/chromium/src/base/android/jni_generator/
psol/include/third_party/chromium/src/base/android/jni_generator/jni_generator_helper.h
psol/include/third_party/chromium/src/base/android/jni_generator/sample_for_tests.h
psol/include/third_party/chromium/src/base/android/jni_generator/golden_sample_for_tests_jni.h
psol/include/third_party/chromium/src/base/android/thread_utils.h
psol/include/third_party/chromium/src/base/win/
psol/include/third_party/chromium/src/base/win/startup_information.h
psol/include/third_party/chromium/src/base/win/scoped_hdc.h
psol/include/third_party/chromium/src/base/win/i18n.h
psol/include/third_party/chromium/src/base/win/wrapped_window_proc.h
psol/include/third_party/chromium/src/base/win/scoped_process_information.h
psol/include/third_party/chromium/src/base/win/message_window.h
psol/include/third_party/chromium/src/base/win/event_trace_controller.h
psol/include/third_party/chromium/src/base/win/scoped_handle.h
psol/include/third_party/chromium/src/base/win/win_util.h
psol/include/third_party/chromium/src/base/win/scoped_comptr.h
psol/include/third_party/chromium/src/base/win/scoped_gdi_object.h
psol/include/third_party/chromium/src/base/win/iunknown_impl.h
psol/include/third_party/chromium/src/base/win/enum_variant.h
psol/include/third_party/chromium/src/base/win/metro.h
psol/include/third_party/chromium/src/base/win/registry.h
psol/include/third_party/chromium/src/base/win/scoped_bstr.h
psol/include/third_party/chromium/src/base/win/resource_util.h
psol/include/third_party/chromium/src/base/win/scoped_hglobal.h
psol/include/third_party/chromium/src/base/win/object_watcher.h
psol/include/third_party/chromium/src/base/win/event_trace_consumer.h
psol/include/third_party/chromium/src/base/win/pe_image.h
psol/include/third_party/chromium/src/base/win/iat_patch_function.h
psol/include/third_party/chromium/src/base/win/scoped_com_initializer.h
psol/include/third_party/chromium/src/base/win/event_trace_provider.h
psol/include/third_party/chromium/src/base/win/windows_version.h
psol/include/third_party/chromium/src/base/win/scoped_variant.h
psol/include/third_party/chromium/src/base/win/scoped_propvariant.h
psol/include/third_party/chromium/src/base/win/scoped_co_mem.h
psol/include/third_party/chromium/src/base/win/shortcut.h
psol/include/third_party/chromium/src/base/win/scoped_select_object.h
psol/include/third_party/chromium/src/base/tuple.h
psol/include/third_party/chromium/src/base/stl_util.h
psol/include/third_party/chromium/src/base/base64.h
psol/include/third_party/chromium/src/base/lazy_instance.h
psol/include/third_party/chromium/src/base/value_conversions.h
psol/include/third_party/chromium/src/base/sequenced_task_runner_helpers.h
psol/include/third_party/chromium/src/base/file_util.h
psol/include/third_party/chromium/src/base/build_time.h
psol/include/third_party/chromium/src/base/task/
psol/include/third_party/chromium/src/base/task/cancelable_task_tracker.h
psol/include/third_party/chromium/src/base/file_version_info_win.h
psol/include/third_party/chromium/src/base/memory/
psol/include/third_party/chromium/src/base/memory/discardable_memory.h
psol/include/third_party/chromium/src/base/memory/ref_counted_delete_on_message_loop.h
psol/include/third_party/chromium/src/base/memory/scoped_ptr.h
psol/include/third_party/chromium/src/base/memory/scoped_handle.h
psol/include/third_party/chromium/src/base/memory/scoped_open_process.h
psol/include/third_party/chromium/src/base/memory/discardable_memory_provider.h
psol/include/third_party/chromium/src/base/memory/ref_counted.h
psol/include/third_party/chromium/src/base/memory/memory_pressure_level_list.h
psol/include/third_party/chromium/src/base/memory/aligned_memory.h
psol/include/third_party/chromium/src/base/memory/memory_pressure_listener.h
psol/include/third_party/chromium/src/base/memory/singleton.h
psol/include/third_party/chromium/src/base/memory/singleton_objc.h
psol/include/third_party/chromium/src/base/memory/ref_counted_memory.h
psol/include/third_party/chromium/src/base/memory/discardable_memory_malloc.h
psol/include/third_party/chromium/src/base/memory/scoped_vector.h
psol/include/third_party/chromium/src/base/memory/manual_constructor.h
psol/include/third_party/chromium/src/base/memory/raw_scoped_refptr_mismatch_checker.h
psol/include/third_party/chromium/src/base/memory/shared_memory.h
psol/include/third_party/chromium/src/base/memory/linked_ptr.h
psol/include/third_party/chromium/src/base/memory/discardable_memory_allocator_android.h
psol/include/third_party/chromium/src/base/memory/scoped_policy.h
psol/include/third_party/chromium/src/base/memory/discardable_memory_emulated.h
psol/include/third_party/chromium/src/base/memory/weak_ptr.h
psol/include/third_party/chromium/src/base/x11/
psol/include/third_party/chromium/src/base/x11/edid_parser_x11.h
psol/include/third_party/chromium/src/base/x11/x11_error_tracker.h
psol/include/third_party/chromium/src/base/sync_socket.h
psol/include/third_party/chromium/src/base/task_runner.h
psol/include/third_party/chromium/src/base/command_line.h
psol/include/third_party/chromium/src/base/scoped_observer.h
psol/include/third_party/chromium/src/base/sha1.h
psol/include/third_party/chromium/src/base/bind.h
psol/include/third_party/chromium/src/base/atomicops_internals_atomicword_compat.h
psol/include/third_party/chromium/src/base/sys_info.h
psol/include/third_party/chromium/src/base/id_map.h
psol/include/third_party/chromium/src/base/base_paths.h
psol/include/third_party/chromium/src/base/callback_internal.h
psol/include/third_party/chromium/src/base/atomicops_internals_x86_msvc.h
psol/include/third_party/chromium/src/base/callback_forward.h
psol/include/third_party/chromium/src/base/observer_list.h
psol/include/third_party/chromium/src/base/timer/
psol/include/third_party/chromium/src/base/timer/timer.h
psol/include/third_party/chromium/src/base/timer/hi_res_timer_manager.h
psol/include/third_party/chromium/src/base/timer/elapsed_timer.h
psol/include/third_party/chromium/src/base/location.h
psol/include/third_party/chromium/src/base/profiler/
psol/include/third_party/chromium/src/base/profiler/alternate_timer.h
psol/include/third_party/chromium/src/base/profiler/scoped_profile.h
psol/include/third_party/chromium/src/base/profiler/tracked_time.h
psol/include/third_party/chromium/src/base/base_switches.h
psol/include/third_party/chromium/src/base/atomic_ref_count.h
psol/include/third_party/chromium/src/base/port.h
psol/include/third_party/chromium/src/base/atomicops_internals_x86_gcc.h
psol/include/third_party/chromium/src/base/supports_user_data.h
psol/include/third_party/chromium/src/base/template_util.h
psol/include/third_party/chromium/src/base/ios/
psol/include/third_party/chromium/src/base/ios/ios_util.h
psol/include/third_party/chromium/src/base/ios/device_util.h
psol/include/third_party/chromium/src/base/ios/scoped_critical_action.h
psol/include/third_party/chromium/src/base/json/
psol/include/third_party/chromium/src/base/json/json_reader.h
psol/include/third_party/chromium/src/base/json/json_parser.h
psol/include/third_party/chromium/src/base/json/json_writer.h
psol/include/third_party/chromium/src/base/json/json_value_converter.h
psol/include/third_party/chromium/src/base/json/string_escape.h
psol/include/third_party/chromium/src/base/json/json_string_value_serializer.h
psol/include/third_party/chromium/src/base/json/json_file_value_serializer.h
psol/include/third_party/chromium/src/base/platform_file.h
psol/include/third_party/chromium/src/base/i18n/
psol/include/third_party/chromium/src/base/i18n/i18n_constants.h
psol/include/third_party/chromium/src/base/i18n/string_compare.h
psol/include/third_party/chromium/src/base/i18n/timezone.h
psol/include/third_party/chromium/src/base/i18n/case_conversion.h
psol/include/third_party/chromium/src/base/i18n/bidi_line_iterator.h
psol/include/third_party/chromium/src/base/i18n/streaming_utf8_validator.h
psol/include/third_party/chromium/src/base/i18n/icu_util.h
psol/include/third_party/chromium/src/base/i18n/time_formatting.h
psol/include/third_party/chromium/src/base/i18n/icu_string_conversions.h
psol/include/third_party/chromium/src/base/i18n/base_i18n_export.h
psol/include/third_party/chromium/src/base/i18n/char_iterator.h
psol/include/third_party/chromium/src/base/i18n/icu_encoding_detection.h
psol/include/third_party/chromium/src/base/i18n/file_util_icu.h
psol/include/third_party/chromium/src/base/i18n/break_iterator.h
psol/include/third_party/chromium/src/base/i18n/number_formatting.h
psol/include/third_party/chromium/src/base/i18n/utf8_validator_tables.h
psol/include/third_party/chromium/src/base/i18n/string_search.h
psol/include/third_party/chromium/src/base/i18n/rtl.h
psol/include/third_party/chromium/src/base/nix/
psol/include/third_party/chromium/src/base/nix/mime_util_xdg.h
psol/include/third_party/chromium/src/base/nix/xdg_util.h
psol/include/third_party/chromium/src/base/logging_win.h
psol/include/third_party/chromium/src/base/containers/
psol/include/third_party/chromium/src/base/containers/stack_container.h
psol/include/third_party/chromium/src/base/containers/mru_cache.h
psol/include/third_party/chromium/src/base/containers/scoped_ptr_hash_map.h
psol/include/third_party/chromium/src/base/containers/small_map.h
psol/include/third_party/chromium/src/base/containers/hash_tables.h
psol/include/third_party/chromium/src/base/containers/linked_list.h
psol/include/third_party/chromium/src/base/sequence_checker.h
psol/include/third_party/chromium/src/base/process/
psol/include/third_party/chromium/src/base/process/internal_linux.h
psol/include/third_party/chromium/src/base/process/process_metrics.h
psol/include/third_party/chromium/src/base/process/process_info.h
psol/include/third_party/chromium/src/base/process/kill.h
psol/include/third_party/chromium/src/base/process/process_handle.h
psol/include/third_party/chromium/src/base/process/memory.h
psol/include/third_party/chromium/src/base/process/launch.h
psol/include/third_party/chromium/src/base/process/memory_unittest_mac.h
psol/include/third_party/chromium/src/base/process/process.h
psol/include/third_party/chromium/src/base/process/process_iterator.h
psol/include/third_party/chromium/src/base/atomicops_internals_arm_gcc.h
psol/include/third_party/chromium/src/base/move.h
psol/include/third_party/chromium/src/base/task_runner_util.h
psol/include/third_party/chromium/src/build/
psol/include/third_party/chromium/src/build/intsafe_workaround.h
psol/include/third_party/chromium/src/build/precompile.h
psol/include/third_party/chromium/src/build/build_config.h
psol/include/third_party/aprutil/
psol/include/third_party/aprutil/apr_memcache2.c
psol/include/third_party/aprutil/gen/
psol/include/third_party/aprutil/gen/arch/
psol/include/third_party/aprutil/gen/arch/mac/
psol/include/third_party/aprutil/gen/arch/mac/ia32/
psol/include/third_party/aprutil/gen/arch/mac/ia32/include/
psol/include/third_party/aprutil/gen/arch/mac/ia32/include/apu.h
psol/include/third_party/aprutil/gen/arch/mac/ia32/include/private/
psol/include/third_party/aprutil/gen/arch/mac/ia32/include/private/apu_select_dbm.h
psol/include/third_party/aprutil/gen/arch/mac/ia32/include/private/apu_config.h
psol/include/third_party/aprutil/gen/arch/mac/ia32/include/apr_ldap.h
psol/include/third_party/aprutil/gen/arch/mac/ia32/include/apu_want.h
psol/include/third_party/aprutil/gen/arch/linux/
psol/include/third_party/aprutil/gen/arch/linux/x64/
psol/include/third_party/aprutil/gen/arch/linux/x64/include/
psol/include/third_party/aprutil/gen/arch/linux/x64/include/apu.h
psol/include/third_party/aprutil/gen/arch/linux/x64/include/private/
psol/include/third_party/aprutil/gen/arch/linux/x64/include/private/apu_select_dbm.h
psol/include/third_party/aprutil/gen/arch/linux/x64/include/private/apu_config.h
psol/include/third_party/aprutil/gen/arch/linux/x64/include/apr_ldap.h
psol/include/third_party/aprutil/gen/arch/linux/x64/include/apu_want.h
psol/include/third_party/aprutil/gen/arch/linux/ia32/
psol/include/third_party/aprutil/gen/arch/linux/ia32/include/
psol/include/third_party/aprutil/gen/arch/linux/ia32/include/apu.h
psol/include/third_party/aprutil/gen/arch/linux/ia32/include/private/
psol/include/third_party/aprutil/gen/arch/linux/ia32/include/private/apu_select_dbm.h
psol/include/third_party/aprutil/gen/arch/linux/ia32/include/private/apu_config.h
psol/include/third_party/aprutil/gen/arch/linux/ia32/include/apr_ldap.h
psol/include/third_party/aprutil/gen/arch/linux/ia32/include/apu_want.h
psol/include/third_party/aprutil/src/
psol/include/third_party/aprutil/src/dbm/
psol/include/third_party/aprutil/src/dbm/sdbm/
psol/include/third_party/aprutil/src/dbm/sdbm/sdbm_tune.h
psol/include/third_party/aprutil/src/dbm/sdbm/sdbm_private.h
psol/include/third_party/aprutil/src/dbm/sdbm/sdbm_pair.h
psol/include/third_party/aprutil/src/test/
psol/include/third_party/aprutil/src/test/test_apu.h
psol/include/third_party/aprutil/src/test/abts_tests.h
psol/include/third_party/aprutil/src/test/testutil.h
psol/include/third_party/aprutil/src/test/abts.h
psol/include/third_party/aprutil/src/xml/
psol/include/third_party/aprutil/src/xml/expat/
psol/include/third_party/aprutil/src/xml/expat/lib/
psol/include/third_party/aprutil/src/xml/expat/lib/nametab.h
psol/include/third_party/aprutil/src/xml/expat/lib/winconfig.h
psol/include/third_party/aprutil/src/xml/expat/lib/internal.h
psol/include/third_party/aprutil/src/xml/expat/lib/xmltok.h
psol/include/third_party/aprutil/src/xml/expat/lib/xmltok_impl.h
psol/include/third_party/aprutil/src/xml/expat/lib/osd_ebcdic_df04_1.h
psol/include/third_party/aprutil/src/xml/expat/lib/map_osd_ebcdic_df04_1.h
psol/include/third_party/aprutil/src/xml/expat/lib/xmlrole.h
psol/include/third_party/aprutil/src/xml/expat/lib/ascii.h
psol/include/third_party/aprutil/src/xml/expat/lib/expat.h
psol/include/third_party/aprutil/src/xml/expat/lib/latin1tab.h
psol/include/third_party/aprutil/src/xml/expat/lib/utf8tab.h
psol/include/third_party/aprutil/src/xml/expat/lib/asciitab.h
psol/include/third_party/aprutil/src/xml/expat/lib/iasciitab.h
psol/include/third_party/aprutil/src/crypto/
psol/include/third_party/aprutil/src/crypto/crypt_blowfish.h
psol/include/third_party/aprutil/src/include/
psol/include/third_party/aprutil/src/include/apr_sdbm.h
psol/include/third_party/aprutil/src/include/apr_xlate.h
psol/include/third_party/aprutil/src/include/apr_memcache.h
psol/include/third_party/aprutil/src/include/apr_sha1.h
psol/include/third_party/aprutil/src/include/apr_dbd.h
psol/include/third_party/aprutil/src/include/apr_uri.h
psol/include/third_party/aprutil/src/include/apr_crypto.h
psol/include/third_party/aprutil/src/include/apr_buckets.h
psol/include/third_party/aprutil/src/include/apr_md4.h
psol/include/third_party/aprutil/src/include/apr_strmatch.h
psol/include/third_party/aprutil/src/include/apr_date.h
psol/include/third_party/aprutil/src/include/apr_uuid.h
psol/include/third_party/aprutil/src/include/apr_dbm.h
psol/include/third_party/aprutil/src/include/private/
psol/include/third_party/aprutil/src/include/private/apr_dbm_private.h
psol/include/third_party/aprutil/src/include/private/apr_dbd_odbc_v2.h
psol/include/third_party/aprutil/src/include/private/apr_crypto_internal.h
psol/include/third_party/aprutil/src/include/private/apr_dbd_internal.h
psol/include/third_party/aprutil/src/include/private/apu_internal.h
psol/include/third_party/aprutil/src/include/apr_anylock.h
psol/include/third_party/aprutil/src/include/apr_ldap_url.h
psol/include/third_party/aprutil/src/include/apr_rmm.h
psol/include/third_party/aprutil/src/include/apr_optional.h
psol/include/third_party/aprutil/src/include/apu_errno.h
psol/include/third_party/aprutil/src/include/apu_version.h
psol/include/third_party/aprutil/src/include/apr_xml.h
psol/include/third_party/aprutil/src/include/apr_base64.h
psol/include/third_party/aprutil/src/include/apr_thread_pool.h
psol/include/third_party/aprutil/src/include/apr_ldap_option.h
psol/include/third_party/aprutil/src/include/apr_reslist.h
psol/include/third_party/aprutil/src/include/apr_ldap_rebind.h
psol/include/third_party/aprutil/src/include/apr_ldap_init.h
psol/include/third_party/aprutil/src/include/apr_optional_hooks.h
psol/include/third_party/aprutil/src/include/apr_hooks.h
psol/include/third_party/aprutil/src/include/apr_md5.h
psol/include/third_party/aprutil/src/include/apr_queue.h
psol/include/third_party/aprutil/apr_memcache2.h
psol/include/third_party/mod_spdy/
psol/include/third_party/mod_spdy/src/
psol/include/third_party/mod_spdy/src/testing/
psol/include/third_party/mod_spdy/src/testing/gmock_mutant.h
psol/include/third_party/mod_spdy/src/mod_spdy/
psol/include/third_party/mod_spdy/src/mod_spdy/apache/
psol/include/third_party/mod_spdy/src/mod_spdy/apache/apache_spdy_session_io.h
psol/include/third_party/mod_spdy/src/mod_spdy/apache/pool_util.h
psol/include/third_party/mod_spdy/src/mod_spdy/apache/slave_connection.h
psol/include/third_party/mod_spdy/src/mod_spdy/apache/sockaddr_util.h
psol/include/third_party/mod_spdy/src/mod_spdy/apache/ssl_util.h
psol/include/third_party/mod_spdy/src/mod_spdy/apache/config_util.h
psol/include/third_party/mod_spdy/src/mod_spdy/apache/master_connection_context.h
psol/include/third_party/mod_spdy/src/mod_spdy/apache/slave_connection_context.h
psol/include/third_party/mod_spdy/src/mod_spdy/apache/apache_spdy_stream_task_factory.h
psol/include/third_party/mod_spdy/src/mod_spdy/apache/slave_connection_api.h
psol/include/third_party/mod_spdy/src/mod_spdy/apache/filters/
psol/include/third_party/mod_spdy/src/mod_spdy/apache/filters/spdy_to_http_filter.h
psol/include/third_party/mod_spdy/src/mod_spdy/apache/filters/http_to_spdy_filter.h
psol/include/third_party/mod_spdy/src/mod_spdy/apache/filters/server_push_filter.h
psol/include/third_party/mod_spdy/src/mod_spdy/apache/id_pool.h
psol/include/third_party/mod_spdy/src/mod_spdy/apache/log_message_handler.h
psol/include/third_party/mod_spdy/src/mod_spdy/apache/config_commands.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/
psol/include/third_party/mod_spdy/src/mod_spdy/common/spdy_stream_task_factory.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/http_response_parser.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/spdy_server_config.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/spdy_server_push_interface.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/spdy_session_io.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/http_request_visitor_interface.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/http_string_builder.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/testing/
psol/include/third_party/mod_spdy/src/mod_spdy/common/testing/spdy_frame_matchers.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/testing/async_task_runner.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/testing/notification.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/spdy_to_http_converter.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/spdy_stream.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/http_to_spdy_converter.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/executor.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/spdy_frame_priority_queue.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/protocol_util.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/thread_pool.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/spdy_session.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/spdy_frame_queue.h
psol/include/third_party/mod_spdy/src/mod_spdy/common/http_response_visitor_interface.h
psol/include/third_party/mod_spdy/src/mod_spdy/mod_spdy.h
psol/include/third_party/mod_spdy/src/net/
psol/include/third_party/mod_spdy/src/net/instaweb/
psol/include/third_party/mod_spdy/src/net/instaweb/util/
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/scheduler_thread.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/null_statistics.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/chunking_writer.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/work_bound.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/file_writer.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/timer.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/ref_counted_ptr.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/file_system_lock_manager.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/waveform.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/mock_time_cache.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/queued_worker.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/writer.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/string.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/debug.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/named_lock_manager.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/shared_mem_lock_manager.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/file_system.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/worker.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/url_escaper.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/abstract_mutex.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/gmock.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/slow_worker.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/wildcard_group.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/shared_mem_test_base.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/basictypes.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/query_params.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/shared_mem_referer_statistics.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/wildcard.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/counting_writer.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/atom.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/pool_element.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/base64_util.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/shared_mem_referer_statistics_test_base.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/string_multi_map.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/gzip_inflater.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/pthread_shared_mem.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/cache_interface.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/gflags.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/shared_mem_statistics.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/thread_system.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/queued_worker_pool.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/file_message_handler.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/shared_circular_buffer_test_base.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/google_timer.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/function.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/shared_dynamic_string_map.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/string_writer.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/null_writer.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/condvar.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/google_message_handler.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/gtest.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/pthread_mutex.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/mock_timer.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/queued_alarm.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/thread.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/shared_mem_lock_manager_test_base.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/string_util.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/pthread_thread_system.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/mock_message_handler.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/atomicops.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/url_segment_encoder.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/file_cache.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/hashed_referer_statistics.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/write_through_cache.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/dynamic_annotations.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/checking_thread_system.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/null_mutex.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/stdio_file_system.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/md5_hasher.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/stl_util.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/atomic_bool.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/string_hash.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/shared_mem_statistics_test_base.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/filename_encoder.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/pthread_condvar.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/abstract_shared_mem.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/message_handler.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/ref_counted_owner.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/hashed_referer_statistics_test_base.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/simple_stats.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/file_system_test.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/statistics_work_bound.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/rolling_hash.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/statistics.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/symbol_table.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/pool.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/threadsafe_cache.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/google_url.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/mem_file_system.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/lru_cache.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/shared_string.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/hasher.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/statistics_template.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/arena.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/data_url.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/atomic_int32.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/mock_scheduler.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/dense_hash_set.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/null_message_handler.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/shared_circular_buffer.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/circular_buffer.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/printf_format.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/scheduler_based_abstract_lock.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/time_util.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/url_multipart_encoder.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/proto_util.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/condvar_test_base.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/pthread_rw_lock.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/shared_dynamic_string_map_test_base.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/scheduler.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/public/mock_hasher.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/worker_test_base.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/thread_system_test_base.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/stack_buffer.h
psol/include/third_party/mod_spdy/src/net/instaweb/util/cache_test_base.h
psol/include/third_party/mod_spdy/src/build/
psol/include/third_party/mod_spdy/src/build/build_config.h
psol/include/third_party/google-sparsehash/
psol/include/third_party/google-sparsehash/experimental/
psol/include/third_party/google-sparsehash/experimental/libchash.h
psol/include/third_party/google-sparsehash/gen/
psol/include/third_party/google-sparsehash/gen/arch/
psol/include/third_party/google-sparsehash/gen/arch/mac/
psol/include/third_party/google-sparsehash/gen/arch/mac/ia32/
psol/include/third_party/google-sparsehash/gen/arch/mac/ia32/include/
psol/include/third_party/google-sparsehash/gen/arch/mac/ia32/include/google/
psol/include/third_party/google-sparsehash/gen/arch/mac/ia32/include/google/sparsehash/
psol/include/third_party/google-sparsehash/gen/arch/mac/ia32/include/google/sparsehash/sparseconfig.h
psol/include/third_party/google-sparsehash/gen/arch/linux/
psol/include/third_party/google-sparsehash/gen/arch/linux/x64/
psol/include/third_party/google-sparsehash/gen/arch/linux/x64/include/
psol/include/third_party/google-sparsehash/gen/arch/linux/x64/include/google/
psol/include/third_party/google-sparsehash/gen/arch/linux/x64/include/google/sparsehash/
psol/include/third_party/google-sparsehash/gen/arch/linux/x64/include/google/sparsehash/sparseconfig.h
psol/include/third_party/google-sparsehash/gen/arch/linux/ia32/
psol/include/third_party/google-sparsehash/gen/arch/linux/ia32/include/
psol/include/third_party/google-sparsehash/gen/arch/linux/ia32/include/google/
psol/include/third_party/google-sparsehash/gen/arch/linux/ia32/include/google/sparsehash/
psol/include/third_party/google-sparsehash/gen/arch/linux/ia32/include/google/sparsehash/sparseconfig.h
psol/include/third_party/google-sparsehash/src/
psol/include/third_party/google-sparsehash/src/google/
psol/include/third_party/google-sparsehash/src/google/type_traits.h
psol/include/third_party/google-sparsehash/src/google/sparse_hash_map
psol/include/third_party/google-sparsehash/src/google/dense_hash_map
psol/include/third_party/google-sparsehash/src/google/sparse_hash_set
psol/include/third_party/google-sparsehash/src/google/sparsehash/
psol/include/third_party/google-sparsehash/src/google/sparsehash/libc_allocator_with_realloc.h
psol/include/third_party/google-sparsehash/src/google/sparsehash/sparsehashtable.h
psol/include/third_party/google-sparsehash/src/google/sparsehash/densehashtable.h
psol/include/third_party/google-sparsehash/src/google/sparsetable
psol/include/third_party/google-sparsehash/src/google/dense_hash_set
psol/include/third_party/google-sparsehash/src/testutil.h
psol/include/third_party/google-sparsehash/src/windows/
psol/include/third_party/google-sparsehash/src/windows/config.h
psol/include/third_party/google-sparsehash/src/windows/google/
psol/include/third_party/google-sparsehash/src/windows/google/sparsehash/
psol/include/third_party/google-sparsehash/src/windows/google/sparsehash/sparseconfig.h
psol/include/third_party/google-sparsehash/src/windows/port.h
psol/include/third_party/boringssl/
psol/include/third_party/boringssl/src/
psol/include/third_party/boringssl/src/crypto/
psol/include/third_party/boringssl/src/crypto/x509v3/
psol/include/third_party/boringssl/src/crypto/x509v3/pcy_int.h
psol/include/third_party/boringssl/src/crypto/x509v3/ext_dat.h
psol/include/third_party/boringssl/src/crypto/aes/
psol/include/third_party/boringssl/src/crypto/aes/internal.h
psol/include/third_party/boringssl/src/crypto/pkcs8/
psol/include/third_party/boringssl/src/crypto/pkcs8/internal.h
psol/include/third_party/boringssl/src/crypto/bytestring/
psol/include/third_party/boringssl/src/crypto/bytestring/internal.h
psol/include/third_party/boringssl/src/crypto/rsa/
psol/include/third_party/boringssl/src/crypto/rsa/internal.h
psol/include/third_party/boringssl/src/crypto/newhope/
psol/include/third_party/boringssl/src/crypto/newhope/internal.h
psol/include/third_party/boringssl/src/crypto/asn1/
psol/include/third_party/boringssl/src/crypto/asn1/asn1_locl.h
psol/include/third_party/boringssl/src/crypto/test/
psol/include/third_party/boringssl/src/crypto/test/test_util.h
psol/include/third_party/boringssl/src/crypto/test/scoped_types.h
psol/include/third_party/boringssl/src/crypto/test/file_test.h
psol/include/third_party/boringssl/src/crypto/internal.h
psol/include/third_party/boringssl/src/crypto/des/
psol/include/third_party/boringssl/src/crypto/des/internal.h
psol/include/third_party/boringssl/src/crypto/digest/
psol/include/third_party/boringssl/src/crypto/digest/internal.h
psol/include/third_party/boringssl/src/crypto/digest/md32_common.h
psol/include/third_party/boringssl/src/crypto/dh/
psol/include/third_party/boringssl/src/crypto/dh/internal.h
psol/include/third_party/boringssl/src/crypto/curve25519/
psol/include/third_party/boringssl/src/crypto/curve25519/internal.h
psol/include/third_party/boringssl/src/crypto/obj/
psol/include/third_party/boringssl/src/crypto/obj/obj_dat.h
psol/include/third_party/boringssl/src/crypto/obj/obj_xref.h
psol/include/third_party/boringssl/src/crypto/bio/
psol/include/third_party/boringssl/src/crypto/bio/internal.h
psol/include/third_party/boringssl/src/crypto/poly1305/
psol/include/third_party/boringssl/src/crypto/poly1305/internal.h
psol/include/third_party/boringssl/src/crypto/conf/
psol/include/third_party/boringssl/src/crypto/conf/internal.h
psol/include/third_party/boringssl/src/crypto/conf/conf_def.h
psol/include/third_party/boringssl/src/crypto/rand/
psol/include/third_party/boringssl/src/crypto/rand/internal.h
psol/include/third_party/boringssl/src/crypto/bn/
psol/include/third_party/boringssl/src/crypto/bn/rsaz_exp.h
psol/include/third_party/boringssl/src/crypto/bn/internal.h
psol/include/third_party/boringssl/src/crypto/ec/
psol/include/third_party/boringssl/src/crypto/ec/p256-x86_64-table.h
psol/include/third_party/boringssl/src/crypto/ec/internal.h
psol/include/third_party/boringssl/src/crypto/cipher/
psol/include/third_party/boringssl/src/crypto/cipher/internal.h
psol/include/third_party/boringssl/src/crypto/x509/
psol/include/third_party/boringssl/src/crypto/x509/internal.h
psol/include/third_party/boringssl/src/crypto/x509/vpm_int.h
psol/include/third_party/boringssl/src/crypto/x509/charmap.h
psol/include/third_party/boringssl/src/crypto/evp/
psol/include/third_party/boringssl/src/crypto/evp/internal.h
psol/include/third_party/boringssl/src/crypto/modes/
psol/include/third_party/boringssl/src/crypto/modes/internal.h
psol/include/third_party/boringssl/src/ssl/
psol/include/third_party/boringssl/src/ssl/test/
psol/include/third_party/boringssl/src/ssl/test/scoped_types.h
psol/include/third_party/boringssl/src/ssl/test/packeted_bio.h
psol/include/third_party/boringssl/src/ssl/test/test_config.h
psol/include/third_party/boringssl/src/ssl/test/async_bio.h
psol/include/third_party/boringssl/src/ssl/internal.h
psol/include/third_party/boringssl/src/decrepit/
psol/include/third_party/boringssl/src/decrepit/cast/
psol/include/third_party/boringssl/src/decrepit/cast/internal.h
psol/include/third_party/boringssl/src/decrepit/ripemd/
psol/include/third_party/boringssl/src/decrepit/ripemd/internal.h
psol/include/third_party/boringssl/src/decrepit/macros.h
psol/include/third_party/boringssl/src/tool/
psol/include/third_party/boringssl/src/tool/internal.h
psol/include/third_party/boringssl/src/tool/transport_common.h
psol/include/third_party/boringssl/src/include/
psol/include/third_party/boringssl/src/include/openssl/
psol/include/third_party/boringssl/src/include/openssl/pqueue.h
psol/include/third_party/boringssl/src/include/openssl/newhope.h
psol/include/third_party/boringssl/src/include/openssl/asn1.h
psol/include/third_party/boringssl/src/include/openssl/time_support.h
psol/include/third_party/boringssl/src/include/openssl/x509v3.h
psol/include/third_party/boringssl/src/include/openssl/mem.h
psol/include/third_party/boringssl/src/include/openssl/base.h
psol/include/third_party/boringssl/src/include/openssl/opensslconf.h
psol/include/third_party/boringssl/src/include/openssl/evp.h
psol/include/third_party/boringssl/src/include/openssl/conf.h
psol/include/third_party/boringssl/src/include/openssl/md5.h
psol/include/third_party/boringssl/src/include/openssl/bn.h
psol/include/third_party/boringssl/src/include/openssl/pkcs7.h
psol/include/third_party/boringssl/src/include/openssl/ecdsa.h
psol/include/third_party/boringssl/src/include/openssl/obj.h
psol/include/third_party/boringssl/src/include/openssl/cpu.h
psol/include/third_party/boringssl/src/include/openssl/rc4.h
psol/include/third_party/boringssl/src/include/openssl/md4.h
psol/include/third_party/boringssl/src/include/openssl/pkcs12.h
psol/include/third_party/boringssl/src/include/openssl/ssl3.h
psol/include/third_party/boringssl/src/include/openssl/ec.h
psol/include/third_party/boringssl/src/include/openssl/cipher.h
psol/include/third_party/boringssl/src/include/openssl/objects.h
psol/include/third_party/boringssl/src/include/openssl/type_check.h
psol/include/third_party/boringssl/src/include/openssl/dh.h
psol/include/third_party/boringssl/src/include/openssl/des.h
psol/include/third_party/boringssl/src/include/openssl/dtls1.h
psol/include/third_party/boringssl/src/include/openssl/bio.h
psol/include/third_party/boringssl/src/include/openssl/bytestring.h
psol/include/third_party/boringssl/src/include/openssl/aead.h
psol/include/third_party/boringssl/src/include/openssl/blowfish.h
psol/include/third_party/boringssl/src/include/openssl/asn1t.h
psol/include/third_party/boringssl/src/include/openssl/lhash.h
psol/include/third_party/boringssl/src/include/openssl/dsa.h
psol/include/third_party/boringssl/src/include/openssl/safestack.h
psol/include/third_party/boringssl/src/include/openssl/buffer.h
psol/include/third_party/boringssl/src/include/openssl/x509_vfy.h
psol/include/third_party/boringssl/src/include/openssl/err.h
psol/include/third_party/boringssl/src/include/openssl/nid.h
psol/include/third_party/boringssl/src/include/openssl/poly1305.h
psol/include/third_party/boringssl/src/include/openssl/ossl_typ.h
psol/include/third_party/boringssl/src/include/openssl/thread.h
psol/include/third_party/boringssl/src/include/openssl/srtp.h
psol/include/third_party/boringssl/src/include/openssl/chacha.h
psol/include/third_party/boringssl/src/include/openssl/aes.h
psol/include/third_party/boringssl/src/include/openssl/x509.h
psol/include/third_party/boringssl/src/include/openssl/cmac.h
psol/include/third_party/boringssl/src/include/openssl/sha.h
psol/include/third_party/boringssl/src/include/openssl/pkcs8.h
psol/include/third_party/boringssl/src/include/openssl/hmac.h
psol/include/third_party/boringssl/src/include/openssl/ex_data.h
psol/include/third_party/boringssl/src/include/openssl/ssl.h
psol/include/third_party/boringssl/src/include/openssl/curve25519.h
psol/include/third_party/boringssl/src/include/openssl/crypto.h
psol/include/third_party/boringssl/src/include/openssl/base64.h
psol/include/third_party/boringssl/src/include/openssl/ripemd.h
psol/include/third_party/boringssl/src/include/openssl/ecdh.h
psol/include/third_party/boringssl/src/include/openssl/digest.h
psol/include/third_party/boringssl/src/include/openssl/arm_arch.h
psol/include/third_party/boringssl/src/include/openssl/lhash_macros.h
psol/include/third_party/boringssl/src/include/openssl/tls1.h
psol/include/third_party/boringssl/src/include/openssl/rand.h
psol/include/third_party/boringssl/src/include/openssl/cast.h
psol/include/third_party/boringssl/src/include/openssl/rsa.h
psol/include/third_party/boringssl/src/include/openssl/asn1_mac.h
psol/include/third_party/boringssl/src/include/openssl/buf.h
psol/include/third_party/boringssl/src/include/openssl/stack.h
psol/include/third_party/boringssl/src/include/openssl/hkdf.h
psol/include/third_party/boringssl/src/include/openssl/pem.h
psol/include/third_party/boringssl/src/include/openssl/opensslv.h
psol/include/third_party/boringssl/src/include/openssl/obj_mac.h
psol/include/third_party/boringssl/src/include/openssl/ec_key.h
psol/include/third_party/boringssl/src/include/openssl/stack_macros.h
psol/include/third_party/boringssl/src/include/openssl/engine.h
psol/include/third_party/jsoncpp/
psol/include/third_party/jsoncpp/src/
psol/include/third_party/jsoncpp/src/src/
psol/include/third_party/jsoncpp/src/src/test_lib_json/
psol/include/third_party/jsoncpp/src/src/test_lib_json/jsontest.h
psol/include/third_party/jsoncpp/src/src/lib_json/
psol/include/third_party/jsoncpp/src/src/lib_json/json_batchallocator.h
psol/include/third_party/jsoncpp/src/src/lib_json/json_tool.h
psol/include/third_party/jsoncpp/src/include/
psol/include/third_party/jsoncpp/src/include/json/
psol/include/third_party/jsoncpp/src/include/json/value.h
psol/include/third_party/jsoncpp/src/include/json/json.h
psol/include/third_party/jsoncpp/src/include/json/writer.h
psol/include/third_party/jsoncpp/src/include/json/version.h
psol/include/third_party/jsoncpp/src/include/json/reader.h
psol/include/third_party/jsoncpp/src/include/json/assertions.h
psol/include/third_party/jsoncpp/src/include/json/forwards.h
psol/include/third_party/jsoncpp/src/include/json/config.h
psol/include/third_party/jsoncpp/src/include/json/autolink.h
psol/include/third_party/jsoncpp/src/include/json/features.h
psol/include/third_party/re2/
psol/include/third_party/re2/src/
psol/include/third_party/re2/src/util/
psol/include/third_party/re2/src/util/mutex.h
psol/include/third_party/re2/src/util/utf.h
psol/include/third_party/re2/src/util/test.h
psol/include/third_party/re2/src/util/util.h
psol/include/third_party/re2/src/util/logging.h
psol/include/third_party/re2/src/util/sparse_set.h
psol/include/third_party/re2/src/util/thread.h
psol/include/third_party/re2/src/util/pcre.h
psol/include/third_party/re2/src/util/valgrind.h
psol/include/third_party/re2/src/util/atomicops.h
psol/include/third_party/re2/src/util/random.h
psol/include/third_party/re2/src/util/benchmark.h
psol/include/third_party/re2/src/util/flags.h
psol/include/third_party/re2/src/util/sparse_array.h
psol/include/third_party/re2/src/re2/
psol/include/third_party/re2/src/re2/filtered_re2.h
psol/include/third_party/re2/src/re2/walker-inl.h
psol/include/third_party/re2/src/re2/stringpiece.h
psol/include/third_party/re2/src/re2/unicode_casefold.h
psol/include/third_party/re2/src/re2/variadic_function.h
psol/include/third_party/re2/src/re2/testing/
psol/include/third_party/re2/src/re2/testing/tester.h
psol/include/third_party/re2/src/re2/testing/exhaustive_tester.h
psol/include/third_party/re2/src/re2/testing/string_generator.h
psol/include/third_party/re2/src/re2/testing/regexp_generator.h
psol/include/third_party/re2/src/re2/unicode_groups.h
psol/include/third_party/re2/src/re2/prefilter.h
psol/include/third_party/re2/src/re2/regexp.h
psol/include/third_party/re2/src/re2/re2.h
psol/include/third_party/re2/src/re2/set.h
psol/include/third_party/re2/src/re2/prog.h
psol/include/third_party/re2/src/re2/prefilter_tree.h
psol/include/third_party/domain_registry_provider/
psol/include/third_party/domain_registry_provider/src/
psol/include/third_party/domain_registry_provider/src/domain_registry/
psol/include/third_party/domain_registry_provider/src/domain_registry/testing/
psol/include/third_party/domain_registry_provider/src/domain_registry/testing/test_entry.h
psol/include/third_party/domain_registry_provider/src/domain_registry/private/
psol/include/third_party/domain_registry_provider/src/domain_registry/private/assert.h
psol/include/third_party/domain_registry_provider/src/domain_registry/private/registry_types.h
psol/include/third_party/domain_registry_provider/src/domain_registry/private/trie_node.h
psol/include/third_party/domain_registry_provider/src/domain_registry/private/trie_search.h
psol/include/third_party/domain_registry_provider/src/domain_registry/private/string_util.h
psol/include/third_party/domain_registry_provider/src/domain_registry/domain_registry.h
psol/include/third_party/modp_b64/
psol/include/third_party/modp_b64/modp_b64.h
psol/include/third_party/modp_b64/modp_b64_data.h
psol/include/third_party/protobuf/
psol/include/third_party/protobuf/src/
psol/include/third_party/protobuf/src/src/
psol/include/third_party/protobuf/src/src/google/
psol/include/third_party/protobuf/src/src/google/protobuf/
psol/include/third_party/protobuf/src/src/google/protobuf/arenastring.h
psol/include/third_party/protobuf/src/src/google/protobuf/test_util.h
psol/include/third_party/protobuf/src/src/google/protobuf/text_format.h
psol/include/third_party/protobuf/src/src/google/protobuf/message.h
psol/include/third_party/protobuf/src/src/google/protobuf/wire_format_lite.h
psol/include/third_party/protobuf/src/src/google/protobuf/package_info.h
psol/include/third_party/protobuf/src/src/google/protobuf/timestamp.pb.h
psol/include/third_party/protobuf/src/src/google/protobuf/any.h
psol/include/third_party/protobuf/src/src/google/protobuf/arena_test_util.h
psol/include/third_party/protobuf/src/src/google/protobuf/generated_message_util.h
psol/include/third_party/protobuf/src/src/google/protobuf/repeated_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/
psol/include/third_party/protobuf/src/src/google/protobuf/util/type_resolver_util.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/type_resolver.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/field_comparator.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/json_util.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/field_mask_util.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/message_differencer.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/error_listener.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/json_stream_parser.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/object_source.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/constants.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/default_value_objectwriter.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/mock_error_listener.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/location_tracker.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/protostream_objectwriter.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/json_escaping.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/object_location_tracker.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/utility.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/expecting_objectwriter.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/proto_writer.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/protostream_objectsource.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/type_info_test_helper.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/json_objectwriter.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/type_info.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/field_mask_utility.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/structured_objectwriter.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/object_writer.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/internal/datapiece.h
psol/include/third_party/protobuf/src/src/google/protobuf/util/time_util.h
psol/include/third_party/protobuf/src/src/google/protobuf/map_type_handler.h
psol/include/third_party/protobuf/src/src/google/protobuf/source_context.pb.h
psol/include/third_party/protobuf/src/src/google/protobuf/map_test_util_impl.h
psol/include/third_party/protobuf/src/src/google/protobuf/any.pb.h
psol/include/third_party/protobuf/src/src/google/protobuf/reflection_internal.h
psol/include/third_party/protobuf/src/src/google/protobuf/map_entry.h
psol/include/third_party/protobuf/src/src/google/protobuf/wire_format_lite_inl.h
psol/include/third_party/protobuf/src/src/google/protobuf/wrappers.pb.h
psol/include/third_party/protobuf/src/src/google/protobuf/extension_set.h
psol/include/third_party/protobuf/src/src/google/protobuf/testing/
psol/include/third_party/protobuf/src/src/google/protobuf/testing/file.h
psol/include/third_party/protobuf/src/src/google/protobuf/testing/googletest.h
psol/include/third_party/protobuf/src/src/google/protobuf/wire_format.h
psol/include/third_party/protobuf/src/src/google/protobuf/map_field_inl.h
psol/include/third_party/protobuf/src/src/google/protobuf/generated_enum_util.h
psol/include/third_party/protobuf/src/src/google/protobuf/map.h
psol/include/third_party/protobuf/src/src/google/protobuf/map_field_lite.h
psol/include/third_party/protobuf/src/src/google/protobuf/map_lite_test_util.h
psol/include/third_party/protobuf/src/src/google/protobuf/descriptor_database.h
psol/include/third_party/protobuf/src/src/google/protobuf/generated_enum_reflection.h
psol/include/third_party/protobuf/src/src/google/protobuf/service.h
psol/include/third_party/protobuf/src/src/google/protobuf/map_test_util.h
psol/include/third_party/protobuf/src/src/google/protobuf/io/
psol/include/third_party/protobuf/src/src/google/protobuf/io/coded_stream_inl.h
psol/include/third_party/protobuf/src/src/google/protobuf/io/package_info.h
psol/include/third_party/protobuf/src/src/google/protobuf/io/zero_copy_stream_impl_lite.h
psol/include/third_party/protobuf/src/src/google/protobuf/io/zero_copy_stream.h
psol/include/third_party/protobuf/src/src/google/protobuf/io/strtod.h
psol/include/third_party/protobuf/src/src/google/protobuf/io/printer.h
psol/include/third_party/protobuf/src/src/google/protobuf/io/gzip_stream.h
psol/include/third_party/protobuf/src/src/google/protobuf/io/coded_stream.h
psol/include/third_party/protobuf/src/src/google/protobuf/io/tokenizer.h
psol/include/third_party/protobuf/src/src/google/protobuf/io/zero_copy_stream_impl.h
psol/include/third_party/protobuf/src/src/google/protobuf/map_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
psol/include/third_party/protobuf/src/src/google/protobuf/reflection.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/js/
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/js/js_generator.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/zip_writer.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/subprocess.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/package_info.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/mock_code_generator.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/ruby/
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/ruby/ruby_generator.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/cpp/
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/cpp/cpp_message.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/cpp/cpp_helpers.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/cpp/cpp_generator.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/cpp/cpp_primitive_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/cpp/cpp_map_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/cpp/cpp_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/cpp/cpp_service.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/cpp/cpp_message_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/cpp/cpp_options.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/cpp/cpp_string_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/cpp/cpp_enum.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/cpp/cpp_extension.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/cpp/cpp_enum_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/cpp/cpp_unittest.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/cpp/cpp_file.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/python/
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/python/python_generator.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/plugin.pb.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/objectivec/
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/objectivec/objectivec_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/objectivec/objectivec_map_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/objectivec/objectivec_extension.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/objectivec/objectivec_enum.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/objectivec/objectivec_file.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/objectivec/objectivec_generator.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/objectivec/objectivec_enum_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/objectivec/objectivec_message_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/objectivec/objectivec_message.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/objectivec/objectivec_helpers.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/objectivec/objectivec_oneof.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/plugin.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/code_generator.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_names.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_generator.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_string_field_lite.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_message_builder.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_lazy_message_field_lite.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_helpers.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_message.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_message_field_lite.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_lazy_message_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_shared_code_generator.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_service.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_string_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_message_lite.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_generator_factory.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_enum_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_primitive_field_lite.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_enum_lite.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_message_builder_lite.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_enum_field_lite.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_enum.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_doc_comment.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_name_resolver.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_message_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_map_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_options.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_context.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_file.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_extension.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_map_field_lite.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_extension_lite.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/java/java_primitive_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/javanano/
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/javanano/javanano_enum.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/javanano/javanano_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/javanano/javanano_helpers.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/javanano/javanano_params.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/javanano/javanano_message_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/javanano/javanano_generator.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/javanano/javanano_map_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/javanano/javanano_primitive_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/javanano/javanano_enum_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/javanano/javanano_extension.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/javanano/javanano_message.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/javanano/javanano_file.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/csharp/
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/csharp/csharp_reflection_class.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/csharp/csharp_primitive_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/csharp/csharp_enum.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/csharp/csharp_message_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/csharp/csharp_wrapper_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/csharp/csharp_field_base.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/csharp/csharp_map_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/csharp/csharp_message.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/csharp/csharp_names.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/csharp/csharp_enum_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/csharp/csharp_source_generator_base.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/csharp/csharp_helpers.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/csharp/csharp_doc_comment.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/csharp/csharp_options.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/csharp/csharp_generator.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/command_line_interface.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/importer.h
psol/include/third_party/protobuf/src/src/google/protobuf/compiler/parser.h
psol/include/third_party/protobuf/src/src/google/protobuf/message_lite.h
psol/include/third_party/protobuf/src/src/google/protobuf/empty.pb.h
psol/include/third_party/protobuf/src/src/google/protobuf/api.pb.h
psol/include/third_party/protobuf/src/src/google/protobuf/struct.pb.h
psol/include/third_party/protobuf/src/src/google/protobuf/field_mask.pb.h
psol/include/third_party/protobuf/src/src/google/protobuf/generated_message_reflection.h
psol/include/third_party/protobuf/src/src/google/protobuf/metadata.h
psol/include/third_party/protobuf/src/src/google/protobuf/reflection_ops.h
psol/include/third_party/protobuf/src/src/google/protobuf/arena.h
psol/include/third_party/protobuf/src/src/google/protobuf/unknown_field_set.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/int128.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/atomicops_internals_ppc_gcc.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/atomicops_internals_power.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/mutex.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/mathutil.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/type_traits.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/atomicops_internals_mips_gcc.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/substitute.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/atomicops_internals_tsan.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/atomicops_internals_macosx.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/callback.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/fastmem.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/stringpiece.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/scoped_ptr.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/hash.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/atomicops_internals_generic_gcc.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/stringprintf.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/macros.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/logging.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/status_macros.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/time.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/atomicops_internals_arm_qnx.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/mathlimits.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/shared_ptr.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/singleton.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/statusor.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/atomicops.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/map_util.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/atomic_sequence_num.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/bytestream.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/stl_util.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/once.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/platform_macros.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/casts.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/atomicops_internals_pnacl.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/strutil.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/common.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/status.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/port.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/template_util.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/atomicops_internals_solaris.h
psol/include/third_party/protobuf/src/src/google/protobuf/stubs/atomicops_internals_arm_gcc.h
psol/include/third_party/protobuf/src/src/google/protobuf/map_entry_lite.h
psol/include/third_party/protobuf/src/src/google/protobuf/type.pb.h
psol/include/third_party/protobuf/src/src/google/protobuf/duration.pb.h
psol/include/third_party/protobuf/src/src/google/protobuf/test_util_lite.h
psol/include/third_party/protobuf/src/src/google/protobuf/descriptor.h
psol/include/third_party/protobuf/src/src/google/protobuf/dynamic_message.h
psol/include/third_party/protobuf/src/php/
psol/include/third_party/protobuf/src/php/ext/
psol/include/third_party/protobuf/src/php/ext/google/
psol/include/third_party/protobuf/src/php/ext/google/protobuf/
psol/include/third_party/protobuf/src/php/ext/google/protobuf/upb.h
psol/include/third_party/protobuf/src/php/ext/google/protobuf/protobuf.h
psol/include/third_party/protobuf/src/ruby/
psol/include/third_party/protobuf/src/ruby/ext/
psol/include/third_party/protobuf/src/ruby/ext/google/
psol/include/third_party/protobuf/src/ruby/ext/google/protobuf_c/
psol/include/third_party/protobuf/src/ruby/ext/google/protobuf_c/upb.h
psol/include/third_party/protobuf/src/ruby/ext/google/protobuf_c/protobuf.h
psol/include/third_party/protobuf/src/python/
psol/include/third_party/protobuf/src/python/google/
psol/include/third_party/protobuf/src/python/google/protobuf/
psol/include/third_party/protobuf/src/python/google/protobuf/pyext/
psol/include/third_party/protobuf/src/python/google/protobuf/pyext/repeated_scalar_container.h
psol/include/third_party/protobuf/src/python/google/protobuf/pyext/python_protobuf.h
psol/include/third_party/protobuf/src/python/google/protobuf/pyext/message.h
psol/include/third_party/protobuf/src/python/google/protobuf/pyext/extension_dict.h
psol/include/third_party/protobuf/src/python/google/protobuf/pyext/scoped_pyobject_ptr.h
psol/include/third_party/protobuf/src/python/google/protobuf/pyext/descriptor_database.h
psol/include/third_party/protobuf/src/python/google/protobuf/pyext/descriptor_containers.h
psol/include/third_party/protobuf/src/python/google/protobuf/pyext/descriptor_pool.h
psol/include/third_party/protobuf/src/python/google/protobuf/pyext/descriptor.h
psol/include/third_party/protobuf/src/python/google/protobuf/pyext/repeated_composite_container.h
psol/include/third_party/protobuf/src/python/google/protobuf/pyext/map_container.h
psol/include/third_party/protobuf/src/objectivec/
psol/include/third_party/protobuf/src/objectivec/GPBExtensionInternals.h
psol/include/third_party/protobuf/src/objectivec/GPBCodedInputStream.h
psol/include/third_party/protobuf/src/objectivec/GPBCodedInputStream_PackagePrivate.h
psol/include/third_party/protobuf/src/objectivec/GPBDictionary.h
psol/include/third_party/protobuf/src/objectivec/GPBRuntimeTypes.h
psol/include/third_party/protobuf/src/objectivec/GPBExtensionRegistry.h
psol/include/third_party/protobuf/src/objectivec/GPBArray_PackagePrivate.h
psol/include/third_party/protobuf/src/objectivec/GPBDescriptor_PackagePrivate.h
psol/include/third_party/protobuf/src/objectivec/GPBDictionary_PackagePrivate.h
psol/include/third_party/protobuf/src/objectivec/GPBProtocolBuffers.h
psol/include/third_party/protobuf/src/objectivec/GPBUtilities_PackagePrivate.h
psol/include/third_party/protobuf/src/objectivec/GPBUnknownFieldSet_PackagePrivate.h
psol/include/third_party/protobuf/src/objectivec/GPBRootObject_PackagePrivate.h
psol/include/third_party/protobuf/src/objectivec/GPBDescriptor.h
psol/include/third_party/protobuf/src/objectivec/Tests/
psol/include/third_party/protobuf/src/objectivec/Tests/CocoaPods/
psol/include/third_party/protobuf/src/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/
psol/include/third_party/protobuf/src/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/
psol/include/third_party/protobuf/src/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/AppDelegate.h
psol/include/third_party/protobuf/src/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/
psol/include/third_party/protobuf/src/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/
psol/include/third_party/protobuf/src/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ViewController.h
psol/include/third_party/protobuf/src/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/AppDelegate.h
psol/include/third_party/protobuf/src/objectivec/Tests/UnitTests-Bridging-Header.h
psol/include/third_party/protobuf/src/objectivec/Tests/GPBTestUtilities.h
psol/include/third_party/protobuf/src/objectivec/GPBUnknownField.h
psol/include/third_party/protobuf/src/objectivec/GPBCodedOutputStream.h
psol/include/third_party/protobuf/src/objectivec/GPBUnknownField_PackagePrivate.h
psol/include/third_party/protobuf/src/objectivec/GPBUnknownFieldSet.h
psol/include/third_party/protobuf/src/objectivec/GPBUtilities.h
psol/include/third_party/protobuf/src/objectivec/GPBMessage.h
psol/include/third_party/protobuf/src/objectivec/google/
psol/include/third_party/protobuf/src/objectivec/google/protobuf/
psol/include/third_party/protobuf/src/objectivec/google/protobuf/Any.pbobjc.h
psol/include/third_party/protobuf/src/objectivec/google/protobuf/Timestamp.pbobjc.h
psol/include/third_party/protobuf/src/objectivec/google/protobuf/SourceContext.pbobjc.h
psol/include/third_party/protobuf/src/objectivec/google/protobuf/Struct.pbobjc.h
psol/include/third_party/protobuf/src/objectivec/google/protobuf/Api.pbobjc.h
psol/include/third_party/protobuf/src/objectivec/google/protobuf/FieldMask.pbobjc.h
psol/include/third_party/protobuf/src/objectivec/google/protobuf/Duration.pbobjc.h
psol/include/third_party/protobuf/src/objectivec/google/protobuf/Type.pbobjc.h
psol/include/third_party/protobuf/src/objectivec/google/protobuf/Wrappers.pbobjc.h
psol/include/third_party/protobuf/src/objectivec/google/protobuf/Empty.pbobjc.h
psol/include/third_party/protobuf/src/objectivec/GPBBootstrap.h
psol/include/third_party/protobuf/src/objectivec/GPBWellKnownTypes.h
psol/include/third_party/protobuf/src/objectivec/GPBArray.h
psol/include/third_party/protobuf/src/objectivec/GPBWireFormat.h
psol/include/third_party/protobuf/src/objectivec/GPBProtocolBuffers_RuntimeSupport.h
psol/include/third_party/protobuf/src/objectivec/GPBMessage_PackagePrivate.h
psol/include/third_party/protobuf/src/objectivec/GPBCodedOutputStream_PackagePrivate.h
psol/include/third_party/protobuf/src/objectivec/GPBRootObject.h
psol/include/third_party/protobuf/src/conformance/
psol/include/third_party/protobuf/src/conformance/conformance_test.h
psol/include/third_party/protobuf/src/conformance/third_party/
psol/include/third_party/protobuf/src/conformance/third_party/jsoncpp/
psol/include/third_party/protobuf/src/conformance/third_party/jsoncpp/json.h
psol/include/third_party/httpd/
psol/include/third_party/httpd/gen/
psol/include/third_party/httpd/gen/arch/
psol/include/third_party/httpd/gen/arch/mac/
psol/include/third_party/httpd/gen/arch/mac/ia32/
psol/include/third_party/httpd/gen/arch/mac/ia32/include/
psol/include/third_party/httpd/gen/arch/mac/ia32/include/ap_config_layout.h
psol/include/third_party/httpd/gen/arch/mac/ia32/include/ap_config_auto.h
psol/include/third_party/httpd/gen/arch/linux/
psol/include/third_party/httpd/gen/arch/linux/x64/
psol/include/third_party/httpd/gen/arch/linux/x64/include/
psol/include/third_party/httpd/gen/arch/linux/x64/include/ap_config_layout.h
psol/include/third_party/httpd/gen/arch/linux/x64/include/ap_config_auto.h
psol/include/third_party/httpd/gen/arch/linux/ia32/
psol/include/third_party/httpd/gen/arch/linux/ia32/include/
psol/include/third_party/httpd/gen/arch/linux/ia32/include/ap_config_layout.h
psol/include/third_party/httpd/gen/arch/linux/ia32/include/ap_config_auto.h
psol/include/third_party/httpd/src/
psol/include/third_party/httpd/src/os/
psol/include/third_party/httpd/src/os/win32/
psol/include/third_party/httpd/src/os/win32/os.h
psol/include/third_party/httpd/src/os/beos/
psol/include/third_party/httpd/src/os/beos/beosd.h
psol/include/third_party/httpd/src/os/beos/os.h
psol/include/third_party/httpd/src/os/netware/
psol/include/third_party/httpd/src/os/netware/pre_nw.h
psol/include/third_party/httpd/src/os/netware/os.h
psol/include/third_party/httpd/src/os/os2/
psol/include/third_party/httpd/src/os/os2/os.h
psol/include/third_party/httpd/src/os/tpf/
psol/include/third_party/httpd/src/os/tpf/ebcdic.h
psol/include/third_party/httpd/src/os/tpf/os.h
psol/include/third_party/httpd/src/os/bs2000/
psol/include/third_party/httpd/src/os/bs2000/ebcdic.h
psol/include/third_party/httpd/src/os/bs2000/os.h
psol/include/third_party/httpd/src/os/unix/
psol/include/third_party/httpd/src/os/unix/unixd.h
psol/include/third_party/httpd/src/os/unix/os.h
psol/include/third_party/httpd/src/include/
psol/include/third_party/httpd/src/include/util_cfgtree.h
psol/include/third_party/httpd/src/include/util_filter.h
psol/include/third_party/httpd/src/include/util_md5.h
psol/include/third_party/httpd/src/include/ap_mmn.h
psol/include/third_party/httpd/src/include/http_vhost.h
psol/include/third_party/httpd/src/include/http_request.h
psol/include/third_party/httpd/src/include/ap_listen.h
psol/include/third_party/httpd/src/include/scoreboard.h
psol/include/third_party/httpd/src/include/util_script.h
psol/include/third_party/httpd/src/include/http_connection.h
psol/include/third_party/httpd/src/include/http_core.h
psol/include/third_party/httpd/src/include/ap_provider.h
psol/include/third_party/httpd/src/include/util_ebcdic.h
psol/include/third_party/httpd/src/include/ap_regex.h
psol/include/third_party/httpd/src/include/mpm_common.h
psol/include/third_party/httpd/src/include/http_main.h
psol/include/third_party/httpd/src/include/ap_config.h
psol/include/third_party/httpd/src/include/util_charset.h
psol/include/third_party/httpd/src/include/util_xml.h
psol/include/third_party/httpd/src/include/ap_compat.h
psol/include/third_party/httpd/src/include/util_time.h
psol/include/third_party/httpd/src/include/ap_release.h
psol/include/third_party/httpd/src/include/http_protocol.h
psol/include/third_party/httpd/src/include/ap_regkey.h
psol/include/third_party/httpd/src/include/util_ldap.h
psol/include/third_party/httpd/src/include/httpd.h
psol/include/third_party/httpd/src/include/http_config.h
psol/include/third_party/httpd/src/include/ap_mpm.h
psol/include/third_party/httpd/src/include/http_log.h
psol/include/third_party/apr/
psol/include/third_party/apr/gen/
psol/include/third_party/apr/gen/arch/
psol/include/third_party/apr/gen/arch/mac/
psol/include/third_party/apr/gen/arch/mac/ia32/
psol/include/third_party/apr/gen/arch/mac/ia32/include/
psol/include/third_party/apr/gen/arch/mac/ia32/include/apr_private.h
psol/include/third_party/apr/gen/arch/mac/ia32/include/apr.h
psol/include/third_party/apr/gen/arch/linux/
psol/include/third_party/apr/gen/arch/linux/x64/
psol/include/third_party/apr/gen/arch/linux/x64/include/
psol/include/third_party/apr/gen/arch/linux/x64/include/apr_private.h
psol/include/third_party/apr/gen/arch/linux/x64/include/apr.h
psol/include/third_party/apr/gen/arch/linux/ia32/
psol/include/third_party/apr/gen/arch/linux/ia32/include/
psol/include/third_party/apr/gen/arch/linux/ia32/include/apr_private.h
psol/include/third_party/apr/gen/arch/linux/ia32/include/apr.h
psol/include/third_party/apr/src/
psol/include/third_party/apr/src/random/
psol/include/third_party/apr/src/random/unix/
psol/include/third_party/apr/src/random/unix/sha2.h
psol/include/third_party/apr/src/test/
psol/include/third_party/apr/src/test/testshm.h
psol/include/third_party/apr/src/test/abts_tests.h
psol/include/third_party/apr/src/test/testflock.h
psol/include/third_party/apr/src/test/testglobalmutex.h
psol/include/third_party/apr/src/test/testutil.h
psol/include/third_party/apr/src/test/testsock.h
psol/include/third_party/apr/src/test/abts.h
psol/include/third_party/apr/src/include/
psol/include/third_party/apr/src/include/apr_signal.h
psol/include/third_party/apr/src/include/apr_env.h
psol/include/third_party/apr/src/include/apr_shm.h
psol/include/third_party/apr/src/include/apr_want.h
psol/include/third_party/apr/src/include/apr_thread_proc.h
psol/include/third_party/apr/src/include/apr_atomic.h
psol/include/third_party/apr/src/include/apr_tables.h
psol/include/third_party/apr/src/include/apr_pools.h
psol/include/third_party/apr/src/include/apr_getopt.h
psol/include/third_party/apr/src/include/apr_skiplist.h
psol/include/third_party/apr/src/include/apr_thread_rwlock.h
psol/include/third_party/apr/src/include/apr_ring.h
psol/include/third_party/apr/src/include/apr_dso.h
psol/include/third_party/apr/src/include/apr_global_mutex.h
psol/include/third_party/apr/src/include/apr_hash.h
psol/include/third_party/apr/src/include/apr_proc_mutex.h
psol/include/third_party/apr/src/include/apr_poll.h
psol/include/third_party/apr/src/include/apr_network_io.h
psol/include/third_party/apr/src/include/apr_thread_cond.h
psol/include/third_party/apr/src/include/apr_support.h
psol/include/third_party/apr/src/include/apr_allocator.h
psol/include/third_party/apr/src/include/apr_fnmatch.h
psol/include/third_party/apr/src/include/apr_portable.h
psol/include/third_party/apr/src/include/apr_user.h
psol/include/third_party/apr/src/include/arch/
psol/include/third_party/apr/src/include/arch/win32/
psol/include/third_party/apr/src/include/arch/win32/apr_arch_thread_mutex.h
psol/include/third_party/apr/src/include/arch/win32/apr_arch_atime.h
psol/include/third_party/apr/src/include/arch/win32/apr_private.h
psol/include/third_party/apr/src/include/arch/win32/apr_arch_misc.h
psol/include/third_party/apr/src/include/arch/win32/apr_arch_threadproc.h
psol/include/third_party/apr/src/include/arch/win32/apr_arch_inherit.h
psol/include/third_party/apr/src/include/arch/win32/apr_dbg_win32_handles.h
psol/include/third_party/apr/src/include/arch/win32/apr_arch_thread_cond.h
psol/include/third_party/apr/src/include/arch/win32/apr_arch_thread_rwlock.h
psol/include/third_party/apr/src/include/arch/win32/apr_arch_file_io.h
psol/include/third_party/apr/src/include/arch/win32/apr_arch_utf8.h
psol/include/third_party/apr/src/include/arch/win32/apr_arch_networkio.h
psol/include/third_party/apr/src/include/arch/win32/apr_arch_proc_mutex.h
psol/include/third_party/apr/src/include/arch/win32/apr_arch_dso.h
psol/include/third_party/apr/src/include/arch/aix/
psol/include/third_party/apr/src/include/arch/aix/apr_arch_dso.h
psol/include/third_party/apr/src/include/arch/beos/
psol/include/third_party/apr/src/include/arch/beos/apr_arch_thread_mutex.h
psol/include/third_party/apr/src/include/arch/beos/apr_arch_threadproc.h
psol/include/third_party/apr/src/include/arch/beos/apr_arch_thread_cond.h
psol/include/third_party/apr/src/include/arch/beos/apr_arch_thread_rwlock.h
psol/include/third_party/apr/src/include/arch/beos/apr_arch_proc_mutex.h
psol/include/third_party/apr/src/include/arch/beos/apr_arch_dso.h
psol/include/third_party/apr/src/include/arch/netware/
psol/include/third_party/apr/src/include/arch/netware/apr_arch_thread_mutex.h
psol/include/third_party/apr/src/include/arch/netware/apr_private.h
psol/include/third_party/apr/src/include/arch/netware/apr_arch_pre_nw.h
psol/include/third_party/apr/src/include/arch/netware/apr_arch_threadproc.h
psol/include/third_party/apr/src/include/arch/netware/apr_arch_internal_time.h
psol/include/third_party/apr/src/include/arch/netware/apr_arch_thread_cond.h
psol/include/third_party/apr/src/include/arch/netware/apr_arch_thread_rwlock.h
psol/include/third_party/apr/src/include/arch/netware/apr_arch_file_io.h
psol/include/third_party/apr/src/include/arch/netware/apr_arch_networkio.h
psol/include/third_party/apr/src/include/arch/netware/apr_arch_proc_mutex.h
psol/include/third_party/apr/src/include/arch/netware/apr_arch_global_mutex.h
psol/include/third_party/apr/src/include/arch/netware/apr_arch_dso.h
psol/include/third_party/apr/src/include/arch/os390/
psol/include/third_party/apr/src/include/arch/os390/apr_arch_dso.h
psol/include/third_party/apr/src/include/arch/os2/
psol/include/third_party/apr/src/include/arch/os2/apr_arch_thread_mutex.h
psol/include/third_party/apr/src/include/arch/os2/apr_arch_threadproc.h
psol/include/third_party/apr/src/include/arch/os2/apr_arch_inherit.h
psol/include/third_party/apr/src/include/arch/os2/apr_arch_os2calls.h
psol/include/third_party/apr/src/include/arch/os2/apr_arch_thread_cond.h
psol/include/third_party/apr/src/include/arch/os2/apr_arch_thread_rwlock.h
psol/include/third_party/apr/src/include/arch/os2/apr_arch_file_io.h
psol/include/third_party/apr/src/include/arch/os2/apr_arch_networkio.h
psol/include/third_party/apr/src/include/arch/os2/apr_arch_proc_mutex.h
psol/include/third_party/apr/src/include/arch/os2/apr_arch_dso.h
psol/include/third_party/apr/src/include/arch/apr_private_common.h
psol/include/third_party/apr/src/include/arch/unix/
psol/include/third_party/apr/src/include/arch/unix/apr_arch_thread_mutex.h
psol/include/third_party/apr/src/include/arch/unix/apr_arch_misc.h
psol/include/third_party/apr/src/include/arch/unix/apr_arch_threadproc.h
psol/include/third_party/apr/src/include/arch/unix/apr_arch_poll_private.h
psol/include/third_party/apr/src/include/arch/unix/apr_arch_internal_time.h
psol/include/third_party/apr/src/include/arch/unix/apr_arch_atomic.h
psol/include/third_party/apr/src/include/arch/unix/apr_arch_shm.h
psol/include/third_party/apr/src/include/arch/unix/apr_arch_inherit.h
psol/include/third_party/apr/src/include/arch/unix/apr_arch_thread_cond.h
psol/include/third_party/apr/src/include/arch/unix/apr_arch_thread_rwlock.h
psol/include/third_party/apr/src/include/arch/unix/apr_arch_file_io.h
psol/include/third_party/apr/src/include/arch/unix/apr_arch_networkio.h
psol/include/third_party/apr/src/include/arch/unix/apr_arch_proc_mutex.h
psol/include/third_party/apr/src/include/arch/unix/apr_arch_global_mutex.h
psol/include/third_party/apr/src/include/arch/unix/apr_arch_dso.h
psol/include/third_party/apr/src/include/apr_time.h
psol/include/third_party/apr/src/include/apr_lib.h
psol/include/third_party/apr/src/include/apr_escape.h
psol/include/third_party/apr/src/include/apr_file_info.h
psol/include/third_party/apr/src/include/apr_inherit.h
psol/include/third_party/apr/src/include/apr_strings.h
psol/include/third_party/apr/src/include/apr_general.h
psol/include/third_party/apr/src/include/apr_errno.h
psol/include/third_party/apr/src/include/apr_random.h
psol/include/third_party/apr/src/include/apr_file_io.h
psol/include/third_party/apr/src/include/apr_version.h
psol/include/third_party/apr/src/include/apr_thread_mutex.h
psol/include/third_party/apr/src/include/apr_mmap.h
psol/include/third_party/icu/
psol/include/third_party/icu/genfiles/
psol/include/third_party/icu/genfiles/arch/
psol/include/third_party/icu/genfiles/arch/mac/
psol/include/third_party/icu/genfiles/arch/mac/common/
psol/include/third_party/icu/genfiles/arch/mac/common/include/
psol/include/third_party/icu/genfiles/arch/mac/common/include/unicode/
psol/include/third_party/icu/genfiles/arch/mac/common/include/unicode/platform.h
psol/include/third_party/icu/genfiles/arch/win/
psol/include/third_party/icu/genfiles/arch/win/ia32/
psol/include/third_party/icu/genfiles/arch/win/ia32/include/
psol/include/third_party/icu/genfiles/arch/win/ia32/include/unicode/
psol/include/third_party/icu/genfiles/arch/win/ia32/include/unicode/platform.h
psol/include/third_party/icu/genfiles/arch/linux/
psol/include/third_party/icu/genfiles/arch/linux/common/
psol/include/third_party/icu/genfiles/arch/linux/common/include/
psol/include/third_party/icu/genfiles/arch/linux/common/include/unicode/
psol/include/third_party/icu/genfiles/arch/linux/common/include/unicode/platform.h
psol/include/third_party/icu/source/
psol/include/third_party/icu/source/layoutex/
psol/include/third_party/icu/source/layoutex/LXUtilities.h
psol/include/third_party/icu/source/layoutex/layout/
psol/include/third_party/icu/source/layoutex/layout/ParagraphLayout.h
psol/include/third_party/icu/source/layoutex/layout/playout.h
psol/include/third_party/icu/source/layoutex/layout/plruns.h
psol/include/third_party/icu/source/layoutex/layout/RunArrays.h
psol/include/third_party/icu/source/io/
psol/include/third_party/icu/source/io/unicode/
psol/include/third_party/icu/source/io/unicode/ustream.h
psol/include/third_party/icu/source/io/unicode/ustdio.h
psol/include/third_party/icu/source/io/ucln_io.h
psol/include/third_party/icu/source/io/locbund.h
psol/include/third_party/icu/source/io/ufile.h
psol/include/third_party/icu/source/io/uscanf.h
psol/include/third_party/icu/source/io/uprintf.h
psol/include/third_party/icu/source/io/ufmt_cmn.h
psol/include/third_party/icu/source/common/
psol/include/third_party/icu/source/common/serv.h
psol/include/third_party/icu/source/common/rbbinode.h
psol/include/third_party/icu/source/common/mutex.h
psol/include/third_party/icu/source/common/uprops.h
psol/include/third_party/icu/source/common/unicode/
psol/include/third_party/icu/source/common/unicode/uclean.h
psol/include/third_party/icu/source/common/unicode/chariter.h
psol/include/third_party/icu/source/common/unicode/uobject.h
psol/include/third_party/icu/source/common/unicode/usetiter.h
psol/include/third_party/icu/source/common/unicode/unorm2.h
psol/include/third_party/icu/source/common/unicode/ucnv_err.h
psol/include/third_party/icu/source/common/unicode/uobslete.h
psol/include/third_party/icu/source/common/unicode/urep.h
psol/include/third_party/icu/source/common/unicode/utf.h
psol/include/third_party/icu/source/common/unicode/utypes.h
psol/include/third_party/icu/source/common/unicode/udeprctd.h
psol/include/third_party/icu/source/common/unicode/ptypes.h
psol/include/third_party/icu/source/common/unicode/uscript.h
psol/include/third_party/icu/source/common/unicode/brkiter.h
psol/include/third_party/icu/source/common/unicode/normlzr.h
psol/include/third_party/icu/source/common/unicode/ucat.h
psol/include/third_party/icu/source/common/unicode/strenum.h
psol/include/third_party/icu/source/common/unicode/parseerr.h
psol/include/third_party/icu/source/common/unicode/dbbi.h
psol/include/third_party/icu/source/common/unicode/errorcode.h
psol/include/third_party/icu/source/common/unicode/normalizer2.h
psol/include/third_party/icu/source/common/unicode/ustring.h
psol/include/third_party/icu/source/common/unicode/stringpiece.h
psol/include/third_party/icu/source/common/unicode/pwin32.h
psol/include/third_party/icu/source/common/unicode/udata.h
psol/include/third_party/icu/source/common/unicode/usystem.h
psol/include/third_party/icu/source/common/unicode/unimatch.h
psol/include/third_party/icu/source/common/unicode/uidna.h
psol/include/third_party/icu/source/common/unicode/icudataver.h
psol/include/third_party/icu/source/common/unicode/symtable.h
psol/include/third_party/icu/source/common/unicode/unifilt.h
psol/include/third_party/icu/source/common/unicode/uniset.h
psol/include/third_party/icu/source/common/unicode/uchriter.h
psol/include/third_party/icu/source/common/unicode/utf8.h
psol/include/third_party/icu/source/common/unicode/ubidi.h
psol/include/third_party/icu/source/common/unicode/uchar.h
psol/include/third_party/icu/source/common/unicode/dtintrv.h
psol/include/third_party/icu/source/common/unicode/urename.h
psol/include/third_party/icu/source/common/unicode/ppalmos.h
psol/include/third_party/icu/source/common/unicode/uconfig.h
psol/include/third_party/icu/source/common/unicode/uintrnal.h
psol/include/third_party/icu/source/common/unicode/unifunct.h
psol/include/third_party/icu/source/common/unicode/ucnvsel.h
psol/include/third_party/icu/source/common/unicode/bytestream.h
psol/include/third_party/icu/source/common/unicode/putil.h
psol/include/third_party/icu/source/common/unicode/resbund.h
psol/include/third_party/icu/source/common/unicode/schriter.h
psol/include/third_party/icu/source/common/unicode/docmain.h
psol/include/third_party/icu/source/common/unicode/umachine.h
psol/include/third_party/icu/source/common/unicode/uenum.h
psol/include/third_party/icu/source/common/unicode/uiter.h
psol/include/third_party/icu/source/common/unicode/usprep.h
psol/include/third_party/icu/source/common/unicode/utext.h
psol/include/third_party/icu/source/common/unicode/utf16.h
psol/include/third_party/icu/source/common/unicode/uset.h
psol/include/third_party/icu/source/common/unicode/ucnv.h
psol/include/third_party/icu/source/common/unicode/unistr.h
psol/include/third_party/icu/source/common/unicode/unorm.h
psol/include/third_party/icu/source/common/unicode/locid.h
psol/include/third_party/icu/source/common/unicode/idna.h
psol/include/third_party/icu/source/common/unicode/utf_old.h
psol/include/third_party/icu/source/common/unicode/utrace.h
psol/include/third_party/icu/source/common/unicode/rep.h
psol/include/third_party/icu/source/common/unicode/ubrk.h
psol/include/third_party/icu/source/common/unicode/udraft.h
psol/include/third_party/icu/source/common/unicode/uversion.h
psol/include/third_party/icu/source/common/unicode/uvernum.h
psol/include/third_party/icu/source/common/unicode/icuplug.h
psol/include/third_party/icu/source/common/unicode/caniter.h
psol/include/third_party/icu/source/common/unicode/rbbi.h
psol/include/third_party/icu/source/common/unicode/ucnv_cb.h
psol/include/third_party/icu/source/common/unicode/parsepos.h
psol/include/third_party/icu/source/common/unicode/ucasemap.h
psol/include/third_party/icu/source/common/unicode/umisc.h
psol/include/third_party/icu/source/common/unicode/ushape.h
psol/include/third_party/icu/source/common/unicode/uloc.h
psol/include/third_party/icu/source/common/unicode/std_string.h
psol/include/third_party/icu/source/common/unicode/ures.h
psol/include/third_party/icu/source/common/unicode/localpointer.h
psol/include/third_party/icu/source/common/unicode/utf32.h
psol/include/third_party/icu/source/common/punycode.h
psol/include/third_party/icu/source/common/uset_imp.h
psol/include/third_party/icu/source/common/udatamem.h
psol/include/third_party/icu/source/common/ucnv_ext.h
psol/include/third_party/icu/source/common/utrie.h
psol/include/third_party/icu/source/common/normalizer2impl.h
psol/include/third_party/icu/source/common/utracimp.h
psol/include/third_party/icu/source/common/ustr_cnv.h
psol/include/third_party/icu/source/common/servloc.h
psol/include/third_party/icu/source/common/rbbiscan.h
psol/include/third_party/icu/source/common/hash.h
psol/include/third_party/icu/source/common/servnotf.h
psol/include/third_party/icu/source/common/util.h
psol/include/third_party/icu/source/common/ucln.h
psol/include/third_party/icu/source/common/ucln_imp.h
psol/include/third_party/icu/source/common/triedict.h
psol/include/third_party/icu/source/common/msvcres.h
psol/include/third_party/icu/source/common/utrie2_impl.h
psol/include/third_party/icu/source/common/charstr.h
psol/include/third_party/icu/source/common/uresdata.h
psol/include/third_party/icu/source/common/rbbirpt.h
psol/include/third_party/icu/source/common/ubidiimp.h
psol/include/third_party/icu/source/common/umutex.h
psol/include/third_party/icu/source/common/ucnv_imp.h
psol/include/third_party/icu/source/common/rbbirb.h
psol/include/third_party/icu/source/common/ucase.h
psol/include/third_party/icu/source/common/ucnv_io.h
psol/include/third_party/icu/source/common/cstring.h
psol/include/third_party/icu/source/common/locmap.h
psol/include/third_party/icu/source/common/rbbidata.h
psol/include/third_party/icu/source/common/ucnv_bld.h
psol/include/third_party/icu/source/common/ulocimp.h
psol/include/third_party/icu/source/common/uhash.h
psol/include/third_party/icu/source/common/icuplugimp.h
psol/include/third_party/icu/source/common/uvector.h
psol/include/third_party/icu/source/common/unorm_it.h
psol/include/third_party/icu/source/common/locbased.h
psol/include/third_party/icu/source/common/uinvchar.h
psol/include/third_party/icu/source/common/udataswp.h
psol/include/third_party/icu/source/common/propsvec.h
psol/include/third_party/icu/source/common/uarrsort.h
psol/include/third_party/icu/source/common/localsvc.h
psol/include/third_party/icu/source/common/utrie2.h
psol/include/third_party/icu/source/common/rbbisetb.h
psol/include/third_party/icu/source/common/ustrenum.h
psol/include/third_party/icu/source/common/uassert.h
psol/include/third_party/icu/source/common/ustrfmt.h
psol/include/third_party/icu/source/common/dictbe.h
psol/include/third_party/icu/source/common/locutil.h
psol/include/third_party/icu/source/common/putilimp.h
psol/include/third_party/icu/source/common/ucol_swp.h
psol/include/third_party/icu/source/common/usc_impl.h
psol/include/third_party/icu/source/common/uresimp.h
psol/include/third_party/icu/source/common/brkeng.h
psol/include/third_party/icu/source/common/unisetspan.h
psol/include/third_party/icu/source/common/rbbitblb.h
psol/include/third_party/icu/source/common/uvectr32.h
psol/include/third_party/icu/source/common/bmpset.h
psol/include/third_party/icu/source/common/ucnv_cnv.h
psol/include/third_party/icu/source/common/uvectr64.h
psol/include/third_party/icu/source/common/ustr_imp.h
psol/include/third_party/icu/source/common/propname.h
psol/include/third_party/icu/source/common/sprpimpl.h
psol/include/third_party/icu/source/common/ureslocs.h
psol/include/third_party/icu/source/common/umapfile.h
psol/include/third_party/icu/source/common/ubrkimpl.h
psol/include/third_party/icu/source/common/cmemory.h
psol/include/third_party/icu/source/common/unormimp.h
psol/include/third_party/icu/source/common/uenumimp.h
psol/include/third_party/icu/source/common/ubidi_props.h
psol/include/third_party/icu/source/common/ucnvmbcs.h
psol/include/third_party/icu/source/common/ucmndata.h
psol/include/third_party/icu/source/common/cpputils.h
psol/include/third_party/icu/source/common/ruleiter.h
psol/include/third_party/icu/source/common/ucln_cmn.h
psol/include/third_party/icu/source/common/cwchar.h
psol/include/third_party/icu/source/common/ulist.h
psol/include/third_party/icu/source/common/wintz.h
psol/include/third_party/icu/source/i18n/
psol/include/third_party/icu/source/i18n/vzone.h
psol/include/third_party/icu/source/i18n/ucurrimp.h
psol/include/third_party/icu/source/i18n/wintzimpl.h
psol/include/third_party/icu/source/i18n/rbt_rule.h
psol/include/third_party/icu/source/i18n/casetrn.h
psol/include/third_party/icu/source/i18n/anytrans.h
psol/include/third_party/icu/source/i18n/nfrule.h
psol/include/third_party/icu/source/i18n/dtitv_impl.h
psol/include/third_party/icu/source/i18n/indiancal.h
psol/include/third_party/icu/source/i18n/regeximp.h
psol/include/third_party/icu/source/i18n/regexcst.h
psol/include/third_party/icu/source/i18n/uspoof_impl.h
psol/include/third_party/icu/source/i18n/tolowtrn.h
psol/include/third_party/icu/source/i18n/uspoof_conf.h
psol/include/third_party/icu/source/i18n/unicode/
psol/include/third_party/icu/source/i18n/unicode/coll.h
psol/include/third_party/icu/source/i18n/unicode/calendar.h
psol/include/third_party/icu/source/i18n/unicode/choicfmt.h
psol/include/third_party/icu/source/i18n/unicode/dtptngen.h
psol/include/third_party/icu/source/i18n/unicode/ucoleitr.h
psol/include/third_party/icu/source/i18n/unicode/datefmt.h
psol/include/third_party/icu/source/i18n/unicode/measfmt.h
psol/include/third_party/icu/source/i18n/unicode/rbtz.h
psol/include/third_party/icu/source/i18n/unicode/decimfmt.h
psol/include/third_party/icu/source/i18n/unicode/msgfmt.h
psol/include/third_party/icu/source/i18n/unicode/bmsearch.h
psol/include/third_party/icu/source/i18n/unicode/numfmt.h
psol/include/third_party/icu/source/i18n/unicode/ucsdet.h
psol/include/third_party/icu/source/i18n/unicode/ucal.h
psol/include/third_party/icu/source/i18n/unicode/sortkey.h
psol/include/third_party/icu/source/i18n/unicode/curramt.h
psol/include/third_party/icu/source/i18n/unicode/timezone.h
psol/include/third_party/icu/source/i18n/unicode/numsys.h
psol/include/third_party/icu/source/i18n/unicode/measure.h
psol/include/third_party/icu/source/i18n/unicode/fmtable.h
psol/include/third_party/icu/source/i18n/unicode/fieldpos.h
psol/include/third_party/icu/source/i18n/unicode/dtrule.h
psol/include/third_party/icu/source/i18n/unicode/plurfmt.h
psol/include/third_party/icu/source/i18n/unicode/translit.h
psol/include/third_party/icu/source/i18n/unicode/smpdtfmt.h
psol/include/third_party/icu/source/i18n/unicode/umsg.h
psol/include/third_party/icu/source/i18n/unicode/tblcoll.h
psol/include/third_party/icu/source/i18n/unicode/rbnf.h
psol/include/third_party/icu/source/i18n/unicode/vtzone.h
psol/include/third_party/icu/source/i18n/unicode/dcfmtsym.h
psol/include/third_party/icu/source/i18n/unicode/tzrule.h
psol/include/third_party/icu/source/i18n/unicode/fpositer.h
psol/include/third_party/icu/source/i18n/unicode/unirepl.h
psol/include/third_party/icu/source/i18n/unicode/selfmt.h
psol/include/third_party/icu/source/i18n/unicode/uldnames.h
psol/include/third_party/icu/source/i18n/unicode/uspoof.h
psol/include/third_party/icu/source/i18n/unicode/tztrans.h
psol/include/third_party/icu/source/i18n/unicode/colldata.h
psol/include/third_party/icu/source/i18n/unicode/locdspnm.h
psol/include/third_party/icu/source/i18n/unicode/stsearch.h
psol/include/third_party/icu/source/i18n/unicode/udat.h
psol/include/third_party/icu/source/i18n/unicode/ucurr.h
psol/include/third_party/icu/source/i18n/unicode/format.h
psol/include/third_party/icu/source/i18n/unicode/basictz.h
psol/include/third_party/icu/source/i18n/unicode/usearch.h
psol/include/third_party/icu/source/i18n/unicode/tmutfmt.h
psol/include/third_party/icu/source/i18n/unicode/tmunit.h
psol/include/third_party/icu/source/i18n/unicode/unum.h
psol/include/third_party/icu/source/i18n/unicode/dtitvinf.h
psol/include/third_party/icu/source/i18n/unicode/measunit.h
psol/include/third_party/icu/source/i18n/unicode/regex.h
psol/include/third_party/icu/source/i18n/unicode/gregocal.h
psol/include/third_party/icu/source/i18n/unicode/utmscale.h
psol/include/third_party/icu/source/i18n/unicode/uregex.h
psol/include/third_party/icu/source/i18n/unicode/utrans.h
psol/include/third_party/icu/source/i18n/unicode/dtitvfmt.h
psol/include/third_party/icu/source/i18n/unicode/coleitr.h
psol/include/third_party/icu/source/i18n/unicode/udatpg.h
psol/include/third_party/icu/source/i18n/unicode/currpinf.h
psol/include/third_party/icu/source/i18n/unicode/tmutamt.h
psol/include/third_party/icu/source/i18n/unicode/simpletz.h
psol/include/third_party/icu/source/i18n/unicode/ucol.h
psol/include/third_party/icu/source/i18n/unicode/currunit.h
psol/include/third_party/icu/source/i18n/unicode/plurrule.h
psol/include/third_party/icu/source/i18n/unicode/ulocdata.h
psol/include/third_party/icu/source/i18n/unicode/search.h
psol/include/third_party/icu/source/i18n/unicode/bms.h
psol/include/third_party/icu/source/i18n/unicode/dtfmtsym.h
psol/include/third_party/icu/source/i18n/inputext.h
psol/include/third_party/icu/source/i18n/cpdtrans.h
psol/include/third_party/icu/source/i18n/csrucode.h
psol/include/third_party/icu/source/i18n/ucol_elm.h
psol/include/third_party/icu/source/i18n/bocsu.h
psol/include/third_party/icu/source/i18n/zonemeta.h
psol/include/third_party/icu/source/i18n/ucol_bld.h
psol/include/third_party/icu/source/i18n/funcrepl.h
psol/include/third_party/icu/source/i18n/ucol_tok.h
psol/include/third_party/icu/source/i18n/astro.h
psol/include/third_party/icu/source/i18n/rbt_set.h
psol/include/third_party/icu/source/i18n/toupptrn.h
psol/include/third_party/icu/source/i18n/nfsubs.h
psol/include/third_party/icu/source/i18n/csrmbcs.h
psol/include/third_party/icu/source/i18n/esctrn.h
psol/include/third_party/icu/source/i18n/zstrfmt.h
psol/include/third_party/icu/source/i18n/regexcmp.h
psol/include/third_party/icu/source/i18n/strmatch.h
psol/include/third_party/icu/source/i18n/csrecog.h
psol/include/third_party/icu/source/i18n/digitlst.h
psol/include/third_party/icu/source/i18n/windtfmt.h
psol/include/third_party/icu/source/i18n/msgfmt_impl.h
psol/include/third_party/icu/source/i18n/reldtfmt.h
psol/include/third_party/icu/source/i18n/chnsecal.h
psol/include/third_party/icu/source/i18n/buddhcal.h
psol/include/third_party/icu/source/i18n/currfmt.h
psol/include/third_party/icu/source/i18n/ucol_wgt.h
psol/include/third_party/icu/source/i18n/uni2name.h
psol/include/third_party/icu/source/i18n/decContext.h
psol/include/third_party/icu/source/i18n/usrchimp.h
psol/include/third_party/icu/source/i18n/remtrans.h
psol/include/third_party/icu/source/i18n/tridpars.h
psol/include/third_party/icu/source/i18n/umsg_imp.h
psol/include/third_party/icu/source/i18n/regexst.h
psol/include/third_party/icu/source/i18n/ucln_in.h
psol/include/third_party/icu/source/i18n/zrule.h
psol/include/third_party/icu/source/i18n/winnmfmt.h
psol/include/third_party/icu/source/i18n/name2uni.h
psol/include/third_party/icu/source/i18n/brktrans.h
psol/include/third_party/icu/source/i18n/islamcal.h
psol/include/third_party/icu/source/i18n/decNumber.h
psol/include/third_party/icu/source/i18n/hebrwcal.h
psol/include/third_party/icu/source/i18n/regextxt.h
psol/include/third_party/icu/source/i18n/dtptngen_impl.h
psol/include/third_party/icu/source/i18n/cecal.h
psol/include/third_party/icu/source/i18n/plurrule_impl.h
psol/include/third_party/icu/source/i18n/taiwncal.h
psol/include/third_party/icu/source/i18n/ethpccal.h
psol/include/third_party/icu/source/i18n/csmatch.h
psol/include/third_party/icu/source/i18n/nultrans.h
psol/include/third_party/icu/source/i18n/selfmtimpl.h
psol/include/third_party/icu/source/i18n/rbt_data.h
psol/include/third_party/icu/source/i18n/decNumberLocal.h
psol/include/third_party/icu/source/i18n/transreg.h
psol/include/third_party/icu/source/i18n/ucol_cnt.h
psol/include/third_party/icu/source/i18n/ucol_imp.h
psol/include/third_party/icu/source/i18n/nfrs.h
psol/include/third_party/icu/source/i18n/csr2022.h
psol/include/third_party/icu/source/i18n/uspoof_wsconf.h
psol/include/third_party/icu/source/i18n/olsontz.h
psol/include/third_party/icu/source/i18n/quant.h
psol/include/third_party/icu/source/i18n/unesctrn.h
psol/include/third_party/icu/source/i18n/ztrans.h
psol/include/third_party/icu/source/i18n/csrsbcs.h
psol/include/third_party/icu/source/i18n/csdetect.h
psol/include/third_party/icu/source/i18n/rbt_pars.h
psol/include/third_party/icu/source/i18n/coptccal.h
psol/include/third_party/icu/source/i18n/persncal.h
psol/include/third_party/icu/source/i18n/fphdlimp.h
psol/include/third_party/icu/source/i18n/titletrn.h
psol/include/third_party/icu/source/i18n/nfrlist.h
psol/include/third_party/icu/source/i18n/nortrans.h
psol/include/third_party/icu/source/i18n/csrutf8.h
psol/include/third_party/icu/source/i18n/gregoimp.h
psol/include/third_party/icu/source/i18n/rbt.h
psol/include/third_party/icu/source/i18n/strrepl.h
psol/include/third_party/icu/source/i18n/japancal.h
psol/include/third_party/icu/source/layout/
psol/include/third_party/icu/source/layout/PairPositioningSubtables.h
psol/include/third_party/icu/source/layout/DeviceTables.h
psol/include/third_party/icu/source/layout/LigatureSubstSubtables.h
psol/include/third_party/icu/source/layout/SubstitutionLookups.h
psol/include/third_party/icu/source/layout/GlyphLookupTables.h
psol/include/third_party/icu/source/layout/LEGlyphFilter.h
psol/include/third_party/icu/source/layout/NonContextualGlyphSubstProc.h
psol/include/third_party/icu/source/layout/AlternateSubstSubtables.h
psol/include/third_party/icu/source/layout/SingleTableProcessor.h
psol/include/third_party/icu/source/layout/LETypes.h
psol/include/third_party/icu/source/layout/LEScripts.h
psol/include/third_party/icu/source/layout/KernTable.h
psol/include/third_party/icu/source/layout/MarkArrays.h
psol/include/third_party/icu/source/layout/ThaiShaping.h
psol/include/third_party/icu/source/layout/loengine.h
psol/include/third_party/icu/source/layout/CoverageTables.h
psol/include/third_party/icu/source/layout/KhmerReordering.h
psol/include/third_party/icu/source/layout/GlyphPosnLookupProc.h
psol/include/third_party/icu/source/layout/ContextualGlyphSubstProc.h
psol/include/third_party/icu/source/layout/LEInsertionList.h
psol/include/third_party/icu/source/layout/IndicLayoutEngine.h
psol/include/third_party/icu/source/layout/IndicRearrangement.h
psol/include/third_party/icu/source/layout/MarkToBasePosnSubtables.h
psol/include/third_party/icu/source/layout/GlyphIterator.h
psol/include/third_party/icu/source/layout/AttachmentPosnSubtables.h
psol/include/third_party/icu/source/layout/LELanguages.h
psol/include/third_party/icu/source/layout/SingleSubstitutionSubtables.h
psol/include/third_party/icu/source/layout/LookupTables.h
psol/include/third_party/icu/source/layout/SubtableProcessor.h
psol/include/third_party/icu/source/layout/SegmentArrayProcessor.h
psol/include/third_party/icu/source/layout/ArabicLayoutEngine.h
psol/include/third_party/icu/source/layout/HanLayoutEngine.h
psol/include/third_party/icu/source/layout/TrimmedArrayProcessor.h
psol/include/third_party/icu/source/layout/KhmerLayoutEngine.h
psol/include/third_party/icu/source/layout/ContextualSubstSubtables.h
psol/include/third_party/icu/source/layout/LayoutEngine.h
psol/include/third_party/icu/source/layout/GlyphSubstitutionTables.h
psol/include/third_party/icu/source/layout/CharSubstitutionFilter.h
psol/include/third_party/icu/source/layout/GXLayoutEngine.h
psol/include/third_party/icu/source/layout/GlyphDefinitionTables.h
psol/include/third_party/icu/source/layout/ScriptAndLanguage.h
psol/include/third_party/icu/source/layout/SimpleArrayProcessor.h
psol/include/third_party/icu/source/layout/ExtensionSubtables.h
psol/include/third_party/icu/source/layout/TibetanReordering.h
psol/include/third_party/icu/source/layout/LayoutTables.h
psol/include/third_party/icu/source/layout/CursiveAttachmentSubtables.h
psol/include/third_party/icu/source/layout/MPreFixups.h
psol/include/third_party/icu/source/layout/LigatureSubstitution.h
psol/include/third_party/icu/source/layout/LESwaps.h
psol/include/third_party/icu/source/layout/ContextualGlyphInsertion.h
psol/include/third_party/icu/source/layout/ClassDefinitionTables.h
psol/include/third_party/icu/source/layout/ValueRecords.h
psol/include/third_party/icu/source/layout/LookupProcessor.h
psol/include/third_party/icu/source/layout/LEFontInstance.h
psol/include/third_party/icu/source/layout/GlyphPositionAdjustments.h
psol/include/third_party/icu/source/layout/ThaiLayoutEngine.h
psol/include/third_party/icu/source/layout/StateTableProcessor.h
psol/include/third_party/icu/source/layout/MarkToMarkPosnSubtables.h
psol/include/third_party/icu/source/layout/IndicRearrangementProcessor.h
psol/include/third_party/icu/source/layout/ArabicShaping.h
psol/include/third_party/icu/source/layout/GlyphSubstLookupProc.h
psol/include/third_party/icu/source/layout/OpenTypeLayoutEngine.h
psol/include/third_party/icu/source/layout/MorphStateTables.h
psol/include/third_party/icu/source/layout/AnchorTables.h
psol/include/third_party/icu/source/layout/LigatureSubstProc.h
psol/include/third_party/icu/source/layout/GlyphPositioningTables.h
psol/include/third_party/icu/source/layout/ICUFeatures.h
psol/include/third_party/icu/source/layout/LEGlyphStorage.h
psol/include/third_party/icu/source/layout/OpenTypeTables.h
psol/include/third_party/icu/source/layout/IndicReordering.h
psol/include/third_party/icu/source/layout/SinglePositioningSubtables.h
psol/include/third_party/icu/source/layout/MarkToLigaturePosnSubtables.h
psol/include/third_party/icu/source/layout/GDEFMarkFilter.h
psol/include/third_party/icu/source/layout/Lookups.h
psol/include/third_party/icu/source/layout/MorphTables.h
psol/include/third_party/icu/source/layout/OpenTypeUtilities.h
psol/include/third_party/icu/source/layout/DefaultCharMapper.h
psol/include/third_party/icu/source/layout/MultipleSubstSubtables.h
psol/include/third_party/icu/source/layout/ContextualGlyphSubstitution.h
psol/include/third_party/icu/source/layout/CanonShaping.h
psol/include/third_party/icu/source/layout/StateTables.h
psol/include/third_party/icu/source/layout/HangulLayoutEngine.h
psol/include/third_party/icu/source/layout/ScriptAndLanguageTags.h
psol/include/third_party/icu/source/layout/TibetanLayoutEngine.h
psol/include/third_party/icu/source/layout/SegmentSingleProcessor.h
psol/include/third_party/icu/source/layout/NonContextualGlyphSubst.h
psol/include/third_party/libjpeg_turbo/
psol/include/third_party/libjpeg_turbo/src/
psol/include/third_party/libjpeg_turbo/src/jdhuff.h
psol/include/third_party/libjpeg_turbo/src/jdct.h
psol/include/third_party/libjpeg_turbo/src/jdmaster.h
psol/include/third_party/libjpeg_turbo/src/jconfig.h
psol/include/third_party/libjpeg_turbo/src/jversion.h
psol/include/third_party/libjpeg_turbo/src/jconfigint.h
psol/include/third_party/libjpeg_turbo/src/cderror.h
psol/include/third_party/libjpeg_turbo/src/jmemsys.h
psol/include/third_party/libjpeg_turbo/src/jpegcomp.h
psol/include/third_party/libjpeg_turbo/src/jchuff.h
psol/include/third_party/libjpeg_turbo/src/simd/
psol/include/third_party/libjpeg_turbo/src/simd/jcsample.h
psol/include/third_party/libjpeg_turbo/src/simd/jsimd_mips_dspr2_asm.h
psol/include/third_party/libjpeg_turbo/src/simd/jsimd_altivec.h
psol/include/third_party/libjpeg_turbo/src/simd/jsimd.h
psol/include/third_party/libjpeg_turbo/src/simd/jsimdcfg.inc.h
psol/include/third_party/libjpeg_turbo/src/jdsample.h
psol/include/third_party/libjpeg_turbo/src/jsimd.h
psol/include/third_party/libjpeg_turbo/src/wrppm.h
psol/include/third_party/libjpeg_turbo/src/jinclude.h
psol/include/third_party/libjpeg_turbo/src/transupp.h
psol/include/third_party/libjpeg_turbo/src/jpeglibmangler.h
psol/include/third_party/libjpeg_turbo/src/cdjpeg.h
psol/include/third_party/libjpeg_turbo/src/jpegint.h
psol/include/third_party/libjpeg_turbo/src/jdcoefct.h
psol/include/third_party/libjpeg_turbo/src/turbojpeg.h
psol/include/third_party/libjpeg_turbo/src/jmorecfg.h
psol/include/third_party/libjpeg_turbo/src/jdmainct.h
psol/include/third_party/libjpeg_turbo/src/jpeg_nbits_table.h
psol/include/third_party/libjpeg_turbo/src/bmp.h
psol/include/third_party/libjpeg_turbo/src/tjutil.h
psol/include/third_party/libjpeg_turbo/src/jsimddct.h
psol/include/third_party/libjpeg_turbo/src/jpeglib.h
psol/include/third_party/libjpeg_turbo/src/jerror.h
psol/include/third_party/libjpeg_turbo/yasm/
psol/include/third_party/libjpeg_turbo/yasm/source/
psol/include/third_party/libjpeg_turbo/yasm/source/config/
psol/include/third_party/libjpeg_turbo/yasm/source/config/linux/
psol/include/third_party/libjpeg_turbo/yasm/source/config/linux/libyasm-stdint.h
psol/include/third_party/libjpeg_turbo/yasm/source/config/linux/config.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/tools/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/tools/genperf/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/tools/genperf/standard.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/tools/genperf/perfect.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/tools/re2c/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/tools/re2c/substr.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/tools/re2c/re.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/tools/re2c/dfa.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/tools/re2c/token.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/tools/re2c/parse.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/tools/re2c/parser.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/tools/re2c/globals.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/tools/re2c/basics.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/tools/re2c/mbo_getopt.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/tools/re2c/ins.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/tools/re2c/scanner.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/util.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/Mkfiles/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/Mkfiles/vc9/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/Mkfiles/vc9/libyasm-stdint.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/Mkfiles/vc9/config.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/Mkfiles/dj/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/Mkfiles/dj/libyasm-stdint.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/Mkfiles/dj/config.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/file.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/value.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/phash.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/expr.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/inttree.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/md5.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/linemap.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/module.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/listfmt.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/insn.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/floatnum.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/errwarn.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/hamt.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/intnum.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/objfmt.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/valparam.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/bytecode.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/assocdat.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/bitvect.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/compat-queue.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/arch.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/coretype.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/symrec.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/preproc.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/parser.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/section.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/libyasm/dbgfmt.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/preprocs/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/preprocs/nasm/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/preprocs/nasm/nasm-pp.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/preprocs/nasm/nasmlib.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/preprocs/nasm/nasm.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/preprocs/nasm/nasm-eval.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/parsers/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/parsers/gas/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/parsers/gas/gas-parser.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/parsers/nasm/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/parsers/nasm/nasm-parser-struct.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/parsers/nasm/nasm-parser.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/arch/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/arch/x86/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/arch/x86/x86arch.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/arch/lc3b/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/arch/lc3b/lc3barch.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/objfmts/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/objfmts/coff/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/objfmts/coff/coff-objfmt.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/objfmts/elf/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/objfmts/elf/elf.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/objfmts/elf/elf-machine.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/dbgfmts/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/dbgfmts/codeview/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/modules/dbgfmts/codeview/cv-dbgfmt.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/frontends/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/frontends/yasm/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/frontends/yasm/yasm-options.h
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/frontends/tasm/
psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/frontends/tasm/tasm-options.h
psol/include/third_party/libpng/
psol/include/third_party/libpng/src/
psol/include/third_party/libpng/src/png.h
psol/include/third_party/libpng/src/pngconf.h
psol/include/third_party/libpng/src/contrib/
psol/include/third_party/libpng/src/contrib/visupng/
psol/include/third_party/libpng/src/contrib/visupng/PngFile.h
psol/include/third_party/libpng/src/contrib/visupng/resource.h
psol/include/third_party/libpng/src/contrib/visupng/cexcept.h
psol/include/third_party/libpng/src/contrib/gregbook/
psol/include/third_party/libpng/src/contrib/gregbook/readpng.h
psol/include/third_party/libpng/src/contrib/gregbook/readpng2.h
psol/include/third_party/libpng/src/contrib/gregbook/writepng.h
psol/include/third_party/libpng/src/contrib/pngminim/
psol/include/third_party/libpng/src/contrib/pngminim/preader/
psol/include/third_party/libpng/src/contrib/pngminim/preader/pngusr.h
psol/include/third_party/libpng/src/contrib/pngminim/decoder/
psol/include/third_party/libpng/src/contrib/pngminim/decoder/pngusr.h
psol/include/third_party/libpng/src/contrib/pngminim/encoder/
psol/include/third_party/libpng/src/contrib/pngminim/encoder/pngusr.h
psol/include/third_party/giflib/
psol/include/third_party/giflib/lib/
psol/include/third_party/giflib/lib/getarg.h
psol/include/third_party/giflib/lib/gif_lib_private.h
psol/include/third_party/giflib/lib/gif_lib.h
psol/include/third_party/giflib/lib/gif_hash.h
psol/include/third_party/giflib/windows/
psol/include/third_party/giflib/windows/gifshow.h
psol/include/third_party/giflib/windows/resource.h
psol/include/third_party/giflib/windows/StdAfx.h
psol/include/third_party/giflib/windows/GifWin.h
psol/include/testing/
psol/include/testing/gmock/
psol/include/testing/gmock/test/
psol/include/testing/gmock/test/gmock_link_test.h
psol/include/testing/gmock/include/
psol/include/testing/gmock/include/gmock/
psol/include/testing/gmock/include/gmock/gmock-more-actions.h
psol/include/testing/gmock/include/gmock/gmock-generated-nice-strict.h
psol/include/testing/gmock/include/gmock/gmock.h
psol/include/testing/gmock/include/gmock/gmock-more-matchers.h
psol/include/testing/gmock/include/gmock/gmock-generated-matchers.h
psol/include/testing/gmock/include/gmock/gmock-actions.h
psol/include/testing/gmock/include/gmock/gmock-spec-builders.h
psol/include/testing/gmock/include/gmock/gmock-generated-actions.h
psol/include/testing/gmock/include/gmock/internal/
psol/include/testing/gmock/include/gmock/internal/gmock-generated-internal-utils.h
psol/include/testing/gmock/include/gmock/internal/gmock-port.h
psol/include/testing/gmock/include/gmock/internal/gmock-internal-utils.h
psol/include/testing/gmock/include/gmock/gmock-cardinalities.h
psol/include/testing/gmock/include/gmock/gmock-generated-function-mockers.h
psol/include/testing/gmock/include/gmock/gmock-matchers.h
psol/include/testing/multiprocess_func_list.h
psol/include/testing/platform_test.h
psol/include/testing/android/
psol/include/testing/android/native_test_util.h
psol/include/testing/perf/
psol/include/testing/perf/perf_test.h
psol/include/testing/gmock_mutant.h
psol/include/testing/gtest/
psol/include/testing/gtest/xcode/
psol/include/testing/gtest/xcode/Samples/
psol/include/testing/gtest/xcode/Samples/FrameworkSample/
psol/include/testing/gtest/xcode/Samples/FrameworkSample/widget.h
psol/include/testing/gtest/test/
psol/include/testing/gtest/test/gtest-param-test_test.h
psol/include/testing/gtest/test/production.h
psol/include/testing/gtest/test/gtest-typed-test_test.h
psol/include/testing/gtest/src/
psol/include/testing/gtest/src/gtest-internal-inl.h
psol/include/testing/gtest/samples/
psol/include/testing/gtest/samples/sample4.h
psol/include/testing/gtest/samples/sample1.h
psol/include/testing/gtest/samples/prime_tables.h
psol/include/testing/gtest/samples/sample2.h
psol/include/testing/gtest/samples/sample3-inl.h
psol/include/testing/gtest/include/
psol/include/testing/gtest/include/gtest/
psol/include/testing/gtest/include/gtest/gtest-param-test.h
psol/include/testing/gtest/include/gtest/gtest-spi.h
psol/include/testing/gtest/include/gtest/gtest-death-test.h
psol/include/testing/gtest/include/gtest/gtest.h
psol/include/testing/gtest/include/gtest/gtest_pred_impl.h
psol/include/testing/gtest/include/gtest/gtest-typed-test.h
psol/include/testing/gtest/include/gtest/gtest-printers.h
psol/include/testing/gtest/include/gtest/gtest_prod.h
psol/include/testing/gtest/include/gtest/internal/
psol/include/testing/gtest/include/gtest/internal/gtest-tuple.h
psol/include/testing/gtest/include/gtest/internal/gtest-internal.h
psol/include/testing/gtest/include/gtest/internal/gtest-filepath.h
psol/include/testing/gtest/include/gtest/internal/gtest-param-util-generated.h
psol/include/testing/gtest/include/gtest/internal/gtest-string.h
psol/include/testing/gtest/include/gtest/internal/gtest-port.h
psol/include/testing/gtest/include/gtest/internal/gtest-death-test-internal.h
psol/include/testing/gtest/include/gtest/internal/gtest-type-util.h
psol/include/testing/gtest/include/gtest/internal/gtest-param-util.h
psol/include/testing/gtest/include/gtest/internal/gtest-linked_ptr.h
psol/include/testing/gtest/include/gtest/gtest-test-part.h
psol/include/testing/gtest/include/gtest/gtest-message.h
psol/include/testing/gtest_mac.h
psol/include/out/
psol/include/out/Debug/
psol/include/out/Debug/obj/
psol/include/out/Debug/obj/gen/
psol/include/out/Debug/obj/gen/net/
psol/include/out/Debug/obj/gen/net/instaweb/
psol/include/out/Debug/obj/gen/net/instaweb/public/
psol/include/out/Debug/obj/gen/net/instaweb/public/version.h
psol/include/out/Debug/obj/gen/data2c_out/
psol/include/out/Debug/obj/gen/data2c_out/instaweb/
psol/include/out/Debug/obj/gen/data2c_out/instaweb/pagespeed/
psol/include/out/Debug/obj/gen/data2c_out/instaweb/pagespeed/system/
psol/include/out/Debug/obj/gen/data2c_out/instaweb/pagespeed/system/console_css_out.cc
psol/include/out/Debug/obj/gen/registry_tables_generator_out/
psol/include/out/Debug/obj/gen/registry_tables_generator_out/registry_tables_genfiles/
psol/include/out/Debug/obj/gen/registry_tables_generator_out/registry_tables_genfiles/test_registry_tables.h
psol/include/out/Debug/obj/gen/registry_tables_generator_out/registry_tables_genfiles/registry_tables.h
psol/include/out/Debug/obj/gen/protoc_out/
psol/include/out/Debug/obj/gen/protoc_out/instaweb/
psol/include/out/Debug/obj/gen/protoc_out/instaweb/pagespeed/
psol/include/out/Debug/obj/gen/protoc_out/instaweb/pagespeed/kernel/
psol/include/out/Debug/obj/gen/protoc_out/instaweb/pagespeed/kernel/sharedmem/
psol/include/out/Debug/obj/gen/protoc_out/instaweb/pagespeed/kernel/sharedmem/shared_mem_cache_snapshot.pb.h
psol/include/out/Debug/obj/gen/protoc_out/instaweb/pagespeed/kernel/http/
psol/include/out/Debug/obj/gen/protoc_out/instaweb/pagespeed/kernel/http/image_types.pb.h
psol/include/out/Debug/obj/gen/protoc_out/instaweb/pagespeed/kernel/http/http.pb.h
psol/include/out/Debug/obj/gen/protoc_out/instaweb/pagespeed/opt/
psol/include/out/Debug/obj/gen/protoc_out/instaweb/pagespeed/opt/logging/
psol/include/out/Debug/obj/gen/protoc_out/instaweb/pagespeed/opt/logging/logging.pb.h
psol/include/out/Debug/obj/gen/protoc_out/instaweb/pagespeed/opt/logging/enums.pb.h
psol/include/out/Debug/obj/gen/protoc_out/instaweb/pagespeed/opt/http/
psol/include/out/Debug/obj/gen/protoc_out/instaweb/pagespeed/opt/http/property_cache.pb.h
psol/include/out/Debug/obj/gen/protoc_out/instaweb/net/
psol/include/out/Debug/obj/gen/protoc_out/instaweb/net/instaweb/
psol/include/out/Debug/obj/gen/protoc_out/instaweb/net/instaweb/spriter/
psol/include/out/Debug/obj/gen/protoc_out/instaweb/net/instaweb/spriter/public/
psol/include/out/Debug/obj/gen/protoc_out/instaweb/net/instaweb/spriter/public/image_spriter.pb.h
psol/include/out/Debug/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/
psol/include/out/Debug/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/static_asset_config.pb.h
psol/include/out/Debug/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/mobilize_cached.pb.h
psol/include/out/Debug/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/critical_css.pb.h
psol/include/out/Debug/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/critical_images.pb.h
psol/include/out/Debug/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/flush_early.pb.h
psol/include/out/Debug/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/mobilize_menu.pb.h
psol/include/out/Debug/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/cached_result.pb.h
psol/include/out/Debug/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/critical_line_info.pb.h
psol/include/out/Debug/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/critical_keys.pb.h
psol/include/out/Debug/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/rendered_image.pb.h
psol/include/out/Debug/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/mobilize_labeling.pb.h
psol/include/out/Debug/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/cache_html_info.pb.h
psol/include/out/Release/
psol/include/out/Release/obj/
psol/include/out/Release/obj/gen/
psol/include/out/Release/obj/gen/net/
psol/include/out/Release/obj/gen/net/instaweb/
psol/include/out/Release/obj/gen/net/instaweb/public/
psol/include/out/Release/obj/gen/net/instaweb/public/version.h
psol/include/out/Release/obj/gen/data2c_out/
psol/include/out/Release/obj/gen/data2c_out/instaweb/
psol/include/out/Release/obj/gen/data2c_out/instaweb/pagespeed/
psol/include/out/Release/obj/gen/data2c_out/instaweb/pagespeed/system/
psol/include/out/Release/obj/gen/data2c_out/instaweb/pagespeed/system/console_css_out.cc
psol/include/out/Release/obj/gen/registry_tables_generator_out/
psol/include/out/Release/obj/gen/registry_tables_generator_out/registry_tables_genfiles/
psol/include/out/Release/obj/gen/registry_tables_generator_out/registry_tables_genfiles/test_registry_tables.h
psol/include/out/Release/obj/gen/registry_tables_generator_out/registry_tables_genfiles/registry_tables.h
psol/include/out/Release/obj/gen/protoc_out/
psol/include/out/Release/obj/gen/protoc_out/instaweb/
psol/include/out/Release/obj/gen/protoc_out/instaweb/pagespeed/
psol/include/out/Release/obj/gen/protoc_out/instaweb/pagespeed/kernel/
psol/include/out/Release/obj/gen/protoc_out/instaweb/pagespeed/kernel/sharedmem/
psol/include/out/Release/obj/gen/protoc_out/instaweb/pagespeed/kernel/sharedmem/shared_mem_cache_snapshot.pb.h
psol/include/out/Release/obj/gen/protoc_out/instaweb/pagespeed/kernel/http/
psol/include/out/Release/obj/gen/protoc_out/instaweb/pagespeed/kernel/http/image_types.pb.h
psol/include/out/Release/obj/gen/protoc_out/instaweb/pagespeed/kernel/http/http.pb.h
psol/include/out/Release/obj/gen/protoc_out/instaweb/pagespeed/opt/
psol/include/out/Release/obj/gen/protoc_out/instaweb/pagespeed/opt/logging/
psol/include/out/Release/obj/gen/protoc_out/instaweb/pagespeed/opt/logging/logging.pb.h
psol/include/out/Release/obj/gen/protoc_out/instaweb/pagespeed/opt/logging/enums.pb.h
psol/include/out/Release/obj/gen/protoc_out/instaweb/pagespeed/opt/http/
psol/include/out/Release/obj/gen/protoc_out/instaweb/pagespeed/opt/http/property_cache.pb.h
psol/include/out/Release/obj/gen/protoc_out/instaweb/net/
psol/include/out/Release/obj/gen/protoc_out/instaweb/net/instaweb/
psol/include/out/Release/obj/gen/protoc_out/instaweb/net/instaweb/spriter/
psol/include/out/Release/obj/gen/protoc_out/instaweb/net/instaweb/spriter/public/
psol/include/out/Release/obj/gen/protoc_out/instaweb/net/instaweb/spriter/public/image_spriter.pb.h
psol/include/out/Release/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/
psol/include/out/Release/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/static_asset_config.pb.h
psol/include/out/Release/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/mobilize_cached.pb.h
psol/include/out/Release/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/critical_css.pb.h
psol/include/out/Release/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/critical_images.pb.h
psol/include/out/Release/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/flush_early.pb.h
psol/include/out/Release/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/mobilize_menu.pb.h
psol/include/out/Release/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/cached_result.pb.h
psol/include/out/Release/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/critical_line_info.pb.h
psol/include/out/Release/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/critical_keys.pb.h
psol/include/out/Release/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/rendered_image.pb.h
psol/include/out/Release/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/mobilize_labeling.pb.h
psol/include/out/Release/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/cache_html_info.pb.h
psol/include/net/
psol/include/net/instaweb/
psol/include/net/instaweb/public/
psol/include/net/instaweb/public/global_constants.h
psol/include/net/instaweb/js/
psol/include/net/instaweb/js/public/
psol/include/net/instaweb/js/public/js_minify.h
psol/include/net/instaweb/util/
psol/include/net/instaweb/util/public/
psol/include/net/instaweb/util/public/abstract_property_store_get_callback.h
psol/include/net/instaweb/util/public/property_cache.h
psol/include/net/instaweb/util/public/fallback_property_page.h
psol/include/net/instaweb/util/public/mock_property_page.h
psol/include/net/instaweb/util/public/two_level_property_store.h
psol/include/net/instaweb/util/public/cache_property_store.h
psol/include/net/instaweb/util/public/property_store.h
psol/include/net/instaweb/htmlparse/
psol/include/net/instaweb/htmlparse/public/
psol/include/net/instaweb/htmlparse/public/file_statistics_log.h
psol/include/net/instaweb/htmlparse/public/logging_html_filter.h
psol/include/net/instaweb/htmlparse/public/statistics_log.h
psol/include/net/instaweb/htmlparse/public/file_driver.h
psol/include/net/instaweb/config/
psol/include/net/instaweb/config/rewrite_options_manager.h
psol/include/net/instaweb/spriter/
psol/include/net/instaweb/spriter/public/
psol/include/net/instaweb/spriter/public/image_spriter.h
psol/include/net/instaweb/spriter/image_library_interface.h
psol/include/net/instaweb/spriter/libpng_image_library.h
psol/include/net/instaweb/spriter/mock_image_library_interface.h
psol/include/net/instaweb/http/
psol/include/net/instaweb/http/public/
psol/include/net/instaweb/http/public/external_url_fetcher.h
psol/include/net/instaweb/http/public/wget_url_fetcher.h
psol/include/net/instaweb/http/public/logging_proto_impl.h
psol/include/net/instaweb/http/public/http_response_parser.h
psol/include/net/instaweb/http/public/request_context.h
psol/include/net/instaweb/http/public/reflecting_test_fetcher.h
psol/include/net/instaweb/http/public/rate_controlling_url_async_fetcher.h
psol/include/net/instaweb/http/public/logging_proto.h
psol/include/net/instaweb/http/public/async_fetch_with_lock.h
psol/include/net/instaweb/http/public/log_record.h
psol/include/net/instaweb/http/public/fetcher_test.h
psol/include/net/instaweb/http/public/request_timing_info.h
psol/include/net/instaweb/http/public/url_async_fetcher_stats.h
psol/include/net/instaweb/http/public/wait_url_async_fetcher.h
psol/include/net/instaweb/http/public/simulated_delay_fetcher.h
psol/include/net/instaweb/http/public/rate_controller.h
psol/include/net/instaweb/http/public/inflating_fetch.h
psol/include/net/instaweb/http/public/mock_callback.h
psol/include/net/instaweb/http/public/http_value.h
psol/include/net/instaweb/http/public/http_cache_failure.h
psol/include/net/instaweb/http/public/http_cache.h
psol/include/net/instaweb/http/public/http_dump_url_fetcher.h
psol/include/net/instaweb/http/public/http_dump_url_async_writer.h
psol/include/net/instaweb/http/public/ua_sensitive_test_fetcher.h
psol/include/net/instaweb/http/public/sync_fetcher_adapter_callback.h
psol/include/net/instaweb/http/public/log_record_test_helper.h
psol/include/net/instaweb/http/public/mock_url_fetcher.h
psol/include/net/instaweb/http/public/http_value_writer.h
psol/include/net/instaweb/http/public/url_async_fetcher.h
psol/include/net/instaweb/http/public/cache_url_async_fetcher.h
psol/include/net/instaweb/http/public/async_fetch.h
psol/include/net/instaweb/http/public/counting_url_async_fetcher.h
psol/include/net/instaweb/rewriter/
psol/include/net/instaweb/rewriter/public/
psol/include/net/instaweb/rewriter/public/test_url_namer.h
psol/include/net/instaweb/rewriter/public/experiment_util.h
psol/include/net/instaweb/rewriter/public/javascript_library_identification.h
psol/include/net/instaweb/rewriter/public/mobilize_decision_trees.h
psol/include/net/instaweb/rewriter/public/js_replacer.h
psol/include/net/instaweb/rewriter/public/css_rewrite_test_base.h
psol/include/net/instaweb/rewriter/public/compatible_central_controller.h
psol/include/net/instaweb/rewriter/public/decision_tree.h
psol/include/net/instaweb/rewriter/public/js_defer_disabled_filter.h
psol/include/net/instaweb/rewriter/public/base_tag_filter.h
psol/include/net/instaweb/rewriter/public/downstream_cache_purger.h
psol/include/net/instaweb/rewriter/public/inline_resource_slot.h
psol/include/net/instaweb/rewriter/public/image_data_lookup.h
psol/include/net/instaweb/rewriter/public/central_controller_callback.h
psol/include/net/instaweb/rewriter/public/critical_finder_support_util.h
psol/include/net/instaweb/rewriter/public/css_absolutify.h
psol/include/net/instaweb/rewriter/public/render_blocking_html_computation.h
psol/include/net/instaweb/rewriter/public/css_outline_filter.h
psol/include/net/instaweb/rewriter/public/js_combine_filter.h
psol/include/net/instaweb/rewriter/public/strip_non_cacheable_filter.h
psol/include/net/instaweb/rewriter/public/add_head_filter.h
psol/include/net/instaweb/rewriter/public/output_resource.h
psol/include/net/instaweb/rewriter/public/common_filter.h
psol/include/net/instaweb/rewriter/public/resource_combiner.h
psol/include/net/instaweb/rewriter/public/output_resource_kind.h
psol/include/net/instaweb/rewriter/public/google_font_service_input_resource.h
psol/include/net/instaweb/rewriter/public/rewrite_context_test_base.h
psol/include/net/instaweb/rewriter/public/rewrite_options.h
psol/include/net/instaweb/rewriter/public/rewrite_filter.h
psol/include/net/instaweb/rewriter/public/test_rewrite_driver_factory.h
psol/include/net/instaweb/rewriter/public/cache_extender.h
psol/include/net/instaweb/rewriter/public/css_image_rewriter.h
psol/include/net/instaweb/rewriter/public/critical_images_finder_test_base.h
psol/include/net/instaweb/rewriter/public/fix_reflow_filter.h
psol/include/net/instaweb/rewriter/public/mobilize_cached_finder.h
psol/include/net/instaweb/rewriter/public/domain_lawyer.h
psol/include/net/instaweb/rewriter/public/css_minify.h
psol/include/net/instaweb/rewriter/public/scan_filter.h
psol/include/net/instaweb/rewriter/public/pedantic_filter.h
psol/include/net/instaweb/rewriter/public/js_disable_filter.h
psol/include/net/instaweb/rewriter/public/experiment_matcher.h
psol/include/net/instaweb/rewriter/public/in_place_rewrite_context.h
psol/include/net/instaweb/rewriter/public/rewritten_content_scanning_filter.h
psol/include/net/instaweb/rewriter/public/js_outline_filter.h
psol/include/net/instaweb/rewriter/public/association_transformer.h
psol/include/net/instaweb/rewriter/public/image_test_base.h
psol/include/net/instaweb/rewriter/public/critical_css_filter.h
psol/include/net/instaweb/rewriter/public/simple_text_filter.h
psol/include/net/instaweb/rewriter/public/mobilize_menu_filter.h
psol/include/net/instaweb/rewriter/public/resource_fetch.h
psol/include/net/instaweb/rewriter/public/css_inline_filter.h
psol/include/net/instaweb/rewriter/public/handle_noscript_redirect_filter.h
psol/include/net/instaweb/rewriter/public/css_url_extractor.h
psol/include/net/instaweb/rewriter/public/flush_early_info_finder.h
psol/include/net/instaweb/rewriter/public/suppress_prehead_filter.h
psol/include/net/instaweb/rewriter/public/resource_namer.h
psol/include/net/instaweb/rewriter/public/rewrite_driver.h
psol/include/net/instaweb/rewriter/public/meta_tag_filter.h
psol/include/net/instaweb/rewriter/public/compute_visible_text_filter.h
psol/include/net/instaweb/rewriter/public/url_namer.h
psol/include/net/instaweb/rewriter/public/rewrite_context.h
psol/include/net/instaweb/rewriter/public/static_asset_manager.h
psol/include/net/instaweb/rewriter/public/server_context.h
psol/include/net/instaweb/rewriter/public/domain_rewrite_filter.h
psol/include/net/instaweb/rewriter/public/css_url_counter.h
psol/include/net/instaweb/rewriter/public/url_left_trim_filter.h
psol/include/net/instaweb/rewriter/public/rewrite_driver_factory.h
psol/include/net/instaweb/rewriter/public/blink_util.h
psol/include/net/instaweb/rewriter/public/css_inline_import_to_link_filter.h
psol/include/net/instaweb/rewriter/public/split_html_beacon_filter.h
psol/include/net/instaweb/rewriter/public/js_inline_filter.h
psol/include/net/instaweb/rewriter/public/collect_flush_early_content_filter.h
psol/include/net/instaweb/rewriter/public/rewrite_gflags.h
psol/include/net/instaweb/rewriter/public/central_controller.h
psol/include/net/instaweb/rewriter/public/strip_subresource_hints_filter.h
psol/include/net/instaweb/rewriter/public/critical_line_info_finder.h
psol/include/net/instaweb/rewriter/public/beacon_critical_line_info_finder.h
psol/include/net/instaweb/rewriter/public/decode_rewritten_urls_filter.h
psol/include/net/instaweb/rewriter/public/mobilize_rewrite_filter.h
psol/include/net/instaweb/rewriter/public/flush_early_info_finder_test_base.h
psol/include/net/instaweb/rewriter/public/split_html_filter.h
psol/include/net/instaweb/rewriter/public/usage_data_reporter.h
psol/include/net/instaweb/rewriter/public/image.h
psol/include/net/instaweb/rewriter/public/central_controller_interface_adapter.h
psol/include/net/instaweb/rewriter/public/google_analytics_filter.h
psol/include/net/instaweb/rewriter/public/css_hierarchy.h
psol/include/net/instaweb/rewriter/public/url_input_resource.h
psol/include/net/instaweb/rewriter/public/javascript_filter.h
psol/include/net/instaweb/rewriter/public/inline_rewrite_context.h
psol/include/net/instaweb/rewriter/public/cache_html_filter.h
psol/include/net/instaweb/rewriter/public/responsive_image_filter.h
psol/include/net/instaweb/rewriter/public/image_url_encoder.h
psol/include/net/instaweb/rewriter/public/debug_filter.h
psol/include/net/instaweb/rewriter/public/make_show_ads_async_filter.h
psol/include/net/instaweb/rewriter/public/process_context.h
psol/include/net/instaweb/rewriter/public/redirect_on_size_limit_filter.h
psol/include/net/instaweb/rewriter/public/insert_dns_prefetch_filter.h
psol/include/net/instaweb/rewriter/public/css_combine_filter.h
psol/include/net/instaweb/rewriter/public/image_rewrite_filter.h
psol/include/net/instaweb/rewriter/public/rewrite_stats.h
psol/include/net/instaweb/rewriter/public/defer_iframe_filter.h
psol/include/net/instaweb/rewriter/public/file_input_resource.h
psol/include/net/instaweb/rewriter/public/google_font_css_inline_filter.h
psol/include/net/instaweb/rewriter/public/javascript_code_block.h
psol/include/net/instaweb/rewriter/public/custom_rewrite_test_base.h
psol/include/net/instaweb/rewriter/public/mobilize_menu_render_filter.h
psol/include/net/instaweb/rewriter/public/css_util.h
psol/include/net/instaweb/rewriter/public/resource.h
psol/include/net/instaweb/rewriter/public/delay_images_filter.h
psol/include/net/instaweb/rewriter/public/support_noscript_filter.h
psol/include/net/instaweb/rewriter/public/critical_selector_finder.h
psol/include/net/instaweb/rewriter/public/property_cache_util.h
psol/include/net/instaweb/rewriter/public/critical_images_beacon_filter.h
psol/include/net/instaweb/rewriter/public/add_ids_filter.h
psol/include/net/instaweb/rewriter/public/dedup_inlined_images_filter.h
psol/include/net/instaweb/rewriter/public/css_summarizer_base.h
psol/include/net/instaweb/rewriter/public/rewrite_options_test_base.h
psol/include/net/instaweb/rewriter/public/local_storage_cache_filter.h
psol/include/net/instaweb/rewriter/public/device_properties.h
psol/include/net/instaweb/rewriter/public/lazyload_images_filter.h
psol/include/net/instaweb/rewriter/public/split_html_config.h
psol/include/net/instaweb/rewriter/public/inline_output_resource.h
psol/include/net/instaweb/rewriter/public/script_tag_scanner.h
psol/include/net/instaweb/rewriter/public/data_url_input_resource.h
psol/include/net/instaweb/rewriter/public/css_tag_scanner.h
psol/include/net/instaweb/rewriter/public/file_load_mapping.h
psol/include/net/instaweb/rewriter/public/file_load_rule.h
psol/include/net/instaweb/rewriter/public/deterministic_js_filter.h
psol/include/net/instaweb/rewriter/public/css_filter.h
psol/include/net/instaweb/rewriter/public/cache_html_info_finder.h
psol/include/net/instaweb/rewriter/public/rewrite_result.h
psol/include/net/instaweb/rewriter/public/mobilize_filter_base.h
psol/include/net/instaweb/rewriter/public/image_combine_filter.h
psol/include/net/instaweb/rewriter/public/css_flatten_imports_context.h
psol/include/net/instaweb/rewriter/public/rewrite_test_base.h
psol/include/net/instaweb/rewriter/public/insert_ga_filter.h
psol/include/net/instaweb/rewriter/public/central_controller_interface.h
psol/include/net/instaweb/rewriter/public/flush_early_content_writer_filter.h
psol/include/net/instaweb/rewriter/public/css_url_encoder.h
psol/include/net/instaweb/rewriter/public/test_distributed_fetcher.h
psol/include/net/instaweb/rewriter/public/strip_scripts_filter.h
psol/include/net/instaweb/rewriter/public/downstream_caching_directives.h
psol/include/net/instaweb/rewriter/public/critical_selector_filter.h
psol/include/net/instaweb/rewriter/public/request_properties.h
psol/include/net/instaweb/rewriter/public/iframe_fetcher.h
psol/include/net/instaweb/rewriter/public/cacheable_resource_base.h
psol/include/net/instaweb/rewriter/public/mock_critical_css_finder.h
psol/include/net/instaweb/rewriter/public/css_move_to_head_filter.h
psol/include/net/instaweb/rewriter/public/css_resource_slot.h
psol/include/net/instaweb/rewriter/public/split_html_helper_filter.h
psol/include/net/instaweb/rewriter/public/beacon_critical_images_finder.h
psol/include/net/instaweb/rewriter/public/mobilize_label_filter.h
psol/include/net/instaweb/rewriter/public/single_rewrite_context.h
psol/include/net/instaweb/rewriter/public/rewrite_query.h
psol/include/net/instaweb/rewriter/public/fake_filter.h
psol/include/net/instaweb/rewriter/public/add_instrumentation_filter.h
psol/include/net/instaweb/rewriter/public/critical_images_finder.h
psol/include/net/instaweb/rewriter/public/dom_stats_filter.h
psol/include/net/instaweb/rewriter/public/resource_tag_scanner.h
psol/include/net/instaweb/rewriter/public/mock_critical_images_finder.h
psol/include/net/instaweb/rewriter/public/webp_optimizer.h
psol/include/net/instaweb/rewriter/public/url_partnership.h
psol/include/net/instaweb/rewriter/public/flush_html_filter.h
psol/include/net/instaweb/rewriter/public/mock_resource_callback.h
psol/include/net/instaweb/rewriter/public/critical_css_finder.h
psol/include/net/instaweb/rewriter/public/inline_attribute_slot.h
psol/include/net/instaweb/rewriter/public/critical_css_beacon_filter.h
psol/include/net/instaweb/rewriter/public/rewrite_driver_pool.h
psol/include/net/instaweb/rewriter/public/resource_slot.h
psol/include/net/instaweb/rewriter/public/file_load_policy.h
psol/include/net/instaweb/rewriter/image_testing_peer.h
psol/include/net/instaweb/rewriter/google_analytics_snippet.h
psol/include/url/
psol/include/url/base/
psol/include/url/base/string16.h
+ mv psol psol-1.11.33.4
+ cd ..
+ ln -sf src/psol-1.11.33.4 psol-1.11.33.4
++ dirname ./build_udns.sh
+ cd .
+ cd ..
++ pwd
+ PREFIX=/home/tomoyan/work/third-party
+ cd src
+ cd udns
+ make clean
make: *** ターゲット 'clean' を make するルールがありません.  中止.
+ CFLAGS='-g -Wall -W -O2'
+ ./configure
configure... udns package
checking for C compiler... gcc
checking whenever the C compiler (gcc -g -Wall -W -O2)
           can produce executables... yes
checking for ranlib... ranlib
checking for getopt()... yes
checking for libraries needed for socket and connect... ok (none needed)
checking for inet_pton() && inet_ntop()... yes
checking for socklen_t... yes
checking for IPv6... yes
checking for poll()... yes
creating config.h... ok
creating Makefile... ok
creating config.status... ok
all done.
+ make
gcc -g -Wall -W -O2 -DHAVE_CONFIG_H -c udns_dn.c
gcc -g -Wall -W -O2 -DHAVE_CONFIG_H -c udns_dntosp.c
gcc -g -Wall -W -O2 -DHAVE_CONFIG_H -c udns_parse.c
gcc -g -Wall -W -O2 -DHAVE_CONFIG_H -c udns_resolver.c
udns_resolver.c: 関数 ‘dns_dummy_cb’ 内:
udns_resolver.c:868:67: 警告: 仮引数 ‘data’ が設定されましたが使用されません [-Wunused-but-set-parameter]
  868 | static void dns_dummy_cb(struct dns_ctx *ctx, void *result, void *data) {
      |                                                             ~~~~~~^~~~
gcc -g -Wall -W -O2 -DHAVE_CONFIG_H -c udns_init.c
gcc -g -Wall -W -O2 -DHAVE_CONFIG_H -c udns_misc.c
gcc -g -Wall -W -O2 -DHAVE_CONFIG_H -c udns_XtoX.c
gcc -g -Wall -W -O2 -DHAVE_CONFIG_H -c udns_rr_a.c
gcc -g -Wall -W -O2 -DHAVE_CONFIG_H -c udns_rr_ptr.c
gcc -g -Wall -W -O2 -DHAVE_CONFIG_H -c udns_rr_mx.c
gcc -g -Wall -W -O2 -DHAVE_CONFIG_H -c udns_rr_txt.c
gcc -g -Wall -W -O2 -DHAVE_CONFIG_H -c udns_bl.c
gcc -g -Wall -W -O2 -DHAVE_CONFIG_H -c udns_rr_srv.c
gcc -g -Wall -W -O2 -DHAVE_CONFIG_H -c udns_rr_naptr.c
gcc -g -Wall -W -O2 -DHAVE_CONFIG_H -c udns_codes.c
gcc -g -Wall -W -O2 -DHAVE_CONFIG_H -c udns_jran.c
rm -f libudns.a
ar rv libudns.a udns_dn.o udns_dntosp.o udns_parse.o udns_resolver.o udns_init.o udns_misc.o udns_XtoX.o udns_rr_a.o udns_rr_ptr.o udns_rr_mx.o udns_rr_txt.o udns_bl.o udns_rr_srv.o udns_rr_naptr.o udns_codes.o udns_jran.o 
ar: libudns.a を作成しています
a - udns_dn.o
a - udns_dntosp.o
a - udns_parse.o
a - udns_resolver.o
a - udns_init.o
a - udns_misc.o
a - udns_XtoX.o
a - udns_rr_a.o
a - udns_rr_ptr.o
a - udns_rr_mx.o
a - udns_rr_txt.o
a - udns_bl.o
a - udns_rr_srv.o
a - udns_rr_naptr.o
a - udns_codes.o
a - udns_jran.o
gcc -g -Wall -W -O2 -DHAVE_CONFIG_H -c dnsget.c
dnsget.c: 関数 ‘dbgcb’ 内:
dnsget.c:495:15: 警告: implicit conversion from ‘enum dns_type’ to ‘enum dns_class’ [-Wenum-conversion]
  495 |   p.dnsp_qcls = p.dnsp_qtyp = 0;
      |               ^
dnsget.c:413:31: 警告: unused parameter ‘unused_q’ [-Wunused-parameter]
  413 |       const struct dns_query *unused_q, void *unused_data) {
      |       ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
dnsget.c:413:47: 警告: unused parameter ‘unused_data’ [-Wunused-parameter]
  413 |       const struct dns_query *unused_q, void *unused_data) {
      |                                         ~~~~~~^~~~~~~~~~~
dnsget.c: 関数 ‘dnscb’ 内:
dnsget.c:522:15: 警告: implicit conversion from ‘enum dns_type’ to ‘enum dns_class’ [-Wenum-conversion]
  522 |   p.dnsp_qcls = p.dnsp_qtyp = 0;
      |               ^
gcc  -o dnsget dnsget.o -L. -ludns 
gcc -g -Wall -W -O2 -DHAVE_CONFIG_H -c rblcheck.c
rblcheck.c: 関数 ‘main’ 内:
rblcheck.c:298:5: 警告: this statement may fall through [-Wimplicit-fallthrough=]
  298 |     error(1, "unable to read zonefile `%s'", optarg);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rblcheck.c:299:3: 備考: here
  299 |   case 'c': ++zgiven; nzones = 0; break;
      |   ^~~~
gcc  -o rblcheck rblcheck.o -L. -ludns 
gcc -g -Wall -W -O2 -DHAVE_CONFIG_H -c ex-rdns.c
gcc  -o ex-rdns ex-rdns.o -L. -ludns 
+ cp udns.h ../../include
+ cp libudns.a ../../lib
+ cd ../..
+ ranlib lib/libudns.a
++ dirname ./build_bcrypt.sh
+ cd .
+ cd ..
++ pwd
+ PREFIX=/home/tomoyan/work/third-party
+ cd src
+ '[' '!' -d libbcrypt ']'
+ cd libbcrypt
+ make
make -C crypt_blowfish
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/libbcrypt/crypt_blowfish' に入ります
make[1]: 'all' に対して行うべき事はありません.
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/libbcrypt/crypt_blowfish' から出ます
ar r bcrypt.a bcrypt.o crypt_blowfish/*.o
+ cp bcrypt.h ../../include
+ cp bcrypt.a ../../lib/libbcrypt.a
++ dirname ./build_lmdb.sh
+ cd .
+ cd ..
++ pwd
+ PREFIX=/home/tomoyan/work/third-party
+ cd src
+ REMOTE_URL=https://git.openldap.org/openldap/openldap.git
+ '[' -d lmdb ']'
+ '[' '!' -d lmdb ']'
+ git clone --depth 1 --no-single-branch --branch LMDB_0.9.27 https://git.openldap.org/openldap/openldap.git lmdb
Cloning into 'lmdb'...
remote: Enumerating objects: 58479, done.
remote: Counting objects: 100% (58479/58479), done.
remote: Compressing objects: 100% (24473/24473), done.
remote: Total 58479 (delta 51003), reused 38917 (delta 33699), pack-reused 0
Receiving objects: 100% (58479/58479), 21.75 MiB | 818.00 KiB/s, done.
Resolving deltas: 100% (51003/51003), done.
Note: switching to '3c9aa9df8497ad977e0f91347f0626f5d53c9ab7'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

+ cd lmdb
+ cd libraries/liblmdb/
+ XCFLAGS=-fPIC
+ make
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  -c mdb.c
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  -c midl.c
ar rs liblmdb.a mdb.o midl.o
ar: liblmdb.a を作成しています
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC -fPIC  -c mdb.c -o mdb.lo
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC -fPIC  -c midl.c -o midl.lo
gcc  -pthread -shared -o liblmdb.so mdb.lo midl.lo 
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  -c mdb_stat.c
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  mdb_stat.o liblmdb.a  -o mdb_stat
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  -c mdb_copy.c
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  mdb_copy.o liblmdb.a  -o mdb_copy
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  -c mdb_dump.c
mdb_dump.c: 関数 ‘main’ 内:
mdb_dump.c:194:30: 警告: this statement may fall through [-Wimplicit-fallthrough=]
  194 |                         list = 1;
      |                         ~~~~~^~~
mdb_dump.c:196:17: 備考: here
  196 |                 case 'a':
      |                 ^~~~
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  mdb_dump.o liblmdb.a  -o mdb_dump
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  -c mdb_load.c
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  mdb_load.o liblmdb.a  -o mdb_load
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  -c mtest.c
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  mtest.o liblmdb.a  -o mtest
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  -c mtest2.c
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  mtest2.o liblmdb.a  -o mtest2
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  -c mtest3.c
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  mtest3.o liblmdb.a  -o mtest3
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  -c mtest4.c
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  mtest4.o liblmdb.a  -o mtest4
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  -c mtest5.c
gcc -pthread -O2 -g -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized -fPIC  mtest5.o liblmdb.a  -o mtest5
+ '[' '!' -f liblmdb.a ']'
+ cp lmdb.h midl.h ../../../../include
+ cp liblmdb.a ../../../../lib
+ cd ../../../../
+ cp patches/libtool/liblmdb.la lib/liblmdb.la
+ echo 'libdir='\''/home/tomoyan/work/third-party/lib'\'''
++ dirname ./build_curl.sh
+ cd .
+ cd ..
++ pwd
+ PREFIX=/home/tomoyan/work/third-party
+ cd src
+ '[' '!' -d curl ']'
+ git clone --depth 1 --no-single-branch --branch curl-7_65_3 https://github.com/curl/curl.git
Cloning into 'curl'...
remote: Enumerating objects: 46953, done.
remote: Counting objects: 100% (46953/46953), done.
remote: Compressing objects: 100% (12365/12365), done.
remote: Total 46953 (delta 40966), reused 38932 (delta 34297), pack-reused 0
Receiving objects: 100% (46953/46953), 25.55 MiB | 2.59 MiB/s, done.
Resolving deltas: 100% (40966/40966), done.
Note: switching to 'aa73eb47bc8583070734696b25b34ad54c2c1f5e'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

+ cd curl
+ ./buildconf
buildconf: autoconf version 2.71 (ok)
buildconf: autom4te version 2.71 (ok)
buildconf: autoheader version 2.71 (ok)
buildconf: automake version 1.16.5 (ok)
buildconf: aclocal version 1.16.5 (ok)
buildconf: libtoolize version 2.4.7 (ok)
buildconf: GNU m4 version 1.4.19 (ok)
buildconf: running libtoolize
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Remember to add 'LT_INIT' to configure.ac.
buildconf: converting all mv to mv -f in local m4/libtool.m4
buildconf: running aclocal
buildconf: converting all mv to mv -f in local aclocal.m4
buildconf: running autoheader
buildconf: running autoconf
configure.ac:44: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:44: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
m4/curl-confopts.m4:147: CURL_CHECK_OPTION_DEBUG is expanded from...
configure.ac:44: the top level
configure.ac:45: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:45: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
m4/curl-confopts.m4:181: CURL_CHECK_OPTION_OPTIMIZE is expanded from...
configure.ac:45: the top level
configure.ac:46: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:46: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
m4/curl-confopts.m4:360: CURL_CHECK_OPTION_WARNINGS is expanded from...
configure.ac:46: the top level
configure.ac:47: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:47: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
m4/curl-confopts.m4:394: CURL_CHECK_OPTION_WERROR is expanded from...
configure.ac:47: the top level
configure.ac:48: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:48: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
m4/curl-confopts.m4:94: CURL_CHECK_OPTION_CURLDEBUG is expanded from...
configure.ac:48: the top level
configure.ac:49: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:49: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
m4/curl-confopts.m4:237: CURL_CHECK_OPTION_SYMBOL_HIDING is expanded from...
configure.ac:49: the top level
configure.ac:50: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:50: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
m4/curl-confopts.m4:58: CURL_CHECK_OPTION_ARES is expanded from...
configure.ac:50: the top level
configure.ac:51: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:51: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
m4/curl-confopts.m4:328: CURL_CHECK_OPTION_RT is expanded from...
configure.ac:51: the top level
configure.ac:135: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:135: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
m4/curl-functions.m4:7306: CURL_COVERAGE is expanded from...
configure.ac:135: the top level
configure.ac:374: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:374: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:374: the top level
configure.ac:375: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:375: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:375: the top level
configure.ac:393: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:393: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:393: the top level
configure.ac:394: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:394: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:394: the top level
configure.ac:408: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:408: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:408: the top level
configure.ac:409: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:409: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:409: the top level
configure.ac:423: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:423: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:423: the top level
configure.ac:424: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:424: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:424: the top level
configure.ac:439: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:439: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:439: the top level
configure.ac:440: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:440: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:440: the top level
configure.ac:471: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:471: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:471: the top level
configure.ac:472: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:472: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:472: the top level
configure.ac:497: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:497: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:497: the top level
configure.ac:498: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:498: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:498: the top level
configure.ac:513: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:513: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:513: the top level
configure.ac:514: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:514: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:514: the top level
configure.ac:528: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:528: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:528: the top level
configure.ac:529: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:529: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:529: the top level
configure.ac:543: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:543: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:543: the top level
configure.ac:544: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:544: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:544: the top level
configure.ac:559: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:559: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:559: the top level
configure.ac:560: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:560: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:560: the top level
configure.ac:576: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:576: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:576: the top level
configure.ac:577: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:577: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:577: the top level
configure.ac:593: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:593: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:593: the top level
configure.ac:594: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:594: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:594: the top level
configure.ac:609: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:609: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:609: the top level
configure.ac:610: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:610: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:610: the top level
configure.ac:625: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:625: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:625: the top level
configure.ac:626: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:626: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:626: the top level
configure.ac:646: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:646: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:646: the top level
configure.ac:647: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:647: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:647: the top level
configure.ac:667: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:667: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:667: the top level
configure.ac:668: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:668: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:668: the top level
configure.ac:687: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:687: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:687: the top level
configure.ac:894: warning: The macro `AC_HEADER_TIME' is obsolete.
configure.ac:894: You should run autoupdate.
./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from...
acinclude.m4:1575: CURL_CHECK_FUNC_CLOCK_GETTIME_MONOTONIC is expanded from...
acinclude.m4:1618: CURL_CHECK_LIBS_CLOCK_GETTIME_MONOTONIC is expanded from...
configure.ac:894: the top level
configure.ac:915: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:915: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:915: the top level
configure.ac:916: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:916: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:916: the top level
configure.ac:1022: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1022: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1022: the top level
configure.ac:1023: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1023: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1023: the top level
configure.ac:1107: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1107: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1107: the top level
configure.ac:1112: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1112: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1112: the top level
configure.ac:1193: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1193: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1193: the top level
configure.ac:1194: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1194: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1194: the top level
configure.ac:1205: warning: The macro `AC_TRY_RUN' is obsolete.
configure.ac:1205: You should run autoupdate.
./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from...
configure.ac:1205: the top level
configure.ac:1236: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:1236: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
configure.ac:1236: the top level
configure.ac:1295: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1295: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1295: the top level
configure.ac:1302: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1302: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1302: the top level
configure.ac:1309: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1309: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1309: the top level
configure.ac:1475: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1475: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1475: the top level
configure.ac:1476: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1476: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1476: the top level
configure.ac:1502: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1502: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1502: the top level
configure.ac:1503: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1503: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1503: the top level
configure.ac:1507: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1507: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1507: the top level
configure.ac:1508: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1508: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1508: the top level
configure.ac:1537: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1537: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1537: the top level
configure.ac:1538: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1538: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1538: the top level
configure.ac:1542: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1542: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1542: the top level
configure.ac:1543: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1543: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1543: the top level
configure.ac:1567: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1567: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1567: the top level
configure.ac:1568: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1568: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1568: the top level
configure.ac:1603: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1603: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1603: the top level
configure.ac:1604: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1604: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1604: the top level
configure.ac:1622: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:1622: You should run autoupdate.
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
configure.ac:1622: the top level
configure.ac:1714: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:1714: You should run autoupdate.
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/libs.m4:100: AC_CHECK_LIB is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/libs.m4:100: AC_CHECK_LIB is expanded from...
configure.ac:1714: the top level
configure.ac:1714: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:1714: You should run autoupdate.
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2894: _AC_LINK_IFELSE is expanded from...
./lib/autoconf/general.m4:2911: AC_LINK_IFELSE is expanded from...
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/libs.m4:100: AC_CHECK_LIB is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/libs.m4:100: AC_CHECK_LIB is expanded from...
configure.ac:1714: the top level
configure.ac:1902: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1902: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1902: the top level
configure.ac:1913: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1913: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1913: the top level
configure.ac:1948: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1948: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1948: the top level
configure.ac:1949: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1949: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1949: the top level
configure.ac:1965: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1965: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1965: the top level
configure.ac:1966: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1966: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:1966: the top level
configure.ac:2126: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:2126: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:2126: the top level
configure.ac:2127: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:2127: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:2127: the top level
configure.ac:2219: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:2219: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:2219: the top level
configure.ac:2220: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:2220: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:2220: the top level
configure.ac:2225: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:2225: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:2225: the top level
configure.ac:2226: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:2226: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:2226: the top level
configure.ac:2381: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:2381: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:2381: the top level
configure.ac:2382: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:2382: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:2382: the top level
configure.ac:2471: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:2471: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:2471: the top level
configure.ac:2472: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:2472: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:2472: the top level
configure.ac:2637: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:2637: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
acinclude.m4:2159: CURL_CHECK_CA_BUNDLE is expanded from...
configure.ac:2637: the top level
configure.ac:2668: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:2668: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:2668: the top level
configure.ac:2669: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:2669: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:2669: the top level
configure.ac:2756: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:2756: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:2756: the top level
configure.ac:2757: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:2757: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:2757: the top level
configure.ac:2763: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:2763: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:2763: the top level
configure.ac:2764: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:2764: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:2764: the top level
configure.ac:2922: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:2922: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:2922: the top level
configure.ac:2923: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:2923: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:2923: the top level
configure.ac:3001: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3001: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3001: the top level
configure.ac:3002: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3002: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3002: the top level
configure.ac:3053: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3053: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3053: the top level
configure.ac:3054: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3054: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3054: the top level
configure.ac:3131: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3131: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3131: the top level
configure.ac:3132: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3132: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3132: the top level
configure.ac:3266: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3266: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3266: the top level
configure.ac:3267: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3267: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3267: the top level
configure.ac:3346: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3346: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3346: the top level
configure.ac:3347: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3347: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3347: the top level
configure.ac:3371: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3371: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3371: the top level
configure.ac:3372: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3372: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3372: the top level
configure.ac:3400: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:3400: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:3400: the top level
configure.ac:3485: warning: The macro `AC_HEADER_TIME' is obsolete.
configure.ac:3485: You should run autoupdate.
./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from...
configure.ac:3485: the top level
configure.ac:3587: warning: The macro `AC_TYPE_SIGNAL' is obsolete.
configure.ac:3587: You should run autoupdate.
./lib/autoconf/types.m4:776: AC_TYPE_SIGNAL is expanded from...
configure.ac:3587: the top level
configure.ac:3774: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3774: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
m4/curl-confopts.m4:32: CURL_CHECK_OPTION_THREADED_RESOLVER is expanded from...
configure.ac:3774: the top level
configure.ac:3782: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3782: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3782: the top level
configure.ac:3784: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3784: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3784: the top level
configure.ac:3873: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3873: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3873: the top level
configure.ac:3874: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3874: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3874: the top level
configure.ac:3892: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3892: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3892: the top level
configure.ac:3893: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3893: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3893: the top level
configure.ac:3928: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3928: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3928: the top level
configure.ac:3929: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3929: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3929: the top level
configure.ac:3942: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3942: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
m4/curl-confopts.m4:599: CURL_CHECK_OPTION_NTLM_WB is expanded from...
configure.ac:3942: the top level
configure.ac:3951: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3951: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3951: the top level
configure.ac:3952: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3952: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3952: the top level
configure.ac:3977: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3977: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3977: the top level
configure.ac:3978: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3978: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:3978: the top level
configure.ac:4010: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:4010: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:4010: the top level
configure.ac:4011: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:4011: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:4011: the top level
configure.ac:4028: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:4028: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:4028: the top level
configure.ac:4029: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:4029: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:4029: the top level
configure.ac:4046: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:4046: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:4046: the top level
configure.ac:4047: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:4047: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:4047: the top level
configure.ac:4064: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:4064: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:4064: the top level
configure.ac:4065: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:4065: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:4065: the top level
configure.ac:4082: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:4082: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:4082: the top level
configure.ac:4083: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:4083: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:4083: the top level
configure.ac:4100: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:4100: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:4100: the top level
configure.ac:4101: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:4101: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:4101: the top level
configure.ac:4118: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:4118: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:4118: the top level
configure.ac:4119: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:4119: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:4119: the top level
configure.ac:4136: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:4136: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:4136: the top level
configure.ac:4137: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:4137: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:4137: the top level
configure.ac:4155: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:4155: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:4155: the top level
configure.ac:4156: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:4156: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:4156: the top level
buildconf: running automake
configure.ac:132: installing './compile'
configure.ac:191: installing './config.guess'
configure.ac:191: installing './config.sub'
configure.ac:132: installing './install-sh'
configure.ac:137: installing './missing'
docs/examples/Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
buildconf: OK
+ CFLAGS=-fPIC
+ LIBS=-lpthread
+ ./configure --prefix=/home/tomoyan/work/third-party --with-ssl=/home/tomoyan/work/third-party --with-brotli=no --enable-shared=no --enable-ldap=no --without-nghttp2 --without-nghttp3
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
checking whether to enable debug build options... no
checking whether to enable compiler optimizer... (assumed) yes
checking whether to enable strict compiler warnings... no
checking whether to enable compiler warnings as errors... no
checking whether to enable curl debug memory tracking... no
checking whether to enable hiding of library internal symbols... yes
checking whether to enable c-ares for DNS lookups... no
checking whether to disable dependency on -lrt... (assumed no)
checking for path separator... :
checking for sed... /usr/bin/sed
checking for grep... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ar... /usr/bin/ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for code coverage support... no
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking curl version... 7.65.3-DEV
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking if OS is AIX (to define _ALL_SOURCE)... no
checking if _THREAD_SAFE is already defined... no
checking if _THREAD_SAFE is actually needed... no
checking if _THREAD_SAFE is onwards defined... no
checking if _REENTRANT is already defined... no
checking if _REENTRANT is actually needed... no
checking if _REENTRANT is onwards defined... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking whether to build shared libraries with -version-info... yes
checking whether to build shared libraries with -no-undefined... no
checking whether to build shared libraries with -mimpure-text... no
checking whether to build shared libraries with PIC... yes
checking whether to build static libraries with PIC... yes
checking whether to build shared libraries only... no
checking whether to build static libraries only... yes
checking for inline... inline
checking if cpp -P is needed... yes
checking if cpp -P works... yes
checking if compiler is DEC/Compaq/HP C... no
checking if compiler is HP-UX C... no
checking if compiler is IBM C... no
checking if compiler is Intel C... no
checking if compiler is clang... no
checking if compiler is GNU C... yes
checking if compiler is LCC... no
checking if compiler is SGI MIPSpro C... no
checking if compiler is SGI MIPS C... no
checking if compiler is SunPro C... no
checking if compiler is Tiny C... no
checking if compiler is Watcom C... no
sed: can't read conftest.c: No such file or directory
checking if compiler accepts some basic options... yes
configure: compiler options added: -Werror-implicit-function-declaration 
checking if compiler accepts debug disabling options... yes
configure: compiler options added: 
checking if compiler optimizer assumed setting might be used... yes
checking if compiler accepts optimizer enabling options... yes
configure: compiler options added: -O2
checking if compiler accepts strict warning options... yes
configure: compiler options added: -Wno-system-headers 
checking if compiler halts on compilation errors... yes
checking if compiler halts on negative sized arrays... yes
checking if compiler halts on function prototype mismatch... yes
checking if compiler supports hiding library internal symbols... yes
checking for windows.h... no
checking whether build target is a native Windows one... no
checking whether build target supports WIN32 file API... no
checking for good-to-use Mac CFLAGS... no
checking to see if the compiler supports __builtin_available()... no
checking whether to support http... yes
checking whether to support ftp... yes
checking whether to support file... yes
checking whether to support ldap... no
checking whether to support ldaps... no
checking whether to support rtsp... yes
checking whether to support proxies... yes
checking whether to support dict... yes
checking whether to support telnet... yes
checking whether to support tftp... yes
checking whether to support pop3... yes
checking whether to support imap... yes
checking whether to support smb... yes
checking whether to support smtp... yes
checking whether to support gopher... yes
checking whether to provide built-in manual... yes
checking whether to enable generation of C code... yes
checking whether to use libgcc... no
checking if X/Open network library is required... no
checking for gethostbyname... yes
checking for windows.h... (cached) no
checking for winsock.h... (cached) no
checking for winsock2.h... (cached) no
checking for proto/bsdsocket.h... no
checking for connect in libraries... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... yes
checking for monotonic clock_gettime... yes
checking for clock_gettime in libraries... no additional lib required
checking if monotonic clock_gettime works... yes
checking for pkg-config... /usr/bin/pkg-config
checking for zlib options with pkg-config... found
checking for zlib.h... yes
configure: found both libz and libz.h header
checking whether to enable IPv6... yes
checking if struct sockaddr_in6 has sin6_scope_id member... yes
checking if argv can be written to... no
checking if GSS-API support is requested... no
checking whether to enable Windows native SSL/TLS (Windows native builds only)... no
checking whether to enable Secure Transport... no
checking whether to enable Amiga native SSL/TLS (AmiSSL)... no
configure: error: /home/tomoyan/work/third-party is a bad --with-ssl prefix!
+ make
make: *** ターゲットが指定されておらず, makefile も見つかりません.  中止.
+ make install
make: *** ターゲット 'install' を make するルールがありません.  中止.
++ dirname ./build_libxml2.sh
+ cd .
+ cd ..
++ pwd
+ PREFIX=/home/tomoyan/work/third-party
+ cd src
+ '[' '!' -e libxml2 ']'
+ wget ftp://xmlsoft.org/libxml2/libxml2-2.9.8.tar.gz
--2022-09-29 15:12:48--  ftp://xmlsoft.org/libxml2/libxml2-2.9.8.tar.gz
           => `libxml2-2.9.8.tar.gz'
xmlsoft.org (xmlsoft.org) をDNSに問いあわせています... 91.121.203.120
xmlsoft.org (xmlsoft.org)|91.121.203.120|:21 に接続しています... 接続しました。
anonymous としてログインしています... ログインしました!
==> SYST ... 完了しました。    ==> PWD ... 完了しました。
==> TYPE I ... 完了しました。  ==> CWD (1) /libxml2 ... 完了しました。
==> SIZE libxml2-2.9.8.tar.gz ... 5469097
==> PASV ... 完了しました。    ==> RETR libxml2-2.9.8.tar.gz ... 完了しました。
長さ: 5469097 (5.2M) (確証はありません)

libxml2-2.9.8.tar.g 100%[===================>]   5.21M   855KB/s 時間 7.1s     

2022-09-29 15:12:59 (755 KB/s) - `libxml2-2.9.8.tar.gz' へ保存終了 [5469097]

+ tar xvfz libxml2-2.9.8.tar.gz
libxml2-2.9.8/
libxml2-2.9.8/example/
libxml2-2.9.8/example/Makefile.am
libxml2-2.9.8/example/gjobread.c
libxml2-2.9.8/example/gjobs.xml
libxml2-2.9.8/example/Makefile.in
libxml2-2.9.8/m4/
libxml2-2.9.8/m4/libtool.m4
libxml2-2.9.8/m4/ltoptions.m4
libxml2-2.9.8/m4/ltsugar.m4
libxml2-2.9.8/m4/ltversion.m4
libxml2-2.9.8/m4/lt~obsolete.m4
libxml2-2.9.8/Makefile.am
libxml2-2.9.8/configure
libxml2-2.9.8/acinclude.m4
libxml2-2.9.8/configure.ac
libxml2-2.9.8/aclocal.m4
libxml2-2.9.8/Makefile.in
libxml2-2.9.8/config.h.in
libxml2-2.9.8/libxml-2.0-uninstalled.pc.in
libxml2-2.9.8/libxml-2.0.pc.in
libxml2-2.9.8/libxml.spec.in
libxml2-2.9.8/libxml2-config.cmake.in
libxml2-2.9.8/xml2-config.in
libxml2-2.9.8/AUTHORS
libxml2-2.9.8/COPYING
libxml2-2.9.8/ChangeLog
libxml2-2.9.8/INSTALL
libxml2-2.9.8/NEWS
libxml2-2.9.8/README
libxml2-2.9.8/TODO
libxml2-2.9.8/compile
libxml2-2.9.8/config.guess
libxml2-2.9.8/config.sub
libxml2-2.9.8/depcomp
libxml2-2.9.8/install-sh
libxml2-2.9.8/ltmain.sh
libxml2-2.9.8/missing
libxml2-2.9.8/SAX.c
libxml2-2.9.8/entities.c
libxml2-2.9.8/encoding.c
libxml2-2.9.8/error.c
libxml2-2.9.8/parserInternals.c
libxml2-2.9.8/parser.c
libxml2-2.9.8/tree.c
libxml2-2.9.8/hash.c
libxml2-2.9.8/list.c
libxml2-2.9.8/xmlIO.c
libxml2-2.9.8/xmlmemory.c
libxml2-2.9.8/uri.c
libxml2-2.9.8/valid.c
libxml2-2.9.8/xlink.c
libxml2-2.9.8/HTMLparser.c
libxml2-2.9.8/HTMLtree.c
libxml2-2.9.8/debugXML.c
libxml2-2.9.8/xpath.c
libxml2-2.9.8/xpointer.c
libxml2-2.9.8/xinclude.c
libxml2-2.9.8/nanohttp.c
libxml2-2.9.8/nanoftp.c
libxml2-2.9.8/DOCBparser.c
libxml2-2.9.8/catalog.c
libxml2-2.9.8/globals.c
libxml2-2.9.8/threads.c
libxml2-2.9.8/c14n.c
libxml2-2.9.8/xmlstring.c
libxml2-2.9.8/buf.c
libxml2-2.9.8/xmlregexp.c
libxml2-2.9.8/xmlschemas.c
libxml2-2.9.8/xmlschemastypes.c
libxml2-2.9.8/xmlunicode.c
libxml2-2.9.8/triostr.c
libxml2-2.9.8/trio.c
libxml2-2.9.8/xmlreader.c
libxml2-2.9.8/relaxng.c
libxml2-2.9.8/dict.c
libxml2-2.9.8/SAX2.c
libxml2-2.9.8/xmlwriter.c
libxml2-2.9.8/legacy.c
libxml2-2.9.8/chvalid.c
libxml2-2.9.8/pattern.c
libxml2-2.9.8/xmlsave.c
libxml2-2.9.8/xmlmodule.c
libxml2-2.9.8/schematron.c
libxml2-2.9.8/xzlib.c
libxml2-2.9.8/testdso.c
libxml2-2.9.8/runsuite.c
libxml2-2.9.8/runtest.c
libxml2-2.9.8/runxmlconf.c
libxml2-2.9.8/testAutomata.c
libxml2-2.9.8/testC14N.c
libxml2-2.9.8/testHTML.c
libxml2-2.9.8/testModule.c
libxml2-2.9.8/testReader.c
libxml2-2.9.8/testRegexp.c
libxml2-2.9.8/testRelax.c
libxml2-2.9.8/testSAX.c
libxml2-2.9.8/testSchemas.c
libxml2-2.9.8/testThreads.c
libxml2-2.9.8/testThreadsWin32.c
libxml2-2.9.8/testURI.c
libxml2-2.9.8/testXPath.c
libxml2-2.9.8/testapi.c
libxml2-2.9.8/testchar.c
libxml2-2.9.8/testdict.c
libxml2-2.9.8/testlimits.c
libxml2-2.9.8/testrecurse.c
libxml2-2.9.8/xmlcatalog.c
libxml2-2.9.8/xmllint.c
libxml2-2.9.8/xml2Conf.sh.in
libxml2-2.9.8/libxml2.spec
libxml2-2.9.8/libxml.m4
libxml2-2.9.8/Copyright
libxml2-2.9.8/check-xml-test-suite.py
libxml2-2.9.8/gentest.py
libxml2-2.9.8/check-relaxng-test-suite.py
libxml2-2.9.8/check-relaxng-test-suite2.py
libxml2-2.9.8/check-xsddata-test-suite.py
libxml2-2.9.8/check-xinclude-test-suite.py
libxml2-2.9.8/xml2-config.1
libxml2-2.9.8/libxml.3
libxml2-2.9.8/autogen.sh
libxml2-2.9.8/trionan.c
libxml2-2.9.8/trionan.h
libxml2-2.9.8/triostr.h
libxml2-2.9.8/trio.h
libxml2-2.9.8/triop.h
libxml2-2.9.8/triodef.h
libxml2-2.9.8/libxml.h
libxml2-2.9.8/elfgcchack.h
libxml2-2.9.8/xzlib.h
libxml2-2.9.8/buf.h
libxml2-2.9.8/enc.h
libxml2-2.9.8/save.h
libxml2-2.9.8/genUnicode.py
libxml2-2.9.8/TODO_SCHEMAS
libxml2-2.9.8/dbgen.pl
libxml2-2.9.8/dbgenattr.pl
libxml2-2.9.8/regressions.py
libxml2-2.9.8/regressions.xml
libxml2-2.9.8/README.tests
libxml2-2.9.8/Makefile.tests
libxml2-2.9.8/libxml2.syms
libxml2-2.9.8/timsort.h
libxml2-2.9.8/README.zOS
libxml2-2.9.8/include/
libxml2-2.9.8/include/Makefile.am
libxml2-2.9.8/include/Makefile.in
libxml2-2.9.8/include/win32config.h
libxml2-2.9.8/include/wsockcompat.h
libxml2-2.9.8/include/libxml/
libxml2-2.9.8/include/libxml/Makefile.am
libxml2-2.9.8/include/libxml/SAX.h
libxml2-2.9.8/include/libxml/entities.h
libxml2-2.9.8/include/libxml/encoding.h
libxml2-2.9.8/include/libxml/parser.h
libxml2-2.9.8/include/libxml/parserInternals.h
libxml2-2.9.8/include/libxml/xmlerror.h
libxml2-2.9.8/include/libxml/HTMLparser.h
libxml2-2.9.8/include/libxml/HTMLtree.h
libxml2-2.9.8/include/libxml/debugXML.h
libxml2-2.9.8/include/libxml/tree.h
libxml2-2.9.8/include/libxml/list.h
libxml2-2.9.8/include/libxml/hash.h
libxml2-2.9.8/include/libxml/xpath.h
libxml2-2.9.8/include/libxml/xpathInternals.h
libxml2-2.9.8/include/libxml/xpointer.h
libxml2-2.9.8/include/libxml/xinclude.h
libxml2-2.9.8/include/libxml/xmlIO.h
libxml2-2.9.8/include/libxml/xmlmemory.h
libxml2-2.9.8/include/libxml/nanohttp.h
libxml2-2.9.8/include/libxml/nanoftp.h
libxml2-2.9.8/include/libxml/uri.h
libxml2-2.9.8/include/libxml/valid.h
libxml2-2.9.8/include/libxml/xlink.h
libxml2-2.9.8/include/libxml/xmlversion.h
libxml2-2.9.8/include/libxml/DOCBparser.h
libxml2-2.9.8/include/libxml/catalog.h
libxml2-2.9.8/include/libxml/threads.h
libxml2-2.9.8/include/libxml/globals.h
libxml2-2.9.8/include/libxml/c14n.h
libxml2-2.9.8/include/libxml/xmlautomata.h
libxml2-2.9.8/include/libxml/xmlregexp.h
libxml2-2.9.8/include/libxml/xmlmodule.h
libxml2-2.9.8/include/libxml/xmlschemas.h
libxml2-2.9.8/include/libxml/schemasInternals.h
libxml2-2.9.8/include/libxml/xmlschemastypes.h
libxml2-2.9.8/include/libxml/xmlstring.h
libxml2-2.9.8/include/libxml/xmlunicode.h
libxml2-2.9.8/include/libxml/xmlreader.h
libxml2-2.9.8/include/libxml/relaxng.h
libxml2-2.9.8/include/libxml/dict.h
libxml2-2.9.8/include/libxml/SAX2.h
libxml2-2.9.8/include/libxml/xmlexports.h
libxml2-2.9.8/include/libxml/xmlwriter.h
libxml2-2.9.8/include/libxml/chvalid.h
libxml2-2.9.8/include/libxml/pattern.h
libxml2-2.9.8/include/libxml/xmlsave.h
libxml2-2.9.8/include/libxml/schematron.h
libxml2-2.9.8/include/libxml/Makefile.in
libxml2-2.9.8/include/libxml/xmlversion.h.in
libxml2-2.9.8/doc/
libxml2-2.9.8/doc/html/
libxml2-2.9.8/doc/html/book1.html
libxml2-2.9.8/doc/html/home.png
libxml2-2.9.8/doc/html/index.html
libxml2-2.9.8/doc/html/left.png
libxml2-2.9.8/doc/html/libxml-DOCBparser.html
libxml2-2.9.8/doc/html/libxml-HTMLparser.html
libxml2-2.9.8/doc/html/libxml-HTMLtree.html
libxml2-2.9.8/doc/html/libxml-SAX.html
libxml2-2.9.8/doc/html/libxml-SAX2.html
libxml2-2.9.8/doc/html/libxml-c14n.html
libxml2-2.9.8/doc/html/libxml-catalog.html
libxml2-2.9.8/doc/html/libxml-chvalid.html
libxml2-2.9.8/doc/html/libxml-debugXML.html
libxml2-2.9.8/doc/html/libxml-dict.html
libxml2-2.9.8/doc/html/libxml-encoding.html
libxml2-2.9.8/doc/html/libxml-entities.html
libxml2-2.9.8/doc/html/libxml-globals.html
libxml2-2.9.8/doc/html/libxml-hash.html
libxml2-2.9.8/doc/html/libxml-lib.html
libxml2-2.9.8/doc/html/libxml-list.html
libxml2-2.9.8/doc/html/libxml-nanoftp.html
libxml2-2.9.8/doc/html/libxml-nanohttp.html
libxml2-2.9.8/doc/html/libxml-parser.html
libxml2-2.9.8/doc/html/libxml-parserInternals.html
libxml2-2.9.8/doc/html/libxml-pattern.html
libxml2-2.9.8/doc/html/libxml-relaxng.html
libxml2-2.9.8/doc/html/libxml-schemasInternals.html
libxml2-2.9.8/doc/html/libxml-schematron.html
libxml2-2.9.8/doc/html/libxml-threads.html
libxml2-2.9.8/doc/html/libxml-tree.html
libxml2-2.9.8/doc/html/libxml-uri.html
libxml2-2.9.8/doc/html/libxml-valid.html
libxml2-2.9.8/doc/html/libxml-xinclude.html
libxml2-2.9.8/doc/html/libxml-xlink.html
libxml2-2.9.8/doc/html/libxml-xmlIO.html
libxml2-2.9.8/doc/html/libxml-xmlautomata.html
libxml2-2.9.8/doc/html/libxml-xmlerror.html
libxml2-2.9.8/doc/html/libxml-xmlexports.html
libxml2-2.9.8/doc/html/libxml-xmlmemory.html
libxml2-2.9.8/doc/html/libxml-xmlmodule.html
libxml2-2.9.8/doc/html/libxml-xmlreader.html
libxml2-2.9.8/doc/html/libxml-xmlregexp.html
libxml2-2.9.8/doc/html/libxml-xmlsave.html
libxml2-2.9.8/doc/html/libxml-xmlschemas.html
libxml2-2.9.8/doc/html/libxml-xmlschemastypes.html
libxml2-2.9.8/doc/html/libxml-xmlstring.html
libxml2-2.9.8/doc/html/libxml-xmlunicode.html
libxml2-2.9.8/doc/html/libxml-xmlversion.html
libxml2-2.9.8/doc/html/libxml-xmlwriter.html
libxml2-2.9.8/doc/html/libxml-xpath.html
libxml2-2.9.8/doc/html/libxml-xpathInternals.html
libxml2-2.9.8/doc/html/libxml-xpointer.html
libxml2-2.9.8/doc/html/libxml-xzlib.html
libxml2-2.9.8/doc/html/right.png
libxml2-2.9.8/doc/html/up.png
libxml2-2.9.8/doc/tutorial/
libxml2-2.9.8/doc/tutorial/images/
libxml2-2.9.8/doc/tutorial/images/callouts/
libxml2-2.9.8/doc/tutorial/images/callouts/1.png
libxml2-2.9.8/doc/tutorial/images/callouts/10.png
libxml2-2.9.8/doc/tutorial/images/callouts/2.png
libxml2-2.9.8/doc/tutorial/images/callouts/3.png
libxml2-2.9.8/doc/tutorial/images/callouts/4.png
libxml2-2.9.8/doc/tutorial/images/callouts/5.png
libxml2-2.9.8/doc/tutorial/images/callouts/6.png
libxml2-2.9.8/doc/tutorial/images/callouts/7.png
libxml2-2.9.8/doc/tutorial/images/callouts/8.png
libxml2-2.9.8/doc/tutorial/images/callouts/9.png
libxml2-2.9.8/doc/tutorial/images/blank.png
libxml2-2.9.8/doc/tutorial/images/caution.png
libxml2-2.9.8/doc/tutorial/images/draft.png
libxml2-2.9.8/doc/tutorial/images/home.png
libxml2-2.9.8/doc/tutorial/images/important.png
libxml2-2.9.8/doc/tutorial/images/next.png
libxml2-2.9.8/doc/tutorial/images/note.png
libxml2-2.9.8/doc/tutorial/images/prev.png
libxml2-2.9.8/doc/tutorial/images/tip.png
libxml2-2.9.8/doc/tutorial/images/toc-blank.png
libxml2-2.9.8/doc/tutorial/images/toc-minus.png
libxml2-2.9.8/doc/tutorial/images/toc-plus.png
libxml2-2.9.8/doc/tutorial/images/up.png
libxml2-2.9.8/doc/tutorial/images/warning.png
libxml2-2.9.8/doc/tutorial/apa.html
libxml2-2.9.8/doc/tutorial/apb.html
libxml2-2.9.8/doc/tutorial/apc.html
libxml2-2.9.8/doc/tutorial/apd.html
libxml2-2.9.8/doc/tutorial/ape.html
libxml2-2.9.8/doc/tutorial/apf.html
libxml2-2.9.8/doc/tutorial/apg.html
libxml2-2.9.8/doc/tutorial/aph.html
libxml2-2.9.8/doc/tutorial/api.html
libxml2-2.9.8/doc/tutorial/ar01s02.html
libxml2-2.9.8/doc/tutorial/ar01s03.html
libxml2-2.9.8/doc/tutorial/ar01s04.html
libxml2-2.9.8/doc/tutorial/ar01s05.html
libxml2-2.9.8/doc/tutorial/ar01s06.html
libxml2-2.9.8/doc/tutorial/ar01s07.html
libxml2-2.9.8/doc/tutorial/ar01s08.html
libxml2-2.9.8/doc/tutorial/ar01s09.html
libxml2-2.9.8/doc/tutorial/includeaddattribute.c
libxml2-2.9.8/doc/tutorial/includeaddkeyword.c
libxml2-2.9.8/doc/tutorial/includeconvert.c
libxml2-2.9.8/doc/tutorial/includegetattribute.c
libxml2-2.9.8/doc/tutorial/includekeyword.c
libxml2-2.9.8/doc/tutorial/includexpath.c
libxml2-2.9.8/doc/tutorial/index.html
libxml2-2.9.8/doc/tutorial/ix01.html
libxml2-2.9.8/doc/tutorial/xmltutorial.pdf
libxml2-2.9.8/doc/Makefile.am
libxml2-2.9.8/doc/Makefile.in
libxml2-2.9.8/doc/APIchunk0.html
libxml2-2.9.8/doc/APIchunk1.html
libxml2-2.9.8/doc/APIchunk2.html
libxml2-2.9.8/doc/APIchunk3.html
libxml2-2.9.8/doc/APIchunk4.html
libxml2-2.9.8/doc/APIchunk5.html
libxml2-2.9.8/doc/APIchunk6.html
libxml2-2.9.8/doc/APIchunk7.html
libxml2-2.9.8/doc/APIchunk8.html
libxml2-2.9.8/doc/APIchunk9.html
libxml2-2.9.8/doc/APIchunk10.html
libxml2-2.9.8/doc/APIchunk11.html
libxml2-2.9.8/doc/APIchunk12.html
libxml2-2.9.8/doc/APIchunk13.html
libxml2-2.9.8/doc/APIchunk14.html
libxml2-2.9.8/doc/APIchunk15.html
libxml2-2.9.8/doc/APIchunk16.html
libxml2-2.9.8/doc/APIchunk17.html
libxml2-2.9.8/doc/APIchunk18.html
libxml2-2.9.8/doc/APIchunk19.html
libxml2-2.9.8/doc/APIchunk20.html
libxml2-2.9.8/doc/APIchunk21.html
libxml2-2.9.8/doc/APIchunk22.html
libxml2-2.9.8/doc/APIchunk23.html
libxml2-2.9.8/doc/APIchunk24.html
libxml2-2.9.8/doc/APIchunk25.html
libxml2-2.9.8/doc/APIchunk26.html
libxml2-2.9.8/doc/APIchunk27.html
libxml2-2.9.8/doc/APIchunk28.html
libxml2-2.9.8/doc/APIchunk29.html
libxml2-2.9.8/doc/APIconstructors.html
libxml2-2.9.8/doc/APIfiles.html
libxml2-2.9.8/doc/APIfunctions.html
libxml2-2.9.8/doc/APIsymbols.html
libxml2-2.9.8/doc/ChangeLog.xsl
libxml2-2.9.8/doc/DOM.gif
libxml2-2.9.8/doc/DOM.html
libxml2-2.9.8/doc/FAQ.html
libxml2-2.9.8/doc/Libxml2-Logo-180x168.gif
libxml2-2.9.8/doc/Libxml2-Logo-90x34.gif
libxml2-2.9.8/doc/README.docs
libxml2-2.9.8/doc/XMLinfo.html
libxml2-2.9.8/doc/XSLT.html
libxml2-2.9.8/doc/api.xsl
libxml2-2.9.8/doc/apibuild.py
libxml2-2.9.8/doc/architecture.html
libxml2-2.9.8/doc/bugs.html
libxml2-2.9.8/doc/catalog.gif
libxml2-2.9.8/doc/catalog.html
libxml2-2.9.8/doc/checkapisym.xsl
libxml2-2.9.8/doc/contribs.html
libxml2-2.9.8/doc/docs.html
libxml2-2.9.8/doc/downloads.html
libxml2-2.9.8/doc/elfgcchack.xsl
libxml2-2.9.8/doc/encoding.html
libxml2-2.9.8/doc/entities.html
libxml2-2.9.8/doc/example.html
libxml2-2.9.8/doc/guidelines.html
libxml2-2.9.8/doc/help.html
libxml2-2.9.8/doc/index.html
libxml2-2.9.8/doc/index.py
libxml2-2.9.8/doc/interface.html
libxml2-2.9.8/doc/intro.html
libxml2-2.9.8/doc/library.html
libxml2-2.9.8/doc/libxml.gif
libxml2-2.9.8/doc/libxml2-api.xml
libxml2-2.9.8/doc/libxml2.xsa
libxml2-2.9.8/doc/namespaces.html
libxml2-2.9.8/doc/newapi.xsl
libxml2-2.9.8/doc/news.html
libxml2-2.9.8/doc/news.xsl
libxml2-2.9.8/doc/python.html
libxml2-2.9.8/doc/redhat.gif
libxml2-2.9.8/doc/search.php
libxml2-2.9.8/doc/searches.html
libxml2-2.9.8/doc/searches.xsl
libxml2-2.9.8/doc/site.xsl
libxml2-2.9.8/doc/smallfootonly.gif
libxml2-2.9.8/doc/structure.gif
libxml2-2.9.8/doc/symbols.xml
libxml2-2.9.8/doc/syms.xsl
libxml2-2.9.8/doc/threads.html
libxml2-2.9.8/doc/tree.html
libxml2-2.9.8/doc/upgrade.html
libxml2-2.9.8/doc/w3c.png
libxml2-2.9.8/doc/wiki.xsl
libxml2-2.9.8/doc/xml.html
libxml2-2.9.8/doc/xmlcatalog.1
libxml2-2.9.8/doc/xmlcatalog_man.html
libxml2-2.9.8/doc/xmlcatalog_man.xml
libxml2-2.9.8/doc/xmldtd.html
libxml2-2.9.8/doc/xmlio.html
libxml2-2.9.8/doc/xmllint.1
libxml2-2.9.8/doc/xmllint.html
libxml2-2.9.8/doc/xmllint.xml
libxml2-2.9.8/doc/xmlmem.html
libxml2-2.9.8/doc/xmlreader.html
libxml2-2.9.8/doc/xsa.xsl
libxml2-2.9.8/doc/devhelp/
libxml2-2.9.8/doc/devhelp/Makefile.am
libxml2-2.9.8/doc/devhelp/libxml2.devhelp
libxml2-2.9.8/doc/devhelp/general.html
libxml2-2.9.8/doc/devhelp/index.html
libxml2-2.9.8/doc/devhelp/libxml2-c14n.html
libxml2-2.9.8/doc/devhelp/libxml2-catalog.html
libxml2-2.9.8/doc/devhelp/libxml2-chvalid.html
libxml2-2.9.8/doc/devhelp/libxml2-debugXML.html
libxml2-2.9.8/doc/devhelp/libxml2-dict.html
libxml2-2.9.8/doc/devhelp/libxml2-DOCBparser.html
libxml2-2.9.8/doc/devhelp/libxml2-encoding.html
libxml2-2.9.8/doc/devhelp/libxml2-entities.html
libxml2-2.9.8/doc/devhelp/libxml2-globals.html
libxml2-2.9.8/doc/devhelp/libxml2-hash.html
libxml2-2.9.8/doc/devhelp/libxml2-HTMLparser.html
libxml2-2.9.8/doc/devhelp/libxml2-HTMLtree.html
libxml2-2.9.8/doc/devhelp/libxml2-list.html
libxml2-2.9.8/doc/devhelp/libxml2-nanoftp.html
libxml2-2.9.8/doc/devhelp/libxml2-nanohttp.html
libxml2-2.9.8/doc/devhelp/libxml2-parser.html
libxml2-2.9.8/doc/devhelp/libxml2-parserInternals.html
libxml2-2.9.8/doc/devhelp/libxml2-pattern.html
libxml2-2.9.8/doc/devhelp/libxml2-relaxng.html
libxml2-2.9.8/doc/devhelp/libxml2-SAX2.html
libxml2-2.9.8/doc/devhelp/libxml2-SAX.html
libxml2-2.9.8/doc/devhelp/libxml2-schemasInternals.html
libxml2-2.9.8/doc/devhelp/libxml2-schematron.html
libxml2-2.9.8/doc/devhelp/libxml2-threads.html
libxml2-2.9.8/doc/devhelp/libxml2-tree.html
libxml2-2.9.8/doc/devhelp/libxml2-uri.html
libxml2-2.9.8/doc/devhelp/libxml2-valid.html
libxml2-2.9.8/doc/devhelp/libxml2-xinclude.html
libxml2-2.9.8/doc/devhelp/libxml2-xlink.html
libxml2-2.9.8/doc/devhelp/libxml2-xmlautomata.html
libxml2-2.9.8/doc/devhelp/libxml2-xmlerror.html
libxml2-2.9.8/doc/devhelp/libxml2-xmlexports.html
libxml2-2.9.8/doc/devhelp/libxml2-xmlIO.html
libxml2-2.9.8/doc/devhelp/libxml2-xmlmemory.html
libxml2-2.9.8/doc/devhelp/libxml2-xmlmodule.html
libxml2-2.9.8/doc/devhelp/libxml2-xmlreader.html
libxml2-2.9.8/doc/devhelp/libxml2-xmlregexp.html
libxml2-2.9.8/doc/devhelp/libxml2-xmlsave.html
libxml2-2.9.8/doc/devhelp/libxml2-xmlschemas.html
libxml2-2.9.8/doc/devhelp/libxml2-xmlschemastypes.html
libxml2-2.9.8/doc/devhelp/libxml2-xmlstring.html
libxml2-2.9.8/doc/devhelp/libxml2-xmlunicode.html
libxml2-2.9.8/doc/devhelp/libxml2-xmlversion.html
libxml2-2.9.8/doc/devhelp/libxml2-xmlwriter.html
libxml2-2.9.8/doc/devhelp/libxml2-xpath.html
libxml2-2.9.8/doc/devhelp/libxml2-xpathInternals.html
libxml2-2.9.8/doc/devhelp/libxml2-xpointer.html
libxml2-2.9.8/doc/devhelp/home.png
libxml2-2.9.8/doc/devhelp/left.png
libxml2-2.9.8/doc/devhelp/right.png
libxml2-2.9.8/doc/devhelp/up.png
libxml2-2.9.8/doc/devhelp/style.css
libxml2-2.9.8/doc/devhelp/Makefile.in
libxml2-2.9.8/doc/devhelp/devhelp.xsl
libxml2-2.9.8/doc/devhelp/html.xsl
libxml2-2.9.8/doc/examples/
libxml2-2.9.8/doc/examples/Makefile.am
libxml2-2.9.8/doc/examples/Makefile.in
libxml2-2.9.8/doc/examples/io1.c
libxml2-2.9.8/doc/examples/io2.c
libxml2-2.9.8/doc/examples/parse1.c
libxml2-2.9.8/doc/examples/parse2.c
libxml2-2.9.8/doc/examples/parse3.c
libxml2-2.9.8/doc/examples/parse4.c
libxml2-2.9.8/doc/examples/reader1.c
libxml2-2.9.8/doc/examples/reader2.c
libxml2-2.9.8/doc/examples/reader3.c
libxml2-2.9.8/doc/examples/reader4.c
libxml2-2.9.8/doc/examples/testWriter.c
libxml2-2.9.8/doc/examples/tree1.c
libxml2-2.9.8/doc/examples/tree2.c
libxml2-2.9.8/doc/examples/xpath1.c
libxml2-2.9.8/doc/examples/xpath2.c
libxml2-2.9.8/doc/examples/examples.xml
libxml2-2.9.8/doc/examples/examples.xsl
libxml2-2.9.8/doc/examples/index.html
libxml2-2.9.8/doc/examples/index.py
libxml2-2.9.8/doc/examples/io1.res
libxml2-2.9.8/doc/examples/io2.res
libxml2-2.9.8/doc/examples/reader1.res
libxml2-2.9.8/doc/examples/reader3.res
libxml2-2.9.8/doc/examples/reader4.res
libxml2-2.9.8/doc/examples/test1.xml
libxml2-2.9.8/doc/examples/test2.xml
libxml2-2.9.8/doc/examples/test3.xml
libxml2-2.9.8/doc/examples/tree1.res
libxml2-2.9.8/doc/examples/tree2.res
libxml2-2.9.8/doc/examples/tst.xml
libxml2-2.9.8/doc/examples/writer.xml
libxml2-2.9.8/doc/examples/xpath1.res
libxml2-2.9.8/doc/examples/xpath2.res
libxml2-2.9.8/python/
libxml2-2.9.8/python/Makefile.am
libxml2-2.9.8/python/TODO
libxml2-2.9.8/python/drv_libxml2.py
libxml2-2.9.8/python/libxml2.py
libxml2-2.9.8/python/Makefile.in
libxml2-2.9.8/python/setup.py.in
libxml2-2.9.8/python/README
libxml2-2.9.8/python/libxml.c
libxml2-2.9.8/python/libxml_wrap.h
libxml2-2.9.8/python/libxml2-py.h
libxml2-2.9.8/python/libxml2-py.c
libxml2-2.9.8/python/types.c
libxml2-2.9.8/python/setup.py
libxml2-2.9.8/python/generator.py
libxml2-2.9.8/python/libxml.py
libxml2-2.9.8/python/libxml2-export.c
libxml2-2.9.8/python/libxml2-python-api.xml
libxml2-2.9.8/python/libxml2class.py
libxml2-2.9.8/python/libxml2class.txt
libxml2-2.9.8/python/tests/
libxml2-2.9.8/python/tests/Makefile.am
libxml2-2.9.8/python/tests/build.py
libxml2-2.9.8/python/tests/attribs.py
libxml2-2.9.8/python/tests/tst.py
libxml2-2.9.8/python/tests/tstxpath.py
libxml2-2.9.8/python/tests/xpathext.py
libxml2-2.9.8/python/tests/push.py
libxml2-2.9.8/python/tests/pushSAX.py
libxml2-2.9.8/python/tests/pushSAXhtml.py
libxml2-2.9.8/python/tests/error.py
libxml2-2.9.8/python/tests/serialize.py
libxml2-2.9.8/python/tests/validate.py
libxml2-2.9.8/python/tests/tstURI.py
libxml2-2.9.8/python/tests/cutnpaste.py
libxml2-2.9.8/python/tests/xpathret.py
libxml2-2.9.8/python/tests/xpath.py
libxml2-2.9.8/python/tests/outbuf.py
libxml2-2.9.8/python/tests/inbuf.py
libxml2-2.9.8/python/tests/input_callback.py
libxml2-2.9.8/python/tests/resolver.py
libxml2-2.9.8/python/tests/regexp.py
libxml2-2.9.8/python/tests/reader.py
libxml2-2.9.8/python/tests/reader2.py
libxml2-2.9.8/python/tests/reader3.py
libxml2-2.9.8/python/tests/reader4.py
libxml2-2.9.8/python/tests/reader5.py
libxml2-2.9.8/python/tests/reader6.py
libxml2-2.9.8/python/tests/reader7.py
libxml2-2.9.8/python/tests/reader8.py
libxml2-2.9.8/python/tests/readernext.py
libxml2-2.9.8/python/tests/walker.py
libxml2-2.9.8/python/tests/nsdel.py
libxml2-2.9.8/python/tests/ctxterror.py
libxml2-2.9.8/python/tests/readererr.py
libxml2-2.9.8/python/tests/relaxng.py
libxml2-2.9.8/python/tests/schema.py
libxml2-2.9.8/python/tests/thread2.py
libxml2-2.9.8/python/tests/sync.py
libxml2-2.9.8/python/tests/tstLastError.py
libxml2-2.9.8/python/tests/indexes.py
libxml2-2.9.8/python/tests/dtdvalid.py
libxml2-2.9.8/python/tests/tstmem.py
libxml2-2.9.8/python/tests/validDTD.py
libxml2-2.9.8/python/tests/validSchemas.py
libxml2-2.9.8/python/tests/validRNG.py
libxml2-2.9.8/python/tests/compareNodes.py
libxml2-2.9.8/python/tests/xpathns.py
libxml2-2.9.8/python/tests/xpathleak.py
libxml2-2.9.8/python/tests/tst.xml
libxml2-2.9.8/python/tests/valid.xml
libxml2-2.9.8/python/tests/invalid.xml
libxml2-2.9.8/python/tests/test.dtd
libxml2-2.9.8/python/tests/Makefile.in
libxml2-2.9.8/xstc/
libxml2-2.9.8/xstc/Makefile.am
libxml2-2.9.8/xstc/Makefile.in
libxml2-2.9.8/xstc/xstc.py
libxml2-2.9.8/xstc/xstc-to-python.xsl
libxml2-2.9.8/win32/
libxml2-2.9.8/win32/wince/
libxml2-2.9.8/win32/wince/libxml2.vcb
libxml2-2.9.8/win32/wince/libxml2.vcl
libxml2-2.9.8/win32/wince/libxml2.vco
libxml2-2.9.8/win32/wince/libxml2.vcp
libxml2-2.9.8/win32/wince/libxml2.vcw
libxml2-2.9.8/win32/wince/wincecompat.h
libxml2-2.9.8/win32/wince/wincecompat.c
libxml2-2.9.8/win32/defgen.xsl
libxml2-2.9.8/win32/VC10/
libxml2-2.9.8/win32/VC10/README.vc10
libxml2-2.9.8/win32/VC10/RuleSet1.ruleset
libxml2-2.9.8/win32/VC10/libxml2-focus.vcxproj
libxml2-2.9.8/win32/VC10/libxml2.sln
libxml2-2.9.8/win32/VC10/libxml2.vcxproj
libxml2-2.9.8/win32/VC10/libxml2.vcxproj.filters
libxml2-2.9.8/win32/VC10/runsuite.vcxproj
libxml2-2.9.8/win32/VC10/runsuite.vcxproj.filters
libxml2-2.9.8/win32/VC10/config.h
libxml2-2.9.8/win32/libxml2.def.src
libxml2-2.9.8/win32/Readme.txt
libxml2-2.9.8/win32/Makefile.bcb
libxml2-2.9.8/win32/Makefile.mingw
libxml2-2.9.8/win32/Makefile.msvc
libxml2-2.9.8/win32/configure.js
libxml2-2.9.8/win32/libxml2.rc
libxml2-2.9.8/macos/
libxml2-2.9.8/macos/src/
libxml2-2.9.8/macos/src/XMLTestPrefix.h
libxml2-2.9.8/macos/src/XMLTestPrefix2.h
libxml2-2.9.8/macos/src/libxml2_GUSIConfig.cp
libxml2-2.9.8/macos/src/macos_main.c
libxml2-2.9.8/macos/src/config-mac.h
libxml2-2.9.8/macos/README
libxml2-2.9.8/macos/libxml2.mcp.xml.sit.hqx
libxml2-2.9.8/os400/
libxml2-2.9.8/os400/config.h.in
libxml2-2.9.8/os400/README400
libxml2-2.9.8/os400/dlfcn/
libxml2-2.9.8/os400/dlfcn/dlfcn.c
libxml2-2.9.8/os400/dlfcn/dlfcn.h
libxml2-2.9.8/os400/iconv/
libxml2-2.9.8/os400/iconv/README.iconv
libxml2-2.9.8/os400/iconv/bldcsndfa/
libxml2-2.9.8/os400/iconv/bldcsndfa/bldcsndfa.c
libxml2-2.9.8/os400/iconv/bldcsndfa/ccsid_mibenum.dtd
libxml2-2.9.8/os400/iconv/bldcsndfa/ccsid_mibenum.xml
libxml2-2.9.8/os400/iconv/bldcsndfa/character-sets.xhtml
libxml2-2.9.8/os400/iconv/ianatables.c
libxml2-2.9.8/os400/iconv/iconv.c
libxml2-2.9.8/os400/iconv/iconv.h
libxml2-2.9.8/os400/initscript.sh
libxml2-2.9.8/os400/libxmlmain.c
libxml2-2.9.8/os400/libxmlrpg/
libxml2-2.9.8/os400/libxmlrpg/DOCBparser.rpgle
libxml2-2.9.8/os400/libxmlrpg/HTMLparser.rpgle
libxml2-2.9.8/os400/libxmlrpg/HTMLtree.rpgle
libxml2-2.9.8/os400/libxmlrpg/SAX.rpgle
libxml2-2.9.8/os400/libxmlrpg/SAX2.rpgle
libxml2-2.9.8/os400/libxmlrpg/c14n.rpgle
libxml2-2.9.8/os400/libxmlrpg/catalog.rpgle
libxml2-2.9.8/os400/libxmlrpg/chvalid.rpgle
libxml2-2.9.8/os400/libxmlrpg/debugXML.rpgle
libxml2-2.9.8/os400/libxmlrpg/dict.rpgle
libxml2-2.9.8/os400/libxmlrpg/encoding.rpgle
libxml2-2.9.8/os400/libxmlrpg/entities.rpgle
libxml2-2.9.8/os400/libxmlrpg/globals.rpgle
libxml2-2.9.8/os400/libxmlrpg/hash.rpgle
libxml2-2.9.8/os400/libxmlrpg/list.rpgle
libxml2-2.9.8/os400/libxmlrpg/nanoftp.rpgle
libxml2-2.9.8/os400/libxmlrpg/nanohttp.rpgle
libxml2-2.9.8/os400/libxmlrpg/parser.rpgle
libxml2-2.9.8/os400/libxmlrpg/parserInternals.rpgle
libxml2-2.9.8/os400/libxmlrpg/pattern.rpgle
libxml2-2.9.8/os400/libxmlrpg/relaxng.rpgle
libxml2-2.9.8/os400/libxmlrpg/schematron.rpgle
libxml2-2.9.8/os400/libxmlrpg/threads.rpgle
libxml2-2.9.8/os400/libxmlrpg/transcode.rpgle
libxml2-2.9.8/os400/libxmlrpg/tree.rpgle
libxml2-2.9.8/os400/libxmlrpg/uri.rpgle
libxml2-2.9.8/os400/libxmlrpg/valid.rpgle
libxml2-2.9.8/os400/libxmlrpg/xinclude.rpgle
libxml2-2.9.8/os400/libxmlrpg/xlink.rpgle
libxml2-2.9.8/os400/libxmlrpg/xmlIO.rpgle
libxml2-2.9.8/os400/libxmlrpg/xmlTypesC.rpgle
libxml2-2.9.8/os400/libxmlrpg/xmlautomata.rpgle
libxml2-2.9.8/os400/libxmlrpg/xmlerror.rpgle
libxml2-2.9.8/os400/libxmlrpg/xmlexports.rpgle
libxml2-2.9.8/os400/libxmlrpg/xmlmemory.rpgle
libxml2-2.9.8/os400/libxmlrpg/xmlmodule.rpgle
libxml2-2.9.8/os400/libxmlrpg/xmlregexp.rpgle
libxml2-2.9.8/os400/libxmlrpg/xmlsave.rpgle
libxml2-2.9.8/os400/libxmlrpg/xmlschemas.rpgle
libxml2-2.9.8/os400/libxmlrpg/xmlschemastypes.rpgle
libxml2-2.9.8/os400/libxmlrpg/xmlstdarg.rpgle
libxml2-2.9.8/os400/libxmlrpg/xmlstring.rpgle
libxml2-2.9.8/os400/libxmlrpg/xmlunicode.rpgle
libxml2-2.9.8/os400/libxmlrpg/xmlversion.rpgle.in
libxml2-2.9.8/os400/libxmlrpg/xmlwriter.rpgle
libxml2-2.9.8/os400/libxmlrpg/xpath.rpgle
libxml2-2.9.8/os400/libxmlrpg/xpathInternals.rpgle
libxml2-2.9.8/os400/libxmlrpg/xpointer.rpgle
libxml2-2.9.8/os400/libxmlrpg/schemasInternals.rpgle
libxml2-2.9.8/os400/libxmlrpg/xmlreader.rpgle
libxml2-2.9.8/os400/make-bldcsndfa.sh
libxml2-2.9.8/os400/make-include.sh
libxml2-2.9.8/os400/make-rpg.sh
libxml2-2.9.8/os400/make-src.sh
libxml2-2.9.8/os400/rpgsupport.c
libxml2-2.9.8/os400/rpgsupport.h
libxml2-2.9.8/os400/transcode.c
libxml2-2.9.8/os400/transcode.h
libxml2-2.9.8/os400/xmlcatalog.cmd
libxml2-2.9.8/os400/xmlcatlgcl.c
libxml2-2.9.8/os400/xmllint.cmd
libxml2-2.9.8/os400/xmllintcl.c
libxml2-2.9.8/os400/make.sh
libxml2-2.9.8/os400/os400config.h.in
libxml2-2.9.8/os400/wrappers.c
libxml2-2.9.8/os400/wrappers.h
libxml2-2.9.8/vms/
libxml2-2.9.8/vms/diffs.vms
libxml2-2.9.8/vms/readme.vms
libxml2-2.9.8/vms/build_libxml.com
libxml2-2.9.8/vms/config.vms
libxml2-2.9.8/VxWorks/
libxml2-2.9.8/VxWorks/Makefile
libxml2-2.9.8/VxWorks/README
libxml2-2.9.8/VxWorks/build.sh
libxml2-2.9.8/bakefile/
libxml2-2.9.8/bakefile/Bakefiles.bkgen
libxml2-2.9.8/bakefile/Readme.txt
libxml2-2.9.8/bakefile/libxml2.bkl
libxml2-2.9.8/test/
libxml2-2.9.8/test/HTML/
libxml2-2.9.8/test/HTML/53867.html
libxml2-2.9.8/test/HTML/Down.html
libxml2-2.9.8/test/HTML/attrents.html
libxml2-2.9.8/test/HTML/autoclose.html
libxml2-2.9.8/test/HTML/autoclose2.html
libxml2-2.9.8/test/HTML/autoclose3.html
libxml2-2.9.8/test/HTML/cf_128.html
libxml2-2.9.8/test/HTML/doc2.htm
libxml2-2.9.8/test/HTML/doc3.htm
libxml2-2.9.8/test/HTML/entities.html
libxml2-2.9.8/test/HTML/fp40.htm
libxml2-2.9.8/test/HTML/liclose.html
libxml2-2.9.8/test/HTML/lt.html
libxml2-2.9.8/test/HTML/pre.html
libxml2-2.9.8/test/HTML/python.html
libxml2-2.9.8/test/HTML/reg1.html
libxml2-2.9.8/test/HTML/reg2.html
libxml2-2.9.8/test/HTML/reg3.html
libxml2-2.9.8/test/HTML/reg4.html
libxml2-2.9.8/test/HTML/repeat.html
libxml2-2.9.8/test/HTML/script.html
libxml2-2.9.8/test/HTML/script2.html
libxml2-2.9.8/test/HTML/test2.html
libxml2-2.9.8/test/HTML/test3.html
libxml2-2.9.8/test/HTML/wired.html
libxml2-2.9.8/test/HTML/entities2.html
libxml2-2.9.8/test/HTML/utf8bug.html
libxml2-2.9.8/test/HTML/758606.html
libxml2-2.9.8/test/HTML/758606_2.html
libxml2-2.9.8/test/HTML/758605.html
libxml2-2.9.8/test/HTML/html5_enc.html
libxml2-2.9.8/test/HTML/noscript.html
libxml2-2.9.8/test/HTML/758518-entity.html
libxml2-2.9.8/test/HTML/758518-tag.html
libxml2-2.9.8/test/SVG/
libxml2-2.9.8/test/SVG/4rects.xml
libxml2-2.9.8/test/SVG/a-valid.xml
libxml2-2.9.8/test/SVG/a-wf.xml
libxml2-2.9.8/test/SVG/bike.xml
libxml2-2.9.8/test/SVG/circle.xml
libxml2-2.9.8/test/SVG/defs.xml
libxml2-2.9.8/test/SVG/desc.xml
libxml2-2.9.8/test/SVG/ellipse.xml
libxml2-2.9.8/test/SVG/flower2.xml
libxml2-2.9.8/test/SVG/gradient.xml
libxml2-2.9.8/test/SVG/group01.xml
libxml2-2.9.8/test/SVG/group02.xml
libxml2-2.9.8/test/SVG/group03.xml
libxml2-2.9.8/test/SVG/image-valid.xml
libxml2-2.9.8/test/SVG/image-wf.xml
libxml2-2.9.8/test/SVG/lin-gradient.xml
libxml2-2.9.8/test/SVG/marker.xml
libxml2-2.9.8/test/SVG/mask.xml
libxml2-2.9.8/test/SVG/mathswitch.xml
libxml2-2.9.8/test/SVG/parentns.xml
libxml2-2.9.8/test/SVG/path01.xml
libxml2-2.9.8/test/SVG/path02.xml
libxml2-2.9.8/test/SVG/patternfill.xml
libxml2-2.9.8/test/SVG/polyline.xml
libxml2-2.9.8/test/SVG/private.xml
libxml2-2.9.8/test/SVG/rad-gradient.xml
libxml2-2.9.8/test/SVG/rectangle.xml
libxml2-2.9.8/test/SVG/richdesc.xml
libxml2-2.9.8/test/SVG/script.xml
libxml2-2.9.8/test/SVG/structure01.xml
libxml2-2.9.8/test/SVG/style.xml
libxml2-2.9.8/test/SVG/switch.xml
libxml2-2.9.8/test/SVG/symbol-use.xml
libxml2-2.9.8/test/SVG/template.xml
libxml2-2.9.8/test/SVG/text01.xml
libxml2-2.9.8/test/SVG/text02.xml
libxml2-2.9.8/test/SVG/text03.xml
libxml2-2.9.8/test/SVG/toap01.xml
libxml2-2.9.8/test/SVG/toap02.xml
libxml2-2.9.8/test/SVG/transform.xml
libxml2-2.9.8/test/SVG/trivial.xml
libxml2-2.9.8/test/SVG/twin-gradients.xml
libxml2-2.9.8/test/SVG/v-template.xml
libxml2-2.9.8/test/SVG/viewport-nest.xml
libxml2-2.9.8/test/SVG/viewport-transform.xml
libxml2-2.9.8/test/SVG/viewport.xml
libxml2-2.9.8/test/SVG/wf-template.xml
libxml2-2.9.8/test/URI/
libxml2-2.9.8/test/URI/smith.uri
libxml2-2.9.8/test/URI/uri.data
libxml2-2.9.8/test/VC/
libxml2-2.9.8/test/VC/dtds/
libxml2-2.9.8/test/VC/dtds/a.dtd
libxml2-2.9.8/test/VC/dtds/doc.dtd
libxml2-2.9.8/test/VC/AttributeDefaultLegal
libxml2-2.9.8/test/VC/AttributeNmtokens
libxml2-2.9.8/test/VC/DuplicateType
libxml2-2.9.8/test/VC/ElementValid
libxml2-2.9.8/test/VC/ElementValid2
libxml2-2.9.8/test/VC/ElementValid3
libxml2-2.9.8/test/VC/ElementValid4
libxml2-2.9.8/test/VC/ElementValid5
libxml2-2.9.8/test/VC/ElementValid6
libxml2-2.9.8/test/VC/ElementValid7
libxml2-2.9.8/test/VC/ElementValid8
libxml2-2.9.8/test/VC/Enumeration
libxml2-2.9.8/test/VC/NS1
libxml2-2.9.8/test/VC/NS2
libxml2-2.9.8/test/VC/NS3
libxml2-2.9.8/test/VC/OneID
libxml2-2.9.8/test/VC/OneID2
libxml2-2.9.8/test/VC/OneID3
libxml2-2.9.8/test/VC/PENesting
libxml2-2.9.8/test/VC/PENesting2
libxml2-2.9.8/test/VC/UniqueElementTypeDeclaration
libxml2-2.9.8/test/VC/UniqueElementTypeDeclaration2
libxml2-2.9.8/test/VCM/
libxml2-2.9.8/test/VCM/21.xml
libxml2-2.9.8/test/VCM/AttributeNmtokens.xml
libxml2-2.9.8/test/VCM/v1.xml
libxml2-2.9.8/test/VCM/v10.xml
libxml2-2.9.8/test/VCM/v11.xml
libxml2-2.9.8/test/VCM/v12.xml
libxml2-2.9.8/test/VCM/v13.xml
libxml2-2.9.8/test/VCM/v14.xml
libxml2-2.9.8/test/VCM/v15.xml
libxml2-2.9.8/test/VCM/v16.xml
libxml2-2.9.8/test/VCM/v17.xml
libxml2-2.9.8/test/VCM/v18.xml
libxml2-2.9.8/test/VCM/v19.xml
libxml2-2.9.8/test/VCM/v2.xml
libxml2-2.9.8/test/VCM/v20.xml
libxml2-2.9.8/test/VCM/v21.xml
libxml2-2.9.8/test/VCM/v22.xml
libxml2-2.9.8/test/VCM/v23.xml
libxml2-2.9.8/test/VCM/v24.xml
libxml2-2.9.8/test/VCM/v3.xml
libxml2-2.9.8/test/VCM/v4.xml
libxml2-2.9.8/test/VCM/v5.xml
libxml2-2.9.8/test/VCM/v6.xml
libxml2-2.9.8/test/VCM/v7.xml
libxml2-2.9.8/test/VCM/v8.xml
libxml2-2.9.8/test/VCM/v9.xml
libxml2-2.9.8/test/WFC/
libxml2-2.9.8/test/WFC/ElemTypeMatch
libxml2-2.9.8/test/WFC/EntityDeclared
libxml2-2.9.8/test/WFC/EntityDeclared2
libxml2-2.9.8/test/WFC/EntityDeclared3
libxml2-2.9.8/test/WFC/EntityDeclared4
libxml2-2.9.8/test/WFC/EntityDeclared5
libxml2-2.9.8/test/WFC/LegalCharacter
libxml2-2.9.8/test/WFC/NoExternalEntityRef
libxml2-2.9.8/test/WFC/NoLtInAttValue
libxml2-2.9.8/test/WFC/NoRecursion
libxml2-2.9.8/test/WFC/PEintsubset
libxml2-2.9.8/test/WFC/UniqueAttSpec
libxml2-2.9.8/test/WFC/UniqueAttSpec2
libxml2-2.9.8/test/XInclude/
libxml2-2.9.8/test/XInclude/docs/
libxml2-2.9.8/test/XInclude/docs/docids.xml
libxml2-2.9.8/test/XInclude/docs/fallback.xml
libxml2-2.9.8/test/XInclude/docs/fallback2.xml
libxml2-2.9.8/test/XInclude/docs/include.xml
libxml2-2.9.8/test/XInclude/docs/nodes.xml
libxml2-2.9.8/test/XInclude/docs/nodes2.xml
libxml2-2.9.8/test/XInclude/docs/nodes3.xml
libxml2-2.9.8/test/XInclude/docs/recursive.xml
libxml2-2.9.8/test/XInclude/docs/tstencoding.xml
libxml2-2.9.8/test/XInclude/docs/txtinclude.xml
libxml2-2.9.8/test/XInclude/ents/
libxml2-2.9.8/test/XInclude/ents/ids.xml
libxml2-2.9.8/test/XInclude/ents/inc.txt
libxml2-2.9.8/test/XInclude/ents/isolatin.txt
libxml2-2.9.8/test/XInclude/ents/something.txt
libxml2-2.9.8/test/XInclude/ents/something.xml
libxml2-2.9.8/test/XInclude/ents/sub-inc.ent
libxml2-2.9.8/test/XPath/
libxml2-2.9.8/test/XPath/docs/
libxml2-2.9.8/test/XPath/docs/chapters
libxml2-2.9.8/test/XPath/docs/id
libxml2-2.9.8/test/XPath/docs/lang
libxml2-2.9.8/test/XPath/docs/mixed
libxml2-2.9.8/test/XPath/docs/nodes
libxml2-2.9.8/test/XPath/docs/simple
libxml2-2.9.8/test/XPath/docs/usr1
libxml2-2.9.8/test/XPath/docs/vid
libxml2-2.9.8/test/XPath/docs/ns
libxml2-2.9.8/test/XPath/docs/str
libxml2-2.9.8/test/XPath/expr/
libxml2-2.9.8/test/XPath/expr/compare
libxml2-2.9.8/test/XPath/expr/equality
libxml2-2.9.8/test/XPath/expr/base
libxml2-2.9.8/test/XPath/expr/floats
libxml2-2.9.8/test/XPath/expr/functions
libxml2-2.9.8/test/XPath/expr/strings
libxml2-2.9.8/test/XPath/tests/
libxml2-2.9.8/test/XPath/tests/chaptersprefol
libxml2-2.9.8/test/XPath/tests/idsimple
libxml2-2.9.8/test/XPath/tests/langsimple
libxml2-2.9.8/test/XPath/tests/mixedpat
libxml2-2.9.8/test/XPath/tests/nodespat
libxml2-2.9.8/test/XPath/tests/simpleabbr
libxml2-2.9.8/test/XPath/tests/usr1check
libxml2-2.9.8/test/XPath/tests/vidbase
libxml2-2.9.8/test/XPath/tests/chaptersbase
libxml2-2.9.8/test/XPath/tests/nssimple
libxml2-2.9.8/test/XPath/tests/simplebase
libxml2-2.9.8/test/XPath/tests/strbase
libxml2-2.9.8/test/XPath/xptr/
libxml2-2.9.8/test/XPath/xptr/chapterschildseq
libxml2-2.9.8/test/XPath/xptr/chaptersparts
libxml2-2.9.8/test/XPath/xptr/chaptersrange
libxml2-2.9.8/test/XPath/xptr/strpoint
libxml2-2.9.8/test/XPath/xptr/strrange
libxml2-2.9.8/test/XPath/xptr/strrange2
libxml2-2.9.8/test/XPath/xptr/strrange3
libxml2-2.9.8/test/XPath/xptr/vidchildseq
libxml2-2.9.8/test/XPath/xptr/vidparts
libxml2-2.9.8/test/XPath/xptr/viderror
libxml2-2.9.8/test/XPath/xptr/vidbase
libxml2-2.9.8/test/automata/
libxml2-2.9.8/test/automata/a
libxml2-2.9.8/test/automata/aba
libxml2-2.9.8/test/automata/abaa
libxml2-2.9.8/test/automata/abba
libxml2-2.9.8/test/automata/po
libxml2-2.9.8/test/c14n/
libxml2-2.9.8/test/c14n/exc-without-comments/
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-26.ns
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-09.xml
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-25.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-09.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-26.xml
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-10.xml
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-26.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-10.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-11.xml
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-11.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-12.xml
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-12.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-13.xml
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-13.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-14.xml
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-14.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-15.xml
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-15.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-16.xml
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-16.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-17.xml
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-17.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-18.ns
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-18.xml
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-18.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-19.ns
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-19.xml
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-19.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-20.ns
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-20.xml
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-20.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-21.ns
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-21.xml
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-21.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-22.ns
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-22.xml
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-22.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-23.ns
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-23.xml
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-23.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-24.ns
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-24.xml
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-24.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-25.ns
libxml2-2.9.8/test/c14n/exc-without-comments/merlin-c14n-two-25.xml
libxml2-2.9.8/test/c14n/exc-without-comments/test-0.xml
libxml2-2.9.8/test/c14n/exc-without-comments/test-0.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/test-1.ns
libxml2-2.9.8/test/c14n/exc-without-comments/test-1.xml
libxml2-2.9.8/test/c14n/exc-without-comments/test-1.xpath
libxml2-2.9.8/test/c14n/exc-without-comments/test-2.xml
libxml2-2.9.8/test/c14n/exc-without-comments/test-2.xpath
libxml2-2.9.8/test/c14n/with-comments/
libxml2-2.9.8/test/c14n/with-comments/example-1.xml
libxml2-2.9.8/test/c14n/with-comments/example-2.xml
libxml2-2.9.8/test/c14n/with-comments/example-3.xml
libxml2-2.9.8/test/c14n/with-comments/example-4.xml
libxml2-2.9.8/test/c14n/with-comments/example-5.xml
libxml2-2.9.8/test/c14n/with-comments/example-6.xml
libxml2-2.9.8/test/c14n/with-comments/example-7.xml
libxml2-2.9.8/test/c14n/with-comments/example-7.xpath
libxml2-2.9.8/test/c14n/with-comments/world.txt
libxml2-2.9.8/test/c14n/with-comments/doc.dtd
libxml2-2.9.8/test/c14n/without-comments/
libxml2-2.9.8/test/c14n/without-comments/example-1.xml
libxml2-2.9.8/test/c14n/without-comments/example-2.xml
libxml2-2.9.8/test/c14n/without-comments/example-3.xml
libxml2-2.9.8/test/c14n/without-comments/example-4.xml
libxml2-2.9.8/test/c14n/without-comments/example-5.xml
libxml2-2.9.8/test/c14n/without-comments/example-6.xml
libxml2-2.9.8/test/c14n/without-comments/example-7.xml
libxml2-2.9.8/test/c14n/without-comments/example-7.xpath
libxml2-2.9.8/test/c14n/without-comments/merlin-c14n-two-00.xml
libxml2-2.9.8/test/c14n/without-comments/merlin-c14n-two-00.xpath
libxml2-2.9.8/test/c14n/without-comments/merlin-c14n-two-01.xml
libxml2-2.9.8/test/c14n/without-comments/merlin-c14n-two-01.xpath
libxml2-2.9.8/test/c14n/without-comments/merlin-c14n-two-02.xml
libxml2-2.9.8/test/c14n/without-comments/merlin-c14n-two-02.xpath
libxml2-2.9.8/test/c14n/without-comments/merlin-c14n-two-03.xml
libxml2-2.9.8/test/c14n/without-comments/merlin-c14n-two-03.xpath
libxml2-2.9.8/test/c14n/without-comments/merlin-c14n-two-04.xml
libxml2-2.9.8/test/c14n/without-comments/merlin-c14n-two-04.xpath
libxml2-2.9.8/test/c14n/without-comments/merlin-c14n-two-05.xml
libxml2-2.9.8/test/c14n/without-comments/merlin-c14n-two-05.xpath
libxml2-2.9.8/test/c14n/without-comments/merlin-c14n-two-06.xml
libxml2-2.9.8/test/c14n/without-comments/merlin-c14n-two-06.xpath
libxml2-2.9.8/test/c14n/without-comments/merlin-c14n-two-07.xml
libxml2-2.9.8/test/c14n/without-comments/merlin-c14n-two-07.xpath
libxml2-2.9.8/test/c14n/without-comments/merlin-c14n-two-08.xml
libxml2-2.9.8/test/c14n/without-comments/merlin-c14n-two-08.xpath
libxml2-2.9.8/test/c14n/without-comments/test-0.xml
libxml2-2.9.8/test/c14n/without-comments/test-0.xpath
libxml2-2.9.8/test/c14n/without-comments/test-1.xml
libxml2-2.9.8/test/c14n/without-comments/test-1.xpath
libxml2-2.9.8/test/c14n/without-comments/test-2.xml
libxml2-2.9.8/test/c14n/without-comments/test-2.xpath
libxml2-2.9.8/test/c14n/without-comments/test-3.xml
libxml2-2.9.8/test/c14n/without-comments/test-3.xpath
libxml2-2.9.8/test/c14n/without-comments/world.txt
libxml2-2.9.8/test/c14n/without-comments/doc.dtd
libxml2-2.9.8/test/c14n/1-1-without-comments/
libxml2-2.9.8/test/c14n/1-1-without-comments/doc.dtd
libxml2-2.9.8/test/c14n/1-1-without-comments/example-1.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/example-2.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/example-3.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/example-4.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/example-5.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/example-6.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/example-7.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/example-7.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/example-8.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/example-8.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/world.txt
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-c14n11spec-102.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-c14n11spec-102.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-c14n11spec2-102.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-c14n11spec2-102.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-c14n11spec3-102.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-c14n11spec3-102.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-prop-1.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-prop-1.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-prop-2.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-prop-2.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-prop-3.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-prop-3.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-prop-4.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-prop-4.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-prop-5.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-prop-5.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-prop-6.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-prop-6.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-prop-7.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlbase-prop-7.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlid-prop-1.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlid-prop-1.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlid-prop-2.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlid-prop-2.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/xmllang-prop-1.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmllang-prop-1.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/xmllang-prop-2.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmllang-prop-2.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/xmllang-prop-3.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmllang-prop-3.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/xmllang-prop-4.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmllang-prop-4.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlspace-prop-1.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlspace-prop-1.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlspace-prop-2.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlspace-prop-2.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlspace-prop-3.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlspace-prop-3.xpath
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlspace-prop-4.xml
libxml2-2.9.8/test/c14n/1-1-without-comments/xmlspace-prop-4.xpath
libxml2-2.9.8/test/catalogs/
libxml2-2.9.8/test/catalogs/catal.script
libxml2-2.9.8/test/catalogs/catal.sgml
libxml2-2.9.8/test/catalogs/catal1.sgml
libxml2-2.9.8/test/catalogs/catal2.sgml
libxml2-2.9.8/test/catalogs/catal3.sgml
libxml2-2.9.8/test/catalogs/docbook.script
libxml2-2.9.8/test/catalogs/docbook.xml
libxml2-2.9.8/test/catalogs/registry.script
libxml2-2.9.8/test/catalogs/registry.xml
libxml2-2.9.8/test/catalogs/stylesheet.xml
libxml2-2.9.8/test/catalogs/whites.script
libxml2-2.9.8/test/catalogs/whites.sgml
libxml2-2.9.8/test/catalogs/whitex.script
libxml2-2.9.8/test/catalogs/whitex.xml
libxml2-2.9.8/test/dtds/
libxml2-2.9.8/test/dtds/eve.dtd
libxml2-2.9.8/test/errors/
libxml2-2.9.8/test/errors/attr1.xml
libxml2-2.9.8/test/errors/attr2.xml
libxml2-2.9.8/test/errors/attr3.xml
libxml2-2.9.8/test/errors/cdata.xml
libxml2-2.9.8/test/errors/charref1.xml
libxml2-2.9.8/test/errors/dtd13
libxml2-2.9.8/test/errors/name.xml
libxml2-2.9.8/test/errors/name2.xml
libxml2-2.9.8/test/errors/attr4.xml
libxml2-2.9.8/test/errors/comment1.xml
libxml2-2.9.8/test/errors/content1.xml
libxml2-2.9.8/test/errors/extparsedent.xml
libxml2-2.9.8/test/errors/758588.xml
libxml2-2.9.8/test/errors/759020.xml
libxml2-2.9.8/test/errors/754947.xml
libxml2-2.9.8/test/errors/759398.xml
libxml2-2.9.8/test/errors/759573-2.xml
libxml2-2.9.8/test/errors/759573.xml
libxml2-2.9.8/test/errors/754946.xml
libxml2-2.9.8/test/errors/759579.xml
libxml2-2.9.8/test/expr/
libxml2-2.9.8/test/expr/base
libxml2-2.9.8/test/namespaces/
libxml2-2.9.8/test/namespaces/reconcile/
libxml2-2.9.8/test/namespaces/reconcile/tests-to-c.xsl
libxml2-2.9.8/test/namespaces/reconcile/tests.xml
libxml2-2.9.8/test/namespaces/err_0.xml
libxml2-2.9.8/test/namespaces/err_1.xml
libxml2-2.9.8/test/namespaces/err_10.xml
libxml2-2.9.8/test/namespaces/err_11.xml
libxml2-2.9.8/test/namespaces/err_2.xml
libxml2-2.9.8/test/namespaces/err_3.xml
libxml2-2.9.8/test/namespaces/err_4.xml
libxml2-2.9.8/test/namespaces/err_5.xml
libxml2-2.9.8/test/namespaces/err_6.xml
libxml2-2.9.8/test/namespaces/err_7.xml
libxml2-2.9.8/test/namespaces/err_8.xml
libxml2-2.9.8/test/namespaces/err_9.xml
libxml2-2.9.8/test/pattern/
libxml2-2.9.8/test/pattern/conj.pat
libxml2-2.9.8/test/pattern/conj.xml
libxml2-2.9.8/test/pattern/multiple.pat
libxml2-2.9.8/test/pattern/multiple.xml
libxml2-2.9.8/test/pattern/namespaces.pat
libxml2-2.9.8/test/pattern/namespaces.xml
libxml2-2.9.8/test/pattern/simple.pat
libxml2-2.9.8/test/pattern/simple.xml
libxml2-2.9.8/test/regexp/
libxml2-2.9.8/test/regexp/branch
libxml2-2.9.8/test/regexp/bug316338
libxml2-2.9.8/test/regexp/content
libxml2-2.9.8/test/regexp/hard
libxml2-2.9.8/test/regexp/ncname
libxml2-2.9.8/test/regexp/ranges
libxml2-2.9.8/test/regexp/xpath
libxml2-2.9.8/test/regexp/bug420596
libxml2-2.9.8/test/regexp/ranges2
libxml2-2.9.8/test/relaxng/
libxml2-2.9.8/test/relaxng/OASIS/
libxml2-2.9.8/test/relaxng/OASIS/spectest.xml
libxml2-2.9.8/test/relaxng/tutor10_1_2.xml
libxml2-2.9.8/test/relaxng/558452_3.xml
libxml2-2.9.8/test/relaxng/tutor10_1_3.xml
libxml2-2.9.8/test/relaxng/558452_4.xml
libxml2-2.9.8/test/relaxng/tutor10_1_4.xml
libxml2-2.9.8/test/relaxng/307377.rng
libxml2-2.9.8/test/relaxng/tutor10_1_5.xml
libxml2-2.9.8/test/relaxng/307377_0.xml
libxml2-2.9.8/test/relaxng/tutor10_1_6.xml
libxml2-2.9.8/test/relaxng/307377_1.xml
libxml2-2.9.8/test/relaxng/tutor10_2.rng
libxml2-2.9.8/test/relaxng/307377_2.xml
libxml2-2.9.8/test/relaxng/tutor10_2_1.xml
libxml2-2.9.8/test/relaxng/492317.rng
libxml2-2.9.8/test/relaxng/tutor10_2_2.xml
libxml2-2.9.8/test/relaxng/492317_0.xml
libxml2-2.9.8/test/relaxng/tutor10_2_3.xml
libxml2-2.9.8/test/relaxng/492317_1.xml
libxml2-2.9.8/test/relaxng/tutor10_2_4.xml
libxml2-2.9.8/test/relaxng/492317_2.xml
libxml2-2.9.8/test/relaxng/tutor10_3.rng
libxml2-2.9.8/test/relaxng/595792.rng
libxml2-2.9.8/test/relaxng/tutor10_3_1.xml
libxml2-2.9.8/test/relaxng/595792_0.xml
libxml2-2.9.8/test/relaxng/tutor10_4.rng
libxml2-2.9.8/test/relaxng/comps.rng
libxml2-2.9.8/test/relaxng/tutor10_4_1.xml
libxml2-2.9.8/test/relaxng/comps_0.xml
libxml2-2.9.8/test/relaxng/tutor10_5.rng
libxml2-2.9.8/test/relaxng/empty0.rng
libxml2-2.9.8/test/relaxng/tutor10_5_1.xml
libxml2-2.9.8/test/relaxng/empty0_0.xml
libxml2-2.9.8/test/relaxng/tutor10_6.rng
libxml2-2.9.8/test/relaxng/empty1.rng
libxml2-2.9.8/test/relaxng/tutor10_6_1.xml
libxml2-2.9.8/test/relaxng/empty1_0.xml
libxml2-2.9.8/test/relaxng/tutor10_7.rng
libxml2-2.9.8/test/relaxng/empty1_1.xml
libxml2-2.9.8/test/relaxng/tutor10_7_1.xml
libxml2-2.9.8/test/relaxng/libvirt.rng
libxml2-2.9.8/test/relaxng/interleave0_0.rng
libxml2-2.9.8/test/relaxng/558452.rng
libxml2-2.9.8/test/relaxng/tutor10_7_2.xml
libxml2-2.9.8/test/relaxng/565219.rng
libxml2-2.9.8/test/relaxng/tutor10_7_3.xml
libxml2-2.9.8/test/relaxng/565219_0.xml
libxml2-2.9.8/test/relaxng/tutor10_8.rng
libxml2-2.9.8/test/relaxng/565219_1.xml
libxml2-2.9.8/test/relaxng/tutor10_8_1.xml
libxml2-2.9.8/test/relaxng/565219_2.xml
libxml2-2.9.8/test/relaxng/tutor10_8_2.xml
libxml2-2.9.8/test/relaxng/710744.rng
libxml2-2.9.8/test/relaxng/interleave1_0.rng
libxml2-2.9.8/test/relaxng/OpenDocumentSub.rng
libxml2-2.9.8/test/relaxng/rngbug-001.ext
libxml2-2.9.8/test/relaxng/OpenDocumentSub_0.xml
libxml2-2.9.8/test/relaxng/558452_0.xml
libxml2-2.9.8/test/relaxng/addressBook.rng
libxml2-2.9.8/test/relaxng/tutor10_8_3.xml
libxml2-2.9.8/test/relaxng/choice0.rng
libxml2-2.9.8/test/relaxng/558452_1.xml
libxml2-2.9.8/test/relaxng/choice0_0.xml
libxml2-2.9.8/test/relaxng/rngbug-001.rng
libxml2-2.9.8/test/relaxng/choice0_1.xml
libxml2-2.9.8/test/relaxng/rngbug-001.xml
libxml2-2.9.8/test/relaxng/choice0_2.xml
libxml2-2.9.8/test/relaxng/spec1_1.xml
libxml2-2.9.8/test/relaxng/choice0_3.xml
libxml2-2.9.8/test/relaxng/spec1.rng
libxml2-2.9.8/test/relaxng/choice0_4.xml
libxml2-2.9.8/test/relaxng/spec_0.xml
libxml2-2.9.8/test/relaxng/choice0_5.xml
libxml2-2.9.8/test/relaxng/table.rng
libxml2-2.9.8/test/relaxng/choice0_6.xml
libxml2-2.9.8/test/relaxng/testsuite.xml
libxml2-2.9.8/test/relaxng/choice0_7.xml
libxml2-2.9.8/test/relaxng/tutor10_1.rng
libxml2-2.9.8/test/relaxng/choice0_8.xml
libxml2-2.9.8/test/relaxng/tutor10_9.rng
libxml2-2.9.8/test/relaxng/compare0.rng
libxml2-2.9.8/test/relaxng/tutor10_10.rng
libxml2-2.9.8/test/relaxng/compare0_0.xml
libxml2-2.9.8/test/relaxng/tutor10_9_1.xml
libxml2-2.9.8/test/relaxng/710744_1.xml
libxml2-2.9.8/test/relaxng/tutor11_1.rng
libxml2-2.9.8/test/relaxng/710744_2.xml
libxml2-2.9.8/test/relaxng/tutor11_1_1.xml
libxml2-2.9.8/test/relaxng/demo.rng
libxml2-2.9.8/test/relaxng/tutor11_1_2.xml
libxml2-2.9.8/test/relaxng/demo.xml
libxml2-2.9.8/test/relaxng/tutor11_1_3.xml
libxml2-2.9.8/test/relaxng/demo2.rng
libxml2-2.9.8/test/relaxng/tutor11_2.rng
libxml2-2.9.8/test/relaxng/demo3.rng
libxml2-2.9.8/test/relaxng/tutor11_2_1.xml
libxml2-2.9.8/test/relaxng/docbook.rng
libxml2-2.9.8/test/relaxng/tutor10_10_1.xml
libxml2-2.9.8/test/relaxng/docbook_0.xml
libxml2-2.9.8/test/relaxng/tutor11_2_2.xml
libxml2-2.9.8/test/relaxng/pattern3.rng
libxml2-2.9.8/test/relaxng/tutor11_2_3.xml
libxml2-2.9.8/test/relaxng/tutor11_3.rng
libxml2-2.9.8/test/relaxng/tutor11_3_1.xml
libxml2-2.9.8/test/relaxng/tutor11_4.rng
libxml2-2.9.8/test/relaxng/tutor11_4_1.xml
libxml2-2.9.8/test/relaxng/inline.rng
libxml2-2.9.8/test/relaxng/tutor12_1.rng
libxml2-2.9.8/test/relaxng/inline2.rng
libxml2-2.9.8/test/relaxng/tutor12_1_1.xml
libxml2-2.9.8/test/relaxng/inline3.rng
libxml2-2.9.8/test/relaxng/list.rng
libxml2-2.9.8/test/relaxng/tutor13_1.rng
libxml2-2.9.8/test/relaxng/list_0.xml
libxml2-2.9.8/test/relaxng/tutor13_1_1.xml
libxml2-2.9.8/test/relaxng/list_1.xml
libxml2-2.9.8/test/relaxng/tutor14_1.rng
libxml2-2.9.8/test/relaxng/pattern1.rng
libxml2-2.9.8/test/relaxng/tutor1_1.rng
libxml2-2.9.8/test/relaxng/pattern2.rng
libxml2-2.9.8/test/relaxng/tutor1_1_1.xml
libxml2-2.9.8/test/relaxng/tutor10_1_1.xml
libxml2-2.9.8/test/relaxng/302836.rng
libxml2-2.9.8/test/relaxng/302836_0.xml
libxml2-2.9.8/test/relaxng/558452_2.xml
libxml2-2.9.8/test/relaxng/proofsystem.rng
libxml2-2.9.8/test/relaxng/tutor1_2.rng
libxml2-2.9.8/test/relaxng/spec.rng
libxml2-2.9.8/test/relaxng/tutor1_3.rng
libxml2-2.9.8/test/relaxng/tutor1_2_1.xml
libxml2-2.9.8/test/relaxng/tutor1_3_1.xml
libxml2-2.9.8/test/relaxng/tutor1_4.rng
libxml2-2.9.8/test/relaxng/tutor1_4_1.xml
libxml2-2.9.8/test/relaxng/tutor2_1.rng
libxml2-2.9.8/test/relaxng/tutor2_1_1.xml
libxml2-2.9.8/test/relaxng/tutor3_1.rng
libxml2-2.9.8/test/relaxng/tutor3_1_1.xml
libxml2-2.9.8/test/relaxng/tutor3_1_2.xml
libxml2-2.9.8/test/relaxng/tutor3_2.rng
libxml2-2.9.8/test/relaxng/tutor3_2_1.xml
libxml2-2.9.8/test/relaxng/tutor3_3.rng
libxml2-2.9.8/test/relaxng/tutor3_3_1.xml
libxml2-2.9.8/test/relaxng/tutor3_4.rng
libxml2-2.9.8/test/relaxng/tutor3_4_1.xml
libxml2-2.9.8/test/relaxng/tutor3_5.rng
libxml2-2.9.8/test/relaxng/tutor3_5_1.xml
libxml2-2.9.8/test/relaxng/tutor3_5_2.xml
libxml2-2.9.8/test/relaxng/tutor3_6.rng
libxml2-2.9.8/test/relaxng/tutor3_6_1.xml
libxml2-2.9.8/test/relaxng/tutor3_7.rng
libxml2-2.9.8/test/relaxng/tutor3_7_1.xml
libxml2-2.9.8/test/relaxng/tutor3_8.rng
libxml2-2.9.8/test/relaxng/tutor3_8_1.xml
libxml2-2.9.8/test/relaxng/tutor3_9.rng
libxml2-2.9.8/test/relaxng/tutor3_9_1.xml
libxml2-2.9.8/test/relaxng/tutor4_1.rng
libxml2-2.9.8/test/relaxng/tutor4_1_1.xml
libxml2-2.9.8/test/relaxng/tutor4_2.rng
libxml2-2.9.8/test/relaxng/tutor4_2_1.xml
libxml2-2.9.8/test/relaxng/tutor4_3.rng
libxml2-2.9.8/test/relaxng/tutor4_3_1.xml
libxml2-2.9.8/test/relaxng/tutor4_3_2.xml
libxml2-2.9.8/test/relaxng/tutor4_3_3.xml
libxml2-2.9.8/test/relaxng/tutor4_3_4.xml
libxml2-2.9.8/test/relaxng/tutor4_3_5.xml
libxml2-2.9.8/test/relaxng/tutor4_3_6.xml
libxml2-2.9.8/test/relaxng/tutor4_4.rng
libxml2-2.9.8/test/relaxng/tutor4_4_1.xml
libxml2-2.9.8/test/relaxng/tutor5_1.rng
libxml2-2.9.8/test/relaxng/tutor5_1_1.xml
libxml2-2.9.8/test/relaxng/tutor5_2.rng
libxml2-2.9.8/test/relaxng/tutor5_2_1.xml
libxml2-2.9.8/test/relaxng/tutor5_3.rng
libxml2-2.9.8/test/relaxng/tutor5_3_1.xml
libxml2-2.9.8/test/relaxng/tutor5_4.rng
libxml2-2.9.8/test/relaxng/tutor5_4_1.xml
libxml2-2.9.8/test/relaxng/tutor5_5.rng
libxml2-2.9.8/test/relaxng/tutor6_1.rng
libxml2-2.9.8/test/relaxng/tutor6_1_1.xml
libxml2-2.9.8/test/relaxng/tutor6_1_2.xml
libxml2-2.9.8/test/relaxng/tutor6_1_3.xml
libxml2-2.9.8/test/relaxng/tutor6_1_4.xml
libxml2-2.9.8/test/relaxng/tutor6_1_5.xml
libxml2-2.9.8/test/relaxng/tutor6_2.rng
libxml2-2.9.8/test/relaxng/tutor6_2_1.xml
libxml2-2.9.8/test/relaxng/tutor6_2_2.xml
libxml2-2.9.8/test/relaxng/tutor6_2_3.xml
libxml2-2.9.8/test/relaxng/tutor6_2_4.xml
libxml2-2.9.8/test/relaxng/tutor6_3.rng
libxml2-2.9.8/test/relaxng/tutor6_3_1.xml
libxml2-2.9.8/test/relaxng/tutor7_1.rng
libxml2-2.9.8/test/relaxng/tutor7_1_1.xml
libxml2-2.9.8/test/relaxng/tutor7_1_2.xml
libxml2-2.9.8/test/relaxng/tutor7_1_3.xml
libxml2-2.9.8/test/relaxng/tutor7_1_4.xml
libxml2-2.9.8/test/relaxng/tutor7_2.rng
libxml2-2.9.8/test/relaxng/tutor7_2_1.xml
libxml2-2.9.8/test/relaxng/tutor7_2_2.xml
libxml2-2.9.8/test/relaxng/tutor7_2_3.xml
libxml2-2.9.8/test/relaxng/tutor7_2_4.xml
libxml2-2.9.8/test/relaxng/tutor7_3.rng
libxml2-2.9.8/test/relaxng/tutor7_3_1.xml
libxml2-2.9.8/test/relaxng/tutor7_3_2.xml
libxml2-2.9.8/test/relaxng/tutor7_3_3.xml
libxml2-2.9.8/test/relaxng/tutor7_3_4.xml
libxml2-2.9.8/test/relaxng/tutor7_3_5.xml
libxml2-2.9.8/test/relaxng/tutor8_1.rng
libxml2-2.9.8/test/relaxng/tutor8_1_1.xml
libxml2-2.9.8/test/relaxng/tutor8_1_2.xml
libxml2-2.9.8/test/relaxng/tutor8_2.rng
libxml2-2.9.8/test/relaxng/tutor8_2_1.xml
libxml2-2.9.8/test/relaxng/tutor8_2_2.xml
libxml2-2.9.8/test/relaxng/tutor8_2_3.xml
libxml2-2.9.8/test/relaxng/tutor8_2_4.xml
libxml2-2.9.8/test/relaxng/tutor8_2_5.xml
libxml2-2.9.8/test/relaxng/tutor8_2_6.xml
libxml2-2.9.8/test/relaxng/tutor8_3.rng
libxml2-2.9.8/test/relaxng/tutor8_3_1.xml
libxml2-2.9.8/test/relaxng/tutor9_1.rng
libxml2-2.9.8/test/relaxng/tutor9_10.rng
libxml2-2.9.8/test/relaxng/tutor9_10_1.xml
libxml2-2.9.8/test/relaxng/tutor9_11.rng
libxml2-2.9.8/test/relaxng/tutor9_11_1.xml
libxml2-2.9.8/test/relaxng/tutor9_12.rng
libxml2-2.9.8/test/relaxng/tutor9_12_1.xml
libxml2-2.9.8/test/relaxng/tutor9_1_1.xml
libxml2-2.9.8/test/relaxng/tutor9_2.rng
libxml2-2.9.8/test/relaxng/tutor9_2_1.xml
libxml2-2.9.8/test/relaxng/tutor9_2_2.xml
libxml2-2.9.8/test/relaxng/tutor9_3.rng
libxml2-2.9.8/test/relaxng/tutor9_3_1.xml
libxml2-2.9.8/test/relaxng/tutor9_3_2.xml
libxml2-2.9.8/test/relaxng/tutor9_4.rng
libxml2-2.9.8/test/relaxng/tutor9_4_1.xml
libxml2-2.9.8/test/relaxng/tutor9_4_2.xml
libxml2-2.9.8/test/relaxng/tutor9_5.rng
libxml2-2.9.8/test/relaxng/tutor9_5_1.xml
libxml2-2.9.8/test/relaxng/tutor9_5_2.xml
libxml2-2.9.8/test/relaxng/tutor9_5_3.xml
libxml2-2.9.8/test/relaxng/tutor9_6.rng
libxml2-2.9.8/test/relaxng/tutor9_6_1.xml
libxml2-2.9.8/test/relaxng/tutor9_6_2.xml
libxml2-2.9.8/test/relaxng/tutor9_6_3.xml
libxml2-2.9.8/test/relaxng/tutor9_7.rng
libxml2-2.9.8/test/relaxng/tutor9_7_1.xml
libxml2-2.9.8/test/relaxng/tutor9_8.rng
libxml2-2.9.8/test/relaxng/tutor9_8_1.xml
libxml2-2.9.8/test/relaxng/tutor9_9.rng
libxml2-2.9.8/test/relaxng/tutor9_9_1.xml
libxml2-2.9.8/test/relaxng/tutorA.rng
libxml2-2.9.8/test/relaxng/595792-ext.rng
libxml2-2.9.8/test/relaxng/libvirt_0.xml
libxml2-2.9.8/test/relaxng/pattern3_1.xml
libxml2-2.9.8/test/schemas/
libxml2-2.9.8/test/schemas/anyAttr1_0.xml
libxml2-2.9.8/test/schemas/nvdcve_0.xml
libxml2-2.9.8/test/schemas/anyAttr1_0.xsd
libxml2-2.9.8/test/schemas/nvdcve_0.xsd
libxml2-2.9.8/test/schemas/attr0_0.xsd
libxml2-2.9.8/test/schemas/582887-common.xsd
libxml2-2.9.8/test/schemas/attr0_0.xml
libxml2-2.9.8/test/schemas/582887-element.xsd
libxml2-2.9.8/test/schemas/attruse_0_0.xsd
libxml2-2.9.8/test/schemas/attruse_0_0.xml
libxml2-2.9.8/test/schemas/attruse_0_1.xml
libxml2-2.9.8/test/schemas/attruse_0_2.xml
libxml2-2.9.8/test/schemas/bug141312_0.xml
libxml2-2.9.8/test/schemas/bug141312_0.xsd
libxml2-2.9.8/test/schemas/any5_0.xml
libxml2-2.9.8/test/schemas/570702_0.xml
libxml2-2.9.8/test/schemas/any5_0.xsd
libxml2-2.9.8/test/schemas/570702_0.xsd
libxml2-2.9.8/test/schemas/any5_1.xml
libxml2-2.9.8/test/schemas/579746_0.xml
libxml2-2.9.8/test/schemas/bug141333.xml
libxml2-2.9.8/test/schemas/bug141333.xsd
libxml2-2.9.8/test/schemas/any5_2.xml
libxml2-2.9.8/test/schemas/579746_0.xsd
libxml2-2.9.8/test/schemas/any5_1.xsd
libxml2-2.9.8/test/schemas/579746_1.xml
libxml2-2.9.8/test/schemas/any4_0.xml
libxml2-2.9.8/test/schemas/choice_1.xml
libxml2-2.9.8/test/schemas/579746_5.xml
libxml2-2.9.8/test/schemas/any5_3.xml
libxml2-2.9.8/test/schemas/579746_1.xsd
libxml2-2.9.8/test/schemas/any5_4.xml
libxml2-2.9.8/test/schemas/579746_2.xml
libxml2-2.9.8/test/schemas/any5_5.xml
libxml2-2.9.8/test/schemas/579746_3.xml
libxml2-2.9.8/test/schemas/anyAttr-derive-errors1_0.xsd
libxml2-2.9.8/test/schemas/582887_0.xml
libxml2-2.9.8/test/schemas/any8_1.xsd
libxml2-2.9.8/test/schemas/579746_4.xml
libxml2-2.9.8/test/schemas/any4_0.xsd
libxml2-2.9.8/test/schemas/choice_1.xsd
libxml2-2.9.8/test/schemas/582887-attribute.xsd
libxml2-2.9.8/test/schemas/anyAttr-derive-errors1_0.xml
libxml2-2.9.8/test/schemas/582887_0.xsd
libxml2-2.9.8/test/schemas/anyAttr-derive1_0.xml
libxml2-2.9.8/test/schemas/582906-1-common.xsd
libxml2-2.9.8/test/schemas/anyAttr-derive1_0.xsd
libxml2-2.9.8/test/schemas/582906-1-prog1.xsd
libxml2-2.9.8/test/schemas/bug141333_0.xml
libxml2-2.9.8/test/schemas/all.xsd
libxml2-2.9.8/test/schemas/bug141333_0.xsd
libxml2-2.9.8/test/schemas/all1_0.xml
libxml2-2.9.8/test/schemas/bug143951.imp
libxml2-2.9.8/test/schemas/all1_0.xsd
libxml2-2.9.8/test/schemas/bug143951_0.xml
libxml2-2.9.8/test/schemas/all_0.xml
libxml2-2.9.8/test/schemas/bug143951_0.xsd
libxml2-2.9.8/test/schemas/all_0.xsd
libxml2-2.9.8/test/schemas/bug145246.xsd.imp
libxml2-2.9.8/test/schemas/all_1.xml
libxml2-2.9.8/test/schemas/bug145246_0.xml
libxml2-2.9.8/test/schemas/all_1.xsd
libxml2-2.9.8/test/schemas/bug145246_0.xsd
libxml2-2.9.8/test/schemas/all_2.xml
libxml2-2.9.8/test/schemas/bug152470_1.xml
libxml2-2.9.8/test/schemas/all_2.xsd
libxml2-2.9.8/test/schemas/bug152470_1.xsd
libxml2-2.9.8/test/schemas/all_3.xml
libxml2-2.9.8/test/schemas/bug167754_0.xml
libxml2-2.9.8/test/schemas/all_4.xml
libxml2-2.9.8/test/schemas/bug167754_0.xsd
libxml2-2.9.8/test/schemas/all_5.xml
libxml2-2.9.8/test/schemas/bug303566_1.xml
libxml2-2.9.8/test/schemas/all_6.xml
libxml2-2.9.8/test/schemas/bug303566_1.xsd
libxml2-2.9.8/test/schemas/all_7.xml
libxml2-2.9.8/test/schemas/bug306806_0.xml
libxml2-2.9.8/test/schemas/allsg_0.xml
libxml2-2.9.8/test/schemas/bug306806_1.xsd
libxml2-2.9.8/test/schemas/allsg_0.xsd
libxml2-2.9.8/test/schemas/bug309338_0.xml
libxml2-2.9.8/test/schemas/allsg_1.xml
libxml2-2.9.8/test/schemas/bug309338_1.xsd
libxml2-2.9.8/test/schemas/allsg_2.xml
libxml2-2.9.8/test/schemas/bug310264_0.xml
libxml2-2.9.8/test/schemas/allsg_3.xml
libxml2-2.9.8/test/schemas/bug310264_0.xsd
libxml2-2.9.8/test/schemas/allsg_4.xml
libxml2-2.9.8/test/schemas/bug312957_0.xml
libxml2-2.9.8/test/schemas/allsg_5.xml
libxml2-2.9.8/test/schemas/anyAttr-derive2_0.xml
libxml2-2.9.8/test/schemas/annot-err_0.xml
libxml2-2.9.8/test/schemas/anyAttr-derive2_0.xsd
libxml2-2.9.8/test/schemas/annot-err_0.xsd
libxml2-2.9.8/test/schemas/bug312957_1.xsd
libxml2-2.9.8/test/schemas/any1_0.xml
libxml2-2.9.8/test/schemas/bug313982_0.xml
libxml2-2.9.8/test/schemas/any1_0.xsd
libxml2-2.9.8/test/schemas/bug313982_0.xsd
libxml2-2.9.8/test/schemas/any2_0.xml
libxml2-2.9.8/test/schemas/bug321475_0.xml
libxml2-2.9.8/test/schemas/any2_0.xsd
libxml2-2.9.8/test/schemas/bug321475_1.xsd
libxml2-2.9.8/test/schemas/any3_0.xml
libxml2-2.9.8/test/schemas/bug322411_0.xml
libxml2-2.9.8/test/schemas/any3_0.xsd
libxml2-2.9.8/test/schemas/any5_6.xml
libxml2-2.9.8/test/schemas/bug322411_1.xsd
libxml2-2.9.8/test/schemas/any6_0.xml
libxml2-2.9.8/test/schemas/bug323510_0.xml
libxml2-2.9.8/test/schemas/any6_1.xsd
libxml2-2.9.8/test/schemas/bug323510_1.xsd
libxml2-2.9.8/test/schemas/any6_2.xsd
libxml2-2.9.8/test/schemas/582906-1-prog2.xsd
libxml2-2.9.8/test/schemas/any7_0.xml
libxml2-2.9.8/test/schemas/582906-1_0.xml
libxml2-2.9.8/test/schemas/any7_1.xml
libxml2-2.9.8/test/schemas/changelog093_0.xml
libxml2-2.9.8/test/schemas/any7_1.xsd
libxml2-2.9.8/test/schemas/changelog093_1.xsd
libxml2-2.9.8/test/schemas/any7_2.xml
libxml2-2.9.8/test/schemas/choice_0.xsd
libxml2-2.9.8/test/schemas/any7_2.xsd
libxml2-2.9.8/test/schemas/choice_0.xml
libxml2-2.9.8/test/schemas/any8_0.xml
libxml2-2.9.8/test/schemas/ct-sc-nobase_0.xml
libxml2-2.9.8/test/schemas/facet-whiteSpace_0.xml
libxml2-2.9.8/test/schemas/anyAttr-errors1_0.xml
libxml2-2.9.8/test/schemas/empty-value_1.xsd
libxml2-2.9.8/test/schemas/item_1.xsd
libxml2-2.9.8/test/schemas/anyAttr-processContents-err1_0.xml
libxml2-2.9.8/test/schemas/empty_1.xsd
libxml2-2.9.8/test/schemas/import2_0.xml
libxml2-2.9.8/test/schemas/anyAttr-processContents-err1_0.xsd
libxml2-2.9.8/test/schemas/empty_0.xsd
libxml2-2.9.8/test/schemas/import2_0.xsd
libxml2-2.9.8/test/schemas/anyAttr-processContents1_0.xml
libxml2-2.9.8/test/schemas/extension0_0.xml
libxml2-2.9.8/test/schemas/list0_0.xml
libxml2-2.9.8/test/schemas/anyAttr-processContents1_0.xsd
libxml2-2.9.8/test/schemas/facet-whiteSpace_0.xsd
libxml2-2.9.8/test/schemas/anyAttr.importA.1_0.xsd
libxml2-2.9.8/test/schemas/group0_0.xml
libxml2-2.9.8/test/schemas/list0_0.xsd
libxml2-2.9.8/test/schemas/anyAttr.importB.1_0.xsd
libxml2-2.9.8/test/schemas/choice_2.xml
libxml2-2.9.8/test/schemas/choice_2.xsd
libxml2-2.9.8/test/schemas/choice_3.xml
libxml2-2.9.8/test/schemas/choice_4.xml
libxml2-2.9.8/test/schemas/choice_5.xml
libxml2-2.9.8/test/schemas/choice_6.xml
libxml2-2.9.8/test/schemas/group0_0.xsd
libxml2-2.9.8/test/schemas/list0_1.xml
libxml2-2.9.8/test/schemas/582906-1_0.xsd
libxml2-2.9.8/test/schemas/hexbinary_0.xml
libxml2-2.9.8/test/schemas/582906-1-prog2-include.xsd
libxml2-2.9.8/test/schemas/hexbinary_0.xsd
libxml2-2.9.8/test/schemas/cos-ct-extends-1-3_0.xml
libxml2-2.9.8/test/schemas/hexbinary_1.xml
libxml2-2.9.8/test/schemas/cos-ct-extends-1-3_0.xsd
libxml2-2.9.8/test/schemas/extension0_0.xsd
libxml2-2.9.8/test/schemas/list0_1.xsd
libxml2-2.9.8/test/schemas/cos-st-restricts-1-2-err_0.xml
libxml2-2.9.8/test/schemas/extension1_0.xml
libxml2-2.9.8/test/schemas/list0_2.xml
libxml2-2.9.8/test/schemas/cos-st-restricts-1-2-err_0.xsd
libxml2-2.9.8/test/schemas/idc-keyref-err1_0.xml
libxml2-2.9.8/test/schemas/ct-sc-nobase_0.xsd
libxml2-2.9.8/test/schemas/include1_0.inc
libxml2-2.9.8/test/schemas/date_0.xml
libxml2-2.9.8/test/schemas/include1_0.xml
libxml2-2.9.8/test/schemas/date_0.xsd
libxml2-2.9.8/test/schemas/idc-keyref-err1_1.xsd
libxml2-2.9.8/test/schemas/decimal-1.xml
libxml2-2.9.8/test/schemas/582906-2-common.xsd
libxml2-2.9.8/test/schemas/decimal-1.xsd
libxml2-2.9.8/test/schemas/import-bad-1_0.imp
libxml2-2.9.8/test/schemas/decimal-1_0.xml
libxml2-2.9.8/test/schemas/import0_0.imp
libxml2-2.9.8/test/schemas/decimal-1_1.xsd
libxml2-2.9.8/test/schemas/import0_0.xml
libxml2-2.9.8/test/schemas/decimal-2_0.xml
libxml2-2.9.8/test/schemas/import0_0.xsd
libxml2-2.9.8/test/schemas/decimal-2_1.xsd
libxml2-2.9.8/test/schemas/import1_0.imp
libxml2-2.9.8/test/schemas/decimal-3_0.xml
libxml2-2.9.8/test/schemas/import1_0.xml
libxml2-2.9.8/test/schemas/decimal-3_1.xsd
libxml2-2.9.8/test/schemas/extension1_0.xsd
libxml2-2.9.8/test/schemas/mixed0_0.xml
libxml2-2.9.8/test/schemas/derivation-ok-extension-err_0.xml
libxml2-2.9.8/test/schemas/extension1_1.xml
libxml2-2.9.8/test/schemas/mixed0_0.xsd
libxml2-2.9.8/test/schemas/derivation-ok-extension-err_0.xsd
libxml2-2.9.8/test/schemas/extension1_2.xml
libxml2-2.9.8/test/schemas/mixed1_0.xml
libxml2-2.9.8/test/schemas/derivation-ok-extension_0.xml
libxml2-2.9.8/test/schemas/extension2_0.xml
libxml2-2.9.8/test/schemas/mixed1_0.xsd
libxml2-2.9.8/test/schemas/derivation-ok-extension_0.xsd
libxml2-2.9.8/test/schemas/element-minmax-err_0.xml
libxml2-2.9.8/test/schemas/ns0_0.xml
libxml2-2.9.8/test/schemas/derivation-ok-restriction-2-1-1_0.xml
libxml2-2.9.8/test/schemas/element-minmax-err_0.xsd
libxml2-2.9.8/test/schemas/ns0_0.xsd
libxml2-2.9.8/test/schemas/derivation-ok-restriction-2-1-1_0.xsd
libxml2-2.9.8/test/schemas/empty-value_0.xml
libxml2-2.9.8/test/schemas/include1_0.xsd
libxml2-2.9.8/test/schemas/derivation-ok-restriction-4-1-err_0.xml
libxml2-2.9.8/test/schemas/empty-value_1.xml
libxml2-2.9.8/test/schemas/include2_0.inc
libxml2-2.9.8/test/schemas/derivation-ok-restriction-4-1-err_0.xsd
libxml2-2.9.8/test/schemas/extension2_1.xsd
libxml2-2.9.8/test/schemas/ns0_1.xml
libxml2-2.9.8/test/schemas/derivation-restriction-anyAttr_0.xml
libxml2-2.9.8/test/schemas/582906-2-prog1.xsd
libxml2-2.9.8/test/schemas/ns0_1.xsd
libxml2-2.9.8/test/schemas/derivation-restriction-anyAttr_0.xsd
libxml2-2.9.8/test/schemas/facet-unionST-err1_0.xml
libxml2-2.9.8/test/schemas/derivation-restriction-anyType.xml
libxml2-2.9.8/test/schemas/facet-unionST-err1_0.xsd
libxml2-2.9.8/test/schemas/derivation-restriction-anyType.xsd
libxml2-2.9.8/test/schemas/include2_0.xml
libxml2-2.9.8/test/schemas/deter0_0.xml
libxml2-2.9.8/test/schemas/include2_0.xsd
libxml2-2.9.8/test/schemas/deter0_0.xsd
libxml2-2.9.8/test/schemas/include3_0.inc
libxml2-2.9.8/test/schemas/dur_0.xml
libxml2-2.9.8/test/schemas/include3_0.xml
libxml2-2.9.8/test/schemas/dur_0.xsd
libxml2-2.9.8/test/schemas/include3_0.xsd
libxml2-2.9.8/test/schemas/elem0_0.xml
libxml2-2.9.8/test/schemas/item_0.xml
libxml2-2.9.8/test/schemas/elem0_0.xsd
libxml2-2.9.8/test/schemas/import1_0.xsd
libxml2-2.9.8/test/schemas/element-err_0.xml
libxml2-2.9.8/test/schemas/import1_0b.imp
libxml2-2.9.8/test/schemas/element-err_0.xsd
libxml2-2.9.8/test/schemas/item_0.xsd
libxml2-2.9.8/test/schemas/empty_0.xml
libxml2-2.9.8/test/schemas/import2_0.imp
libxml2-2.9.8/test/schemas/length1_0.xml
libxml2-2.9.8/test/schemas/length1_0.xsd
libxml2-2.9.8/test/schemas/length2_0.xml
libxml2-2.9.8/test/schemas/length2_0.xsd
libxml2-2.9.8/test/schemas/length3_0.xml
libxml2-2.9.8/test/schemas/length3_0.xsd
libxml2-2.9.8/test/schemas/ns0_2.xml
libxml2-2.9.8/test/schemas/ns0_3.xml
libxml2-2.9.8/test/schemas/ns0_4.xml
libxml2-2.9.8/test/schemas/ns1_0.xml
libxml2-2.9.8/test/schemas/ns1_0.xsd
libxml2-2.9.8/test/schemas/ns2_0.xml
libxml2-2.9.8/test/schemas/ns2_0.xsd
libxml2-2.9.8/test/schemas/bug455953_0.xml
libxml2-2.9.8/test/schemas/po0_0.xml
libxml2-2.9.8/test/schemas/po0_0.xsd
libxml2-2.9.8/test/schemas/po1_0.xml
libxml2-2.9.8/test/schemas/po1_0.xsd
libxml2-2.9.8/test/schemas/vdv-first5_0.xsd
libxml2-2.9.8/test/schemas/bug455953_0.xsd
libxml2-2.9.8/test/schemas/union2_1.xsd
libxml2-2.9.8/test/schemas/582906-2-prog2-include.xsd
libxml2-2.9.8/test/schemas/union_0_0.xml
libxml2-2.9.8/test/schemas/582906-2_0.xml
libxml2-2.9.8/test/schemas/union_0_0.xsd
libxml2-2.9.8/test/schemas/582906-2_0.xsd
libxml2-2.9.8/test/schemas/vdv-complexTypes.xsd
libxml2-2.9.8/test/schemas/restrict-CT-attr-ref_0.xml
libxml2-2.9.8/test/schemas/vdv-first0_0.xml
libxml2-2.9.8/test/schemas/restrict-CT-attr-ref_0.xsd
libxml2-2.9.8/test/schemas/vdv-first0_0.xsd
libxml2-2.9.8/test/schemas/restriction-attr1_0.xml
libxml2-2.9.8/test/schemas/vdv-first1_0.xml
libxml2-2.9.8/test/schemas/restriction-attr1_0.xsd
libxml2-2.9.8/test/schemas/vdv-first1_0.xsd
libxml2-2.9.8/test/schemas/restriction-enum-1_0.xml
libxml2-2.9.8/test/schemas/vdv-first2_0.xml
libxml2-2.9.8/test/schemas/restriction-enum-1_1.xsd
libxml2-2.9.8/test/schemas/vdv-simpleTypes.xsd
libxml2-2.9.8/test/schemas/restriction0_0.xml
libxml2-2.9.8/test/schemas/xml.xsd
libxml2-2.9.8/test/schemas/restriction0_0.xsd
libxml2-2.9.8/test/schemas/xsd-list-itemType_0.xml
libxml2-2.9.8/test/schemas/scc-no-xmlns_0.xml
libxml2-2.9.8/test/schemas/xsd-list-itemType_0.xsd
libxml2-2.9.8/test/schemas/scc-no-xmlns_0.xsd
libxml2-2.9.8/test/schemas/import-455953.xsd
libxml2-2.9.8/test/schemas/scc-no-xsi_0.xml
libxml2-2.9.8/test/schemas/poschargrp0_0.xml
libxml2-2.9.8/test/schemas/scc-no-xsi_0.xsd
libxml2-2.9.8/test/schemas/poschargrp0_0.xsd
libxml2-2.9.8/test/schemas/seq-dubl-elem1_0.xml
libxml2-2.9.8/test/schemas/regexp-char-ref_0.xml
libxml2-2.9.8/test/schemas/seq-dubl-elem1_0.xsd
libxml2-2.9.8/test/schemas/seq0_0.xml
libxml2-2.9.8/test/schemas/seq0_0.xsd
libxml2-2.9.8/test/schemas/regexp-char-ref_0.xsd
libxml2-2.9.8/test/schemas/src-attribute1_0.xml
libxml2-2.9.8/test/schemas/regexp-char-ref_1.xsd
libxml2-2.9.8/test/schemas/src-attribute1_0.xsd
libxml2-2.9.8/test/schemas/complex-type-extension_0.xml
libxml2-2.9.8/test/schemas/src-attribute2_0.xml
libxml2-2.9.8/test/schemas/complex-type-extension_0.xsd
libxml2-2.9.8/test/schemas/src-attribute2_0.xsd
libxml2-2.9.8/test/schemas/vdv-first2_0.xsd
libxml2-2.9.8/test/schemas/src-attribute3-1_0.xml
libxml2-2.9.8/test/schemas/vdv-first3_0.xml
libxml2-2.9.8/test/schemas/src-attribute3-1_0.xsd
libxml2-2.9.8/test/schemas/vdv-first3_0.xsd
libxml2-2.9.8/test/schemas/src-attribute3-2-form_0.xml
libxml2-2.9.8/test/schemas/vdv-first4_0.xml
libxml2-2.9.8/test/schemas/src-attribute3-2-form_0.xsd
libxml2-2.9.8/test/schemas/vdv-first4_0.xsd
libxml2-2.9.8/test/schemas/src-attribute3-2-st_0.xml
libxml2-2.9.8/test/schemas/vdv-first4_1.xml
libxml2-2.9.8/test/schemas/src-attribute3-2-st_0.xsd
libxml2-2.9.8/test/schemas/vdv-first4_2.xml
libxml2-2.9.8/test/schemas/src-attribute3-2-type_0.xml
libxml2-2.9.8/test/schemas/vdv-first5_0.xml
libxml2-2.9.8/test/schemas/src-attribute3-2-type_0.xsd
libxml2-2.9.8/test/schemas/src-attribute4_0.xml
libxml2-2.9.8/test/schemas/src-attribute4_0.xsd
libxml2-2.9.8/test/schemas/src-element1_0.xml
libxml2-2.9.8/test/schemas/src-element1_0.xsd
libxml2-2.9.8/test/schemas/src-element2-1_0.xml
libxml2-2.9.8/test/schemas/src-element2-1_0.xsd
libxml2-2.9.8/test/schemas/src-element2-2_0.xml
libxml2-2.9.8/test/schemas/src-element2-2_0.xsd
libxml2-2.9.8/test/schemas/src-element3_0.xml
libxml2-2.9.8/test/schemas/src-element3_0.xsd
libxml2-2.9.8/test/schemas/subst-group-1_0.xsd
libxml2-2.9.8/test/schemas/subst-group-1_1.xml
libxml2-2.9.8/test/schemas/union2_1.xml
libxml2-2.9.8/test/schemas/582906-2-prog2.xsd
libxml2-2.9.8/test/schemas/xsd-simpleType-varieties_0.xml
libxml2-2.9.8/test/schemas/xsd-simpleType-varieties_0.xsd
libxml2-2.9.8/test/schematron/
libxml2-2.9.8/test/schematron/zvon1.sct
libxml2-2.9.8/test/schematron/zvon10.sct
libxml2-2.9.8/test/schematron/zvon10_0.xml
libxml2-2.9.8/test/schematron/zvon10_1.xml
libxml2-2.9.8/test/schematron/zvon11.sct
libxml2-2.9.8/test/schematron/zvon11_0.xml
libxml2-2.9.8/test/schematron/zvon11_1.xml
libxml2-2.9.8/test/schematron/zvon11_2.xml
libxml2-2.9.8/test/schematron/zvon11_3.xml
libxml2-2.9.8/test/schematron/zvon12.sct
libxml2-2.9.8/test/schematron/zvon12_0.xml
libxml2-2.9.8/test/schematron/zvon12_1.xml
libxml2-2.9.8/test/schematron/zvon12_2.xml
libxml2-2.9.8/test/schematron/zvon13.sct
libxml2-2.9.8/test/schematron/zvon13_0.xml
libxml2-2.9.8/test/schematron/zvon13_1.xml
libxml2-2.9.8/test/schematron/zvon13_2.xml
libxml2-2.9.8/test/schematron/zvon14.sct
libxml2-2.9.8/test/schematron/zvon14_0.xml
libxml2-2.9.8/test/schematron/zvon15.sct
libxml2-2.9.8/test/schematron/zvon15_0.xml
libxml2-2.9.8/test/schematron/zvon1_0.xml
libxml2-2.9.8/test/schematron/zvon1_1.xml
libxml2-2.9.8/test/schematron/zvon2.sct
libxml2-2.9.8/test/schematron/zvon2_0.xml
libxml2-2.9.8/test/schematron/zvon2_1.xml
libxml2-2.9.8/test/schematron/zvon2_2.xml
libxml2-2.9.8/test/schematron/zvon3.sct
libxml2-2.9.8/test/schematron/zvon3_0.xml
libxml2-2.9.8/test/schematron/zvon4.sct
libxml2-2.9.8/test/schematron/zvon4_0.xml
libxml2-2.9.8/test/schematron/zvon4_1.xml
libxml2-2.9.8/test/schematron/zvon5.sct
libxml2-2.9.8/test/schematron/zvon5_0.xml
libxml2-2.9.8/test/schematron/zvon5_1.xml
libxml2-2.9.8/test/schematron/zvon5_2.xml
libxml2-2.9.8/test/schematron/zvon6.sct
libxml2-2.9.8/test/schematron/zvon6_0.xml
libxml2-2.9.8/test/schematron/zvon6_1.xml
libxml2-2.9.8/test/schematron/zvon6_2.xml
libxml2-2.9.8/test/schematron/zvon7.sct
libxml2-2.9.8/test/schematron/zvon7_0.xml
libxml2-2.9.8/test/schematron/zvon7_1.xml
libxml2-2.9.8/test/schematron/zvon7_2.xml
libxml2-2.9.8/test/schematron/zvon7_3.xml
libxml2-2.9.8/test/schematron/zvon7_4.xml
libxml2-2.9.8/test/schematron/zvon8.sct
libxml2-2.9.8/test/schematron/zvon8_0.xml
libxml2-2.9.8/test/schematron/zvon8_1.xml
libxml2-2.9.8/test/schematron/zvon8_2.xml
libxml2-2.9.8/test/schematron/zvon9.sct
libxml2-2.9.8/test/schematron/zvon9_0.xml
libxml2-2.9.8/test/schematron/zvon9_1.xml
libxml2-2.9.8/test/schematron/zvon9_2.xml
libxml2-2.9.8/test/scripts/
libxml2-2.9.8/test/scripts/base.script
libxml2-2.9.8/test/scripts/base.xml
libxml2-2.9.8/test/scripts/base2.script
libxml2-2.9.8/test/scripts/base2.xml
libxml2-2.9.8/test/scripts/set1.script
libxml2-2.9.8/test/scripts/set1.xml
libxml2-2.9.8/test/scripts/set3.script
libxml2-2.9.8/test/scripts/set3.xml
libxml2-2.9.8/test/scripts/set4.script
libxml2-2.9.8/test/scripts/set4.xml
libxml2-2.9.8/test/threads/
libxml2-2.9.8/test/threads/a/
libxml2-2.9.8/test/threads/a/a.dtd
libxml2-2.9.8/test/threads/b/
libxml2-2.9.8/test/threads/b/b.dtd
libxml2-2.9.8/test/threads/c/
libxml2-2.9.8/test/threads/c/c.dtd
libxml2-2.9.8/test/threads/a.example.org.xml
libxml2-2.9.8/test/threads/abc.dtd
libxml2-2.9.8/test/threads/abc.xml
libxml2-2.9.8/test/threads/acb.dtd
libxml2-2.9.8/test/threads/acb.xml
libxml2-2.9.8/test/threads/b.example.org.xml
libxml2-2.9.8/test/threads/bac.dtd
libxml2-2.9.8/test/threads/bac.xml
libxml2-2.9.8/test/threads/bca.dtd
libxml2-2.9.8/test/threads/bca.xml
libxml2-2.9.8/test/threads/c.example.org.xml
libxml2-2.9.8/test/threads/cab.dtd
libxml2-2.9.8/test/threads/cab.xml
libxml2-2.9.8/test/threads/cba.dtd
libxml2-2.9.8/test/threads/cba.xml
libxml2-2.9.8/test/threads/complex.xml
libxml2-2.9.8/test/threads/example.org.xml
libxml2-2.9.8/test/threads/invalid.xml
libxml2-2.9.8/test/valid/
libxml2-2.9.8/test/valid/dtds/
libxml2-2.9.8/test/valid/dtds/127772.dtd
libxml2-2.9.8/test/valid/dtds/NewsMLv1.0.dtd
libxml2-2.9.8/test/valid/dtds/destfoo.ent
libxml2-2.9.8/test/valid/dtds/nitf-2-5.dtd
libxml2-2.9.8/test/valid/dtds/objednavka.dtd
libxml2-2.9.8/test/valid/dtds/spec.dtd
libxml2-2.9.8/test/valid/dtds/xhtml-lat1.ent
libxml2-2.9.8/test/valid/dtds/xhtml-special.ent
libxml2-2.9.8/test/valid/dtds/xhtml-symbol.ent
libxml2-2.9.8/test/valid/dtds/xhtml.cat
libxml2-2.9.8/test/valid/dtds/xhtml1-frameset.dtd
libxml2-2.9.8/test/valid/dtds/xhtml1-strict.dtd
libxml2-2.9.8/test/valid/dtds/xhtml1-transitional.dtd
libxml2-2.9.8/test/valid/dtds/xhtml1.dcl
libxml2-2.9.8/test/valid/dtds/xmlspec.dtd
libxml2-2.9.8/test/valid/dtds/external.ent
libxml2-2.9.8/test/valid/dtds/external2.ent
libxml2-2.9.8/test/valid/dtds/notes.dtd
libxml2-2.9.8/test/valid/dtds/utf16b.ent
libxml2-2.9.8/test/valid/dtds/utf16l.ent
libxml2-2.9.8/test/valid/dtds/694228.dtd
libxml2-2.9.8/test/valid/dtds/737840.ent
libxml2-2.9.8/test/valid/dtds/766956.dtd
libxml2-2.9.8/test/valid/127772.xml
libxml2-2.9.8/test/valid/REC-xml-19980210.xml
libxml2-2.9.8/test/valid/dia.xml
libxml2-2.9.8/test/valid/id1.xml
libxml2-2.9.8/test/valid/id2.xml
libxml2-2.9.8/test/valid/id3.xml
libxml2-2.9.8/test/valid/index.xml
libxml2-2.9.8/test/valid/mixed_ns.xml
libxml2-2.9.8/test/valid/ns.xml
libxml2-2.9.8/test/valid/ns2.xml
libxml2-2.9.8/test/valid/objednavka.xml
libxml2-2.9.8/test/valid/rss.xml
libxml2-2.9.8/test/valid/t10.xml
libxml2-2.9.8/test/valid/t4.dtd
libxml2-2.9.8/test/valid/t4.xml
libxml2-2.9.8/test/valid/t4a.dtd
libxml2-2.9.8/test/valid/t4a.xml
libxml2-2.9.8/test/valid/t6.dtd
libxml2-2.9.8/test/valid/t6.xml
libxml2-2.9.8/test/valid/t8.xml
libxml2-2.9.8/test/valid/t8a.xml
libxml2-2.9.8/test/valid/t9.xml
libxml2-2.9.8/test/valid/t9a.xml
libxml2-2.9.8/test/valid/xhtml1.xhtml
libxml2-2.9.8/test/valid/xlink.xml
libxml2-2.9.8/test/valid/UTF16Entity.xml
libxml2-2.9.8/test/valid/notes.xml
libxml2-2.9.8/test/valid/t11.xml
libxml2-2.9.8/test/valid/694228.xml
libxml2-2.9.8/test/valid/737840.xml
libxml2-2.9.8/test/valid/766956.xml
libxml2-2.9.8/test/valid/781333.xml
libxml2-2.9.8/test/warning/
libxml2-2.9.8/test/warning/ent8
libxml2-2.9.8/test/warning/ent9
libxml2-2.9.8/test/xmlid/
libxml2-2.9.8/test/xmlid/id_err1.xml
libxml2-2.9.8/test/xmlid/id_err2.xml
libxml2-2.9.8/test/xmlid/id_tst1.xml
libxml2-2.9.8/test/xmlid/id_tst2.xml
libxml2-2.9.8/test/xmlid/id_tst3.xml
libxml2-2.9.8/test/xmlid/id_tst4.xml
libxml2-2.9.8/test/xsdtest/
libxml2-2.9.8/test/xsdtest/xsdtest.xml
libxml2-2.9.8/test/xsdtest/xsdtest.xsl
libxml2-2.9.8/test/xsdtest/xsdtestsuite.xml
libxml2-2.9.8/test/title.xml
libxml2-2.9.8/test/att1
libxml2-2.9.8/test/dtd4
libxml2-2.9.8/test/ent13
libxml2-2.9.8/test/dtd5
libxml2-2.9.8/test/recurse/
libxml2-2.9.8/test/recurse/good.xml
libxml2-2.9.8/test/recurse/goodattr.xml
libxml2-2.9.8/test/recurse/lol1.xml
libxml2-2.9.8/test/recurse/lol2.xml
libxml2-2.9.8/test/recurse/lol3.dtd
libxml2-2.9.8/test/recurse/lol3.xml
libxml2-2.9.8/test/recurse/lol4.patch
libxml2-2.9.8/test/recurse/lol4.xml
libxml2-2.9.8/test/recurse/lol5.xml
libxml2-2.9.8/test/recurse/lol6.xml
libxml2-2.9.8/test/utf16bom.xml
libxml2-2.9.8/test/att2
libxml2-2.9.8/test/utf8bom.xml
libxml2-2.9.8/test/att3
libxml2-2.9.8/test/wap.xml
libxml2-2.9.8/test/att4
libxml2-2.9.8/test/wml.xml
libxml2-2.9.8/test/att5
libxml2-2.9.8/test/xhtml1
libxml2-2.9.8/test/att6
libxml2-2.9.8/test/xhtmlcomp
libxml2-2.9.8/test/att7
libxml2-2.9.8/test/att8
libxml2-2.9.8/test/xml2
libxml2-2.9.8/test/dtd6
libxml2-2.9.8/test/attrib.xml
libxml2-2.9.8/test/dtd2
libxml2-2.9.8/test/badcomment.xml
libxml2-2.9.8/test/dtd3
libxml2-2.9.8/test/bigentname.xml
libxml2-2.9.8/test/ent9
libxml2-2.9.8/test/bigname.xml
libxml2-2.9.8/test/japancrlf.xml
libxml2-2.9.8/test/bigname2.xml
libxml2-2.9.8/test/eve.xml
libxml2-2.9.8/test/cdata
libxml2-2.9.8/test/dtd12
libxml2-2.9.8/test/utf16bebom.xml
libxml2-2.9.8/test/errors10/
libxml2-2.9.8/test/errors10/781205.xml
libxml2-2.9.8/test/errors10/781361.xml
libxml2-2.9.8/test/ent6
libxml2-2.9.8/test/intsubset.xml
libxml2-2.9.8/test/cdata-2-byte-UTF-8.xml
libxml2-2.9.8/test/dtd13
libxml2-2.9.8/test/att11
libxml2-2.9.8/test/cdata-3-byte-UTF-8.xml
libxml2-2.9.8/test/intsubset2.xml
libxml2-2.9.8/test/cdata2
libxml2-2.9.8/test/isolat1
libxml2-2.9.8/test/comment.xml
libxml2-2.9.8/test/isolat2
libxml2-2.9.8/test/comment2.xml
libxml2-2.9.8/test/isolat3
libxml2-2.9.8/test/comment3.xml
libxml2-2.9.8/test/icu_parse_test.xml
libxml2-2.9.8/test/comment4.xml
libxml2-2.9.8/test/ns
libxml2-2.9.8/test/comment5.xml
libxml2-2.9.8/test/ns2
libxml2-2.9.8/test/att9
libxml2-2.9.8/test/ent12
libxml2-2.9.8/test/dav1
libxml2-2.9.8/test/ns3
libxml2-2.9.8/test/dav10
libxml2-2.9.8/test/ns4
libxml2-2.9.8/test/dav11
libxml2-2.9.8/test/ns5
libxml2-2.9.8/test/dav12
libxml2-2.9.8/test/ns6
libxml2-2.9.8/test/dav13
libxml2-2.9.8/test/ns7
libxml2-2.9.8/test/dav15
libxml2-2.9.8/test/nsclean.xml
libxml2-2.9.8/test/dav16
libxml2-2.9.8/test/p3p
libxml2-2.9.8/test/dav17
libxml2-2.9.8/test/pi.xml
libxml2-2.9.8/test/dav18
libxml2-2.9.8/test/pi2.xml
libxml2-2.9.8/test/dav19
libxml2-2.9.8/test/dav2
libxml2-2.9.8/test/dav3
libxml2-2.9.8/test/dav4
libxml2-2.9.8/test/dav5
libxml2-2.9.8/test/dav6
libxml2-2.9.8/test/dav7
libxml2-2.9.8/test/dav8
libxml2-2.9.8/test/dav9
libxml2-2.9.8/test/rdf1
libxml2-2.9.8/test/defattr.xml
libxml2-2.9.8/test/rdf2
libxml2-2.9.8/test/defattr2.xml
libxml2-2.9.8/test/dia1
libxml2-2.9.8/test/dia2
libxml2-2.9.8/test/dtd1
libxml2-2.9.8/test/slashdot.rdf
libxml2-2.9.8/test/dtd10
libxml2-2.9.8/test/slashdot.xml
libxml2-2.9.8/test/dtd11
libxml2-2.9.8/test/dtd7
libxml2-2.9.8/test/dtd8
libxml2-2.9.8/test/dtd9
libxml2-2.9.8/test/ent7
libxml2-2.9.8/test/ebcdic_566012.xml
libxml2-2.9.8/test/ent8
libxml2-2.9.8/test/att10
libxml2-2.9.8/test/emptycdata.xml
libxml2-2.9.8/test/ent1
libxml2-2.9.8/test/slashdot16.xml
libxml2-2.9.8/test/ent10
libxml2-2.9.8/test/svg1
libxml2-2.9.8/test/ent11
libxml2-2.9.8/test/svg2
libxml2-2.9.8/test/cdata-4-byte-UTF-8.xml
libxml2-2.9.8/test/svg3
libxml2-2.9.8/test/comment6.xml
libxml2-2.9.8/test/ent_738805.xml
libxml2-2.9.8/test/ent2
libxml2-2.9.8/test/ent3
libxml2-2.9.8/test/ent4
libxml2-2.9.8/test/ent5
libxml2-2.9.8/test/xml1
libxml2-2.9.8/test/tstblanks.xml
libxml2-2.9.8/test/utf16lebom.xml
libxml2-2.9.8/test/winblanks.xml
libxml2-2.9.8/result/
libxml2-2.9.8/result/HTML/
libxml2-2.9.8/result/HTML/cf_128.html
libxml2-2.9.8/result/HTML/doc3.htm.sax
libxml2-2.9.8/result/HTML/autoclose2.html.sax
libxml2-2.9.8/result/HTML/autoclose3.html
libxml2-2.9.8/result/HTML/cf_128.html.err
libxml2-2.9.8/result/HTML/entities.html.sax
libxml2-2.9.8/result/HTML/doc2.htm
libxml2-2.9.8/result/HTML/entities2.html.sax
libxml2-2.9.8/result/HTML/pre.html.err
libxml2-2.9.8/result/HTML/reg3.html.sax
libxml2-2.9.8/result/HTML/fp40.htm.sax
libxml2-2.9.8/result/HTML/53867.html
libxml2-2.9.8/result/HTML/758518-entity.html.err
libxml2-2.9.8/result/HTML/attrents.html.err
libxml2-2.9.8/result/HTML/autoclose.html
libxml2-2.9.8/result/HTML/wired.html.sax
libxml2-2.9.8/result/HTML/53867.html.sax
libxml2-2.9.8/result/HTML/758518-entity.html.sax
libxml2-2.9.8/result/HTML/reg4.html.sax
libxml2-2.9.8/result/HTML/script2.html.sax
libxml2-2.9.8/result/HTML/repeat.html.err
libxml2-2.9.8/result/HTML/script.html.sax
libxml2-2.9.8/result/HTML/html5_enc.html.sax
libxml2-2.9.8/result/HTML/758606.html.err
libxml2-2.9.8/result/HTML/758518-tag.html
libxml2-2.9.8/result/HTML/Down.html.err
libxml2-2.9.8/result/HTML/test3.html.sax
libxml2-2.9.8/result/HTML/758605.html
libxml2-2.9.8/result/HTML/script.html
libxml2-2.9.8/result/HTML/758518-tag.html.err
libxml2-2.9.8/result/HTML/doc3.htm
libxml2-2.9.8/result/HTML/53867.html.err
libxml2-2.9.8/result/HTML/autoclose2.html
libxml2-2.9.8/result/HTML/script2.html.err
libxml2-2.9.8/result/HTML/liclose.html
libxml2-2.9.8/result/HTML/test3.html
libxml2-2.9.8/result/HTML/entities.html
libxml2-2.9.8/result/HTML/autoclose2.html.err
libxml2-2.9.8/result/HTML/test2.html.sax
libxml2-2.9.8/result/HTML/doc3.htm.err
libxml2-2.9.8/result/HTML/lt.html
libxml2-2.9.8/result/HTML/autoclose3.html.err
libxml2-2.9.8/result/HTML/autoclose3.html.sax
libxml2-2.9.8/result/HTML/noscript.html
libxml2-2.9.8/result/HTML/liclose.html.sax
libxml2-2.9.8/result/HTML/reg1.html
libxml2-2.9.8/result/HTML/758605.html.err
libxml2-2.9.8/result/HTML/attrents.html.sax
libxml2-2.9.8/result/HTML/doc2.htm.err
libxml2-2.9.8/result/HTML/reg3.html
libxml2-2.9.8/result/HTML/utf8bug.html
libxml2-2.9.8/result/HTML/fp40.htm
libxml2-2.9.8/result/HTML/entities.html.err
libxml2-2.9.8/result/HTML/reg4.html
libxml2-2.9.8/result/HTML/758606.html.sax
libxml2-2.9.8/result/HTML/758518-tag.html.sax
libxml2-2.9.8/result/HTML/liclose.html.err
libxml2-2.9.8/result/HTML/test3.html.err
libxml2-2.9.8/result/HTML/test2.html
libxml2-2.9.8/result/HTML/utf8bug.html.err
libxml2-2.9.8/result/HTML/noscript.html.err
libxml2-2.9.8/result/HTML/lt.html.sax
libxml2-2.9.8/result/HTML/noscript.html.sax
libxml2-2.9.8/result/HTML/pre.html.sax
libxml2-2.9.8/result/HTML/utf8bug.html.sax
libxml2-2.9.8/result/HTML/pre.html
libxml2-2.9.8/result/HTML/758518-entity.html
libxml2-2.9.8/result/HTML/autoclose.html.err
libxml2-2.9.8/result/HTML/fp40.htm.err
libxml2-2.9.8/result/HTML/reg2.html
libxml2-2.9.8/result/HTML/758606.html
libxml2-2.9.8/result/HTML/repeat.html
libxml2-2.9.8/result/HTML/wired.html.err
libxml2-2.9.8/result/HTML/758606_2.html
libxml2-2.9.8/result/HTML/python.html
libxml2-2.9.8/result/HTML/758605.html.sax
libxml2-2.9.8/result/HTML/Down.html.sax
libxml2-2.9.8/result/HTML/autoclose.html.sax
libxml2-2.9.8/result/HTML/lt.html.err
libxml2-2.9.8/result/HTML/Down.html
libxml2-2.9.8/result/HTML/entities2.html
libxml2-2.9.8/result/HTML/html5_enc.html
libxml2-2.9.8/result/HTML/758606_2.html.err
libxml2-2.9.8/result/HTML/cf_128.html.sax
libxml2-2.9.8/result/HTML/python.html.err
libxml2-2.9.8/result/HTML/python.html.sax
libxml2-2.9.8/result/HTML/reg1.html.err
libxml2-2.9.8/result/HTML/reg1.html.sax
libxml2-2.9.8/result/HTML/reg2.html.err
libxml2-2.9.8/result/HTML/reg2.html.sax
libxml2-2.9.8/result/HTML/reg3.html.err
libxml2-2.9.8/result/HTML/reg4.html.err
libxml2-2.9.8/result/HTML/repeat.html.sax
libxml2-2.9.8/result/HTML/script.html.err
libxml2-2.9.8/result/HTML/test2.html.err
libxml2-2.9.8/result/HTML/script2.html
libxml2-2.9.8/result/HTML/entities2.html.err
libxml2-2.9.8/result/HTML/attrents.html
libxml2-2.9.8/result/HTML/html5_enc.html.err
libxml2-2.9.8/result/HTML/wired.html
libxml2-2.9.8/result/HTML/758606_2.html.sax
libxml2-2.9.8/result/HTML/doc2.htm.sax
libxml2-2.9.8/result/SVG/
libxml2-2.9.8/result/SVG/4rects.xml
libxml2-2.9.8/result/SVG/a-valid.xml
libxml2-2.9.8/result/SVG/a-wf.xml
libxml2-2.9.8/result/SVG/bike-errors.xml
libxml2-2.9.8/result/SVG/bike.xml
libxml2-2.9.8/result/SVG/circle.xml
libxml2-2.9.8/result/SVG/defs.xml
libxml2-2.9.8/result/SVG/desc.xml
libxml2-2.9.8/result/SVG/ellipse.xml
libxml2-2.9.8/result/SVG/flower2.xml
libxml2-2.9.8/result/SVG/gradient.xml
libxml2-2.9.8/result/SVG/group01.xml
libxml2-2.9.8/result/SVG/group02.xml
libxml2-2.9.8/result/SVG/group03.xml
libxml2-2.9.8/result/SVG/image-valid.xml
libxml2-2.9.8/result/SVG/image-wf.xml
libxml2-2.9.8/result/SVG/lin-gradient.xml
libxml2-2.9.8/result/SVG/marker.xml
libxml2-2.9.8/result/SVG/mask.xml
libxml2-2.9.8/result/SVG/mathswitch.xml
libxml2-2.9.8/result/SVG/parentns.xml
libxml2-2.9.8/result/SVG/path01.xml
libxml2-2.9.8/result/SVG/path02.xml
libxml2-2.9.8/result/SVG/patternfill.xml
libxml2-2.9.8/result/SVG/polyline.xml
libxml2-2.9.8/result/SVG/private.xml
libxml2-2.9.8/result/SVG/rad-gradient.xml
libxml2-2.9.8/result/SVG/rectangle.xml
libxml2-2.9.8/result/SVG/richdesc.xml
libxml2-2.9.8/result/SVG/script.xml
libxml2-2.9.8/result/SVG/structure01.xml
libxml2-2.9.8/result/SVG/style.xml
libxml2-2.9.8/result/SVG/switch.xml
libxml2-2.9.8/result/SVG/symbol-use.xml
libxml2-2.9.8/result/SVG/template.xml
libxml2-2.9.8/result/SVG/text01.xml
libxml2-2.9.8/result/SVG/text02.xml
libxml2-2.9.8/result/SVG/text03.xml
libxml2-2.9.8/result/SVG/toap01.xml
libxml2-2.9.8/result/SVG/toap02.xml
libxml2-2.9.8/result/SVG/transform.xml
libxml2-2.9.8/result/SVG/trivial.xml
libxml2-2.9.8/result/SVG/twin-gradients.xml
libxml2-2.9.8/result/SVG/v-template.xml
libxml2-2.9.8/result/SVG/viewport-nest.xml
libxml2-2.9.8/result/SVG/viewport-transform.xml
libxml2-2.9.8/result/SVG/viewport.xml
libxml2-2.9.8/result/SVG/wf-template.xml
libxml2-2.9.8/result/URI/
libxml2-2.9.8/result/URI/smith.uri
libxml2-2.9.8/result/URI/uri.data
libxml2-2.9.8/result/VC/
libxml2-2.9.8/result/VC/AttributeDefaultLegal
libxml2-2.9.8/result/VC/AttributeNmtokens
libxml2-2.9.8/result/VC/DuplicateType
libxml2-2.9.8/result/VC/ElementValid
libxml2-2.9.8/result/VC/ElementValid2
libxml2-2.9.8/result/VC/ElementValid3
libxml2-2.9.8/result/VC/ElementValid4
libxml2-2.9.8/result/VC/ElementValid5
libxml2-2.9.8/result/VC/ElementValid6
libxml2-2.9.8/result/VC/ElementValid7
libxml2-2.9.8/result/VC/ElementValid8
libxml2-2.9.8/result/VC/Enumeration
libxml2-2.9.8/result/VC/NS1
libxml2-2.9.8/result/VC/NS2
libxml2-2.9.8/result/VC/NS3
libxml2-2.9.8/result/VC/OneID
libxml2-2.9.8/result/VC/OneID2
libxml2-2.9.8/result/VC/OneID3
libxml2-2.9.8/result/VC/PENesting
libxml2-2.9.8/result/VC/PENesting2
libxml2-2.9.8/result/VC/UniqueElementTypeDeclaration
libxml2-2.9.8/result/VC/UniqueElementTypeDeclaration2
libxml2-2.9.8/result/VC/AttributeDefaultLegal.rdr
libxml2-2.9.8/result/VC/AttributeNmtokens.rdr
libxml2-2.9.8/result/VC/DuplicateType.rdr
libxml2-2.9.8/result/VC/ElementValid.rdr
libxml2-2.9.8/result/VC/ElementValid2.rdr
libxml2-2.9.8/result/VC/ElementValid3.rdr
libxml2-2.9.8/result/VC/ElementValid4.rdr
libxml2-2.9.8/result/VC/ElementValid5.rdr
libxml2-2.9.8/result/VC/ElementValid6.rdr
libxml2-2.9.8/result/VC/ElementValid7.rdr
libxml2-2.9.8/result/VC/ElementValid8.rdr
libxml2-2.9.8/result/VC/Enumeration.rdr
libxml2-2.9.8/result/VC/NS1.rdr
libxml2-2.9.8/result/VC/NS2.rdr
libxml2-2.9.8/result/VC/NS3.rdr
libxml2-2.9.8/result/VC/OneID.rdr
libxml2-2.9.8/result/VC/OneID2.rdr
libxml2-2.9.8/result/VC/OneID3.rdr
libxml2-2.9.8/result/VC/PENesting.rdr
libxml2-2.9.8/result/VC/PENesting2.rdr
libxml2-2.9.8/result/VC/UniqueElementTypeDeclaration.rdr
libxml2-2.9.8/result/VC/UniqueElementTypeDeclaration2.rdr
libxml2-2.9.8/result/XInclude/
libxml2-2.9.8/result/XInclude/docids.xml.err
libxml2-2.9.8/result/XInclude/fallback.xml.err
libxml2-2.9.8/result/XInclude/fallback2.xml.err
libxml2-2.9.8/result/XInclude/include.xml.err
libxml2-2.9.8/result/XInclude/nodes.xml.err
libxml2-2.9.8/result/XInclude/nodes2.xml.err
libxml2-2.9.8/result/XInclude/nodes3.xml.err
libxml2-2.9.8/result/XInclude/recursive.xml.err
libxml2-2.9.8/result/XInclude/tstencoding.xml.err
libxml2-2.9.8/result/XInclude/txtinclude.xml.err
libxml2-2.9.8/result/XInclude/docids.xml
libxml2-2.9.8/result/XInclude/docids.xml.rdr
libxml2-2.9.8/result/XInclude/fallback.xml
libxml2-2.9.8/result/XInclude/fallback.xml.rdr
libxml2-2.9.8/result/XInclude/fallback2.xml
libxml2-2.9.8/result/XInclude/fallback2.xml.rdr
libxml2-2.9.8/result/XInclude/include.xml
libxml2-2.9.8/result/XInclude/include.xml.rdr
libxml2-2.9.8/result/XInclude/nodes.xml
libxml2-2.9.8/result/XInclude/nodes.xml.rdr
libxml2-2.9.8/result/XInclude/nodes2.xml
libxml2-2.9.8/result/XInclude/nodes2.xml.rdr
libxml2-2.9.8/result/XInclude/nodes3.xml
libxml2-2.9.8/result/XInclude/nodes3.xml.rdr
libxml2-2.9.8/result/XInclude/recursive.xml
libxml2-2.9.8/result/XInclude/recursive.xml.rdr
libxml2-2.9.8/result/XInclude/tstencoding.xml
libxml2-2.9.8/result/XInclude/tstencoding.xml.rdr
libxml2-2.9.8/result/XInclude/txtinclude.xml
libxml2-2.9.8/result/XInclude/txtinclude.xml.rdr
libxml2-2.9.8/result/XPath/
libxml2-2.9.8/result/XPath/expr/
libxml2-2.9.8/result/XPath/expr/compare
libxml2-2.9.8/result/XPath/expr/equality
libxml2-2.9.8/result/XPath/expr/base
libxml2-2.9.8/result/XPath/expr/floats
libxml2-2.9.8/result/XPath/expr/functions
libxml2-2.9.8/result/XPath/expr/strings
libxml2-2.9.8/result/XPath/tests/
libxml2-2.9.8/result/XPath/tests/chaptersprefol
libxml2-2.9.8/result/XPath/tests/idsimple
libxml2-2.9.8/result/XPath/tests/langsimple
libxml2-2.9.8/result/XPath/tests/mixedpat
libxml2-2.9.8/result/XPath/tests/nodespat
libxml2-2.9.8/result/XPath/tests/simpleabbr
libxml2-2.9.8/result/XPath/tests/usr1check
libxml2-2.9.8/result/XPath/tests/vidbase
libxml2-2.9.8/result/XPath/tests/chaptersbase
libxml2-2.9.8/result/XPath/tests/nssimple
libxml2-2.9.8/result/XPath/tests/simplebase
libxml2-2.9.8/result/XPath/tests/strbase
libxml2-2.9.8/result/XPath/xptr/
libxml2-2.9.8/result/XPath/xptr/chapterschildseq
libxml2-2.9.8/result/XPath/xptr/chaptersparts
libxml2-2.9.8/result/XPath/xptr/chaptersrange
libxml2-2.9.8/result/XPath/xptr/strpoint
libxml2-2.9.8/result/XPath/xptr/strrange
libxml2-2.9.8/result/XPath/xptr/strrange2
libxml2-2.9.8/result/XPath/xptr/strrange3
libxml2-2.9.8/result/XPath/xptr/vidchildseq
libxml2-2.9.8/result/XPath/xptr/vidparts
libxml2-2.9.8/result/XPath/xptr/viderror
libxml2-2.9.8/result/XPath/xptr/vidbase
libxml2-2.9.8/result/automata/
libxml2-2.9.8/result/automata/a
libxml2-2.9.8/result/automata/aba
libxml2-2.9.8/result/automata/abaa
libxml2-2.9.8/result/automata/abba
libxml2-2.9.8/result/automata/po
libxml2-2.9.8/result/c14n/
libxml2-2.9.8/result/c14n/exc-without-comments/
libxml2-2.9.8/result/c14n/exc-without-comments/merlin-c14n-two-15
libxml2-2.9.8/result/c14n/exc-without-comments/merlin-c14n-two-16
libxml2-2.9.8/result/c14n/exc-without-comments/merlin-c14n-two-25
libxml2-2.9.8/result/c14n/exc-without-comments/merlin-c14n-two-18
libxml2-2.9.8/result/c14n/exc-without-comments/merlin-c14n-two-19
libxml2-2.9.8/result/c14n/exc-without-comments/merlin-c14n-two-20
libxml2-2.9.8/result/c14n/exc-without-comments/merlin-c14n-two-21
libxml2-2.9.8/result/c14n/exc-without-comments/merlin-c14n-two-22
libxml2-2.9.8/result/c14n/exc-without-comments/merlin-c14n-two-23
libxml2-2.9.8/result/c14n/exc-without-comments/merlin-c14n-two-24
libxml2-2.9.8/result/c14n/exc-without-comments/merlin-c14n-two-26
libxml2-2.9.8/result/c14n/exc-without-comments/test-0
libxml2-2.9.8/result/c14n/exc-without-comments/test-1
libxml2-2.9.8/result/c14n/exc-without-comments/test-2
libxml2-2.9.8/result/c14n/exc-without-comments/merlin-c14n-two-09
libxml2-2.9.8/result/c14n/exc-without-comments/merlin-c14n-two-10
libxml2-2.9.8/result/c14n/exc-without-comments/merlin-c14n-two-11
libxml2-2.9.8/result/c14n/exc-without-comments/merlin-c14n-two-12
libxml2-2.9.8/result/c14n/exc-without-comments/merlin-c14n-two-13
libxml2-2.9.8/result/c14n/exc-without-comments/merlin-c14n-two-14
libxml2-2.9.8/result/c14n/exc-without-comments/merlin-c14n-two-17
libxml2-2.9.8/result/c14n/with-comments/
libxml2-2.9.8/result/c14n/with-comments/example-1
libxml2-2.9.8/result/c14n/with-comments/example-2
libxml2-2.9.8/result/c14n/with-comments/example-3
libxml2-2.9.8/result/c14n/with-comments/example-5
libxml2-2.9.8/result/c14n/with-comments/example-6
libxml2-2.9.8/result/c14n/with-comments/example-7
libxml2-2.9.8/result/c14n/with-comments/example-4
libxml2-2.9.8/result/c14n/without-comments/
libxml2-2.9.8/result/c14n/without-comments/example-1
libxml2-2.9.8/result/c14n/without-comments/example-2
libxml2-2.9.8/result/c14n/without-comments/example-3
libxml2-2.9.8/result/c14n/without-comments/example-5
libxml2-2.9.8/result/c14n/without-comments/example-6
libxml2-2.9.8/result/c14n/without-comments/example-7
libxml2-2.9.8/result/c14n/without-comments/merlin-c14n-two-00
libxml2-2.9.8/result/c14n/without-comments/merlin-c14n-two-01
libxml2-2.9.8/result/c14n/without-comments/merlin-c14n-two-02
libxml2-2.9.8/result/c14n/without-comments/merlin-c14n-two-03
libxml2-2.9.8/result/c14n/without-comments/merlin-c14n-two-04
libxml2-2.9.8/result/c14n/without-comments/merlin-c14n-two-05
libxml2-2.9.8/result/c14n/without-comments/merlin-c14n-two-06
libxml2-2.9.8/result/c14n/without-comments/merlin-c14n-two-07
libxml2-2.9.8/result/c14n/without-comments/merlin-c14n-two-08
libxml2-2.9.8/result/c14n/without-comments/test-0
libxml2-2.9.8/result/c14n/without-comments/test-1
libxml2-2.9.8/result/c14n/without-comments/test-2
libxml2-2.9.8/result/c14n/without-comments/test-3
libxml2-2.9.8/result/c14n/without-comments/example-4
libxml2-2.9.8/result/c14n/1-1-without-comments/
libxml2-2.9.8/result/c14n/1-1-without-comments/example-1
libxml2-2.9.8/result/c14n/1-1-without-comments/example-2
libxml2-2.9.8/result/c14n/1-1-without-comments/example-3
libxml2-2.9.8/result/c14n/1-1-without-comments/example-4
libxml2-2.9.8/result/c14n/1-1-without-comments/example-5
libxml2-2.9.8/result/c14n/1-1-without-comments/example-6
libxml2-2.9.8/result/c14n/1-1-without-comments/example-7
libxml2-2.9.8/result/c14n/1-1-without-comments/example-8
libxml2-2.9.8/result/c14n/1-1-without-comments/xmlbase-c14n11spec-102
libxml2-2.9.8/result/c14n/1-1-without-comments/xmlbase-c14n11spec2-102
libxml2-2.9.8/result/c14n/1-1-without-comments/xmlbase-c14n11spec3-102
libxml2-2.9.8/result/c14n/1-1-without-comments/xmlbase-prop-1
libxml2-2.9.8/result/c14n/1-1-without-comments/xmlbase-prop-2
libxml2-2.9.8/result/c14n/1-1-without-comments/xmlbase-prop-3
libxml2-2.9.8/result/c14n/1-1-without-comments/xmlbase-prop-4
libxml2-2.9.8/result/c14n/1-1-without-comments/xmlbase-prop-5
libxml2-2.9.8/result/c14n/1-1-without-comments/xmlbase-prop-6
libxml2-2.9.8/result/c14n/1-1-without-comments/xmlbase-prop-7
libxml2-2.9.8/result/c14n/1-1-without-comments/xmlid-prop-1
libxml2-2.9.8/result/c14n/1-1-without-comments/xmlid-prop-2
libxml2-2.9.8/result/c14n/1-1-without-comments/xmllang-prop-1
libxml2-2.9.8/result/c14n/1-1-without-comments/xmllang-prop-2
libxml2-2.9.8/result/c14n/1-1-without-comments/xmllang-prop-3
libxml2-2.9.8/result/c14n/1-1-without-comments/xmllang-prop-4
libxml2-2.9.8/result/c14n/1-1-without-comments/xmlspace-prop-1
libxml2-2.9.8/result/c14n/1-1-without-comments/xmlspace-prop-2
libxml2-2.9.8/result/c14n/1-1-without-comments/xmlspace-prop-3
libxml2-2.9.8/result/c14n/1-1-without-comments/xmlspace-prop-4
libxml2-2.9.8/result/catalogs/
libxml2-2.9.8/result/catalogs/catal
libxml2-2.9.8/result/catalogs/docbook
libxml2-2.9.8/result/catalogs/mycatalog.empty
libxml2-2.9.8/result/catalogs/mycatalog.full
libxml2-2.9.8/result/catalogs/registry
libxml2-2.9.8/result/catalogs/whites
libxml2-2.9.8/result/catalogs/whitex
libxml2-2.9.8/result/errors/
libxml2-2.9.8/result/errors/754946.xml.str
libxml2-2.9.8/result/errors/759573.xml.err
libxml2-2.9.8/result/errors/attr1.xml
libxml2-2.9.8/result/errors/attr1.xml.str
libxml2-2.9.8/result/errors/attr2.xml
libxml2-2.9.8/result/errors/attr2.xml.str
libxml2-2.9.8/result/errors/attr3.xml
libxml2-2.9.8/result/errors/attr3.xml.err
libxml2-2.9.8/result/errors/attr3.xml.str
libxml2-2.9.8/result/errors/cdata.xml
libxml2-2.9.8/result/errors/cdata.xml.err
libxml2-2.9.8/result/errors/charref1.xml
libxml2-2.9.8/result/errors/charref1.xml.err
libxml2-2.9.8/result/errors/charref1.xml.str
libxml2-2.9.8/result/errors/759579.xml
libxml2-2.9.8/result/errors/759579.xml.str
libxml2-2.9.8/result/errors/name.xml
libxml2-2.9.8/result/errors/name.xml.str
libxml2-2.9.8/result/errors/name2.xml
libxml2-2.9.8/result/errors/754946.xml
libxml2-2.9.8/result/errors/754947.xml.err
libxml2-2.9.8/result/errors/759398.xml
libxml2-2.9.8/result/errors/759398.xml.str
libxml2-2.9.8/result/errors/759573.xml
libxml2-2.9.8/result/errors/759573.xml.str
libxml2-2.9.8/result/errors/cdata.xml.str
libxml2-2.9.8/result/errors/content1.xml.err
libxml2-2.9.8/result/errors/content1.xml.str
libxml2-2.9.8/result/errors/759398.xml.err
libxml2-2.9.8/result/errors/attr1.xml.err
libxml2-2.9.8/result/errors/attr2.xml.err
libxml2-2.9.8/result/errors/name2.xml.err
libxml2-2.9.8/result/errors/attr4.xml
libxml2-2.9.8/result/errors/attr4.xml.err
libxml2-2.9.8/result/errors/attr4.xml.str
libxml2-2.9.8/result/errors/comment1.xml
libxml2-2.9.8/result/errors/comment1.xml.err
libxml2-2.9.8/result/errors/comment1.xml.str
libxml2-2.9.8/result/errors/content1.xml
libxml2-2.9.8/result/errors/extparsedent.xml
libxml2-2.9.8/result/errors/extparsedent.xml.err
libxml2-2.9.8/result/errors/extparsedent.xml.str
libxml2-2.9.8/result/errors/name.xml.err
libxml2-2.9.8/result/errors/758588.xml
libxml2-2.9.8/result/errors/758588.xml.err
libxml2-2.9.8/result/errors/758588.xml.str
libxml2-2.9.8/result/errors/759020.xml
libxml2-2.9.8/result/errors/759020.xml.err
libxml2-2.9.8/result/errors/759020.xml.str
libxml2-2.9.8/result/errors/754947.xml
libxml2-2.9.8/result/errors/754947.xml.str
libxml2-2.9.8/result/errors/759573-2.xml
libxml2-2.9.8/result/errors/759573-2.xml.str
libxml2-2.9.8/result/errors/754946.xml.err
libxml2-2.9.8/result/errors/759573-2.xml.err
libxml2-2.9.8/result/errors/name2.xml.str
libxml2-2.9.8/result/errors/759579.xml.err
libxml2-2.9.8/result/expr/
libxml2-2.9.8/result/expr/base
libxml2-2.9.8/result/namespaces/
libxml2-2.9.8/result/namespaces/err_0.xml
libxml2-2.9.8/result/namespaces/err_0.xml.err
libxml2-2.9.8/result/namespaces/err_1.xml
libxml2-2.9.8/result/namespaces/err_1.xml.err
libxml2-2.9.8/result/namespaces/err_10.xml
libxml2-2.9.8/result/namespaces/err_10.xml.err
libxml2-2.9.8/result/namespaces/err_11.xml
libxml2-2.9.8/result/namespaces/err_11.xml.err
libxml2-2.9.8/result/namespaces/err_2.xml
libxml2-2.9.8/result/namespaces/err_2.xml.err
libxml2-2.9.8/result/namespaces/err_3.xml
libxml2-2.9.8/result/namespaces/err_3.xml.err
libxml2-2.9.8/result/namespaces/err_4.xml
libxml2-2.9.8/result/namespaces/err_4.xml.err
libxml2-2.9.8/result/namespaces/err_5.xml
libxml2-2.9.8/result/namespaces/err_5.xml.err
libxml2-2.9.8/result/namespaces/err_6.xml
libxml2-2.9.8/result/namespaces/err_6.xml.err
libxml2-2.9.8/result/namespaces/err_7.xml.err
libxml2-2.9.8/result/namespaces/err_8.xml
libxml2-2.9.8/result/namespaces/err_8.xml.err
libxml2-2.9.8/result/namespaces/err_9.xml
libxml2-2.9.8/result/namespaces/err_9.xml.err
libxml2-2.9.8/result/namespaces/err_7.xml
libxml2-2.9.8/result/noent/
libxml2-2.9.8/result/noent/attrib.xml
libxml2-2.9.8/result/noent/badcomment.xml
libxml2-2.9.8/result/noent/bigentname.xml
libxml2-2.9.8/result/noent/bigname.xml
libxml2-2.9.8/result/noent/bigname2.xml
libxml2-2.9.8/result/noent/cdata
libxml2-2.9.8/result/noent/comment2.xml
libxml2-2.9.8/result/noent/comment3.xml
libxml2-2.9.8/result/noent/comment4.xml
libxml2-2.9.8/result/noent/comment5.xml
libxml2-2.9.8/result/noent/dav7.sax2
libxml2-2.9.8/result/noent/dav1
libxml2-2.9.8/result/noent/dav18
libxml2-2.9.8/result/noent/dav19
libxml2-2.9.8/result/noent/dav2
libxml2-2.9.8/result/noent/dav3
libxml2-2.9.8/result/noent/dav4
libxml2-2.9.8/result/noent/dtd12
libxml2-2.9.8/result/noent/ns3
libxml2-2.9.8/result/noent/p3p
libxml2-2.9.8/result/noent/rdf1
libxml2-2.9.8/result/noent/rdf2
libxml2-2.9.8/result/noent/slashdot.xml
libxml2-2.9.8/result/noent/dav8.sax2
libxml2-2.9.8/result/noent/att10
libxml2-2.9.8/result/noent/att11
libxml2-2.9.8/result/noent/att9
libxml2-2.9.8/result/noent/ebcdic_566012.xml
libxml2-2.9.8/result/noent/cdata-3-byte-UTF-8.xml
libxml2-2.9.8/result/noent/att9.sax2
libxml2-2.9.8/result/noent/cdata2.sax2
libxml2-2.9.8/result/noent/dav1.sax2
libxml2-2.9.8/result/noent/dav19.sax2
libxml2-2.9.8/result/noent/cdata2
libxml2-2.9.8/result/noent/comment.xml
libxml2-2.9.8/result/noent/ns4
libxml2-2.9.8/result/noent/slashdot16.xml
libxml2-2.9.8/result/noent/att1.sax2
libxml2-2.9.8/result/noent/att4.sax2
libxml2-2.9.8/result/noent/bigname2.xml.sax2
libxml2-2.9.8/result/noent/dav10.sax2
libxml2-2.9.8/result/noent/dav2.sax2
libxml2-2.9.8/result/noent/dav10
libxml2-2.9.8/result/noent/dav11
libxml2-2.9.8/result/noent/svg1
libxml2-2.9.8/result/noent/emptycdata.xml
libxml2-2.9.8/result/noent/att10.sax2
libxml2-2.9.8/result/noent/att5.sax2
libxml2-2.9.8/result/noent/cdata-2-byte-UTF-8.xml.sax2
libxml2-2.9.8/result/noent/dav11.sax2
libxml2-2.9.8/result/noent/dav9.sax2
libxml2-2.9.8/result/noent/dav12
libxml2-2.9.8/result/noent/dav13
libxml2-2.9.8/result/noent/dav15
libxml2-2.9.8/result/noent/dav16
libxml2-2.9.8/result/noent/dav17
libxml2-2.9.8/result/noent/dtd10
libxml2-2.9.8/result/noent/intsubset2.xml
libxml2-2.9.8/result/noent/utf16bom.xml
libxml2-2.9.8/result/noent/utf16lebom.xml
libxml2-2.9.8/result/noent/utf8bom.xml
libxml2-2.9.8/result/noent/wap.xml
libxml2-2.9.8/result/noent/wml.xml
libxml2-2.9.8/result/noent/xhtmlcomp
libxml2-2.9.8/result/noent/comment6.xml
libxml2-2.9.8/result/noent/ent12
libxml2-2.9.8/result/noent/att11.sax2
libxml2-2.9.8/result/noent/attrib.xml.sax2
libxml2-2.9.8/result/noent/comment.xml.sax2
libxml2-2.9.8/result/noent/dav15.sax2
libxml2-2.9.8/result/noent/dav5
libxml2-2.9.8/result/noent/dav6
libxml2-2.9.8/result/noent/dav7
libxml2-2.9.8/result/noent/dav8
libxml2-2.9.8/result/noent/dav9
libxml2-2.9.8/result/noent/defattr.xml
libxml2-2.9.8/result/noent/defattr2.xml
libxml2-2.9.8/result/noent/dia1
libxml2-2.9.8/result/noent/dia2
libxml2-2.9.8/result/noent/dtd1
libxml2-2.9.8/result/noent/dtd11
libxml2-2.9.8/result/noent/dtd13
libxml2-2.9.8/result/noent/dtd3
libxml2-2.9.8/result/noent/isolat1
libxml2-2.9.8/result/noent/ent13
libxml2-2.9.8/result/noent/att2.sax2
libxml2-2.9.8/result/noent/badcomment.xml.sax2
libxml2-2.9.8/result/noent/comment2.xml.sax2
libxml2-2.9.8/result/noent/dav16.sax2
libxml2-2.9.8/result/noent/att4
libxml2-2.9.8/result/noent/att5
libxml2-2.9.8/result/noent/dtd2
libxml2-2.9.8/result/noent/dia1.sax2
libxml2-2.9.8/result/noent/ns2
libxml2-2.9.8/result/noent/xml1
libxml2-2.9.8/result/noent/xml2
libxml2-2.9.8/result/noent/xhtml1
libxml2-2.9.8/result/noent/att3.sax2
libxml2-2.9.8/result/noent/bigentname.xml.sax2
libxml2-2.9.8/result/noent/comment3.xml.sax2
libxml2-2.9.8/result/noent/dav17.sax2
libxml2-2.9.8/result/noent/att1
libxml2-2.9.8/result/noent/dia2.sax2
libxml2-2.9.8/result/noent/att2
libxml2-2.9.8/result/noent/att3
libxml2-2.9.8/result/noent/att6
libxml2-2.9.8/result/noent/dtd4
libxml2-2.9.8/result/noent/dtd5
libxml2-2.9.8/result/noent/dtd6
libxml2-2.9.8/result/noent/dtd7
libxml2-2.9.8/result/noent/dtd8
libxml2-2.9.8/result/noent/dtd9
libxml2-2.9.8/result/noent/comment5.xml.sax2
libxml2-2.9.8/result/noent/dav3.sax2
libxml2-2.9.8/result/noent/ent1
libxml2-2.9.8/result/noent/ent10
libxml2-2.9.8/result/noent/ent11
libxml2-2.9.8/result/noent/dtd1.sax2
libxml2-2.9.8/result/noent/ent2
libxml2-2.9.8/result/noent/isolat3
libxml2-2.9.8/result/noent/dav4.sax2
libxml2-2.9.8/result/noent/ns
libxml2-2.9.8/result/noent/ns7
libxml2-2.9.8/result/noent/cdata-4-byte-UTF-8.xml
libxml2-2.9.8/result/noent/bigname.xml.sax2
libxml2-2.9.8/result/noent/comment4.xml.sax2
libxml2-2.9.8/result/noent/dav18.sax2
libxml2-2.9.8/result/noent/att7
libxml2-2.9.8/result/noent/ent3
libxml2-2.9.8/result/noent/ent4
libxml2-2.9.8/result/noent/ent5
libxml2-2.9.8/result/noent/ent6
libxml2-2.9.8/result/noent/ent7
libxml2-2.9.8/result/noent/ent8
libxml2-2.9.8/result/noent/ent9
libxml2-2.9.8/result/noent/dav5.sax2
libxml2-2.9.8/result/noent/eve.xml
libxml2-2.9.8/result/noent/intsubset.xml
libxml2-2.9.8/result/noent/isolat2
libxml2-2.9.8/result/noent/nsclean.xml
libxml2-2.9.8/result/noent/ent_738805.xml
libxml2-2.9.8/result/noent/att6.sax2
libxml2-2.9.8/result/noent/cdata-3-byte-UTF-8.xml.sax2
libxml2-2.9.8/result/noent/dav12.sax2
libxml2-2.9.8/result/noent/dtd10.sax2
libxml2-2.9.8/result/noent/ns5
libxml2-2.9.8/result/noent/ns6
libxml2-2.9.8/result/noent/pi.xml
libxml2-2.9.8/result/noent/pi2.xml
libxml2-2.9.8/result/noent/slashdot.rdf
libxml2-2.9.8/result/noent/svg2
libxml2-2.9.8/result/noent/svg3
libxml2-2.9.8/result/noent/title.xml
libxml2-2.9.8/result/noent/tstblanks.xml
libxml2-2.9.8/result/noent/utf16bebom.xml
libxml2-2.9.8/result/noent/winblanks.xml
libxml2-2.9.8/result/noent/cdata-2-byte-UTF-8.xml
libxml2-2.9.8/result/noent/att7.sax2
libxml2-2.9.8/result/noent/cdata-4-byte-UTF-8.xml.sax2
libxml2-2.9.8/result/noent/dav13.sax2
libxml2-2.9.8/result/noent/dtd11.sax2
libxml2-2.9.8/result/noent/att8
libxml2-2.9.8/result/noent/japancrlf.xml
libxml2-2.9.8/result/noent/att8.sax2
libxml2-2.9.8/result/noent/cdata.sax2
libxml2-2.9.8/result/noent/comment6.xml.sax2
libxml2-2.9.8/result/noent/dav6.sax2
libxml2-2.9.8/result/noent/defattr.xml.sax2
libxml2-2.9.8/result/noent/defattr2.xml.sax2
libxml2-2.9.8/result/noent/dtd12.sax2
libxml2-2.9.8/result/noent/dtd13.sax2
libxml2-2.9.8/result/noent/dtd2.sax2
libxml2-2.9.8/result/noent/dtd3.sax2
libxml2-2.9.8/result/noent/dtd4.sax2
libxml2-2.9.8/result/noent/dtd5.sax2
libxml2-2.9.8/result/noent/dtd6.sax2
libxml2-2.9.8/result/noent/dtd7.sax2
libxml2-2.9.8/result/noent/dtd8.sax2
libxml2-2.9.8/result/noent/dtd9.sax2
libxml2-2.9.8/result/noent/ebcdic_566012.xml.sax2
libxml2-2.9.8/result/noent/emptycdata.xml.sax2
libxml2-2.9.8/result/noent/ent1.sax2
libxml2-2.9.8/result/noent/ent10.sax2
libxml2-2.9.8/result/noent/ent11.sax2
libxml2-2.9.8/result/noent/ent12.sax2
libxml2-2.9.8/result/noent/ent13.sax2
libxml2-2.9.8/result/noent/ent2.sax2
libxml2-2.9.8/result/noent/ent3.sax2
libxml2-2.9.8/result/noent/ent4.sax2
libxml2-2.9.8/result/noent/ent5.sax2
libxml2-2.9.8/result/noent/ent6.sax2
libxml2-2.9.8/result/noent/ent7.sax2
libxml2-2.9.8/result/noent/ent8.sax2
libxml2-2.9.8/result/noent/ent9.sax2
libxml2-2.9.8/result/noent/ent_738805.xml.sax2
libxml2-2.9.8/result/noent/eve.xml.sax2
libxml2-2.9.8/result/noent/intsubset.xml.sax2
libxml2-2.9.8/result/noent/intsubset2.xml.sax2
libxml2-2.9.8/result/noent/isolat1.sax2
libxml2-2.9.8/result/noent/isolat2.sax2
libxml2-2.9.8/result/noent/isolat3.sax2
libxml2-2.9.8/result/noent/japancrlf.xml.sax2
libxml2-2.9.8/result/noent/ns.sax2
libxml2-2.9.8/result/noent/ns2.sax2
libxml2-2.9.8/result/noent/ns3.sax2
libxml2-2.9.8/result/noent/ns4.sax2
libxml2-2.9.8/result/noent/ns5.sax2
libxml2-2.9.8/result/noent/ns6.sax2
libxml2-2.9.8/result/noent/ns7.sax2
libxml2-2.9.8/result/noent/nsclean.xml.sax2
libxml2-2.9.8/result/noent/p3p.sax2
libxml2-2.9.8/result/noent/pi.xml.sax2
libxml2-2.9.8/result/noent/pi2.xml.sax2
libxml2-2.9.8/result/noent/rdf1.sax2
libxml2-2.9.8/result/noent/rdf2.sax2
libxml2-2.9.8/result/noent/slashdot.rdf.sax2
libxml2-2.9.8/result/noent/slashdot.xml.sax2
libxml2-2.9.8/result/noent/slashdot16.xml.sax2
libxml2-2.9.8/result/noent/svg1.sax2
libxml2-2.9.8/result/noent/svg2.sax2
libxml2-2.9.8/result/noent/svg3.sax2
libxml2-2.9.8/result/noent/title.xml.sax2
libxml2-2.9.8/result/noent/tstblanks.xml.sax2
libxml2-2.9.8/result/noent/utf16bebom.xml.sax2
libxml2-2.9.8/result/noent/utf16bom.xml.sax2
libxml2-2.9.8/result/noent/utf16lebom.xml.sax2
libxml2-2.9.8/result/noent/utf8bom.xml.sax2
libxml2-2.9.8/result/noent/wap.xml.sax2
libxml2-2.9.8/result/noent/winblanks.xml.sax2
libxml2-2.9.8/result/noent/wml.xml.sax2
libxml2-2.9.8/result/noent/xhtml1.sax2
libxml2-2.9.8/result/noent/xhtmlcomp.sax2
libxml2-2.9.8/result/noent/xml1.sax2
libxml2-2.9.8/result/noent/xml2.sax2
libxml2-2.9.8/result/noent/icu_parse_test.xml
libxml2-2.9.8/result/noent/icu_parse_test.xml.sax2
libxml2-2.9.8/result/pattern/
libxml2-2.9.8/result/pattern/conj
libxml2-2.9.8/result/pattern/multiple
libxml2-2.9.8/result/pattern/simple
libxml2-2.9.8/result/pattern/namespaces
libxml2-2.9.8/result/regexp/
libxml2-2.9.8/result/regexp/branch
libxml2-2.9.8/result/regexp/bug316338
libxml2-2.9.8/result/regexp/content
libxml2-2.9.8/result/regexp/hard
libxml2-2.9.8/result/regexp/ncname
libxml2-2.9.8/result/regexp/ranges
libxml2-2.9.8/result/regexp/xpath
libxml2-2.9.8/result/regexp/bug420596
libxml2-2.9.8/result/regexp/ranges2
libxml2-2.9.8/result/relaxng/
libxml2-2.9.8/result/relaxng/docbook_0
libxml2-2.9.8/result/relaxng/565219_2
libxml2-2.9.8/result/relaxng/compare0_0.err
libxml2-2.9.8/result/relaxng/492317_1.err
libxml2-2.9.8/result/relaxng/compare0_err
libxml2-2.9.8/result/relaxng/558452_err
libxml2-2.9.8/result/relaxng/compare0_valid
libxml2-2.9.8/result/relaxng/558452_2.err
libxml2-2.9.8/result/relaxng/565219_2.err
libxml2-2.9.8/result/relaxng/307377_0
libxml2-2.9.8/result/relaxng/empty1_0
libxml2-2.9.8/result/relaxng/307377_0.err
libxml2-2.9.8/result/relaxng/comps_err
libxml2-2.9.8/result/relaxng/307377_1
libxml2-2.9.8/result/relaxng/comps_valid
libxml2-2.9.8/result/relaxng/307377_1.err
libxml2-2.9.8/result/relaxng/demo2_err
libxml2-2.9.8/result/relaxng/307377_2
libxml2-2.9.8/result/relaxng/demo2_valid
libxml2-2.9.8/result/relaxng/307377_2.err
libxml2-2.9.8/result/relaxng/demo3_err
libxml2-2.9.8/result/relaxng/307377_err
libxml2-2.9.8/result/relaxng/demo3_valid
libxml2-2.9.8/result/relaxng/307377_valid
libxml2-2.9.8/result/relaxng/demo_err
libxml2-2.9.8/result/relaxng/492317_0
libxml2-2.9.8/result/relaxng/demo_valid
libxml2-2.9.8/result/relaxng/492317_0.err
libxml2-2.9.8/result/relaxng/empty1_0.err
libxml2-2.9.8/result/relaxng/492317_1
libxml2-2.9.8/result/relaxng/docbook_0.err
libxml2-2.9.8/result/relaxng/492317_2.err
libxml2-2.9.8/result/relaxng/docbook_err
libxml2-2.9.8/result/relaxng/492317_2
libxml2-2.9.8/result/relaxng/docbook_valid
libxml2-2.9.8/result/relaxng/565219_err
libxml2-2.9.8/result/relaxng/empty0_0
libxml2-2.9.8/result/relaxng/492317_err
libxml2-2.9.8/result/relaxng/empty0_0.err
libxml2-2.9.8/result/relaxng/492317_valid
libxml2-2.9.8/result/relaxng/empty0_err
libxml2-2.9.8/result/relaxng/558452_valid
libxml2-2.9.8/result/relaxng/empty0_valid
libxml2-2.9.8/result/relaxng/565219_valid
libxml2-2.9.8/result/relaxng/list_1.err
libxml2-2.9.8/result/relaxng/710744_1
libxml2-2.9.8/result/relaxng/list_1
libxml2-2.9.8/result/relaxng/710744_1.err
libxml2-2.9.8/result/relaxng/empty1_1
libxml2-2.9.8/result/relaxng/595792-ext_err
libxml2-2.9.8/result/relaxng/empty1_1.err
libxml2-2.9.8/result/relaxng/558452_1.err
libxml2-2.9.8/result/relaxng/595792-ext_valid
libxml2-2.9.8/result/relaxng/empty1_err
libxml2-2.9.8/result/relaxng/595792_0
libxml2-2.9.8/result/relaxng/empty1_valid
libxml2-2.9.8/result/relaxng/595792_0.err
libxml2-2.9.8/result/relaxng/inline2_err
libxml2-2.9.8/result/relaxng/595792_err
libxml2-2.9.8/result/relaxng/inline2_valid
libxml2-2.9.8/result/relaxng/710744_2
libxml2-2.9.8/result/relaxng/inline3_err
libxml2-2.9.8/result/relaxng/595792_valid
libxml2-2.9.8/result/relaxng/inline3_valid
libxml2-2.9.8/result/relaxng/710744_2.err
libxml2-2.9.8/result/relaxng/inline_err
libxml2-2.9.8/result/relaxng/libvirt_0
libxml2-2.9.8/result/relaxng/inline_valid
libxml2-2.9.8/result/relaxng/libvirt_0.err
libxml2-2.9.8/result/relaxng/interleave0_0_err
libxml2-2.9.8/result/relaxng/710744_err
libxml2-2.9.8/result/relaxng/interleave0_0_valid
libxml2-2.9.8/result/relaxng/710744_valid
libxml2-2.9.8/result/relaxng/interleave1_0_err
libxml2-2.9.8/result/relaxng/pattern3_1
libxml2-2.9.8/result/relaxng/interleave1_0_valid
libxml2-2.9.8/result/relaxng/302836_0
libxml2-2.9.8/result/relaxng/302836_err
libxml2-2.9.8/result/relaxng/558452_0
libxml2-2.9.8/result/relaxng/558452_1
libxml2-2.9.8/result/relaxng/558452_3.err
libxml2-2.9.8/result/relaxng/choice0_1
libxml2-2.9.8/result/relaxng/558452_3
libxml2-2.9.8/result/relaxng/pattern3_err
libxml2-2.9.8/result/relaxng/choice0_1.err
libxml2-2.9.8/result/relaxng/302836_0.err
libxml2-2.9.8/result/relaxng/302836_valid
libxml2-2.9.8/result/relaxng/558452_0.err
libxml2-2.9.8/result/relaxng/558452_2
libxml2-2.9.8/result/relaxng/libvirt_err
libxml2-2.9.8/result/relaxng/choice0_3
libxml2-2.9.8/result/relaxng/list_0
libxml2-2.9.8/result/relaxng/libvirt_valid
libxml2-2.9.8/result/relaxng/list_0.err
libxml2-2.9.8/result/relaxng/565219_0
libxml2-2.9.8/result/relaxng/spec_0.err
libxml2-2.9.8/result/relaxng/choice0_0
libxml2-2.9.8/result/relaxng/spec1_1.err
libxml2-2.9.8/result/relaxng/558452_4
libxml2-2.9.8/result/relaxng/list_err
libxml2-2.9.8/result/relaxng/565219_0.err
libxml2-2.9.8/result/relaxng/list_valid
libxml2-2.9.8/result/relaxng/565219_1
libxml2-2.9.8/result/relaxng/pattern1_err
libxml2-2.9.8/result/relaxng/565219_1.err
libxml2-2.9.8/result/relaxng/pattern1_valid
libxml2-2.9.8/result/relaxng/choice0_5
libxml2-2.9.8/result/relaxng/OpenDocumentSub_0
libxml2-2.9.8/result/relaxng/choice0_6.err
libxml2-2.9.8/result/relaxng/OpenDocumentSub_0.err
libxml2-2.9.8/result/relaxng/choice0_8.err
libxml2-2.9.8/result/relaxng/compare0_0
libxml2-2.9.8/result/relaxng/OpenDocumentSub_err
libxml2-2.9.8/result/relaxng/choice0_0.err
libxml2-2.9.8/result/relaxng/OpenDocumentSub_valid
libxml2-2.9.8/result/relaxng/choice0_7.err
libxml2-2.9.8/result/relaxng/addressBook_err
libxml2-2.9.8/result/relaxng/choice0_8
libxml2-2.9.8/result/relaxng/addressBook_valid
libxml2-2.9.8/result/relaxng/pattern2_err
libxml2-2.9.8/result/relaxng/choice0_2
libxml2-2.9.8/result/relaxng/choice0_2.err
libxml2-2.9.8/result/relaxng/pattern2_valid
libxml2-2.9.8/result/relaxng/comps_0
libxml2-2.9.8/result/relaxng/comps_0.err
libxml2-2.9.8/result/relaxng/choice0_3.err
libxml2-2.9.8/result/relaxng/558452_4.err
libxml2-2.9.8/result/relaxng/choice0_4
libxml2-2.9.8/result/relaxng/choice0_err
libxml2-2.9.8/result/relaxng/choice0_4.err
libxml2-2.9.8/result/relaxng/spec_0
libxml2-2.9.8/result/relaxng/choice0_6
libxml2-2.9.8/result/relaxng/choice0_7
libxml2-2.9.8/result/relaxng/choice0_valid
libxml2-2.9.8/result/relaxng/choice0_5.err
libxml2-2.9.8/result/relaxng/proofsystem_err
libxml2-2.9.8/result/relaxng/tutor10_10_1
libxml2-2.9.8/result/relaxng/tutor10_10_1.err
libxml2-2.9.8/result/relaxng/spec1_1
libxml2-2.9.8/result/relaxng/proofsystem_valid
libxml2-2.9.8/result/relaxng/rngbug-001_err
libxml2-2.9.8/result/relaxng/rngbug-001_valid
libxml2-2.9.8/result/relaxng/tutor10_1_3
libxml2-2.9.8/result/relaxng/spec1_err
libxml2-2.9.8/result/relaxng/spec1_valid
libxml2-2.9.8/result/relaxng/tutor10_1_2
libxml2-2.9.8/result/relaxng/tutor10_1_4
libxml2-2.9.8/result/relaxng/spec_err
libxml2-2.9.8/result/relaxng/spec_valid
libxml2-2.9.8/result/relaxng/table_err
libxml2-2.9.8/result/relaxng/table_valid
libxml2-2.9.8/result/relaxng/tutor10_1_6
libxml2-2.9.8/result/relaxng/tutor10_8_3.err
libxml2-2.9.8/result/relaxng/tutor10_10_err
libxml2-2.9.8/result/relaxng/tutor10_8_err
libxml2-2.9.8/result/relaxng/tutor10_10_valid
libxml2-2.9.8/result/relaxng/tutor1_3_1
libxml2-2.9.8/result/relaxng/tutor10_1_1
libxml2-2.9.8/result/relaxng/tutor10_8_valid
libxml2-2.9.8/result/relaxng/tutor10_1_1.err
libxml2-2.9.8/result/relaxng/tutor13_1_1.err
libxml2-2.9.8/result/relaxng/tutor10_1_5
libxml2-2.9.8/result/relaxng/tutor11_1_3
libxml2-2.9.8/result/relaxng/tutor10_1_2.err
libxml2-2.9.8/result/relaxng/tutor10_2_1
libxml2-2.9.8/result/relaxng/tutor13_1_err
libxml2-2.9.8/result/relaxng/tutor10_2_2
libxml2-2.9.8/result/relaxng/tutor10_9_1.err
libxml2-2.9.8/result/relaxng/tutor10_1_3.err
libxml2-2.9.8/result/relaxng/tutor13_1_valid
libxml2-2.9.8/result/relaxng/tutor10_2_3
libxml2-2.9.8/result/relaxng/tutor10_9_err
libxml2-2.9.8/result/relaxng/tutor10_1_4.err
libxml2-2.9.8/result/relaxng/tutor14_1_err
libxml2-2.9.8/result/relaxng/tutor10_2_4
libxml2-2.9.8/result/relaxng/tutor10_9_valid
libxml2-2.9.8/result/relaxng/tutor10_1_5.err
libxml2-2.9.8/result/relaxng/tutor14_1_valid
libxml2-2.9.8/result/relaxng/tutor10_6_1
libxml2-2.9.8/result/relaxng/tutor12_1_1
libxml2-2.9.8/result/relaxng/tutor10_1_6.err
libxml2-2.9.8/result/relaxng/tutor11_1_1.err
libxml2-2.9.8/result/relaxng/tutor1_1_1
libxml2-2.9.8/result/relaxng/tutor10_1_err
libxml2-2.9.8/result/relaxng/tutor11_1_2
libxml2-2.9.8/result/relaxng/tutor10_1_valid
libxml2-2.9.8/result/relaxng/tutor1_4_1
libxml2-2.9.8/result/relaxng/tutor10_3_1
libxml2-2.9.8/result/relaxng/tutor11_1_2.err
libxml2-2.9.8/result/relaxng/tutor10_2_1.err
libxml2-2.9.8/result/relaxng/tutor1_1_1.err
libxml2-2.9.8/result/relaxng/tutor10_4_1
libxml2-2.9.8/result/relaxng/tutor13_1_1
libxml2-2.9.8/result/relaxng/tutor10_2_2.err
libxml2-2.9.8/result/relaxng/tutor10_7_1
libxml2-2.9.8/result/relaxng/tutor1_1_err
libxml2-2.9.8/result/relaxng/tutor10_7_2
libxml2-2.9.8/result/relaxng/tutor11_1_3.err
libxml2-2.9.8/result/relaxng/tutor10_2_3.err
libxml2-2.9.8/result/relaxng/tutor1_1_valid
libxml2-2.9.8/result/relaxng/tutor10_8_1
libxml2-2.9.8/result/relaxng/tutor11_1_err
libxml2-2.9.8/result/relaxng/tutor10_2_4.err
libxml2-2.9.8/result/relaxng/tutor11_1_valid
libxml2-2.9.8/result/relaxng/tutor10_2_err
libxml2-2.9.8/result/relaxng/tutor11_2_1
libxml2-2.9.8/result/relaxng/tutor10_2_valid
libxml2-2.9.8/result/relaxng/tutor3_1_2
libxml2-2.9.8/result/relaxng/tutor10_9_1
libxml2-2.9.8/result/relaxng/tutor11_2_1.err
libxml2-2.9.8/result/relaxng/tutor10_3_1.err
libxml2-2.9.8/result/relaxng/tutor11_2_3
libxml2-2.9.8/result/relaxng/tutor3_1_1
libxml2-2.9.8/result/relaxng/tutor10_3_err
libxml2-2.9.8/result/relaxng/tutor11_2_2.err
libxml2-2.9.8/result/relaxng/tutor10_3_valid
libxml2-2.9.8/result/relaxng/tutor1_2_1.err
libxml2-2.9.8/result/relaxng/tutor11_1_1
libxml2-2.9.8/result/relaxng/tutor3_3_1
libxml2-2.9.8/result/relaxng/tutor10_4_1.err
libxml2-2.9.8/result/relaxng/tutor11_2_3.err
libxml2-2.9.8/result/relaxng/tutor3_4_1
libxml2-2.9.8/result/relaxng/tutor10_4_err
libxml2-2.9.8/result/relaxng/tutor11_2_err
libxml2-2.9.8/result/relaxng/tutor10_4_valid
libxml2-2.9.8/result/relaxng/tutor1_2_err
libxml2-2.9.8/result/relaxng/tutor10_5_1
libxml2-2.9.8/result/relaxng/tutor11_2_valid
libxml2-2.9.8/result/relaxng/tutor10_5_1.err
libxml2-2.9.8/result/relaxng/tutor11_3_1
libxml2-2.9.8/result/relaxng/tutor10_5_err
libxml2-2.9.8/result/relaxng/tutor11_3_1.err
libxml2-2.9.8/result/relaxng/tutor10_5_valid
libxml2-2.9.8/result/relaxng/tutor1_2_valid
libxml2-2.9.8/result/relaxng/tutor11_2_2
libxml2-2.9.8/result/relaxng/tutor11_3_err
libxml2-2.9.8/result/relaxng/tutor10_6_1.err
libxml2-2.9.8/result/relaxng/tutor11_3_valid
libxml2-2.9.8/result/relaxng/tutor10_6_err
libxml2-2.9.8/result/relaxng/tutor11_4_1
libxml2-2.9.8/result/relaxng/tutor10_6_valid
libxml2-2.9.8/result/relaxng/tutor3_5_1
libxml2-2.9.8/result/relaxng/tutor11_4_1.err
libxml2-2.9.8/result/relaxng/tutor1_2_1
libxml2-2.9.8/result/relaxng/tutor10_7_1.err
libxml2-2.9.8/result/relaxng/tutor1_3_1.err
libxml2-2.9.8/result/relaxng/tutor10_8_3
libxml2-2.9.8/result/relaxng/tutor11_4_err
libxml2-2.9.8/result/relaxng/tutor10_7_2.err
libxml2-2.9.8/result/relaxng/tutor1_3_err
libxml2-2.9.8/result/relaxng/tutor10_7_3
libxml2-2.9.8/result/relaxng/tutor11_4_valid
libxml2-2.9.8/result/relaxng/tutor10_7_3.err
libxml2-2.9.8/result/relaxng/tutor3_2_1
libxml2-2.9.8/result/relaxng/tutor3_5_2
libxml2-2.9.8/result/relaxng/tutor10_7_err
libxml2-2.9.8/result/relaxng/tutor12_1_1.err
libxml2-2.9.8/result/relaxng/tutor10_7_valid
libxml2-2.9.8/result/relaxng/tutor1_3_valid
libxml2-2.9.8/result/relaxng/tutor3_6_1
libxml2-2.9.8/result/relaxng/tutor12_1_err
libxml2-2.9.8/result/relaxng/tutor10_8_1.err
libxml2-2.9.8/result/relaxng/tutor3_8_1
libxml2-2.9.8/result/relaxng/tutor10_8_2
libxml2-2.9.8/result/relaxng/tutor12_1_valid
libxml2-2.9.8/result/relaxng/tutor10_8_2.err
libxml2-2.9.8/result/relaxng/tutor1_4_1.err
libxml2-2.9.8/result/relaxng/tutor2_1_1
libxml2-2.9.8/result/relaxng/tutor1_4_valid
libxml2-2.9.8/result/relaxng/tutor1_4_err
libxml2-2.9.8/result/relaxng/tutor6_1_3.err
libxml2-2.9.8/result/relaxng/tutor4_3_2
libxml2-2.9.8/result/relaxng/tutor6_1_3
libxml2-2.9.8/result/relaxng/tutor2_1_1.err
libxml2-2.9.8/result/relaxng/tutor6_2_1
libxml2-2.9.8/result/relaxng/tutor6_2_3
libxml2-2.9.8/result/relaxng/tutor2_1_err
libxml2-2.9.8/result/relaxng/tutor4_3_6.err
libxml2-2.9.8/result/relaxng/tutor2_1_valid
libxml2-2.9.8/result/relaxng/tutor6_1_4.err
libxml2-2.9.8/result/relaxng/tutor4_3_4
libxml2-2.9.8/result/relaxng/tutor4_3_err
libxml2-2.9.8/result/relaxng/tutor3_1_1.err
libxml2-2.9.8/result/relaxng/tutor6_2_2
libxml2-2.9.8/result/relaxng/tutor3_5_1.err
libxml2-2.9.8/result/relaxng/tutor4_3_valid
libxml2-2.9.8/result/relaxng/tutor3_1_2.err
libxml2-2.9.8/result/relaxng/tutor6_1_5.err
libxml2-2.9.8/result/relaxng/tutor3_1_err
libxml2-2.9.8/result/relaxng/tutor4_4_1
libxml2-2.9.8/result/relaxng/tutor3_1_valid
libxml2-2.9.8/result/relaxng/tutor6_1_err
libxml2-2.9.8/result/relaxng/tutor3_5_2.err
libxml2-2.9.8/result/relaxng/tutor4_4_1.err
libxml2-2.9.8/result/relaxng/tutor3_2_1.err
libxml2-2.9.8/result/relaxng/tutor6_1_valid
libxml2-2.9.8/result/relaxng/tutor3_2_err
libxml2-2.9.8/result/relaxng/tutor4_4_err
libxml2-2.9.8/result/relaxng/tutor3_2_valid
libxml2-2.9.8/result/relaxng/tutor6_2_4
libxml2-2.9.8/result/relaxng/tutor3_9_1
libxml2-2.9.8/result/relaxng/tutor4_4_valid
libxml2-2.9.8/result/relaxng/tutor3_3_1.err
libxml2-2.9.8/result/relaxng/tutor6_2_1.err
libxml2-2.9.8/result/relaxng/tutor3_3_err
libxml2-2.9.8/result/relaxng/tutor5_1_1
libxml2-2.9.8/result/relaxng/tutor3_3_valid
libxml2-2.9.8/result/relaxng/tutor7_1_3
libxml2-2.9.8/result/relaxng/tutor4_3_3
libxml2-2.9.8/result/relaxng/tutor5_1_1.err
libxml2-2.9.8/result/relaxng/tutor3_4_1.err
libxml2-2.9.8/result/relaxng/tutor6_2_2.err
libxml2-2.9.8/result/relaxng/tutor3_4_err
libxml2-2.9.8/result/relaxng/tutor5_1_err
libxml2-2.9.8/result/relaxng/tutor3_4_valid
libxml2-2.9.8/result/relaxng/tutor7_3_1
libxml2-2.9.8/result/relaxng/tutor3_9_1.err
libxml2-2.9.8/result/relaxng/tutor5_1_valid
libxml2-2.9.8/result/relaxng/tutor4_1_1
libxml2-2.9.8/result/relaxng/tutor6_2_3.err
libxml2-2.9.8/result/relaxng/tutor4_3_5
libxml2-2.9.8/result/relaxng/tutor6_1_1
libxml2-2.9.8/result/relaxng/tutor4_1_1.err
libxml2-2.9.8/result/relaxng/tutor7_1_1
libxml2-2.9.8/result/relaxng/tutor7_2_3
libxml2-2.9.8/result/relaxng/tutor3_5_err
libxml2-2.9.8/result/relaxng/tutor5_2_1.err
libxml2-2.9.8/result/relaxng/tutor3_5_valid
libxml2-2.9.8/result/relaxng/tutor6_2_4.err
libxml2-2.9.8/result/relaxng/tutor4_3_6
libxml2-2.9.8/result/relaxng/tutor5_2_err
libxml2-2.9.8/result/relaxng/tutor3_6_1.err
libxml2-2.9.8/result/relaxng/tutor6_2_err
libxml2-2.9.8/result/relaxng/tutor3_6_err
libxml2-2.9.8/result/relaxng/tutor5_2_valid
libxml2-2.9.8/result/relaxng/tutor3_6_valid
libxml2-2.9.8/result/relaxng/tutor6_2_valid
libxml2-2.9.8/result/relaxng/tutor3_7_1
libxml2-2.9.8/result/relaxng/tutor5_3_1
libxml2-2.9.8/result/relaxng/tutor3_7_1.err
libxml2-2.9.8/result/relaxng/tutor6_3_1
libxml2-2.9.8/result/relaxng/tutor3_7_err
libxml2-2.9.8/result/relaxng/tutor5_3_1.err
libxml2-2.9.8/result/relaxng/tutor3_7_valid
libxml2-2.9.8/result/relaxng/tutor6_3_1.err
libxml2-2.9.8/result/relaxng/tutor5_2_1
libxml2-2.9.8/result/relaxng/tutor5_3_err
libxml2-2.9.8/result/relaxng/tutor3_8_1.err
libxml2-2.9.8/result/relaxng/tutor6_3_err
libxml2-2.9.8/result/relaxng/tutor3_8_err
libxml2-2.9.8/result/relaxng/tutor5_3_valid
libxml2-2.9.8/result/relaxng/tutor3_8_valid
libxml2-2.9.8/result/relaxng/tutor6_3_valid
libxml2-2.9.8/result/relaxng/tutor5_4_1
libxml2-2.9.8/result/relaxng/tutor7_3_3
libxml2-2.9.8/result/relaxng/tutor4_2_1
libxml2-2.9.8/result/relaxng/tutor7_1_2
libxml2-2.9.8/result/relaxng/tutor7_3_2
libxml2-2.9.8/result/relaxng/tutor3_9_err
libxml2-2.9.8/result/relaxng/tutor5_4_1.err
libxml2-2.9.8/result/relaxng/tutor3_9_valid
libxml2-2.9.8/result/relaxng/tutor7_1_1.err
libxml2-2.9.8/result/relaxng/tutor7_3_4
libxml2-2.9.8/result/relaxng/tutor5_4_err
libxml2-2.9.8/result/relaxng/tutor4_2_1.err
libxml2-2.9.8/result/relaxng/tutor7_2_1
libxml2-2.9.8/result/relaxng/tutor7_3_5
libxml2-2.9.8/result/relaxng/tutor4_1_err
libxml2-2.9.8/result/relaxng/tutor5_4_valid
libxml2-2.9.8/result/relaxng/tutor4_1_valid
libxml2-2.9.8/result/relaxng/tutor7_1_2.err
libxml2-2.9.8/result/relaxng/tutor8_2_1
libxml2-2.9.8/result/relaxng/tutor5_5_err
libxml2-2.9.8/result/relaxng/tutor4_3_1
libxml2-2.9.8/result/relaxng/tutor7_1_4
libxml2-2.9.8/result/relaxng/tutor8_1_1
libxml2-2.9.8/result/relaxng/tutor4_2_err
libxml2-2.9.8/result/relaxng/tutor5_5_valid
libxml2-2.9.8/result/relaxng/tutor4_2_valid
libxml2-2.9.8/result/relaxng/tutor7_1_3.err
libxml2-2.9.8/result/relaxng/tutor6_1_4
libxml2-2.9.8/result/relaxng/tutor8_2_4
libxml2-2.9.8/result/relaxng/tutor4_3_1.err
libxml2-2.9.8/result/relaxng/tutor7_2_4
libxml2-2.9.8/result/relaxng/tutor6_1_1.err
libxml2-2.9.8/result/relaxng/tutor6_1_5
libxml2-2.9.8/result/relaxng/tutor4_3_2.err
libxml2-2.9.8/result/relaxng/tutor7_1_4.err
libxml2-2.9.8/result/relaxng/tutor6_1_2
libxml2-2.9.8/result/relaxng/tutor8_1_2
libxml2-2.9.8/result/relaxng/tutor4_3_3.err
libxml2-2.9.8/result/relaxng/tutor7_2_2
libxml2-2.9.8/result/relaxng/tutor7_1_err
libxml2-2.9.8/result/relaxng/tutor6_1_2.err
libxml2-2.9.8/result/relaxng/tutor8_2_5
libxml2-2.9.8/result/relaxng/tutor4_3_4.err
libxml2-2.9.8/result/relaxng/tutor7_1_valid
libxml2-2.9.8/result/relaxng/tutor8_2_2
libxml2-2.9.8/result/relaxng/tutor8_2_6
libxml2-2.9.8/result/relaxng/tutor4_3_5.err
libxml2-2.9.8/result/relaxng/tutor7_2_1.err
libxml2-2.9.8/result/relaxng/tutor8_2_3
libxml2-2.9.8/result/relaxng/tutor8_3_1
libxml2-2.9.8/result/relaxng/tutor7_2_2.err
libxml2-2.9.8/result/relaxng/pattern3_valid
libxml2-2.9.8/result/relaxng/tutor9_4_2.err
libxml2-2.9.8/result/relaxng/tutor9_3_2.err
libxml2-2.9.8/result/relaxng/tutor9_6_1
libxml2-2.9.8/result/relaxng/tutor9_7_err
libxml2-2.9.8/result/relaxng/tutor9_2_err
libxml2-2.9.8/result/relaxng/tutor7_3_1.err
libxml2-2.9.8/result/relaxng/tutor9_7_valid
libxml2-2.9.8/result/relaxng/tutor7_2_err
libxml2-2.9.8/result/relaxng/tutor9_2_valid
libxml2-2.9.8/result/relaxng/tutor7_2_valid
libxml2-2.9.8/result/relaxng/tutor9_3_1.err
libxml2-2.9.8/result/relaxng/tutor9_6_2
libxml2-2.9.8/result/relaxng/tutor9_8_1.err
libxml2-2.9.8/result/relaxng/tutor9_4_1.err
libxml2-2.9.8/result/relaxng/tutor7_3_2.err
libxml2-2.9.8/result/relaxng/tutor7_3_3.err
libxml2-2.9.8/result/relaxng/tutor9_8_err
libxml2-2.9.8/result/relaxng/tutor7_3_5.err
libxml2-2.9.8/result/relaxng/tutor8_1_1.err
libxml2-2.9.8/result/relaxng/tutor9_8_valid
libxml2-2.9.8/result/relaxng/tutor7_3_4.err
libxml2-2.9.8/result/relaxng/pattern3_1.err
libxml2-2.9.8/result/relaxng/tutor7_2_3.err
libxml2-2.9.8/result/relaxng/tutor9_3_err
libxml2-2.9.8/result/relaxng/tutor9_6_3
libxml2-2.9.8/result/relaxng/tutor7_3_err
libxml2-2.9.8/result/relaxng/tutor9_3_valid
libxml2-2.9.8/result/relaxng/tutor7_3_valid
libxml2-2.9.8/result/relaxng/tutor9_9_err
libxml2-2.9.8/result/relaxng/tutor8_3_1.err
libxml2-2.9.8/result/relaxng/tutor9_10_1
libxml2-2.9.8/result/relaxng/tutor9_7_1
libxml2-2.9.8/result/relaxng/tutor9_9_valid
libxml2-2.9.8/result/relaxng/tutor8_1_2.err
libxml2-2.9.8/result/relaxng/tutor8_2_1.err
libxml2-2.9.8/result/relaxng/tutorA_err
libxml2-2.9.8/result/relaxng/tutor8_1_err
libxml2-2.9.8/result/relaxng/tutor8_1_valid
libxml2-2.9.8/result/relaxng/tutorA_valid
libxml2-2.9.8/result/relaxng/tutor8_2_2.err
libxml2-2.9.8/result/relaxng/tutor8_2_3.err
libxml2-2.9.8/result/relaxng/tutor8_2_4.err
libxml2-2.9.8/result/relaxng/tutor8_2_6.err
libxml2-2.9.8/result/relaxng/tutor9_4_err
libxml2-2.9.8/result/relaxng/tutor9_12_1
libxml2-2.9.8/result/relaxng/tutor9_12_1.err
libxml2-2.9.8/result/relaxng/tutor9_8_1
libxml2-2.9.8/result/relaxng/tutor9_4_valid
libxml2-2.9.8/result/relaxng/tutor9_5_1
libxml2-2.9.8/result/relaxng/tutor8_2_5.err
libxml2-2.9.8/result/relaxng/tutor9_11_1.err
libxml2-2.9.8/result/relaxng/tutor9_4_1
libxml2-2.9.8/result/relaxng/tutor9_5_2.err
libxml2-2.9.8/result/relaxng/tutor9_11_1
libxml2-2.9.8/result/relaxng/tutor9_5_2
libxml2-2.9.8/result/relaxng/tutor9_10_1.err
libxml2-2.9.8/result/relaxng/tutor9_1_1
libxml2-2.9.8/result/relaxng/tutor9_1_1.err
libxml2-2.9.8/result/relaxng/tutor9_2_1
libxml2-2.9.8/result/relaxng/tutor8_2_err
libxml2-2.9.8/result/relaxng/tutor8_2_valid
libxml2-2.9.8/result/relaxng/tutor9_2_1.err
libxml2-2.9.8/result/relaxng/tutor9_3_1
libxml2-2.9.8/result/relaxng/tutor9_3_2
libxml2-2.9.8/result/relaxng/tutor9_4_2
libxml2-2.9.8/result/relaxng/tutor8_3_err
libxml2-2.9.8/result/relaxng/tutor8_3_valid
libxml2-2.9.8/result/relaxng/tutor9_2_2
libxml2-2.9.8/result/relaxng/tutor9_5_err
libxml2-2.9.8/result/relaxng/tutor9_5_valid
libxml2-2.9.8/result/relaxng/tutor9_10_err
libxml2-2.9.8/result/relaxng/tutor9_6.rng
libxml2-2.9.8/result/relaxng/tutor9_10_valid
libxml2-2.9.8/result/relaxng/tutor9_5_3.err
libxml2-2.9.8/result/relaxng/tutor9_6_1.err
libxml2-2.9.8/result/relaxng/tutor9_6_2.err
libxml2-2.9.8/result/relaxng/tutor9_11_err
libxml2-2.9.8/result/relaxng/tutor9_11_valid
libxml2-2.9.8/result/relaxng/tutor9_6_3.err
libxml2-2.9.8/result/relaxng/tutor9_7_1.err
libxml2-2.9.8/result/relaxng/tutor9_9_1
libxml2-2.9.8/result/relaxng/tutor9_9_1.err
libxml2-2.9.8/result/relaxng/tutor9_12_err
libxml2-2.9.8/result/relaxng/tutor9_12_valid
libxml2-2.9.8/result/relaxng/tutor9_2_2.err
libxml2-2.9.8/result/relaxng/tutor9_6_err
libxml2-2.9.8/result/relaxng/tutor7_2_4.err
libxml2-2.9.8/result/relaxng/tutor9_1_err
libxml2-2.9.8/result/relaxng/tutor9_1_valid
libxml2-2.9.8/result/relaxng/tutor9_5_1.err
libxml2-2.9.8/result/relaxng/tutor9_6_valid
libxml2-2.9.8/result/relaxng/tutor9_5_3
libxml2-2.9.8/result/schemas/
libxml2-2.9.8/result/schemas/allsg_0_3
libxml2-2.9.8/result/schemas/anyAttr-processContents-err1_0_0.err
libxml2-2.9.8/result/schemas/allsg_0_2
libxml2-2.9.8/result/schemas/579746_0_2.err
libxml2-2.9.8/result/schemas/allsg_0_0.err
libxml2-2.9.8/result/schemas/579746_1_1
libxml2-2.9.8/result/schemas/all_1_4
libxml2-2.9.8/result/schemas/all_1_7
libxml2-2.9.8/result/schemas/579746_1_2
libxml2-2.9.8/result/schemas/allsg_0_4
libxml2-2.9.8/result/schemas/579746_0_3
libxml2-2.9.8/result/schemas/all_1_4.err
libxml2-2.9.8/result/schemas/570702_0_0
libxml2-2.9.8/result/schemas/579746_1_3
libxml2-2.9.8/result/schemas/allsg_0_1.err
libxml2-2.9.8/result/schemas/579746_1_4
libxml2-2.9.8/result/schemas/all_1_5.err
libxml2-2.9.8/result/schemas/all_1_6.err
libxml2-2.9.8/result/schemas/579746_1_5
libxml2-2.9.8/result/schemas/allsg_0_5
libxml2-2.9.8/result/schemas/582887_0_0
libxml2-2.9.8/result/schemas/all_2_0.err
libxml2-2.9.8/result/schemas/all_1_6
libxml2-2.9.8/result/schemas/579746_0_3.err
libxml2-2.9.8/result/schemas/allsg_0_2.err
libxml2-2.9.8/result/schemas/all_1_7.err
libxml2-2.9.8/result/schemas/bug312957_1_0.err
libxml2-2.9.8/result/schemas/bug455953_0_0
libxml2-2.9.8/result/schemas/any1_0_0
libxml2-2.9.8/result/schemas/582906-1_0_0
libxml2-2.9.8/result/schemas/all_2_4
libxml2-2.9.8/result/schemas/579746_0_4
libxml2-2.9.8/result/schemas/allsg_0_3.err
libxml2-2.9.8/result/schemas/570702_0_0.err
libxml2-2.9.8/result/schemas/all_1_3
libxml2-2.9.8/result/schemas/579746_0_0
libxml2-2.9.8/result/schemas/582906-2_0_0
libxml2-2.9.8/result/schemas/any2_0_0
libxml2-2.9.8/result/schemas/all_1_3.err
libxml2-2.9.8/result/schemas/allsg_0_0
libxml2-2.9.8/result/schemas/any3_0_0
libxml2-2.9.8/result/schemas/579746_0_4.err
libxml2-2.9.8/result/schemas/allsg_0_4.err
libxml2-2.9.8/result/schemas/nvdcve_0_0
libxml2-2.9.8/result/schemas/all_2_4.err
libxml2-2.9.8/result/schemas/579746_0_0.err
libxml2-2.9.8/result/schemas/any5_0_0
libxml2-2.9.8/result/schemas/allsg_0_1
libxml2-2.9.8/result/schemas/579746_0_5
libxml2-2.9.8/result/schemas/allsg_0_5.err
libxml2-2.9.8/result/schemas/all_2_6
libxml2-2.9.8/result/schemas/all_2_7
libxml2-2.9.8/result/schemas/579746_0_1
libxml2-2.9.8/result/schemas/annot-err_0_0
libxml2-2.9.8/result/schemas/all_2_6.err
libxml2-2.9.8/result/schemas/579746_0_1.err
libxml2-2.9.8/result/schemas/annot-err_0_0.err
libxml2-2.9.8/result/schemas/anyAttr-derive-errors1_0_0
libxml2-2.9.8/result/schemas/579746_0_5.err
libxml2-2.9.8/result/schemas/any5_0_1.err
libxml2-2.9.8/result/schemas/all_0_0
libxml2-2.9.8/result/schemas/any5_0_1
libxml2-2.9.8/result/schemas/any5_0_2
libxml2-2.9.8/result/schemas/579746_1_0
libxml2-2.9.8/result/schemas/any1_0_0.err
libxml2-2.9.8/result/schemas/579746_1_0.err
libxml2-2.9.8/result/schemas/all_2_7.err
libxml2-2.9.8/result/schemas/579746_0_2
libxml2-2.9.8/result/schemas/any5_0_4.err
libxml2-2.9.8/result/schemas/all1_0_0
libxml2-2.9.8/result/schemas/any2_0_0.err
libxml2-2.9.8/result/schemas/all1_0_0.err
libxml2-2.9.8/result/schemas/any5_1_2
libxml2-2.9.8/result/schemas/all_0_2
libxml2-2.9.8/result/schemas/any3_0_0.err
libxml2-2.9.8/result/schemas/all_0_0.err
libxml2-2.9.8/result/schemas/any4_0_0
libxml2-2.9.8/result/schemas/all_0_1
libxml2-2.9.8/result/schemas/any4_0_0.err
libxml2-2.9.8/result/schemas/all_0_1.err
libxml2-2.9.8/result/schemas/any5_1_3
libxml2-2.9.8/result/schemas/all_0_3
libxml2-2.9.8/result/schemas/any5_0_0.err
libxml2-2.9.8/result/schemas/all_0_2.err
libxml2-2.9.8/result/schemas/any5_1_3.err
libxml2-2.9.8/result/schemas/all_0_6
libxml2-2.9.8/result/schemas/any5_1_1
libxml2-2.9.8/result/schemas/all_0_3.err
libxml2-2.9.8/result/schemas/any5_0_4
libxml2-2.9.8/result/schemas/all_0_4
libxml2-2.9.8/result/schemas/any5_0_2.err
libxml2-2.9.8/result/schemas/all_0_4.err
libxml2-2.9.8/result/schemas/any5_0_3
libxml2-2.9.8/result/schemas/all_0_5
libxml2-2.9.8/result/schemas/all_0_5.err
libxml2-2.9.8/result/schemas/any5_0_3.err
libxml2-2.9.8/result/schemas/all_1_2
libxml2-2.9.8/result/schemas/any6_1_0
libxml2-2.9.8/result/schemas/all_1_1
libxml2-2.9.8/result/schemas/any5_1_0
libxml2-2.9.8/result/schemas/all_0_6.err
libxml2-2.9.8/result/schemas/any5_0_5
libxml2-2.9.8/result/schemas/all_0_7
libxml2-2.9.8/result/schemas/any5_0_5.err
libxml2-2.9.8/result/schemas/all_0_7.err
libxml2-2.9.8/result/schemas/any5_0_6
libxml2-2.9.8/result/schemas/all_1_0
libxml2-2.9.8/result/schemas/any5_0_6.err
libxml2-2.9.8/result/schemas/any7_1_0
libxml2-2.9.8/result/schemas/all_1_0.err
libxml2-2.9.8/result/schemas/any7_1_1
libxml2-2.9.8/result/schemas/any5_1_0.err
libxml2-2.9.8/result/schemas/all_1_1.err
libxml2-2.9.8/result/schemas/any7_1_1.err
libxml2-2.9.8/result/schemas/any5_1_1.err
libxml2-2.9.8/result/schemas/all_1_2.err
libxml2-2.9.8/result/schemas/any7_1_2
libxml2-2.9.8/result/schemas/all_1_5
libxml2-2.9.8/result/schemas/all_2_0
libxml2-2.9.8/result/schemas/any5_1_2.err
libxml2-2.9.8/result/schemas/all_2_5
libxml2-2.9.8/result/schemas/any7_2_0
libxml2-2.9.8/result/schemas/all_2_3
libxml2-2.9.8/result/schemas/any7_2_0.err
libxml2-2.9.8/result/schemas/all_2_1
libxml2-2.9.8/result/schemas/any5_1_4
libxml2-2.9.8/result/schemas/all_2_1.err
libxml2-2.9.8/result/schemas/any5_1_4.err
libxml2-2.9.8/result/schemas/all_2_2
libxml2-2.9.8/result/schemas/any5_1_5
libxml2-2.9.8/result/schemas/all_2_2.err
libxml2-2.9.8/result/schemas/all_2_5.err
libxml2-2.9.8/result/schemas/any5_1_5.err
libxml2-2.9.8/result/schemas/any5_1_6
libxml2-2.9.8/result/schemas/any5_1_6.err
libxml2-2.9.8/result/schemas/all_2_3.err
libxml2-2.9.8/result/schemas/any7_2_1
libxml2-2.9.8/result/schemas/any6_2_0
libxml2-2.9.8/result/schemas/any7_1_0.err
libxml2-2.9.8/result/schemas/any6_1_0.err
libxml2-2.9.8/result/schemas/choice_1_1
libxml2-2.9.8/result/schemas/any6_2_0.err
libxml2-2.9.8/result/schemas/any7_2_1.err
libxml2-2.9.8/result/schemas/any8_1_0
libxml2-2.9.8/result/schemas/anyAttr1_0_0
libxml2-2.9.8/result/schemas/choice_1_0
libxml2-2.9.8/result/schemas/choice_1_2
libxml2-2.9.8/result/schemas/any7_1_2.err
libxml2-2.9.8/result/schemas/any7_2_2
libxml2-2.9.8/result/schemas/anyAttr-derive1_0_0
libxml2-2.9.8/result/schemas/attr0_0_0
libxml2-2.9.8/result/schemas/bug141312_0_0
libxml2-2.9.8/result/schemas/any7_2_2.err
libxml2-2.9.8/result/schemas/empty_0_0
libxml2-2.9.8/result/schemas/any8_1_0.err
libxml2-2.9.8/result/schemas/changelog093_1_0.err
libxml2-2.9.8/result/schemas/empty_1_0
libxml2-2.9.8/result/schemas/group0_0_0
libxml2-2.9.8/result/schemas/anyAttr-derive-errors1_0_0.err
libxml2-2.9.8/result/schemas/anyAttr-derive2_0_0
libxml2-2.9.8/result/schemas/choice_0_1
libxml2-2.9.8/result/schemas/choice_0_2
libxml2-2.9.8/result/schemas/anyAttr-derive1_0_0.err
libxml2-2.9.8/result/schemas/choice_0_1.err
libxml2-2.9.8/result/schemas/bug141333_0_0
libxml2-2.9.8/result/schemas/choice_0_2.err
libxml2-2.9.8/result/schemas/date_0_0.err
libxml2-2.9.8/result/schemas/anyAttr-derive2_0_0.err
libxml2-2.9.8/result/schemas/choice_0_0
libxml2-2.9.8/result/schemas/deter0_0_0
libxml2-2.9.8/result/schemas/anyAttr-processContents-err1_0_0
libxml2-2.9.8/result/schemas/579746_1_3.err
libxml2-2.9.8/result/schemas/import0_0_0
libxml2-2.9.8/result/schemas/579746_1_1.err
libxml2-2.9.8/result/schemas/choice_0_0.err
libxml2-2.9.8/result/schemas/anyAttr-processContents1_0_0
libxml2-2.9.8/result/schemas/changelog093_1_0
libxml2-2.9.8/result/schemas/dur_0_0.err
libxml2-2.9.8/result/schemas/anyAttr-processContents1_0_0.err
libxml2-2.9.8/result/schemas/choice_2_5.err
libxml2-2.9.8/result/schemas/choice_0_3.err
libxml2-2.9.8/result/schemas/choice_0_6
libxml2-2.9.8/result/schemas/anyAttr1_0_0.err
libxml2-2.9.8/result/schemas/elem0_0_0
libxml2-2.9.8/result/schemas/choice_0_3
libxml2-2.9.8/result/schemas/choice_0_5.err
libxml2-2.9.8/result/schemas/attr0_0_0.err
libxml2-2.9.8/result/schemas/choice_2_6
libxml2-2.9.8/result/schemas/attruse_0_0
libxml2-2.9.8/result/schemas/choice_0_4
libxml2-2.9.8/result/schemas/attruse_0_0.err
libxml2-2.9.8/result/schemas/ct-sc-nobase_0_0
libxml2-2.9.8/result/schemas/attruse_0_1
libxml2-2.9.8/result/schemas/choice_0_4.err
libxml2-2.9.8/result/schemas/attruse_0_1.err
libxml2-2.9.8/result/schemas/ct-sc-nobase_0_0.err
libxml2-2.9.8/result/schemas/attruse_0_2
libxml2-2.9.8/result/schemas/choice_0_5
libxml2-2.9.8/result/schemas/attruse_0_2.err
libxml2-2.9.8/result/schemas/choice_0_6.err
libxml2-2.9.8/result/schemas/bug143951_0_0
libxml2-2.9.8/result/schemas/choice_1_3
libxml2-2.9.8/result/schemas/import2_0_0
libxml2-2.9.8/result/schemas/bug141312_0_0.err
libxml2-2.9.8/result/schemas/choice_1_2.err
libxml2-2.9.8/result/schemas/bug145246_0_0
libxml2-2.9.8/result/schemas/choice_1_4
libxml2-2.9.8/result/schemas/include1_0_0
libxml2-2.9.8/result/schemas/bug141333_0_0.err
libxml2-2.9.8/result/schemas/choice_1_3.err
libxml2-2.9.8/result/schemas/bug152470_1_1
libxml2-2.9.8/result/schemas/choice_1_5
libxml2-2.9.8/result/schemas/include2_0_0
libxml2-2.9.8/result/schemas/bug143951_0_0.err
libxml2-2.9.8/result/schemas/choice_1_0.err
libxml2-2.9.8/result/schemas/bug167754_0_0
libxml2-2.9.8/result/schemas/choice_1_6
libxml2-2.9.8/result/schemas/item_1_0
libxml2-2.9.8/result/schemas/bug145246_0_0.err
libxml2-2.9.8/result/schemas/choice_1_1.err
libxml2-2.9.8/result/schemas/bug306806_1_0
libxml2-2.9.8/result/schemas/choice_2_1
libxml2-2.9.8/result/schemas/length2_0_0
libxml2-2.9.8/result/schemas/bug152470_1_1.err
libxml2-2.9.8/result/schemas/choice_2_2
libxml2-2.9.8/result/schemas/bug303566_1_1
libxml2-2.9.8/result/schemas/choice_2_0
libxml2-2.9.8/result/schemas/item_0_0
libxml2-2.9.8/result/schemas/bug167754_0_0.err
libxml2-2.9.8/result/schemas/choice_1_5.err
libxml2-2.9.8/result/schemas/bug309338_1_0
libxml2-2.9.8/result/schemas/choice_1_6.err
libxml2-2.9.8/result/schemas/bug303566_1_1.err
libxml2-2.9.8/result/schemas/choice_1_4.err
libxml2-2.9.8/result/schemas/bug312957_1_0
libxml2-2.9.8/result/schemas/choice_2_3
libxml2-2.9.8/result/schemas/list0_0_0
libxml2-2.9.8/result/schemas/bug306806_1_0.err
libxml2-2.9.8/result/schemas/choice_2_4
libxml2-2.9.8/result/schemas/bug310264_0_0
libxml2-2.9.8/result/schemas/choice_2_5
libxml2-2.9.8/result/schemas/length1_0_0
libxml2-2.9.8/result/schemas/bug309338_1_0.err
libxml2-2.9.8/result/schemas/choice_2_4.err
libxml2-2.9.8/result/schemas/bug313982_0_0
libxml2-2.9.8/result/schemas/date_0_0
libxml2-2.9.8/result/schemas/list0_0_1
libxml2-2.9.8/result/schemas/bug310264_0_0.err
libxml2-2.9.8/result/schemas/choice_2_0.err
libxml2-2.9.8/result/schemas/bug321475_1_0
libxml2-2.9.8/result/schemas/choice_2_6.err
libxml2-2.9.8/result/schemas/579746_1_2.err
libxml2-2.9.8/result/schemas/choice_2_1.err
libxml2-2.9.8/result/schemas/bug322411_1_0
libxml2-2.9.8/result/schemas/dur_0_0
libxml2-2.9.8/result/schemas/list0_1_1
libxml2-2.9.8/result/schemas/bug313982_0_0.err
libxml2-2.9.8/result/schemas/choice_2_2.err
libxml2-2.9.8/result/schemas/bug323510_1_0
libxml2-2.9.8/result/schemas/list0_0_2
libxml2-2.9.8/result/schemas/list0_1_2
libxml2-2.9.8/result/schemas/bug321475_1_0.err
libxml2-2.9.8/result/schemas/choice_2_3.err
libxml2-2.9.8/result/schemas/bug323510_1_0.err
libxml2-2.9.8/result/schemas/list0_1_0
libxml2-2.9.8/result/schemas/mixed1_0_0
libxml2-2.9.8/result/schemas/bug322411_1_0.err
libxml2-2.9.8/result/schemas/decimal-1_1_0.err
libxml2-2.9.8/result/schemas/579746_1_4.err
libxml2-2.9.8/result/schemas/decimal-1_1_0
libxml2-2.9.8/result/schemas/mixed0_0_0
libxml2-2.9.8/result/schemas/ns0_0_0
libxml2-2.9.8/result/schemas/import0_0_0.err
libxml2-2.9.8/result/schemas/582906-2_0_0.err
libxml2-2.9.8/result/schemas/idc-keyref-err1_1_0
libxml2-2.9.8/result/schemas/ns0_0_4
libxml2-2.9.8/result/schemas/579746_1_5.err
libxml2-2.9.8/result/schemas/bug455953_0_0.err
libxml2-2.9.8/result/schemas/import1_0_0
libxml2-2.9.8/result/schemas/cos-ct-extends-1-3_0_0
libxml2-2.9.8/result/schemas/import1_0_0.err
libxml2-2.9.8/result/schemas/cos-ct-extends-1-3_0_0.err
libxml2-2.9.8/result/schemas/union2_1_1
libxml2-2.9.8/result/schemas/cos-st-restricts-1-2-err_0_0
libxml2-2.9.8/result/schemas/hexbinary_0_0.err
libxml2-2.9.8/result/schemas/cos-st-restricts-1-2-err_0_0.err
libxml2-2.9.8/result/schemas/include3_0_0
libxml2-2.9.8/result/schemas/decimal-2_1_0
libxml2-2.9.8/result/schemas/include3_0_0.err
libxml2-2.9.8/result/schemas/list0_1_0.err
libxml2-2.9.8/result/schemas/decimal-2_1_0.err
libxml2-2.9.8/result/schemas/derivation-ok-extension_0_0
libxml2-2.9.8/result/schemas/item_0_0.err
libxml2-2.9.8/result/schemas/decimal-3_1_0
libxml2-2.9.8/result/schemas/decimal-3_1_0.err
libxml2-2.9.8/result/schemas/hexbinary_0_1
libxml2-2.9.8/result/schemas/ns0_0_4.err
libxml2-2.9.8/result/schemas/ns2_0_0
libxml2-2.9.8/result/schemas/po1_0_0
libxml2-2.9.8/result/schemas/derivation-ok-extension-err_0_0
libxml2-2.9.8/result/schemas/582887_0_0.err
libxml2-2.9.8/result/schemas/derivation-ok-extension-err_0_0.err
libxml2-2.9.8/result/schemas/import2_0_0.err
libxml2-2.9.8/result/schemas/extension0_0_0
libxml2-2.9.8/result/schemas/list0_0_1.err
libxml2-2.9.8/result/schemas/ns0_1_1.err
libxml2-2.9.8/result/schemas/derivation-ok-extension_0_0.err
libxml2-2.9.8/result/schemas/idc-keyref-err1_1_0.err
libxml2-2.9.8/result/schemas/derivation-ok-restriction-2-1-1_0_0
libxml2-2.9.8/result/schemas/facet-whiteSpace_0_0.err
libxml2-2.9.8/result/schemas/derivation-ok-restriction-2-1-1_0_0.err
libxml2-2.9.8/result/schemas/ns0_1_0.err
libxml2-2.9.8/result/schemas/ns0_1_2
libxml2-2.9.8/result/schemas/derivation-ok-restriction-4-1-err_0_0
libxml2-2.9.8/result/schemas/ns0_0_0.err
libxml2-2.9.8/result/schemas/ns0_1_0
libxml2-2.9.8/result/schemas/derivation-ok-restriction-4-1-err_0_0.err
libxml2-2.9.8/result/schemas/mixed1_0_0.err
libxml2-2.9.8/result/schemas/derivation-restriction-anyAttr_0_0
libxml2-2.9.8/result/schemas/item_1_0.err
libxml2-2.9.8/result/schemas/derivation-restriction-anyAttr_0_0.err
libxml2-2.9.8/result/schemas/ns0_1_1
libxml2-2.9.8/result/schemas/deter0_0_0.err
libxml2-2.9.8/result/schemas/po0_0_0
libxml2-2.9.8/result/schemas/nvdcve_0_0.err
libxml2-2.9.8/result/schemas/length1_0_0.err
libxml2-2.9.8/result/schemas/elem0_0_0.err
libxml2-2.9.8/result/schemas/ns0_1_2.err
libxml2-2.9.8/result/schemas/element-err_0_0
libxml2-2.9.8/result/schemas/length2_0_0.err
libxml2-2.9.8/result/schemas/element-err_0_0.err
libxml2-2.9.8/result/schemas/seq0_0_0
libxml2-2.9.8/result/schemas/element-minmax-err_0_0
libxml2-2.9.8/result/schemas/include1_0_0.err
libxml2-2.9.8/result/schemas/element-minmax-err_0_0.err
libxml2-2.9.8/result/schemas/length3_0_0
libxml2-2.9.8/result/schemas/empty-value_1_0
libxml2-2.9.8/result/schemas/length3_0_0.err
libxml2-2.9.8/result/schemas/empty-value_1_0.err
libxml2-2.9.8/result/schemas/empty-value_1_1
libxml2-2.9.8/result/schemas/extension1_0_0
libxml2-2.9.8/result/schemas/list0_0_0.err
libxml2-2.9.8/result/schemas/empty-value_1_1.err
libxml2-2.9.8/result/schemas/ns0_0_1.err
libxml2-2.9.8/result/schemas/ns0_0_2.err
libxml2-2.9.8/result/schemas/ns0_0_3
libxml2-2.9.8/result/schemas/empty_0_0.err
libxml2-2.9.8/result/schemas/ns0_0_1
libxml2-2.9.8/result/schemas/ns0_1_3
libxml2-2.9.8/result/schemas/ns0_1_4
libxml2-2.9.8/result/schemas/empty_1_0.err
libxml2-2.9.8/result/schemas/extension1_0_1
libxml2-2.9.8/result/schemas/extension1_0_1.err
libxml2-2.9.8/result/schemas/list0_0_2.err
libxml2-2.9.8/result/schemas/extension0_0_0.err
libxml2-2.9.8/result/schemas/hexbinary_0_1.err
libxml2-2.9.8/result/schemas/list0_1_1.err
libxml2-2.9.8/result/schemas/ns0_0_3.err
libxml2-2.9.8/result/schemas/extension1_0_0.err
libxml2-2.9.8/result/schemas/ns0_0_2
libxml2-2.9.8/result/schemas/ns1_0_0
libxml2-2.9.8/result/schemas/restriction0_0_0
libxml2-2.9.8/result/schemas/extension1_0_2.err
libxml2-2.9.8/result/schemas/seq-dubl-elem1_0_0
libxml2-2.9.8/result/schemas/extension1_0_2
libxml2-2.9.8/result/schemas/extension2_1_0
libxml2-2.9.8/result/schemas/list0_1_2.err
libxml2-2.9.8/result/schemas/subst-group-1_0_1
libxml2-2.9.8/result/schemas/facet-unionST-err1_0_0
libxml2-2.9.8/result/schemas/hexbinary_0_0
libxml2-2.9.8/result/schemas/mixed0_0_0.err
libxml2-2.9.8/result/schemas/extension2_1_0.err
libxml2-2.9.8/result/schemas/facet-whiteSpace_0_0
libxml2-2.9.8/result/schemas/582906-1_0_0.err
libxml2-2.9.8/result/schemas/include2_0_0.err
libxml2-2.9.8/result/schemas/facet-unionST-err1_0_0.err
libxml2-2.9.8/result/schemas/group0_0_0.err
libxml2-2.9.8/result/schemas/poschargrp0_0_0
libxml2-2.9.8/result/schemas/ns0_1_3.err
libxml2-2.9.8/result/schemas/ns0_1_4.err
libxml2-2.9.8/result/schemas/ns1_0_0.err
libxml2-2.9.8/result/schemas/ns2_0_0.err
libxml2-2.9.8/result/schemas/restrict-CT-attr-ref_0_0
libxml2-2.9.8/result/schemas/restriction-enum-1_1_0
libxml2-2.9.8/result/schemas/po0_0_0.err
libxml2-2.9.8/result/schemas/vdv-first1_0_0
libxml2-2.9.8/result/schemas/vdv-first3_0_0
libxml2-2.9.8/result/schemas/po1_0_0.err
libxml2-2.9.8/result/schemas/vdv-first5_0_0.err
libxml2-2.9.8/result/schemas/poschargrp0_0_0.err
libxml2-2.9.8/result/schemas/regexp-char-ref_1_0
libxml2-2.9.8/result/schemas/xsd-list-itemType_0_0.err
libxml2-2.9.8/result/schemas/regexp-char-ref_0_0
libxml2-2.9.8/result/schemas/complex-type-extension_0_0.err
libxml2-2.9.8/result/schemas/union2_1_1.err
libxml2-2.9.8/result/schemas/vdv-first0_0_0
libxml2-2.9.8/result/schemas/vdv-first4_0_1.err
libxml2-2.9.8/result/schemas/vdv-first4_0_2
libxml2-2.9.8/result/schemas/regexp-char-ref_1_0.err
libxml2-2.9.8/result/schemas/union_0_0
libxml2-2.9.8/result/schemas/restriction-enum-1_1_0.err
libxml2-2.9.8/result/schemas/union_0_0.err
libxml2-2.9.8/result/schemas/restrict-CT-attr-ref_0_0.err
libxml2-2.9.8/result/schemas/restriction-attr1_0_0
libxml2-2.9.8/result/schemas/vdv-first0_0_0.err
libxml2-2.9.8/result/schemas/restriction-attr1_0_0.err
libxml2-2.9.8/result/schemas/vdv-first5_0_0
libxml2-2.9.8/result/schemas/vdv-first1_0_0.err
libxml2-2.9.8/result/schemas/vdv-first2_0_0
libxml2-2.9.8/result/schemas/vdv-first4_0_0
libxml2-2.9.8/result/schemas/vdv-first4_0_1
libxml2-2.9.8/result/schemas/complex-type-extension_0_0
libxml2-2.9.8/result/schemas/restriction0_0_0.err
libxml2-2.9.8/result/schemas/scc-no-xmlns_0_0
libxml2-2.9.8/result/schemas/scc-no-xmlns_0_0.err
libxml2-2.9.8/result/schemas/scc-no-xsi_0_0
libxml2-2.9.8/result/schemas/scc-no-xsi_0_0.err
libxml2-2.9.8/result/schemas/vdv-first4_0_2.err
libxml2-2.9.8/result/schemas/xsd-list-itemType_0_0
libxml2-2.9.8/result/schemas/seq-dubl-elem1_0_0.err
libxml2-2.9.8/result/schemas/xsd-simpleType-varieties_0_0
libxml2-2.9.8/result/schemas/seq0_0_0.err
libxml2-2.9.8/result/schemas/src-attribute1_0_0
libxml2-2.9.8/result/schemas/vdv-first2_0_0.err
libxml2-2.9.8/result/schemas/src-attribute1_0_0.err
libxml2-2.9.8/result/schemas/src-attribute2_0_0
libxml2-2.9.8/result/schemas/src-attribute2_0_0.err
libxml2-2.9.8/result/schemas/src-attribute3-1_0_0
libxml2-2.9.8/result/schemas/vdv-first3_0_0.err
libxml2-2.9.8/result/schemas/src-attribute3-1_0_0.err
libxml2-2.9.8/result/schemas/src-attribute3-2-form_0_0
libxml2-2.9.8/result/schemas/src-attribute3-2-form_0_0.err
libxml2-2.9.8/result/schemas/vdv-first4_0_0.err
libxml2-2.9.8/result/schemas/src-attribute3-2-st_0_0
libxml2-2.9.8/result/schemas/src-attribute3-2-st_0_0.err
libxml2-2.9.8/result/schemas/src-attribute3-2-type_0_0
libxml2-2.9.8/result/schemas/subst-group-1_0_1.err
libxml2-2.9.8/result/schemas/src-attribute3-2-type_0_0.err
libxml2-2.9.8/result/schemas/src-attribute4_0_0
libxml2-2.9.8/result/schemas/src-attribute4_0_0.err
libxml2-2.9.8/result/schemas/src-element1_0_0
libxml2-2.9.8/result/schemas/src-element1_0_0.err
libxml2-2.9.8/result/schemas/src-element2-1_0_0
libxml2-2.9.8/result/schemas/src-element2-1_0_0.err
libxml2-2.9.8/result/schemas/src-element2-2_0_0
libxml2-2.9.8/result/schemas/src-element2-2_0_0.err
libxml2-2.9.8/result/schemas/src-element3_0_0
libxml2-2.9.8/result/schemas/src-element3_0_0.err
libxml2-2.9.8/result/schemas/regexp-char-ref_0_0.err
libxml2-2.9.8/result/schemas/xsd-simpleType-varieties_0_0.err
libxml2-2.9.8/result/schematron/
libxml2-2.9.8/result/schematron/zvon7_2.err
libxml2-2.9.8/result/schematron/zvon10_0
libxml2-2.9.8/result/schematron/zvon7_3
libxml2-2.9.8/result/schematron/zvon10_0.err
libxml2-2.9.8/result/schematron/zvon7_3.err
libxml2-2.9.8/result/schematron/zvon10_1
libxml2-2.9.8/result/schematron/zvon7_4
libxml2-2.9.8/result/schematron/zvon10_1.err
libxml2-2.9.8/result/schematron/zvon8_0
libxml2-2.9.8/result/schematron/zvon11_0
libxml2-2.9.8/result/schematron/zvon7_4.err
libxml2-2.9.8/result/schematron/zvon11_0.err
libxml2-2.9.8/result/schematron/zvon8_0.err
libxml2-2.9.8/result/schematron/zvon11_1
libxml2-2.9.8/result/schematron/zvon8_1
libxml2-2.9.8/result/schematron/zvon11_1.err
libxml2-2.9.8/result/schematron/zvon11_2
libxml2-2.9.8/result/schematron/zvon11_2.err
libxml2-2.9.8/result/schematron/zvon11_3
libxml2-2.9.8/result/schematron/zvon11_3.err
libxml2-2.9.8/result/schematron/zvon12_0
libxml2-2.9.8/result/schematron/zvon12_0.err
libxml2-2.9.8/result/schematron/zvon12_1
libxml2-2.9.8/result/schematron/zvon12_1.err
libxml2-2.9.8/result/schematron/zvon12_2
libxml2-2.9.8/result/schematron/zvon12_2.err
libxml2-2.9.8/result/schematron/zvon13_0
libxml2-2.9.8/result/schematron/zvon13_0.err
libxml2-2.9.8/result/schematron/zvon13_1
libxml2-2.9.8/result/schematron/zvon13_1.err
libxml2-2.9.8/result/schematron/zvon13_2
libxml2-2.9.8/result/schematron/zvon13_2.err
libxml2-2.9.8/result/schematron/zvon14_0
libxml2-2.9.8/result/schematron/zvon14_0.err
libxml2-2.9.8/result/schematron/zvon15_0
libxml2-2.9.8/result/schematron/zvon15_0.err
libxml2-2.9.8/result/schematron/zvon1_0
libxml2-2.9.8/result/schematron/zvon1_0.err
libxml2-2.9.8/result/schematron/zvon1_1
libxml2-2.9.8/result/schematron/zvon1_1.err
libxml2-2.9.8/result/schematron/zvon2_0
libxml2-2.9.8/result/schematron/zvon2_0.err
libxml2-2.9.8/result/schematron/zvon2_1
libxml2-2.9.8/result/schematron/zvon2_1.err
libxml2-2.9.8/result/schematron/zvon2_2
libxml2-2.9.8/result/schematron/zvon2_2.err
libxml2-2.9.8/result/schematron/zvon3_0
libxml2-2.9.8/result/schematron/zvon3_0.err
libxml2-2.9.8/result/schematron/zvon4_0
libxml2-2.9.8/result/schematron/zvon4_0.err
libxml2-2.9.8/result/schematron/zvon4_1
libxml2-2.9.8/result/schematron/zvon4_1.err
libxml2-2.9.8/result/schematron/zvon5_0
libxml2-2.9.8/result/schematron/zvon5_0.err
libxml2-2.9.8/result/schematron/zvon5_1
libxml2-2.9.8/result/schematron/zvon5_1.err
libxml2-2.9.8/result/schematron/zvon5_2
libxml2-2.9.8/result/schematron/zvon5_2.err
libxml2-2.9.8/result/schematron/zvon6_0
libxml2-2.9.8/result/schematron/zvon6_0.err
libxml2-2.9.8/result/schematron/zvon6_1
libxml2-2.9.8/result/schematron/zvon6_1.err
libxml2-2.9.8/result/schematron/zvon6_2
libxml2-2.9.8/result/schematron/zvon6_2.err
libxml2-2.9.8/result/schematron/zvon7_0
libxml2-2.9.8/result/schematron/zvon7_0.err
libxml2-2.9.8/result/schematron/zvon7_1
libxml2-2.9.8/result/schematron/zvon7_1.err
libxml2-2.9.8/result/schematron/zvon7_2
libxml2-2.9.8/result/schematron/zvon8_1.err
libxml2-2.9.8/result/schematron/zvon8_2
libxml2-2.9.8/result/schematron/zvon8_2.err
libxml2-2.9.8/result/schematron/zvon9_0
libxml2-2.9.8/result/schematron/zvon9_0.err
libxml2-2.9.8/result/schematron/zvon9_1
libxml2-2.9.8/result/schematron/zvon9_1.err
libxml2-2.9.8/result/schematron/zvon9_2
libxml2-2.9.8/result/schematron/zvon9_2.err
libxml2-2.9.8/result/scripts/
libxml2-2.9.8/result/scripts/base
libxml2-2.9.8/result/scripts/base.err
libxml2-2.9.8/result/scripts/base2
libxml2-2.9.8/result/scripts/base2.err
libxml2-2.9.8/result/scripts/set1
libxml2-2.9.8/result/scripts/set1.err
libxml2-2.9.8/result/scripts/set3
libxml2-2.9.8/result/scripts/set4
libxml2-2.9.8/result/scripts/set4.err
libxml2-2.9.8/result/scripts/set3.err
libxml2-2.9.8/result/valid/
libxml2-2.9.8/result/valid/781333.xml.err
libxml2-2.9.8/result/valid/127772.xml.err.rdr
libxml2-2.9.8/result/valid/mixed_ns.xml.err.rdr
libxml2-2.9.8/result/valid/t8a.xml.err.rdr
libxml2-2.9.8/result/valid/rss.xml
libxml2-2.9.8/result/valid/rss.xml.err
libxml2-2.9.8/result/valid/t6.dtd.err
libxml2-2.9.8/result/valid/objednavka.xml.err.rdr
libxml2-2.9.8/result/valid/781333.xml.err.rdr
libxml2-2.9.8/result/valid/id3.xml
libxml2-2.9.8/result/valid/t6.xml
libxml2-2.9.8/result/valid/694228.xml.err
libxml2-2.9.8/result/valid/rss.xml.err.rdr
libxml2-2.9.8/result/valid/766956.xml
libxml2-2.9.8/result/valid/REC-xml-19980210.xml.err
libxml2-2.9.8/result/valid/t11.xml.err
libxml2-2.9.8/result/valid/REC-xml-19980210.xml.err.rdr
libxml2-2.9.8/result/valid/t6.xml.err.rdr
libxml2-2.9.8/result/valid/dia.xml
libxml2-2.9.8/result/valid/dia.xml.err
libxml2-2.9.8/result/valid/id1.xml
libxml2-2.9.8/result/valid/id1.xml.err
libxml2-2.9.8/result/valid/id2.xml
libxml2-2.9.8/result/valid/id3.xml.err
libxml2-2.9.8/result/valid/ns.xml
libxml2-2.9.8/result/valid/t9a.xml.err
libxml2-2.9.8/result/valid/t9.xml.err.rdr
libxml2-2.9.8/result/valid/id2.xml.err
libxml2-2.9.8/result/valid/index.xml
libxml2-2.9.8/result/valid/UTF16Entity.xml
libxml2-2.9.8/result/valid/694228.xml.err.rdr
libxml2-2.9.8/result/valid/t10.xml.err.rdr
libxml2-2.9.8/result/valid/766956.xml.err
libxml2-2.9.8/result/valid/index.xml.err
libxml2-2.9.8/result/valid/mixed_ns.xml
libxml2-2.9.8/result/valid/UTF16Entity.xml.err
libxml2-2.9.8/result/valid/737840.xml
libxml2-2.9.8/result/valid/notes.xml.err.rdr
libxml2-2.9.8/result/valid/t9a.xml.err.rdr
libxml2-2.9.8/result/valid/mixed_ns.xml.err
libxml2-2.9.8/result/valid/t4.xml.err
libxml2-2.9.8/result/valid/ns.xml.err.rdr
libxml2-2.9.8/result/valid/xhtml1.xhtml.err.rdr
libxml2-2.9.8/result/valid/t6.xml.err
libxml2-2.9.8/result/valid/xhtml1.xhtml
libxml2-2.9.8/result/valid/UTF16Entity.xml.err.rdr
libxml2-2.9.8/result/valid/t8.xml.err
libxml2-2.9.8/result/valid/t4a.xml.err
libxml2-2.9.8/result/valid/t9a.xml
libxml2-2.9.8/result/valid/ns2.xml.err.rdr
libxml2-2.9.8/result/valid/xlink.xml.err
libxml2-2.9.8/result/valid/REC-xml-19980210.xml
libxml2-2.9.8/result/valid/t9.xml.err
libxml2-2.9.8/result/valid/737840.xml.err
libxml2-2.9.8/result/valid/t11.xml.err.rdr
libxml2-2.9.8/result/valid/766956.xml.err.rdr
libxml2-2.9.8/result/valid/ns.xml.err
libxml2-2.9.8/result/valid/ns2.xml
libxml2-2.9.8/result/valid/objednavka.xml.err
libxml2-2.9.8/result/valid/xlink.xml.err.rdr
libxml2-2.9.8/result/valid/ns2.xml.err
libxml2-2.9.8/result/valid/objednavka.xml
libxml2-2.9.8/result/valid/dia.xml.err.rdr
libxml2-2.9.8/result/valid/t4.xml.err.rdr
libxml2-2.9.8/result/valid/127772.xml
libxml2-2.9.8/result/valid/127772.xml.err
libxml2-2.9.8/result/valid/notes.xml.err
libxml2-2.9.8/result/valid/id1.xml.err.rdr
libxml2-2.9.8/result/valid/t4a.dtd.err.rdr
libxml2-2.9.8/result/valid/t10.xml
libxml2-2.9.8/result/valid/id3.xml.err.rdr
libxml2-2.9.8/result/valid/t8.xml.err.rdr
libxml2-2.9.8/result/valid/t10.xml.err
libxml2-2.9.8/result/valid/t4.dtd
libxml2-2.9.8/result/valid/t11.xml
libxml2-2.9.8/result/valid/737840.xml.err.rdr
libxml2-2.9.8/result/valid/t4.dtd.err.rdr
libxml2-2.9.8/result/valid/781333.xml
libxml2-2.9.8/result/valid/t4.dtd.err
libxml2-2.9.8/result/valid/t4.xml
libxml2-2.9.8/result/valid/t4a.dtd
libxml2-2.9.8/result/valid/t4a.dtd.err
libxml2-2.9.8/result/valid/t4a.xml
libxml2-2.9.8/result/valid/t8.xml
libxml2-2.9.8/result/valid/t9.xml
libxml2-2.9.8/result/valid/t4a.xml.err.rdr
libxml2-2.9.8/result/valid/t6.dtd
libxml2-2.9.8/result/valid/notes.xml
libxml2-2.9.8/result/valid/694228.xml
libxml2-2.9.8/result/valid/index.xml.err.rdr
libxml2-2.9.8/result/valid/t8a.xml.err
libxml2-2.9.8/result/valid/t8a.xml
libxml2-2.9.8/result/valid/xhtml1.xhtml.err
libxml2-2.9.8/result/valid/xlink.xml
libxml2-2.9.8/result/valid/id2.xml.err.rdr
libxml2-2.9.8/result/valid/t6.dtd.err.rdr
libxml2-2.9.8/result/xmlid/
libxml2-2.9.8/result/xmlid/id_err1.xml
libxml2-2.9.8/result/xmlid/id_err1.xml.err
libxml2-2.9.8/result/xmlid/id_err2.xml
libxml2-2.9.8/result/xmlid/id_err2.xml.err
libxml2-2.9.8/result/xmlid/id_tst1.xml
libxml2-2.9.8/result/xmlid/id_tst1.xml.err
libxml2-2.9.8/result/xmlid/id_tst2.xml.err
libxml2-2.9.8/result/xmlid/id_tst3.xml.err
libxml2-2.9.8/result/xmlid/id_tst4.xml
libxml2-2.9.8/result/xmlid/id_tst4.xml.err
libxml2-2.9.8/result/xmlid/id_tst2.xml
libxml2-2.9.8/result/xmlid/id_tst3.xml
libxml2-2.9.8/result/ent8.sax
libxml2-2.9.8/result/att1
libxml2-2.9.8/result/attrib.xml
libxml2-2.9.8/result/att1.rde
libxml2-2.9.8/result/ent8.sax2
libxml2-2.9.8/result/att1.rdr
libxml2-2.9.8/result/bigname.xml.sax
libxml2-2.9.8/result/att1.sax
libxml2-2.9.8/result/bigname.xml.sax2
libxml2-2.9.8/result/att1.sax2
libxml2-2.9.8/result/bigname2.xml
libxml2-2.9.8/result/att6.sax2
libxml2-2.9.8/result/bigname2.xml.rde
libxml2-2.9.8/result/isolat3.sax
libxml2-2.9.8/result/bigname2.xml.rdr
libxml2-2.9.8/result/isolat3.sax2
libxml2-2.9.8/result/bigname2.xml.sax
libxml2-2.9.8/result/att8.sax
libxml2-2.9.8/result/bigname2.xml.sax2
libxml2-2.9.8/result/p3p.sax
libxml2-2.9.8/result/cdata
libxml2-2.9.8/result/p3p.sax2
libxml2-2.9.8/result/cdata.rdr
libxml2-2.9.8/result/rdf1.sax
libxml2-2.9.8/result/cdata.rde
libxml2-2.9.8/result/rdf1.sax2
libxml2-2.9.8/result/cdata.sax
libxml2-2.9.8/result/att8.sax2
libxml2-2.9.8/result/cdata.sax2
libxml2-2.9.8/result/attrib.xml.sax
libxml2-2.9.8/result/dav1.rdr
libxml2-2.9.8/result/att2
libxml2-2.9.8/result/cdata2
libxml2-2.9.8/result/att2.rde
libxml2-2.9.8/result/cdata2.rde
libxml2-2.9.8/result/att2.rdr
libxml2-2.9.8/result/cdata2.rdr
libxml2-2.9.8/result/att2.sax
libxml2-2.9.8/result/cdata2.sax2
libxml2-2.9.8/result/att2.sax2
libxml2-2.9.8/result/dav1
libxml2-2.9.8/result/att3
libxml2-2.9.8/result/ent3.sax
libxml2-2.9.8/result/att3.rde
libxml2-2.9.8/result/comment.xml
libxml2-2.9.8/result/att3.rdr
libxml2-2.9.8/result/comment.xml.rdr
libxml2-2.9.8/result/att3.sax
libxml2-2.9.8/result/comment.xml.rde
libxml2-2.9.8/result/att3.sax2
libxml2-2.9.8/result/dav1.rde
libxml2-2.9.8/result/att4
libxml2-2.9.8/result/comment.xml.sax
libxml2-2.9.8/result/att4.rde
libxml2-2.9.8/result/comment.xml.sax2
libxml2-2.9.8/result/att4.rdr
libxml2-2.9.8/result/comment2.xml.rdr
libxml2-2.9.8/result/att4.sax
libxml2-2.9.8/result/comment2.xml
libxml2-2.9.8/result/att4.sax2
libxml2-2.9.8/result/dav1.sax
libxml2-2.9.8/result/att5
libxml2-2.9.8/result/comment2.xml.rde
libxml2-2.9.8/result/att5.rde
libxml2-2.9.8/result/comment2.xml.sax
libxml2-2.9.8/result/att5.rdr
libxml2-2.9.8/result/comment2.xml.sax2
libxml2-2.9.8/result/rdf2.sax
libxml2-2.9.8/result/comment3.xml.rdr
libxml2-2.9.8/result/rdf2.sax2
libxml2-2.9.8/result/dav1.sax2
libxml2-2.9.8/result/att6
libxml2-2.9.8/result/comment3.xml
libxml2-2.9.8/result/att6.rde
libxml2-2.9.8/result/comment3.xml.rde
libxml2-2.9.8/result/att6.rdr
libxml2-2.9.8/result/comment3.xml.sax
libxml2-2.9.8/result/xhtml1
libxml2-2.9.8/result/comment3.xml.sax2
libxml2-2.9.8/result/cdata2.sax
libxml2-2.9.8/result/dav10
libxml2-2.9.8/result/att7
libxml2-2.9.8/result/comment4.xml.rdr
libxml2-2.9.8/result/att7.rde
libxml2-2.9.8/result/comment4.xml
libxml2-2.9.8/result/att7.rdr
libxml2-2.9.8/result/comment4.xml.rde
libxml2-2.9.8/result/att7.sax
libxml2-2.9.8/result/comment4.xml.sax
libxml2-2.9.8/result/att7.sax2
libxml2-2.9.8/result/dav10.rde
libxml2-2.9.8/result/att8
libxml2-2.9.8/result/comment4.xml.sax2
libxml2-2.9.8/result/att8.rde
libxml2-2.9.8/result/comment5.xml.rdr
libxml2-2.9.8/result/att8.rdr
libxml2-2.9.8/result/comment5.xml
libxml2-2.9.8/result/xhtml1.sax
libxml2-2.9.8/result/comment5.xml.rde
libxml2-2.9.8/result/xhtml1.sax2
libxml2-2.9.8/result/dav10.rdr
libxml2-2.9.8/result/att9
libxml2-2.9.8/result/comment5.xml.sax
libxml2-2.9.8/result/ent3.sax2
libxml2-2.9.8/result/comment5.xml.sax2
libxml2-2.9.8/result/att5.sax
libxml2-2.9.8/result/att5.sax2
libxml2-2.9.8/result/ent4.sax
libxml2-2.9.8/result/bigentname.xml.rde
libxml2-2.9.8/result/attrib.xml.rde
libxml2-2.9.8/result/bigentname.xml
libxml2-2.9.8/result/attrib.xml.rdr
libxml2-2.9.8/result/bigentname.xml.rdr
libxml2-2.9.8/result/ent4.sax2
libxml2-2.9.8/result/bigentname.xml.sax
libxml2-2.9.8/result/attrib.xml.sax2
libxml2-2.9.8/result/bigentname.xml.sax2
libxml2-2.9.8/result/badcomment.xml
libxml2-2.9.8/result/bigname.xml
libxml2-2.9.8/result/dav2
libxml2-2.9.8/result/badcomment.xml.rde
libxml2-2.9.8/result/bigname.xml.rdr
libxml2-2.9.8/result/badcomment.xml.rdr
libxml2-2.9.8/result/bigname.xml.rde
libxml2-2.9.8/result/badcomment.xml.sax
libxml2-2.9.8/result/att6.sax
libxml2-2.9.8/result/badcomment.xml.sax2
libxml2-2.9.8/result/dav3
libxml2-2.9.8/result/dav4
libxml2-2.9.8/result/dav2.sax2
libxml2-2.9.8/result/dtd10.sax2
libxml2-2.9.8/result/att10
libxml2-2.9.8/result/dav3.rde
libxml2-2.9.8/result/dtd11
libxml2-2.9.8/result/att10.rde
libxml2-2.9.8/result/dav3.rdr
libxml2-2.9.8/result/dtd11.rde
libxml2-2.9.8/result/att10.rdr
libxml2-2.9.8/result/dav3.sax
libxml2-2.9.8/result/dtd11.rdr
libxml2-2.9.8/result/att10.sax
libxml2-2.9.8/result/dav3.sax2
libxml2-2.9.8/result/dtd11.sax
libxml2-2.9.8/result/att10.sax2
libxml2-2.9.8/result/dav5
libxml2-2.9.8/result/dav6.rdr
libxml2-2.9.8/result/att11
libxml2-2.9.8/result/dav4.rde
libxml2-2.9.8/result/dtd11.sax2
libxml2-2.9.8/result/att11.rde
libxml2-2.9.8/result/dav4.rdr
libxml2-2.9.8/result/dtd12
libxml2-2.9.8/result/att11.rdr
libxml2-2.9.8/result/dav4.sax
libxml2-2.9.8/result/dtd12.rde
libxml2-2.9.8/result/xml1.sax
libxml2-2.9.8/result/ent12
libxml2-2.9.8/result/dav4.sax2
libxml2-2.9.8/result/dtd12.rdr
libxml2-2.9.8/result/att11.sax
libxml2-2.9.8/result/dav6
libxml2-2.9.8/result/dav6.sax
libxml2-2.9.8/result/att11.sax2
libxml2-2.9.8/result/dav5.rde
libxml2-2.9.8/result/dtd12.sax
libxml2-2.9.8/result/att9.rde
libxml2-2.9.8/result/dav5.rdr
libxml2-2.9.8/result/dtd12.sax2
libxml2-2.9.8/result/att9.rdr
libxml2-2.9.8/result/dav5.sax
libxml2-2.9.8/result/dtd13
libxml2-2.9.8/result/xml1.sax2
libxml2-2.9.8/result/ent12.rde
libxml2-2.9.8/result/dav5.sax2
libxml2-2.9.8/result/dtd3
libxml2-2.9.8/result/att9.sax2
libxml2-2.9.8/result/dia1
libxml2-2.9.8/result/dtd13.rde
libxml2-2.9.8/result/comment6.xml
libxml2-2.9.8/result/dav6.rde
libxml2-2.9.8/result/dtd6
libxml2-2.9.8/result/comment6.xml.rde
libxml2-2.9.8/result/dav6.sax2
libxml2-2.9.8/result/dav10.sax
libxml2-2.9.8/result/dav7.rdr
libxml2-2.9.8/result/dav10.sax2
libxml2-2.9.8/result/dav7.rde
libxml2-2.9.8/result/dav11
libxml2-2.9.8/result/dav7.sax
libxml2-2.9.8/result/dav11.rde
libxml2-2.9.8/result/dav7.sax2
libxml2-2.9.8/result/dav11.rdr
libxml2-2.9.8/result/dav8
libxml2-2.9.8/result/dtd4
libxml2-2.9.8/result/dav11.sax
libxml2-2.9.8/result/dav8.rde
libxml2-2.9.8/result/dav11.sax2
libxml2-2.9.8/result/dav8.rdr
libxml2-2.9.8/result/dav12
libxml2-2.9.8/result/dav8.sax
libxml2-2.9.8/result/dav12.rde
libxml2-2.9.8/result/dav8.sax2
libxml2-2.9.8/result/dav12.rdr
libxml2-2.9.8/result/dav9
libxml2-2.9.8/result/dtd5
libxml2-2.9.8/result/dav12.sax
libxml2-2.9.8/result/dav9.rde
libxml2-2.9.8/result/dav12.sax2
libxml2-2.9.8/result/dav9.rdr
libxml2-2.9.8/result/dav13
libxml2-2.9.8/result/dav9.sax
libxml2-2.9.8/result/dav13.rde
libxml2-2.9.8/result/dav9.sax2
libxml2-2.9.8/result/dav13.rdr
libxml2-2.9.8/result/defattr.xml
libxml2-2.9.8/result/dav13.sax
libxml2-2.9.8/result/defattr.xml.rdr
libxml2-2.9.8/result/dav13.sax2
libxml2-2.9.8/result/defattr.xml.rde
libxml2-2.9.8/result/dav15
libxml2-2.9.8/result/defattr.xml.sax
libxml2-2.9.8/result/dav15.rde
libxml2-2.9.8/result/defattr.xml.sax2
libxml2-2.9.8/result/dav15.rdr
libxml2-2.9.8/result/defattr2.xml.rdr
libxml2-2.9.8/result/dav15.sax
libxml2-2.9.8/result/defattr2.xml
libxml2-2.9.8/result/dav15.sax2
libxml2-2.9.8/result/defattr2.xml.rde
libxml2-2.9.8/result/dav16
libxml2-2.9.8/result/defattr2.xml.sax
libxml2-2.9.8/result/dav16.rde
libxml2-2.9.8/result/defattr2.xml.sax2
libxml2-2.9.8/result/dav16.rdr
libxml2-2.9.8/result/dia1.rde
libxml2-2.9.8/result/dav16.sax
libxml2-2.9.8/result/dtd2
libxml2-2.9.8/result/dtd9
libxml2-2.9.8/result/dav16.sax2
libxml2-2.9.8/result/dia1.rdr
libxml2-2.9.8/result/dav17
libxml2-2.9.8/result/dia1.sax
libxml2-2.9.8/result/dav17.rde
libxml2-2.9.8/result/dia1.sax2
libxml2-2.9.8/result/dav17.rdr
libxml2-2.9.8/result/dia2
libxml2-2.9.8/result/dtd7
libxml2-2.9.8/result/dav17.sax
libxml2-2.9.8/result/dia2.rde
libxml2-2.9.8/result/dav17.sax2
libxml2-2.9.8/result/dia2.rdr
libxml2-2.9.8/result/dav18
libxml2-2.9.8/result/dia2.sax
libxml2-2.9.8/result/dav18.rde
libxml2-2.9.8/result/dia2.sax2
libxml2-2.9.8/result/dav18.rdr
libxml2-2.9.8/result/dtd1
libxml2-2.9.8/result/dtd8
libxml2-2.9.8/result/dav18.sax
libxml2-2.9.8/result/dtd1.rde
libxml2-2.9.8/result/dav18.sax2
libxml2-2.9.8/result/dtd1.rdr
libxml2-2.9.8/result/dav19
libxml2-2.9.8/result/dtd1.sax
libxml2-2.9.8/result/dav19.rde
libxml2-2.9.8/result/dtd1.sax2
libxml2-2.9.8/result/dav19.rdr
libxml2-2.9.8/result/dtd10
libxml2-2.9.8/result/dav19.sax
libxml2-2.9.8/result/dtd10.rde
libxml2-2.9.8/result/dav19.sax2
libxml2-2.9.8/result/dtd10.rdr
libxml2-2.9.8/result/dav2.rde
libxml2-2.9.8/result/dtd10.sax
libxml2-2.9.8/result/dav2.rdr
libxml2-2.9.8/result/att9.sax
libxml2-2.9.8/result/dav2.sax
libxml2-2.9.8/result/dtd13.rdr
libxml2-2.9.8/result/dav7
libxml2-2.9.8/result/dtd13.sax
libxml2-2.9.8/result/dtd13.sax2
libxml2-2.9.8/result/dtd2.rde
libxml2-2.9.8/result/dtd2.rdr
libxml2-2.9.8/result/dtd2.sax
libxml2-2.9.8/result/dtd2.sax2
libxml2-2.9.8/result/dtd3.rde
libxml2-2.9.8/result/dtd3.rdr
libxml2-2.9.8/result/dtd3.sax
libxml2-2.9.8/result/dtd3.sax2
libxml2-2.9.8/result/dtd4.rde
libxml2-2.9.8/result/dtd4.rdr
libxml2-2.9.8/result/dtd4.sax
libxml2-2.9.8/result/dtd4.sax2
libxml2-2.9.8/result/dtd5.rde
libxml2-2.9.8/result/dtd5.rdr
libxml2-2.9.8/result/dtd5.sax
libxml2-2.9.8/result/dtd5.sax2
libxml2-2.9.8/result/dtd6.rde
libxml2-2.9.8/result/dtd6.rdr
libxml2-2.9.8/result/dtd6.sax
libxml2-2.9.8/result/dtd6.sax2
libxml2-2.9.8/result/dtd7.rde
libxml2-2.9.8/result/dtd7.rdr
libxml2-2.9.8/result/dtd7.sax
libxml2-2.9.8/result/dtd7.sax2
libxml2-2.9.8/result/dtd8.rde
libxml2-2.9.8/result/dtd8.rdr
libxml2-2.9.8/result/dtd8.sax
libxml2-2.9.8/result/dtd8.sax2
libxml2-2.9.8/result/dtd9.rde
libxml2-2.9.8/result/dtd9.rdr
libxml2-2.9.8/result/dtd9.sax
libxml2-2.9.8/result/dtd9.sax2
libxml2-2.9.8/result/ent1
libxml2-2.9.8/result/ent7.sax2
libxml2-2.9.8/result/ns
libxml2-2.9.8/result/ebcdic_566012.xml.rde
libxml2-2.9.8/result/ent6.rde
libxml2-2.9.8/result/isolat3
libxml2-2.9.8/result/ebcdic_566012.xml.rdr
libxml2-2.9.8/result/ent6.rdr
libxml2-2.9.8/result/isolat3.rde
libxml2-2.9.8/result/ebcdic_566012.xml.sax
libxml2-2.9.8/result/ent6.sax
libxml2-2.9.8/result/isolat3.rdr
libxml2-2.9.8/result/ebcdic_566012.xml
libxml2-2.9.8/result/ent6.sax2
libxml2-2.9.8/result/ns5
libxml2-2.9.8/result/emptycdata.xml.rdr
libxml2-2.9.8/result/ns3.rde
libxml2-2.9.8/result/ns6
libxml2-2.9.8/result/emptycdata.xml.sax
libxml2-2.9.8/result/ent7.rde
libxml2-2.9.8/result/ns7
libxml2-2.9.8/result/emptycdata.xml.sax2
libxml2-2.9.8/result/ent7.rdr
libxml2-2.9.8/result/rdf1
libxml2-2.9.8/result/ent12.rdr
libxml2-2.9.8/result/ent7.sax
libxml2-2.9.8/result/rdf2
libxml2-2.9.8/result/comment6.xml.rdr
libxml2-2.9.8/result/ent13.sax2
libxml2-2.9.8/result/ent3
libxml2-2.9.8/result/ns2
libxml2-2.9.8/result/svg1
libxml2-2.9.8/result/ent1.rde
libxml2-2.9.8/result/ent8.rde
libxml2-2.9.8/result/ent1.rdr
libxml2-2.9.8/result/ent8.rdr
libxml2-2.9.8/result/ent1.sax
libxml2-2.9.8/result/errors10/
libxml2-2.9.8/result/errors10/781205.xml
libxml2-2.9.8/result/errors10/781205.xml.err
libxml2-2.9.8/result/errors10/781361.xml
libxml2-2.9.8/result/errors10/781361.xml.err
libxml2-2.9.8/result/ent1.sax2
libxml2-2.9.8/result/ent12.sax
libxml2-2.9.8/result/ent10
libxml2-2.9.8/result/ent9
libxml2-2.9.8/result/p3p
libxml2-2.9.8/result/ent10.rde
libxml2-2.9.8/result/ent9.rde
libxml2-2.9.8/result/ent10.rdr
libxml2-2.9.8/result/ent9.rdr
libxml2-2.9.8/result/ent10.sax
libxml2-2.9.8/result/ent9.sax
libxml2-2.9.8/result/ent10.sax2
libxml2-2.9.8/result/ent9.sax2
libxml2-2.9.8/result/ent11
libxml2-2.9.8/result/ebcdic_566012.xml.sax2
libxml2-2.9.8/result/ent11.rde
libxml2-2.9.8/result/emptycdata.xml
libxml2-2.9.8/result/ent11.rdr
libxml2-2.9.8/result/emptycdata.xml.rde
libxml2-2.9.8/result/ent11.sax
libxml2-2.9.8/result/ent12.sax2
libxml2-2.9.8/result/ent11.sax2
libxml2-2.9.8/result/comment6.xml.sax
libxml2-2.9.8/result/eve.xml
libxml2-2.9.8/result/eve.xml.rde
libxml2-2.9.8/result/eve.xml.rdr
libxml2-2.9.8/result/eve.xml.sax
libxml2-2.9.8/result/ent13
libxml2-2.9.8/result/eve.xml.sax2
libxml2-2.9.8/result/ent13.rde
libxml2-2.9.8/result/ent2
libxml2-2.9.8/result/example.dtd
libxml2-2.9.8/result/intsubset.xml
libxml2-2.9.8/result/intsubset.xml.rde
libxml2-2.9.8/result/intsubset.xml.rdr
libxml2-2.9.8/result/comment6.xml.sax2
libxml2-2.9.8/result/ent4
libxml2-2.9.8/result/intsubset.xml.sax
libxml2-2.9.8/result/ent2.rde
libxml2-2.9.8/result/intsubset.xml.sax2
libxml2-2.9.8/result/ent2.rdr
libxml2-2.9.8/result/intsubset2.xml
libxml2-2.9.8/result/ent2.sax
libxml2-2.9.8/result/intsubset2.xml.rde
libxml2-2.9.8/result/ent2.sax2
libxml2-2.9.8/result/ns3
libxml2-2.9.8/result/ent8
libxml2-2.9.8/result/intsubset2.xml.rdr
libxml2-2.9.8/result/ent3.rde
libxml2-2.9.8/result/intsubset2.xml.sax
libxml2-2.9.8/result/ent3.rdr
libxml2-2.9.8/result/intsubset2.xml.sax2
libxml2-2.9.8/result/ent13.rdr
libxml2-2.9.8/result/isolat1
libxml2-2.9.8/result/ns.rde
libxml2-2.9.8/result/ent6
libxml2-2.9.8/result/isolat1.rde
libxml2-2.9.8/result/ent4.rde
libxml2-2.9.8/result/isolat1.rdr
libxml2-2.9.8/result/ent4.rdr
libxml2-2.9.8/result/isolat1.sax
libxml2-2.9.8/result/isolat1.sax2
libxml2-2.9.8/result/ent13.sax
libxml2-2.9.8/result/ns.rdr
libxml2-2.9.8/result/ent5
libxml2-2.9.8/result/isolat2
libxml2-2.9.8/result/ent5.rde
libxml2-2.9.8/result/isolat2.rde
libxml2-2.9.8/result/ent5.rdr
libxml2-2.9.8/result/isolat2.rdr
libxml2-2.9.8/result/ent5.sax
libxml2-2.9.8/result/isolat2.sax
libxml2-2.9.8/result/ent5.sax2
libxml2-2.9.8/result/ns.sax
libxml2-2.9.8/result/ent7
libxml2-2.9.8/result/isolat2.sax2
libxml2-2.9.8/result/ns4
libxml2-2.9.8/result/cdata-2-byte-UTF-8.xml
libxml2-2.9.8/result/cdata-2-byte-UTF-8.xml.rde
libxml2-2.9.8/result/cdata-2-byte-UTF-8.xml.rdr
libxml2-2.9.8/result/cdata-2-byte-UTF-8.xml.sax
libxml2-2.9.8/result/ns.sax2
libxml2-2.9.8/result/ns2.rde
libxml2-2.9.8/result/ns2.rdr
libxml2-2.9.8/result/ns2.sax
libxml2-2.9.8/result/ns2.sax2
libxml2-2.9.8/result/title.xml
libxml2-2.9.8/result/ns3.rdr
libxml2-2.9.8/result/title.xml.rde
libxml2-2.9.8/result/ns3.sax
libxml2-2.9.8/result/title.xml.rdr
libxml2-2.9.8/result/ns3.sax2
libxml2-2.9.8/result/title.xml.sax
libxml2-2.9.8/result/ns4.rde
libxml2-2.9.8/result/title.xml.sax2
libxml2-2.9.8/result/ns4.rdr
libxml2-2.9.8/result/tstblanks.xml
libxml2-2.9.8/result/ns4.sax
libxml2-2.9.8/result/tstblanks.xml.rde
libxml2-2.9.8/result/ns4.sax2
libxml2-2.9.8/result/tstblanks.xml.rdr
libxml2-2.9.8/result/ns5.rde
libxml2-2.9.8/result/tstblanks.xml.sax
libxml2-2.9.8/result/ns5.rdr
libxml2-2.9.8/result/tstblanks.xml.sax2
libxml2-2.9.8/result/ns5.sax
libxml2-2.9.8/result/utf16bebom.xml
libxml2-2.9.8/result/ns5.sax2
libxml2-2.9.8/result/utf16bebom.xml.rde
libxml2-2.9.8/result/ns6.rde
libxml2-2.9.8/result/utf16bebom.xml.rdr
libxml2-2.9.8/result/ns6.rdr
libxml2-2.9.8/result/utf16bebom.xml.sax
libxml2-2.9.8/result/ns6.sax
libxml2-2.9.8/result/utf16bebom.xml.sax2
libxml2-2.9.8/result/ns6.sax2
libxml2-2.9.8/result/utf16bom.xml
libxml2-2.9.8/result/ns7.rde
libxml2-2.9.8/result/utf16bom.xml.rde
libxml2-2.9.8/result/ns7.rdr
libxml2-2.9.8/result/utf16bom.xml.rdr
libxml2-2.9.8/result/ns7.sax
libxml2-2.9.8/result/utf16bom.xml.sax
libxml2-2.9.8/result/ns7.sax2
libxml2-2.9.8/result/utf16bom.xml.sax2
libxml2-2.9.8/result/nsclean.xml
libxml2-2.9.8/result/slashdot16.xml.sax2
libxml2-2.9.8/result/nsclean.xml.rde
libxml2-2.9.8/result/xhtml1.rde
libxml2-2.9.8/result/xml2
libxml2-2.9.8/result/nsclean.xml.rdr
libxml2-2.9.8/result/svg1.rde
libxml2-2.9.8/result/nsclean.xml.sax
libxml2-2.9.8/result/svg1.sax2
libxml2-2.9.8/result/nsclean.xml.sax2
libxml2-2.9.8/result/utf16lebom.xml
libxml2-2.9.8/result/p3p.rde
libxml2-2.9.8/result/utf16lebom.xml.rde
libxml2-2.9.8/result/p3p.rdr
libxml2-2.9.8/result/utf16lebom.xml.rdr
libxml2-2.9.8/result/utf16lebom.xml.sax
libxml2-2.9.8/result/utf16lebom.xml.sax2
libxml2-2.9.8/result/pi.xml
libxml2-2.9.8/result/utf8bom.xml
libxml2-2.9.8/result/pi.xml.rde
libxml2-2.9.8/result/utf8bom.xml.rde
libxml2-2.9.8/result/pi.xml.rdr
libxml2-2.9.8/result/utf8bom.xml.rdr
libxml2-2.9.8/result/pi.xml.sax
libxml2-2.9.8/result/utf8bom.xml.sax
libxml2-2.9.8/result/pi.xml.sax2
libxml2-2.9.8/result/utf8bom.xml.sax2
libxml2-2.9.8/result/pi2.xml
libxml2-2.9.8/result/wap.xml
libxml2-2.9.8/result/pi2.xml.rde
libxml2-2.9.8/result/wap.xml.rde
libxml2-2.9.8/result/pi2.xml.rdr
libxml2-2.9.8/result/wap.xml.rdr
libxml2-2.9.8/result/pi2.xml.sax
libxml2-2.9.8/result/wap.xml.sax
libxml2-2.9.8/result/pi2.xml.sax2
libxml2-2.9.8/result/ent_738805.xml
libxml2-2.9.8/result/rdf2.rde
libxml2-2.9.8/result/wap.xml.sax2
libxml2-2.9.8/result/ent_738805.xml.rde
libxml2-2.9.8/result/winblanks.xml
libxml2-2.9.8/result/rdf1.rdr
libxml2-2.9.8/result/winblanks.xml.rde
libxml2-2.9.8/result/winblanks.xml.rdr
libxml2-2.9.8/result/rdf2.rdr
libxml2-2.9.8/result/xml1
libxml2-2.9.8/result/winblanks.xml.sax
libxml2-2.9.8/result/winblanks.xml.sax2
libxml2-2.9.8/result/wml.xml
libxml2-2.9.8/result/wml.xml.rde
libxml2-2.9.8/result/svg1.rdr
libxml2-2.9.8/result/wml.xml.rdr
libxml2-2.9.8/result/ent_738805.xml.rdr
libxml2-2.9.8/result/wml.xml.sax2
libxml2-2.9.8/result/slashdot.rdf
libxml2-2.9.8/result/svg1.sax
libxml2-2.9.8/result/rdf1.rde
libxml2-2.9.8/result/slashdot.rdf.rde
libxml2-2.9.8/result/svg2
libxml2-2.9.8/result/slashdot.rdf.rdr
libxml2-2.9.8/result/xhtml1.rdr
libxml2-2.9.8/result/slashdot.rdf.sax
libxml2-2.9.8/result/svg2.rde
libxml2-2.9.8/result/slashdot.rdf.sax2
libxml2-2.9.8/result/wml.xml.sax
libxml2-2.9.8/result/slashdot.xml
libxml2-2.9.8/result/svg2.rdr
libxml2-2.9.8/result/slashdot.xml.rde
libxml2-2.9.8/result/svg2.sax
libxml2-2.9.8/result/slashdot.xml.rdr
libxml2-2.9.8/result/svg2.sax2
libxml2-2.9.8/result/slashdot.xml.sax
libxml2-2.9.8/result/svg3
libxml2-2.9.8/result/cdata-2-byte-UTF-8.xml.sax2
libxml2-2.9.8/result/slashdot.xml.sax2
libxml2-2.9.8/result/svg3.rde
libxml2-2.9.8/result/slashdot16.xml
libxml2-2.9.8/result/svg3.rdr
libxml2-2.9.8/result/slashdot16.xml.rde
libxml2-2.9.8/result/svg3.sax
libxml2-2.9.8/result/slashdot16.xml.rdr
libxml2-2.9.8/result/svg3.sax2
libxml2-2.9.8/result/slashdot16.xml.sax
libxml2-2.9.8/result/xhtmlcomp.rde
libxml2-2.9.8/result/cdata-3-byte-UTF-8.xml
libxml2-2.9.8/result/xhtmlcomp
libxml2-2.9.8/result/xhtmlcomp.rdr
libxml2-2.9.8/result/xhtmlcomp.sax
libxml2-2.9.8/result/xhtmlcomp.sax2
libxml2-2.9.8/result/xml1.rde
libxml2-2.9.8/result/xml1.rdr
libxml2-2.9.8/result/xml2.rde
libxml2-2.9.8/result/xml2.rdr
libxml2-2.9.8/result/xml2.sax
libxml2-2.9.8/result/xml2.sax2
libxml2-2.9.8/result/cdata-3-byte-UTF-8.xml.rde
libxml2-2.9.8/result/cdata-3-byte-UTF-8.xml.rdr
libxml2-2.9.8/result/cdata-3-byte-UTF-8.xml.sax
libxml2-2.9.8/result/cdata-3-byte-UTF-8.xml.sax2
libxml2-2.9.8/result/cdata-4-byte-UTF-8.xml
libxml2-2.9.8/result/cdata-4-byte-UTF-8.xml.rde
libxml2-2.9.8/result/cdata-4-byte-UTF-8.xml.rdr
libxml2-2.9.8/result/cdata-4-byte-UTF-8.xml.sax
libxml2-2.9.8/result/cdata-4-byte-UTF-8.xml.sax2
libxml2-2.9.8/result/ent_738805.xml.sax
libxml2-2.9.8/result/ent_738805.xml.sax2
libxml2-2.9.8/result/japancrlf.xml
libxml2-2.9.8/result/japancrlf.xml.rde
libxml2-2.9.8/result/japancrlf.xml.rdr
libxml2-2.9.8/result/japancrlf.xml.sax
libxml2-2.9.8/result/japancrlf.xml.sax2
libxml2-2.9.8/result/icu_parse_test.xml
libxml2-2.9.8/result/icu_parse_test.xml.rde
libxml2-2.9.8/result/icu_parse_test.xml.rdr
libxml2-2.9.8/result/icu_parse_test.xml.sax
libxml2-2.9.8/result/icu_parse_test.xml.sax2
+ ln -sf libxml2-2.9.8 libxml2
+ cd libxml2
+ CPPFLAGS='-fPIC '
+ ./configure --prefix=/home/tomoyan/work/third-party --with-python=no --disable-shared --with-lzma=no
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for mv... /usr/bin/mv
checking for tar... /usr/bin/tar
checking for perl... /usr/bin/perl
checking for wget... /usr/bin/wget
checking for xmllint... /usr/bin/xmllint
checking for xsltproc... /usr/bin/xsltproc
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
Checking zlib
checking for Z... yes
Checking lzma
Disabling lzma compression support
Checking headers
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for stdlib.h... (cached) yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for arpa/nameser.h... yes
checking for resolv.h... yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for dlfcn.h... (cached) yes
Checking types
checking for uint32_t... yes
Checking libraries
checking for strftime... yes
checking for strftime... (cached) yes
checking for localtime... yes
checking for gettimeofday... yes
checking for ftime... yes
checking for stat... yes
checking for signal... yes
checking for rand... yes
checking for rand_r... yes
checking for srand... yes
checking for time... yes
checking for isascii... yes
checking for mmap... yes
checking for munmap... yes
checking for putenv... yes
checking for va_copy... yes
checking whether va_list is an array type... yes
checking for library containing gethostent... none required
checking for library containing setsockopt... none required
checking for library containing connect... none required
checking for type of socket length (socklen_t)... socklen_t *
checking for const gethostbyname() argument... yes
checking for const send() second argument... yes
checking whether to enable IPv6... yes
checking struct sockaddr::ss_family... yes
checking for getaddrinfo... yes
checking for isnan... yes
checking for isinf... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
Checking configuration requirements
Enabling multithreaded support
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_join in -lpthread... yes
Enabled Schematron support
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
checking for iconv declaration... 
	extern size_t iconv (iconv_t cd,  char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
Disabling ICU support
Enabled Schemas/Relax-NG support
checking for printf... yes
checking for sprintf... yes
checking for fprintf... yes
checking for snprintf... yes
checking for vfprintf... yes
checking for vsprintf... yes
checking for vsnprintf... yes
checking for sscanf... yes
Disabling code coverage for GCC
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libxml2.spec
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/libxml/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/devhelp/Makefile
config.status: creating example/Makefile
config.status: creating python/Makefile
config.status: creating python/tests/Makefile
config.status: creating xstc/Makefile
config.status: creating include/libxml/xmlversion.h
config.status: creating libxml-2.0.pc
config.status: creating libxml-2.0-uninstalled.pc
config.status: creating libxml2-config.cmake
config.status: creating python/setup.py
config.status: creating xml2-config
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Done configuring
+ make
make  all-recursive
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8' に入ります
Making all in include
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/include' に入ります
Making all in libxml
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/include/libxml' に入ります
make[3]: 'all' に対して行うべき事はありません.
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/include/libxml' から出ます
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/include' に入ります
make[3]: 'all-am' に対して行うべき事はありません.
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/include' から出ます
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/include' から出ます
Making all in .
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8' に入ります
  CC       SAX.lo
  CC       entities.lo
  CC       encoding.lo
  CC       error.lo
error.c: 関数 ‘__xmlRaiseError’ 内:
error.c:634:26: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
  634 |     else if ((channel == (xmlGenericErrorFunc) fprintf) ||
      |                          ^
  CC       parserInternals.lo
  CC       parser.lo
parser.c: 関数 ‘xmlParseReference’ 内:
parser.c:7034:58: 警告: %d’ directive output may be truncated writing between 3 and 10 bytes into a region of size 9 [-Wformat-truncation=]
 7034 |                     snprintf((char *)out, sizeof(out), "#%d", value);
      |                                                          ^~
parser.c:7034:56: 備考: directive argument in the range [256, 2147483647]
 7034 |                     snprintf((char *)out, sizeof(out), "#%d", value);
      |                                                        ^~~~~
parser.c:7034:21: 備考: snprintf’ output between 5 and 12 bytes into a destination of size 10
 7034 |                     snprintf((char *)out, sizeof(out), "#%d", value);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:7032:61: 警告: snprintf’ output may be truncated before the last format character [-Wformat-truncation=]
 7032 |                     snprintf((char *)out, sizeof(out), "#x%X", value);
      |                                                             ^
parser.c:7032:21: 備考: snprintf’ output between 6 and 11 bytes into a destination of size 10
 7032 |                     snprintf((char *)out, sizeof(out), "#x%X", value);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       tree.lo
  CC       hash.lo
  CC       list.lo
  CC       xmlIO.lo
  CC       xmlmemory.lo
  CC       uri.lo
  CC       valid.lo
  CC       xlink.lo
  CC       HTMLparser.lo
  CC       HTMLtree.lo
  CC       debugXML.lo
debugXML.c: 関数 ‘xmlShellRNGValidate’ 内:
debugXML.c:2367:13: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 2367 |             (xmlRelaxNGValidityErrorFunc) fprintf,
      |             ^
debugXML.c:2368:13: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 2368 |             (xmlRelaxNGValidityWarningFunc) fprintf,
      |             ^
debugXML.c:2379:13: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 2379 |             (xmlRelaxNGValidityErrorFunc) fprintf,
      |             ^
debugXML.c:2380:13: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 2380 |             (xmlRelaxNGValidityWarningFunc) fprintf,
      |             ^
debugXML.c: 関数 ‘xmlShellValidate’ 内:
debugXML.c:2651:19: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 2651 |     vctxt.error = (xmlValidityErrorFunc) fprintf;
      |                   ^
debugXML.c:2652:21: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 2652 |     vctxt.warning = (xmlValidityWarningFunc) fprintf;
      |                     ^
  CC       xpath.lo
  CC       xpointer.lo
  CC       xinclude.lo
  CC       nanohttp.lo
  CC       nanoftp.lo
  CC       catalog.lo
  CC       globals.lo
  CC       threads.lo
threads.c: 関数 ‘xmlInitThreads’ 内:
threads.c:875:28: 警告: the comparison will always evaluate as ‘true’ for the address of ‘pthread_equal’ will never be NULL [-Waddress]
  875 |             (pthread_equal != NULL) &&
      |                            ^~
次のファイルから読み込み:  /usr/include/features.h:490,
         次から読み込み:  /usr/include/bits/libc-header-start.h:33,
         次から読み込み:  /usr/include/stdio.h:27,
         次から読み込み:  libxml.h:51,
         次から読み込み:  threads.c:11:
/usr/include/pthread.h:1340:1: 備考: pthread_equal’ はここで宣言されています
 1340 | __NTH (pthread_equal (pthread_t __thread1, pthread_t __thread2))
      | ^~~~~
  CC       c14n.lo
  CC       xmlstring.lo
  CC       buf.lo
  CC       xmlregexp.lo
  CC       xmlschemas.lo
  CC       xmlschemastypes.lo
  CC       xmlunicode.lo
  CC       xmlreader.lo
  CC       relaxng.lo
  CC       dict.lo
  CC       SAX2.lo
  CC       xmlwriter.lo
  CC       legacy.lo
  CC       chvalid.lo
  CC       pattern.lo
  CC       xmlsave.lo
  CC       xmlmodule.lo
  CC       schematron.lo
  CC       xzlib.lo
  CCLD     libxml2.la
  CC       testdso.lo
  CCLD     testdso.la
  CC       xmllint.o
xmllint.c: 関数 ‘testSAX’ 内:
xmllint.c:1656:17: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 1656 |                 (xmlSchemaValidityErrorFunc) fprintf,
      |                 ^
xmllint.c:1657:17: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 1657 |                 (xmlSchemaValidityWarningFunc) fprintf,
      |                 ^
xmllint.c: 関数 ‘parseAndPrintFile’ 内:
xmllint.c:2763:29: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 2763 |             cvp->error    = (xmlValidityErrorFunc) fprintf;
      |                             ^
xmllint.c:2764:29: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 2764 |             cvp->warning  = (xmlValidityWarningFunc) fprintf;
      |                             ^
xmllint.c:2799:25: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 2799 |         cvp->error    = (xmlValidityErrorFunc) fprintf;
      |                         ^
xmllint.c:2800:25: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 2800 |         cvp->warning  = (xmlValidityWarningFunc) fprintf;
      |                         ^
xmllint.c:2863:17: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 2863 |                 (xmlRelaxNGValidityErrorFunc) fprintf,
      |                 ^
xmllint.c:2864:17: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 2864 |                 (xmlRelaxNGValidityWarningFunc) fprintf,
      |                 ^
xmllint.c:2891:17: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 2891 |                 (xmlSchemaValidityErrorFunc) fprintf,
      |                 ^
xmllint.c:2892:17: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 2892 |                 (xmlSchemaValidityWarningFunc) fprintf,
      |                 ^
xmllint.c: 関数 ‘main’ 内:
xmllint.c:3588:17: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 3588 |                 (xmlRelaxNGValidityErrorFunc) fprintf,
      |                 ^
xmllint.c:3589:17: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 3589 |                 (xmlRelaxNGValidityWarningFunc) fprintf,
      |                 ^
xmllint.c:3614:17: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 3614 |                 (xmlSchemaValidityErrorFunc) fprintf,
      |                 ^
xmllint.c:3615:17: 警告: cast between incompatible function types from ‘int (*)(FILE * restrict,  const char * restrict, ...)’ to ‘void (*)(void *, const char *, ...)’ [-Wcast-function-type]
 3615 |                 (xmlSchemaValidityWarningFunc) fprintf,
      |                 ^
  CCLD     xmllint
  CC       xmlcatalog.o
  CCLD     xmlcatalog
sed -e 's?\@XML_LIBDIR\@?-L/home/tomoyan/work/third-party/lib?g' \
    -e 's?\@XML_INCLUDEDIR\@?-I/home/tomoyan/work/third-party/include/libxml2?g' \
    -e 's?\@VERSION\@?2.9.8?g' \
    -e 's?\@XML_LIBS\@?-lxml2 -lz      -lm ?g' \
       < ./xml2Conf.sh.in > xml2Conf.tmp \
&& mv xml2Conf.tmp xml2Conf.sh
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8' から出ます
Making all in doc
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc' に入ります
Making all in .
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc' に入ります
make[3]: 'all-am' に対して行うべき事はありません.
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc' から出ます
Making all in devhelp
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc/devhelp' に入ります
make[3]: 'all' に対して行うべき事はありません.
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc/devhelp' から出ます
Making all in examples
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc/examples' に入ります
make[3]: 'all' に対して行うべき事はありません.
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc/examples' から出ます
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc' から出ます
Making all in example
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/example' に入ります
make[2]: 'all' に対して行うべき事はありません.
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/example' から出ます
Making all in xstc
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/xstc' に入ります
make[2]: 'all' に対して行うべき事はありません.
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/xstc' から出ます
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8' から出ます
+ '[' '!' -f ./.libs/libxml2.a ']'
+ make install
make  install-recursive
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8' に入ります
Making install in include
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/include' に入ります
Making install in libxml
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/include/libxml' に入ります
make[4]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/include/libxml' に入ります
make[4]: 'install-exec-am' に対して行うべき事はありません.
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/include/libxml2/libxml'
 /usr/bin/install -c -m 644 SAX.h entities.h encoding.h parser.h parserInternals.h xmlerror.h HTMLparser.h HTMLtree.h debugXML.h tree.h list.h hash.h xpath.h xpathInternals.h xpointer.h xinclude.h xmlIO.h xmlmemory.h nanohttp.h nanoftp.h uri.h valid.h xlink.h xmlversion.h DOCBparser.h catalog.h threads.h globals.h c14n.h xmlautomata.h xmlregexp.h xmlmodule.h xmlschemas.h schemasInternals.h xmlschemastypes.h xmlstring.h xmlunicode.h xmlreader.h relaxng.h dict.h '/home/tomoyan/work/third-party/include/libxml2/libxml'
 /usr/bin/install -c -m 644 SAX2.h xmlexports.h xmlwriter.h chvalid.h pattern.h xmlsave.h schematron.h '/home/tomoyan/work/third-party/include/libxml2/libxml'
make[4]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/include/libxml' から出ます
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/include/libxml' から出ます
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/include' に入ります
make[4]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/include' に入ります
make[4]: 'install-exec-am' に対して行うべき事はありません.
make[4]: 'install-data-am' に対して行うべき事はありません.
make[4]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/include' から出ます
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/include' から出ます
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/include' から出ます
Making install in .
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8' に入ります
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8' に入ります
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/lib'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libxml2.la '/home/tomoyan/work/third-party/lib'
libtool: install: /usr/bin/install -c .libs/libxml2.lai /home/tomoyan/work/third-party/lib/libxml2.la
libtool: install: /usr/bin/install -c .libs/libxml2.a /home/tomoyan/work/third-party/lib/libxml2.a
libtool: install: chmod 644 /home/tomoyan/work/third-party/lib/libxml2.a
libtool: install: ranlib /home/tomoyan/work/third-party/lib/libxml2.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin:/sbin" ldconfig -n /home/tomoyan/work/third-party/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/tomoyan/work/third-party/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/bin'
  /bin/sh ./libtool   --mode=install /usr/bin/install -c xmllint xmlcatalog '/home/tomoyan/work/third-party/bin'
libtool: install: /usr/bin/install -c xmllint /home/tomoyan/work/third-party/bin/xmllint
libtool: install: /usr/bin/install -c xmlcatalog /home/tomoyan/work/third-party/bin/xmlcatalog
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/bin'
 /usr/bin/install -c xml2-config '/home/tomoyan/work/third-party/bin'
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/lib'
 /usr/bin/install -c -m 644 xml2Conf.sh '/home/tomoyan/work/third-party/lib'
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/lib/cmake/libxml2'
 /usr/bin/install -c -m 644 libxml2-config.cmake '/home/tomoyan/work/third-party/lib/cmake/libxml2'
/usr/bin/mkdir -p /home/tomoyan/work/third-party/share/doc/libxml2-2.9.8
/usr/bin/install -c -m 0644 ./Copyright /home/tomoyan/work/third-party/share/doc/libxml2-2.9.8
/usr/bin/mkdir -p /home/tomoyan/work/third-party/share/doc/libxml2-2.9.8/examples
/usr/bin/install -c -m 0644 ./xmllint.c /home/tomoyan/work/third-party/share/doc/libxml2-2.9.8/examples
/usr/bin/install -c -m 0644 ./testSAX.c /home/tomoyan/work/third-party/share/doc/libxml2-2.9.8/examples
/usr/bin/install -c -m 0644 ./testHTML.c /home/tomoyan/work/third-party/share/doc/libxml2-2.9.8/examples
/usr/bin/install -c -m 0644 ./testXPath.c /home/tomoyan/work/third-party/share/doc/libxml2-2.9.8/examples
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/share/aclocal'
 /usr/bin/install -c -m 644 libxml.m4 '/home/tomoyan/work/third-party/share/aclocal'
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/share/man/man1'
 /usr/bin/install -c -m 644 xml2-config.1 '/home/tomoyan/work/third-party/share/man/man1'
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/share/man/man3'
 /usr/bin/install -c -m 644 libxml.3 '/home/tomoyan/work/third-party/share/man/man3'
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/lib/pkgconfig'
 /usr/bin/install -c -m 644 libxml-2.0.pc '/home/tomoyan/work/third-party/lib/pkgconfig'
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8' から出ます
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8' から出ます
Making install in doc
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc' に入ります
Making install in .
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc' に入ります
make[4]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc' に入ります
make[4]: 'install-exec-am' に対して行うべき事はありません.
/usr/bin/mkdir -p /home/tomoyan/work/third-party/share/doc/libxml2-2.9.8/html
/usr/bin/install -c -m 0644 ./xml.html ./encoding.html ./FAQ.html ./structure.gif ./DOM.gif ./smallfootonly.gif ./redhat.gif ./libxml.gif ./w3c.png ./Libxml2-Logo-180x168.gif ./Libxml2-Logo-90x34.gif /home/tomoyan/work/third-party/share/doc/libxml2-2.9.8/html
/usr/bin/mkdir -p /home/tomoyan/work/third-party/share/doc/libxml2-2.9.8/html/html
/usr/bin/install -c -m 0644 ./html/*.html /home/tomoyan/work/third-party/share/doc/libxml2-2.9.8/html/html
/usr/bin/install -c -m 0644 ./html/*.png /home/tomoyan/work/third-party/share/doc/libxml2-2.9.8/html/html
/usr/bin/mkdir -p /home/tomoyan/work/third-party/share/doc/libxml2-2.9.8/html/tutorial
/usr/bin/install -c -m 0644 ./tutorial/*.* \
	/home/tomoyan/work/third-party/share/doc/libxml2-2.9.8/html/tutorial
/usr/bin/mkdir -p /home/tomoyan/work/third-party/share/doc/libxml2-2.9.8/html/tutorial/images
/usr/bin/install -c -m 0644 ./tutorial/images/*.* \
	/home/tomoyan/work/third-party/share/doc/libxml2-2.9.8/html/tutorial/images
/usr/bin/mkdir -p /home/tomoyan/work/third-party/share/doc/libxml2-2.9.8/html/tutorial/images/callouts
/usr/bin/install -c -m 0644 ./tutorial/images/callouts/*.* \
	/home/tomoyan/work/third-party/share/doc/libxml2-2.9.8/html/tutorial/images/callouts
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/share/man/man1'
 /usr/bin/install -c -m 644 xmllint.1 xmlcatalog.1 '/home/tomoyan/work/third-party/share/man/man1'
make[4]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc' から出ます
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc' から出ます
Making install in devhelp
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc/devhelp' に入ります
make[4]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc/devhelp' に入ります
make[4]: 'install-exec-am' に対して行うべき事はありません.
 /usr/bin/mkdir -p '/home/tomoyan/work/third-party/share/gtk-doc/html/libxml2'
 /usr/bin/install -c -m 644 libxml2.devhelp general.html index.html libxml2-c14n.html libxml2-catalog.html libxml2-chvalid.html libxml2-debugXML.html libxml2-dict.html libxml2-DOCBparser.html libxml2-encoding.html libxml2-entities.html libxml2-globals.html libxml2-hash.html libxml2-HTMLparser.html libxml2-HTMLtree.html libxml2-list.html libxml2-nanoftp.html libxml2-nanohttp.html libxml2-parser.html libxml2-parserInternals.html libxml2-pattern.html libxml2-relaxng.html libxml2-SAX2.html libxml2-SAX.html libxml2-schemasInternals.html libxml2-schematron.html libxml2-threads.html libxml2-tree.html libxml2-uri.html libxml2-valid.html libxml2-xinclude.html libxml2-xlink.html libxml2-xmlautomata.html libxml2-xmlerror.html libxml2-xmlexports.html libxml2-xmlIO.html libxml2-xmlmemory.html libxml2-xmlmodule.html libxml2-xmlreader.html libxml2-xmlregexp.html '/home/tomoyan/work/third-party/share/gtk-doc/html/libxml2'
 /usr/bin/install -c -m 644 libxml2-xmlsave.html libxml2-xmlschemas.html libxml2-xmlschemastypes.html libxml2-xmlstring.html libxml2-xmlunicode.html libxml2-xmlversion.html libxml2-xmlwriter.html libxml2-xpath.html libxml2-xpathInternals.html libxml2-xpointer.html home.png left.png right.png up.png style.css '/home/tomoyan/work/third-party/share/gtk-doc/html/libxml2'
make[4]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc/devhelp' から出ます
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc/devhelp' から出ます
Making install in examples
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc/examples' に入ります
make[4]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc/examples' に入ります
make[4]: 'install-exec-am' に対して行うべき事はありません.
/usr/bin/mkdir -p /home/tomoyan/work/third-party/share/doc/libxml2-2.9.8/html
/usr/bin/install -c -m 0644 ./*.html ./*.c ./*.xml ./*.xsl ./*.res /home/tomoyan/work/third-party/share/doc/libxml2-2.9.8/html
make[4]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc/examples' から出ます
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc/examples' から出ます
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/doc' から出ます
Making install in example
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/example' に入ります
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/example' に入ります
make[3]: 'install-exec-am' に対して行うべき事はありません.
make[3]: 'install-data-am' に対して行うべき事はありません.
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/example' から出ます
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/example' から出ます
Making install in xstc
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/xstc' に入ります
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/xstc' に入ります
make[3]: 'install-exec-am' に対して行うべき事はありません.
make[3]: 'install-data-am' に対して行うべき事はありません.
make[3]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/xstc' から出ます
make[2]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8/xstc' から出ます
make[1]: ディレクトリ '/home/tomoyan/work/third-party/src/libxml2-2.9.8' から出ます
++ dirname ./build_yajl.sh
+ cd .
+ cd ..
++ pwd
+ PREFIX=/home/tomoyan/work/third-party
+ cd src
+ wget http://github.com/lloyd/yajl/tarball/2.1.0 -O yajl-2.1.0.tar.gz
URL transformed to HTTPS due to an HSTS policy
--2022-09-29 15:14:25--  https://github.com/lloyd/yajl/tarball/2.1.0
github.com (github.com) をDNSに問いあわせています... 20.27.177.113
github.com (github.com)|20.27.177.113|:443 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 300 Multiple Choices
長さ: 105 [text/plain]
`yajl-2.1.0.tar.gz' に保存中

yajl-2.1.0.tar.gz   100%[===================>]     105  --.-KB/s 時間 0s       

2022-09-29 15:14:25 (74.0 MB/s) - `yajl-2.1.0.tar.gz' へ保存完了 [105/105]

+ tar -xvzf yajl-2.1.0.tar.gz

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
+ cd lloyd-yajl-66cb08c
./build_yajl.sh: 11 行: cd: lloyd-yajl-66cb08c: そのようなファイルやディレクトリはありません
+ ./configure -p /home/tomoyan/work/third-party
./build_yajl.sh: 行 12: ./configure: そのようなファイルやディレクトリはありません
+ cd build
+ cmake -DCMAKE_INSTALL_PREFIX=/home/tomoyan/work/third-party -DCMAKE_C_FLAGS=-fPIC ..
CMake Error: The source directory "/home/tomoyan/work/third-party/src" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
+ make install
make: *** ターゲット 'install' を make するルールがありません.  中止.
+ cd ..
+ cd ../..
+ cp patches/libtool/libyajl.la lib/libyajl.la
cp: 'patches/libtool/libyajl.la' を stat できません: そのようなファイルやディレクトリはありません
+ echo 'libdir='\''/home/tomoyan/work/third-party/lib'\'''
./build_yajl.sh: 行 21: lib/libyajl.la: そのようなファイルやディレクトリはありません
+ mv lib/libyajl_s.a lib/libyajl.a
mv: 'lib/libyajl_s.a' を stat できません: そのようなファイルやディレクトリはありません
+ rm -f 'lib/libyajl.so*'
++ dirname ./build_libmodsec.sh
+ cd .
+ cd ..
++ pwd
+ PREFIX=/home/tomoyan/work/third-party
+ cd src
+ '[' '!' -d lloyd-yajl-66cb08c ']'
+ ../script/build_yajl.sh
URL transformed to HTTPS due to an HSTS policy
--2022-09-29 15:14:26--  https://github.com/lloyd/yajl/tarball/2.1.0
github.com (github.com) をDNSに問いあわせています... 20.27.177.113
github.com (github.com)|20.27.177.113|:443 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 300 Multiple Choices
長さ: 105 [text/plain]
`yajl-2.1.0.tar.gz' に保存中

yajl-2.1.0.tar.gz   100%[===================>]     105  --.-KB/s 時間 0s       

2022-09-29 15:14:26 (75.5 MB/s) - `yajl-2.1.0.tar.gz' へ保存完了 [105/105]


gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
../script/build_yajl.sh: 11 行: cd: lloyd-yajl-66cb08c: そのようなファイルやディレクトリはありません
../script/build_yajl.sh: 行 12: ./configure: そのようなファイルやディレクトリはありません
CMake Error: The source directory "/home/tomoyan/work/third-party/src" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
make: *** ターゲット 'install' を make するルールがありません.  中止.
cp: 'patches/libtool/libyajl.la' を stat できません: そのようなファイルやディレクトリはありません
../script/build_yajl.sh: 行 21: lib/libyajl.la: そのようなファイルやディレクトリはありません
mv: 'lib/libyajl_s.a' を stat できません: そのようなファイルやディレクトリはありません
+ cd src
./build_libmodsec.sh: 10 行: cd: src: そのようなファイルやディレクトリはありません
+ '[' '!' -d ModSecurity ']'
+ git clone --depth 1 --no-single-branch --branch v3.0.5 https://github.com/SpiderLabs/ModSecurity
Cloning into 'ModSecurity'...
remote: Enumerating objects: 8714, done.
remote: Counting objects: 100% (8714/8714), done.
remote: Compressing objects: 100% (4070/4070), done.
remote: Total 8714 (delta 6775), reused 5943 (delta 4530), pack-reused 0
Receiving objects: 100% (8714/8714), 10.16 MiB | 1.84 MiB/s, done.
Resolving deltas: 100% (6775/6775), done.
Note: switching to 'bf881a4eda343d37629e39ede5e28b70dc4067c0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

+ cd ModSecurity
+ export PATH=/home/build/tools/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin
+ PATH=/home/build/tools/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin
+ sh build.sh
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build'.
libtoolize: copying file 'build/libtool.m4'
libtoolize: copying file 'build/ltoptions.m4'
libtoolize: copying file 'build/ltsugar.m4'
libtoolize: copying file 'build/ltversion.m4'
libtoolize: copying file 'build/lt~obsolete.m4'
configure.ac:84: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:84: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
build/yajl.m4:4: PROG_YAJL is expanded from...
configure.ac:84: the top level
configure.ac:98: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:98: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
build/lmdb.m4:4: PROG_LMDB is expanded from...
configure.ac:98: the top level
configure.ac:102: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:102: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
build/ssdeep.m4:5: CHECK_SSDEEP is expanded from...
configure.ac:102: the top level
configure.ac:106: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:106: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
build/lua.m4:5: CHECK_LUA is expanded from...
configure.ac:106: the top level
configure.ac:106: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:106: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
build/lua.m4:121: CHECK_FOR_LUA_AT is expanded from...
build/lua.m4:5: CHECK_LUA is expanded from...
configure.ac:106: the top level
configure.ac:113: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:113: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
build/curl.m4:15: CHECK_CURL is expanded from...
configure.ac:113: the top level
configure.ac:123: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:123: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
build/libxml.m4:14: CHECK_LIBXML2 is expanded from...
configure.ac:123: the top level
configure.ac:129: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:129: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
build/pcre.m4:15: CHECK_PCRE is expanded from...
configure.ac:129: the top level
configure.ac:129: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:129: You should run autoupdate.
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
build/pcre.m4:15: CHECK_PCRE is expanded from...
configure.ac:129: the top level
configure.ac:133: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:133: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:133: the top level
configure.ac:224: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:224: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:224: the top level
configure.ac:242: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:242: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:242: the top level
configure.ac:255: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:255: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:255: the top level
configure.ac:268: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:268: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:268: the top level
configure.ac:281: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:281: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:281: the top level
configure.ac:300: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete
./lib/autoconf/programs.m4:716: _AC_PROG_LEX is expanded from...
./lib/autoconf/programs.m4:709: AC_PROG_LEX is expanded from...
configure.ac:300: the top level
configure.ac:50: installing './ar-lib'
configure.ac:50: installing './compile'
configure.ac:140: installing './config.guess'
configure.ac:140: installing './config.sub'
configure.ac:45: installing './install-sh'
configure.ac:45: installing './missing'
parallel-tests: installing './test-driver'
examples/multiprocess_c/Makefile.am: installing './depcomp'
configure.ac: installing './ylwrap'
configure.ac:84: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:84: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
build/yajl.m4:4: PROG_YAJL is expanded from...
configure.ac:84: the top level
configure.ac:98: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:98: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
build/lmdb.m4:4: PROG_LMDB is expanded from...
configure.ac:98: the top level
configure.ac:102: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:102: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
build/ssdeep.m4:5: CHECK_SSDEEP is expanded from...
configure.ac:102: the top level
configure.ac:106: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:106: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
build/lua.m4:5: CHECK_LUA is expanded from...
configure.ac:106: the top level
configure.ac:106: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:106: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
build/lua.m4:121: CHECK_FOR_LUA_AT is expanded from...
build/lua.m4:5: CHECK_LUA is expanded from...
configure.ac:106: the top level
configure.ac:113: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:113: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
build/curl.m4:15: CHECK_CURL is expanded from...
configure.ac:113: the top level
configure.ac:123: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:123: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
build/libxml.m4:14: CHECK_LIBXML2 is expanded from...
configure.ac:123: the top level
configure.ac:129: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:129: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
build/pcre.m4:15: CHECK_PCRE is expanded from...
configure.ac:129: the top level
configure.ac:129: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:129: You should run autoupdate.
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
build/pcre.m4:15: CHECK_PCRE is expanded from...
configure.ac:129: the top level
configure.ac:133: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:133: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:133: the top level
configure.ac:224: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:224: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:224: the top level
configure.ac:242: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:242: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:242: the top level
configure.ac:255: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:255: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:255: the top level
configure.ac:268: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:268: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:268: the top level
configure.ac:281: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:281: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:281: the top level
configure.ac:300: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete
./lib/autoconf/programs.m4:716: _AC_PROG_LEX is expanded from...
./lib/autoconf/programs.m4:709: AC_PROG_LEX is expanded from...
configure.ac:300: the top level
+ git submodule update --init --recursive --recommend-shallow --depth 1
Submodule 'bindings/python' (https://github.com/SpiderLabs/ModSecurity-Python-bindings.git) registered for path 'bindings/python'
Submodule 'others/libinjection' (https://github.com/libinjection/libinjection.git) registered for path 'others/libinjection'
Submodule 'test/test-cases/secrules-language-tests' (https://github.com/SpiderLabs/secrules-language-tests) registered for path 'test/test-cases/secrules-language-tests'
Cloning into '/home/tomoyan/work/third-party/src/ModSecurity/bindings/python'...
Cloning into '/home/tomoyan/work/third-party/src/ModSecurity/others/libinjection'...
Cloning into '/home/tomoyan/work/third-party/src/ModSecurity/test/test-cases/secrules-language-tests'...
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Enumerating objects: 11, done.
remote: Counting objects: 100% (11/11), done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 6 (delta 3), reused 2 (delta 0), pack-reused 0
Unpacking objects: 100% (6/6), 955 bytes | 318.00 KiB/s, done.
From https://github.com/SpiderLabs/ModSecurity-Python-bindings
 * branch            bc625d5bb0bac6a64bcce8dc9902208612399348 -> FETCH_HEAD
Submodule path 'bindings/python': checked out 'bc625d5bb0bac6a64bcce8dc9902208612399348'
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Enumerating objects: 7, done.
remote: Counting objects: 100% (7/7), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 3), reused 1 (delta 0), pack-reused 0
Unpacking objects: 100% (4/4), 750 bytes | 250.00 KiB/s, done.
From https://github.com/libinjection/libinjection
 * branch            bfba51f5af8f1f6cf5d6c4bf862f1e2474e018e3 -> FETCH_HEAD
Submodule path 'others/libinjection': checked out 'bfba51f5af8f1f6cf5d6c4bf862f1e2474e018e3'
Submodule path 'test/test-cases/secrules-language-tests': checked out 'a3d4405e5a2c90488c387e589c5534974575e35b'
+ CPPFLAGS='-fPIC '
+ ./configure --with-yajl=/home/tomoyan/work/third-party --with-geoip=/home/tomoyan/work/third-party --with-maxmind=/home/tomoyan/work/third-party --disable-shared --enable-static --with-pcre=/home/tomoyan/work/third-party --with-curl=/home/tomoyan/work/third-party --with-libxml=/home/tomoyan/work/third-party --with-lmdb=/home/tomoyan/work/third-party --with-lua=/home/tomoyan/work/third-party --disable-examples
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: error: YAJL was explicitly referenced but it was not found
+ make -j4
make: *** ターゲットが指定されておらず, makefile も見つかりません.  中止.
+ cp -r headers/modsecurity ../../include/
+ cp src/.libs/libmodsecurity.a ../../lib/
cp: 'src/.libs/libmodsecurity.a' を stat できません: そのようなファイルやディレクトリはありません
+ cd /home/tomoyan/work/openlitespeed
+ updateSrcCMakelistfile
++ uname
+ OS=Linux
+ commentout 'add_definitions(-DRUN_TEST)' CMakeLists.txt
+ sed -i -e 's/add_definitions(-DRUN_TEST)/#add_definitions(-DRUN_TEST)/g' CMakeLists.txt
+ commentout 'add_definitions(-DPOOL_TESTING)' CMakeLists.txt
+ sed -i -e 's/add_definitions(-DPOOL_TESTING)/#add_definitions(-DPOOL_TESTING)/g' CMakeLists.txt
+ commentout 'add_definitions(-DTEST_OUTPUT_PLAIN_CONF)' CMakeLists.txt
+ sed -i -e 's/add_definitions(-DTEST_OUTPUT_PLAIN_CONF)/#add_definitions(-DTEST_OUTPUT_PLAIN_CONF)/g' CMakeLists.txt
+ commentout 'add_definitions(-DDEBUG_POOL)' CMakeLists.txt
+ sed -i -e 's/add_definitions(-DDEBUG_POOL)/#add_definitions(-DDEBUG_POOL)/g' CMakeLists.txt
+ commentout 'set(libUnitTest' CMakeLists.txt
+ sed -i -e 's/set(libUnitTest/#set(libUnitTest/g' CMakeLists.txt
+ commentout 'find_package(ZLIB' CMakeLists.txt
+ sed -i -e 's/find_package(ZLIB/#find_package(ZLIB/g' CMakeLists.txt
+ commentout 'find_package(PCRE' CMakeLists.txt
+ sed -i -e 's/find_package(PCRE/#find_package(PCRE/g' CMakeLists.txt
+ commentout 'add_subdirectory(test)' CMakeLists.txt
+ sed -i -e 's/add_subdirectory(test)/#add_subdirectory(test)/g' CMakeLists.txt
+ commentout 'SET (CMAKE_C_COMPILER' CMakeLists.txt
+ sed -i -e 's/SET (CMAKE_C_COMPILER/#SET (CMAKE_C_COMPILER/g' CMakeLists.txt
+ commentout 'SET (CMAKE_CXX_COMPILER' CMakeLists.txt
+ sed -i -e 's/SET (CMAKE_CXX_COMPILER/#SET (CMAKE_CXX_COMPILER/g' CMakeLists.txt
+ sed -i -e 's/${unittest_STAT_SRCS}//g' src/CMakeLists.txt
+ sed -i -e 's/libstdc++.a //g' src/CMakeLists.txt
+ sed -i -e 's/-nodefaultlibs //g' src/CMakeLists.txt
+ sed -i -e 's/-nodefaultlibs libstdc++.a//g' src/modules/modsecurity-ls/CMakeLists.txt
+ commentout ls_llmq.c src/lsr/CMakeLists.txt
+ sed -i -e s/ls_llmq.c/#ls_llmq.c/g src/lsr/CMakeLists.txt
+ commentout ls_llxq.c src/lsr/CMakeLists.txt
+ sed -i -e s/ls_llxq.c/#ls_llxq.c/g src/lsr/CMakeLists.txt
+ '[' Linux = Darwin ']'
+ '[' FEDORA = ALPINE ']'
+ updateModuleCMakelistfile
+ echo 'cmake_minimum_required(VERSION 2.8)'
+ echo 'add_subdirectory(modgzip)'
+ echo 'add_subdirectory(cache)'
+ '[' Linux = Darwin ']'
+ for module in ${moduledir}
+ echo 'add_subdirectory(modreqparser)'
+ for module in ${moduledir}
+ echo 'add_subdirectory(modinspector)'
+ for module in ${moduledir}
+ echo 'add_subdirectory(uploadprogress)'
+ '[' -f ../third-party/lib/libmodsecurity.a ']'
+ '[' yes = yes ']'
+ '[' x86_64 = x86_64 ']'
+ '[' '!' FEDORA = ALPINE ']'
+ echo 'add_subdirectory(pagespeed)'
+ preparelibquic
+ '[' -e lsquic ']'
+ ls src/
+ grep liblsquic
liblsquic
+ '[' 0 -eq 0 ']'
+ echo Need to git download the submodule ...
Need to git download the submodule ...
+ rm -rf lsquic
+ git clone https://github.com/litespeedtech/lsquic.git
Cloning into 'lsquic'...
remote: Enumerating objects: 7244, done.
remote: Counting objects: 100% (415/415), done.
remote: Compressing objects: 100% (333/333), done.
remote: Total 7244 (delta 103), reused 316 (delta 81), pack-reused 6829
Receiving objects: 100% (7244/7244), 8.71 MiB | 1.53 MiB/s, done.
Resolving deltas: 100% (5375/5375), done.
+ cd lsquic
++ cat ../LSQUICCOMMIT
+ LIBQUICVER=0a4f8953dc92dd3085e48ed90f293f052cff8427
+ echo 'LIBQUICVER is 0a4f8953dc92dd3085e48ed90f293f052cff8427'
LIBQUICVER is 0a4f8953dc92dd3085e48ed90f293f052cff8427
+ git checkout 0a4f8953dc92dd3085e48ed90f293f052cff8427
Note: switching to '0a4f8953dc92dd3085e48ed90f293f052cff8427'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 0a4f895 Release 3.1.1
+ git submodule update --init --recursive
Submodule 'src/liblsquic/ls-qpack' (https://github.com/litespeedtech/ls-qpack) registered for path 'src/liblsquic/ls-qpack'
Submodule 'src/lshpack' (https://github.com/litespeedtech/ls-hpack) registered for path 'src/lshpack'
Cloning into '/home/tomoyan/work/openlitespeed/lsquic/src/liblsquic/ls-qpack'...
Cloning into '/home/tomoyan/work/openlitespeed/lsquic/src/lshpack'...
Submodule path 'src/liblsquic/ls-qpack': checked out 'ecccd9193f1ed94e496aeedd76fd1dc0cc3b4c02'
Submodule path 'src/lshpack': checked out '14bec45020023db299b0a2c12a0c9ac90fbed49b'
+ cd ..
+ '[' yes = yes ']'
+ '[' x86_64 = x86_64 ']'
+ fixPagespeed
+ PSOLVERSION=1.11.33.4
+ cat
+ cd src/modules/modsecurity-ls
+ ln -sf ../../../../third-party/src/ModSecurity .
+ cd ../../../
+ fixshmdir
+ '[' '!' -d /dev/shm ']'
+ '[' x == xDebug ']'
+ BUILD=RelWithDebInfo
+ '[' '!' -d build ']'
+ mkdir build
+ cd build
+ cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The C compiler identification is GNU 12.2.1
-- The CXX compiler identification is GNU 12.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CMakeModules/common.cmake:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.
Call Stack (most recent call first):
  CMakeLists.txt:5 (INCLUDE)


Submodule 'lsquic' (https://github.com/litespeedtech/lsquic.git) registered for path 'lsquic'
Submodule path 'lsquic': checked out '0a4f8953dc92dd3085e48ed90f293f052cff8427'
Submodule path 'lsquic/src/liblsquic/ls-qpack': checked out 'ecccd9193f1ed94e496aeedd76fd1dc0cc3b4c02'
Submodule path 'lsquic/src/lshpack': checked out '14bec45020023db299b0a2c12a0c9ac90fbed49b'
CMake Deprecation Warning at src/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/adns/CMakeLists.txt:2 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/edio/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at CMakeModules/common.cmake:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.
Call Stack (most recent call first):
  src/edio/CMakeLists.txt:2 (INCLUDE)


CMake Deprecation Warning at src/extensions/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/extensions/fcgi/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/extensions/cgi/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/extensions/jk/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/extensions/proxy/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/extensions/registry/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/extensions/lsapi/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/http/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- Performing Test HAS_NO_IMPLICIT_FALLTHROUGH
-- Performing Test HAS_NO_IMPLICIT_FALLTHROUGH - Success
CMake Deprecation Warning at src/log4cxx/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/lsiapi/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/lsr/CMakeLists.txt:2 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/main/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/modules/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/modules/modgzip/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/modules/cache/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/modules/modreqparser/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/modules/modinspector/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/modules/uploadprogress/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/modules/pagespeed/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/quic/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/shm/CMakeLists.txt:2 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/socket/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at CMakeModules/common.cmake:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.
Call Stack (most recent call first):
  src/socket/CMakeLists.txt:2 (INCLUDE)


CMake Deprecation Warning at src/spdy/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/sslpp/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/ssi/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/thread/CMakeLists.txt:2 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/util/CMakeLists.txt:2 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at src/h2/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- Configuring done
-- Generating done
-- Build files have been written to: /home/tomoyan/work/openlitespeed/build
++ nproc
+ jobs=8
+ make -j8
[  0%] Building CXX object src/extensions/CMakeFiles/extensions.dir/loadbalancer.cpp.o
[  0%] Building CXX object src/h2/CMakeFiles/h2.dir/h2connection.cpp.o
[  0%] Building CXX object src/extensions/jk/CMakeFiles/jk.dir/jkajp13.cpp.o
[  0%] Building CXX object src/edio/CMakeFiles/edio.dir/reactorindex.cpp.o
[  0%] Building CXX object src/extensions/fcgi/CMakeFiles/fcgi.dir/fcgienv.cpp.o
[  1%] Building CXX object src/extensions/cgi/CMakeFiles/cgi.dir/suexec.cpp.o
[  1%] Building CXX object src/adns/CMakeFiles/adns.dir/adns.cpp.o
[  1%] Building CXX object src/extensions/proxy/CMakeFiles/proxy.dir/proxyconfig.cpp.o
[  1%] Building CXX object src/edio/CMakeFiles/edio.dir/fdindex.cpp.o
[  1%] Building CXX object src/edio/CMakeFiles/edio.dir/kqueuer.cpp.o
[  1%] Building CXX object src/edio/CMakeFiles/edio.dir/epoll.cpp.o
[  2%] Building CXX object src/extensions/proxy/CMakeFiles/proxy.dir/proxyworker.cpp.o
[  2%] Building CXX object src/extensions/fcgi/CMakeFiles/fcgi.dir/fcgiappconfig.cpp.o
[  3%] Building CXX object src/extensions/CMakeFiles/extensions.dir/localworkerconfig.cpp.o
[  3%] Building CXX object src/extensions/fcgi/CMakeFiles/fcgi.dir/fcgiapp.cpp.o
[  4%] Building CXX object src/edio/CMakeFiles/edio.dir/rtsigio.cpp.o
[  4%] Building CXX object src/extensions/fcgi/CMakeFiles/fcgi.dir/fcginamevaluepair.cpp.o
[  4%] Building CXX object src/edio/CMakeFiles/edio.dir/ediostream.cpp.o
[  4%] Building CXX object src/extensions/cgi/CMakeFiles/cgi.dir/cgidreq.cpp.o
[  4%] Building CXX object src/extensions/CMakeFiles/extensions.dir/localworker.cpp.o
[  4%] Building CXX object src/extensions/proxy/CMakeFiles/proxy.dir/proxyconn.cpp.o
[  5%] Building CXX object src/extensions/fcgi/CMakeFiles/fcgi.dir/fcgiconnection.cpp.o
/home/tomoyan/work/openlitespeed/src/extensions/cgi/cgidreq.cpp: メンバ関数 ‘int CgidReq::finalize(int, const char*, int)’ 内:
/home/tomoyan/work/openlitespeed/src/extensions/cgi/cgidreq.cpp:207:22: 警告: int RAND_pseudo_bytes(unsigned char*, int)’ is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
  207 |     RAND_pseudo_bytes(pHeader->m_nonce, 16);
      |     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
次のファイルから読み込み:  /home/tomoyan/work/openlitespeed/src/extensions/cgi/cgidreq.cpp:23:
/usr/include/openssl/rand.h:79:29: 備考: ここで宣言されています
   79 | OSSL_DEPRECATEDIN_1_1_0 int RAND_pseudo_bytes(unsigned char *buf, int num);
      |                             ^~~~~~~~~~~~~~~~~
[  5%] Building CXX object src/extensions/cgi/CMakeFiles/cgi.dir/cgidconfig.cpp.o
[  5%] Linking CXX static library libadns.a
[  5%] Building CXX object src/extensions/jk/CMakeFiles/jk.dir/jworker.cpp.o
[  5%] Building CXX object src/extensions/cgi/CMakeFiles/cgi.dir/cgidworker.cpp.o
[  5%] Building CXX object src/edio/CMakeFiles/edio.dir/outputbuf.cpp.o
[  5%] Built target adns
[  6%] Building CXX object src/h2/CMakeFiles/h2.dir/h2protocol.cpp.o
[  6%] Building CXX object src/extensions/registry/CMakeFiles/registry.dir/appconfig.cpp.o
[  6%] Building CXX object src/h2/CMakeFiles/h2.dir/h2stream.cpp.o
[  7%] Building CXX object src/extensions/jk/CMakeFiles/jk.dir/jworkerconfig.cpp.o
[  7%] Building CXX object src/edio/CMakeFiles/edio.dir/cacheos.cpp.o
[  8%] Building CXX object src/extensions/registry/CMakeFiles/registry.dir/extappregistry.cpp.o
[  8%] Building CXX object src/extensions/jk/CMakeFiles/jk.dir/jconn.cpp.o
[  8%] Building CXX object src/edio/CMakeFiles/edio.dir/inputstream.cpp.o
[  9%] Building CXX object src/edio/CMakeFiles/edio.dir/bufferedos.cpp.o
[  9%] Building CXX object src/extensions/cgi/CMakeFiles/cgi.dir/cgidconn.cpp.o
[  9%] Building CXX object src/extensions/fcgi/CMakeFiles/fcgi.dir/fcgirecord.cpp.o
[  9%] Building CXX object src/extensions/CMakeFiles/extensions.dir/pidlist.cpp.o
[  9%] Building CXX object src/edio/CMakeFiles/edio.dir/outputstream.cpp.o
[  9%] Linking CXX static library libfcgi.a
[  9%] Building CXX object src/h2/CMakeFiles/h2.dir/h2streampool.cpp.o
[  9%] Building CXX object src/edio/CMakeFiles/edio.dir/flowcontrol.cpp.o
[  9%] Building CXX object src/edio/CMakeFiles/edio.dir/iochain.cpp.o
[  9%] Building CXX object src/extensions/CMakeFiles/extensions.dir/iprocessortimer.cpp.o
[  9%] Building CXX object src/extensions/CMakeFiles/extensions.dir/httpextprocessor.cpp.o
[  9%] Building CXX object src/edio/CMakeFiles/edio.dir/multiplexerfactory.cpp.o
[  9%] Building CXX object src/h2/CMakeFiles/h2.dir/unpackedheaders.cpp.o
[  9%] Linking CXX static library libproxy.a
[ 10%] Building CXX object src/extensions/CMakeFiles/extensions.dir/extrequest.cpp.o
[ 10%] Building CXX object src/extensions/CMakeFiles/extensions.dir/extworker.cpp.o
[ 11%] Building CXX object src/edio/CMakeFiles/edio.dir/eventreactor.cpp.o
[ 11%] Linking CXX static library libjk.a
[ 11%] Building CXX object src/edio/CMakeFiles/edio.dir/poller.cpp.o
[ 11%] Built target fcgi
[ 11%] Building CXX object src/extensions/CMakeFiles/extensions.dir/extconn.cpp.o
[ 11%] Built target jk
[ 11%] Built target proxy
[ 11%] Building CXX object src/extensions/CMakeFiles/extensions.dir/extworkerconfig.cpp.o
[ 11%] Building CXX object src/edio/CMakeFiles/edio.dir/multiplexer.cpp.o
[ 11%] Linking CXX static library libregistry.a
[ 11%] Building CXX object src/edio/CMakeFiles/edio.dir/pollfdreactor.cpp.o
[ 12%] Building CXX object src/extensions/cgi/CMakeFiles/cgi.dir/lscgid.cpp.o
[ 12%] Building CXX object src/edio/CMakeFiles/edio.dir/lookupfd.cpp.o
[ 12%] Built target registry
[ 12%] Building CXX object src/extensions/lsapi/CMakeFiles/lsapi.dir/lsapiworker.cpp.o
[ 13%] Building CXX object src/edio/CMakeFiles/edio.dir/devpoller.cpp.o
[ 13%] Building CXX object src/edio/CMakeFiles/edio.dir/sigeventdispatcher.cpp.o
[ 13%] Building CXX object src/edio/CMakeFiles/edio.dir/aiooutputstream.cpp.o
[ 13%] Building CXX object src/extensions/CMakeFiles/extensions.dir/l4conn.cpp.o
[ 13%] Building CXX object src/extensions/lsapi/CMakeFiles/lsapi.dir/lsapireq.cpp.o
[ 13%] Building CXX object src/extensions/lsapi/CMakeFiles/lsapi.dir/lsapiconn.cpp.o
[ 13%] Building CXX object src/edio/CMakeFiles/edio.dir/aiosendfile.cpp.o
[ 14%] Building CXX object src/extensions/lsapi/CMakeFiles/lsapi.dir/lsapiconfig.cpp.o
[ 14%] Building CXX object src/extensions/cgi/CMakeFiles/cgi.dir/cgroupconn.cpp.o
次のファイルから読み込み:  /home/tomoyan/work/openlitespeed/src/h2/unpackedheaders.h:11,
         次から読み込み:  /home/tomoyan/work/openlitespeed/src/h2/unpackedheaders.cpp:1:
関数 ‘void lsxpack_header_prepare_decode(lsxpack_header_t*, char*, size_t, size_t)’ 内,
    inlined from ‘lsxpack_header_t* UpkdHdrBuilder::prepareDecode(lsxpack_header_t*, size_t)’ at /home/tomoyan/work/openlitespeed/src/h2/unpackedheaders.cpp:1531:38:
/home/tomoyan/work/openlitespeed/src/liblsquic/ls-qpack/lsxpack_header.h:132:11: 警告: void* memset(void*, int, size_t)’ offset [0, 23] is out of the bounds [0, 0] [-Warray-bounds]
  132 |     memset(hdr, 0, sizeof(*hdr));
      |     ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
[ 14%] Building CXX object src/extensions/cgi/CMakeFiles/cgi.dir/cgroupuse.cpp.o
[ 14%] Building C object src/extensions/cgi/CMakeFiles/cgi.dir/use_bwrap.c.o
[ 14%] Building CXX object src/h2/CMakeFiles/h2.dir/h2connbase.cpp.o
[ 15%] Building CXX object src/h2/CMakeFiles/h2.dir/h2streambase.cpp.o
[ 16%] Building CXX object src/edio/CMakeFiles/edio.dir/eventnotifier.cpp.o
[ 16%] Building CXX object src/edio/CMakeFiles/edio.dir/eventprocessor.cpp.o
[ 16%] Building CXX object src/edio/CMakeFiles/edio.dir/evtcbque.cpp.o
[ 17%] Linking CXX static library libextensions.a
[ 17%] Building C object src/h2/CMakeFiles/h2.dir/__/lshpack/lshpack.c.o
[ 17%] Built target extensions
[ 17%] Building CXX object src/http/CMakeFiles/http.dir/moduserdir.cpp.o
[ 18%] Generating lsquic_versions_to_string.c
[ 18%] Building C object src/liblsquic/CMakeFiles/lsquic.dir/ls-qpack/lsqpack.c.o
[ 19%] Linking CXX static library libcgi.a
[ 19%] Building CXX object src/http/CMakeFiles/http.dir/contextnode.cpp.o
[ 19%] Built target cgi
[ 19%] Building CXX object src/log4cxx/CMakeFiles/log4cxx.dir/appendermanager.cpp.o
[ 19%] Linking CXX static library libedio.a
[ 19%] Built target edio
[ 20%] Building CXX object src/log4cxx/CMakeFiles/log4cxx.dir/fileappender.cpp.o
[ 20%] Building CXX object src/lsiapi/CMakeFiles/lsiapi.dir/ediohandler.cpp.o
[ 21%] Building CXX object src/http/CMakeFiles/http.dir/phpconfig.cpp.o
[ 21%] Building CXX object src/http/CMakeFiles/http.dir/pipeappender.cpp.o
[ 21%] Building CXX object src/lsiapi/CMakeFiles/lsiapi.dir/envmanager.cpp.o
[ 21%] Linking CXX static library liblsapi.a
[ 21%] Built target lsapi
[ 22%] Building CXX object src/lsiapi/CMakeFiles/lsiapi.dir/lsimoduledata.cpp.o
[ 22%] Building CXX object src/http/CMakeFiles/http.dir/awstats.cpp.o
[ 22%] Building CXX object src/log4cxx/CMakeFiles/log4cxx.dir/logrotate.cpp.o
[ 22%] Building CXX object src/log4cxx/CMakeFiles/log4cxx.dir/patternlayout.cpp.o
[ 22%] Building CXX object src/log4cxx/CMakeFiles/log4cxx.dir/loggingevent.cpp.o
[ 22%] Building CXX object src/lsiapi/CMakeFiles/lsiapi.dir/lsiapihooks.cpp.o
[ 22%] Building CXX object src/lsiapi/CMakeFiles/lsiapi.dir/modulehandler.cpp.o
[ 22%] Building CXX object src/log4cxx/CMakeFiles/log4cxx.dir/ilog.cpp.o
[ 23%] Building CXX object src/log4cxx/CMakeFiles/log4cxx.dir/bench.cpp.o
[ 23%] Building CXX object src/log4cxx/CMakeFiles/log4cxx.dir/layout.cpp.o
[ 23%] Building CXX object src/lsiapi/CMakeFiles/lsiapi.dir/lsiapi.cpp.o
[ 23%] Building CXX object src/log4cxx/CMakeFiles/log4cxx.dir/appender.cpp.o
[ 23%] Building CXX object src/lsiapi/CMakeFiles/lsiapi.dir/lsiapi_const.cpp.o
[ 24%] Building CXX object src/lsiapi/CMakeFiles/lsiapi.dir/lsiapilib.cpp.o
[ 24%] Building CXX object src/lsiapi/CMakeFiles/lsiapi.dir/lsiapigd.cpp.o
[ 24%] Building CXX object src/log4cxx/CMakeFiles/log4cxx.dir/logger.cpp.o
[ 24%] Building CXX object src/http/CMakeFiles/http.dir/rewriterulelist.cpp.o
[ 24%] Building CXX object src/http/CMakeFiles/http.dir/throttlecontrol.cpp.o
[ 24%] Building CXX object src/lsiapi/CMakeFiles/lsiapi.dir/modulemanager.cpp.o
[ 24%] Building CXX object src/log4cxx/CMakeFiles/log4cxx.dir/level.cpp.o
[ 25%] Building CXX object src/http/CMakeFiles/http.dir/rewriteengine.cpp.o
[ 26%] Building CXX object src/log4cxx/CMakeFiles/log4cxx.dir/logsession.cpp.o
[ 26%] Building CXX object src/lsiapi/CMakeFiles/lsiapi.dir/moduletimer.cpp.o
[ 26%] Building CXX object src/log4cxx/CMakeFiles/log4cxx.dir/tmplogid.cpp.o
[ 26%] Building CXX object src/http/CMakeFiles/http.dir/rewritemap.cpp.o
[ 26%] Linking CXX static library liblog4cxx.a
[ 26%] Built target log4cxx
[ 27%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_aho.c.o
[ 27%] Building CXX object src/main/CMakeFiles/main.dir/mainserverconfig.cpp.o
[ 27%] Building CXX object src/main/CMakeFiles/main.dir/lshttpdmain.cpp.o
[ 27%] Building CXX object src/http/CMakeFiles/http.dir/rewriterule.cpp.o
[ 27%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_base64.c.o
[ 27%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_buf.c.o
[ 27%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_confparser.c.o
[ 27%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_crc64.c.o
[ 28%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_dlinkq.c.o
[ 28%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_fileio.c.o
[ 28%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_hash.c.o
[ 28%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_lfqueue.c.o
[ 28%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_lfstack.c.o
[ 28%] Building CXX object src/http/CMakeFiles/http.dir/reqstats.cpp.o
[ 29%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_link.c.o
[ 29%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_lock.c.o
[ 29%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_loopbuf.c.o
[ 29%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_map.c.o
[ 29%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_md5.c.o
/home/tomoyan/work/openlitespeed/src/lsr/ls_md5.c: 関数 ‘ls_md5_init’ 内:
/home/tomoyan/work/openlitespeed/src/lsr/ls_md5.c:27:5: 警告: MD5_Init’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   27 |     return MD5_Init((MD5_CTX *)ctx);
      |     ^~~~~~
次のファイルから読み込み:  /home/tomoyan/work/openlitespeed/include/lsr/ls_md5.h:49,
         次から読み込み:  /home/tomoyan/work/openlitespeed/src/lsr/ls_md5.c:18:
/usr/include/openssl/md5.h:49:27: 備考: ここで宣言されています
   49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
      |                           ^~~~~~~~
/home/tomoyan/work/openlitespeed/src/lsr/ls_md5.c: 関数 ‘ls_md5_update’ 内:
/home/tomoyan/work/openlitespeed/src/lsr/ls_md5.c:32:5: 警告: MD5_Update’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   32 |     return MD5_Update((MD5_CTX *)ctx, p, len);
      |     ^~~~~~
/usr/include/openssl/md5.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/lsr/ls_md5.c: 関数 ‘ls_md5_final’ 内:
/home/tomoyan/work/openlitespeed/src/lsr/ls_md5.c:37:5: 警告: MD5_Final’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   37 |     return MD5_Final(ret, (MD5_CTX *)ctx);
      |     ^~~~~~
/usr/include/openssl/md5.h:51:27: 備考: ここで宣言されています
   51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
      |                           ^~~~~~~~~
/home/tomoyan/work/openlitespeed/src/lsr/ls_md5.c: 関数 ‘ls_md5’ 内:
/home/tomoyan/work/openlitespeed/src/lsr/ls_md5.c:43:5: 警告: MD5’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   43 |     return MD5(p, len, ret);
      |     ^~~~~~
/usr/include/openssl/md5.h:52:38: 備考: ここで宣言されています
   52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n,
      |                                      ^~~
[ 29%] Linking CXX static library libh2.a
[ 29%] Building C object src/liblsquic/CMakeFiles/lsquic.dir/lsquic_adaptive_cc.c.o
[ 29%] Building CXX object src/http/CMakeFiles/http.dir/hotlinkctrl.cpp.o
[ 29%] Built target h2
[ 30%] Building CXX object src/http/CMakeFiles/http.dir/contextlist.cpp.o
[ 31%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_mpscq.c.o
[ 31%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_objarray.c.o
[ 31%] Building C object src/liblsquic/CMakeFiles/lsquic.dir/lsquic_alarmset.c.o
[ 31%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_objpool.c.o
[ 31%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_pcreg.c.o
[ 31%] Building C object src/liblsquic/CMakeFiles/lsquic.dir/lsquic_arr.c.o
[ 31%] Building CXX object src/http/CMakeFiles/http.dir/urimatch.cpp.o
[ 31%] Building CXX object src/http/CMakeFiles/http.dir/expiresctrl.cpp.o
[ 31%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_pool.c.o
[ 32%] Building C object src/liblsquic/CMakeFiles/lsquic.dir/lsquic_attq.c.o
[ 32%] Building CXX object src/http/CMakeFiles/http.dir/stderrlogger.cpp.o
関数 ‘get_locked_freelist_ptr’ 内,
    inlined from ‘freelist_get’ at /home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:459:31,
    inlined from ‘ls_palloc_slab’ at /home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:527:15:
/home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:410:20: 警告: array subscript 16 is above array bounds of ‘ls_blkctrl_t[16][320]’ [-Warray-bounds]
  410 |     if (*pflist >= &ls_pool_g.freelists[FREELIST_MULTI][0])
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c: 関数 ‘ls_palloc_slab’ 内:
/home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:93:25: 備考: while referencing ‘freelists’
   93 |     ls_blkctrl_t        freelists[FREELIST_MULTI][FREELISTBUCKETS];
      |                         ^~~~~~~~~
関数 ‘get_locked_freelist_ptr’ 内,
    inlined from ‘freelist_put’ at /home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:451:31,
    inlined from ‘chunk_alloc’ at /home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:746:9,
    inlined from ‘refill’ at /home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:784:19,
    inlined from ‘ls_palloc_slab’ at /home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:538:23:
/home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:410:20: 警告: array subscript 16 is above array bounds of ‘ls_blkctrl_t[16][320]’ [-Warray-bounds]
  410 |     if (*pflist >= &ls_pool_g.freelists[FREELIST_MULTI][0])
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c: 関数 ‘ls_palloc_slab’ 内:
/home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:93:25: 備考: while referencing ‘freelists’
   93 |     ls_blkctrl_t        freelists[FREELIST_MULTI][FREELISTBUCKETS];
      |                         ^~~~~~~~~
関数 ‘get_locked_freelist_ptr’ 内,
    inlined from ‘freelist_putn’ at /home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:469:31,
    inlined from ‘refill’ at /home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:806:5,
    inlined from ‘ls_palloc_slab’ at /home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:538:23:
/home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:410:20: 警告: array subscript 16 is above array bounds of ‘ls_blkctrl_t[16][320]’ [-Warray-bounds]
  410 |     if (*pflist >= &ls_pool_g.freelists[FREELIST_MULTI][0])
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c: 関数 ‘ls_palloc_slab’ 内:
/home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:93:25: 備考: while referencing ‘freelists’
   93 |     ls_blkctrl_t        freelists[FREELIST_MULTI][FREELISTBUCKETS];
      |                         ^~~~~~~~~
[ 32%] Building C object src/liblsquic/CMakeFiles/lsquic.dir/lsquic_bbr.c.o
[ 32%] Building CXX object src/main/CMakeFiles/main.dir/serverinfo.cpp.o
[ 33%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_ptrlist.c.o
関数 ‘get_locked_freelist_ptr’ 内,
    inlined from ‘freelist_put’ at /home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:451:31,
    inlined from ‘ls_pfree_slab’ at /home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:559:9:
/home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:410:20: 警告: array subscript 16 is above array bounds of ‘ls_blkctrl_t[16][320]’ [-Warray-bounds]
  410 |     if (*pflist >= &ls_pool_g.freelists[FREELIST_MULTI][0])
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c: 関数 ‘ls_pfree_slab’ 内:
/home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:93:25: 備考: while referencing ‘freelists’
   93 |     ls_blkctrl_t        freelists[FREELIST_MULTI][FREELISTBUCKETS];
      |                         ^~~~~~~~~
[ 34%] Building CXX object src/http/CMakeFiles/http.dir/htauth.cpp.o
関数 ‘get_locked_freelist_ptr’ 内,
    inlined from ‘freelist_put’ at /home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:451:31,
    inlined from ‘ls_pfree’ at /home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:639:13:
/home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:410:20: 警告: array subscript 16 is above array bounds of ‘ls_blkctrl_t[16][320]’ [-Warray-bounds]
  410 |     if (*pflist >= &ls_pool_g.freelists[FREELIST_MULTI][0])
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c: 関数 ‘ls_pfree’ 内:
/home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:93:25: 備考: while referencing ‘freelists’
   93 |     ls_blkctrl_t        freelists[FREELIST_MULTI][FREELISTBUCKETS];
      |                         ^~~~~~~~~
[ 34%] Building CXX object src/http/CMakeFiles/http.dir/userdir.cpp.o
関数 ‘get_locked_freelist_ptr’ 内,
    inlined from ‘freelist_putn’ at /home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:469:31,
    inlined from ‘ls_plistfree’ at /home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:849:5:
/home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:410:20: 警告: array subscript 16 is above array bounds of ‘ls_blkctrl_t[16][320]’ [-Warray-bounds]
  410 |     if (*pflist >= &ls_pool_g.freelists[FREELIST_MULTI][0])
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c: 関数 ‘ls_plistfree’ 内:
/home/tomoyan/work/openlitespeed/src/lsr/ls_pool.c:93:25: 備考: while referencing ‘freelists’
   93 |     ls_blkctrl_t        freelists[FREELIST_MULTI][FREELISTBUCKETS];
      |                         ^~~~~~~~~
[ 34%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_sha1.c.o
[ 34%] Building CXX object src/lsr/CMakeFiles/lsr.dir/ls_shm.cpp.o
/home/tomoyan/work/openlitespeed/src/lsr/ls_sha1.c: 関数 ‘ls_sha1_init’ 内:
/home/tomoyan/work/openlitespeed/src/lsr/ls_sha1.c:24:5: 警告: SHA1_Init’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   24 |     return SHA1_Init((SHA_CTX *)ctx);
      |     ^~~~~~
次のファイルから読み込み:  /home/tomoyan/work/openlitespeed/include/lsr/ls_sha1.h:59,
         次から読み込み:  /home/tomoyan/work/openlitespeed/src/lsr/ls_sha1.c:18:
/usr/include/openssl/sha.h:49:27: 備考: ここで宣言されています
   49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
      |                           ^~~~~~~~~
/home/tomoyan/work/openlitespeed/src/lsr/ls_sha1.c: 関数 ‘ls_sha1_update’ 内:
/home/tomoyan/work/openlitespeed/src/lsr/ls_sha1.c:37:5: 警告: SHA1_Update’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   37 |     return SHA1_Update((SHA_CTX *)ctx, input, ilen);
      |     ^~~~~~
/usr/include/openssl/sha.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/lsr/ls_sha1.c: 関数 ‘ls_sha1_finish’ 内:
/home/tomoyan/work/openlitespeed/src/lsr/ls_sha1.c:43:5: 警告: SHA1_Final’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   43 |     return SHA1_Final(output, (SHA_CTX *)ctx);
      |     ^~~~~~
/usr/include/openssl/sha.h:51:27: 備考: ここで宣言されています
   51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp: 関数 ‘int verifyMD5(const char*, const char*, int)’ 内:
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:263:13: 警告: int MD5_Init(MD5_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  263 |     MD5_Init(&ctx);
      |     ~~~~~~~~^~~~~~
次のファイルから読み込み:  /home/tomoyan/work/openlitespeed/src/http/userdir.cpp:33:
/usr/include/openssl/md5.h:49:27: 備考: ここで宣言されています
   49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
      |                           ^~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:264:15: 警告: int MD5_Update(MD5_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  264 |     MD5_Update(&ctx, pPasswd, strlen(pPasswd));
      |     ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/md5.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:266:19: 警告: int MD5_Update(MD5_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  266 |         MD5_Update(&ctx, pStored + MD5_DIGEST_LENGTH, 4);
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/md5.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:267:14: 警告: int MD5_Final(unsigned char*, MD5_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  267 |     MD5_Final(achHash, &ctx);
      |     ~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/openssl/md5.h:51:27: 備考: ここで宣言されています
   51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
      |                           ^~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp: 関数 ‘int verifySHA(const char*, const char*, int)’ 内:
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:277:14: 警告: int SHA1_Init(SHA_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  277 |     SHA1_Init(&c);
      |     ~~~~~~~~~^~~~
次のファイルから読み込み:  /home/tomoyan/work/openlitespeed/src/http/userdir.cpp:34:
/usr/include/openssl/sha.h:49:27: 備考: ここで宣言されています
   49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
      |                           ^~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:278:16: 警告: int SHA1_Update(SHA_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  278 |     SHA1_Update(&c, pPasswd, strlen(pPasswd));
      |     ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/sha.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:280:20: 警告: int SHA1_Update(SHA_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  280 |         SHA1_Update(&c, pStored + SHA_DIGEST_LENGTH, 4);
      |         ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/sha.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:281:15: 警告: int SHA1_Final(unsigned char*, SHA_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  281 |     SHA1_Final(m, &c);
      |     ~~~~~~~~~~^~~~~~~
/usr/include/openssl/sha.h:51:27: 備考: ここで宣言されています
   51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp: 関数 ‘void ApMD5Encode(const unsigned char*, const unsigned char*, int, char*)’ 内:
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:312:13: 警告: int MD5_Init(MD5_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  312 |     MD5_Init(&ctx);
      |     ~~~~~~~~^~~~~~
/usr/include/openssl/md5.h:49:27: 備考: ここで宣言されています
   49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
      |                           ^~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:315:15: 警告: int MD5_Update(MD5_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  315 |     MD5_Update(&ctx, pw, pwlen);
      |     ~~~~~~~~~~^~~~~~~~~~~~~~~~~
/usr/include/openssl/md5.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:316:15: 警告: int MD5_Update(MD5_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  316 |     MD5_Update(&ctx, sp, sl);
      |     ~~~~~~~~~~^~~~~~~~~~~~~~
/usr/include/openssl/md5.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:318:13: 警告: int MD5_Init(MD5_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  318 |     MD5_Init(&ctx1);
      |     ~~~~~~~~^~~~~~~
/usr/include/openssl/md5.h:49:27: 備考: ここで宣言されています
   49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
      |                           ^~~~~~~~
[ 34%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_stack.c.o
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:319:15: 警告: int MD5_Update(MD5_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  319 |     MD5_Update(&ctx1, pw, pwlen);
      |     ~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/openssl/md5.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:320:15: 警告: int MD5_Update(MD5_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  320 |     MD5_Update(&ctx1, sp + 6, sl - 6);
      |     ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/md5.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:321:15: 警告: int MD5_Update(MD5_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  321 |     MD5_Update(&ctx1, pw, pwlen);
      |     ~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/openssl/md5.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:322:14: 警告: int MD5_Final(unsigned char*, MD5_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  322 |     MD5_Final(final, &ctx1);
      |     ~~~~~~~~~^~~~~~~~~~~~~~
/usr/include/openssl/md5.h:51:27: 備考: ここで宣言されています
   51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
      |                           ^~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:324:19: 警告: int MD5_Update(MD5_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  324 |         MD5_Update(&ctx, final, (pl > 16) ? 16 : (unsigned int) pl);
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/md5.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:337:23: 警告: int MD5_Update(MD5_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  337 |             MD5_Update(&ctx, final, 1);
      |             ~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/openssl/md5.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:339:23: 警告: int MD5_Update(MD5_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  339 |             MD5_Update(&ctx, pw, 1);
      |             ~~~~~~~~~~^~~~~~~~~~~~~
/usr/include/openssl/md5.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:342:14: 警告: int MD5_Final(unsigned char*, MD5_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  342 |     MD5_Final(final, &ctx);
      |     ~~~~~~~~~^~~~~~~~~~~~~
/usr/include/openssl/md5.h:51:27: 備考: ここで宣言されています
   51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
      |                           ^~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:346:17: 警告: int MD5_Init(MD5_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  346 |         MD5_Init(&ctx1);
      |         ~~~~~~~~^~~~~~~
/usr/include/openssl/md5.h:49:27: 備考: ここで宣言されています
   49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
      |                           ^~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:348:23: 警告: int MD5_Update(MD5_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  348 |             MD5_Update(&ctx1, pw, pwlen);
      |             ~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/openssl/md5.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:350:23: 警告: int MD5_Update(MD5_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  350 |             MD5_Update(&ctx1, final, 16);
      |             ~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/openssl/md5.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:352:23: 警告: int MD5_Update(MD5_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  352 |             MD5_Update(&ctx1, sp + 6, sl - 6);
      |             ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/md5.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:355:23: 警告: int MD5_Update(MD5_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  355 |             MD5_Update(&ctx1, pw, pwlen);
      |             ~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/openssl/md5.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:358:23: 警告: int MD5_Update(MD5_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  358 |             MD5_Update(&ctx1, final, 16);
      |             ~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/openssl/md5.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:360:23: 警告: int MD5_Update(MD5_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  360 |             MD5_Update(&ctx1, pw, pwlen);
      |             ~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/openssl/md5.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/http/userdir.cpp:361:18: 警告: int MD5_Final(unsigned char*, MD5_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  361 |         MD5_Final(final, &ctx1);
      |         ~~~~~~~~~^~~~~~~~~~~~~~
/usr/include/openssl/md5.h:51:27: 備考: ここで宣言されています
   51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
      |                           ^~~~~~~~~
[ 34%] Building CXX object src/main/CMakeFiles/main.dir/httpconfigloader.cpp.o
[ 35%] Building CXX object src/main/CMakeFiles/main.dir/httpserver.cpp.o
[ 35%] Building C object src/liblsquic/CMakeFiles/lsquic.dir/lsquic_bw_sampler.c.o
[ 35%] Building CXX object src/main/CMakeFiles/main.dir/plainconf.cpp.o
[ 35%] Building CXX object src/http/CMakeFiles/http.dir/authuser.cpp.o
[ 35%] Building C object src/liblsquic/CMakeFiles/lsquic.dir/lsquic_cfcw.c.o
[ 36%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_str.c.o
[ 36%] Linking CXX static library liblsiapi.a
[ 36%] Building C object src/liblsquic/CMakeFiles/lsquic.dir/lsquic_chsk_stream.c.o
[ 36%] Building CXX object src/http/CMakeFiles/http.dir/httplistenerlist.cpp.o
[ 36%] Building CXX object src/main/CMakeFiles/main.dir/configctx.cpp.o
[ 36%] Built target lsiapi
[ 36%] Building CXX object src/modules/modgzip/CMakeFiles/modgzip.dir/modgzip.cpp.o
[ 37%] Building C object src/liblsquic/CMakeFiles/lsquic.dir/lsquic_conn.c.o
[ 37%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_strlist.c.o
[ 37%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_strtool.c.o
[ 37%] Building C object src/liblsquic/CMakeFiles/lsquic.dir/lsquic_crand.c.o
/home/tomoyan/work/openlitespeed/src/lsr/ls_strtool.c: 関数 ‘ls_getmd5’ 内:
/home/tomoyan/work/openlitespeed/src/lsr/ls_strtool.c:711:5: 警告: MD5_Init’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  711 |     MD5_Init(&ctx);
      |     ^~~~~~~~
次のファイルから読み込み:  /home/tomoyan/work/openlitespeed/src/lsr/ls_strtool.c:28:
/usr/include/openssl/md5.h:49:27: 備考: ここで宣言されています
   49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
      |                           ^~~~~~~~
/home/tomoyan/work/openlitespeed/src/lsr/ls_strtool.c:712:5: 警告: MD5_Update’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  712 |     MD5_Update(&ctx, src, len);
      |     ^~~~~~~~~~
/usr/include/openssl/md5.h:50:27: 備考: ここで宣言されています
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
/home/tomoyan/work/openlitespeed/src/lsr/ls_strtool.c:713:5: 警告: MD5_Final’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  713 |     MD5_Final(dstBin, &ctx);
      |     ^~~~~~~~~
/usr/include/openssl/md5.h:51:27: 備考: ここで宣言されています
   51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
      |                           ^~~~~~~~~
[ 37%] Building C object src/liblsquic/CMakeFiles/lsquic.dir/lsquic_crt_compress.c.o
[ 37%] Linking CXX static library libmodgzip.a
[ 37%] Building CXX object src/http/CMakeFiles/http.dir/httpvhostlist.cpp.o
[ 37%] Building C object src/liblsquic/CMakeFiles/lsquic.dir/lsquic_crypto.c.o
[ 37%] Built target modgzip
[ 37%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_time.c.o
[ 37%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_tsstack.c.o
[ 37%] Building CXX object src/main/CMakeFiles/main.dir/zconfclient.cpp.o
/home/tomoyan/work/openlitespeed/src/liblsquic/lsquic_crypto.c:10:10: 致命的エラー: openssl/curve25519.h: そのようなファイルやディレクトリはありません
   10 | #include <openssl/curve25519.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
コンパイルを停止しました。
make[2]: *** [src/liblsquic/CMakeFiles/lsquic.dir/build.make:249: src/liblsquic/CMakeFiles/lsquic.dir/lsquic_crypto.c.o] エラー 1
make[2]: *** 未完了のジョブを待っています....
[ 38%] Building CXX object src/main/CMakeFiles/main.dir/zconfmanager.cpp.o
[ 39%] Building C object src/lsr/CMakeFiles/lsr.dir/ls_xpool.c.o
[ 39%] Building C object src/lsr/CMakeFiles/lsr.dir/xxhash.c.o
[ 39%] Building CXX object src/main/CMakeFiles/main.dir/__/sslpp/sslcontextconfig.cpp.o
[ 40%] Building CXX object src/http/CMakeFiles/http.dir/htpasswd.cpp.o
[ 40%] Building CXX object src/http/CMakeFiles/http.dir/httphandler.cpp.o
[ 40%] Building CXX object src/http/CMakeFiles/http.dir/httplogsource.cpp.o
[ 40%] Building CXX object src/http/CMakeFiles/http.dir/accesslog.cpp.o
make[1]: *** [CMakeFiles/Makefile2:1026: src/liblsquic/CMakeFiles/lsquic.dir/all] エラー 2
make[1]: *** 未完了のジョブを待っています....
[ 40%] Building CXX object src/http/CMakeFiles/http.dir/accesscache.cpp.o
[ 41%] Building CXX object src/http/CMakeFiles/http.dir/clientinfo.cpp.o
[ 41%] Building CXX object src/http/CMakeFiles/http.dir/clientcache.cpp.o
[ 41%] Linking CXX static library liblsr.a
[ 41%] Building CXX object src/http/CMakeFiles/http.dir/httprange.cpp.o
[ 41%] Built target lsr
[ 41%] Building CXX object src/http/CMakeFiles/http.dir/connlimitctrl.cpp.o
[ 41%] Building CXX object src/http/CMakeFiles/http.dir/denieddir.cpp.o
[ 42%] Building CXX object src/http/CMakeFiles/http.dir/httpserverconfig.cpp.o
[ 42%] Building CXX object src/http/CMakeFiles/http.dir/httpextconnector.cpp.o
[ 42%] Building CXX object src/http/CMakeFiles/http.dir/statusurlmap.cpp.o
[ 42%] Building CXX object src/http/CMakeFiles/http.dir/httpcgitool.cpp.o
[ 42%] Building CXX object src/http/CMakeFiles/http.dir/contexttree.cpp.o
[ 43%] Building CXX object src/http/CMakeFiles/http.dir/httpsignals.cpp.o
[ 43%] Building CXX object src/http/CMakeFiles/http.dir/handlertype.cpp.o
[ 43%] Building CXX object src/http/CMakeFiles/http.dir/handlerfactory.cpp.o
[ 43%] Building CXX object src/http/CMakeFiles/http.dir/staticfilecachedata.cpp.o
[ 44%] Building CXX object src/http/CMakeFiles/http.dir/staticfilecache.cpp.o
[ 44%] Building CXX object src/http/CMakeFiles/http.dir/cacheelement.cpp.o
[ 44%] Building CXX object src/http/CMakeFiles/http.dir/httpcache.cpp.o
[ 44%] Building CXX object src/http/CMakeFiles/http.dir/chunkoutputstream.cpp.o
[ 44%] Building CXX object src/http/CMakeFiles/http.dir/chunkinputstream.cpp.o
[ 45%] Building CXX object src/http/CMakeFiles/http.dir/httplog.cpp.o
[ 45%] Building CXX object src/http/CMakeFiles/http.dir/httpmime.cpp.o
[ 45%] Building CXX object src/http/CMakeFiles/http.dir/sendfileinfo.cpp.o
[ 45%] Building CXX object src/http/CMakeFiles/http.dir/httpcontext.cpp.o
[ 45%] Building CXX object src/http/CMakeFiles/http.dir/httpserverversion.cpp.o
[ 46%] Building CXX object src/http/CMakeFiles/http.dir/vhostmap.cpp.o
[ 46%] Building CXX object src/http/CMakeFiles/http.dir/eventdispatcher.cpp.o
[ 46%] Building CXX object src/http/CMakeFiles/http.dir/staticfilehandler.cpp.o
[ 46%] Building CXX object src/http/CMakeFiles/http.dir/reqhandler.cpp.o
[ 46%] Building CXX object src/http/CMakeFiles/http.dir/httpvhost.cpp.o
[ 47%] Building CXX object src/http/CMakeFiles/http.dir/httpresourcemanager.cpp.o
[ 47%] Building CXX object src/http/CMakeFiles/http.dir/ntwkiolink.cpp.o
[ 47%] Building CXX object src/http/CMakeFiles/http.dir/httpmethod.cpp.o
[ 47%] Building CXX object src/http/CMakeFiles/http.dir/httpver.cpp.o
[ 47%] Building CXX object src/http/CMakeFiles/http.dir/httpstatuscode.cpp.o
[ 48%] Building CXX object src/http/CMakeFiles/http.dir/httpheader.cpp.o
[ 48%] Building CXX object src/http/CMakeFiles/http.dir/httpstatusline.cpp.o
[ 48%] Building CXX object src/http/CMakeFiles/http.dir/smartsettings.cpp.o
[ 48%] Building CXX object src/http/CMakeFiles/http.dir/httplistener.cpp.o
[ 49%] Building CXX object src/http/CMakeFiles/http.dir/httpresp.cpp.o
[ 49%] Building CXX object src/http/CMakeFiles/http.dir/httpreq.cpp.o
[ 49%] Building CXX object src/http/CMakeFiles/http.dir/httpsession.cpp.o
[ 49%] Linking CXX static library libmain.a
[ 49%] Building CXX object src/http/CMakeFiles/http.dir/iptogeo2.cpp.o
[ 49%] Building CXX object src/http/CMakeFiles/http.dir/iptoloc.cpp.o
[ 49%] Built target main
[ 50%] Building CXX object src/http/CMakeFiles/http.dir/moov.cpp.o
/home/tomoyan/work/openlitespeed/src/http/iptogeo2.cpp: メンバ関数 ‘virtual int IpToGeo2::config(const XmlNodeList*)’ 内:
/home/tomoyan/work/openlitespeed/src/http/iptogeo2.cpp:897:17: 警告: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  897 |                 if (!(logicalName = getDefaultLogicalName(pFile)))
      |                 ^~
/home/tomoyan/work/openlitespeed/src/http/iptogeo2.cpp:900:21: 備考: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  900 |                     return -1;
      |                     ^~~~~~
[ 50%] Building CXX object src/http/CMakeFiles/http.dir/hiostream.cpp.o
[ 50%] Building CXX object src/http/CMakeFiles/http.dir/hiohandlerfactory.cpp.o
[ 50%] Building CXX object src/http/CMakeFiles/http.dir/hiochainstream.cpp.o
[ 50%] Building CXX object src/http/CMakeFiles/http.dir/httprespheaders.cpp.o
[ 51%] Building CXX object src/http/CMakeFiles/http.dir/l4handler.cpp.o
[ 51%] Building CXX object src/http/CMakeFiles/http.dir/httpaiosendfile.cpp.o
/home/tomoyan/work/openlitespeed/src/http/httpsession.cpp: メンバ関数 ‘int HttpSession::updateClientInfoFromProxyHeader(const char*, const char*, int)’ 内:
/home/tomoyan/work/openlitespeed/src/http/httpsession.cpp:1140:38: 警告: const void* memrchr(const void*, int, size_t)’ specified size between 9223372036854775808 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
 1140 |             p = (const char *)memrchr(pIpBegin, ',', pEnd - pIpBegin);
      |                               ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
次のファイルから読み込み:  /home/tomoyan/work/openlitespeed/include/lsdef.h:27,
         次から読み込み:  /home/tomoyan/work/openlitespeed/include/lsr/ls_types.h:29,
         次から読み込み:  /home/tomoyan/work/openlitespeed/include/lsr/ls_evtcb.h:6,
         次から読み込み:  /home/tomoyan/work/openlitespeed/include/ls.h:21,
         次から読み込み:  /home/tomoyan/work/openlitespeed/src/http/httpsession.h:21,
         次から読み込み:  /home/tomoyan/work/openlitespeed/src/http/httpsession.cpp:18:
/usr/include/string.h:129:26: 備考: in a call to function ‘const void* memrchr(const void*, int, size_t)’ declared with attribute ‘access (read_only, 1, 3)’
  129 | extern "C++" const void *memrchr (const void *__s, int __c, size_t __n)
      |                          ^~~~~~~
[ 51%] Building CXX object src/http/CMakeFiles/http.dir/serverprocessconfig.cpp.o
[ 51%] Building CXX object src/http/CMakeFiles/http.dir/httpstats.cpp.o
[ 51%] Building CXX object src/http/CMakeFiles/http.dir/reqparser.cpp.o
[ 51%] Building CXX object src/http/CMakeFiles/http.dir/recaptcha.cpp.o
[ 52%] Building CXX object src/http/CMakeFiles/http.dir/subrequest.cpp.o
[ 52%] Linking CXX static library libhttp.a
[ 52%] Built target http
make: *** [Makefile:136: all] エラー 2
+ cd ..
+ cp build/src/openlitespeed dist/bin/
cp: 'build/src/openlitespeed' を stat できません: そのようなファイルやディレクトリはありません
+ cpModuleSoFiles
+ '[' '!' -d dist/modules/ ']'
+ mkdir dist/modules/
+ for module in ${moduledir}
+ cp -f 'build/src/modules/modreqparser/*.so' dist/modules/
cp: 'build/src/modules/modreqparser/*.so' を stat できません: そのようなファイルやディレクトリはありません
+ for module in ${moduledir}
+ cp -f 'build/src/modules/modinspector/*.so' dist/modules/
cp: 'build/src/modules/modinspector/*.so' を stat できません: そのようなファイルやディレクトリはありません
+ for module in ${moduledir}
+ cp -f 'build/src/modules/uploadprogress/*.so' dist/modules/
cp: 'build/src/modules/uploadprogress/*.so' を stat できません: そのようなファイルやディレクトリはありません
+ '[' -e src/modules/modsecurity-ls/mod_security.so ']'
+ '[' -e src/modules/pagespeed/modpagespeed.so ']'
+ '[' -e src/liblsquic ']'
+ freebsdFix
+ '[' Linux = FreeBSD ']'
+ cat
+ echo Start to pack files.
Start to pack files.
+ mv dist/install.sh dist/_in.sh
+ cat
++ dirname ./build.sh
+ chmod 777 ./install.sh
+ echo -e '\033[38;5;71mBuilding finished, please run ./install.sh for installation.\033[39m'
Building finished, please run ./install.sh for installation.
+ echo -e '\033[38;5;71mYou may want to update the ols.conf to change the settings before installation.\033[39m'
You may want to update the ols.conf to change the settings before installation.
+ echo -e '\033[38;5;71mEnjoy.\033[39m'
Enjoy.

  • linux/openlitespeed/fedora_support_for_scripts/script_debug_003.txt
  • 最終更新: 2022/09/29 15:38
  • by ともやん