Build of isync with android toolchain

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

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

SLOCLanguage
11,096 ansic
2,198 makefile
1,296 sh
595 perl
15,185 total

The process tree of the build process is here.

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: isync 1.2.1-2 (Tue Apr 4 21:00:22 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 to enable maintainer-specific portions of Makefiles... 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 strftime supports %z... yes (assumed)
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -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/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/poll.h usability... yes
# checking sys/poll.h presence... yes
# checking for sys/poll.h... yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking for vasprintf... yes
# checking for strnlen... yes
# checking for memrchr... yes
# checking for timegm... yes
# checking for socket in -lsocket... no
# checking for inet_ntoa in -lnsl... no
# checking for getaddrinfo... yes
# checking for inet_ntop... yes
# checking for pkg-config... /usr/sbin/pkg-config
# checking OpenSSL presence with pkg-config... found
# checking openssl/ssl.h usability... no
# checking openssl/ssl.h presence... no
# checking for openssl/ssl.h... no
# checking for sasl_client_init in -lsasl2... no
# checking sasl/sasl.h usability... no
# checking sasl/sasl.h presence... no
# checking for sasl/sasl.h... no
# checking for Berkeley DB >= 4.1... no
# checking for deflate in -lz... yes
# checking zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# checking for getopt_long... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating src/compat/Makefile
# config.status: creating isync.spec
# config.status: creating autodefs.h
# config.status: executing depfiles commands
#
# Not using SSL
# Not using SASL
# Using zlib
# Not using Berkeley DB
#
# make all-recursive
# make[1]: Entering directory '/tmp/isync/src/isync-1.2.1'
# Making all in src
# make[2]: Entering directory '/tmp/isync/src/isync-1.2.1/src'
# make[3]: Entering directory '/tmp/isync/src/isync-1.2.1/src'
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT sync.o -MD -MP -MF .deps/sync.Tpo -c -o sync.o sync.c
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o config.c
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
# sync.c: In function 'box_loaded':
# sync.c:1372:4: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' [-Wformat=]
# printf( svars->ctx[t]->opts & OPEN_SIZE ? " message %5d, %-4s, %6lu: " : " message %5d, %-4s: ", uid, fbuf, tmsg->size );
# ^
# mv -f .deps/main.Tpo .deps/main.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT socket.o -MD -MP -MF .deps/socket.Tpo -c -o socket.o socket.c
# mv -f .deps/util.Tpo .deps/util.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT driver.o -MD -MP -MF .deps/driver.Tpo -c -o driver.o driver.c
# mv -f .deps/config.Tpo .deps/config.Po
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT drv_imap.o -MD -MP -MF .deps/drv_imap.Tpo -c -o drv_imap.o drv_imap.c
# mv -f .deps/driver.Tpo .deps/driver.Po
# drv_imap.c: In function 'ensure_password':
# drv_imap.c:1758:3: warning: implicit declaration of function 'getpass' [-Wimplicit-function-declaration]
# pass = getpass( prompt );
# ^
# drv_imap.c:1758:8: warning: assignment makes pointer from integer without a cast [enabled by default]
# pass = getpass( prompt );
# ^
# arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT drv_maildir.o -MD -MP -MF .deps/drv_maildir.Tpo -c -o drv_maildir.o drv_maildir.c
# drv_maildir.c: In function 'maildir_scan':
# drv_maildir.c:767:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (st.st_mtime == now && !(DFlags & ZERODELAY) && !ctx->fresh[i]) {
# ^
# drv_maildir.c:853:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (st.st_mtime != stamps[i]) {
# ^
# mv -f .deps/socket.Tpo .deps/socket.Po
# mv -f .deps/sync.Tpo .deps/sync.Po
# mv -f .deps/drv_imap.Tpo .deps/drv_imap.Po
# mv -f .deps/drv_maildir.Tpo .deps/drv_maildir.Po
# arm-linux-androideabi-gcc -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -o mbsync main.o sync.o config.o util.o socket.o driver.o drv_imap.o drv_maildir.o -lssl -lcrypto -lz
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lssl
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lcrypto
# drv_imap.o:drv_imap.c:function ensure_password: error: undefined reference to 'getpass'
# collect2: error: ld returned 1 exit status
# make[3]: *** [Makefile:440: mbsync] Error 1
# make[3]: Leaving directory '/tmp/isync/src/isync-1.2.1/src'
# make[2]: *** [Makefile:552: all-recursive] Error 1
# make[2]: Leaving directory '/tmp/isync/src/isync-1.2.1/src'
# make[1]: *** [Makefile:497: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/isync/src/isync-1.2.1'
# make: *** [Makefile:380: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/isync/src/isync-1.2.1/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 isync configure 1.2.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 362d91beac42
# 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:2210: checking for a BSD-compatible install
# configure:2278: result: /usr/bin/install -c
# configure:2289: checking whether build environment is sane
# configure:2344: result: yes
# configure:2403: checking for arm-linux-androideabi-strip
# configure:2419: found /sysroot/bin/arm-linux-androideabi-strip
# configure:2430: result: arm-linux-androideabi-strip
# configure:2495: checking for a thread-safe mkdir -p
# configure:2534: result: /usr/sbin/mkdir -p
# configure:2541: checking for gawk
# configure:2557: found /usr/sbin/gawk
# configure:2568: result: gawk
# configure:2579: checking whether make sets $(MAKE)
# configure:2601: result: yes
# configure:2630: checking whether make supports nested variables
# configure:2647: result: yes
# configure:2774: checking whether to enable maintainer-specific portions of Makefiles
# configure:2783: result: yes
# configure:2805: checking for arm-linux-androideabi-gcc
# configure:2832: result: arm-linux-androideabi-gcc
# configure:3101: checking for C compiler version
# configure:3110: 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:3121: $? = 0
# configure:3110: 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:3121: $? = 0
# configure:3110: 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:3121: $? = 1
# configure:3110: 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:3121: $? = 1
# configure:3141: checking whether the C compiler works
# configure:3163: arm-linux-androideabi-gcc conftest.c >&5
# configure:3167: $? = 0
# configure:3215: result: yes
# configure:3218: checking for C compiler default output file name
# configure:3220: result: a.out
# configure:3226: checking for suffix of executables
# configure:3233: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:3237: $? = 0
# configure:3259: result:
# configure:3281: checking whether we are cross compiling
# configure:3319: result: yes
# configure:3324: checking for suffix of object files
# configure:3346: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3350: $? = 0
# configure:3371: result: o
# configure:3375: checking whether we are using the GNU C compiler
# configure:3394: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3394: $? = 0
# configure:3403: result: yes
# configure:3412: checking whether arm-linux-androideabi-gcc accepts -g
# configure:3432: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:3432: $? = 0
# configure:3473: result: yes
# configure:3490: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:3553: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3553: $? = 0
# configure:3566: result: none needed
# configure:3591: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:3613: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3616: $? = 0
# configure:3613: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3616: $? = 0
# configure:3628: result: yes
# configure:3656: checking for style of include used by make
# configure:3684: result: GNU
# configure:3710: checking dependency style of arm-linux-androideabi-gcc
# configure:3821: result: gcc3
# configure:3843: checking whether strftime supports %z
# configure:3875: result: yes (assumed)
# configure:3886: checking how to run the C preprocessor
# configure:3917: arm-linux-androideabi-gcc -E -D_GNU_SOURCE conftest.c
# configure:3917: $? = 0
# configure:3931: arm-linux-androideabi-gcc -E -D_GNU_SOURCE conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3931: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "isync"
# | #define PACKAGE_TARNAME "isync"
# | #define PACKAGE_VERSION "1.2.1"
# | #define PACKAGE_STRING "isync 1.2.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "isync"
# | #define VERSION "1.2.1"
# | /* end confdefs.h. */
# | #include
# configure:3956: result: arm-linux-androideabi-gcc -E
# configure:3976: arm-linux-androideabi-gcc -E -D_GNU_SOURCE conftest.c
# configure:3976: $? = 0
# configure:3990: arm-linux-androideabi-gcc -E -D_GNU_SOURCE conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3990: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "isync"
# | #define PACKAGE_TARNAME "isync"
# | #define PACKAGE_VERSION "1.2.1"
# | #define PACKAGE_STRING "isync 1.2.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "isync"
# | #define VERSION "1.2.1"
# | /* end confdefs.h. */
# | #include
# configure:4019: checking for grep that handles long lines and -e
# configure:4077: result: /usr/sbin/grep
# configure:4082: checking for egrep
# configure:4144: result: /usr/sbin/grep -E
# configure:4149: checking for ANSI C header files
# configure:4169: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# conftest.c:17:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# configure:4169: $? = 0
# configure:4253: result: yes
# configure:4266: checking for sys/types.h
# configure:4266: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# configure:4266: $? = 0
# configure:4266: result: yes
# configure:4266: checking for sys/stat.h
# configure:4266: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# configure:4266: $? = 0
# configure:4266: result: yes
# configure:4266: checking for stdlib.h
# configure:4266: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# configure:4266: $? = 0
# configure:4266: result: yes
# configure:4266: checking for string.h
# configure:4266: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# configure:4266: $? = 0
# configure:4266: result: yes
# configure:4266: checking for memory.h
# configure:4266: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# configure:4266: $? = 0
# configure:4266: result: yes
# configure:4266: checking for strings.h
# configure:4266: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# configure:4266: $? = 0
# configure:4266: result: yes
# configure:4266: checking for inttypes.h
# configure:4266: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# configure:4266: $? = 0
# configure:4266: result: yes
# configure:4266: checking for stdint.h
# configure:4266: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# configure:4266: $? = 0
# configure:4266: result: yes
# configure:4266: checking for unistd.h
# configure:4266: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# configure:4266: $? = 0
# configure:4266: result: yes
# configure:4281: checking sys/poll.h usability
# configure:4281: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# configure:4281: $? = 0
# configure:4281: result: yes
# configure:4281: checking sys/poll.h presence
# configure:4281: arm-linux-androideabi-gcc -E -D_GNU_SOURCE conftest.c
# configure:4281: $? = 0
# configure:4281: result: yes
# configure:4281: checking for sys/poll.h
# configure:4281: result: yes
# configure:4281: checking sys/select.h usability
# configure:4281: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# configure:4281: $? = 0
# configure:4281: result: yes
# configure:4281: checking sys/select.h presence
# configure:4281: arm-linux-androideabi-gcc -E -D_GNU_SOURCE conftest.c
# configure:4281: $? = 0
# configure:4281: result: yes
# configure:4281: checking for sys/select.h
# configure:4281: result: yes
# configure:4294: checking for vasprintf
# configure:4294: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# conftest.c:46:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char vasprintf ();
# ^
# conftest.c:55:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for strnlen
# configure:4294: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# conftest.c:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char strnlen ();
# ^
# conftest.c:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for memrchr
# configure:4294: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# conftest.c:48:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char memrchr ();
# ^
# conftest.c:57:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for timegm
# configure:4294: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# conftest.c:49:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char timegm ();
# ^
# conftest.c:58:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4304: checking for socket in -lsocket
# configure:4329: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lsocket >&5
# conftest.c:34:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char socket ();
# ^
# conftest.c:36:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# /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:4329: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "isync"
# | #define PACKAGE_TARNAME "isync"
# | #define PACKAGE_VERSION "1.2.1"
# | #define PACKAGE_STRING "isync 1.2.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "isync"
# | #define VERSION "1.2.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_TIMEGM 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 socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:4338: result: no
# configure:4344: checking for inet_ntoa in -lnsl
# configure:4369: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lnsl >&5
# conftest.c:34:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char inet_ntoa ();
# ^
# conftest.c:36:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lnsl
# collect2: error: ld returned 1 exit status
# configure:4369: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "isync"
# | #define PACKAGE_TARNAME "isync"
# | #define PACKAGE_VERSION "1.2.1"
# | #define PACKAGE_STRING "isync 1.2.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "isync"
# | #define VERSION "1.2.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_TIMEGM 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 inet_ntoa ();
# | int
# | main ()
# | {
# | return inet_ntoa ();
# | ;
# | return 0;
# | }
# configure:4378: result: no
# configure:4392: checking for getaddrinfo
# configure:4392: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# conftest.c:50:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char getaddrinfo ();
# ^
# conftest.c:59:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# configure:4392: $? = 0
# configure:4392: result: yes
# configure:4392: checking for inet_ntop
# configure:4392: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# conftest.c:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char inet_ntop ();
# ^
# conftest.c:60:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# configure:4392: $? = 0
# configure:4392: result: yes
# configure:4422: checking for pkg-config
# configure:4441: found /usr/sbin/pkg-config
# configure:4454: result: /usr/sbin/pkg-config
# configure:4463: checking OpenSSL presence with pkg-config
# configure:4470: result: found
# configure:4611: checking openssl/ssl.h usability
# configure:4611: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# conftest.c:63:25: fatal error: openssl/ssl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4611: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "isync"
# | #define PACKAGE_TARNAME "isync"
# | #define PACKAGE_VERSION "1.2.1"
# | #define PACKAGE_STRING "isync 1.2.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "isync"
# | #define VERSION "1.2.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_IPV6 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:4611: result: no
# configure:4611: checking openssl/ssl.h presence
# configure:4611: arm-linux-androideabi-gcc -E -D_GNU_SOURCE conftest.c
# conftest.c:30:25: fatal error: openssl/ssl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4611: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "isync"
# | #define PACKAGE_TARNAME "isync"
# | #define PACKAGE_VERSION "1.2.1"
# | #define PACKAGE_STRING "isync 1.2.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "isync"
# | #define VERSION "1.2.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_IPV6 1
# | /* end confdefs.h. */
# | #include
# configure:4611: result: no
# configure:4611: checking for openssl/ssl.h
# configure:4611: result: no
# configure:4654: checking for sasl_client_init in -lsasl2
# configure:4679: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lsasl2 >&5
# conftest.c:37:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char sasl_client_init ();
# ^
# conftest.c:39:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lsasl2
# /tmp/ccBajUDv.o:conftest.c:function main: error: undefined reference to 'sasl_client_init'
# collect2: error: ld returned 1 exit status
# configure:4679: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "isync"
# | #define PACKAGE_TARNAME "isync"
# | #define PACKAGE_VERSION "1.2.1"
# | #define PACKAGE_STRING "isync 1.2.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "isync"
# | #define VERSION "1.2.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_IPV6 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 sasl_client_init ();
# | int
# | main ()
# | {
# | return sasl_client_init ();
# | ;
# | return 0;
# | }
# configure:4688: result: no
# configure:4699: checking sasl/sasl.h usability
# configure:4699: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# conftest.c:63:23: fatal error: sasl/sasl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4699: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "isync"
# | #define PACKAGE_TARNAME "isync"
# | #define PACKAGE_VERSION "1.2.1"
# | #define PACKAGE_STRING "isync 1.2.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "isync"
# | #define VERSION "1.2.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_IPV6 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:4699: result: no
# configure:4699: checking sasl/sasl.h presence
# configure:4699: arm-linux-androideabi-gcc -E -D_GNU_SOURCE conftest.c
# conftest.c:30:23: fatal error: sasl/sasl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4699: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "isync"
# | #define PACKAGE_TARNAME "isync"
# | #define PACKAGE_VERSION "1.2.1"
# | #define PACKAGE_STRING "isync 1.2.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "isync"
# | #define VERSION "1.2.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_IPV6 1
# | /* end confdefs.h. */
# | #include
# configure:4699: result: no
# configure:4699: checking for sasl/sasl.h
# configure:4699: result: no
# configure:4723: checking for Berkeley DB >= 4.1
# configure:4745: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -ldb >&5
# conftest.c:30:16: fatal error: db.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4745: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "isync"
# | #define PACKAGE_TARNAME "isync"
# | #define PACKAGE_VERSION "1.2.1"
# | #define PACKAGE_STRING "isync 1.2.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "isync"
# | #define VERSION "1.2.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_TIMEGM 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_IPV6 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | DB *db;
# | db_create(&db, 0, 0);
# | db->truncate(db, 0, 0, 0);
# | db->open(db, 0, "foo", "foo", DB_HASH, DB_CREATE, 0)
# | ;
# | return 0;
# | }
# configure:4753: result: no
# configure:4771: checking for deflate in -lz
# configure:4796: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lz >&5
# conftest.c:37:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char deflate ();
# ^
# conftest.c:39:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# configure:4796: $? = 0
# configure:4805: result: yes
# configure:4808: checking zlib.h usability
# configure:4808: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# configure:4808: $? = 0
# configure:4808: result: yes
# configure:4808: checking zlib.h presence
# configure:4808: arm-linux-androideabi-gcc -E -D_GNU_SOURCE conftest.c
# configure:4808: $? = 0
# configure:4808: result: yes
# configure:4808: checking for zlib.h
# configure:4808: result: yes
# configure:4833: checking for getopt_long
# configure:4833: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# conftest.c:54:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char getopt_long ();
# ^
# conftest.c:63:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^
# configure:4833: $? = 0
# configure:4833: result: yes
# configure:4971: checking that generated files are newer than configure
# configure:4977: result: done
# configure:5012: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by isync config.status 1.2.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 362d91beac42
#
# config.status:879: creating Makefile
# config.status:879: creating src/Makefile
# config.status:879: creating src/compat/Makefile
# config.status:879: creating isync.spec
# config.status:879: creating autodefs.h
# config.status:1108: executing depfiles commands
# configure:6332: result:
# configure:6338: result: Not using SSL
# configure:6345: result: Not using SASL
# configure:6349: result: Using zlib
# configure:6359: result: Not using Berkeley DB
# configure:6362: result:
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_berkdb4=no
# ac_cv_c_compiler_gnu=yes
# 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_CPP_set=
# ac_cv_env_CPP_value=
# 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_getaddrinfo=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_inet_ntop=yes
# ac_cv_func_memrchr=yes
# ac_cv_func_strnlen=yes
# ac_cv_func_timegm=yes
# ac_cv_func_vasprintf=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_openssl_ssl_h=no
# ac_cv_header_sasl_sasl_h=no
# 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_poll_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_zlib_h=yes
# ac_cv_lib_nsl_inet_ntoa=no
# ac_cv_lib_sasl2_sasl_client_init=no
# ac_cv_lib_socket_socket=no
# ac_cv_lib_z_deflate=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_PKGCONFIG=/usr/sbin/pkg-config
# 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_CPP='arm-linux-androideabi-gcc -E'
# ac_cv_prog_STRIP=arm-linux-androideabi-strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# ob_cv_strftime_z='yes (assumed)'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/isync/src/isync-1.2.1/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/isync/src/isync-1.2.1/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/isync/src/isync-1.2.1/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/isync/src/isync-1.2.1/missing automake-1.15'
# AWK='gawk'
# CC='arm-linux-androideabi-gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings'
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=' -D_GNU_SOURCE'
# CYGPATH_W='echo'
# DB_LIBS=''
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# 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=''
# MAINT=''
# MAINTAINER_MODE_FALSE='#'
# MAINTAINER_MODE_TRUE=''
# MAKEINFO='${SHELL} /tmp/isync/src/isync-1.2.1/missing makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='isync'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='isync'
# PACKAGE_STRING='isync 1.2.1'
# PACKAGE_TARNAME='isync'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.2.1'
# PATH_SEPARATOR=':'
# PKGCONFIG='/usr/sbin/pkg-config'
# SASL_LIBS=''
# SET_MAKE=''
# SHELL='/bin/sh'
# SOCK_LIBS=''
# SSL_LIBS='-lssl -lcrypto'
# STRIP='arm-linux-androideabi-strip'
# VERSION='1.2.1'
# Z_LIBS='-lz'
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_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/isync/src/isync-1.2.1/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(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=''
# with_compat_FALSE=''
# with_compat_TRUE='#'
# with_mdconvert_FALSE=''
# with_mdconvert_TRUE='#'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "isync"
# #define PACKAGE_TARNAME "isync"
# #define PACKAGE_VERSION "1.2.1"
# #define PACKAGE_STRING "isync 1.2.1"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "isync"
# #define VERSION "1.2.1"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_POLL_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_VASPRINTF 1
# #define HAVE_STRNLEN 1
# #define HAVE_MEMRCHR 1
# #define HAVE_TIMEGM 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_INET_NTOP 1
# #define HAVE_IPV6 1
# #define HAVE_LIBZ 1
# #define HAVE_GETOPT_LONG 1
#
# configure: exit 0