Build of isync with musl toolchain

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

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

SLOCLanguage
11,095 ansic
2,198 makefile
1,296 sh
595 perl
15,184 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...

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

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: isync 1.2.1-2 (Wed Apr 5 00:39:24 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 x86_64-unknown-linux-strip... no
# checking for strip... 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 x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether strftime supports %z... yes (assumed)
# checking how to run the C preprocessor... clang -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... no
# 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
# Not 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'
# clang -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
# clang -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
# clang -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
# clang -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
# In file included from sync.c:23:
# In file included from ./sync.h:26:
# In file included from ./driver.h:26:
# In file included from ./config.h:26:
# In file included from ./common.h:163:
# /sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include to [-W#warnings]
# #warning redirecting incorrect #include to
# ^
# In file included from config.c:23:
# In file included from ./config.h:26:
# In file included from ./common.h:163:
# /sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include to [-W#warnings]
# #warning redirecting incorrect #include to
# ^
# sync.c:1306:100: warning: data argument not used by format string [-Wformat-extra-args]
# debug( maxwuid == INT_MAX ? "loading %s [%d,inf]\n" : "loading %s [%d,%d]\n", str_ms[t], minwuid, maxwuid );
# ~~~~~~~~~~~~~~~~~~~~~~~ ^
# In file included from main.c:23:
# In file included from ./sync.h:26:
# In file included from ./driver.h:26:
# In file included from ./config.h:26:
# In file included from ./common.h:163:
# /sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include to [-W#warnings]
# #warning redirecting incorrect #include to
# ^
# sync.c:1372:114: warning: data argument not used by format string [-Wformat-extra-args]
# printf( svars->ctx[t]->opts & OPEN_SIZE ? " message %5d, %-4s, %6lu: " : " message %5d, %-4s: ", uid, fbuf, tmsg->size );
# ~~~~~~~~~~~~~~~~~~~~~~~ ^
# In file included from util.c:23:
# In file included from ./common.h:163:
# /sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include to [-W#warnings]
# #warning redirecting incorrect #include to
# ^
# 1 warning generated.
# mv -f .deps/config.Tpo .deps/config.Po
# clang -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
# In file included from socket.c:24:
# In file included from ./socket.h:26:
# In file included from ./common.h:163:
# /sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include to [-W#warnings]
# #warning redirecting incorrect #include to
# ^
# 1 warning generated.
# mv -f .deps/util.Tpo .deps/util.Po
# clang -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
# In file included from driver.c:23:
# In file included from ./driver.h:26:
# In file included from ./config.h:26:
# In file included from ./common.h:163:
# /sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include to [-W#warnings]
# #warning redirecting incorrect #include to
# ^
# 1 warning generated.
# mv -f .deps/driver.Tpo .deps/driver.Po
# clang -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
# In file included from drv_imap.c:24:
# In file included from ./driver.h:26:
# In file included from ./config.h:26:
# In file included from ./common.h:163:
# /sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include to [-W#warnings]
# #warning redirecting incorrect #include to
# ^
# 1 warning generated.
# mv -f .deps/main.Tpo .deps/main.Po
# clang -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
# 3 warnings generated.
# mv -f .deps/sync.Tpo .deps/sync.Po
# In file included from drv_maildir.c:24:
# In file included from ./driver.h:26:
# In file included from ./config.h:26:
# In file included from ./common.h:163:
# /sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include to [-W#warnings]
# #warning redirecting incorrect #include to
# ^
# 1 warning generated.
# mv -f .deps/drv_imap.Tpo .deps/drv_imap.Po
# 1 warning generated.
# mv -f .deps/drv_maildir.Tpo .deps/drv_maildir.Po
# socket.c:448:101: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
# sock->conf->host, inet_ntop( AF_INET6, &in6->sin6_addr, sockname, sizeof(sockname) ), sock->conf->port );
# ^~~~~~~~~~~~~~~~
# socket.c:460:60: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
# sock->conf->host, inet_ntoa( in->sin_addr ), sock->conf->port );
# ^~~~~~~~~~~~~~~~
# 3 warnings generated.
# mv -f .deps/socket.Tpo .deps/socket.Po
# clang -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
# clang-3.8: warning: argument unused during compilation: '-ansi'
# /sysroot/bin/ld: error: cannot find -lssl
# /sysroot/bin/ld: error: cannot find -lcrypto
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# 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 --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 280e70aa57d7
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure: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 x86_64-unknown-linux-strip
# configure:2433: result: no
# configure:2443: checking for strip
# configure:2459: found /sysroot/bin/strip
# configure:2470: result: 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 x86_64-unknown-linux-gcc
# configure:2832: result: clang
# configure:3101: checking for C compiler version
# configure:3110: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3121: $? = 0
# configure:3110: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3121: $? = 0
# configure:3110: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3121: $? = 1
# configure:3110: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3121: $? = 1
# configure:3141: checking whether the C compiler works
# configure:3163: clang 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: clang -o conftest conftest.c >&5
# configure:3237: $? = 0
# configure:3259: result:
# configure:3281: checking whether we are cross compiling
# configure:3289: clang -o conftest conftest.c >&5
# configure:3293: $? = 0
# configure:3300: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3304: $? = 127
# configure:3319: result: yes
# configure:3324: checking for suffix of object files
# configure:3346: clang -c conftest.c >&5
# configure:3350: $? = 0
# configure:3371: result: o
# configure:3375: checking whether we are using the GNU C compiler
# configure:3394: clang -c conftest.c >&5
# configure:3394: $? = 0
# configure:3403: result: yes
# configure:3412: checking whether clang accepts -g
# configure:3432: clang -c -g conftest.c >&5
# configure:3432: $? = 0
# configure:3473: result: yes
# configure:3490: checking for clang option to accept ISO C89
# configure:3553: clang -c conftest.c >&5
# configure:3553: $? = 0
# configure:3566: result: none needed
# configure:3591: checking whether clang understands -c and -o together
# configure:3613: clang -c conftest.c -o conftest2.o
# configure:3616: $? = 0
# configure:3613: clang -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 clang
# 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: clang -E -D_GNU_SOURCE conftest.c
# configure:3917: $? = 0
# configure:3931: clang -E -D_GNU_SOURCE conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# 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: clang -E
# configure:3976: clang -E -D_GNU_SOURCE conftest.c
# configure:3976: $? = 0
# configure:3990: clang -E -D_GNU_SOURCE conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# 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: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# configure:4169: $? = 0
# configure:4253: result: yes
# configure:4266: checking for sys/types.h
# configure:4266: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# In file included from conftest.c:54:
# /sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include to [-W#warnings]
# #warning redirecting incorrect #include to
# ^
# 1 warning generated.
# configure:4281: $? = 0
# configure:4281: result: yes
# configure:4281: checking sys/poll.h presence
# configure:4281: clang -E -D_GNU_SOURCE conftest.c
# In file included from conftest.c:21:
# /sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include to [-W#warnings]
# #warning redirecting incorrect #include to
# ^
# 1 warning generated.
# 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: clang -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: clang -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: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# conftest.c:57:19: warning: format string missing [-Wformat]
# return vasprintf ();
# ~~~~~~~~~ ^
# 1 warning generated.
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for strnlen
# configure:4294: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for memrchr
# configure:4294: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for timegm
# configure:4294: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4304: checking for socket in -lsocket
# configure:4329: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lsocket >&5
# /sysroot/bin/ld: error: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# 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: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lnsl >&5
# /sysroot/bin/ld: error: cannot find -lnsl
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# 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: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# configure:4392: $? = 0
# configure:4392: result: yes
# configure:4392: checking for inet_ntop
# configure:4392: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# 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: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# conftest.c:63:10: fatal error: 'openssl/ssl.h' file not found
# #include
# ^
# 1 error generated.
# 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: clang -E -D_GNU_SOURCE conftest.c
# conftest.c:30:10: fatal error: 'openssl/ssl.h' file not found
# #include
# ^
# 1 error generated.
# 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: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lsasl2 >&5
# /sysroot/bin/ld: error: cannot find -lsasl2
# /tmp/conftest-9acc37.o:conftest.c:function main: error: undefined reference to 'sasl_client_init'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# 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: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# conftest.c:63:10: fatal error: 'sasl/sasl.h' file not found
# #include
# ^
# 1 error generated.
# 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: clang -E -D_GNU_SOURCE conftest.c
# conftest.c:30:10: fatal error: 'sasl/sasl.h' file not found
# #include
# ^
# 1 error generated.
# 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: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -ldb >&5
# conftest.c:30:10: fatal error: 'db.h' file not found
# #include
# ^
# 1 error generated.
# 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: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lz >&5
# /sysroot/bin/ld: error: cannot find -lz
# /tmp/conftest-4d370d.o:conftest.c:function main: error: undefined reference to 'deflate'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4796: $? = 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 deflate ();
# | int
# | main ()
# | {
# | return deflate ();
# | ;
# | return 0;
# | }
# configure:4805: result: no
# configure:4833: checking for getopt_long
# configure:4833: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
# 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 280e70aa57d7
#
# config.status:878: creating Makefile
# config.status:878: creating src/Makefile
# config.status:878: creating src/compat/Makefile
# config.status:878: creating isync.spec
# config.status:878: creating autodefs.h
# config.status:1107: executing depfiles commands
# configure:6332: result:
# configure:6338: result: Not using SSL
# configure:6345: result: Not using SASL
# configure:6352: result: Not 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=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_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=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_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_lib_nsl_inet_ntoa=no
# ac_cv_lib_sasl2_sasl_client_init=no
# ac_cv_lib_socket_socket=no
# ac_cv_lib_z_deflate=no
# 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=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_STRIP=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='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings'
# CPP='clang -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='strip'
# VERSION='1.2.1'
# Z_LIBS=''
# 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=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# 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_GETOPT_LONG 1
#
# configure: exit 0