Build of kyotocabinet with clang_glibc toolchain

The build took 00h 03m 30s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
59,347 cpp
1,487 ansic
1,182 makefile
190 sh
91 awk
61 perl
62,358 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: kyotocabinet 1.2.76-5 (Thu Apr 13 15:38:28 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# #================================================================
# # Configuring Kyoto Cabinet version 1.2.76 (no-opt).
# #================================================================
# checking for x86_64-unknown-linux-gcc... clang
# 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 clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking how to run the C++ preprocessor... clang++ -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# 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 whether byte ordering is bigendian... no
# checking for 64-bit availability... yes
# checking for useless warnings... yes
# checking for atomic operations... no
# checking for main in -lc... yes
# checking for main in -lm... yes
# checking for main in -lpthread... yes
# checking for main in -lrt... yes
# checking for main in -lstdc++... yes
# checking for main in -lregex... no
# checking for main in -lz... yes
# checking for main in -lkyotocabinet... no
# checking for stdlib.h... (cached) yes
# checking for stdint.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking dirent.h usability... yes
# checking dirent.h presence... yes
# checking for dirent.h... yes
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking regex.h usability... yes
# checking regex.h presence... yes
# checking for regex.h... yes
# checking zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating kyotocabinet.pc
# #================================================================
# # Ready to make.
# #================================================================
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcutil.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# 2 warnings generated.
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcthread.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# 2 warnings generated.
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcfile.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# kcfile.cc:30:15: warning: unused variable 'FILEMAXSIZ' [-Wunused-const-variable]
# const int64_t FILEMAXSIZ = INT64MAX - INT32MAX; // maximum size of a file
# ^
# 3 warnings generated.
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kccompress.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# 2 warnings generated.
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kccompare.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# 2 warnings generated.
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcmap.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# 2 warnings generated.
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcregex.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# 2 warnings generated.
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcdb.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# 2 warnings generated.
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcplantdb.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# 2 warnings generated.
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcprotodb.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# 2 warnings generated.
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcstashdb.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# 2 warnings generated.
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kccachedb.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# 2 warnings generated.
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kchashdb.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# 2 warnings generated.
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcdirdb.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# 2 warnings generated.
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kctextdb.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# 2 warnings generated.
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcpolydb.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# 2 warnings generated.
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcdbext.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# In file included from kcdbext.cc:16:
# ./kcdbext.h:1281:14: warning: initialization of pointer of type 'char *' to null from a constant boolean expression [-Wbool-conversion]
# return false;
# ^~~~~
# 3 warnings generated.
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kclangc.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# In file included from kclangc.cc:17:
# ./kcdbext.h:1281:14: warning: initialization of pointer of type 'char *' to null from a constant boolean expression [-Wbool-conversion]
# return false;
# ^~~~~
# 3 warnings generated.
# ar rv libkyotocabinet.a kcutil.o kcthread.o kcfile.o kccompress.o kccompare.o kcmap.o kcregex.o kcdb.o kcplantdb.o kcprotodb.o kcstashdb.o kccachedb.o kchashdb.o kcdirdb.o kctextdb.o kcpolydb.o kcdbext.o kclangc.o
# ar: creating libkyotocabinet.a
# a - kcutil.o
# a - kcthread.o
# a - kcfile.o
# a - kccompress.o
# a - kccompare.o
# a - kcmap.o
# a - kcregex.o
# a - kcdb.o
# a - kcplantdb.o
# a - kcprotodb.o
# a - kcstashdb.o
# a - kccachedb.o
# a - kchashdb.o
# a - kcdirdb.o
# a - kctextdb.o
# a - kcpolydb.o
# a - kcdbext.o
# a - kclangc.o
# if uname -a | egrep -i 'SunOS' > /dev/null ; \
# then \
# clang++ -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -shared -Wl,-G,-h,libkyotocabinet.so.16 -o libkyotocabinet.so.16.13.0 \
# kcutil.o kcthread.o kcfile.o kccompress.o kccompare.o kcmap.o kcregex.o kcdb.o kcplantdb.o kcprotodb.o kcstashdb.o kccachedb.o kchashdb.o kcdirdb.o kctextdb.o kcpolydb.o kcdbext.o kclangc.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lz -lstdc++ -lrt -lpthread -lm -lc ; \
# else \
# clang++ -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -shared -Wl,-soname,libkyotocabinet.so.16 -o libkyotocabinet.so.16.13.0 \
# kcutil.o kcthread.o kcfile.o kccompress.o kccompare.o kcmap.o kcregex.o kcdb.o kcplantdb.o kcprotodb.o kcstashdb.o kccachedb.o kchashdb.o kcdirdb.o kctextdb.o kcpolydb.o kcdbext.o kclangc.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lz -lstdc++ -lrt -lpthread -lm -lc ; \
# fi
# ln -f -s libkyotocabinet.so.16.13.0 libkyotocabinet.so.16
# ln -f -s libkyotocabinet.so.16.13.0 libkyotocabinet.so
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcutiltest.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# In file included from kcutiltest.cc:16:
# ./cmdcommon.h:111:17: warning: private field 'strm_' is not used [-Wunused-private-field]
# std::ostream* strm_;
# ^
# 3 warnings generated.
# clang++ -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcutiltest kcutiltest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcutilmgr.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# In file included from kcutilmgr.cc:16:
# ./cmdcommon.h:111:17: warning: private field 'strm_' is not used [-Wunused-private-field]
# std::ostream* strm_;
# ^
# 3 warnings generated.
# clang++ -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcutilmgr kcutilmgr.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcprototest.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# In file included from kcprototest.cc:17:
# ./cmdcommon.h:111:17: warning: private field 'strm_' is not used [-Wunused-private-field]
# std::ostream* strm_;
# ^
# 3 warnings generated.
# clang++ -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcprototest kcprototest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcstashtest.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# In file included from kcstashtest.cc:17:
# ./cmdcommon.h:111:17: warning: private field 'strm_' is not used [-Wunused-private-field]
# std::ostream* strm_;
# ^
# kcstashtest.cc:1096:15: warning: private field 'rnum_' is not used [-Wunused-private-field]
# int64_t rnum_;
# ^
# kcstashtest.cc:1097:12: warning: private field 'rnd_' is not used [-Wunused-private-field]
# bool rnd_;
# ^
# 5 warnings generated.
# clang++ -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcstashtest kcstashtest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kccachetest.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# In file included from kccachetest.cc:17:
# ./cmdcommon.h:111:17: warning: private field 'strm_' is not used [-Wunused-private-field]
# std::ostream* strm_;
# ^
# kccachetest.cc:1172:15: warning: private field 'rnum_' is not used [-Wunused-private-field]
# int64_t rnum_;
# ^
# kccachetest.cc:1173:12: warning: private field 'rnd_' is not used [-Wunused-private-field]
# bool rnd_;
# ^
# 5 warnings generated.
# clang++ -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kccachetest kccachetest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcgrasstest.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# In file included from kcgrasstest.cc:17:
# ./cmdcommon.h:111:17: warning: private field 'strm_' is not used [-Wunused-private-field]
# std::ostream* strm_;
# ^
# kcgrasstest.cc:1223:15: warning: private field 'rnum_' is not used [-Wunused-private-field]
# int64_t rnum_;
# ^
# kcgrasstest.cc:1224:12: warning: private field 'rnd_' is not used [-Wunused-private-field]
# bool rnd_;
# ^
# 5 warnings generated.
# clang++ -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcgrasstest kcgrasstest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kchashtest.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# In file included from kchashtest.cc:17:
# ./cmdcommon.h:111:17: warning: private field 'strm_' is not used [-Wunused-private-field]
# std::ostream* strm_;
# ^
# kchashtest.cc:1332:15: warning: private field 'rnum_' is not used [-Wunused-private-field]
# int64_t rnum_;
# ^
# kchashtest.cc:1333:12: warning: private field 'rnd_' is not used [-Wunused-private-field]
# bool rnd_;
# ^
# 5 warnings generated.
# clang++ -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kchashtest kchashtest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kchashmgr.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# In file included from kchashmgr.cc:17:
# ./cmdcommon.h:111:17: warning: private field 'strm_' is not used [-Wunused-private-field]
# std::ostream* strm_;
# ^
# 3 warnings generated.
# clang++ -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kchashmgr kchashmgr.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kctreetest.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# In file included from kctreetest.cc:17:
# ./cmdcommon.h:111:17: warning: private field 'strm_' is not used [-Wunused-private-field]
# std::ostream* strm_;
# ^
# kctreetest.cc:1421:15: warning: private field 'rnum_' is not used [-Wunused-private-field]
# int64_t rnum_;
# ^
# kctreetest.cc:1422:12: warning: private field 'rnd_' is not used [-Wunused-private-field]
# bool rnd_;
# ^
# 5 warnings generated.
# clang++ -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kctreetest kctreetest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kctreemgr.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# In file included from kctreemgr.cc:17:
# ./cmdcommon.h:111:17: warning: private field 'strm_' is not used [-Wunused-private-field]
# std::ostream* strm_;
# ^
# 3 warnings generated.
# clang++ -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kctreemgr kctreemgr.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcdirtest.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# In file included from kcdirtest.cc:17:
# ./cmdcommon.h:111:17: warning: private field 'strm_' is not used [-Wunused-private-field]
# std::ostream* strm_;
# ^
# kcdirtest.cc:1192:15: warning: private field 'rnum_' is not used [-Wunused-private-field]
# int64_t rnum_;
# ^
# kcdirtest.cc:1193:12: warning: private field 'rnd_' is not used [-Wunused-private-field]
# bool rnd_;
# ^
# 5 warnings generated.
# clang++ -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcdirtest kcdirtest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcdirmgr.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# In file included from kcdirmgr.cc:17:
# ./cmdcommon.h:111:17: warning: private field 'strm_' is not used [-Wunused-private-field]
# std::ostream* strm_;
# ^
# 3 warnings generated.
# clang++ -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcdirmgr kcdirmgr.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcforesttest.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# In file included from kcforesttest.cc:17:
# ./cmdcommon.h:111:17: warning: private field 'strm_' is not used [-Wunused-private-field]
# std::ostream* strm_;
# ^
# kcforesttest.cc:1310:15: warning: private field 'rnum_' is not used [-Wunused-private-field]
# int64_t rnum_;
# ^
# kcforesttest.cc:1311:12: warning: private field 'rnd_' is not used [-Wunused-private-field]
# bool rnd_;
# ^
# kcforesttest.cc:1312:15: warning: private field 'size_' is not used [-Wunused-private-field]
# int64_t size_;
# ^
# 6 warnings generated.
# clang++ -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcforesttest kcforesttest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcforestmgr.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# In file included from kcforestmgr.cc:17:
# ./cmdcommon.h:111:17: warning: private field 'strm_' is not used [-Wunused-private-field]
# std::ostream* strm_;
# ^
# 3 warnings generated.
# clang++ -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcforestmgr kcforestmgr.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcpolytest.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# In file included from kcpolytest.cc:17:
# ./kcdbext.h:1281:14: warning: initialization of pointer of type 'char *' to null from a constant boolean expression [-Wbool-conversion]
# return false;
# ^~~~~
# In file included from kcpolytest.cc:18:
# ./cmdcommon.h:111:17: warning: private field 'strm_' is not used [-Wunused-private-field]
# std::ostream* strm_;
# ^
# kcpolytest.cc:1334:15: warning: private field 'rnum_' is not used [-Wunused-private-field]
# int64_t rnum_;
# ^
# kcpolytest.cc:1335:12: warning: private field 'rnd_' is not used [-Wunused-private-field]
# bool rnd_;
# ^
# kcpolytest.cc:1337:15: warning: private field 'msiz_' is not used [-Wunused-private-field]
# int64_t msiz_;
# ^
# 7 warnings generated.
# clang++ -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcpolytest kcpolytest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet
# clang++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcpolymgr.cc
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# In file included from kcpolymgr.cc:17:
# ./cmdcommon.h:111:17: warning: private field 'strm_' is not used [-Wunused-private-field]
# std::ostream* strm_;
# ^
# 3 warnings generated.
# clang++ -m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kcpolymgr kcpolymgr.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet
# clang -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/libexec\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -m64 -Wall -ansi -pedantic -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kclangctest.c
# warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
# warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option]
# 2 warnings generated.
# clang -m64 -Wall -ansi -pedantic -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o kclangctest kclangctest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet
# clang-3.8: warning: argument unused during compilation: '-ansi'
#
# #================================================================
# # Ready to install.
# #================================================================
# ==> Entering fakeroot environment...
# ==> Starting package()...
# mkdir -p /tmp/kyotocabinet/pkg/kyotocabinet//usr/include
# cp -Rf kccommon.h kcutil.h kcthread.h kcfile.h kccompress.h kccompare.h kcmap.h kcregex.h kcdb.h kcplantdb.h kcprotodb.h kcstashdb.h kccachedb.h kchashdb.h kcdirdb.h kctextdb.h kcpolydb.h kcdbext.h kclangc.h /tmp/kyotocabinet/pkg/kyotocabinet//usr/include
# mkdir -p /tmp/kyotocabinet/pkg/kyotocabinet//usr/lib
# cp -Rf libkyotocabinet.a libkyotocabinet.so.16.13.0 libkyotocabinet.so.16 libkyotocabinet.so /tmp/kyotocabinet/pkg/kyotocabinet//usr/lib
# mkdir -p /tmp/kyotocabinet/pkg/kyotocabinet//usr/bin
# cp -Rf kcutiltest kcutilmgr kcprototest kcstashtest kccachetest kcgrasstest kchashtest kchashmgr kctreetest kctreemgr kcdirtest kcdirmgr kcforesttest kcforestmgr kcpolytest kcpolymgr kclangctest /tmp/kyotocabinet/pkg/kyotocabinet//usr/bin
# mkdir -p /tmp/kyotocabinet/pkg/kyotocabinet//usr/share/man/man1
# cd man && cp -Rf kcutiltest.1 kcutilmgr.1 kcprototest.1 kcstashtest.1 kccachetest.1 kcgrasstest.1 kchashtest.1 kchashmgr.1 kctreetest.1 kctreemgr.1 kcdirtest.1 kcdirmgr.1 kcforesttest.1 kcforestmgr.1 kcpolytest.1 kcpolymgr.1 kclangctest.1 /tmp/kyotocabinet/pkg/kyotocabinet//usr/share/man/man1
# mkdir -p /tmp/kyotocabinet/pkg/kyotocabinet//usr/share/doc/kyotocabinet
# cp -Rf COPYING FOSSEXCEPTION ChangeLog doc kyotocabinet.idl /tmp/kyotocabinet/pkg/kyotocabinet//usr/share/doc/kyotocabinet
# mkdir -p /tmp/kyotocabinet/pkg/kyotocabinet//usr/lib/pkgconfig
# cp -Rf kyotocabinet.pc /tmp/kyotocabinet/pkg/kyotocabinet//usr/lib/pkgconfig
#
# #================================================================
# # Thanks for using Kyoto Cabinet.
# #================================================================
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "kyotocabinet"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: kyotocabinet 1.2.76-5 (Thu Apr 13 15:40:26 UTC 2017)

CMD: pacman --query --file kyotocabinet-1.2.76-5-x86_64.pkg.tar.xz
# kyotocabinet 1.2.76-5

Creating hybrid package for 'kyotocabinet'

Trying to find vanilla package 'kyotocabinet'...

CMD: pacman --query --file /mirror/kyotocabinet-1.2.76-5.pkg.tar.xz
# kyotocabinet 1.2.76-5

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/include/kccommon.h
# /usr/include/kcutil.h
# /usr/include/kcthread.h
# /usr/include/kcfile.h
# /usr/include/kccompress.h
# /usr/include/kccompare.h
# /usr/include/kcmap.h
# /usr/include/kcregex.h
# /usr/include/kcdb.h
# /usr/include/kcplantdb.h
# /usr/include/kcprotodb.h
# /usr/include/kcstashdb.h
# /usr/include/kccachedb.h
# /usr/include/kchashdb.h
# /usr/include/kcdirdb.h
# /usr/include/kctextdb.h
# /usr/include/kcpolydb.h
# /usr/include/kcdbext.h
# /usr/include/kclangc.h
# /usr/lib/libkyotocabinet.so.16
# /usr/lib/libkyotocabinet.so
# /usr/lib/libkyotocabinet.so.16.13.0
# /usr/lib/pkgconfig/kyotocabinet.pc
# /usr/bin/kcutiltest
# /usr/bin/kcutilmgr
# /usr/bin/kcprototest
# /usr/bin/kcstashtest
# /usr/bin/kccachetest
# /usr/bin/kcgrasstest
# /usr/bin/kchashtest
# /usr/bin/kchashmgr
# /usr/bin/kctreetest
# /usr/bin/kctreemgr
# /usr/bin/kcdirtest
# /usr/bin/kcdirmgr
# /usr/bin/kcforesttest
# /usr/bin/kcforestmgr
# /usr/bin/kcpolytest
# /usr/bin/kcpolymgr
# /usr/bin/kclangctest
# /usr/share/man/man1/kcutiltest.1.gz
# /usr/share/man/man1/kcutilmgr.1.gz
# /usr/share/man/man1/kcprototest.1.gz
# /usr/share/man/man1/kcstashtest.1.gz
# /usr/share/man/man1/kccachetest.1.gz
# /usr/share/man/man1/kcgrasstest.1.gz
# /usr/share/man/man1/kchashtest.1.gz
# /usr/share/man/man1/kchashmgr.1.gz
# /usr/share/man/man1/kctreetest.1.gz
# /usr/share/man/man1/kctreemgr.1.gz
# /usr/share/man/man1/kcdirtest.1.gz
# /usr/share/man/man1/kcdirmgr.1.gz
# /usr/share/man/man1/kcforesttest.1.gz
# /usr/share/man/man1/kcforestmgr.1.gz
# /usr/share/man/man1/kcpolytest.1.gz
# /usr/share/man/man1/kcpolymgr.1.gz
# /usr/share/man/man1/kclangctest.1.gz
# /usr/share/doc/kyotocabinet/COPYING
# /usr/share/doc/kyotocabinet/FOSSEXCEPTION
# /usr/share/doc/kyotocabinet/ChangeLog
# /usr/share/doc/kyotocabinet/kyotocabinet.idl
# /usr/share/doc/kyotocabinet/doc/common.css
# /usr/share/doc/kyotocabinet/doc/command.html
# /usr/share/doc/kyotocabinet/doc/logo.png
# /usr/share/doc/kyotocabinet/doc/icon16.png
# /usr/share/doc/kyotocabinet/doc/index.html
# /usr/share/doc/kyotocabinet/doc/spex.html
# /usr/share/doc/kyotocabinet/doc/index.ja.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1BasicDB_1_1Error.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1DecimalDescendingComparator.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1MapReduce_1_1ReduceTaskQueue_1_1ReduceTask-members.html
# /usr/share/doc/kyotocabinet/doc/api/kcthread_8h.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1File.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1HashDB_1_1Cursor.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1MapReduce_1_1ValueIterator-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1LinkedHashMap.html
# /usr/share/doc/kyotocabinet/doc/api/tab_s.png
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1BasicDB_1_1Logger-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1BasicDB_1_1Logger.html
# /usr/share/doc/kyotocabinet/doc/api/namespacemembers.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1HashDB.html
# /usr/share/doc/kyotocabinet/doc/api/nav_f.png
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TaskQueue_1_1Task.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x69.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x75.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1AtomicInt64.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1Thread.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1CondMap.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1SpinLock.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1ProtoDB_1_1Cursor-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1BasicDB.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x64.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TextDB_1_1Cursor.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1PolyDB_1_1Cursor-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1IndexDB-members.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x79.html
# /usr/share/doc/kyotocabinet/doc/api/structKCMAPSORT-members.html
# /usr/share/doc/kyotocabinet/doc/api/doxygen.png
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TinyHashMap_1_1Iterator-members.html
# /usr/share/doc/kyotocabinet/doc/api/tab_h.png
# /usr/share/doc/kyotocabinet/doc/api/structKCSTR-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1CondVar.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1Mutex.html
# /usr/share/doc/kyotocabinet/doc/api/structkyotocabinet_1_1File_1_1Status-members.html
# /usr/share/doc/kyotocabinet/doc/api/structKCIDX-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1LZMA-members.html
# /usr/share/doc/kyotocabinet/doc/api/kcregex_8h.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1ScopedSpinRWLock-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1StashDB.html
# /usr/share/doc/kyotocabinet/doc/api/namespacemembers_func.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1SlottedMutex-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1DB_1_1Cursor-members.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x72.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1ArcfourCompressor.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1HashDB_1_1Cursor-members.html
# /usr/share/doc/kyotocabinet/doc/api/tab_a.png
# /usr/share/doc/kyotocabinet/doc/api/globals.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1DB.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1ProtoDB.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1DirDB_1_1Cursor-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1LZMACompressor-members.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x73.html
# /usr/share/doc/kyotocabinet/doc/api/structKCMAP.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1BasicDB_1_1MetaTrigger.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1SlottedMutex.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TextDB-members.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x74.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1DirStream.html
# /usr/share/doc/kyotocabinet/doc/api/structKCREC-members.html
# /usr/share/doc/kyotocabinet/doc/api/doxygen.css
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1CacheDB_1_1Cursor-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1SlottedRWLock.html
# /usr/share/doc/kyotocabinet/doc/api/kccachedb_8h.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1Regex-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1CondVar-members.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x6e.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1SlottedSpinRWLock.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1ProtoDB-members.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x6f.html
# /usr/share/doc/kyotocabinet/doc/api/kcdbext_8h.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TextDB_1_1Cursor-members.html
# /usr/share/doc/kyotocabinet/doc/api/tabs.css
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x70.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x6f.html
# /usr/share/doc/kyotocabinet/doc/api/structKCDB-members.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x65.html
# /usr/share/doc/kyotocabinet/doc/api/structKCDB.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1SpinRWLock-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1LZMACompressor.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1PolyDB-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1LinkedHashMap-members.html
# /usr/share/doc/kyotocabinet/doc/api/kccompress_8h.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1ZLIB.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1ScopedSpinLock.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1StashDB_1_1Cursor-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1MapReduce_1_1ReduceTaskQueue_1_1ReduceTask.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x66.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x67.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x73.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TinyHashMap_1_1Iterator.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1DecimalComparator-members.html
# /usr/share/doc/kyotocabinet/doc/api/hierarchy.html
# /usr/share/doc/kyotocabinet/doc/api/structKCMAP-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1BasicDB-members.html
# /usr/share/doc/kyotocabinet/doc/api/kclangc_8h.html
# /usr/share/doc/kyotocabinet/doc/api/globals_eval.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1LexicalDescendingComparator-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TaskQueue-members.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x68.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1ZLIBCompressor.html
# /usr/share/doc/kyotocabinet/doc/api/functions_enum.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1Comparator.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1ScopedSpinRWLock.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x66.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1SlottedSpinLock.html
# /usr/share/doc/kyotocabinet/doc/api/kcmap_8h.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TinyArrayList-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1DB_1_1Visitor.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1DB_1_1Visitor-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1LZOCompressor-members.html
# /usr/share/doc/kyotocabinet/doc/api/kcdb_8h.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1BasicDB_1_1Cursor-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TinyHashMap.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x77.html
# /usr/share/doc/kyotocabinet/doc/api/kchashdb_8h.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1CacheDB_1_1Cursor.html
# /usr/share/doc/kyotocabinet/doc/api/functions_vars.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1HashDB-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1LexicalComparator-members.html
# /usr/share/doc/kyotocabinet/doc/api/bc_s.png
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1DB-members.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x77.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1SlottedSpinRWLock-members.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x75.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1ZLIB-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1ZLIBCompressor-members.html
# /usr/share/doc/kyotocabinet/doc/api/structKCSTR.html
# /usr/share/doc/kyotocabinet/doc/api/open.png
# /usr/share/doc/kyotocabinet/doc/api/kccompare_8h.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1MapReduce.html
# /usr/share/doc/kyotocabinet/doc/api/namespacemembers_vars.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x62.html
# /usr/share/doc/kyotocabinet/doc/api/globals_defs.html
# /usr/share/doc/kyotocabinet/doc/api/globals_func.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1StashDB_1_1Cursor.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TaskQueue_1_1Task-members.html
# /usr/share/doc/kyotocabinet/doc/api/kcdirdb_8h.html
# /usr/share/doc/kyotocabinet/doc/api/kcpolydb_8h.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1LexicalDescendingComparator.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TaskQueue.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1RWLock-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1Compressor.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x6c.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1LZMA.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x78.html
# /usr/share/doc/kyotocabinet/doc/api/namespaces.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x6a.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x62.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1MapReduce-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TSDKey.html
# /usr/share/doc/kyotocabinet/doc/api/index.html
# /usr/share/doc/kyotocabinet/doc/api/kcutil_8h.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1BasicDB_1_1MetaTrigger-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1DirDB_1_1Cursor.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1Regex.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1PlantDB_1_1Cursor-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1DecimalDescendingComparator-members.html
# /usr/share/doc/kyotocabinet/doc/api/functions.html
# /usr/share/doc/kyotocabinet/doc/api/namespacekyotocabinet.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1DirStream-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1LZO-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1BasicDB_1_1Cursor.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1IndexDB.html
# /usr/share/doc/kyotocabinet/doc/api/kcfile_8h.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x6b.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TSD-members.html
# /usr/share/doc/kyotocabinet/doc/api/structKCCUR-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1Compressor-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1ScopedRWLock-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TextDB.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1BasicDB_1_1ProgressChecker-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1LexicalComparator.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1BasicDB_1_1FileProcessor.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1LZOCompressor.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1SlottedSpinLock-members.html
# /usr/share/doc/kyotocabinet/doc/api/namespacemembers_type.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1DirDB.html
# /usr/share/doc/kyotocabinet/doc/api/structKCMAPITER.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x6e.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x67.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x6d.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1SpinLock-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1BasicDB_1_1FileProcessor-members.html
# /usr/share/doc/kyotocabinet/doc/api/closed.png
# /usr/share/doc/kyotocabinet/doc/api/structKCMAPSORT.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x6b.html
# /usr/share/doc/kyotocabinet/doc/api/structKCMAPITER-members.html
# /usr/share/doc/kyotocabinet/doc/api/structKCLIST.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1LinkedHashMap_1_1Iterator.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x72.html
# /usr/share/doc/kyotocabinet/doc/api/structkyotocabinet_1_1File_1_1Status.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1BasicDB_1_1ProgressChecker.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1DecimalComparator.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TinyHashMap-members.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x6d.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1PolyDB_1_1Cursor.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1StashDB-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1PlantDB_1_1Cursor.html
# /usr/share/doc/kyotocabinet/doc/api/files.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1ArcfourCompressor-members.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x74.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x63.html
# /usr/share/doc/kyotocabinet/doc/api/classes.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x69.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TinyHashMap_1_1Sorter.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x64.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x6a.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1Comparator-members.html
# /usr/share/doc/kyotocabinet/doc/api/structKCCUR.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1MapReduce_1_1ValueIterator.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1ScopedSpinLock-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1BasicDB_1_1Error-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1CacheDB.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x76.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x70.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1DirDB-members.html
# /usr/share/doc/kyotocabinet/doc/api/kcplantdb_8h.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x6c.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x65.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1File-members.html
# /usr/share/doc/kyotocabinet/doc/api/kccommon_8h.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1LZO.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1PlantDB-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1ScopedMutex-members.html
# /usr/share/doc/kyotocabinet/doc/api/annotated.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1Thread-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TinyArrayList.html
# /usr/share/doc/kyotocabinet/doc/api/structKCREC.html
# /usr/share/doc/kyotocabinet/doc/api/nav_h.png
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1PolyDB.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x76.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x79.html
# /usr/share/doc/kyotocabinet/doc/api/structKCLIST-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1AtomicInt64-members.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x63.html
# /usr/share/doc/kyotocabinet/doc/api/globals_type.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TSD.html
# /usr/share/doc/kyotocabinet/doc/api/kctextdb_8h.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1ScopedRWLock.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TSDKey-members.html
# /usr/share/doc/kyotocabinet/doc/api/functions_eval.html
# /usr/share/doc/kyotocabinet/doc/api/kcprotodb_8h.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1Mutex-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1DB_1_1Cursor.html
# /usr/share/doc/kyotocabinet/doc/api/functions_0x7e.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1CacheDB-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1LinkedHashMap_1_1Iterator-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1SpinRWLock.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1RWLock.html
# /usr/share/doc/kyotocabinet/doc/api/structKCIDX.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func.html
# /usr/share/doc/kyotocabinet/doc/api/tab_b.png
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1ProtoDB_1_1Cursor.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1PlantDB.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1TinyHashMap_1_1Sorter-members.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x68.html
# /usr/share/doc/kyotocabinet/doc/api/functions_func_0x7e.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1CondMap-members.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1ScopedMutex.html
# /usr/share/doc/kyotocabinet/doc/api/globals_vars.html
# /usr/share/doc/kyotocabinet/doc/api/classkyotocabinet_1_1SlottedRWLock-members.html
# /sysroot/usr/lib/libkyotocabinet.a
# /sysroot/usr/lib/libkyotocabinet.so.16.13.0
# /sysroot/usr/lib/libkyotocabinet.so.16
# /sysroot/usr/lib/libkyotocabinet.so
# /sysroot/usr/lib/pkgconfig/kyotocabinet.pc
# /sysroot/usr/include/kccommon.h
# /sysroot/usr/include/kcutil.h
# /sysroot/usr/include/kcthread.h
# /sysroot/usr/include/kcfile.h
# /sysroot/usr/include/kccompress.h
# /sysroot/usr/include/kccompare.h
# /sysroot/usr/include/kcmap.h
# /sysroot/usr/include/kcregex.h
# /sysroot/usr/include/kcdb.h
# /sysroot/usr/include/kcplantdb.h
# /sysroot/usr/include/kcprotodb.h
# /sysroot/usr/include/kcstashdb.h
# /sysroot/usr/include/kccachedb.h
# /sysroot/usr/include/kchashdb.h
# /sysroot/usr/include/kcdirdb.h
# /sysroot/usr/include/kctextdb.h
# /sysroot/usr/include/kcpolydb.h
# /sysroot/usr/include/kcdbext.h
# /sysroot/usr/include/kclangc.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf kyotocabinet.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/kyotocabinet.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/kyotocabinet.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/kyotocabinet.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/kyotocabinet/src/kyotocabinet-1.2.76/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by kyotocabinet configure 1.2.76, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-opt
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = b546944aed91
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2301: checking for x86_64-unknown-linux-gcc
# configure:2328: result: clang
# configure:2597: checking for C compiler version
# configure:2606: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2617: $? = 0
# configure:2606: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:2617: $? = 0
# configure:2606: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2617: $? = 1
# configure:2606: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2617: $? = 1
# configure:2637: checking whether the C compiler works
# configure:2659: clang conftest.c >&5
# configure:2663: $? = 0
# configure:2711: result: yes
# configure:2714: checking for C compiler default output file name
# configure:2716: result: a.out
# configure:2722: checking for suffix of executables
# configure:2729: clang -o conftest conftest.c >&5
# configure:2733: $? = 0
# configure:2755: result:
# configure:2777: checking whether we are cross compiling
# configure:2785: clang -o conftest conftest.c >&5
# configure:2789: $? = 0
# configure:2796: ./conftest
# configure:2800: $? = 0
# configure:2815: result: no
# configure:2820: checking for suffix of object files
# configure:2842: clang -c conftest.c >&5
# configure:2846: $? = 0
# configure:2867: result: o
# configure:2871: checking whether we are using the GNU C compiler
# configure:2890: clang -c conftest.c >&5
# configure:2890: $? = 0
# configure:2899: result: yes
# configure:2908: checking whether clang accepts -g
# configure:2928: clang -c -g conftest.c >&5
# configure:2928: $? = 0
# configure:2969: result: yes
# configure:2986: checking for clang option to accept ISO C89
# configure:3050: clang -c conftest.c >&5
# configure:3050: $? = 0
# configure:3063: result: none needed
# configure:3195: checking for C++ compiler version
# configure:3204: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3215: $? = 0
# configure:3204: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3215: $? = 0
# configure:3204: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3215: $? = 1
# configure:3204: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3215: $? = 1
# configure:3219: checking whether we are using the GNU C++ compiler
# configure:3238: clang++ -c conftest.cpp >&5
# configure:3238: $? = 0
# configure:3247: result: yes
# configure:3256: checking whether clang++ accepts -g
# configure:3276: clang++ -c -g conftest.cpp >&5
# configure:3276: $? = 0
# configure:3317: result: yes
# configure:3367: checking how to run the C++ preprocessor
# configure:3394: clang++ -E conftest.cpp
# configure:3394: $? = 0
# configure:3408: clang++ -E conftest.cpp
# conftest.cpp:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3408: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "kyotocabinet"
# | #define PACKAGE_TARNAME "kyotocabinet"
# | #define PACKAGE_VERSION "1.2.76"
# | #define PACKAGE_STRING "kyotocabinet 1.2.76"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3433: result: clang++ -E
# configure:3453: clang++ -E conftest.cpp
# configure:3453: $? = 0
# configure:3467: clang++ -E conftest.cpp
# conftest.cpp:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3467: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "kyotocabinet"
# | #define PACKAGE_TARNAME "kyotocabinet"
# | #define PACKAGE_VERSION "1.2.76"
# | #define PACKAGE_STRING "kyotocabinet 1.2.76"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3496: checking for grep that handles long lines and -e
# configure:3554: result: /usr/bin/grep
# configure:3559: checking for egrep
# configure:3621: result: /usr/bin/grep -E
# configure:3626: checking for ANSI C header files
# configure:3646: clang++ -c conftest.cpp >&5
# configure:3646: $? = 0
# configure:3719: clang++ -o conftest conftest.cpp >&5
# configure:3719: $? = 0
# configure:3719: ./conftest
# configure:3719: $? = 0
# configure:3730: result: yes
# configure:3743: checking for sys/types.h
# configure:3743: clang++ -c conftest.cpp >&5
# configure:3743: $? = 0
# configure:3743: result: yes
# configure:3743: checking for sys/stat.h
# configure:3743: clang++ -c conftest.cpp >&5
# configure:3743: $? = 0
# configure:3743: result: yes
# configure:3743: checking for stdlib.h
# configure:3743: clang++ -c conftest.cpp >&5
# configure:3743: $? = 0
# configure:3743: result: yes
# configure:3743: checking for string.h
# configure:3743: clang++ -c conftest.cpp >&5
# configure:3743: $? = 0
# configure:3743: result: yes
# configure:3743: checking for memory.h
# configure:3743: clang++ -c conftest.cpp >&5
# configure:3743: $? = 0
# configure:3743: result: yes
# configure:3743: checking for strings.h
# configure:3743: clang++ -c conftest.cpp >&5
# configure:3743: $? = 0
# configure:3743: result: yes
# configure:3743: checking for inttypes.h
# configure:3743: clang++ -c conftest.cpp >&5
# configure:3743: $? = 0
# configure:3743: result: yes
# configure:3743: checking for stdint.h
# configure:3743: clang++ -c conftest.cpp >&5
# configure:3743: $? = 0
# configure:3743: result: yes
# configure:3743: checking for unistd.h
# configure:3743: clang++ -c conftest.cpp >&5
# configure:3743: $? = 0
# configure:3743: result: yes
# configure:3755: checking whether byte ordering is bigendian
# configure:3770: clang++ -c conftest.cpp >&5
# conftest.cpp:20:9: error: expected unqualified-id
# not a universal capable compiler
# ^
# 1 error generated.
# configure:3770: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "kyotocabinet"
# | #define PACKAGE_TARNAME "kyotocabinet"
# | #define PACKAGE_VERSION "1.2.76"
# | #define PACKAGE_STRING "kyotocabinet 1.2.76"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:3815: clang++ -c conftest.cpp >&5
# configure:3815: $? = 0
# configure:3833: clang++ -c conftest.cpp >&5
# conftest.cpp:26:11: error: expected ';' after expression
# not big endian
# ^
# ;
# conftest.cpp:26:8: error: use of undeclared identifier 'big'
# not big endian
# ^
# conftest.cpp:26:12: error: use of undeclared identifier 'endian'
# not big endian
# ^
# 3 errors generated.
# configure:3833: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "kyotocabinet"
# | #define PACKAGE_TARNAME "kyotocabinet"
# | #define PACKAGE_VERSION "1.2.76"
# | #define PACKAGE_STRING "kyotocabinet 1.2.76"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:3961: result: no
# configure:4027: clang++ -c conftest.cpp >&5
# conftest.cpp:23:1: error: builtin functions must be directly called
# __sync_fetch_and_add
# ^
# 1 error generated.
# configure:4027: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "kyotocabinet"
# | #define PACKAGE_TARNAME "kyotocabinet"
# | #define PACKAGE_VERSION "1.2.76"
# | #define PACKAGE_STRING "kyotocabinet 1.2.76"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | __sync_fetch_and_add
# | ;
# | return 0;
# | }
# configure:4043: checking for main in -lc
# configure:4062: clang++ -o conftest conftest.cpp -lc >&5
# configure:4062: $? = 0
# configure:4071: result: yes
# configure:4082: checking for main in -lm
# configure:4101: clang++ -o conftest conftest.cpp -lm -lc >&5
# configure:4101: $? = 0
# configure:4110: result: yes
# configure:4121: checking for main in -lpthread
# configure:4140: clang++ -o conftest conftest.cpp -lpthread -lm -lc >&5
# configure:4140: $? = 0
# configure:4149: result: yes
# configure:4160: checking for main in -lrt
# configure:4179: clang++ -o conftest conftest.cpp -lrt -lpthread -lm -lc >&5
# configure:4179: $? = 0
# configure:4188: result: yes
# configure:4199: checking for main in -lstdc++
# configure:4218: clang++ -o conftest conftest.cpp -lstdc++ -lrt -lpthread -lm -lc >&5
# configure:4218: $? = 0
# configure:4227: result: yes
# configure:4238: checking for main in -lregex
# configure:4257: clang++ -o conftest conftest.cpp -lregex -lstdc++ -lrt -lpthread -lm -lc >&5
# /usr/bin/ld: cannot find -lregex
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4257: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "kyotocabinet"
# | #define PACKAGE_TARNAME "kyotocabinet"
# | #define PACKAGE_VERSION "1.2.76"
# | #define PACKAGE_STRING "kyotocabinet 1.2.76"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBC 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBSTDC__ 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:4266: result: no
# configure:4279: checking for main in -lz
# configure:4298: clang++ -o conftest conftest.cpp -lz -lstdc++ -lrt -lpthread -lm -lc >&5
# configure:4298: $? = 0
# configure:4307: result: yes
# configure:4403: checking for main in -lkyotocabinet
# configure:4422: clang++ -o conftest conftest.cpp -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc >&5
# /usr/bin/ld: cannot find -lkyotocabinet
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4422: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "kyotocabinet"
# | #define PACKAGE_TARNAME "kyotocabinet"
# | #define PACKAGE_VERSION "1.2.76"
# | #define PACKAGE_STRING "kyotocabinet 1.2.76"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LIBC 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LIBRT 1
# | #define HAVE_LIBSTDC__ 1
# | #define HAVE_LIBZ 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:4431: result: no
# configure:4441: checking for stdlib.h
# configure:4441: result: yes
# configure:4449: checking for stdint.h
# configure:4449: result: yes
# configure:4457: checking for unistd.h
# configure:4457: result: yes
# configure:4465: checking fcntl.h usability
# configure:4465: clang++ -c conftest.cpp >&5
# configure:4465: $? = 0
# configure:4465: result: yes
# configure:4465: checking fcntl.h presence
# configure:4465: clang++ -E conftest.cpp
# configure:4465: $? = 0
# configure:4465: result: yes
# configure:4465: checking for fcntl.h
# configure:4465: result: yes
# configure:4473: checking dirent.h usability
# configure:4473: clang++ -c conftest.cpp >&5
# configure:4473: $? = 0
# configure:4473: result: yes
# configure:4473: checking dirent.h presence
# configure:4473: clang++ -E conftest.cpp
# configure:4473: $? = 0
# configure:4473: result: yes
# configure:4473: checking for dirent.h
# configure:4473: result: yes
# configure:4481: checking pthread.h usability
# configure:4481: clang++ -c conftest.cpp >&5
# configure:4481: $? = 0
# configure:4481: result: yes
# configure:4481: checking pthread.h presence
# configure:4481: clang++ -E conftest.cpp
# configure:4481: $? = 0
# configure:4481: result: yes
# configure:4481: checking for pthread.h
# configure:4481: result: yes
# configure:4489: checking regex.h usability
# configure:4489: clang++ -c conftest.cpp >&5
# configure:4489: $? = 0
# configure:4489: result: yes
# configure:4489: checking regex.h presence
# configure:4489: clang++ -E conftest.cpp
# configure:4489: $? = 0
# configure:4489: result: yes
# configure:4489: checking for regex.h
# configure:4489: result: yes
# configure:4499: checking zlib.h usability
# configure:4499: clang++ -c conftest.cpp >&5
# configure:4499: $? = 0
# configure:4499: result: yes
# configure:4499: checking zlib.h presence
# configure:4499: clang++ -E conftest.cpp
# configure:4499: $? = 0
# configure:4499: result: yes
# configure:4499: checking for zlib.h
# configure:4499: result: yes
# configure:4751: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by kyotocabinet config.status 1.2.76, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on b546944aed91
#
# config.status:763: creating Makefile
# config.status:763: creating kyotocabinet.pc
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_header_dirent_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_pthread_h=yes
# ac_cv_header_regex_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_zlib_h=yes
# ac_cv_lib_c_main=yes
# ac_cv_lib_kyotocabinet_main=no
# ac_cv_lib_m_main=yes
# ac_cv_lib_pthread_main=yes
# ac_cv_lib_regex_main=no
# ac_cv_lib_rt_main=yes
# ac_cv_lib_stdcpp_main=yes
# ac_cv_lib_z_main=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_prog_CC=clang
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='clang'
# CFLAGS=''
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXFLAGS=''
# DEFS='-DPACKAGE_NAME=\"kyotocabinet\" -DPACKAGE_TARNAME=\"kyotocabinet\" -DPACKAGE_VERSION=\"1.2.76\" -DPACKAGE_STRING=\"kyotocabinet\ 1.2.76\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBC=1 -DHAVE_LIBM=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBRT=1 -DHAVE_LIBSTDC__=1 -DHAVE_LIBZ=1'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lz -lstdc++ -lrt -lpthread -lm -lc '
# LTLIBOBJS=''
# MYCFLAGS='-m64 -Wall -ansi -pedantic -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter'
# MYCMDLDFLAGS=''
# MYCMDLIBS=''
# MYCOMMANDFILES='kcutiltest kcutilmgr kcprototest kcstashtest kccachetest kcgrasstest kchashtest kchashmgr kctreetest kctreemgr kcdirtest kcdirmgr kcforesttest kcforestmgr kcpolytest kcpolymgr kclangctest'
# MYCPPFLAGS='-I. -I$(INCLUDEDIR) -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB'
# MYCXXFLAGS='-m64 -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter'
# MYDOCUMENTFILES='COPYING FOSSEXCEPTION ChangeLog doc kyotocabinet.idl'
# MYFORMATVER='5'
# MYHEADERFILES='kccommon.h kcutil.h kcthread.h kcfile.h kccompress.h kccompare.h kcmap.h kcregex.h kcdb.h kcplantdb.h kcprotodb.h kcstashdb.h kccachedb.h kchashdb.h kcdirdb.h kctextdb.h kcpolydb.h kcdbext.h kclangc.h'
# MYLDFLAGS='-L. -L$(LIBDIR) -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed'
# MYLDLIBPATH='.:/usr/local/lib:'
# MYLDLIBPATHENV='LD_LIBRARY_PATH'
# MYLIBOBJFILES='kcutil.o kcthread.o kcfile.o kccompress.o kccompare.o kcmap.o kcregex.o kcdb.o kcplantdb.o kcprotodb.o kcstashdb.o kccachedb.o kchashdb.o kcdirdb.o kctextdb.o kcpolydb.o kcdbext.o kclangc.o'
# MYLIBRARYFILES='libkyotocabinet.a libkyotocabinet.so.16.13.0 libkyotocabinet.so.16 libkyotocabinet.so'
# MYLIBREV='13'
# MYLIBVER='16'
# MYMAN1FILES='kcutiltest.1 kcutilmgr.1 kcprototest.1 kcstashtest.1 kccachetest.1 kcgrasstest.1 kchashtest.1 kchashmgr.1 kctreetest.1 kctreemgr.1 kcdirtest.1 kcdirmgr.1 kcforesttest.1 kcforestmgr.1 kcpolytest.1 kcpolymgr.1 kclangctest.1'
# MYPCFILES='kyotocabinet.pc'
# MYPOSTCMD='true'
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='kyotocabinet'
# PACKAGE_STRING='kyotocabinet 1.2.76'
# PACKAGE_TARNAME='kyotocabinet'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.2.76'
# PATH_SEPARATOR=':'
# SHELL='/bin/sh'
# ac_ct_CC=''
# ac_ct_CXX=''
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "kyotocabinet"
# #define PACKAGE_TARNAME "kyotocabinet"
# #define PACKAGE_VERSION "1.2.76"
# #define PACKAGE_STRING "kyotocabinet 1.2.76"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_LIBC 1
# #define HAVE_LIBM 1
# #define HAVE_LIBPTHREAD 1
# #define HAVE_LIBRT 1
# #define HAVE_LIBSTDC__ 1
# #define HAVE_LIBZ 1
#
# configure: exit 0