The build took 00h 01m 11s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
11,095 |
ansic |
2,198 |
makefile |
1,296 |
sh |
595 |
perl |
15,184 |
total |
The process tree of the build process is here.
To avoid scrolling, you may jump to the last line of the
invocation of makepkg that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
There were existing files in /sysroot, using those
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 -cchecking whether build environment is sane... yeschecking for x86_64-unknown-linux-strip... nochecking for strip... stripchecking for a thread-safe mkdir -p... /usr/sbin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether make supports nested variables... yeschecking whether to enable maintainer-specific portions of Makefiles... yeschecking for x86_64-unknown-linux-gcc... clangchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... yeschecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether clang accepts -g... yeschecking for clang option to accept ISO C89... none neededchecking whether clang understands -c and -o together... yeschecking for style of include used by make... GNUchecking dependency style of clang... gcc3checking whether strftime supports %z... yes (assumed)checking how to run the C preprocessor... clang -Echecking for grep that handles long lines and -e... /usr/sbin/grepchecking for egrep... /usr/sbin/grep -Echecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking sys/poll.h usability... yeschecking sys/poll.h presence... yeschecking for sys/poll.h... yeschecking sys/select.h usability... yeschecking sys/select.h presence... yeschecking for sys/select.h... yeschecking for vasprintf... yeschecking for strnlen... yeschecking for memrchr... yeschecking for timegm... yeschecking for socket in -lsocket... nochecking for inet_ntoa in -lnsl... nochecking for getaddrinfo... yeschecking for inet_ntop... yeschecking for pkg-config... /usr/sbin/pkg-configchecking OpenSSL presence with pkg-config... foundchecking openssl/ssl.h usability... nochecking openssl/ssl.h presence... nochecking for openssl/ssl.h... nochecking for sasl_client_init in -lsasl2... nochecking sasl/sasl.h usability... nochecking sasl/sasl.h presence... nochecking for sasl/sasl.h... nochecking for Berkeley DB >= 4.1... nochecking for deflate in -lz... nochecking for getopt_long... yeschecking that generated files are newer than configure... doneconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating src/Makefileconfig.status: creating src/compat/Makefileconfig.status: creating isync.specconfig.status: creating autodefs.hconfig.status: executing depfiles commandsNot using SSLNot using SASLNot using zlibNot using Berkeley DBmake all-recursivemake[1]: Entering directory '/tmp/isync/src/isync-1.2.1'Making all in srcmake[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.cclang -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.cclang -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.cclang -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.cIn 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.Poclang -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.cIn 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.Poclang -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.cIn 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.Poclang -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.cIn 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.Poclang -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.c3 warnings generated.mv -f .deps/sync.Tpo .deps/sync.PoIn 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.Po1 warning generated.mv -f .deps/drv_maildir.Tpo .deps/drv_maildir.Posocket.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.Poclang -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 -lcryptoclang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)make[3]: *** [Makefile:440: mbsync] Error 1make[3]: Leaving directory '/tmp/isync/src/isync-1.2.1/src'make[2]: *** [Makefile:552: all-recursive] Error 1make[2]: Leaving directory '/tmp/isync/src/isync-1.2.1/src'make[1]: *** [Makefile:497: all-recursive] Error 1make[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 whilerunning configure, to aid debugging if configure makes a mistake.It was created by isync configure 1.2.1, which wasgenerated by GNU Autoconf 2.69. Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr## --------- #### Platform. #### --------- ##hostname = 280e70aa57d7uname -m = x86_64uname -r = 4.10.6-1-ARCHuname -s = Linuxuname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017/usr/bin/uname -p = unknown/bin/uname -X = unknown/bin/arch = unknown/usr/bin/arch -k = unknown/usr/convex/getsysinfo = unknown/usr/bin/hostinfo = unknown/bin/machine = unknown/usr/bin/oslevel = unknown/bin/universe = unknownPATH: /sysroot/binPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:2210: checking for a BSD-compatible installconfigure:2278: result: /usr/bin/install -cconfigure:2289: checking whether build environment is saneconfigure:2344: result: yesconfigure:2403: checking for x86_64-unknown-linux-stripconfigure:2433: result: noconfigure:2443: checking for stripconfigure:2459: found /sysroot/bin/stripconfigure:2470: result: stripconfigure:2495: checking for a thread-safe mkdir -pconfigure:2534: result: /usr/sbin/mkdir -pconfigure:2541: checking for gawkconfigure:2557: found /usr/sbin/gawkconfigure:2568: result: gawkconfigure:2579: checking whether make sets $(MAKE)configure:2601: result: yesconfigure:2630: checking whether make supports nested variablesconfigure:2647: result: yesconfigure:2774: checking whether to enable maintainer-specific portions of Makefilesconfigure:2783: result: yesconfigure:2805: checking for x86_64-unknown-linux-gccconfigure:2832: result: clangconfigure:3101: checking for C compiler versionconfigure:3110: clang --version >&5clang version 3.8.1Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /configure:3121: $? = 0configure:3110: clang -v >&5clang version 3.8.1Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Candidate multilib: .;@m64Selected multilib: .;@m64configure:3121: $? = 0configure:3110: clang -V >&5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:3121: $? = 1configure:3110: clang -qversion >&5clang-3.8: error: unknown argument: '-qversion'clang-3.8: error: no input filesconfigure:3121: $? = 1configure:3141: checking whether the C compiler worksconfigure:3163: clang conftest.c >&5configure:3167: $? = 0configure:3215: result: yesconfigure:3218: checking for C compiler default output file nameconfigure:3220: result: a.outconfigure:3226: checking for suffix of executablesconfigure:3233: clang -o conftest conftest.c >&5configure:3237: $? = 0configure:3259: result:configure:3281: checking whether we are cross compilingconfigure:3289: clang -o conftest conftest.c >&5configure:3293: $? = 0configure:3300: ./conftest./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF headerconfigure:3304: $? = 127configure:3319: result: yesconfigure:3324: checking for suffix of object filesconfigure:3346: clang -c conftest.c >&5configure:3350: $? = 0configure:3371: result: oconfigure:3375: checking whether we are using the GNU C compilerconfigure:3394: clang -c conftest.c >&5configure:3394: $? = 0configure:3403: result: yesconfigure:3412: checking whether clang accepts -gconfigure:3432: clang -c -g conftest.c >&5configure:3432: $? = 0configure:3473: result: yesconfigure:3490: checking for clang option to accept ISO C89configure:3553: clang -c conftest.c >&5configure:3553: $? = 0configure:3566: result: none neededconfigure:3591: checking whether clang understands -c and -o togetherconfigure:3613: clang -c conftest.c -o conftest2.oconfigure:3616: $? = 0configure:3613: clang -c conftest.c -o conftest2.oconfigure:3616: $? = 0configure:3628: result: yesconfigure:3656: checking for style of include used by makeconfigure:3684: result: GNUconfigure:3710: checking dependency style of clangconfigure:3821: result: gcc3configure:3843: checking whether strftime supports %zconfigure:3875: result: yes (assumed)configure:3886: checking how to run the C preprocessorconfigure:3917: clang -E -D_GNU_SOURCE conftest.cconfigure:3917: $? = 0configure:3931: clang -E -D_GNU_SOURCE conftest.cconftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:3931: $? = 1configure: 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 -Econfigure:3976: clang -E -D_GNU_SOURCE conftest.cconfigure:3976: $? = 0configure:3990: clang -E -D_GNU_SOURCE conftest.cconftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:3990: $? = 1configure: 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 -econfigure:4077: result: /usr/sbin/grepconfigure:4082: checking for egrepconfigure:4144: result: /usr/sbin/grep -Econfigure:4149: checking for ANSI C header filesconfigure:4169: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5configure:4169: $? = 0configure:4253: result: yesconfigure:4266: checking for sys/types.hconfigure:4266: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5configure:4266: $? = 0configure:4266: result: yesconfigure:4266: checking for sys/stat.hconfigure:4266: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5configure:4266: $? = 0configure:4266: result: yesconfigure:4266: checking for stdlib.hconfigure:4266: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5configure:4266: $? = 0configure:4266: result: yesconfigure:4266: checking for string.hconfigure:4266: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5configure:4266: $? = 0configure:4266: result: yesconfigure:4266: checking for memory.hconfigure:4266: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5configure:4266: $? = 0configure:4266: result: yesconfigure:4266: checking for strings.hconfigure:4266: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5configure:4266: $? = 0configure:4266: result: yesconfigure:4266: checking for inttypes.hconfigure:4266: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5configure:4266: $? = 0configure:4266: result: yesconfigure:4266: checking for stdint.hconfigure:4266: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5configure:4266: $? = 0configure:4266: result: yesconfigure:4266: checking for unistd.hconfigure:4266: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5configure:4266: $? = 0configure:4266: result: yesconfigure:4281: checking sys/poll.h usabilityconfigure:4281: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5In 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: $? = 0configure:4281: result: yesconfigure:4281: checking sys/poll.h presenceconfigure:4281: clang -E -D_GNU_SOURCE conftest.cIn 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: $? = 0configure:4281: result: yesconfigure:4281: checking for sys/poll.hconfigure:4281: result: yesconfigure:4281: checking sys/select.h usabilityconfigure:4281: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5configure:4281: $? = 0configure:4281: result: yesconfigure:4281: checking sys/select.h presenceconfigure:4281: clang -E -D_GNU_SOURCE conftest.cconfigure:4281: $? = 0configure:4281: result: yesconfigure:4281: checking for sys/select.hconfigure:4281: result: yesconfigure:4294: checking for vasprintfconfigure:4294: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5conftest.c:57:19: warning: format string missing [-Wformat]return vasprintf ();~~~~~~~~~ ^1 warning generated.configure:4294: $? = 0configure:4294: result: yesconfigure:4294: checking for strnlenconfigure:4294: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5configure:4294: $? = 0configure:4294: result: yesconfigure:4294: checking for memrchrconfigure:4294: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5configure:4294: $? = 0configure:4294: result: yesconfigure:4294: checking for timegmconfigure:4294: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5configure:4294: $? = 0configure:4294: result: yesconfigure:4304: checking for socket in -lsocketconfigure: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 -lsocketclang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)configure:4329: $? = 1configure: 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: noconfigure:4344: checking for inet_ntoa in -lnslconfigure: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 -lnslclang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)configure:4369: $? = 1configure: 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: noconfigure:4392: checking for getaddrinfoconfigure:4392: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5configure:4392: $? = 0configure:4392: result: yesconfigure:4392: checking for inet_ntopconfigure:4392: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5configure:4392: $? = 0configure:4392: result: yesconfigure:4422: checking for pkg-configconfigure:4441: found /usr/sbin/pkg-configconfigure:4454: result: /usr/sbin/pkg-configconfigure:4463: checking OpenSSL presence with pkg-configconfigure:4470: result: foundconfigure:4611: checking openssl/ssl.h usabilityconfigure:4611: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5conftest.c:63:10: fatal error: 'openssl/ssl.h' file not found#include ^1 error generated.configure:4611: $? = 1configure: 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: noconfigure:4611: checking openssl/ssl.h presenceconfigure:4611: clang -E -D_GNU_SOURCE conftest.cconftest.c:30:10: fatal error: 'openssl/ssl.h' file not found#include ^1 error generated.configure:4611: $? = 1configure: 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: noconfigure:4611: checking for openssl/ssl.hconfigure:4611: result: noconfigure:4654: checking for sasl_client_init in -lsasl2configure: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: $? = 1configure: 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: noconfigure:4699: checking sasl/sasl.h usabilityconfigure:4699: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5conftest.c:63:10: fatal error: 'sasl/sasl.h' file not found#include ^1 error generated.configure:4699: $? = 1configure: 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: noconfigure:4699: checking sasl/sasl.h presenceconfigure:4699: clang -E -D_GNU_SOURCE conftest.cconftest.c:30:10: fatal error: 'sasl/sasl.h' file not found#include ^1 error generated.configure:4699: $? = 1configure: 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: noconfigure:4699: checking for sasl/sasl.hconfigure:4699: result: noconfigure:4723: checking for Berkeley DB >= 4.1configure:4745: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -ldb >&5conftest.c:30:10: fatal error: 'db.h' file not found#include ^1 error generated.configure:4745: $? = 1configure: 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: noconfigure:4771: checking for deflate in -lzconfigure: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: $? = 1configure: 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: noconfigure:4833: checking for getopt_longconfigure:4833: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5configure:4833: $? = 0configure:4833: result: yesconfigure:4971: checking that generated files are newer than configureconfigure:4977: result: doneconfigure:5012: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by isync config.status 1.2.1, which wasgenerated by GNU Autoconf 2.69. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 280e70aa57d7config.status:878: creating Makefileconfig.status:878: creating src/Makefileconfig.status:878: creating src/compat/Makefileconfig.status:878: creating isync.specconfig.status:878: creating autodefs.hconfig.status:1107: executing depfiles commandsconfigure:6332: result:configure:6338: result: Not using SSLconfigure:6345: result: Not using SASLconfigure:6352: result: Not using zlibconfigure:6359: result: Not using Berkeley DBconfigure:6362: result:## ---------------- #### Cache variables. #### ---------------- ##ac_cv_berkdb4=noac_cv_c_compiler_gnu=yesac_cv_env_CC_set=setac_cv_env_CC_value=clangac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CPP_set=ac_cv_env_CPP_value=ac_cv_env_LDFLAGS_set=setac_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=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_func_getaddrinfo=yesac_cv_func_getopt_long=yesac_cv_func_inet_ntop=yesac_cv_func_memrchr=yesac_cv_func_strnlen=yesac_cv_func_timegm=yesac_cv_func_vasprintf=yesac_cv_header_inttypes_h=yesac_cv_header_memory_h=yesac_cv_header_openssl_ssl_h=noac_cv_header_sasl_sasl_h=noac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_poll_h=yesac_cv_header_sys_select_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_types_h=yesac_cv_header_unistd_h=yesac_cv_lib_nsl_inet_ntoa=noac_cv_lib_sasl2_sasl_client_init=noac_cv_lib_socket_socket=noac_cv_lib_z_deflate=noac_cv_objext=oac_cv_path_EGREP='/usr/sbin/grep -E'ac_cv_path_GREP=/usr/sbin/grepac_cv_path_PKGCONFIG=/usr/sbin/pkg-configac_cv_path_install='/usr/bin/install -c'ac_cv_path_mkdir=/usr/sbin/mkdirac_cv_prog_AWK=gawkac_cv_prog_CC=clangac_cv_prog_CPP='clang -E'ac_cv_prog_ac_ct_STRIP=stripac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_prog_make_make_set=yesam_cv_CC_dependencies_compiler_type=gcc3am_cv_make_support_nested_variables=yesam_cv_prog_cc_c_o=yesob_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 1configure: exit 0