Build of kyotocabinet with musl toolchain

The build took 00h 01m 25s and was NOT successful.

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

SLOCLanguage
59,347 cpp
1,473 ansic
190 sh
118 makefile
91 awk
61 perl
61,280 total

The process tree of the build process is here.

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

List of Errors

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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/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 (Wed Apr 5 00:13:23 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... yes
# 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... no
# 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... no
# checking zlib.h presence... no
# checking for zlib.h... no
# configure: error: zlib.h is required
# ==> ERROR: A failure occurred in build().
# Aborting...

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 = 174527507bee
# 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: /sysroot/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.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2617: $? = 0
# configure:2606: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# 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
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:2800: $? = 127
# configure:2815: result: yes
# 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.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3215: $? = 0
# configure:3204: clang++ -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# 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: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
# /sysroot/bin/ld: error: 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
# /sysroot/bin/ld: error: cannot find -lz
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4298: $? = 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:4307: result: no
# configure:4403: checking for main in -lkyotocabinet
# configure:4422: clang++ -o conftest conftest.cpp -lkyotocabinet -lstdc++ -lrt -lpthread -lm -lc >&5
# /sysroot/bin/ld: error: 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
# | /* 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
# conftest.cpp:57:10: fatal error: 'zlib.h' file not found
# #include
# ^
# 1 error generated.
# configure:4499: $? = 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. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4499: result: no
# configure:4499: checking zlib.h presence
# configure:4499: clang++ -E conftest.cpp
# conftest.cpp:24:10: fatal error: 'zlib.h' file not found
# #include
# ^
# 1 error generated.
# configure:4499: $? = 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. */
# | #include
# configure:4499: result: no
# configure:4499: checking for zlib.h
# configure:4499: result: no
# configure:4503: error: zlib.h is required
#
# ## ---------------- ##
# ## 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=no
# 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=no
# 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=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-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'
# 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'
# 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='NONE'
# 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
#
# configure: exit 1