Build of nullmailer with android toolchain

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

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

SLOCLanguage
6,131 cpp
4,925 makefile
1,345 sh
184 perl
12,585 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: nullmailer 2.0-2 (Tue Apr 4 21:19:38 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether make sets $(MAKE)... (cached) yes
# 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 arm-linux-androideabi-gcc understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of arm-linux-androideabi-gcc... gcc3
# checking whether we are using the GNU C++ compiler... yes
# checking whether arm-linux-androideabi-g++ accepts -g... yes
# checking dependency style of arm-linux-androideabi-g++... gcc3
# checking whether arm-linux-androideabi-g++ accepts -fno-rtti... yes
# checking whether arm-linux-androideabi-g++ accepts -fno-exceptions... yes
# checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
# checking for strip... /usr/sbin/strip
# checking for rm... /usr/sbin/rm
# checking for mkdir... /usr/sbin/mkdir
# checking for socket in -lxnet... no
# checking for socket in -linet... no
# checking for socket in -lsocket... no
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking how to run the C++ preprocessor... arm-linux-androideabi-g++ -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking whether time.h and sys/time.h may both be included... 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 sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for unistd.h... (cached) yes
# checking for size_t... yes
# checking whether struct tm contains tm_isdst... yes
# checking whether struct tm contains __tm_isdst... no
# checking whether struct tm contains tm_gmtoff... yes
# checking whether struct tm contains __tm_gmtoff... no
# checking whether struct utsname contains domainname... yes
# checking whether struct utsname contains __domainname... no
# checking whether named pipes are buggy... ./configure: line 5594: ./conftest: cannot execute binary file: Exec format error
# no
# checking for setenv... yes
# checking for srandom... yes
# checking for getaddrinfo... yes
# checking for gnutls_certificate_set_verify_function in -lgnutls... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating doc/Makefile
# config.status: creating lib/Makefile
# config.status: creating lib/cli++/Makefile
# config.status: creating lib/fdbuf/Makefile
# config.status: creating lib/mystring/Makefile
# config.status: creating protocols/Makefile
# config.status: creating src/Makefile
# config.status: creating test/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0'
# Making all in doc
# make[2]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/doc'
# Making all in lib
# make[2]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib'
# Making all in cli++
# make[3]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib/cli++'
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cc
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT messages.o -MD -MP -MF .deps/messages.Tpo -c -o messages.o messages.cc
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT only_long.o -MD -MP -MF .deps/only_long.Tpo -c -o only_long.o only_long.cc
# mv -f .deps/only_long.Tpo .deps/only_long.Po
# mv -f .deps/messages.Tpo .deps/messages.Po
# mv -f .deps/main.Tpo .deps/main.Po
# rm -f libcli++.a
# ar cru libcli++.a main.o messages.o only_long.o
# arm-linux-androideabi-ranlib libcli++.a
# make[3]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib/cli++'
# Making all in fdbuf
# make[3]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib/fdbuf'
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdbuf.o -MD -MP -MF .deps/fdbuf.Tpo -c -o fdbuf.o fdbuf.cc
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdbuf_copy.o -MD -MP -MF .deps/fdbuf_copy.Tpo -c -o fdbuf_copy.o fdbuf_copy.cc
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdibuf.o -MD -MP -MF .deps/fdibuf.Tpo -c -o fdibuf.o fdibuf.cc
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdobuf.o -MD -MP -MF .deps/fdobuf.Tpo -c -o fdobuf.o fdobuf.cc
# mv -f .deps/fdbuf_copy.Tpo .deps/fdbuf_copy.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdobuf_chownmod.o -MD -MP -MF .deps/fdobuf_chownmod.Tpo -c -o fdobuf_chownmod.o fdobuf_chownmod.cc
# mv -f .deps/fdbuf.Tpo .deps/fdbuf.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdobuf_seek.o -MD -MP -MF .deps/fdobuf_seek.Tpo -c -o fdobuf_seek.o fdobuf_seek.cc
# mv -f .deps/fdobuf.Tpo .deps/fdobuf.Po
# mv -f .deps/fdibuf.Tpo .deps/fdibuf.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdobuf_signed.o -MD -MP -MF .deps/fdobuf_signed.Tpo -c -o fdobuf_signed.o fdobuf_signed.cc
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdobuf_unsigned.o -MD -MP -MF .deps/fdobuf_unsigned.Tpo -c -o fdobuf_unsigned.o fdobuf_unsigned.cc
# mv -f .deps/fdobuf_chownmod.Tpo .deps/fdobuf_chownmod.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT tlsibuf.o -MD -MP -MF .deps/tlsibuf.Tpo -c -o tlsibuf.o tlsibuf.cc
# mv -f .deps/fdobuf_seek.Tpo .deps/fdobuf_seek.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT tlsobuf.o -MD -MP -MF .deps/tlsobuf.Tpo -c -o tlsobuf.o tlsobuf.cc
# mv -f .deps/fdobuf_unsigned.Tpo .deps/fdobuf_unsigned.Po
# arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdibuf_mystring.o -MD -MP -MF .deps/fdibuf_mystring.Tpo -c -o fdibuf_mystring.o fdibuf_mystring.cc
# In file included from tlsibuf.cc:17:0:
# tlsibuf.h:21:27: fatal error: gnutls/gnutls.h: No such file or directory
# #include
# ^
# compilation terminated.
# make[3]: *** [Makefile:369: tlsibuf.o] Error 1
# make[3]: *** Waiting for unfinished jobs....
# mv -f .deps/fdobuf_signed.Tpo .deps/fdobuf_signed.Po
# In file included from tlsobuf.cc:17:0:
# tlsobuf.h:21:27: fatal error: gnutls/gnutls.h: No such file or directory
# #include
# ^
# compilation terminated.
# make[3]: *** [Makefile:369: tlsobuf.o] Error 1
# mv -f .deps/fdibuf_mystring.Tpo .deps/fdibuf_mystring.Po
# make[3]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib/fdbuf'
# make[2]: *** [Makefile:449: all-recursive] Error 1
# make[2]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib'
# make[1]: *** [Makefile:364: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0'
# make: *** [Makefile:305: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/nullmailer/src/nullmailer-2.0/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 nullmailer configure 2.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --libexecdir=/usr/lib/nullmailer --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin --enable-tls
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 472af46bb792
# 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 a BSD-compatible install
# configure:2369: result: /usr/bin/install -c
# configure:2380: checking whether build environment is sane
# configure:2435: result: yes
# configure:2494: checking for arm-linux-androideabi-strip
# configure:2510: found /sysroot/bin/arm-linux-androideabi-strip
# configure:2521: result: arm-linux-androideabi-strip
# configure:2586: checking for a thread-safe mkdir -p
# configure:2625: result: /usr/sbin/mkdir -p
# configure:2632: checking for gawk
# configure:2648: found /usr/sbin/gawk
# configure:2659: result: gawk
# configure:2670: checking whether make sets $(MAKE)
# configure:2692: result: yes
# configure:2721: checking whether make supports nested variables
# configure:2738: result: yes
# configure:2866: checking whether make sets $(MAKE)
# configure:2888: result: yes
# configure:2906: checking for arm-linux-androideabi-gcc
# configure:2933: result: arm-linux-androideabi-gcc
# configure:3202: checking for C compiler version
# configure:3211: 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:3222: $? = 0
# configure:3211: 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:3222: $? = 0
# configure:3211: 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:3222: $? = 1
# configure:3211: 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:3222: $? = 1
# configure:3242: checking whether the C compiler works
# configure:3264: arm-linux-androideabi-gcc conftest.c >&5
# configure:3268: $? = 0
# configure:3316: result: yes
# configure:3319: checking for C compiler default output file name
# configure:3321: result: a.out
# configure:3327: checking for suffix of executables
# configure:3334: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:3338: $? = 0
# configure:3360: result:
# configure:3382: checking whether we are cross compiling
# configure:3420: result: yes
# configure:3425: checking for suffix of object files
# configure:3447: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3451: $? = 0
# configure:3472: result: o
# configure:3476: checking whether we are using the GNU C compiler
# configure:3495: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3495: $? = 0
# configure:3504: result: yes
# configure:3513: checking whether arm-linux-androideabi-gcc accepts -g
# configure:3533: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:3533: $? = 0
# configure:3574: result: yes
# configure:3591: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:3654: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3654: $? = 0
# configure:3667: result: none needed
# configure:3692: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:3714: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3717: $? = 0
# configure:3714: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3717: $? = 0
# configure:3729: result: yes
# configure:3757: checking for style of include used by make
# configure:3785: result: GNU
# configure:3811: checking dependency style of arm-linux-androideabi-gcc
# configure:3922: result: gcc3
# configure:4049: checking for C++ compiler version
# configure:4058: 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:4069: $? = 0
# configure:4058: 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:4069: $? = 0
# configure:4058: 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:4069: $? = 1
# configure:4058: 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:4069: $? = 1
# configure:4073: checking whether we are using the GNU C++ compiler
# configure:4092: arm-linux-androideabi-g++ -c conftest.cpp >&5
# configure:4092: $? = 0
# configure:4101: result: yes
# configure:4110: checking whether arm-linux-androideabi-g++ accepts -g
# configure:4130: arm-linux-androideabi-g++ -c -g conftest.cpp >&5
# configure:4130: $? = 0
# configure:4171: result: yes
# configure:4196: checking dependency style of arm-linux-androideabi-g++
# configure:4307: result: gcc3
# configure:4322: checking whether arm-linux-androideabi-g++ accepts -fno-rtti
# configure:4337: result: yes
# configure:4341: checking whether arm-linux-androideabi-g++ accepts -fno-exceptions
# configure:4356: result: yes
# configure:4368: checking for arm-linux-androideabi-ranlib
# configure:4384: found /sysroot/bin/arm-linux-androideabi-ranlib
# configure:4395: result: arm-linux-androideabi-ranlib
# configure:4459: checking for strip
# configure:4477: found /usr/sbin/strip
# configure:4489: result: /usr/sbin/strip
# configure:4499: checking for rm
# configure:4517: found /usr/sbin/rm
# configure:4529: result: /usr/sbin/rm
# configure:4539: checking for mkdir
# configure:4557: found /usr/sbin/mkdir
# configure:4569: result: /usr/sbin/mkdir
# configure:4579: checking for socket in -lxnet
# configure:4604: arm-linux-androideabi-g++ -o conftest -fno-rtti -fno-exceptions -W -Wall conftest.cpp -lxnet >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lxnet
# collect2: error: ld returned 1 exit status
# configure:4604: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nullmailer"
# | #define PACKAGE_TARNAME "nullmailer"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "nullmailer 2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "nullmailer"
# | #define VERSION "2.0"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:4613: result: no
# configure:4624: checking for socket in -linet
# configure:4649: arm-linux-androideabi-g++ -o conftest -fno-rtti -fno-exceptions -W -Wall conftest.cpp -linet >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -linet
# collect2: error: ld returned 1 exit status
# configure:4649: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nullmailer"
# | #define PACKAGE_TARNAME "nullmailer"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "nullmailer 2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "nullmailer"
# | #define VERSION "2.0"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:4658: result: no
# configure:4669: checking for socket in -lsocket
# configure:4694: arm-linux-androideabi-g++ -o conftest -fno-rtti -fno-exceptions -W -Wall conftest.cpp -lsocket >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lsocket
# collect2: error: ld returned 1 exit status
# configure:4694: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nullmailer"
# | #define PACKAGE_TARNAME "nullmailer"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "nullmailer 2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "nullmailer"
# | #define VERSION "2.0"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:4703: result: no
# configure:4718: checking for dirent.h that defines DIR
# configure:4737: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:4737: $? = 0
# configure:4745: result: yes
# configure:4758: checking for library containing opendir
# configure:4789: arm-linux-androideabi-g++ -o conftest -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:4789: $? = 0
# configure:4806: result: none required
# configure:4878: checking how to run the C++ preprocessor
# configure:4905: arm-linux-androideabi-g++ -E conftest.cpp
# configure:4905: $? = 0
# configure:4919: arm-linux-androideabi-g++ -E conftest.cpp
# conftest.cpp:12:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4919: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nullmailer"
# | #define PACKAGE_TARNAME "nullmailer"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "nullmailer 2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "nullmailer"
# | #define VERSION "2.0"
# | #define HAVE_DIRENT_H 1
# | /* end confdefs.h. */
# | #include
# configure:4944: result: arm-linux-androideabi-g++ -E
# configure:4964: arm-linux-androideabi-g++ -E conftest.cpp
# configure:4964: $? = 0
# configure:4978: arm-linux-androideabi-g++ -E conftest.cpp
# conftest.cpp:12:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4978: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nullmailer"
# | #define PACKAGE_TARNAME "nullmailer"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "nullmailer 2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "nullmailer"
# | #define VERSION "2.0"
# | #define HAVE_DIRENT_H 1
# | /* end confdefs.h. */
# | #include
# configure:5007: checking for grep that handles long lines and -e
# configure:5065: result: /usr/sbin/grep
# configure:5070: checking for egrep
# configure:5132: result: /usr/sbin/grep -E
# configure:5137: checking for ANSI C header files
# configure:5157: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5157: $? = 0
# configure:5241: result: yes
# configure:5249: checking for sys/wait.h that is POSIX.1 compatible
# configure:5275: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5275: $? = 0
# configure:5282: result: yes
# configure:5290: checking whether time.h and sys/time.h may both be included
# configure:5310: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5310: $? = 0
# configure:5317: result: yes
# configure:5330: checking for sys/types.h
# configure:5330: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5330: $? = 0
# configure:5330: result: yes
# configure:5330: checking for sys/stat.h
# configure:5330: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5330: $? = 0
# configure:5330: result: yes
# configure:5330: checking for stdlib.h
# configure:5330: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5330: $? = 0
# configure:5330: result: yes
# configure:5330: checking for string.h
# configure:5330: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5330: $? = 0
# configure:5330: result: yes
# configure:5330: checking for memory.h
# configure:5330: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5330: $? = 0
# configure:5330: result: yes
# configure:5330: checking for strings.h
# configure:5330: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5330: $? = 0
# configure:5330: result: yes
# configure:5330: checking for inttypes.h
# configure:5330: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5330: $? = 0
# configure:5330: result: yes
# configure:5330: checking for stdint.h
# configure:5330: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5330: $? = 0
# configure:5330: result: yes
# configure:5330: checking for unistd.h
# configure:5330: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5330: $? = 0
# configure:5330: result: yes
# configure:5345: checking sys/time.h usability
# configure:5345: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5345: $? = 0
# configure:5345: result: yes
# configure:5345: checking sys/time.h presence
# configure:5345: arm-linux-androideabi-g++ -E conftest.cpp
# configure:5345: $? = 0
# configure:5345: result: yes
# configure:5345: checking for sys/time.h
# configure:5345: result: yes
# configure:5345: checking for unistd.h
# configure:5345: result: yes
# configure:5356: checking for size_t
# configure:5356: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5356: $? = 0
# configure:5356: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# conftest.cpp: In function 'int main()':
# conftest.cpp:62:20: error: expected primary-expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:5356: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nullmailer"
# | #define PACKAGE_TARNAME "nullmailer"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "nullmailer 2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "nullmailer"
# | #define VERSION "2.0"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 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_SYS_TIME_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 ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5356: result: yes
# configure:5369: checking whether struct tm contains tm_isdst
# configure:5390: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# conftest.cpp: In function 'int main()':
# conftest.cpp:37:43: warning: statement has no effect [-Wunused-value]
# int main() { struct tm* foo; foo->tm_isdst; }
# ^
# configure:5390: $? = 0
# configure:5397: result: yes
# configure:5400: checking whether struct tm contains __tm_isdst
# configure:5421: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# conftest.cpp: In function 'int main()':
# conftest.cpp:37:35: error: 'struct tm' has no member named '__tm_isdst'
# int main() { struct tm* foo; foo->__tm_isdst; }
# ^
# configure:5421: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nullmailer"
# | #define PACKAGE_TARNAME "nullmailer"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "nullmailer 2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "nullmailer"
# | #define VERSION "2.0"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 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_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# |
# | #if TIME_WITH_SYS_TIME
# | # include
# | # include
# | #else
# | # if HAVE_SYS_TIME_H
# | # include
# | # else
# | # include
# | # endif
# | #endif
# | int main() { struct tm* foo; foo->__tm_isdst; }
# |
# configure:5428: result: no
# configure:5440: checking whether struct tm contains tm_gmtoff
# configure:5461: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# conftest.cpp: In function 'int main()':
# conftest.cpp:38:44: warning: statement has no effect [-Wunused-value]
# int main() { struct tm* foo; foo->tm_gmtoff; }
# ^
# configure:5461: $? = 0
# configure:5468: result: yes
# configure:5471: checking whether struct tm contains __tm_gmtoff
# configure:5492: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# conftest.cpp: In function 'int main()':
# conftest.cpp:38:35: error: 'struct tm' has no member named '__tm_gmtoff'
# int main() { struct tm* foo; foo->__tm_gmtoff; }
# ^
# configure:5492: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nullmailer"
# | #define PACKAGE_TARNAME "nullmailer"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "nullmailer 2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "nullmailer"
# | #define VERSION "2.0"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 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_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define TM_HAS_ISDST tm_isdst
# | /* end confdefs.h. */
# |
# | #if TIME_WITH_SYS_TIME
# | # include
# | # include
# | #else
# | # if HAVE_SYS_TIME_H
# | # include
# | # else
# | # include
# | # endif
# | #endif
# | int main() { struct tm* foo; foo->__tm_gmtoff; }
# |
# configure:5499: result: no
# configure:5513: checking whether struct utsname contains domainname
# configure:5525: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# conftest.cpp: In function 'int main()':
# conftest.cpp:30:50: warning: statement has no effect [-Wunused-value]
# int main() { struct utsname* foo; foo->domainname; }
# ^
# configure:5525: $? = 0
# configure:5532: result: yes
# configure:5535: checking whether struct utsname contains __domainname
# configure:5547: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# conftest.cpp: In function 'int main()':
# conftest.cpp:30:40: error: 'struct utsname' has no member named '__domainname'
# int main() { struct utsname* foo; foo->__domainname; }
# ^
# configure:5547: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nullmailer"
# | #define PACKAGE_TARNAME "nullmailer"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "nullmailer 2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "nullmailer"
# | #define VERSION "2.0"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 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_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define TM_HAS_ISDST tm_isdst
# | #define TM_HAS_GMTOFF tm_gmtoff
# | /* end confdefs.h. */
# |
# | #include
# | int main() { struct utsname* foo; foo->__domainname; }
# |
# configure:5554: result: no
# configure:5567: checking whether named pipes are buggy
# configure:5605: result: no
# configure:5612: checking for setenv
# configure:5612: arm-linux-androideabi-g++ -o conftest -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5612: $? = 0
# configure:5612: result: yes
# configure:5612: checking for srandom
# configure:5612: arm-linux-androideabi-g++ -o conftest -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5612: $? = 0
# configure:5612: result: yes
# configure:5622: checking for getaddrinfo
# configure:5642: arm-linux-androideabi-g++ -c -fno-rtti -fno-exceptions -W -Wall conftest.cpp >&5
# configure:5642: $? = 0
# configure:5649: result: yes
# configure:5697: checking for gnutls_certificate_set_verify_function in -lgnutls
# configure:5722: arm-linux-androideabi-g++ -o conftest -fno-rtti -fno-exceptions -W -Wall conftest.cpp -lgnutls >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgnutls
# /tmp/cccPUQZJ.o:conftest.cpp:function main: error: undefined reference to 'gnutls_certificate_set_verify_function'
# collect2: error: ld returned 1 exit status
# configure:5722: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nullmailer"
# | #define PACKAGE_TARNAME "nullmailer"
# | #define PACKAGE_VERSION "2.0"
# | #define PACKAGE_STRING "nullmailer 2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "nullmailer"
# | #define VERSION "2.0"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define TIME_WITH_SYS_TIME 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_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define TM_HAS_ISDST tm_isdst
# | #define TM_HAS_GMTOFF tm_gmtoff
# | #define UTSNAME_HAS_DOMAINNAME domainname
# | #define HAVE_SETENV 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_GETADDRINFO /**/
# | #define BUFSIZE 4096
# | #define HAVE_TLS 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char gnutls_certificate_set_verify_function ();
# | int
# | main ()
# | {
# | return gnutls_certificate_set_verify_function ();
# | ;
# | return 0;
# | }
# configure:5731: result: no
# configure:5851: checking that generated files are newer than configure
# configure:5857: result: done
# configure:5892: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by nullmailer config.status 2.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 472af46bb792
#
# config.status:887: creating Makefile
# config.status:887: creating doc/Makefile
# config.status:887: creating lib/Makefile
# config.status:887: creating lib/cli++/Makefile
# config.status:887: creating lib/fdbuf/Makefile
# config.status:887: creating lib/mystring/Makefile
# config.status:887: creating protocols/Makefile
# config.status:887: creating src/Makefile
# config.status:887: creating test/Makefile
# config.status:887: creating config.h
# config.status:1116: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# 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_func_setenv=yes
# ac_cv_func_srandom=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_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_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_lib_gnutls_gnutls_certificate_set_verify_function=no
# ac_cv_lib_inet_socket=no
# ac_cv_lib_socket_socket=no
# ac_cv_lib_xnet_socket=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_MKDIR=/usr/sbin/mkdir
# ac_cv_path_RM=/usr/sbin/rm
# ac_cv_path_STRIP=/usr/sbin/strip
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=arm-linux-androideabi-gcc
# ac_cv_prog_CXXCPP='arm-linux-androideabi-g++ -E'
# ac_cv_prog_RANLIB=arm-linux-androideabi-ranlib
# ac_cv_prog_STRIP=arm-linux-androideabi-strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_opendir='none required'
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# local_cv_flag_NAMEDPIPEBUG=no
# local_cv_flag_NO_EXCEPTIONS=yes
# local_cv_flag_NO_RTTI=yes
# local_cv_flag_TM_HAS_GMTOFF=yes
# local_cv_flag_TM_HAS_ISDST=yes
# local_cv_flag_TM_HAS___GMTOFF=no
# local_cv_flag_TM_HAS___ISDST=no
# local_cv_flag_UTSNAME_HAS_DOMAINNAME=yes
# local_cv_flag_UTSNAME_HAS___DOMAINNAME=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/nullmailer/src/nullmailer-2.0/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/nullmailer/src/nullmailer-2.0/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/nullmailer/src/nullmailer-2.0/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/nullmailer/src/nullmailer-2.0/missing automake-1.15'
# AWK='gawk'
# CC='arm-linux-androideabi-gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -W -Wall'
# CPPFLAGS=''
# CXX='arm-linux-androideabi-g++'
# CXXCPP='arm-linux-androideabi-g++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=' -fno-rtti -fno-exceptions -W -Wall'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FDBUF_NO_MYSTRING_FALSE=''
# FDBUF_NO_MYSTRING_TRUE='#'
# GREP='/usr/sbin/grep'
# HAVE_GETADDRINFO=''
# 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/nullmailer/src/nullmailer-2.0/missing makeinfo'
# MKDIR='/usr/sbin/mkdir'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='nullmailer'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='nullmailer'
# PACKAGE_STRING='nullmailer 2.0'
# PACKAGE_TARNAME='nullmailer'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.0'
# PATH_SEPARATOR=':'
# RANLIB='arm-linux-androideabi-ranlib'
# RM='/usr/sbin/rm'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='/usr/sbin/strip'
# TLS_FALSE='#'
# TLS_TRUE=''
# VERSION='2.0'
# ac_ct_CC=''
# ac_ct_CXX=''
# 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__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# 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'
# install_sh='${SHELL} /tmp/nullmailer/src/nullmailer-2.0/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='/usr/lib/nullmailer'
# localedir='${datarootdir}/locale'
# localstatedir='/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "nullmailer"
# #define PACKAGE_TARNAME "nullmailer"
# #define PACKAGE_VERSION "2.0"
# #define PACKAGE_STRING "nullmailer 2.0"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "nullmailer"
# #define VERSION "2.0"
# #define HAVE_DIRENT_H 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_WAIT_H 1
# #define TIME_WITH_SYS_TIME 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_SYS_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define TM_HAS_ISDST tm_isdst
# #define TM_HAS_GMTOFF tm_gmtoff
# #define UTSNAME_HAS_DOMAINNAME domainname
# #define HAVE_SETENV 1
# #define HAVE_SRANDOM 1
# #define HAVE_GETADDRINFO /**/
# #define BUFSIZE 4096
# #define HAVE_TLS 1
#
# configure: exit 0