The build took 00h 01m 22s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language | 
|---|---|
| 9,005 | ansic | 
| 410 | sh | 
| 177 | makefile | 
| 14 | perl | 
| 9,606 | 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: adns 1.5.0-1 (Tue Apr  4 22:56:01 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...checking whether you requested dynamic linking... yes, by defaultchecking 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 how to run the C preprocessor... clang -Echecking for x86_64-unknown-linux-ranlib... nochecking for ranlib... ranlibconfigure: WARNING: using cross tools not prefixed with host tripletchecking for a BSD-compatible install... /usr/bin/install -cchecking for poll... yeschecking for socket... yeschecking for inet_ntoa... yeschecking for tsearch... yeschecking for INADDR_LOOPBACK... foundchecking for inet_aton... yeschecking inlines... yeschecking -Wno-pointer-sign... yeschecking __attribute__((,,))... yeschecking __attribute__((noreturn))... yeschecking __attribute__((const))... yeschecking __attribute__((format...))... yesconfigure: creating ./config.statusconfig.status: creating common.makeconfig.status: creating settings.makeconfig.status: creating Makefileconfig.status: creating src/Makefileconfig.status: creating client/Makefileconfig.status: creating dynamic/Makefileconfig.status: creating regress/Makefileconfig.status: creating src/config.hset -e; for d in src dynamic client regress; do make -C $d all; donemake[1]: Entering directory '/tmp/adns/src/adns-1.5.0/src'clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I.    -c -o types.o types.cclang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I.    -c -o event.o event.cclang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I.    -c -o query.o query.cclang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I.    -c -o reply.o reply.cIn file included from query.c:29:In file included from ./internal.h:32:In file included from ./config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from reply.c:29:In file included from ./internal.h:32:In file included from ./config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from types.c:35:In file included from ./internal.h:32:In file included from ./config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from event.c:40:In file included from ./internal.h:32:In file included from ./config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^types.c:272:9: warning: cast from 'const struct in6_addr *' to 'unsigned int *' drops const qualifier [-Wcast-qual]    if (IN6_IS_ADDR_V4MAPPED(a6)) {        ^/sysroot/include/netinet/in.h:129:24: note: expanded from macro 'IN6_IS_ADDR_V4MAPPED'        (((uint32_t *) (a))[0] == 0 && ((uint32_t *) (a))[1] == 0 && \                       ^types.c:272:9: warning: cast from 'const struct in6_addr *' to 'unsigned int *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:129:54: note: expanded from macro 'IN6_IS_ADDR_V4MAPPED'        (((uint32_t *) (a))[0] == 0 && ((uint32_t *) (a))[1] == 0 && \                                                     ^types.c:272:9: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:130:23: note: expanded from macro 'IN6_IS_ADDR_V4MAPPED'         ((uint8_t *) (a))[8] == 0 && ((uint8_t *) (a))[9] == 0 && \                      ^types.c:272:9: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:130:52: note: expanded from macro 'IN6_IS_ADDR_V4MAPPED'         ((uint8_t *) (a))[8] == 0 && ((uint8_t *) (a))[9] == 0 && \                                                   ^types.c:272:9: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:131:23: note: expanded from macro 'IN6_IS_ADDR_V4MAPPED'         ((uint8_t *) (a))[10] == 0xff && ((uint8_t *) (a))[11] == 0xff)                      ^types.c:272:9: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:131:56: note: expanded from macro 'IN6_IS_ADDR_V4MAPPED'         ((uint8_t *) (a))[10] == 0xff && ((uint8_t *) (a))[11] == 0xff)                                                       ^types.c:463:13: warning: address of array 'ads->sortlist' will always evaluate to 'true' [-Wpointer-bool-conversion]  if (!ads->sortlist) return 0;      ~~~~~~^~~~~~~~query.c:437:10: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]  assert(!qu->interim_allocd >= 0);         ^                   ~~/sysroot/include/assert.h:8:28: note: expanded from macro 'assert'#define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0)))                           ^query.c:437:10: note: add parentheses after the '!' to evaluate the comparison firstquery.c:437:10: note: add parentheses around left hand side expression to silence this warningquery.c:437:30: warning: comparison of constant 0 with boolean expression is always true [-Wtautological-constant-out-of-range-compare]  assert(!qu->interim_allocd >= 0);         ~~~~~~~~~~~~~~~~~~~ ^  ~/sysroot/include/assert.h:8:28: note: expanded from macro 'assert'#define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0)))                           ^1 warning generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I.    -c -o general.o general.ctypes.c:1671:23: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                              .checklabel= ckl_srv, .postsort= postsort_srv),                                           ^~~~~~~types.c:1647:10: note: expanded from macro 'DEEP_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~./internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~./internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~types.c:1670:1: note: previous initialization is hereDEEP_TYPE(srv_raw,"SRV",  "raw",srvraw ,   srvraw,  srv,   srvraw,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~types.c:1646:6: note: expanded from macro 'DEEP_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \     ^~~~~~~~~~~~~~~~~~types.c:1671:43: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                              .checklabel= ckl_srv, .postsort= postsort_srv),                                                               ^~~~~~~~~~~~types.c:1647:10: note: expanded from macro 'DEEP_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~./internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~./internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~types.c:1670:1: note: previous initialization is hereDEEP_TYPE(srv_raw,"SRV",  "raw",srvraw ,   srvraw,  srv,   srvraw,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~types.c:1646:26: note: expanded from macro 'DEEP_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \                         ^types.c:1674:18: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                                   .getrrsz= gsz_addr, .query_send= qs_addr),                                             ^~~~~~~~types.c:1652:10: note: expanded from macro 'FLAT_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~./internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~./internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~types.c:1673:1: note: previous initialization is hereFLAT_TYPE(addr,   "A",  "addr", addr,      addr,    addr,  addr,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~types.c:1651:29: note: expanded from macro 'FLAT_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \                            ^~~~~~~~~~~~~~~~~~~~~types.c:1674:41: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                                   .getrrsz= gsz_addr, .query_send= qs_addr),                                                                    ^~~~~~~types.c:1652:10: note: expanded from macro 'FLAT_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~./internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~./internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~types.c:1673:1: note: previous initialization is hereFLAT_TYPE(addr,   "A",  "addr", addr,      addr,    addr,  addr,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~types.c:1651:52: note: expanded from macro 'FLAT_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \                                                   ^~~~~~~~~~~~~~~~types.c:1677:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                                                       .checklabel= ckl_ptr),                                                                    ^~~~~~~types.c:1647:10: note: expanded from macro 'DEEP_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~./internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~./internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~types.c:1676:1: note: previous initialization is hereDEEP_TYPE(ptr,    "PTR","checked",str,     ptr,     0,     domain,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~types.c:1646:6: note: expanded from macro 'DEEP_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \     ^~~~~~~~~~~~~~~~~~types.c:1680:23: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                              .checklabel= ckl_srv, .postsort= postsort_srv),                                           ^~~~~~~types.c:1647:10: note: expanded from macro 'DEEP_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~./internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~./internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~types.c:1679:1: note: previous initialization is hereDEEP_TYPE(srv,    "SRV","+addr",srvha,     srvha,   srv,   srvha,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~types.c:1646:6: note: expanded from macro 'DEEP_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \     ^~~~~~~~~~~~~~~~~~types.c:1680:43: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                              .checklabel= ckl_srv, .postsort= postsort_srv),                                                               ^~~~~~~~~~~~types.c:1647:10: note: expanded from macro 'DEEP_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~./internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~./internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~types.c:1679:1: note: previous initialization is hereDEEP_TYPE(srv,    "SRV","+addr",srvha,     srvha,   srv,   srvha,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~types.c:1646:26: note: expanded from macro 'DEEP_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \                         ^types.c:1688:19: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                                                         .getrrsz= gsz_addr);                                                                   ^~~~~~~~types.c:1652:10: note: expanded from macro 'FLAT_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~./internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~./internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~types.c:1687:1: note: previous initialization is hereFLAT_TYPE(none,   "","sub",addr,     addr,    0,     addr, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~types.c:1651:29: note: expanded from macro 'FLAT_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \                            ^~~~~~~~~~~~~~~~~~~~~1 warning generated.3 warnings generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I.    -c -o setup.o setup.cclang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I.    -c -o transmit.o transmit.cIn file included from general.c:36:In file included from ./internal.h:32:In file included from ./config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from transmit.c:33:In file included from ./internal.h:32:In file included from ./config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from setup.c:40:In file included from ./internal.h:32:In file included from ./config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^1 warning generated.1 warning generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I.    -c -o parse.o parse.cclang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I.    -c -o poll.o poll.c1 warning generated.In file included from parse.c:27:In file included from ./internal.h:32:In file included from ./config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^16 warnings generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I.    -c -o check.o check.cclang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I.    -c -o addrfam.o addrfam.cIn file included from poll.c:30:In file included from ./internal.h:32:In file included from ./config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from check.c:27:In file included from ./internal.h:32:In file included from ./config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from addrfam.c:41:In file included from ./internal.h:32:In file included from ./config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^1 warning generated.1 warning generated.addrfam.c:255:5: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]    IN6_IS_ADDR_LINKLOCAL(in6) ||    ^/sysroot/include/netinet/in.h:123:24: note: expanded from macro 'IN6_IS_ADDR_LINKLOCAL'        ((((uint8_t *) (a))[0]) == 0xfe && (((uint8_t *) (a))[1] & 0xc0) == 0x80)                       ^addrfam.c:255:5: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:123:58: note: expanded from macro 'IN6_IS_ADDR_LINKLOCAL'        ((((uint8_t *) (a))[0]) == 0xfe && (((uint8_t *) (a))[1] & 0xc0) == 0x80)                                                         ^addrfam.c:256:5: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]    IN6_IS_ADDR_MC_LINKLOCAL(in6);    ^/sysroot/include/netinet/in.h:141:10: note: expanded from macro 'IN6_IS_ADDR_MC_LINKLOCAL'        (IN6_IS_ADDR_MULTICAST(a) && ((((uint8_t *) (a))[1] & 0xf) == 0x2))         ^/sysroot/include/netinet/in.h:120:48: note: expanded from macro 'IN6_IS_ADDR_MULTICAST'#define IN6_IS_ADDR_MULTICAST(a) (((uint8_t *) (a))[0] == 0xff)                                               ^addrfam.c:256:5: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:141:53: note: expanded from macro 'IN6_IS_ADDR_MC_LINKLOCAL'        (IN6_IS_ADDR_MULTICAST(a) && ((((uint8_t *) (a))[1] & 0xf) == 0x2))                                                    ^1 warning generated.5 warnings generated.rm -f libadns.aar cqv libadns.a.new types.o event.o query.o reply.o general.o setup.o transmit.o parse.o poll.o check.o addrfam.oa - types.oa - event.oa - query.oa - reply.oa - general.oa - setup.oa - transmit.oa - parse.oa - poll.oa - check.oa - addrfam.oranlib libadns.a.newmv -f libadns.a.new libadns.amake[1]: Leaving directory '/tmp/adns/src/adns-1.5.0/src'make[1]: Entering directory '/tmp/adns/src/adns-1.5.0/dynamic'clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign    -fpic -I. -I../src -I./../src -c -o types_p.o ../src/types.cclang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign    -fpic -I. -I../src -I./../src -c -o event_p.o ../src/event.cclang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign    -fpic -I. -I../src -I./../src -c -o query_p.o ../src/query.cclang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign    -fpic -I. -I../src -I./../src -c -o reply_p.o ../src/reply.cIn file included from ../src/event.c:40:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../src/query.c:29:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../src/types.c:35:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../src/reply.c:29:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^../src/types.c:272:9: warning: cast from 'const struct in6_addr *' to 'unsigned int *' drops const qualifier [-Wcast-qual]    if (IN6_IS_ADDR_V4MAPPED(a6)) {        ^/sysroot/include/netinet/in.h:129:24: note: expanded from macro 'IN6_IS_ADDR_V4MAPPED'        (((uint32_t *) (a))[0] == 0 && ((uint32_t *) (a))[1] == 0 && \                       ^../src/types.c:272:9: warning: cast from 'const struct in6_addr *' to 'unsigned int *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:129:54: note: expanded from macro 'IN6_IS_ADDR_V4MAPPED'        (((uint32_t *) (a))[0] == 0 && ((uint32_t *) (a))[1] == 0 && \                                                     ^../src/types.c:272:9: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:130:23: note: expanded from macro 'IN6_IS_ADDR_V4MAPPED'         ((uint8_t *) (a))[8] == 0 && ((uint8_t *) (a))[9] == 0 && \                      ^../src/types.c:272:9: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:130:52: note: expanded from macro 'IN6_IS_ADDR_V4MAPPED'         ((uint8_t *) (a))[8] == 0 && ((uint8_t *) (a))[9] == 0 && \                                                   ^../src/types.c:272:9: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:131:23: note: expanded from macro 'IN6_IS_ADDR_V4MAPPED'         ((uint8_t *) (a))[10] == 0xff && ((uint8_t *) (a))[11] == 0xff)                      ^../src/types.c:272:9: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:131:56: note: expanded from macro 'IN6_IS_ADDR_V4MAPPED'         ((uint8_t *) (a))[10] == 0xff && ((uint8_t *) (a))[11] == 0xff)                                                       ^../src/query.c:437:10: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]  assert(!qu->interim_allocd >= 0);         ^                   ~~/sysroot/include/assert.h:8:28: note: expanded from macro 'assert'#define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0)))                           ^../src/query.c:437:10: note: add parentheses after the '!' to evaluate the comparison first../src/query.c:437:10: note: add parentheses around left hand side expression to silence this warning../src/query.c:437:30: warning: comparison of constant 0 with boolean expression is always true [-Wtautological-constant-out-of-range-compare]  assert(!qu->interim_allocd >= 0);         ~~~~~~~~~~~~~~~~~~~ ^  ~/sysroot/include/assert.h:8:28: note: expanded from macro 'assert'#define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0)))                           ^../src/types.c:463:13: warning: address of array 'ads->sortlist' will always evaluate to 'true' [-Wpointer-bool-conversion]  if (!ads->sortlist) return 0;      ~~~~~~^~~~~~~~1 warning generated.../src/types.c:1671:23: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                              .checklabel= ckl_srv, .postsort= postsort_srv),                                           ^~~~~~~../src/types.c:1647:10: note: expanded from macro 'DEEP_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~../src/internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~../src/internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~../src/types.c:1670:1: note: previous initialization is hereDEEP_TYPE(srv_raw,"SRV",  "raw",srvraw ,   srvraw,  srv,   srvraw,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~../src/types.c:1646:6: note: expanded from macro 'DEEP_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \     ^~~~~~~~~~~~~~~~~~../src/types.c:1671:43: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                              .checklabel= ckl_srv, .postsort= postsort_srv),                                                               ^~~~~~~~~~~~../src/types.c:1647:10: note: expanded from macro 'DEEP_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~../src/internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~../src/internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~../src/types.c:1670:1: note: previous initialization is hereDEEP_TYPE(srv_raw,"SRV",  "raw",srvraw ,   srvraw,  srv,   srvraw,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~../src/types.c:1646:26: note: expanded from macro 'DEEP_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \                         ^../src/types.c:1674:18: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                                   .getrrsz= gsz_addr, .query_send= qs_addr),                                             ^~~~~~~~../src/types.c:1652:10: note: expanded from macro 'FLAT_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~../src/internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~../src/internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~../src/types.c:1673:1: note: previous initialization is hereFLAT_TYPE(addr,   "A",  "addr", addr,      addr,    addr,  addr,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~../src/types.c:1651:29: note: expanded from macro 'FLAT_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \                            ^~~~~~~~~~~~~~~~~~~~~../src/types.c:1674:41: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                                   .getrrsz= gsz_addr, .query_send= qs_addr),                                                                    ^~~~~~~../src/types.c:1652:10: note: expanded from macro 'FLAT_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~../src/internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~../src/internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~../src/types.c:1673:1: note: previous initialization is hereFLAT_TYPE(addr,   "A",  "addr", addr,      addr,    addr,  addr,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~../src/types.c:1651:52: note: expanded from macro 'FLAT_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \                                                   ^~~~~~~~~~~~~~~~../src/types.c:1677:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                                                       .checklabel= ckl_ptr),                                                                    ^~~~~~~../src/types.c:16473: warning10s: generated. note: expanded from macro 'DEEP_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~../src/internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~../src/internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~../src/types.c:1676:clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign    -fpic -I. -I../src -I./../src -c -o general_p.o ../src/general.c1: note: previous initialization is hereDEEP_TYPE(ptr,    "PTR","checked",str,     ptr,     0,     domain,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~../src/types.c:1646:6: note: expanded from macro 'DEEP_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \     ^~~~~~~~~~~~~~~~~~../src/types.c:1680:23: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                              .checklabel= ckl_srv, .postsort= postsort_srv),                                           ^~~~~~~../src/types.c:1647:10: note: expanded from macro 'DEEP_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~../src/internal.h:91:63: note1: expanded from macro 'CDR' warning generated.#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~../src/internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~../src/types.c:1679:1: note: previous initialization is hereDEEP_TYPE(srv,    "SRV","+addr",srvha,     srvha,   srv,   srvha,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~../src/types.c:1646:6: note: expanded from macro 'DEEP_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \     ^~~~~~~~~~~~~~~~~~../src/types.c:1680:43: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                              .checklabel= ckl_srv, .postsort= postsort_srv),                                                               ^~~~~~~~~~~~../src/types.c:1647:10: note: expanded from macro 'DEEP_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~../src/internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~../src/internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~../src/types.c:1679:1: note: previous initialization is hereDEEP_TYPE(srv,    "SRV","+addr",srvha,     srvha,   srv,   srvha,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~../src/types.c:1646:26: note: expanded from macro 'DEEP_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \                         ^../src/types.c:1688:19: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                                                         .getrrsz= gsz_addr);                                                                   ^~~~~~~~../src/types.c:1652:10: note: expanded from macro 'FLAT_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~../src/internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~../src/internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~../src/types.c:1687:1: note: previous initialization is hereFLAT_TYPE(none,   "","sub",addr,     addr,    0,     addr, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~../src/types.c:1651:29: note: expanded from macro 'FLAT_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \                            ^~~~~~~~~~~~~~~~~~~~~clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign    -fpic -I. -I../src -I./../src -c -o setup_p.o ../src/setup.cclang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign    -fpic -I. -I../src -I./../src -c -o transmit_p.o ../src/transmit.cIn file included from ../src/transmit.c:33:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../src/general.c:36:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../src/setup.c:40:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^1 warning generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign    -fpic -I. -I../src -I./../src -c -o parse_p.o ../src/parse.cIn file included from ../src/parse.c:27:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^16 warnings generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign    -fpic -I. -I../src -I./../src -c -o poll_p.o ../src/poll.c1 warning generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign    -fpic -I. -I../src -I./../src -c -o check_p.o ../src/check.c1 warning generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign    -fpic -I. -I../src -I./../src -c -o addrfam_p.o ../src/addrfam.cIn file included from ../src/check.c:27:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../src/poll.c:30:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^1 warning generated.ln -s libadns.so.1.5 libadns.so.1ln -s libadns.so.1 libadns.soIn file included from ../src/addrfam.c:41:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^1 warning generated.1 warning generated.../src/addrfam.c:255:5: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]    IN6_IS_ADDR_LINKLOCAL(in6) ||    ^/sysroot/include/netinet/in.h:123:24: note: expanded from macro 'IN6_IS_ADDR_LINKLOCAL'        ((((uint8_t *) (a))[0]) == 0xfe && (((uint8_t *) (a))[1] & 0xc0) == 0x80)                       ^../src/addrfam.c:255:5: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:123:58: note: expanded from macro 'IN6_IS_ADDR_LINKLOCAL'        ((((uint8_t *) (a))[0]) == 0xfe && (((uint8_t *) (a))[1] & 0xc0) == 0x80)                                                         ^../src/addrfam.c:256:5: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]    IN6_IS_ADDR_MC_LINKLOCAL(in6);    ^/sysroot/include/netinet/in.h:141:10: note: expanded from macro 'IN6_IS_ADDR_MC_LINKLOCAL'        (IN6_IS_ADDR_MULTICAST(a) && ((((uint8_t *) (a))[1] & 0xf) == 0x2))         ^/sysroot/include/netinet/in.h:120:48: note: expanded from macro 'IN6_IS_ADDR_MULTICAST'#define IN6_IS_ADDR_MULTICAST(a) (((uint8_t *) (a))[0] == 0xff)                                               ^../src/addrfam.c:256:5: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:141:53: note: expanded from macro 'IN6_IS_ADDR_MC_LINKLOCAL'        (IN6_IS_ADDR_MULTICAST(a) && ((((uint8_t *) (a))[1] & 0xf) == 0x2))                                                    ^5 warnings generated.rm -f libadns.so.1.5clang    -shared -Wl,-soname=libadns.so.1 -o libadns.so.1.5  types_p.o event_p.o query_p.o reply_p.o general_p.o setup_p.o transmit_p.o parse_p.o poll_p.o check_p.o addrfam_p.o  -lcmake[1]: Leaving directory '/tmp/adns/src/adns-1.5.0/dynamic'make[1]: Entering directory '/tmp/adns/src/adns-1.5.0/client'clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I../src -I./../src    -c -o adnslogres.o adnslogres.cclang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I../src -I./../src    -c -o adnsheloex.o adnsheloex.cclang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I../src -I./../src    -c -o adh-main.o adh-main.cIn file included from adnslogres.c:46:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I../src -I./../src    -c -o adh-opts.o adh-opts.cIn file included from adnsheloex.c:47:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^1 warning generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I../src -I./../src    -c -o adh-query.o adh-query.cIn file included from adh-main.c:28:In file included from ./adnshost.h:46:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^1 warning generated.In file included from adh-opts.c:28:In file included from ./adnshost.h:46:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I../src -I./../src    -c -o adnsresfilter.o adnsresfilter.c1 warning generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I../src -I./../src    -c -o fanftest.o fanftest.cIn file included from adh-query.c:28:In file included from ./adnshost.h:46:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from fanftest.c:42:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^1 warning generated.In file included from adnsresfilter.c:39:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I../src -I./../src    -c -o adnstest.o adnstest.c1 warning generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I. -I../src -I./../src    -c -o addrtext.o addrtext.c1 warning generated.clang    adnslogres.o -L../dynamic -ladns -o adnslogres In file included from addrtext.c:53:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from adnstest.c:36:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^1 warning generated.clang    adnsheloex.o -L../dynamic -ladns -o adnsheloex clang    adh-main.o adh-opts.o adh-query.o -L../dynamic -ladns -o adnshost clang    adnsresfilter.o -L../dynamic -ladns -o adnsresfilter 1 warning generated.clang    adnslogres.o ../src/libadns.a -o adnslogres_s clang    adnsheloex.o ../src/libadns.a -o adnsheloex_s clang    adh-main.o adh-opts.o adh-query.o ../src/libadns.a -o adnshost_s 1 warning generated.clang    adnsresfilter.o ../src/libadns.a -o adnsresfilter_s clang    fanftest.o ../src/libadns.a -o fanftest_s clang    adnstest.o ../src/libadns.a -o adnstest_s clang    addrtext.o ../src/libadns.a -o addrtext_s make[1]: Leaving directory '/tmp/adns/src/adns-1.5.0/client'make[1]: Entering directory '/tmp/adns/src/adns-1.5.0/regress'clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src    -c -o hrecord.o hrecord.cclang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src    -c -o hcommon.o hcommon.cclang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src  -DADNS_REGRESS_TEST -I. -c -g -o types_d.o ../src/types.cclang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src  -DADNS_REGRESS_TEST -I. -c -g -o event_d.o ../src/event.cIn file included from ../src/types.c:35:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from hrecord.c:8:In file included from ./harness.h:3:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../src/event.c:40:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from hcommon.c:11:In file included from ./harness.h:3:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../src/types.c:35:In file included from ../src/internal.h:51:In file included from ./hredirect.h:3:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../src/event.c:40:In file included from ../src/internal.h:51:In file included from ./hredirect.h:3:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from hcommon.c:11:In file included from ./harness.h:4:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from hrecord.c:8:In file included from ./harness.h:4:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^../src/types.c:272:9: warning: cast from 'const struct in6_addr *' to 'unsigned int *' drops const qualifier [-Wcast-qual]    if (IN6_IS_ADDR_V4MAPPED(a6)) {        ^/sysroot/include/netinet/in.h:129:24: note: expanded from macro 'IN6_IS_ADDR_V4MAPPED'        (((uint32_t *) (a))[0] == 0 && ((uint32_t *) (a))[1] == 0 && \                       ^../src/types.c:272:9: warning: cast from 'const struct in6_addr *' to 'unsigned int *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:129:54: note: expanded from macro 'IN6_IS_ADDR_V4MAPPED'        (((uint32_t *) (a))[0] == 0 && ((uint32_t *) (a))[1] == 0 && \                                                     ^../src/types.c:272:9: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:130:23: note: expanded from macro 'IN6_IS_ADDR_V4MAPPED'         ((uint8_t *) (a))[8] == 0 && ((uint8_t *) (a))[9] == 0 && \                      ^../src/types.c:272:9: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:130:52: note: expanded from macro 'IN6_IS_ADDR_V4MAPPED'         ((uint8_t *) (a))[8] == 0 && ((uint8_t *) (a))[9] == 0 && \                                                   ^../src/types.c:272:9: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:131:23: note: expanded from macro 'IN6_IS_ADDR_V4MAPPED'         ((uint8_t *) (a))[10] == 0xff && ((uint8_t *) (a))[11] == 0xff)                      ^../src/types.c:272:9: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:131:56: note: expanded from macro 'IN6_IS_ADDR_V4MAPPED'         ((uint8_t *) (a))[10] == 0xff && ((uint8_t *) (a))[11] == 0xff)                                                       ^../src/types.c:463:13: warning: address of array 'ads->sortlist' will always evaluate to 'true' [-Wpointer-bool-conversion]  if (!ads->sortlist) return 0;      ~~~~~~^~~~~~~~2 warnings generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src  -DADNS_REGRESS_TEST -I. -c -g -o query_d.o ../src/query.c../src/types.c:1671:23: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                              .checklabel= ckl_srv, .postsort= postsort_srv),                                           ^~~~~~~../src/types.c:1647:10: note: expanded from macro 'DEEP_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~../src/internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~../src/internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~../src/types.c:1670:1: note: previous initialization is hereDEEP_TYPE(srv_raw,"SRV",  "raw",srvraw ,   srvraw,  srv,   srvraw,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~../src/types.c:1646:6: note: expanded from macro 'DEEP_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \     ^~~~~~~~~~~~~~~~~~../src/types.c:1671:43: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                              .checklabel= ckl_srv, .postsort= postsort_srv),                                                               ^~~~~~~~~~~~../src/types.c:1647:10: note: expanded from macro 'DEEP_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~../src/internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~../src/internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~../src/types.c:1670:1: note: previous initialization is hereDEEP_TYPE(srv_raw,"SRV",  "raw",srvraw ,   srvraw,  srv,   srvraw,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~../src/types.c:1646:26: note: expanded from macro 'DEEP_TYPE'2 warnings generated.     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \                         ^../src/types.c:1674:18: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                                   .getrrsz= gsz_addr, .query_send= qs_addr),                                             ^~~~~~~~../src/types.c:1652:10: note: expanded from macro 'FLAT_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~../src/internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~../src/internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~../src/types.c:1673:1: note: previous initialization is hereFLAT_TYPE(addr,   "A",  "addr", addr,      addr,    addr,  addr,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~../src/types.c:1651:29: note: expanded from macro 'FLAT_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \                            ^~~~~~~~~~~~~~~~~~~~~../src/types.c:1674:41: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                                   .getrrsz= gsz_addr, .query_send= qs_addr),                                                                    ^~~~~~~../src/types.c:1652:10: note: expanded from macro 'FLAT_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~../src/internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~../src/internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~../src/types.c:1673:1: note: previous initialization is hereFLAT_TYPE(addr,   "A",  "addr", addr,      addr,    addr,  addr,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~../src/types.c:1651:52: note: expanded from macro 'FLAT_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \                                                   ^~~~~~~~~~~~~~~~../src/types.c:1677:27: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                                                       .checklabel= ckl_ptr),                                                                    ^~~~~~~../src/types.c:1647:10: note: expanded from macro 'DEEP_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~../src/internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~../src/internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~../src/types.c:1676:1: note: previous initialization is hereDEEP_TYPE(ptr,    "PTR","checked",str,     ptr,     0,     domain,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~../src/types.c:1646:6: note: expanded from macro 'DEEP_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \     ^~~~~~~~~~~~~~~~~~../src/types.c:1680:23: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                              .checklabel= ckl_srv, .postsort= postsort_srv),                                           ^~~~~~~../src/types.c:1647:10: note: expanded from macro 'DEEP_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~../src/internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~../src/internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~../src/types.c:1679:1: note: previous initialization is hereDEEP_TYPE(srv,    "SRV","+addr",srvha,     srvha,   srv,   srvha,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~../src/types.c:1646:6: note: expanded from macro 'DEEP_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \     ^~~~~~~~~~~~~~~~~~../src/types.c:1680:43: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                              .checklabel= ckl_srv, .postsort= postsort_srv),                                                               ^~~~~~~~~~~~../src/types.c:1647:10: note: expanded from macro 'DEEP_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~../src/internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~../src/internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~../src/types.c:1679:1: note: previous initialization is hereDEEP_TYPE(srv,    "SRV","+addr",srvha,     srvha,   srv,   srvha,^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~../src/types.c:1646:26: note: expanded from macro 'DEEP_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \                         ^clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src  -DADNS_REGRESS_TEST -I. -c -g -o reply_d.o ../src/reply.c../src/types.c:1688:19: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]                                                         .getrrsz= gsz_addr);                                                                   ^~~~~~~~../src/types.c:1652:10: note: expanded from macro 'FLAT_TYPE'     CDR(__VA_ARGS__) }         ^~~~~~~~~~~../src/internal.h:91:63: note: expanded from macro 'CDR'#define CDR(...) CDR_(__VA_ARGS__, m, m, m, m, m, m, m, 1, _)(__VA_ARGS__)                                                              ^~~~~~~~~~~../src/internal.h:94:23: note: expanded from macro 'CDR_m'#define CDR_m(_, ...) __VA_ARGS__                      ^~~~~~~~~~~../src/types.c:1687:1: note: previous initialization is hereFLAT_TYPE(none,   "","sub",addr,     addr,    0,     addr, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~../src/types.c:1651:29: note: expanded from macro 'FLAT_TYPE'     adns__ckl_hostname, 0, adns__getrrsz_default, adns__query_send,    \                            ^~~~~~~~~~~~~~~~~~~~~In file included from ../src/query.c:29:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../src/reply.c:29:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../src/reply.c:29:In file included from ../src/internal.h:51:In file included from ./hredirect.h:3:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../src/query.c:29:In file included from ../src/internal.h:51:In file included from ./hredirect.h:3:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^2 warnings generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src  -DADNS_REGRESS_TEST -I. -c -g -o general_d.o ../src/general.c../src/query.c:437:10: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]  assert(!qu->interim_allocd >= 0);         ^                   ~~/sysroot/include/assert.h:8:28: note: expanded from macro 'assert'#define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0)))                           ^../src/query.c:437:10: note: add parentheses after the '!' to evaluate the comparison first../src/query.c:437:10: note: add parentheses around left hand side expression to silence this warning../src/query.c:437:30: warning: comparison of constant 0 with boolean expression is always true [-Wtautological-constant-out-of-range-compare]  assert(!qu->interim_allocd >= 0);         ~~~~~~~~~~~~~~~~~~~ ^  ~/sysroot/include/assert.h:8:28: note: expanded from macro 'assert'#define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0)))                           ^2 warnings generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src  -DADNS_REGRESS_TEST -I. -c -g -o setup_d.o ../src/setup.cIn file included from ../src/general.c:36:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../src/general.c:36:In file included from ../src/internal.h:51:In file included from ./hredirect.h:3:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^17 warnings generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src  -DADNS_REGRESS_TEST -I. -c -g -o transmit_d.o ../src/transmit.cIn file included from ../src/setup.c:40:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../src/setup.c:40:In file included from ../src/internal.h:51:In file included from ./hredirect.h:3:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../src/transmit.c:33:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^4 warnings generated.In file included from ../src/transmit.c:33:In file included from ../src/internal.h:51:In file included from ./hredirect.h:3:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src  -DADNS_REGRESS_TEST -I. -c -g -o parse_d.o ../src/parse.c2 warnings generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src  -DADNS_REGRESS_TEST -I. -c -g -o poll_d.o ../src/poll.cIn file included from ../src/parse.c:27:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^2 warnings generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src  -DADNS_REGRESS_TEST -I. -c -g -o check_d.o ../src/check.cIn file included from ../src/poll.c:30:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../src/parse.c:27:In file included from ../src/internal.h:51:In file included from ./hredirect.h:3:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^2 warnings generated.In file included from ../src/check.c:27:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../src/poll.c:30:In file included from ../src/internal.h:51:In file included from ./hredirect.h:3:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src  -DADNS_REGRESS_TEST -I. -c -g -o addrfam_d.o ../src/addrfam.c2 warnings generated.In file included from ../src/check.c:27:In file included from ../src/internal.h:51:In file included from ./hredirect.h:3:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^2 warnings generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src  -DADNS_REGRESS_TEST -I. -I ./../src -c -g -o adnstest_c.o ../client/adnstest.cclang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src  -DADNS_REGRESS_TEST -I. -I ./../src -c -g -o adh-main_c.o ../client/adh-main.cIn file included from ../src/addrfam.c:41:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../client/adnstest.c:36:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../src/addrfam.c:41:In file included from ../src/internal.h:51:In file included from ./hredirect.h:3:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../client/adnstest.c:40:In file included from ./hredirect.h:3:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../client/adh-main.c:28:In file included from ../client/adnshost.h:46:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../client/adh-main.c:28:In file included from ../client/adnshost.h:52:In file included from ./hredirect.h:3:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^../src/addrfam.c:255:5: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]    IN6_IS_ADDR_LINKLOCAL(in6) ||    ^/sysroot/include/netinet/in.h:123:24: note: expanded from macro 'IN6_IS_ADDR_LINKLOCAL'        ((((uint8_t *) (a))[0]) == 0xfe && (((uint8_t *) (a))[1] & 0xc0) == 0x80)                       ^../src/addrfam.c:255:5: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:123:58: note: expanded from macro 'IN6_IS_ADDR_LINKLOCAL'        ((((uint8_t *) (a))[0]) == 0xfe && (((uint8_t *) (a))[1] & 0xc0) == 0x80)                                                         ^../src/addrfam.c:256:5: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]    IN6_IS_ADDR_MC_LINKLOCAL(in6);    ^/sysroot/include/netinet/in.h:141:10: note: expanded from macro 'IN6_IS_ADDR_MC_LINKLOCAL'        (IN6_IS_ADDR_MULTICAST(a) && ((((uint8_t *) (a))[1] & 0xf) == 0x2))         ^/sysroot/include/netinet/in.h:120:48: note: expanded from macro 'IN6_IS_ADDR_MULTICAST'#define IN6_IS_ADDR_MULTICAST(a) (((uint8_t *) (a))[0] == 0xff)                                               ^../src/addrfam.c:256:5: warning: cast from 'const struct in6_addr *' to 'unsigned char *' drops const qualifier [-Wcast-qual]/sysroot/include/netinet/in.h:141:53: note: expanded from macro 'IN6_IS_ADDR_MC_LINKLOCAL'        (IN6_IS_ADDR_MULTICAST(a) && ((((uint8_t *) (a))[1] & 0xf) == 0x2))                                                    ^2 warnings generated.2 warnings generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src  -DADNS_REGRESS_TEST -I. -I ./../src -c -g -o adh-opts_c.o ../client/adh-opts.cclang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src  -DADNS_REGRESS_TEST -I. -I ./../src -c -g -o adh-query_c.o ../client/adh-query.c2 warnings generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src  -DADNS_REGRESS_TEST -I. -I ./../src -c -g -o adnslogres_c.o ../client/adnslogres.cIn file included from ../client/adh-opts.c:28:In file included from ../client/adnshost.h:46:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../client/adh-query.c:28:In file included from ../client/adnshost.h:46:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../client/adh-query.c:28:In file included from ../client/adnshost.h:52:In file included from ./hredirect.h:3:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../client/adh-opts.c:28:In file included from ../client/adnshost.h:52:In file included from ./hredirect.h:3:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^6 warnings generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src  -DADNS_REGRESS_TEST -I. -I ./../src -c -g -o adnsresfilter_c.o ../client/adnsresfilter.cIn file included from ../client/adnslogres.c:46:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^2 warnings generated.2 warnings generated.clang  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign  -I../src -I. -I./../src    -c -o hplayback.o hplayback.cclang    adnstest_c.o hrecord.o hcommon.o types_d.o event_d.o query_d.o reply_d.o general_d.o setup_d.o transmit_d.o parse_d.o poll_d.o check_d.o addrfam_d.o  -o adnstest_recordIn file included from ../client/adnslogres.c:51:In file included from ./hredirect.h:3:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../client/adnsresfilter.c:39:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^clang    adh-main_c.o adh-opts_c.o adh-query_c.o hrecord.o hcommon.o types_d.o event_d.o query_d.o reply_d.o general_d.o setup_d.o transmit_d.o parse_d.o poll_d.o check_d.o addrfam_d.o  -o adnshost_recordIn file included from hplayback.c:12:In file included from ./harness.h:3:In file included from ../src/internal.h:32:In file included from ../src/config.h:38:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from ../client/adnsresfilter.c:46:In file included from ./hredirect.h:3:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^In file included from hplayback.c:12:In file included from ./harness.h:4:In file included from ./hsyscalls.h:9:/sysroot/include/sys/poll.h:1:2: warning: redirecting incorrect #include  to  [-W#warnings]  #warning redirecting incorrect #include  to   ^2 warnings generated.clang    adnslogres_c.o hrecord.o hcommon.o types_d.o event_d.o query_d.o reply_d.o general_d.o setup_d.o transmit_d.o parse_d.o poll_d.o check_d.o addrfam_d.o  -o adnslogres_record2 warnings generated.clang    adnsresfilter_c.o hrecord.o hcommon.o types_d.o event_d.o query_d.o reply_d.o general_d.o setup_d.o transmit_d.o parse_d.o poll_d.o check_d.o addrfam_d.o  -o adnsresfilter_record2 warnings generated.clang    adnstest_c.o hplayback.o hcommon.o types_d.o event_d.o query_d.o reply_d.o general_d.o setup_d.o transmit_d.o parse_d.o poll_d.o check_d.o addrfam_d.o  -o adnstest_playbackclang    adh-main_c.o adh-opts_c.o adh-query_c.o hplayback.o hcommon.o types_d.o event_d.o query_d.o reply_d.o general_d.o setup_d.o transmit_d.o parse_d.o poll_d.o check_d.o addrfam_d.o  -o adnshost_playbackclang    adnslogres_c.o hplayback.o hcommon.o types_d.o event_d.o query_d.o reply_d.o general_d.o setup_d.o transmit_d.o parse_d.o poll_d.o check_d.o addrfam_d.o  -o adnslogres_playbackclang    adnsresfilter_c.o hplayback.o hcommon.o types_d.o event_d.o query_d.o reply_d.o general_d.o setup_d.o transmit_d.o parse_d.o poll_d.o check_d.o addrfam_d.o  -o adnsresfilter_playbackmake[1]: Leaving directory '/tmp/adns/src/adns-1.5.0/regress'make all-heremake[1]: Entering directory '/tmp/adns/src/adns-1.5.0'make[1]: Nothing to be done for 'all-here'.make[1]: Leaving directory '/tmp/adns/src/adns-1.5.0'==> Entering fakeroot environment...==> Starting package()...set -e; for d in src dynamic client regress; do make -C $d install; donemake[1]: Entering directory '/tmp/adns/src/adns-1.5.0/src'mkdir -p /tmp/adns/pkg/adns/usr/lib /tmp/adns/pkg/adns/usr/includeset -xe; for f in libadns.a; \		do /usr/bin/install -c -m 644 $f /tmp/adns/pkg/adns/usr/lib/$f; done+ for f in libadns.a+ /usr/bin/install -c -m 644 libadns.a /tmp/adns/pkg/adns/usr/lib/libadns.a/usr/bin/install -c -m 644 ./../src/adns.h /tmp/adns/pkg/adns/usr/include/adns.hmake[1]: Leaving directory '/tmp/adns/src/adns-1.5.0/src'make[1]: Entering directory '/tmp/adns/src/adns-1.5.0/dynamic'mkdir -p /tmp/adns/pkg/adns/usr/lib/usr/bin/install -c -m 755  libadns.so.1.5 /tmp/adns/pkg/adns/usr/lib/libadns.so.1.5ln -sf libadns.so.1.5 /tmp/adns/pkg/adns/usr/lib/libadns.so.1ln -sf libadns.so.1 /tmp/adns/pkg/adns/usr/lib/libadns.somake[1]: Leaving directory '/tmp/adns/src/adns-1.5.0/dynamic'make[1]: Entering directory '/tmp/adns/src/adns-1.5.0/client'mkdir -p /tmp/adns/pkg/adns/usr/binset -xe; for f in adnslogres adnsheloex adnshost adnsresfilter; \		do /usr/bin/install -c -m 755  $f /tmp/adns/pkg/adns/usr/bin/$f; done+ for f in adnslogres adnsheloex adnshost adnsresfilter+ /usr/bin/install -c -m 755 adnslogres /tmp/adns/pkg/adns/usr/bin/adnslogres+ for f in adnslogres adnsheloex adnshost adnsresfilter+ /usr/bin/install -c -m 755 adnsheloex /tmp/adns/pkg/adns/usr/bin/adnsheloex+ for f in adnslogres adnsheloex adnshost adnsresfilter+ /usr/bin/install -c -m 755 adnshost /tmp/adns/pkg/adns/usr/bin/adnshost+ for f in adnslogres adnsheloex adnshost adnsresfilter+ /usr/bin/install -c -m 755 adnsresfilter /tmp/adns/pkg/adns/usr/bin/adnsresfiltermake[1]: Leaving directory '/tmp/adns/src/adns-1.5.0/client'make[1]: Entering directory '/tmp/adns/src/adns-1.5.0/regress'make[1]: Nothing to be done for 'install'.make[1]: Leaving directory '/tmp/adns/src/adns-1.5.0/regress'make install-heremake[1]: Entering directory '/tmp/adns/src/adns-1.5.0'make[1]: Nothing to be done for 'install-here'.make[1]: Leaving directory '/tmp/adns/src/adns-1.5.0'==> Tidying install...  -> Removing doc files...  -> Purging unwanted files...==> Checking for packaging issue...==> Creating package "adns"...  -> Generating .PKGINFO file...  -> Generating .BUILDINFO file...error: invalid option '--noprogressbar'  -> Generating .MTREE file...  -> Compressing package...==> Leaving fakeroot environment.==> Finished making: adns 1.5.0-1 (Tue Apr  4 22:56:07 UTC 2017)CMD: pacman --query --file adns-1.5.0-1-x86_64.pkg.tar.xz
        Creating hybrid package for 'adns'
        Trying to find vanilla package 'adns'...
        CMD: pacman --query --file /mirror/adns-1.5.0-1.pkg.tar.xz
        Package file has the following structure:
        /.PKGINFO/.MTREE/usr/bin/adnsresfilter/usr/bin/adnslogres/usr/bin/adnsheloex/usr/bin/adnshost/usr/lib/libadns.so.1/usr/lib/libadns.so.1.5/usr/lib/libadns.so/usr/include/adns.h/sysroot/usr/lib/libadns.a/sysroot/usr/lib/libadns.so.1.5/sysroot/usr/lib/libadns.so.1/sysroot/usr/lib/libadns.so/sysroot/usr/include/adns.hGenerating .MTREE
        CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot
        Tar-ing up files
        CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE
        CMD: xz -c -z
        Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z
        CMD: bsdtar -tqf adns.pkg.tar.xz .PKGINFO
        Created package at path /var/cache/pacman/pkg/adns.pkg.tar.xz
        Attempting to access local repository, attempt 1
        CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/adns.pkg.tar.xz
        ==> Extracting database to a temporary location...==> Extracting database to a temporary location...==> Adding package '/var/cache/pacman/pkg/adns.pkg.tar.xz'  -> Computing checksums...  -> Creating 'desc' db entry...  -> Creating 'files' db entry...==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'Printing config logfiles
        CMD: config logfiles '/tmp/adns/src/adns-1.5.0/config.log'
        This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by configure, which wasgenerated by GNU Autoconf 2.69.  Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr## --------- #### Platform. #### --------- ##hostname = 4bd3ebd42a19uname -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:2104: checking whether you requested dynamic linkingconfigure:2126: result: yes, by defaultconfigure:2140: checking for x86_64-unknown-linux-gccconfigure:2167: result: clangconfigure:2436: checking for C compiler versionconfigure:2445: clang --version >&5clang version 3.8.1Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /configure:2456: $? = 0configure:2445: 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:2456: $? = 0configure:2445: clang -V >&5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:2456: $? = 1configure:2445: clang -qversion >&5clang-3.8: error: unknown argument: '-qversion'clang-3.8: error: no input filesconfigure:2456: $? = 1configure:2476: checking whether the C compiler worksconfigure:2498: clang    conftest.c  >&5configure:2502: $? = 0configure:2550: result: yesconfigure:2553: checking for C compiler default output file nameconfigure:2555: result: a.outconfigure:2561: checking for suffix of executablesconfigure:2568: clang -o conftest    conftest.c  >&5configure:2572: $? = 0configure:2594: result:configure:2616: checking whether we are cross compilingconfigure:2624: clang -o conftest    conftest.c  >&5configure:2628: $? = 0configure:2635: ./conftest./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF headerconfigure:2639: $? = 127configure:2654: result: yesconfigure:2659: checking for suffix of object filesconfigure:2681: clang -c   conftest.c >&5configure:2685: $? = 0configure:2706: result: oconfigure:2710: checking whether we are using the GNU C compilerconfigure:2729: clang -c   conftest.c >&5configure:2729: $? = 0configure:2738: result: yesconfigure:2747: checking whether clang accepts -gconfigure:2767: clang -c -g  conftest.c >&5configure:2767: $? = 0configure:2808: result: yesconfigure:2825: checking for clang option to accept ISO C89configure:2888: clang  -c   conftest.c >&5configure:2888: $? = 0configure:2901: result: none neededconfigure:2926: checking how to run the C preprocessorconfigure:2957: clang -E  conftest.cconfigure:2957: $? = 0configure:2971: clang -E  conftest.cconftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:2971: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| /* end confdefs.h.  */| #include configure:2996: result: clang -Econfigure:3016: clang -E  conftest.cconfigure:3016: $? = 0configure:3030: clang -E  conftest.cconftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:3030: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| /* end confdefs.h.  */| #include configure:3061: checking for x86_64-unknown-linux-ranlibconfigure:3091: result: noconfigure:3101: checking for ranlibconfigure:3117: found /sysroot/bin/ranlibconfigure:3128: result: ranlibconfigure:3140: WARNING: using cross tools not prefixed with host tripletconfigure:3193: checking for a BSD-compatible installconfigure:3261: result: /usr/bin/install -cconfigure:3276: checking for pollconfigure:3276: clang -o conftest    conftest.c  >&5configure:3276: $? = 0configure:3276: result: yesconfigure:3286: checking for socketconfigure:3286: clang -o conftest    conftest.c  >&5configure:3286: $? = 0configure:3286: result: yesconfigure:3345: checking for inet_ntoaconfigure:3345: clang -o conftest    conftest.c  >&5configure:3345: $? = 0configure:3345: result: yesconfigure:3406: checking for tsearchconfigure:3406: clang -o conftest    conftest.c  >&5configure:3406: $? = 0configure:3406: result: yesconfigure:3420: checking for INADDR_LOOPBACKconfigure:3443: clang -c   conftest.c >&5configure:3443: $? = 0configure:3452: result: foundconfigure:3733: checking for inet_atonconfigure:3733: clang -o conftest    conftest.c  >&5configure:3733: $? = 0configure:3733: result: yesconfigure:3792: checking inlinesconfigure:3809: clang -c   conftest.c >&5configure:3809: $? = 0configure:3820: result: yesconfigure:3838: checking -Wno-pointer-signconfigure:3855: clang -c  -Wno-pointer-sign  conftest.c >&5configure:3855: $? = 0configure:3866: result: yesconfigure:3882: checking __attribute__((,,))configure:3899: clang -c   conftest.c >&5configure:3899: $? = 0configure:3910: result: yesconfigure:3915: checking __attribute__((noreturn))configure:3932: clang -c   conftest.c >&5configure:3932: $? = 0configure:3943: result: yesconfigure:3954: checking __attribute__((const))configure:3971: clang -c   conftest.c >&5configure:3971: $? = 0configure:3982: result: yesconfigure:3993: checking __attribute__((format...))configure:4010: clang -c   conftest.c >&5configure:4010: $? = 0configure:4021: result: yesconfigure:4173: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by config.status, which wasgenerated by GNU Autoconf 2.69.  Invocation command line wasCONFIG_FILES    =CONFIG_HEADERS  =CONFIG_LINKS    =CONFIG_COMMANDS =$ ./config.statuson 4bd3ebd42a19config.status:814: creating common.makeconfig.status:814: creating settings.makeconfig.status:814: creating Makefileconfig.status:814: creating src/Makefileconfig.status:814: creating client/Makefileconfig.status:814: creating dynamic/Makefileconfig.status:814: creating regress/Makefileconfig.status:814: creating src/config.h## ---------------- #### Cache variables. #### ---------------- ##ac_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_inet_aton=yesac_cv_func_inet_ntoa=yesac_cv_func_poll=yesac_cv_func_socket=yesac_cv_func_tsearch=yesac_cv_objext=oac_cv_path_install='/usr/bin/install -c'ac_cv_prog_CC=clangac_cv_prog_CPP='clang -E'ac_cv_prog_ac_ct_RANLIB=ranlibac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesadns_cv_attribute_format=yesadns_cv_c_attribute_const=yesadns_cv_c_attribute_noreturn=yesadns_cv_c_attribute_supported=yesadns_cv_c_wnoptrsign=yesadns_cv_decl_inaddrloopback=yesdpkg_cv_c_inline=yes## ----------------- #### Output variables. #### ----------------- ##CC='clang'CFLAGS=''CPP='clang -E'CPPFLAGS=''DEFS='-DHAVE_CONFIG_H'ECHO_C=''ECHO_N='-n'ECHO_T=''EGREP=''ENABLE_DYNAMIC='elf'EXEEXT=''GREP=''INSTALL_DATA='${INSTALL} -m 644'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'LDFLAGS=''LIBOBJS=''LIBS=''LTLIBOBJS=''MKSHLIB_1='$(CC) $(LDFLAGS) -shared -Wl,-soname=$(SHLIBSONAME) -o'MKSHLIB_2=''MKSHLIB_3='-lc'OBJEXT='o'PACKAGE_BUGREPORT=''PACKAGE_NAME=''PACKAGE_STRING=''PACKAGE_TARNAME=''PACKAGE_URL=''PACKAGE_VERSION=''PATH_SEPARATOR=':'PROGS_HAVE_TSEARCH='adnsresfilter'RANLIB='ranlib'SHELL='/bin/sh'SHLIBCC='$(CC) $(CFLAGS) -fpic'SHLIBFILE='$(SHLIBSONAME).$(MINOR)'SHLIBFORLINK='libadns.so'SHLIBSONAME='$(SHLIBFORLINK).$(MAJOR)'WARNS='-Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign'ac_ct_CC=''bindir='${exec_prefix}/bin'build_alias=''datadir='${datarootdir}'datarootdir='${prefix}/share'docdir='${datarootdir}/doc/${PACKAGE}'dvidir='${docdir}'exec_prefix='${prefix}'host_alias='x86_64-unknown-linux'htmldir='${docdir}'includedir='${prefix}/include'infodir='${datarootdir}/info'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localedir='${datarootdir}/locale'localstatedir='${prefix}/var'mandir='${datarootdir}/man'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=''## ----------- #### confdefs.h. #### ----------- ##/* confdefs.h */#define PACKAGE_NAME ""#define PACKAGE_TARNAME ""#define PACKAGE_VERSION ""#define PACKAGE_STRING ""#define PACKAGE_BUGREPORT ""#define PACKAGE_URL ""#define HAVE_POLL 1#define HAVE_INLINE 1#define HAVE_GNUC25_ATTRIB 1#define HAVE_GNUC25_NORETURN 1#define HAVE_GNUC25_CONST 1#define HAVE_GNUC25_PRINTFFORMAT 1configure: exit 0