Build of kyotocabinet with android toolchain

The build took 00h 00m 59s and was NOT 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:

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

Copied permanent toolchain into container-local sysroot
# /toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi
# /toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/SOURCES --> /sysroot/SOURCES
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/COPYING --> /sysroot/COPYING
# /toolchain_root/COPYING3 --> /sysroot/COPYING3
# /toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: kyotocabinet 1.2.76-5 (Tue Apr 4 20:39:33 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# #================================================================
# # Configuring Kyoto Cabinet version 1.2.76 (no-opt).
# #================================================================
# checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether arm-linux-androideabi-gcc accepts -g... yes
# checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
# checking whether we are using the GNU C++ compiler... yes
# checking whether arm-linux-androideabi-g++ accepts -g... yes
# checking how to run the C++ preprocessor... arm-linux-androideabi-g++ -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... no
# checking for useless warnings... yes
# checking for atomic operations... yes
# checking for main in -lc... yes
# checking for main in -lm... yes
# checking for main in -lpthread... no
# checking for main in -lrt... no
# 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.
# #================================================================
# arm-linux-androideabi-g++ -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_MYGCCATOMIC -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++ -lm -lc \"" -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcutil.cc
# arm-linux-androideabi-g++ -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_MYGCCATOMIC -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++ -lm -lc \"" -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcthread.cc
# arm-linux-androideabi-g++ -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_MYGCCATOMIC -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++ -lm -lc \"" -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcfile.cc
# arm-linux-androideabi-g++ -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_MYGCCATOMIC -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++ -lm -lc \"" -Wall -fPIC -fsigned-char -g0 -O2 -O0 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kccompress.cc
# In file included from /usr/include/features.h:392:0,
# from /usr/include/stdint.h:25,
# from ./kccommon.h:20,
# from kcfile.h:19,
# from kcfile.cc:16:
# /usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or directory
# # include
# ^
# In file included from /usr/include/features.h:392:0,
# from /usr/include/stdint.h:25,
# from ./kccommon.h:20,
# from kcutil.h:19,
# from kcutil.cc:16:
# /usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or directory
# # include
# ^
# compilation terminated.
# compilation terminated.
# In file included from /usr/include/features.h:392:0,
# from /usr/include/stdint.h:25,
# from ./kccommon.h:20,
# from kccompress.h:19,
# from kccompress.cc:16:
# /usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or directory
# # include
# ^
# compilation terminated.
# In file included from /usr/include/features.h:392:0,
# from /usr/include/stdint.h:25,
# from ./kccommon.h:20,
# from kcthread.h:19,
# from kcthread.cc:16:
# /usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or directory
# # include
# ^
# compilation terminated.
# make: *** [Makefile:76: kcutil.o] Error 1
# make: *** Waiting for unfinished jobs....
# make: *** [Makefile:76: kcfile.o] Error 1
# make: *** [Makefile:76: kcthread.o] Error 1
# make: *** [Makefile:76: kccompress.o] Error 1
# ==> 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 --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --disable-opt
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = ab6502d6e8dd
# 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: /sysroot/libexec/gcc/arm-linux-androideabi/4.8
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2301: checking for arm-linux-androideabi-gcc
# configure:2328: result: arm-linux-androideabi-gcc
# configure:2597: checking for C compiler version
# configure:2606: arm-linux-androideabi-gcc --version >&5
# arm-linux-androideabi-gcc (GCC) 4.8
# Copyright (C) 2013 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2617: $? = 0
# configure:2606: arm-linux-androideabi-gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=arm-linux-androideabi-gcc
# COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
# Target: arm-linux-androideabi
# Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
# Thread model: posix
# gcc version 4.8 (GCC)
# configure:2617: $? = 0
# configure:2606: arm-linux-androideabi-gcc -V >&5
# arm-linux-androideabi-gcc: error: unrecognized command line option '-V'
# arm-linux-androideabi-gcc: fatal error: no input files
# compilation terminated.
# configure:2617: $? = 1
# configure:2606: arm-linux-androideabi-gcc -qversion >&5
# arm-linux-androideabi-gcc: error: unrecognized command line option '-qversion'
# arm-linux-androideabi-gcc: fatal error: no input files
# compilation terminated.
# configure:2617: $? = 1
# configure:2637: checking whether the C compiler works
# configure:2659: arm-linux-androideabi-gcc 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: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:2733: $? = 0
# configure:2755: result:
# configure:2777: checking whether we are cross compiling
# configure:2815: result: yes
# configure:2820: checking for suffix of object files
# configure:2842: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:2846: $? = 0
# configure:2867: result: o
# configure:2871: checking whether we are using the GNU C compiler
# configure:2890: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:2890: $? = 0
# configure:2899: result: yes
# configure:2908: checking whether arm-linux-androideabi-gcc accepts -g
# configure:2928: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:2928: $? = 0
# configure:2969: result: yes
# configure:2986: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:3050: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3050: $? = 0
# configure:3063: result: none needed
# configure:3195: checking for C++ compiler version
# configure:3204: arm-linux-androideabi-g++ --version >&5
# arm-linux-androideabi-g++ (GCC) 4.8
# Copyright (C) 2013 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3215: $? = 0
# configure:3204: arm-linux-androideabi-g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=arm-linux-androideabi-g++
# COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
# Target: arm-linux-androideabi
# Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
# Thread model: posix
# gcc version 4.8 (GCC)
# configure:3215: $? = 0
# configure:3204: arm-linux-androideabi-g++ -V >&5
# arm-linux-androideabi-g++: error: unrecognized command line option '-V'
# arm-linux-androideabi-g++: fatal error: no input files
# compilation terminated.
# configure:3215: $? = 1
# configure:3204: arm-linux-androideabi-g++ -qversion >&5
# arm-linux-androideabi-g++: error: unrecognized command line option '-qversion'
# arm-linux-androideabi-g++: fatal error: no input files
# compilation terminated.
# configure:3215: $? = 1
# configure:3219: checking whether we are using the GNU C++ compiler
# configure:3238: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3238: $? = 0
# configure:3247: result: yes
# configure:3256: checking whether arm-linux-androideabi-g++ accepts -g
# configure:3276: arm-linux-androideabi-g++ -c -g conftest.cpp >&5
# configure:3276: $? = 0
# configure:3317: result: yes
# configure:3367: checking how to run the C++ preprocessor
# configure:3394: arm-linux-androideabi-g++ -E conftest.cpp
# configure:3394: $? = 0
# configure:3408: arm-linux-androideabi-g++ -E conftest.cpp
# conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: arm-linux-androideabi-g++ -E
# configure:3453: arm-linux-androideabi-g++ -E conftest.cpp
# configure:3453: $? = 0
# configure:3467: arm-linux-androideabi-g++ -E conftest.cpp
# conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3646: $? = 0
# configure:3730: result: yes
# configure:3743: checking for sys/types.h
# configure:3743: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3743: $? = 0
# configure:3743: result: yes
# configure:3743: checking for sys/stat.h
# configure:3743: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3743: $? = 0
# configure:3743: result: yes
# configure:3743: checking for stdlib.h
# configure:3743: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3743: $? = 0
# configure:3743: result: yes
# configure:3743: checking for string.h
# configure:3743: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3743: $? = 0
# configure:3743: result: yes
# configure:3743: checking for memory.h
# configure:3743: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3743: $? = 0
# configure:3743: result: yes
# configure:3743: checking for strings.h
# configure:3743: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3743: $? = 0
# configure:3743: result: yes
# configure:3743: checking for inttypes.h
# configure:3743: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3743: $? = 0
# configure:3743: result: yes
# configure:3743: checking for stdint.h
# configure:3743: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3743: $? = 0
# configure:3743: result: yes
# configure:3743: checking for unistd.h
# configure:3743: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3743: $? = 0
# configure:3743: result: yes
# configure:3755: checking whether byte ordering is bigendian
# configure:3770: arm-linux-androideabi-g++ -c conftest.cpp >&5
# conftest.cpp:20:9: error: expected unqualified-id before 'not' token
# not a universal capable compiler
# ^
# 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: arm-linux-androideabi-g++ -c conftest.cpp >&5
# conftest.cpp: In function 'int main()':
# conftest.cpp:26:8: error: 'bogus' was not declared in this scope
# bogus endian macros
# ^
# conftest.cpp:26:14: error: expected ';' before 'endian'
# bogus endian macros
# ^
# configure:3815: $? = 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 ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
# | bogus endian macros
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:3859: arm-linux-androideabi-g++ -c conftest.cpp >&5
# conftest.cpp: In function 'int main()':
# conftest.cpp:25:8: error: 'bogus' was not declared in this scope
# bogus endian macros
# ^
# conftest.cpp:25:14: error: expected ';' before 'endian'
# bogus endian macros
# ^
# configure:3859: $? = 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
# |
# | int
# | main ()
# | {
# | #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
# | bogus endian macros
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:3915: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:3915: $? = 0
# configure:3961: result: no
# configure:4027: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:4027: $? = 0
# configure:4043: checking for main in -lc
# configure:4062: arm-linux-androideabi-g++ -o conftest conftest.cpp -lc >&5
# configure:4062: $? = 0
# configure:4071: result: yes
# configure:4082: checking for main in -lm
# configure:4101: arm-linux-androideabi-g++ -o conftest conftest.cpp -lm -lc >&5
# configure:4101: $? = 0
# configure:4110: result: yes
# configure:4121: checking for main in -lpthread
# configure:4140: arm-linux-androideabi-g++ -o conftest conftest.cpp -lpthread -lm -lc >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpthread
# collect2: error: ld returned 1 exit status
# configure:4140: $? = 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
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:4149: result: no
# configure:4160: checking for main in -lrt
# configure:4179: arm-linux-androideabi-g++ -o conftest conftest.cpp -lrt -lm -lc >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lrt
# collect2: error: ld returned 1 exit status
# configure:4179: $? = 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
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:4188: result: no
# configure:4199: checking for main in -lstdc++
# configure:4218: arm-linux-androideabi-g++ -o conftest conftest.cpp -lstdc++ -lm -lc >&5
# configure:4218: $? = 0
# configure:4227: result: yes
# configure:4238: checking for main in -lregex
# configure:4257: arm-linux-androideabi-g++ -o conftest conftest.cpp -lregex -lstdc++ -lm -lc >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lregex
# collect2: error: ld returned 1 exit status
# 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_LIBSTDC__ 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:4266: result: no
# configure:4279: checking for main in -lz
# configure:4298: arm-linux-androideabi-g++ -o conftest conftest.cpp -lz -lstdc++ -lm -lc >&5
# configure:4298: $? = 0
# configure:4307: result: yes
# configure:4403: checking for main in -lkyotocabinet
# configure:4422: arm-linux-androideabi-g++ -o conftest conftest.cpp -lkyotocabinet -lz -lstdc++ -lm -lc >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lkyotocabinet
# collect2: error: ld returned 1 exit status
# 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_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: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:4465: $? = 0
# configure:4465: result: yes
# configure:4465: checking fcntl.h presence
# configure:4465: arm-linux-androideabi-g++ -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: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:4473: $? = 0
# configure:4473: result: yes
# configure:4473: checking dirent.h presence
# configure:4473: arm-linux-androideabi-g++ -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: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:4481: $? = 0
# configure:4481: result: yes
# configure:4481: checking pthread.h presence
# configure:4481: arm-linux-androideabi-g++ -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: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:4489: $? = 0
# configure:4489: result: yes
# configure:4489: checking regex.h presence
# configure:4489: arm-linux-androideabi-g++ -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: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:4499: $? = 0
# configure:4499: result: yes
# configure:4499: checking zlib.h presence
# configure:4499: arm-linux-androideabi-g++ -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 ab6502d6e8dd
#
# config.status:762: creating Makefile
# config.status:762: 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=arm-linux-androideabi-gcc
# 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=arm-linux-androideabi-g++
# 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=set
# ac_cv_env_build_alias_value=x86_64-unknown-linux
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=arm-linux-androideabi
# 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=no
# ac_cv_lib_regex_main=no
# ac_cv_lib_rt_main=no
# 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=arm-linux-androideabi-gcc
# ac_cv_prog_CXXCPP='arm-linux-androideabi-g++ -E'
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='arm-linux-androideabi-gcc'
# CFLAGS=''
# CPPFLAGS=''
# CXX='arm-linux-androideabi-g++'
# CXXCPP='arm-linux-androideabi-g++ -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_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++ -lm -lc '
# LTLIBOBJS=''
# MYCFLAGS='-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 -D_MYGCCATOMIC'
# MYCXXFLAGS='-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='x86_64-unknown-linux'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='arm-linux-androideabi'
# 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_LIBSTDC__ 1
# #define HAVE_LIBZ 1
#
# configure: exit 0