The build took 00h 01m 24s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
3,018 |
sh |
1,398 |
ansic |
378 |
makefile |
4,794 |
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: dnstracer 1.9-5 (Tue Apr 4 23:14:38 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for x86_64-unknown-linux-gcc... clang
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of clang... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether byte ordering is bigendian... no
checking for inet_ntoa... yes
checking for socket... yes
checking for gethostbyname... yes
checking how to run the C preprocessor... clang -E
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking resolv.h usability... yes
checking resolv.h presence... yes
checking for resolv.h... yes
checking for gethostbyname... (cached) yes
checking for inet_ntoa... (cached) yes
checking for inet_pton... yes
checking for memset... yes
checking for select... yes
checking for socket... (cached) yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing default-1 commands
make all-am
make[1]: Entering directory '/tmp/dnstracer/src/dnstracer-1.9'
source='dnstracer.c' object='dnstracer.o' libtool=no \
depfile='.deps/dnstracer.Po' tmpdepfile='.deps/dnstracer.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
clang -DHAVE_CONFIG_H -I. -I. -I. -c `test -f 'dnstracer.c' || echo './'`dnstracer.c
dnstracer.c:291:24: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
offset = getshort(p);
^
dnstracer.c:251:25: note: passing argument to parameter 's' here
getshort(unsigned char *s)
^
dnstracer.c:335:20: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RR->domainname = strdup(domainname);
^ ~~~~~~~~~~~~~~~~~~
dnstracer.c:336:27: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RR->domainname_string = strdup(printablename(domainname, 1));
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dnstracer.c:337:25: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RR->type = getshort(thisrr);
^~~~~~
dnstracer.c:251:25: note: passing argument to parameter 's' here
getshort(unsigned char *s)
^
dnstracer.c:338:26: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RR->class = getshort(thisrr + 2);
^~~~~~~~~~
dnstracer.c:251:25: note: passing argument to parameter 's' here
getshort(unsigned char *s)
^
dnstracer.c:339:23: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RR->ttl = getlong(thisrr + 4);
^~~~~~~~~~
dnstracer.c:245:24: note: passing argument to parameter 's' here
getlong(unsigned char *s)
^
dnstracer.c:340:31: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RR->datalength = getshort(thisrr + 8);
^~~~~~~~~~
dnstracer.c:251:25: note: passing argument to parameter 's' here
getshort(unsigned char *s)
^
dnstracer.c:345:21: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
RR->data_string = strdup(get_resource(RR->type, session, p, 1));
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dnstracer.c:393:21: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
question->query = strdup(getname(session, &pquestion));
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dnstracer.c:394:31: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
question->type = getshort(pquestion);
^~~~~~~~~
dnstracer.c:251:25: note: passing argument to parameter 's' here
getshort(unsigned char *s)
^
dnstracer.c:395:32: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
question->class = getshort(pquestion + 2);
^~~~~~~~~~~~~
dnstracer.c:251:25: note: passing argument to parameter 's' here
getshort(unsigned char *s)
^
dnstracer.c:548:3: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
(unsigned char)buffer[0],
^~~~~~~~~~~~~~~~~~~~~~~~
dnstracer.c:549:3: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
(unsigned char)buffer[1],
^~~~~~~~~~~~~~~~~~~~~~~~
dnstracer.c:550:3: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
(unsigned char)buffer[2],
^~~~~~~~~~~~~~~~~~~~~~~~
dnstracer.c:551:3: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
(unsigned char)buffer[3]);
^~~~~~~~~~~~~~~~~~~~~~~~
dnstracer.c:581:16: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
us = getshort(buffer);
^~~~~~
dnstracer.c:251:25: note: passing argument to parameter 's' here
getshort(unsigned char *s)
^
dnstracer.c:609:15: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
ul = getlong(buffer);
^~~~~~
dnstracer.c:245:24: note: passing argument to parameter 's' here
getlong(unsigned char *s)
^
dnstracer.c:622:58: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
printf("- Queryname: %s\n", printablename(question->query, 0));
^~~~~~~~~~~~~~~
dnstracer.c:439:21: note: passing argument to parameter 'name' here
printablename(char *name, int withdots)
^
dnstracer.c:642:44: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
printf("- Opcode: %hu ", header->flags.bit.opcode);
~~~ ^~~~~~~~~~~~~~~~~~~~~~~~
%hhu
dnstracer.c:654:44: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
printf("- Return code: %hu ", header->flags.bit.rcode);
~~~ ^~~~~~~~~~~~~~~~~~~~~~~
%hhu
dnstracer.c:679:58: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
printf("- Domainname: %s\n", printablename(rr->domainname, 0));
^~~~~~~~~~~~~~
dnstracer.c:439:21: note: passing argument to parameter 'name' here
printablename(char *name, int withdots)
^
dnstracer.c:688:41: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
get_resource(rr->type, session, rr->data, 0));
^~~~~~~~
dnstracer.c:536:58: note: passing argument to parameter 'buffer' here
get_resource(int type, struct dnssession *session, char *buffer, int dots)
^
dnstracer.c:876:9: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
pkt = create_packet(session);
^ ~~~~~~~~~~~~~~~~~~~~~~
dnstracer.c:915:18: warning: passing 'char [2048]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if (getshort(buffer) != session->send_header->identification) {
^~~~~~
dnstracer.c:251:25: note: passing argument to parameter 's' here
getshort(unsigned char *s)
^
dnstracer.c:917:53: warning: passing 'char [2048]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
session->send_header->identification, getshort(buffer));
^~~~~~
dnstracer.c:251:25: note: passing argument to parameter 's' here
getshort(unsigned char *s)
^
dnstracer.c:962:12: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
strcpy(session->send_question->query + 1, name);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/sysroot/include/string.h:31:31: note: passing argument to parameter here
char *strcpy (char *__restrict, const char *__restrict);
^
dnstracer.c:964:7: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
p = session->send_question->query + 1;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dnstracer.c:965:7: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
q = session->send_question->query;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dnstracer.c:997:45: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
arecord->rr_name = strdup(printablename(rr->domainname, 1));
^~~~~~~~~~~~~~
dnstracer.c:439:21: note: passing argument to parameter 'name' here
printablename(char *name, int withdots)
^
dnstracer.c:1002:28: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
arecord->rr_data = strdup(rr->data_string);
^~~~~~~~~~~~~~~
/sysroot/include/string.h:68:27: note: passing argument to parameter here
char *strdup (const char *);
^
dnstracer.c:1259:10: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
session->authority->domainname_string) == 0) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/sysroot/include/strings.h:29:43: note: passing argument to parameter here
int strcasecmp (const char *, const char *);
^
dnstracer.c:1303:13: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if (strcmp(rrauth->domainname_string, ".") == 0) {
^~~~~~~~~~~~~~~~~~~~~~~~~
/sysroot/include/string.h:37:25: note: passing argument to parameter here
int strcmp (const char *, const char *);
^
dnstracer.c:1311:19: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
strnrcasecmp(rrauth->domainname_string, server_authfor,
^~~~~~~~~~~~~~~~~~~~~~~~~
dnstracer.c:227:26: note: passing argument to parameter 'big' here
strnrcasecmp(const char *big, const char *little, size_t len)
^
dnstracer.c:1325:30: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if (strcmp(printablename(rradd->domainname, 1),
^~~~~~~~~~~~~~~~~
dnstracer.c:439:21: note: passing argument to parameter 'name' here
printablename(char *name, int withdots)
^
dnstracer.c:1326:3: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
rrauth->data_string) == 0)
^~~~~~~~~~~~~~~~~~~
/sysroot/include/string.h:37:39: note: passing argument to parameter here
int strcmp (const char *, const char *);
^
dnstracer.c:1337:28: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if (strcmp(printablename(rradd->domainname, 1),
^~~~~~~~~~~~~~~~~
dnstracer.c:439:21: note: passing argument to parameter 'name' here
printablename(char *name, int withdots)
^
dnstracer.c:1338:7: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
rrauth->data_string) == 0)
^~~~~~~~~~~~~~~~~~~
/sysroot/include/string.h:37:39: note: passing argument to parameter here
int strcmp (const char *, const char *);
^
dnstracer.c:1359:41: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
strcpy(nextserver_name, printablename(rradd->domainname, 1));
^~~~~~~~~~~~~~~~~
dnstracer.c:439:21: note: passing argument to parameter 'name' here
printablename(char *name, int withdots)
^
dnstracer.c:1360:25: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
strcpy(nextserver_ip, rradd->data_string);
^~~~~~~~~~~~~~~~~~
/sysroot/include/string.h:31:55: note: passing argument to parameter here
char *strcpy (char *__restrict, const char *__restrict);
^
dnstracer.c:1363:25: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
nextserver_name, rrauth->domainname_string,
^~~~~~~~~~~~~~~~~~~~~~~~~
dnstracer.c:1132:11: note: passing argument to parameter 'server_authfor' here
char *server_authfor, int depth, char *prefix, int last)
^
dnstracer.c:1369:27: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
strcpy(nextserver_name, rrauth->data_string);
^~~~~~~~~~~~~~~~~~~
/sysroot/include/string.h:31:55: note: passing argument to parameter here
char *strcpy (char *__restrict, const char *__restrict);
^
dnstracer.c:1399:23: warning: initializing 'unsigned char *' with an expression of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
unsigned char *s = addr_list[i];
^ ~~~~~~~~~~~~
dnstracer.c:1401:24: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
"%hu.%hu.%hu.%hu", s[0], s[1], s[2], s[3]);
~~~ ^~~~
%hhu
dnstracer.c:1401:30: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
"%hu.%hu.%hu.%hu", s[0], s[1], s[2], s[3]);
~~~ ^~~~
%hhu
dnstracer.c:1401:36: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
"%hu.%hu.%hu.%hu", s[0], s[1], s[2], s[3]);
~~~ ^~~~
%hhu
dnstracer.c:1401:42: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
"%hu.%hu.%hu.%hu", s[0], s[1], s[2], s[3]);
~~~ ^~~~
%hhu
dnstracer.c:1404:23: warning: initializing 'unsigned char *' with an expression of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
unsigned char *s = addr_list[i];
^ ~~~~~~~~~~~~
dnstracer.c:1408:5: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 0], s[ 1], s[ 2], s[ 3], s[ 4], s[ 5], s[ 6], s[ 7],
^~~~~
dnstracer.c:1408:12: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 0], s[ 1], s[ 2], s[ 3], s[ 4], s[ 5], s[ 6], s[ 7],
^~~~~
dnstracer.c:1408:19: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 0], s[ 1], s[ 2], s[ 3], s[ 4], s[ 5], s[ 6], s[ 7],
^~~~~
dnstracer.c:1408:26: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 0], s[ 1], s[ 2], s[ 3], s[ 4], s[ 5], s[ 6], s[ 7],
^~~~~
dnstracer.c:1408:33: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 0], s[ 1], s[ 2], s[ 3], s[ 4], s[ 5], s[ 6], s[ 7],
^~~~~
dnstracer.c:1408:40: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 0], s[ 1], s[ 2], s[ 3], s[ 4], s[ 5], s[ 6], s[ 7],
^~~~~
dnstracer.c:1408:47: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 0], s[ 1], s[ 2], s[ 3], s[ 4], s[ 5], s[ 6], s[ 7],
^~~~~
dnstracer.c:1408:54: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 0], s[ 1], s[ 2], s[ 3], s[ 4], s[ 5], s[ 6], s[ 7],
^~~~~
dnstracer.c:1409:5: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 8], s[ 9], s[10], s[11], s[12], s[13], s[14], s[15]);
^~~~~
dnstracer.c:1409:12: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 8], s[ 9], s[10], s[11], s[12], s[13], s[14], s[15]);
^~~~~
dnstracer.c:1409:19: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 8], s[ 9], s[10], s[11], s[12], s[13], s[14], s[15]);
^~~~~
dnstracer.c:1409:26: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 8], s[ 9], s[10], s[11], s[12], s[13], s[14], s[15]);
^~~~~
dnstracer.c:1409:33: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 8], s[ 9], s[10], s[11], s[12], s[13], s[14], s[15]);
^~~~~
dnstracer.c:1409:40: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 8], s[ 9], s[10], s[11], s[12], s[13], s[14], s[15]);
^~~~~
dnstracer.c:1409:47: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 8], s[ 9], s[10], s[11], s[12], s[13], s[14], s[15]);
^~~~~
dnstracer.c:1409:54: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 8], s[ 9], s[10], s[11], s[12], s[13], s[14], s[15]);
^~~~~
dnstracer.c:1416:25: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
nextserver_name, rrauth->domainname_string,
^~~~~~~~~~~~~~~~~~~~~~~~~
dnstracer.c:1132:11: note: passing argument to parameter 'server_authfor' here
char *server_authfor, int depth, char *prefix, int last)
^
dnstracer.c:1433:21: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
nextserver_name, rrauth->domainname_string,
^~~~~~~~~~~~~~~~~~~~~~~~~
dnstracer.c:1132:11: note: passing argument to parameter 'server_authfor' here
char *server_authfor, int depth, char *prefix, int last)
^
dnstracer.c:1643:21: warning: initializing 'unsigned char *' with an expression of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
unsigned char *s = h->h_addr_list[0];
^ ~~~~~~~~~~~~~~~~~
dnstracer.c:1644:44: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
sprintf(ipaddress, "%hu.%hu.%hu.%hu", s[0], s[1], s[2], s[3]);
~~~ ^~~~
%hhu
dnstracer.c:1644:50: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
sprintf(ipaddress, "%hu.%hu.%hu.%hu", s[0], s[1], s[2], s[3]);
~~~ ^~~~
%hhu
dnstracer.c:1644:56: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
sprintf(ipaddress, "%hu.%hu.%hu.%hu", s[0], s[1], s[2], s[3]);
~~~ ^~~~
%hhu
dnstracer.c:1644:62: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
sprintf(ipaddress, "%hu.%hu.%hu.%hu", s[0], s[1], s[2], s[3]);
~~~ ^~~~
%hhu
dnstracer.c:1647:21: warning: initializing 'unsigned char *' with an expression of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
unsigned char *s = h->h_addr_list[0];
^ ~~~~~~~~~~~~~~~~~
dnstracer.c:1651:3: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 0], s[ 1], s[ 2], s[ 3], s[ 4], s[ 5], s[ 6], s[ 7],
^~~~~
dnstracer.c:1651:10: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 0], s[ 1], s[ 2], s[ 3], s[ 4], s[ 5], s[ 6], s[ 7],
^~~~~
dnstracer.c:1651:17: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 0], s[ 1], s[ 2], s[ 3], s[ 4], s[ 5], s[ 6], s[ 7],
^~~~~
dnstracer.c:1651:24: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 0], s[ 1], s[ 2], s[ 3], s[ 4], s[ 5], s[ 6], s[ 7],
^~~~~
dnstracer.c:1651:31: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 0], s[ 1], s[ 2], s[ 3], s[ 4], s[ 5], s[ 6], s[ 7],
^~~~~
dnstracer.c:1651:38: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 0], s[ 1], s[ 2], s[ 3], s[ 4], s[ 5], s[ 6], s[ 7],
^~~~~
dnstracer.c:1651:45: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 0], s[ 1], s[ 2], s[ 3], s[ 4], s[ 5], s[ 6], s[ 7],
^~~~~
dnstracer.c:1651:52: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 0], s[ 1], s[ 2], s[ 3], s[ 4], s[ 5], s[ 6], s[ 7],
^~~~~
dnstracer.c:1652:3: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 8], s[ 9], s[10], s[11], s[12], s[13], s[14], s[15]);
^~~~~
dnstracer.c:1652:10: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 8], s[ 9], s[10], s[11], s[12], s[13], s[14], s[15]);
^~~~~
dnstracer.c:1652:17: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 8], s[ 9], s[10], s[11], s[12], s[13], s[14], s[15]);
^~~~~
dnstracer.c:1652:24: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 8], s[ 9], s[10], s[11], s[12], s[13], s[14], s[15]);
^~~~~
dnstracer.c:1652:31: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 8], s[ 9], s[10], s[11], s[12], s[13], s[14], s[15]);
^~~~~
dnstracer.c:1652:38: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 8], s[ 9], s[10], s[11], s[12], s[13], s[14], s[15]);
^~~~~
dnstracer.c:1652:45: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 8], s[ 9], s[10], s[11], s[12], s[13], s[14], s[15]);
^~~~~
dnstracer.c:1652:52: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
s[ 8], s[ 9], s[10], s[11], s[12], s[13], s[14], s[15]);
^~~~~
87 warnings generated.
clang -o dnstracer dnstracer.o
make[1]: Leaving directory '/tmp/dnstracer/src/dnstracer-1.9'
==> Entering fakeroot environment...
==> Starting package()...
make[1]: Entering directory '/tmp/dnstracer/src/dnstracer-1.9'
/bin/sh ./mkinstalldirs /tmp/dnstracer/pkg/dnstracer/usr/share/man/man8
/bin/sh ./mkinstalldirs /tmp/dnstracer/pkg/dnstracer/usr/bin
mkdir /tmp/dnstracer/pkg/dnstracer/usr
mkdir /tmp/dnstracer/pkg/dnstracer/usr
mkdir: cannot create directory '/tmp/dnstracer/pkg/dnstracer/usr': File exists
mkdir /tmp/dnstracer/pkg/dnstracer/usr/share
mkdir /tmp/dnstracer/pkg/dnstracer/usr/bin
mkdir /tmp/dnstracer/pkg/dnstracer/usr/share/man
/usr/bin/install -c dnstracer /tmp/dnstracer/pkg/dnstracer/usr/bin/dnstracer
mkdir /tmp/dnstracer/pkg/dnstracer/usr/share/man/man8
/usr/bin/install -c -m 644 ./dnstracer.8 /tmp/dnstracer/pkg/dnstracer/usr/share/man/man8/dnstracer.8
make[1]: Leaving directory '/tmp/dnstracer/src/dnstracer-1.9'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "dnstracer"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: dnstracer 1.9-5 (Tue Apr 4 23:14:46 UTC 2017)
CMD: pacman --query --file dnstracer-1.9-5-x86_64.pkg.tar.xz
Creating hybrid package for 'dnstracer'
Trying to find vanilla package 'dnstracer'...
CMD: pacman --query --file /mirror/dnstracer-1.9-5.pkg.tar.xz
Package file has the following structure:
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf dnstracer.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/dnstracer.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/dnstracer.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/dnstracer.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/dnstracer/src/dnstracer-1.9/config.log'
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.53. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man
## --------- ##
## Platform. ##
## --------- ##
hostname = 27de33115165
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /sysroot/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1233: checking for a BSD-compatible install
configure:1287: result: /usr/bin/install -c
configure:1298: checking whether build environment is sane
configure:1341: result: yes
configure:1375: checking for gawk
configure:1391: found /usr/sbin/gawk
configure:1401: result: gawk
configure:1411: checking whether make sets ${MAKE}
configure:1431: result: yes
configure:1542: checking for x86_64-unknown-linux-gcc
configure:1568: result: clang
configure:1850: checking for C compiler version
configure:1853: clang --version &5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:1856: $? = 0
configure:1858: clang -v &5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:1861: $? = 0
configure:1863: clang -V &5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:1866: $? = 1
configure:1892: checking for C compiler default output
configure:1895: clang conftest.c >&5
configure:1898: $? = 0
configure:1931: result: a.out
configure:1936: checking whether the C compiler works
configure:1942: ./a.out
./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
configure:1945: $? = 127
configure:1960: result: yes
configure:1967: checking whether we are cross compiling
configure:1969: result: yes
configure:1972: checking for suffix of executables
configure:1974: clang -o conftest conftest.c >&5
configure:1977: $? = 0
configure:1999: result:
configure:2005: checking for suffix of object files
configure:2029: clang -c conftest.c >&5
configure:2032: $? = 0
configure:2051: result: o
configure:2055: checking whether we are using the GNU C compiler
configure:2082: clang -c conftest.c >&5
configure:2085: $? = 0
configure:2088: test -s conftest.o
configure:2091: $? = 0
configure:2103: result: yes
configure:2109: checking whether clang accepts -g
configure:2133: clang -c -g conftest.c >&5
configure:2136: $? = 0
configure:2139: test -s conftest.o
configure:2142: $? = 0
configure:2152: result: yes
configure:2179: clang -c conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^
conftest.c:2:11: error: expected ';' after top level declarator
choke me
^
;
2 errors generated.
configure:2182: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:2300: checking for style of include used by make
configure:2328: result: GNU
configure:2335: checking dependency style of clang
configure:2397: result: gcc3
configure:2414: checking for a BSD-compatible install
configure:2468: result: /usr/bin/install -c
configure:2480: checking whether byte ordering is bigendian
configure:2510: clang -c conftest.c >&5
configure:2513: $? = 0
configure:2516: test -s conftest.o
configure:2519: $? = 0
configure:2546: clang -c conftest.c >&5
configure:2536:2: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:2549: $? = 1
configure: failed program was:
#line 2522 "configure"
#include "confdefs.h"
#include
#include
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif
;
return 0;
}
configure:2663: result: no
configure:2709: checking for inet_ntoa
configure:2752: clang -o conftest conftest.c >&5
configure:2755: $? = 0
configure:2758: test -s conftest
configure:2761: $? = 0
configure:2771: result: yes
configure:2843: checking for socket
configure:2886: clang -o conftest conftest.c >&5
configure:2889: $? = 0
configure:2892: test -s conftest
configure:2895: $? = 0
configure:2905: result: yes
configure:2977: checking for gethostbyname
configure:3020: clang -o conftest conftest.c >&5
configure:3023: $? = 0
configure:3026: test -s conftest
configure:3029: $? = 0
configure:3039: result: yes
configure:3117: checking how to run the C preprocessor
configure:3143: clang -E conftest.c
configure:3149: $? = 0
configure:3176: clang -E conftest.c
configure:3172:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3182: $? = 1
configure: failed program was:
#line 3171 "configure"
#include "confdefs.h"
#include
configure:3219: result: clang -E
configure:3234: clang -E conftest.c
configure:3240: $? = 0
configure:3267: clang -E conftest.c
configure:3263:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3273: $? = 1
configure: failed program was:
#line 3262 "configure"
#include "confdefs.h"
#include
configure:3313: checking for ANSI C header files
configure:3327: clang -E conftest.c
configure:3333: $? = 0
configure:3442: result: yes
configure:3452: checking whether time.h and sys/time.h may both be included
configure:3480: clang -c conftest.c >&5
configure:3483: $? = 0
configure:3486: test -s conftest.o
configure:3489: $? = 0
configure:3499: result: yes
configure:3523: checking for sys/types.h
configure:3536: clang -c conftest.c >&5
configure:3539: $? = 0
configure:3542: test -s conftest.o
configure:3545: $? = 0
configure:3555: result: yes
configure:3523: checking for sys/stat.h
configure:3536: clang -c conftest.c >&5
configure:3539: $? = 0
configure:3542: test -s conftest.o
configure:3545: $? = 0
configure:3555: result: yes
configure:3523: checking for stdlib.h
configure:3536: clang -c conftest.c >&5
configure:3539: $? = 0
configure:3542: test -s conftest.o
configure:3545: $? = 0
configure:3555: result: yes
configure:3523: checking for string.h
configure:3536: clang -c conftest.c >&5
configure:3539: $? = 0
configure:3542: test -s conftest.o
configure:3545: $? = 0
configure:3555: result: yes
configure:3523: checking for memory.h
configure:3536: clang -c conftest.c >&5
configure:3539: $? = 0
configure:3542: test -s conftest.o
configure:3545: $? = 0
configure:3555: result: yes
configure:3523: checking for strings.h
configure:3536: clang -c conftest.c >&5
configure:3539: $? = 0
configure:3542: test -s conftest.o
configure:3545: $? = 0
configure:3555: result: yes
configure:3523: checking for inttypes.h
configure:3536: clang -c conftest.c >&5
configure:3539: $? = 0
configure:3542: test -s conftest.o
configure:3545: $? = 0
configure:3555: result: yes
configure:3523: checking for stdint.h
configure:3536: clang -c conftest.c >&5
configure:3539: $? = 0
configure:3542: test -s conftest.o
configure:3545: $? = 0
configure:3555: result: yes
configure:3523: checking for unistd.h
configure:3536: clang -c conftest.c >&5
configure:3539: $? = 0
configure:3542: test -s conftest.o
configure:3545: $? = 0
configure:3555: result: yes
configure:3590: checking arpa/inet.h usability
configure:3599: clang -c conftest.c >&5
configure:3602: $? = 0
configure:3605: test -s conftest.o
configure:3608: $? = 0
configure:3617: result: yes
configure:3621: checking arpa/inet.h presence
configure:3628: clang -E conftest.c
configure:3634: $? = 0
configure:3652: result: yes
configure:3670: checking for arpa/inet.h
configure:3677: result: yes
configure:3590: checking netdb.h usability
configure:3599: clang -c conftest.c >&5
configure:3602: $? = 0
configure:3605: test -s conftest.o
configure:3608: $? = 0
configure:3617: result: yes
configure:3621: checking netdb.h presence
configure:3628: clang -E conftest.c
configure:3634: $? = 0
configure:3652: result: yes
configure:3670: checking for netdb.h
configure:3677: result: yes
configure:3590: checking netinet/in.h usability
configure:3599: clang -c conftest.c >&5
configure:3602: $? = 0
configure:3605: test -s conftest.o
configure:3608: $? = 0
configure:3617: result: yes
configure:3621: checking netinet/in.h presence
configure:3628: clang -E conftest.c
configure:3634: $? = 0
configure:3652: result: yes
configure:3670: checking for netinet/in.h
configure:3677: result: yes
configure:3581: checking for stdlib.h
configure:3586: result: yes
configure:3581: checking for string.h
configure:3586: result: yes
configure:3590: checking sys/param.h usability
configure:3599: clang -c conftest.c >&5
configure:3602: $? = 0
configure:3605: test -s conftest.o
configure:3608: $? = 0
configure:3617: result: yes
configure:3621: checking sys/param.h presence
configure:3628: clang -E conftest.c
configure:3634: $? = 0
configure:3652: result: yes
configure:3670: checking for sys/param.h
configure:3677: result: yes
configure:3590: checking sys/socket.h usability
configure:3599: clang -c conftest.c >&5
configure:3602: $? = 0
configure:3605: test -s conftest.o
configure:3608: $? = 0
configure:3617: result: yes
configure:3621: checking sys/socket.h presence
configure:3628: clang -E conftest.c
configure:3634: $? = 0
configure:3652: result: yes
configure:3670: checking for sys/socket.h
configure:3677: result: yes
configure:3590: checking sys/time.h usability
configure:3599: clang -c conftest.c >&5
configure:3602: $? = 0
configure:3605: test -s conftest.o
configure:3608: $? = 0
configure:3617: result: yes
configure:3621: checking sys/time.h presence
configure:3628: clang -E conftest.c
configure:3634: $? = 0
configure:3652: result: yes
configure:3670: checking for sys/time.h
configure:3677: result: yes
configure:3581: checking for unistd.h
configure:3586: result: yes
configure:3590: checking resolv.h usability
configure:3599: clang -c conftest.c >&5
configure:3602: $? = 0
configure:3605: test -s conftest.o
configure:3608: $? = 0
configure:3617: result: yes
configure:3621: checking resolv.h presence
configure:3628: clang -E conftest.c
configure:3634: $? = 0
configure:3652: result: yes
configure:3670: checking for resolv.h
configure:3677: result: yes
configure:3703: checking for gethostbyname
configure:3765: result: yes
configure:3703: checking for inet_ntoa
configure:3765: result: yes
configure:3703: checking for inet_pton
configure:3746: clang -o conftest conftest.c >&5
configure:3749: $? = 0
configure:3752: test -s conftest
configure:3755: $? = 0
configure:3765: result: yes
configure:3703: checking for memset
configure:3746: clang -o conftest conftest.c >&5
configure:3718:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
char memset ();
^
configure:3718:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
1 warning generated.
configure:3749: $? = 0
configure:3752: test -s conftest
configure:3755: $? = 0
configure:3765: result: yes
configure:3703: checking for select
configure:3746: clang -o conftest conftest.c >&5
configure:3749: $? = 0
configure:3752: test -s conftest
configure:3755: $? = 0
configure:3765: result: yes
configure:3703: checking for socket
configure:3765: result: yes
configure:3703: checking for strcasecmp
configure:3746: clang -o conftest conftest.c >&5
configure:3718:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
char strcasecmp ();
^
configure:3718:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
configure:3749: $? = 0
configure:3752: test -s conftest
configure:3755: $? = 0
configure:3765: result: yes
configure:3703: checking for strchr
configure:3746: clang -o conftest conftest.c >&5
configure:3718:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
char strchr ();
^
configure:3718:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
1 warning generated.
configure:3749: $? = 0
configure:3752: test -s conftest
configure:3755: $? = 0
configure:3765: result: yes
configure:3703: checking for strdup
configure:3746: clang -o conftest conftest.c >&5
configure:3718:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
char strdup ();
^
configure:3718:6: note: 'strdup' is a builtin with type 'char *(const char *)'
1 warning generated.
configure:3749: $? = 0
configure:3752: test -s conftest
configure:3755: $? = 0
configure:3765: result: yes
configure:3857: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.53. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 27de33115165
config.status:600: creating Makefile
config.status:704: creating config.h
config.status:950: executing default-1 commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_gethostbyname=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_inet_pton=yes
ac_cv_func_memset=yes
ac_cv_func_select=yes
ac_cv_func_socket=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_resolv_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "dnstracer"
#define VERSION "1.7"
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_RESOLV_H 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_INET_NTOA 1
#define HAVE_INET_PTON 1
#define HAVE_MEMSET 1
#define HAVE_SELECT 1
#define HAVE_SOCKET 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
configure: exit 0