The build took 00h 01m 37s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
6,624 |
cpp |
3,960 |
sh |
1,356 |
ansic |
1,187 |
makefile |
13,127 |
total |
The process tree of the build process is here.
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:
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/libexecCMD: 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: sparsehash 2.0.3-1 (Tue Apr 4 20:38:43 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...checking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for arm-linux-androideabi-strip... arm-linux-androideabi-stripchecking for a thread-safe mkdir -p... /usr/sbin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether the C++ compiler works... yeschecking for C++ compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... yeschecking for suffix of object files... ochecking whether we are using the GNU C++ compiler... yeschecking whether arm-linux-androideabi-g++ accepts -g... yeschecking for style of include used by make... GNUchecking dependency style of arm-linux-androideabi-g++... gcc3checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gccchecking whether we are using the GNU C compiler... yeschecking whether arm-linux-androideabi-gcc accepts -g... yeschecking for arm-linux-androideabi-gcc option to accept ISO C89... none neededchecking dependency style of arm-linux-androideabi-gcc... gcc3checking how to run the C preprocessor... arm-linux-androideabi-gcc -Echecking for grep that handles long lines and -e... /usr/sbin/grepchecking for egrep... /usr/sbin/grep -Echecking for ANSI C header files... yeschecking for memcpy... yeschecking for memmove... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking for uint16_t... yeschecking for u_int16_t... yeschecking for __uint16... nochecking for long long... yeschecking sys/resource.h usability... yeschecking sys/resource.h presence... yeschecking for sys/resource.h... yeschecking for unistd.h... (cached) yeschecking sys/time.h usability... yeschecking sys/time.h presence... yeschecking for sys/time.h... yeschecking sys/utsname.h usability... yeschecking sys/utsname.h presence... yeschecking for sys/utsname.h... yeschecking how to run the C++ preprocessor... arm-linux-androideabi-g++ -Echecking google/malloc_extension.h usability... nochecking google/malloc_extension.h presence... nochecking for google/malloc_extension.h... nochecking whether the compiler implements namespaces... yeschecking the location of hash_map... checking how to include hash_fun directly... configure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating src/config.hconfig.status: executing depfiles commands[ -d src/sparsehash/internal ] || mkdir -p src/sparsehash/internalecho "/*" > src/sparsehash/internal/_sparsehash_configecho " * NOTE: This file is for internal use only." >> src/sparsehash/internal/_sparsehash_configecho " * Do not use these #defines in your own program!" >> src/sparsehash/internal/_sparsehash_configecho " */" >> src/sparsehash/internal/_sparsehash_configgawk '{prevline=currline; currline=$0;} \ /^#/ {in_second_file = 1;} \ !in_second_file {if (currline !~ /^ *$/) {inc[currline]=0}}; \ in_second_file { for (i in inc) { \ if (index(currline, i) != 0) { \ print "\n"prevline"\n"currline; \ delete inc[i]; \ } \ } }' \./src/config.h.include ./src/config.h \>> src/sparsehash/internal/_sparsehash_configmv -f src/sparsehash/internal/_sparsehash_config src/sparsehash/internal/sparseconfig.hmake all-ammake[1]: Entering directory '/tmp/sparsehash/src/sparsehash-sparsehash-2.0.3'arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -MT template_util_unittest.o -MD -MP -MF .deps/template_util_unittest.Tpo -c -o template_util_unittest.o `test -f 'src/template_util_unittest.cc' || echo './'`src/template_util_unittest.ccarm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -MT type_traits_unittest.o -MD -MP -MF .deps/type_traits_unittest.Tpo -c -o type_traits_unittest.o `test -f 'src/type_traits_unittest.cc' || echo './'`src/type_traits_unittest.ccarm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -MT libc_allocator_with_realloc_test.o -MD -MP -MF .deps/libc_allocator_with_realloc_test.Tpo -c -o libc_allocator_with_realloc_test.o `test -f 'src/libc_allocator_with_realloc_test.cc' || echo './'`src/libc_allocator_with_realloc_test.ccarm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -MT sparsetable_unittest.o -MD -MP -MF .deps/sparsetable_unittest.Tpo -c -o sparsetable_unittest.o `test -f 'src/sparsetable_unittest.cc' || echo './'`src/sparsetable_unittest.ccmv -f .deps/template_util_unittest.Tpo .deps/template_util_unittest.Poarm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -MT hashtable_test.o -MD -MP -MF .deps/hashtable_test.Tpo -c -o hashtable_test.o `test -f 'src/hashtable_test.cc' || echo './'`src/hashtable_test.ccmv -f .deps/type_traits_unittest.Tpo .deps/type_traits_unittest.Pomv -f .deps/libc_allocator_with_realloc_test.Tpo .deps/libc_allocator_with_realloc_test.Poarm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -MT simple_test.o -MD -MP -MF .deps/simple_test.Tpo -c -o simple_test.o `test -f 'src/simple_test.cc' || echo './'`src/simple_test.ccarm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -MT simple_compat_test.o -MD -MP -MF .deps/simple_compat_test.Tpo -c -o simple_compat_test.o `test -f 'src/simple_compat_test.cc' || echo './'`src/simple_compat_test.ccmv -f .deps/simple_test.Tpo .deps/simple_test.Poarm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -MT time_hash_map-time_hash_map.o -MD -MP -MF .deps/time_hash_map-time_hash_map.Tpo -c -o time_hash_map-time_hash_map.o `test -f 'src/time_hash_map.cc' || echo './'`src/time_hash_map.ccmv -f .deps/simple_compat_test.Tpo .deps/simple_compat_test.Poecho 'prefix=/usr' > "libsparsehash.pc".tmpecho 'exec_prefix='`echo '/usr' | sed 's@^/usr@${prefix}@'` >> "libsparsehash.pc".tmpecho 'libdir='`echo '/usr/lib' | sed 's@^/usr@${exec_prefix}@'` >> "libsparsehash.pc".tmpecho 'includedir='`echo '/usr/include' | sed 's@^/usr@${prefix}@'` >> "libsparsehash.pc".tmpecho '' >> "libsparsehash.pc".tmpecho 'Name: sparsehash' >> "libsparsehash.pc".tmpecho 'Version: 2.0.2' >> "libsparsehash.pc".tmpgrep '^Summary:' ./packages/rpm/rpm.spec | sed s/^Summary:/Description:/ | head -n1 >> "libsparsehash.pc".tmpmv -f .deps/sparsetable_unittest.Tpo .deps/sparsetable_unittest.Poarm-linux-androideabi-g++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -o template_util_unittest template_util_unittest.o grep '^URL: ' ./packages/rpm/rpm.spec >> "libsparsehash.pc".tmpecho 'Requires:' >> "libsparsehash.pc".tmpecho 'Libs:' >> "libsparsehash.pc".tmpecho 'Cflags: -I${includedir}' >> "libsparsehash.pc".tmpmv -f "libsparsehash.pc".tmp "libsparsehash.pc"arm-linux-androideabi-g++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -o type_traits_unittest type_traits_unittest.o arm-linux-androideabi-g++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -o libc_allocator_with_realloc_test libc_allocator_with_realloc_test.o arm-linux-androideabi-g++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -o sparsetable_unittest sparsetable_unittest.o arm-linux-androideabi-g++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -o simple_test simple_test.o arm-linux-androideabi-g++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -o simple_compat_test simple_compat_test.o mv -f .deps/time_hash_map-time_hash_map.Tpo .deps/time_hash_map-time_hash_map.Poarm-linux-androideabi-g++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -o time_hash_map time_hash_map-time_hash_map.o mv -f .deps/hashtable_test.Tpo .deps/hashtable_test.Poarm-linux-androideabi-g++ -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -o hashtable_test hashtable_test.o make[1]: Leaving directory '/tmp/sparsehash/src/sparsehash-sparsehash-2.0.3'==> Entering fakeroot environment...==> Starting package()...make install-ammake[1]: Entering directory '/tmp/sparsehash/src/sparsehash-sparsehash-2.0.3'make[2]: Entering directory '/tmp/sparsehash/src/sparsehash-sparsehash-2.0.3'test -z "/usr/lib" || /usr/sbin/mkdir -p "/tmp/sparsehash/pkg/sparsehash//usr/lib"test -z "/usr/share/doc/sparsehash-2.0.2" || /usr/sbin/mkdir -p "/tmp/sparsehash/pkg/sparsehash//usr/share/doc/sparsehash-2.0.2"test -z "/usr/include/google" || /usr/sbin/mkdir -p "/tmp/sparsehash/pkg/sparsehash//usr/include/google"test -z "/usr/include/google/sparsehash" || /usr/sbin/mkdir -p "/tmp/sparsehash/pkg/sparsehash//usr/include/google/sparsehash"test -z "/usr/include/sparsehash/internal" || /usr/sbin/mkdir -p "/tmp/sparsehash/pkg/sparsehash//usr/include/sparsehash/internal" /usr/bin/install -c -m 644 AUTHORS COPYING ChangeLog INSTALL NEWS README README_windows.txt TODO doc/dense_hash_map.html doc/dense_hash_set.html doc/sparse_hash_map.html doc/sparse_hash_set.html doc/sparsetable.html doc/implementation.html doc/performance.html doc/index.html doc/designstyle.css '/tmp/sparsehash/pkg/sparsehash//usr/share/doc/sparsehash-2.0.2' /usr/bin/install -c -m 644 src/google/dense_hash_map src/google/dense_hash_set src/google/sparse_hash_map src/google/sparse_hash_set src/google/sparsetable src/google/template_util.h src/google/type_traits.h '/tmp/sparsehash/pkg/sparsehash//usr/include/google' /usr/bin/install -c -m 644 src/google/sparsehash/densehashtable.h src/google/sparsehash/sparsehashtable.h src/google/sparsehash/hashtable-common.h src/google/sparsehash/libc_allocator_with_realloc.h '/tmp/sparsehash/pkg/sparsehash//usr/include/google/sparsehash'test -z "/usr/lib/pkgconfig" || /usr/sbin/mkdir -p "/tmp/sparsehash/pkg/sparsehash//usr/lib/pkgconfig"test -z "/usr/include/sparsehash" || /usr/sbin/mkdir -p "/tmp/sparsehash/pkg/sparsehash//usr/include/sparsehash"test -z "/usr/include/sparsehash/internal" || /usr/sbin/mkdir -p "/tmp/sparsehash/pkg/sparsehash//usr/include/sparsehash/internal" /usr/bin/install -c -m 644 src/sparsehash/internal/densehashtable.h src/sparsehash/internal/sparsehashtable.h src/sparsehash/internal/hashtable-common.h src/sparsehash/internal/libc_allocator_with_realloc.h '/tmp/sparsehash/pkg/sparsehash//usr/include/sparsehash/internal' /usr/bin/install -c -m 644 libsparsehash.pc '/tmp/sparsehash/pkg/sparsehash//usr/lib/pkgconfig' /usr/bin/install -c -m 644 src/sparsehash/internal/sparseconfig.h '/tmp/sparsehash/pkg/sparsehash//usr/include/sparsehash/internal' /usr/bin/install -c -m 644 src/sparsehash/dense_hash_map src/sparsehash/dense_hash_set src/sparsehash/sparse_hash_map src/sparsehash/sparse_hash_set src/sparsehash/sparsetable src/sparsehash/template_util.h src/sparsehash/type_traits.h '/tmp/sparsehash/pkg/sparsehash//usr/include/sparsehash'make[2]: Leaving directory '/tmp/sparsehash/src/sparsehash-sparsehash-2.0.3'make[1]: Leaving directory '/tmp/sparsehash/src/sparsehash-sparsehash-2.0.3'==> Tidying install... -> Removing doc files... -> Purging unwanted files...==> Checking for packaging issue...==> Creating package "sparsehash"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file...error: invalid option '--noprogressbar' -> Generating .MTREE file... -> Compressing package...==> Leaving fakeroot environment.==> Finished making: sparsehash 2.0.3-1 (Tue Apr 4 20:39:03 UTC 2017)CMD: pacman --query --file sparsehash-2.0.3-1-any.pkg.tar.xz
Creating hybrid package for 'sparsehash'
Trying to find vanilla package 'sparsehash'...
CMD: pacman --query --file /mirror/sparsehash-2.0.3-1.pkg.tar.xz
Package file has the following structure:
/.PKGINFO/.BUILDINFO/.MTREE/usr/lib/pkgconfig/libsparsehash.pc/usr/include/google/dense_hash_map/usr/include/google/dense_hash_set/usr/include/google/sparse_hash_map/usr/include/google/sparse_hash_set/usr/include/google/sparsetable/usr/include/google/template_util.h/usr/include/google/type_traits.h/usr/include/google/sparsehash/densehashtable.h/usr/include/google/sparsehash/sparsehashtable.h/usr/include/google/sparsehash/hashtable-common.h/usr/include/google/sparsehash/libc_allocator_with_realloc.h/usr/include/sparsehash/dense_hash_map/usr/include/sparsehash/dense_hash_set/usr/include/sparsehash/sparse_hash_map/usr/include/sparsehash/sparse_hash_set/usr/include/sparsehash/sparsetable/usr/include/sparsehash/template_util.h/usr/include/sparsehash/type_traits.h/usr/include/sparsehash/internal/densehashtable.h/usr/include/sparsehash/internal/sparsehashtable.h/usr/include/sparsehash/internal/hashtable-common.h/usr/include/sparsehash/internal/libc_allocator_with_realloc.h/usr/include/sparsehash/internal/sparseconfig.h/usr/share/doc/sparsehash-2.0.2/AUTHORS/usr/share/doc/sparsehash-2.0.2/COPYING/usr/share/doc/sparsehash-2.0.2/ChangeLog/usr/share/doc/sparsehash-2.0.2/INSTALL/usr/share/doc/sparsehash-2.0.2/NEWS/usr/share/doc/sparsehash-2.0.2/README/usr/share/doc/sparsehash-2.0.2/README_windows.txt/usr/share/doc/sparsehash-2.0.2/TODO/usr/share/doc/sparsehash-2.0.2/dense_hash_map.html/usr/share/doc/sparsehash-2.0.2/dense_hash_set.html/usr/share/doc/sparsehash-2.0.2/sparse_hash_map.html/usr/share/doc/sparsehash-2.0.2/sparse_hash_set.html/usr/share/doc/sparsehash-2.0.2/sparsetable.html/usr/share/doc/sparsehash-2.0.2/implementation.html/usr/share/doc/sparsehash-2.0.2/performance.html/usr/share/doc/sparsehash-2.0.2/index.html/usr/share/doc/sparsehash-2.0.2/designstyle.css/usr/share/licenses/sparsehash/COPYING/sysroot/sysroot/usr/lib/pkgconfig/libsparsehash.pc/sysroot/sysroot/usr/include/google/dense_hash_map/sysroot/sysroot/usr/include/google/dense_hash_set/sysroot/sysroot/usr/include/google/sparse_hash_map/sysroot/sysroot/usr/include/google/sparse_hash_set/sysroot/sysroot/usr/include/google/sparsetable/sysroot/sysroot/usr/include/google/template_util.h/sysroot/sysroot/usr/include/google/type_traits.h/sysroot/sysroot/usr/include/google/sparsehash/densehashtable.h/sysroot/sysroot/usr/include/google/sparsehash/sparsehashtable.h/sysroot/sysroot/usr/include/google/sparsehash/hashtable-common.h/sysroot/sysroot/usr/include/google/sparsehash/libc_allocator_with_realloc.h/sysroot/sysroot/usr/include/sparsehash/dense_hash_map/sysroot/sysroot/usr/include/sparsehash/dense_hash_set/sysroot/sysroot/usr/include/sparsehash/sparse_hash_map/sysroot/sysroot/usr/include/sparsehash/sparse_hash_set/sysroot/sysroot/usr/include/sparsehash/sparsetable/sysroot/sysroot/usr/include/sparsehash/template_util.h/sysroot/sysroot/usr/include/sparsehash/type_traits.h/sysroot/sysroot/usr/include/sparsehash/internal/densehashtable.h/sysroot/sysroot/usr/include/sparsehash/internal/sparsehashtable.h/sysroot/sysroot/usr/include/sparsehash/internal/hashtable-common.h/sysroot/sysroot/usr/include/sparsehash/internal/libc_allocator_with_realloc.h/sysroot/sysroot/usr/include/sparsehash/internal/sparseconfig.hGenerating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf sparsehash.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/sparsehash.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/sparsehash.pkg.tar.xz
==> Extracting database to a temporary location...==> Extracting database to a temporary location...==> Adding package '/var/cache/pacman/pkg/sparsehash.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/sparsehash/src/sparsehash-sparsehash-2.0.3/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by sparsehash configure 2.0.2, which wasgenerated by GNU Autoconf 2.68. Invocation command line was$ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr## --------- #### Platform. #### --------- ##hostname = 22702f5853a8uname -m = x86_64uname -r = 4.10.6-1-ARCHuname -s = Linuxuname -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 = unknownPATH: /sysroot/binPATH: /sysroot/libexec/gcc/arm-linux-androideabi/4.8PATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:2422: checking for a BSD-compatible installconfigure:2490: result: /usr/bin/install -cconfigure:2501: checking whether build environment is saneconfigure:2551: result: yesconfigure:2600: checking for arm-linux-androideabi-stripconfigure:2616: found /sysroot/bin/arm-linux-androideabi-stripconfigure:2627: result: arm-linux-androideabi-stripconfigure:2692: checking for a thread-safe mkdir -pconfigure:2731: result: /usr/sbin/mkdir -pconfigure:2744: checking for gawkconfigure:2760: found /usr/sbin/gawkconfigure:2771: result: gawkconfigure:2782: checking whether make sets $(MAKE)configure:2804: result: yesconfigure:3000: checking for C++ compiler versionconfigure:3009: arm-linux-androideabi-g++ --version >&5arm-linux-androideabi-g++ (GCC) 4.8Copyright (C) 2013 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:3020: $? = 0configure:3009: arm-linux-androideabi-g++ -v >&5Using built-in specs.COLLECT_GCC=arm-linux-androideabi-g++COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapperTarget: arm-linux-androideabiConfigured 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=defaultThread model: posixgcc version 4.8 (GCC)configure:3020: $? = 0configure:3009: arm-linux-androideabi-g++ -V >&5arm-linux-androideabi-g++: error: unrecognized command line option '-V'arm-linux-androideabi-g++: fatal error: no input filescompilation terminated.configure:3020: $? = 1configure:3009: arm-linux-androideabi-g++ -qversion >&5arm-linux-androideabi-g++: error: unrecognized command line option '-qversion'arm-linux-androideabi-g++: fatal error: no input filescompilation terminated.configure:3020: $? = 1configure:3040: checking whether the C++ compiler worksconfigure:3062: arm-linux-androideabi-g++ conftest.cpp >&5configure:3066: $? = 0configure:3114: result: yesconfigure:3117: checking for C++ compiler default output file nameconfigure:3119: result: a.outconfigure:3125: checking for suffix of executablesconfigure:3132: arm-linux-androideabi-g++ -o conftest conftest.cpp >&5configure:3136: $? = 0configure:3158: result:configure:3180: checking whether we are cross compilingconfigure:3218: result: yesconfigure:3223: checking for suffix of object filesconfigure:3245: arm-linux-androideabi-g++ -c conftest.cpp >&5configure:3249: $? = 0configure:3270: result: oconfigure:3274: checking whether we are using the GNU C++ compilerconfigure:3293: arm-linux-androideabi-g++ -c conftest.cpp >&5configure:3293: $? = 0configure:3302: result: yesconfigure:3311: checking whether arm-linux-androideabi-g++ accepts -gconfigure:3331: arm-linux-androideabi-g++ -c -g conftest.cpp >&5configure:3331: $? = 0configure:3372: result: yesconfigure:3406: checking for style of include used by makeconfigure:3434: result: GNUconfigure:3459: checking dependency style of arm-linux-androideabi-g++configure:3569: result: gcc3configure:3592: checking for arm-linux-androideabi-gccconfigure:3619: result: arm-linux-androideabi-gccconfigure:3888: checking for C compiler versionconfigure:3897: arm-linux-androideabi-gcc --version >&5arm-linux-androideabi-gcc (GCC) 4.8Copyright (C) 2013 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:3908: $? = 0configure:3897: arm-linux-androideabi-gcc -v >&5Using built-in specs.COLLECT_GCC=arm-linux-androideabi-gccCOLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapperTarget: arm-linux-androideabiConfigured 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=defaultThread model: posixgcc version 4.8 (GCC)configure:3908: $? = 0configure:3897: arm-linux-androideabi-gcc -V >&5arm-linux-androideabi-gcc: error: unrecognized command line option '-V'arm-linux-androideabi-gcc: fatal error: no input filescompilation terminated.configure:3908: $? = 1configure:3897: arm-linux-androideabi-gcc -qversion >&5arm-linux-androideabi-gcc: error: unrecognized command line option '-qversion'arm-linux-androideabi-gcc: fatal error: no input filescompilation terminated.configure:3908: $? = 1configure:3912: checking whether we are using the GNU C compilerconfigure:3931: arm-linux-androideabi-gcc -c conftest.c >&5configure:3931: $? = 0configure:3940: result: yesconfigure:3949: checking whether arm-linux-androideabi-gcc accepts -gconfigure:3969: arm-linux-androideabi-gcc -c -g conftest.c >&5configure:3969: $? = 0configure:4010: result: yesconfigure:4027: checking for arm-linux-androideabi-gcc option to accept ISO C89configure:4091: arm-linux-androideabi-gcc -c conftest.c >&5configure:4091: $? = 0configure:4104: result: none neededconfigure:4126: checking dependency style of arm-linux-androideabi-gccconfigure:4236: result: gcc3configure:4256: checking how to run the C preprocessorconfigure:4287: arm-linux-androideabi-gcc -E conftest.cconfigure:4287: $? = 0configure:4301: arm-linux-androideabi-gcc -E conftest.cconftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:4301: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "sparsehash"| #define PACKAGE_TARNAME "sparsehash"| #define PACKAGE_VERSION "2.0.2"| #define PACKAGE_STRING "sparsehash 2.0.2"| #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"| #define PACKAGE_URL ""| #define PACKAGE "sparsehash"| #define VERSION "2.0.2"| /* end confdefs.h. */| #include configure:4326: result: arm-linux-androideabi-gcc -Econfigure:4346: arm-linux-androideabi-gcc -E conftest.cconfigure:4346: $? = 0configure:4360: arm-linux-androideabi-gcc -E conftest.cconftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:4360: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "sparsehash"| #define PACKAGE_TARNAME "sparsehash"| #define PACKAGE_VERSION "2.0.2"| #define PACKAGE_STRING "sparsehash 2.0.2"| #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"| #define PACKAGE_URL ""| #define PACKAGE "sparsehash"| #define VERSION "2.0.2"| /* end confdefs.h. */| #include configure:4400: checking for grep that handles long lines and -econfigure:4458: result: /usr/sbin/grepconfigure:4463: checking for egrepconfigure:4525: result: /usr/sbin/grep -Econfigure:4530: checking for ANSI C header filesconfigure:4550: arm-linux-androideabi-gcc -c conftest.c >&5configure:4550: $? = 0configure:4634: result: yesconfigure:4645: checking for memcpyconfigure:4645: arm-linux-androideabi-gcc -o conftest conftest.c >&5conftest.c:35:6: warning: conflicting types for built-in function 'memcpy' [enabled by default]char memcpy ();^configure:4645: $? = 0configure:4645: result: yesconfigure:4645: checking for memmoveconfigure:4645: arm-linux-androideabi-gcc -o conftest conftest.c >&5conftest.c:36:6: warning: conflicting types for built-in function 'memmove' [enabled by default]char memmove ();^configure:4645: $? = 0configure:4645: result: yesconfigure:4659: checking for sys/types.hconfigure:4659: arm-linux-androideabi-gcc -c conftest.c >&5configure:4659: $? = 0configure:4659: result: yesconfigure:4659: checking for sys/stat.hconfigure:4659: arm-linux-androideabi-gcc -c conftest.c >&5configure:4659: $? = 0configure:4659: result: yesconfigure:4659: checking for stdlib.hconfigure:4659: arm-linux-androideabi-gcc -c conftest.c >&5configure:4659: $? = 0configure:4659: result: yesconfigure:4659: checking for string.hconfigure:4659: arm-linux-androideabi-gcc -c conftest.c >&5configure:4659: $? = 0configure:4659: result: yesconfigure:4659: checking for memory.hconfigure:4659: arm-linux-androideabi-gcc -c conftest.c >&5configure:4659: $? = 0configure:4659: result: yesconfigure:4659: checking for strings.hconfigure:4659: arm-linux-androideabi-gcc -c conftest.c >&5configure:4659: $? = 0configure:4659: result: yesconfigure:4659: checking for inttypes.hconfigure:4659: arm-linux-androideabi-gcc -c conftest.c >&5configure:4659: $? = 0configure:4659: result: yesconfigure:4659: checking for stdint.hconfigure:4659: arm-linux-androideabi-gcc -c conftest.c >&5configure:4659: $? = 0configure:4659: result: yesconfigure:4659: checking for unistd.hconfigure:4659: arm-linux-androideabi-gcc -c conftest.c >&5configure:4659: $? = 0configure:4659: result: yesconfigure:4671: checking for uint16_tconfigure:4671: arm-linux-androideabi-gcc -c conftest.c >&5configure:4671: $? = 0configure:4671: arm-linux-androideabi-gcc -c conftest.c >&5conftest.c: In function 'main':conftest.c:59:23: error: expected expression before ')' tokenif (sizeof ((uint16_t)))^configure:4671: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "sparsehash"| #define PACKAGE_TARNAME "sparsehash"| #define PACKAGE_VERSION "2.0.2"| #define PACKAGE_STRING "sparsehash 2.0.2"| #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"| #define PACKAGE_URL ""| #define PACKAGE "sparsehash"| #define VERSION "2.0.2"| #define STDC_HEADERS 1| #define HAVE_MEMCPY 1| #define HAVE_MEMMOVE 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 | #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| int| main ()| {| if (sizeof ((uint16_t)))| return 0;| ;| return 0;| }configure:4671: result: yesconfigure:4681: checking for u_int16_tconfigure:4681: arm-linux-androideabi-gcc -c conftest.c >&5configure:4681: $? = 0configure:4681: arm-linux-androideabi-gcc -c conftest.c >&5conftest.c: In function 'main':conftest.c:60:24: error: expected expression before ')' tokenif (sizeof ((u_int16_t)))^configure:4681: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "sparsehash"| #define PACKAGE_TARNAME "sparsehash"| #define PACKAGE_VERSION "2.0.2"| #define PACKAGE_STRING "sparsehash 2.0.2"| #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"| #define PACKAGE_URL ""| #define PACKAGE "sparsehash"| #define VERSION "2.0.2"| #define STDC_HEADERS 1| #define HAVE_MEMCPY 1| #define HAVE_MEMMOVE 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_UINT16_T 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| int| main ()| {| if (sizeof ((u_int16_t)))| return 0;| ;| return 0;| }configure:4681: result: yesconfigure:4691: checking for __uint16configure:4691: arm-linux-androideabi-gcc -c conftest.c >&5conftest.c: In function 'main':conftest.c:61:13: error: '__uint16' undeclared (first use in this function)if (sizeof (__uint16))^conftest.c:61:13: note: each undeclared identifier is reported only once for each function it appears inconfigure:4691: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "sparsehash"| #define PACKAGE_TARNAME "sparsehash"| #define PACKAGE_VERSION "2.0.2"| #define PACKAGE_STRING "sparsehash 2.0.2"| #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"| #define PACKAGE_URL ""| #define PACKAGE "sparsehash"| #define VERSION "2.0.2"| #define STDC_HEADERS 1| #define HAVE_MEMCPY 1| #define HAVE_MEMMOVE 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_UINT16_T 1| #define HAVE_U_INT16_T 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| int| main ()| {| if (sizeof (__uint16))| return 0;| ;| return 0;| }configure:4691: result: noconfigure:4701: checking for long longconfigure:4701: arm-linux-androideabi-gcc -c conftest.c >&5configure:4701: $? = 0configure:4701: arm-linux-androideabi-gcc -c conftest.c >&5conftest.c: In function 'main':conftest.c:61:24: error: expected expression before ')' tokenif (sizeof ((long long)))^configure:4701: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "sparsehash"| #define PACKAGE_TARNAME "sparsehash"| #define PACKAGE_VERSION "2.0.2"| #define PACKAGE_STRING "sparsehash 2.0.2"| #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"| #define PACKAGE_URL ""| #define PACKAGE "sparsehash"| #define VERSION "2.0.2"| #define STDC_HEADERS 1| #define HAVE_MEMCPY 1| #define HAVE_MEMMOVE 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_UINT16_T 1| #define HAVE_U_INT16_T 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| int| main ()| {| if (sizeof ((long long)))| return 0;| ;| return 0;| }configure:4701: result: yesconfigure:4716: checking sys/resource.h usabilityconfigure:4716: arm-linux-androideabi-gcc -c conftest.c >&5configure:4716: $? = 0configure:4716: result: yesconfigure:4716: checking sys/resource.h presenceconfigure:4716: arm-linux-androideabi-gcc -E conftest.cconfigure:4716: $? = 0configure:4716: result: yesconfigure:4716: checking for sys/resource.hconfigure:4716: result: yesconfigure:4716: checking for unistd.hconfigure:4716: result: yesconfigure:4716: checking sys/time.h usabilityconfigure:4716: arm-linux-androideabi-gcc -c conftest.c >&5configure:4716: $? = 0configure:4716: result: yesconfigure:4716: checking sys/time.h presenceconfigure:4716: arm-linux-androideabi-gcc -E conftest.cconfigure:4716: $? = 0configure:4716: result: yesconfigure:4716: checking for sys/time.hconfigure:4716: result: yesconfigure:4716: checking sys/utsname.h usabilityconfigure:4716: arm-linux-androideabi-gcc -c conftest.c >&5configure:4716: $? = 0configure:4716: result: yesconfigure:4716: checking sys/utsname.h presenceconfigure:4716: arm-linux-androideabi-gcc -E conftest.cconfigure:4716: $? = 0configure:4716: result: yesconfigure:4716: checking for sys/utsname.hconfigure:4716: result: yesconfigure:4742: checking how to run the C++ preprocessorconfigure:4769: arm-linux-androideabi-g++ -E conftest.cppconfigure:4769: $? = 0configure:4783: arm-linux-androideabi-g++ -E conftest.cppconftest.cpp:30:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:4783: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "sparsehash"| #define PACKAGE_TARNAME "sparsehash"| #define PACKAGE_VERSION "2.0.2"| #define PACKAGE_STRING "sparsehash 2.0.2"| #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"| #define PACKAGE_URL ""| #define PACKAGE "sparsehash"| #define VERSION "2.0.2"| #define STDC_HEADERS 1| #define HAVE_MEMCPY 1| #define HAVE_MEMMOVE 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_UINT16_T 1| #define HAVE_U_INT16_T 1| #define HAVE_LONG_LONG 1| #define HAVE_SYS_RESOURCE_H 1| #define HAVE_UNISTD_H 1| #define HAVE_SYS_TIME_H 1| #define HAVE_SYS_UTSNAME_H 1| /* end confdefs.h. */| #include configure:4808: result: arm-linux-androideabi-g++ -Econfigure:4828: arm-linux-androideabi-g++ -E conftest.cppconfigure:4828: $? = 0configure:4842: arm-linux-androideabi-g++ -E conftest.cppconftest.cpp:30:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:4842: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "sparsehash"| #define PACKAGE_TARNAME "sparsehash"| #define PACKAGE_VERSION "2.0.2"| #define PACKAGE_STRING "sparsehash 2.0.2"| #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"| #define PACKAGE_URL ""| #define PACKAGE "sparsehash"| #define VERSION "2.0.2"| #define STDC_HEADERS 1| #define HAVE_MEMCPY 1| #define HAVE_MEMMOVE 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_UINT16_T 1| #define HAVE_U_INT16_T 1| #define HAVE_LONG_LONG 1| #define HAVE_SYS_RESOURCE_H 1| #define HAVE_UNISTD_H 1| #define HAVE_SYS_TIME_H 1| #define HAVE_SYS_UTSNAME_H 1| /* end confdefs.h. */| #include configure:4873: checking google/malloc_extension.h usabilityconfigure:4873: arm-linux-androideabi-g++ -c conftest.cpp >&5conftest.cpp:63:37: fatal error: google/malloc_extension.h: No such file or directory#include ^compilation terminated.configure:4873: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "sparsehash"| #define PACKAGE_TARNAME "sparsehash"| #define PACKAGE_VERSION "2.0.2"| #define PACKAGE_STRING "sparsehash 2.0.2"| #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"| #define PACKAGE_URL ""| #define PACKAGE "sparsehash"| #define VERSION "2.0.2"| #define STDC_HEADERS 1| #define HAVE_MEMCPY 1| #define HAVE_MEMMOVE 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_UINT16_T 1| #define HAVE_U_INT16_T 1| #define HAVE_LONG_LONG 1| #define HAVE_SYS_RESOURCE_H 1| #define HAVE_UNISTD_H 1| #define HAVE_SYS_TIME_H 1| #define HAVE_SYS_UTSNAME_H 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:4873: result: noconfigure:4873: checking google/malloc_extension.h presenceconfigure:4873: arm-linux-androideabi-g++ -E conftest.cppconftest.cpp:30:37: fatal error: google/malloc_extension.h: No such file or directory#include ^compilation terminated.configure:4873: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "sparsehash"| #define PACKAGE_TARNAME "sparsehash"| #define PACKAGE_VERSION "2.0.2"| #define PACKAGE_STRING "sparsehash 2.0.2"| #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"| #define PACKAGE_URL ""| #define PACKAGE "sparsehash"| #define VERSION "2.0.2"| #define STDC_HEADERS 1| #define HAVE_MEMCPY 1| #define HAVE_MEMMOVE 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_UINT16_T 1| #define HAVE_U_INT16_T 1| #define HAVE_LONG_LONG 1| #define HAVE_SYS_RESOURCE_H 1| #define HAVE_UNISTD_H 1| #define HAVE_SYS_TIME_H 1| #define HAVE_SYS_UTSNAME_H 1| /* end confdefs.h. */| #include configure:4873: result: noconfigure:4873: checking for google/malloc_extension.hconfigure:4873: result: noconfigure:5561: checking whether the compiler implements namespacesconfigure:5585: arm-linux-androideabi-g++ -c conftest.cpp >&5configure:5585: $? = 0configure:5598: result: yesconfigure:5606: checking the location of hash_mapconfigure:5632: arm-linux-androideabi-g++ -c conftest.cpp >&5configure:5632: $? = 0configure:5654: arm-linux-androideabi-g++ -c conftest.cpp >&5In file included from /sysroot/include/c++/4.8/unordered_map:35:0,from conftest.cpp:31:/sysroot/include/c++/4.8/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.#error This file requires compiler and library support for the \^conftest.cpp: In function 'int main()':conftest.cpp:35:7: error: 'unordered_map' in namespace 'std' does not name a typeconst std::unordered_map t; ^conftest.cpp:36:33: error: 't' was not declared in this scopereturn t.find(5) == t.end();^configure:5654: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "sparsehash"| #define PACKAGE_TARNAME "sparsehash"| #define PACKAGE_VERSION "2.0.2"| #define PACKAGE_STRING "sparsehash 2.0.2"| #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"| #define PACKAGE_URL ""| #define PACKAGE "sparsehash"| #define VERSION "2.0.2"| #define STDC_HEADERS 1| #define HAVE_MEMCPY 1| #define HAVE_MEMMOVE 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_UINT16_T 1| #define HAVE_U_INT16_T 1| #define HAVE_LONG_LONG 1| #define HAVE_SYS_RESOURCE_H 1| #define HAVE_UNISTD_H 1| #define HAVE_SYS_TIME_H 1| #define HAVE_SYS_UTSNAME_H 1| #define HAVE_NAMESPACES 1| /* end confdefs.h. */| #include | int| main ()| {| const std::unordered_map t; | return t.find(5) == t.end();| ;| return 0;| }configure:5654: arm-linux-androideabi-g++ -c conftest.cpp >&5In file included from /sysroot/include/c++/4.8/unordered_map:35:0,from conftest.cpp:31:/sysroot/include/c++/4.8/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.#error This file requires compiler and library support for the \^conftest.cpp: In function 'int main()':conftest.cpp:35:7: error: 'tr1' in namespace 'std' does not name a typeconst std::tr1::unordered_map t; ^conftest.cpp:36:33: error: 't' was not declared in this scopereturn t.find(5) == t.end();^configure:5654: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "sparsehash"| #define PACKAGE_TARNAME "sparsehash"| #define PACKAGE_VERSION "2.0.2"| #define PACKAGE_STRING "sparsehash 2.0.2"| #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"| #define PACKAGE_URL ""| #define PACKAGE "sparsehash"| #define VERSION "2.0.2"| #define STDC_HEADERS 1| #define HAVE_MEMCPY 1| #define HAVE_MEMMOVE 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_UINT16_T 1| #define HAVE_U_INT16_T 1| #define HAVE_LONG_LONG 1| #define HAVE_SYS_RESOURCE_H 1| #define HAVE_UNISTD_H 1| #define HAVE_SYS_TIME_H 1| #define HAVE_SYS_UTSNAME_H 1| #define HAVE_NAMESPACES 1| /* end confdefs.h. */| #include | int| main ()| {| const std::tr1::unordered_map t; | return t.find(5) == t.end();| ;| return 0;| }configure:5654: arm-linux-androideabi-g++ -c conftest.cpp >&5conftest.cpp: In function 'int main()':conftest.cpp:35:7: error: 'unordered_map' in namespace 'std' does not name a typeconst std::unordered_map t; ^conftest.cpp:36:33: error: 't' was not declared in this scopereturn t.find(5) == t.end();^configure:5654: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "sparsehash"| #define PACKAGE_TARNAME "sparsehash"| #define PACKAGE_VERSION "2.0.2"| #define PACKAGE_STRING "sparsehash 2.0.2"| #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"| #define PACKAGE_URL ""| #define PACKAGE "sparsehash"| #define VERSION "2.0.2"| #define STDC_HEADERS 1| #define HAVE_MEMCPY 1| #define HAVE_MEMMOVE 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_UINT16_T 1| #define HAVE_U_INT16_T 1| #define HAVE_LONG_LONG 1| #define HAVE_SYS_RESOURCE_H 1| #define HAVE_UNISTD_H 1| #define HAVE_SYS_TIME_H 1| #define HAVE_SYS_UTSNAME_H 1| #define HAVE_NAMESPACES 1| /* end confdefs.h. */| #include | int| main ()| {| const std::unordered_map t; | return t.find(5) == t.end();| ;| return 0;| }configure:5654: arm-linux-androideabi-g++ -c conftest.cpp >&5configure:5654: $? = 0configure:5715: result: configure:5725: checking how to include hash_fun directlyconfigure:5751: arm-linux-androideabi-g++ -c conftest.cpp >&5conftest.cpp: In function 'int main()':conftest.cpp:41:14: error: 'std::tr1' has not been declaredint x = std::tr1::hash()(5) ^conftest.cpp:41:24: error: expected primary-expression before 'int'int x = std::tr1::hash()(5) ^configure:5751: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "sparsehash"| #define PACKAGE_TARNAME "sparsehash"| #define PACKAGE_VERSION "2.0.2"| #define PACKAGE_STRING "sparsehash 2.0.2"| #define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"| #define PACKAGE_URL ""| #define PACKAGE "sparsehash"| #define VERSION "2.0.2"| #define STDC_HEADERS 1| #define HAVE_MEMCPY 1| #define HAVE_MEMMOVE 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_UINT16_T 1| #define HAVE_U_INT16_T 1| #define HAVE_LONG_LONG 1| #define HAVE_SYS_RESOURCE_H 1| #define HAVE_UNISTD_H 1| #define HAVE_SYS_TIME_H 1| #define HAVE_SYS_UTSNAME_H 1| #define HAVE_NAMESPACES 1| #define HAVE_HASH_MAP 1| #define HAVE_HASH_SET 1| #define HASH_MAP_H | #define HASH_SET_H | #define HASH_NAMESPACE std::tr1| #define HAVE_UNORDERED_MAP 1| /* end confdefs.h. */| #include | int| main ()| {| int x = std::tr1::hash()(5) | ;| return 0;| }configure:5751: arm-linux-androideabi-g++ -c conftest.cpp >&5configure:5751: $? = 0configure:5773: result: configure:5973: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by sparsehash config.status 2.0.2, which wasgenerated by GNU Autoconf 2.68. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 22702f5853a8config.status:905: creating Makefileconfig.status:905: creating src/config.hconfig.status:1134: executing depfiles commands## ---------------- #### Cache variables. #### ---------------- ##ac_cv_c_compiler_gnu=yesac_cv_cxx_compiler_gnu=yesac_cv_cxx_hash_map='' ac_cv_cxx_hash_namespace=std::tr1ac_cv_cxx_hash_set='' ac_cv_cxx_have_unordered_map=yesac_cv_cxx_namespaces=yesac_cv_cxx_stl_hash_fun='' ac_cv_env_CCC_set=ac_cv_env_CCC_value=ac_cv_env_CC_set=setac_cv_env_CC_value=arm-linux-androideabi-gccac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CPP_set=ac_cv_env_CPP_value=ac_cv_env_CXXCPP_set=ac_cv_env_CXXCPP_value=ac_cv_env_CXXFLAGS_set=setac_cv_env_CXXFLAGS_value=ac_cv_env_CXX_set=setac_cv_env_CXX_value=arm-linux-androideabi-g++ac_cv_env_LDFLAGS_set=setac_cv_env_LDFLAGS_value=ac_cv_env_LIBS_set=ac_cv_env_LIBS_value=ac_cv_env_build_alias_set=setac_cv_env_build_alias_value=x86_64-unknown-linuxac_cv_env_host_alias_set=setac_cv_env_host_alias_value=arm-linux-androideabiac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_func_memcpy=yesac_cv_func_memmove=yesac_cv_header_google_malloc_extension_h=noac_cv_header_inttypes_h=yesac_cv_header_memory_h=yesac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_resource_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_time_h=yesac_cv_header_sys_types_h=yesac_cv_header_sys_utsname_h=yesac_cv_header_unistd_h=yesac_cv_objext=oac_cv_path_EGREP='/usr/sbin/grep -E'ac_cv_path_GREP=/usr/sbin/grepac_cv_path_install='/usr/bin/install -c'ac_cv_path_mkdir=/usr/sbin/mkdirac_cv_prog_AWK=gawkac_cv_prog_CC=arm-linux-androideabi-gccac_cv_prog_CPP='arm-linux-androideabi-gcc -E'ac_cv_prog_CXXCPP='arm-linux-androideabi-g++ -E'ac_cv_prog_STRIP=arm-linux-androideabi-stripac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_prog_cxx_g=yesac_cv_prog_make_make_set=yesac_cv_type___uint16=noac_cv_type_long_long=yesac_cv_type_u_int16_t=yesac_cv_type_uint16_t=yesam_cv_CC_dependencies_compiler_type=gcc3am_cv_CXX_dependencies_compiler_type=gcc3## ----------------- #### Output variables. #### ----------------- ##ACLOCAL='${SHELL} /tmp/sparsehash/src/sparsehash-sparsehash-2.0.3/missing --run aclocal-1.11'AMDEPBACKSLASH='\'AMDEP_FALSE='#'AMDEP_TRUE=''AMTAR='${SHELL} /tmp/sparsehash/src/sparsehash-sparsehash-2.0.3/missing --run tar'AUTOCONF='${SHELL} /tmp/sparsehash/src/sparsehash-sparsehash-2.0.3/missing --run autoconf'AUTOHEADER='${SHELL} /tmp/sparsehash/src/sparsehash-sparsehash-2.0.3/missing --run autoheader'AUTOMAKE='${SHELL} /tmp/sparsehash/src/sparsehash-sparsehash-2.0.3/missing --run automake-1.11'AWK='gawk'CC='arm-linux-androideabi-gcc'CCDEPMODE='depmode=gcc3'CFLAGS=''CPP='arm-linux-androideabi-gcc -E'CPPFLAGS=''CXX='arm-linux-androideabi-g++'CXXCPP='arm-linux-androideabi-g++ -E'CXXDEPMODE='depmode=gcc3'CXXFLAGS=''CYGPATH_W='echo'DEFS='-DHAVE_CONFIG_H'DEPDIR='.deps'ECHO_C=''ECHO_N='-n'ECHO_T=''EGREP='/usr/sbin/grep -E'EXEEXT=''GCC_FALSE='#'GCC_TRUE=''GREP='/usr/sbin/grep'INSTALL_DATA='${INSTALL} -m 644'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'LDFLAGS=''LIBOBJS=''LIBS=''LTLIBOBJS=''MAKEINFO='${SHELL} /tmp/sparsehash/src/sparsehash-sparsehash-2.0.3/missing --run makeinfo'MKDIR_P='/usr/sbin/mkdir -p'OBJEXT='o'PACKAGE='sparsehash'PACKAGE_BUGREPORT='google-sparsehash@googlegroups.com'PACKAGE_NAME='sparsehash'PACKAGE_STRING='sparsehash 2.0.2'PACKAGE_TARNAME='sparsehash'PACKAGE_URL=''PACKAGE_VERSION='2.0.2'PATH_SEPARATOR=':'PTHREAD_CC=''PTHREAD_CFLAGS=''PTHREAD_LIBS=''SET_MAKE=''SHELL='/bin/sh'STRIP='arm-linux-androideabi-strip'VERSION='2.0.2'ac_ct_CC=''ac_ct_CXX=''acx_pthread_config=''am__EXEEXT_FALSE=''am__EXEEXT_TRUE='#'am__fastdepCC_FALSE='#'am__fastdepCC_TRUE=''am__fastdepCXX_FALSE='#'am__fastdepCXX_TRUE=''am__include='include'am__isrc=''am__leading_dot='.'am__quote=''am__tar='${AMTAR} chof - "$$tardir"'am__untar='${AMTAR} xf -'bindir='${exec_prefix}/bin'build='x86_64-unknown-linux'build_alias='x86_64-unknown-linux'build_cpu=''build_os=''build_vendor=''datadir='${datarootdir}'datarootdir='${prefix}/share'docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'dvidir='${docdir}'exec_prefix='${prefix}'host='arm-linux-androideabi'host_alias='arm-linux-androideabi'host_cpu=''host_os=''host_vendor=''htmldir='${docdir}'includedir='${prefix}/include'infodir='${datarootdir}/info'install_sh='${SHELL} /tmp/sparsehash/src/sparsehash-sparsehash-2.0.3/install-sh'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localedir='${datarootdir}/locale'localstatedir='${prefix}/var'mandir='${datarootdir}/man'mkdir_p='/usr/sbin/mkdir -p'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=''tcmalloc_flags=''tcmalloc_libs=''## ----------- #### confdefs.h. #### ----------- ##/* confdefs.h */#define PACKAGE_NAME "sparsehash"#define PACKAGE_TARNAME "sparsehash"#define PACKAGE_VERSION "2.0.2"#define PACKAGE_STRING "sparsehash 2.0.2"#define PACKAGE_BUGREPORT "google-sparsehash@googlegroups.com"#define PACKAGE_URL ""#define PACKAGE "sparsehash"#define VERSION "2.0.2"#define STDC_HEADERS 1#define HAVE_MEMCPY 1#define HAVE_MEMMOVE 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_UINT16_T 1#define HAVE_U_INT16_T 1#define HAVE_LONG_LONG 1#define HAVE_SYS_RESOURCE_H 1#define HAVE_UNISTD_H 1#define HAVE_SYS_TIME_H 1#define HAVE_SYS_UTSNAME_H 1#define HAVE_NAMESPACES 1#define HAVE_HASH_MAP 1#define HAVE_HASH_SET 1#define HASH_MAP_H #define HASH_SET_H #define HASH_NAMESPACE std::tr1#define HAVE_UNORDERED_MAP 1#define HASH_FUN_H #define HASH_NAMESPACE std::tr1#define GOOGLE_NAMESPACE ::google#define _START_GOOGLE_NAMESPACE_ namespace google {#define _END_GOOGLE_NAMESPACE_ }#define SPARSEHASH_HASH_NO_NAMESPACE hash#define SPARSEHASH_HASH HASH_NAMESPACE::hashconfigure: exit 0