Build of pdnsd with clang_glibc toolchain

The build took 00h 04m 05s and was NOT successful.

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

SLOCLanguage
16,570 ansic
4,554 makefile
1,303 sh
565 perl
22,992 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/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: pdnsd 1.2.9.a-11 (Thu Apr 13 13:28:56 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 x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# 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 clang option to accept ISO C89... none needed
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking dependency style of clang... (cached) gcc3
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking dependency style of clang... (cached) gcc3
# checking whether clang and cc understand -c and -o together... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for autodetect build target... Linux
# checking for pthread_kill in -lpthread... yes
# checking if this is an NPTL-based system... yes
# checking for ANSI C header files... (cached) yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for unistd.h... (cached) yes
# checking for sys/types.h... (cached) yes
# checking for sys/socket.h... yes
# checking for net/if.h... yes
# checking for netinet/in.h... yes
# checking for sys/poll.h... yes
# checking for an ANSI C-conforming const... yes
# checking for pid_t... yes
# checking for size_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking for socklen_t... yes
# checking for struct in6_addr... yes
# checking for struct in_pktinfo... yes
# checking for struct ifreq... yes
# checking for CPP C99 Variadic macro support... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking whether clang needs -traditional... no
# checking for working memcmp... yes
# checking return type of signal handlers... void
# checking for vprintf... yes
# checking for _doprnt... no
# checking for library containing nanosleep... none required
# checking for library containing socket... none required
# checking for library containing inet_aton... none required
# checking for nanosleep... yes
# checking for gettimeofday... yes
# checking for mkfifo... yes
# checking for select... yes
# checking for socket... yes
# checking for strerror... yes
# checking for uname... yes
# checking for snprintf... yes
# checking for vsnprintf... yes
# checking for poll... yes
# checking for strdup... yes
# checking for strndup... yes
# checking for stpcpy... yes
# checking for stpncpy... yes
# checking for strlcpy... no
# checking for mempcpy... yes
# checking for getline... yes
# checking for asprintf... yes
# checking for vasprintf... yes
# checking for getpwnam_r... yes
# checking for inet_ntop... yes
# checking for inet_pton... yes
# configure: creating ./config.status
# config.status: creating pdnsd.spec
# config.status: creating Makefile
# config.status: creating file-list.base
# config.status: creating contrib/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/pdnsd.8
# config.status: creating doc/pdnsd.conf.5
# config.status: creating doc/pdnsd.conf
# config.status: creating src/Makefile
# config.status: creating src/pdnsd-ctl/Makefile
# config.status: creating src/rc/Makefile
# config.status: creating src/rc/RedHat/Makefile
# config.status: creating src/rc/RedHat/pdnsd
# config.status: creating src/rc/SuSE/Makefile
# config.status: creating src/rc/SuSE/pdnsd
# config.status: creating src/rc/Debian/Makefile
# config.status: creating src/rc/Debian/pdnsd
# config.status: creating src/rc/Slackware/Makefile
# config.status: creating src/rc/Slackware/rc.pdnsd
# config.status: creating src/rc/ArchLinux/Makefile
# config.status: creating src/rc/ArchLinux/pdnsd
# config.status: creating src/test/Makefile
# config.status: creating PKGBUILD
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a'
# Making all in src
# make[2]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src'
# Making all in .
# make[3]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src'
# clang -DHAVE_CONFIG_H -I. -I.. -DCONFDIR='"/etc"' -MT pdnsd-conf-parser.o -MD -MP -MF .deps/pdnsd-conf-parser.Tpo -c -o pdnsd-conf-parser.o `test -f 'conf-parser.c' || echo './'`conf-parser.c
# mv -f .deps/pdnsd-conf-parser.Tpo .deps/pdnsd-conf-parser.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DCONFDIR='"/etc"' -MT pdnsd-conff.o -MD -MP -MF .deps/pdnsd-conff.Tpo -c -o pdnsd-conff.o `test -f 'conff.c' || echo './'`conff.c
# conff.c:41:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# perm_cache: 2048,
# ^~~~~~~~~~~
# .perm_cache =
# conff.c:42:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# cache_dir: NULL,
# ^~~~~~~~~~
# .cache_dir =
# conff.c:43:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# pidfile: NULL,
# ^~~~~~~~
# .pidfile =
# conff.c:44:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# port: 53,
# ^~~~~
# .port =
# conff.c:45:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# a: PDNSD_A_INITIALIZER,
# ^~
# .a =
# conff.c:46:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# out_a: PDNSD_A_INITIALIZER,
# ^~~~~~
# .out_a =
# conff.c:48:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# ipv4_6_prefix: IN6ADDR_ANY_INIT,
# ^~~~~~~~~~~~~~
# .ipv4_6_prefix =
# conff.c:50:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# max_ttl: 604800,
# ^~~~~~~~
# .max_ttl =
# conff.c:51:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# min_ttl: 120,
# ^~~~~~~~
# .min_ttl =
# conff.c:52:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# neg_ttl: 900,
# ^~~~~~~~
# .neg_ttl =
# conff.c:53:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# neg_rrs_pol: C_DEFAULT,
# ^~~~~~~~~~~~
# .neg_rrs_pol =
# conff.c:54:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# neg_domain_pol: C_AUTH,
# ^~~~~~~~~~~~~~~
# .neg_domain_pol =
# conff.c:55:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# verbosity: VERBOSITY,
# ^~~~~~~~~~
# .verbosity =
# conff.c:56:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# run_as: "",
# ^~~~~~~
# .run_as =
# conff.c:57:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# daemon: 0,
# ^~~~~~~
# .daemon =
# conff.c:58:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# debug: 0,
# ^~~~~~
# .debug =
# conff.c:59:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# stat_pipe: 0,
# ^~~~~~~~~~
# .stat_pipe =
# conff.c:60:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# notcp: 0,
# ^~~~~~
# .notcp =
# conff.c:61:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# strict_suid: 1,
# ^~~~~~~~~~~~
# .strict_suid =
# conff.c:62:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# use_nss: 1,
# ^~~~~~~~
# .use_nss =
# conff.c:63:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# paranoid: 0,
# ^~~~~~~~~
# .paranoid =
# conff.c:64:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# lndown_kluge: 0,
# ^~~~~~~~~~~~~
# .lndown_kluge =
# conff.c:65:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# onquery: 0,
# ^~~~~~~~
# .onquery =
# conff.c:66:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# rnd_recs: 1,
# ^~~~~~~~~
# .rnd_recs =
# conff.c:67:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# ctl_perms: 0600,
# ^~~~~~~~~~
# .ctl_perms =
# conff.c:68:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# scheme_file: NULL,
# ^~~~~~~~~~~~
# .scheme_file =
# conff.c:69:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# proc_limit: 40,
# ^~~~~~~~~~~
# .proc_limit =
# conff.c:70:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# procq_limit: 60,
# ^~~~~~~~~~~~
# .procq_limit =
# conff.c:71:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tcp_qtimeout: TCP_TIMEOUT,
# ^~~~~~~~~~~~~
# .tcp_qtimeout =
# conff.c:72:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# timeout: 0,
# ^~~~~~~~
# .timeout =
# conff.c:73:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# par_queries: PAR_QUERIES,
# ^~~~~~~~~~~~
# .par_queries =
# conff.c:74:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# query_method: M_PRESET,
# ^~~~~~~~~~~~~
# .query_method =
# conff.c:75:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# query_port_start: 1024,
# ^~~~~~~~~~~~~~~~~
# .query_port_start =
# conff.c:76:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# query_port_end: 65535,
# ^~~~~~~~~~~~~~~
# .query_port_end =
# conff.c:77:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# udpbufsize: 1024,
# ^~~~~~~~~~~
# .udpbufsize =
# conff.c:78:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# deleg_only_zones: NULL
# ^~~~~~~~~~~~~~~~~
# .deleg_only_zones =
# conff.c:82:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# port: 53,
# ^~~~~
# .port =
# conff.c:83:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# uptest: C_NONE,
# ^~~~~~~
# .uptest =
# conff.c:84:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# timeout: 120,
# ^~~~~~~~
# .timeout =
# conff.c:85:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# interval: 900,
# ^~~~~~~~~
# .interval =
# conff.c:86:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# ping_timeout: 600,
# ^~~~~~~~~~~~~
# .ping_timeout =
# conff.c:87:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# scheme: "",
# ^~~~~~~
# .scheme =
# conff.c:88:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# uptest_cmd: NULL,
# ^~~~~~~~~~~
# .uptest_cmd =
# conff.c:89:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# uptest_usr: "",
# ^~~~~~~~~~~
# .uptest_usr =
# conff.c:90:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# interface: "",
# ^~~~~~~~~~
# .interface =
# conff.c:91:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# device: "",
# ^~~~~~~
# .device =
# conff.c:92:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# query_test_name: NULL,
# ^~~~~~~~~~~~~~~~
# .query_test_name =
# conff.c:93:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# label: NULL,
# ^~~~~~
# .label =
# conff.c:94:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# purge_cache: 0,
# ^~~~~~~~~~~~
# .purge_cache =
# conff.c:95:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# nocache: 0,
# ^~~~~~~~
# .nocache =
# conff.c:96:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# lean_query: 1,
# ^~~~~~~~~~~
# .lean_query =
# conff.c:97:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# edns_query: 0,
# ^~~~~~~~~~~
# .edns_query =
# conff.c:98:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# is_proxy: 0,
# ^~~~~~~~~
# .is_proxy =
# conff.c:99:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# rootserver: 0,
# ^~~~~~~~~~~
# .rootserver =
# conff.c:100:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# rand_servers: 0,
# ^~~~~~~~~~~~~
# .rand_servers =
# conff.c:101:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# preset: 1,
# ^~~~~~~
# .preset =
# conff.c:102:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# rejectrecursively: 0,
# ^~~~~~~~~~~~~~~~~~
# .rejectrecursively =
# conff.c:103:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# rejectpolicy: C_FAIL,
# ^~~~~~~~~~~~~
# .rejectpolicy =
# conff.c:104:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# policy: C_INCLUDED,
# ^~~~~~~
# .policy =
# conff.c:105:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# alist: NULL,
# ^~~~~~
# .alist =
# conff.c:106:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# atup_a: NULL,
# ^~~~~~~
# .atup_a =
# conff.c:107:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# reject_a4: NULL,
# ^~~~~~~~~~
# .reject_a4 =
# conff.c:109:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# reject_a6: NULL,
# ^~~~~~~~~~
# .reject_a6 =
# conff.c:111:3: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# ping_a: PDNSD_A_INITIALIZER
# ^~~~~~~
# .ping_a =
# 64 warnings generated.
# mv -f .deps/pdnsd-conff.Tpo .deps/pdnsd-conff.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DCONFDIR='"/etc"' -MT pdnsd-consts.o -MD -MP -MF .deps/pdnsd-consts.Tpo -c -o pdnsd-consts.o `test -f 'consts.c' || echo './'`consts.c
# mv -f .deps/pdnsd-consts.Tpo .deps/pdnsd-consts.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DCONFDIR='"/etc"' -MT pdnsd-debug.o -MD -MP -MF .deps/pdnsd-debug.Tpo -c -o pdnsd-debug.o `test -f 'debug.c' || echo './'`debug.c
# In file included from debug.c:31:
# In file included from ./error.h:34:
# ./thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ./thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ./thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ./thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# 4 warnings generated.
# mv -f .deps/pdnsd-debug.Tpo .deps/pdnsd-debug.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DCONFDIR='"/etc"' -MT pdnsd-dns.o -MD -MP -MF .deps/pdnsd-dns.Tpo -c -o pdnsd-dns.o `test -f 'dns.c' || echo './'`dns.c
# In file included from dns.c:28:
# In file included from ./error.h:34:
# ./thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ./thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ./thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ./thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# 4 warnings generated.
# mv -f .deps/pdnsd-dns.Tpo .deps/pdnsd-dns.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DCONFDIR='"/etc"' -MT pdnsd-dns_answer.o -MD -MP -MF .deps/pdnsd-dns_answer.Tpo -c -o pdnsd-dns_answer.o `test -f 'dns_answer.c' || echo './'`dns_answer.c
# In file included from dns_answer.c:52:
# ./thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ./thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ./thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ./thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# 4 warnings generated.
# mv -f .deps/pdnsd-dns_answer.Tpo .deps/pdnsd-dns_answer.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DCONFDIR='"/etc"' -MT pdnsd-dns_query.o -MD -MP -MF .deps/pdnsd-dns_query.Tpo -c -o pdnsd-dns_query.o `test -f 'dns_query.c' || echo './'`dns_query.c
# In file included from dns_query.c:46:
# In file included from ./error.h:34:
# ./thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ./thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ./thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ./thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# 4 warnings generated.
# mv -f .deps/pdnsd-dns_query.Tpo .deps/pdnsd-dns_query.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DCONFDIR='"/etc"' -MT pdnsd-error.o -MD -MP -MF .deps/pdnsd-error.Tpo -c -o pdnsd-error.o `test -f 'error.c' || echo './'`error.c
# In file included from error.c:31:
# In file included from ./error.h:34:
# ./thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ./thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ./thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ./thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# 4 warnings generated.
# mv -f .deps/pdnsd-error.Tpo .deps/pdnsd-error.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DCONFDIR='"/etc"' -MT pdnsd-helpers.o -MD -MP -MF .deps/pdnsd-helpers.Tpo -c -o pdnsd-helpers.o `test -f 'helpers.c' || echo './'`helpers.c
# In file included from helpers.c:37:
# ./thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ./thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ./thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ./thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# 4 warnings generated.
# mv -f .deps/pdnsd-helpers.Tpo .deps/pdnsd-helpers.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DCONFDIR='"/etc"' -MT pdnsd-icmp.o -MD -MP -MF .deps/pdnsd-icmp.Tpo -c -o pdnsd-icmp.o `test -f 'icmp.c' || echo './'`icmp.c
# In file included from icmp.c:63:
# In file included from ./error.h:34:
# ./thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ./thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ./thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ./thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# 4 warnings generated.
# mv -f .deps/pdnsd-icmp.Tpo .deps/pdnsd-icmp.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DCONFDIR='"/etc"' -MT pdnsd-list.o -MD -MP -MF .deps/pdnsd-list.Tpo -c -o pdnsd-list.o `test -f 'list.c' || echo './'`list.c
# In file included from list.c:27:
# In file included from ./error.h:34:
# ./thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ./thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ./thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ./thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# 4 warnings generated.
# mv -f .deps/pdnsd-list.Tpo .deps/pdnsd-list.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DCONFDIR='"/etc"' -MT pdnsd-main.o -MD -MP -MF .deps/pdnsd-main.Tpo -c -o pdnsd-main.o `test -f 'main.c' || echo './'`main.c
# In file included from main.c:45:
# In file included from ./error.h:34:
# ./thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ./thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ./thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ./thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# 4 warnings generated.
# mv -f .deps/pdnsd-main.Tpo .deps/pdnsd-main.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DCONFDIR='"/etc"' -MT pdnsd-netdev.o -MD -MP -MF .deps/pdnsd-netdev.Tpo -c -o pdnsd-netdev.o `test -f 'netdev.c' || echo './'`netdev.c
# In file included from netdev.c:72:
# In file included from ./error.h:34:
# ./thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ./thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ./thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ./thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# 4 warnings generated.
# mv -f .deps/pdnsd-netdev.Tpo .deps/pdnsd-netdev.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DCONFDIR='"/etc"' -MT pdnsd-rr_types.o -MD -MP -MF .deps/pdnsd-rr_types.Tpo -c -o pdnsd-rr_types.o `test -f 'rr_types.c' || echo './'`rr_types.c
# mv -f .deps/pdnsd-rr_types.Tpo .deps/pdnsd-rr_types.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DCONFDIR='"/etc"' -MT pdnsd-status.o -MD -MP -MF .deps/pdnsd-status.Tpo -c -o pdnsd-status.o `test -f 'status.c' || echo './'`status.c
# In file included from status.c:43:
# ./thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ./thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ./thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ./thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# status.c:394:14: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# if (ttl < 0) {
# ~~~ ^ ~
# status.c:434:14: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# if (ttl < 0)
# ~~~ ^ ~
# status.c:549:14: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# if (ttl < 0)
# ~~~ ^ ~
# 7 warnings generated.
# mv -f .deps/pdnsd-status.Tpo .deps/pdnsd-status.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DCONFDIR='"/etc"' -MT pdnsd-servers.o -MD -MP -MF .deps/pdnsd-servers.Tpo -c -o pdnsd-servers.o `test -f 'servers.c' || echo './'`servers.c
# In file included from servers.c:40:
# ./thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ./thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ./thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ./thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# 4 warnings generated.
# mv -f .deps/pdnsd-servers.Tpo .deps/pdnsd-servers.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DCONFDIR='"/etc"' -MT pdnsd-thread.o -MD -MP -MF .deps/pdnsd-thread.Tpo -c -o pdnsd-thread.o `test -f 'thread.c' || echo './'`thread.c
# In file included from thread.c:32:
# ./thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ./thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ./thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ./thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# 4 warnings generated.
# mv -f .deps/pdnsd-thread.Tpo .deps/pdnsd-thread.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DCONFDIR='"/etc"' -MT pdnsd-cache.o -MD -MP -MF .deps/pdnsd-cache.Tpo -c -o pdnsd-cache.o `test -f 'cache.c' || echo './'`cache.c
# In file included from cache.c:39:
# In file included from ./error.h:34:
# ./thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ./thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ./thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ./thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# 4 warnings generated.
# mv -f .deps/pdnsd-cache.Tpo .deps/pdnsd-cache.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DCONFDIR='"/etc"' -MT pdnsd-hash.o -MD -MP -MF .deps/pdnsd-hash.Tpo -c -o pdnsd-hash.o `test -f 'hash.c' || echo './'`hash.c
# In file included from hash.c:30:
# In file included from ./error.h:34:
# ./thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ./thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ./thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ./thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# 4 warnings generated.
# mv -f .deps/pdnsd-hash.Tpo .deps/pdnsd-hash.Po
# clang -DCONFDIR='"/etc"' -o pdnsd pdnsd-conf-parser.o pdnsd-conff.o pdnsd-consts.o pdnsd-debug.o pdnsd-dns.o pdnsd-dns_answer.o pdnsd-dns_query.o pdnsd-error.o pdnsd-helpers.o pdnsd-icmp.o pdnsd-list.o pdnsd-main.o pdnsd-netdev.o pdnsd-rr_types.o pdnsd-status.o pdnsd-servers.o pdnsd-thread.o pdnsd-cache.o pdnsd-hash.o -lpthread
# make[3]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src'
# Making all in pdnsd-ctl
# make[3]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/pdnsd-ctl'
# clang -DHAVE_CONFIG_H -I. -I../.. -MT pdnsd-ctl.o -MD -MP -MF .deps/pdnsd-ctl.Tpo -c -o pdnsd-ctl.o pdnsd-ctl.c
# mv -f .deps/pdnsd-ctl.Tpo .deps/pdnsd-ctl.Po
# clang -DHAVE_CONFIG_H -I. -I../.. -DCLIENT_ONLY -c ../rr_types.c
# clang -o pdnsd-ctl pdnsd-ctl.o rr_types.o -lpthread
# make[3]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/pdnsd-ctl'
# Making all in rc
# make[3]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc'
# Making all in RedHat
# make[4]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/RedHat'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/RedHat'
# Making all in SuSE
# make[4]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/SuSE'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/SuSE'
# Making all in Debian
# make[4]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/Debian'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/Debian'
# Making all in Slackware
# make[4]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/Slackware'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/Slackware'
# Making all in ArchLinux
# make[4]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/ArchLinux'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/ArchLinux'
# make[4]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc'
# make[3]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc'
# Making all in test
# make[3]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/test'
# clang -DHAVE_CONFIG_H -I. -I../.. -MT if_up.o -MD -MP -MF .deps/if_up.Tpo -c -o if_up.o if_up.c
# mv -f .deps/if_up.Tpo .deps/if_up.Po
# clang -DHAVE_CONFIG_H -I. -I../.. -c ../netdev.c
# In file included from ../netdev.c:72:
# In file included from ../error.h:34:
# ../thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ../thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ../thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ../thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# 4 warnings generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -c ../error.c
# In file included from ../error.c:31:
# In file included from ../error.h:34:
# ../thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ../thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ../thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ../thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# 4 warnings generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -c ../thread.c
# In file included from ../thread.c:32:
# ../thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ../thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ../thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ../thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# 4 warnings generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -c ../helpers.c
# In file included from ../helpers.c:37:
# ../thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ../thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ../thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ../thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# 4 warnings generated.
# clang -DHAVE_CONFIG_H -I. -I../.. -c ../icmp.c
# In file included from ../icmp.c:63:
# In file included from ../error.h:34:
# ../thread.h:115:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: (useconds / 1000000),
# ^~~~~~~
# .tv_sec =
# ../thread.h:116:5: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# tv_nsec: (useconds % 1000000) * 1000ul };
# ^~~~~~~~
# .tv_nsec =
# ../thread.h:129:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~
# .tv_sec =
# ../thread.h:129:43: warning: use of GNU old-style field designator extension [-Wgnu-designator]
# struct timespec ts = { tv_sec: seconds, tv_nsec: 0 };
# ^~~~~~~~
# .tv_nsec =
# 4 warnings generated.
# clang -o if_up if_up.o netdev.o error.o thread.o helpers.o icmp.o -lpthread
# clang -DHAVE_CONFIG_H -I. -I../.. -MT is_local_addr.o -MD -MP -MF .deps/is_local_addr.Tpo -c -o is_local_addr.o is_local_addr.c
# mv -f .deps/is_local_addr.Tpo .deps/is_local_addr.Po
# clang -o is_local_addr is_local_addr.o netdev.o error.o thread.o helpers.o icmp.o -lpthread
# clang -DHAVE_CONFIG_H -I. -I../.. -MT tping.o -MD -MP -MF .deps/tping.Tpo -c -o tping.o tping.c
# mv -f .deps/tping.Tpo .deps/tping.Po
# clang -o tping tping.o netdev.o error.o thread.o helpers.o icmp.o -lpthread
# clang -DHAVE_CONFIG_H -I. -I../.. -MT random.o -MD -MP -MF .deps/random.Tpo -c -o random.o random.c
# mv -f .deps/random.Tpo .deps/random.Po
# clang -o random random.o netdev.o error.o thread.o helpers.o icmp.o -lpthread
# make[3]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/test'
# make[2]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src'
# Making all in doc
# make[2]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/doc'
# Making all in contrib
# make[2]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/contrib'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/contrib'
# make[2]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a'
# make[2]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a'
# make[1]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src'
# Making install in .
# make[2]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src'
# make[3]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/pdnsd/pkg/pdnsd/usr/bin"
# /usr/bin/install -c pdnsd '/tmp/pdnsd/pkg/pdnsd/usr/bin'
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src'
# make[2]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src'
# Making install in pdnsd-ctl
# make[2]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/pdnsd-ctl'
# make[3]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/pdnsd-ctl'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/pdnsd/pkg/pdnsd/usr/bin"
# /usr/bin/install -c pdnsd-ctl '/tmp/pdnsd/pkg/pdnsd/usr/bin'
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/pdnsd-ctl'
# make[2]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/pdnsd-ctl'
# Making install in rc
# make[2]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc'
# Making install in RedHat
# make[3]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/RedHat'
# make[4]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/RedHat'
# if [ "Generic" = "RedHat" ] ; then \
# /bin/sh /tmp/pdnsd/src/pdnsd-1.2.9a/install-sh -d "/tmp/pdnsd/pkg/pdnsd/etc/rc.d/init.d"; \
# /usr/bin/install -c ./pdnsd "/tmp/pdnsd/pkg/pdnsd/etc/rc.d/init.d/pdnsd"; \
# if [ "no" = "no" ] ; then \
# /sbin/chkconfig --add pdnsd; \
# fi \
# fi
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/RedHat'
# make[3]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/RedHat'
# Making install in SuSE
# make[3]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/SuSE'
# make[4]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/SuSE'
# if [ "Generic" = "SuSE" ] ; then \
# CURDIR=`pwd`; \
# /bin/sh /tmp/pdnsd/src/pdnsd-1.2.9a/install-sh -d "/tmp/pdnsd/pkg/pdnsd/sbin/init.d"; \
# /usr/bin/install -c ./pdnsd "/tmp/pdnsd/pkg/pdnsd/sbin/init.d/pdnsd"; \
# /bin/sh /tmp/pdnsd/src/pdnsd-1.2.9a/install-sh -d "/tmp/pdnsd/pkg/pdnsd/sbin/init.d/rc2.d"; \
# cd "/tmp/pdnsd/pkg/pdnsd/sbin/init.d/rc2.d"; \
# ln -fs ../pdnsd K34pdnsd; ln -s ../pdnsd S11pdnsd; \
# cd $CURDIR ; \
# /bin/sh /tmp/pdnsd/src/pdnsd-1.2.9a/install-sh -d "/tmp/pdnsd/pkg/pdnsd/sbin/init.d/rc3.d"; \
# cd "/tmp/pdnsd/pkg/pdnsd/sbin/init.d/rc3.d"; \
# ln -fs ../pdnsd K34pdnsd; ln -s ../pdnsd S11pdnsd; \
# cd $CURDIR ; \
# grep "START_PDNSD" "/tmp/pdnsd/pkg/pdnsd/etc/rc.config" > /dev/null ; \
# if [ $? -eq 1 ] ; then \
# echo -e "\n\n#\n# Set to yes to start pdnsd at boot time\n#\nSTART_PDNSD=yes" >> /etc/rc.config ; \
# fi \
# fi
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/SuSE'
# make[3]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/SuSE'
# Making install in Debian
# make[3]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/Debian'
# make[4]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/Debian'
# if [ "Generic" = "Debian" ] ; then \
# CURDIR=`pwd`; \
# /bin/sh /tmp/pdnsd/src/pdnsd-1.2.9a/install-sh -d "/tmp/pdnsd/pkg/pdnsd/etc/init.d"; \
# /usr/bin/install -c ./pdnsd "/tmp/pdnsd/pkg/pdnsd/etc/init.d"; \
# update-rc.d pdnsd defaults 19 ;\
# fi
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/Debian'
# make[3]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/Debian'
# Making install in Slackware
# make[3]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/Slackware'
# make[4]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/Slackware'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/Slackware'
# make[3]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/Slackware'
# Making install in ArchLinux
# make[3]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/ArchLinux'
# make[4]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/ArchLinux'
# if [ "Generic" = "ArchLinux" ] ; then \
# /bin/sh /tmp/pdnsd/src/pdnsd-1.2.9a/install-sh -d "/tmp/pdnsd/pkg/pdnsd/etc/rc.d"; \
# /usr/bin/install -c ./pdnsd "/tmp/pdnsd/pkg/pdnsd/etc/rc.d/pdnsd";\
# fi
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/ArchLinux'
# make[3]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc/ArchLinux'
# make[3]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc'
# make[4]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc'
# make[3]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc'
# make[2]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/rc'
# Making install in test
# make[2]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/test'
# make[3]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/test'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/test'
# make[2]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src/test'
# make[1]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/src'
# Making install in doc
# make[1]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/doc'
# make[2]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/man/man5" || /usr/bin/mkdir -p "/tmp/pdnsd/pkg/pdnsd/usr/share/man/man5"
# /usr/bin/install -c -m 644 pdnsd.conf.5 '/tmp/pdnsd/pkg/pdnsd/usr/share/man/man5'
# test -z "/usr/share/man/man8" || /usr/bin/mkdir -p "/tmp/pdnsd/pkg/pdnsd/usr/share/man/man8"
# /usr/bin/install -c -m 644 pdnsd.8 pdnsd-ctl.8 '/tmp/pdnsd/pkg/pdnsd/usr/share/man/man8'
# make install-data-hook
# make[3]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/doc'
# /bin/sh /tmp/pdnsd/src/pdnsd-1.2.9a/install-sh -d "/tmp/pdnsd/pkg/pdnsd/etc"
# if test `whoami` = "root"; then \
# /usr/bin/install -c -o 0 -g 0 -m 644 pdnsd.conf "/tmp/pdnsd/pkg/pdnsd/etc/pdnsd.conf.sample" ; \
# else \
# /usr/bin/install -c -m 644 pdnsd.conf "/tmp/pdnsd/pkg/pdnsd/etc/pdnsd.conf.sample" ; \
# fi
# make[3]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/doc'
# make[2]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/doc'
# make[1]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/doc'
# Making install in contrib
# make[1]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/contrib'
# make[2]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a/contrib'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/contrib'
# make[1]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a/contrib'
# make[1]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a'
# make[2]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a'
# make[2]: Nothing to be done for 'install-exec-am'.
# make install-data-hook
# make[3]: Entering directory '/tmp/pdnsd/src/pdnsd-1.2.9a'
# /bin/sh /tmp/pdnsd/src/pdnsd-1.2.9a/install-sh -d "/tmp/pdnsd/pkg/pdnsd/var/cache/pdnsd"
# test -f "/tmp/pdnsd/pkg/pdnsd/var/cache/pdnsd/pdnsd.cache" || \
# touch "/tmp/pdnsd/pkg/pdnsd/var/cache/pdnsd/pdnsd.cache"
# if test `whoami` = "root"; then \
# chown nobody "/tmp/pdnsd/pkg/pdnsd/var/cache/pdnsd/pdnsd.cache"; \
# chown nobody "/tmp/pdnsd/pkg/pdnsd/var/cache/pdnsd"; \
# fi
# chmod 0640 "/tmp/pdnsd/pkg/pdnsd/var/cache/pdnsd/pdnsd.cache"
# chmod 0750 "/tmp/pdnsd/pkg/pdnsd/var/cache/pdnsd"
# make[3]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a'
# make[2]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a'
# make[1]: Leaving directory '/tmp/pdnsd/src/pdnsd-1.2.9a'
# chown: changing ownership of '/tmp/pdnsd/pkg/pdnsd/var/cache/pdnsd/pdnsd.cache': Operation not permitted
# chown: changing ownership of '/tmp/pdnsd/pkg/pdnsd/var/cache/pdnsd': Operation not permitted
# ==> ERROR: A failure occurred in package().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/pdnsd/src/pdnsd-1.2.9a/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.63. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = ec802896cf10
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1977: checking for a BSD-compatible install
# configure:2045: result: /usr/bin/install -c
# configure:2056: checking whether build environment is sane
# configure:2116: result: yes
# configure:2165: checking for x86_64-unknown-linux-strip
# configure:2195: result: no
# configure:2205: checking for strip
# configure:2221: found /usr/bin/strip
# configure:2232: result: strip
# configure:2257: checking for a thread-safe mkdir -p
# configure:2296: result: /usr/bin/mkdir -p
# configure:2309: checking for gawk
# configure:2325: found /usr/bin/gawk
# configure:2336: result: gawk
# configure:2347: checking whether make sets $(MAKE)
# configure:2369: result: yes
# configure:2456: checking for style of include used by make
# configure:2484: result: GNU
# configure:2514: checking for x86_64-unknown-linux-gcc
# configure:2541: result: clang
# configure:2813: checking for C compiler version
# configure:2821: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2825: $? = 0
# configure:2832: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2836: $? = 0
# configure:2843: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2847: $? = 1
# configure:2870: checking for C compiler default output file name
# configure:2892: clang conftest.c >&5
# configure:2896: $? = 0
# configure:2934: result: a.out
# configure:2953: checking whether the C compiler works
# configure:2963: ./a.out
# configure:2967: $? = 0
# configure:2986: result: yes
# configure:2993: checking whether we are cross compiling
# configure:2995: result: no
# configure:2998: checking for suffix of executables
# configure:3005: clang -o conftest conftest.c >&5
# configure:3009: $? = 0
# configure:3035: result:
# configure:3041: checking for suffix of object files
# configure:3067: clang -c conftest.c >&5
# configure:3071: $? = 0
# configure:3096: result: o
# configure:3100: checking whether we are using the GNU C compiler
# configure:3129: clang -c conftest.c >&5
# configure:3136: $? = 0
# configure:3153: result: yes
# configure:3162: checking whether clang accepts -g
# configure:3192: clang -c -g conftest.c >&5
# configure:3199: $? = 0
# configure:3300: result: yes
# configure:3317: checking for clang option to accept ISO C89
# configure:3391: clang -c conftest.c >&5
# configure:3398: $? = 0
# configure:3421: result: none needed
# configure:3441: checking dependency style of clang
# configure:3551: result: gcc3
# configure:3572: checking how to run the C preprocessor
# configure:3612: clang -E conftest.c
# configure:3619: $? = 0
# configure:3650: clang -E conftest.c
# conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3657: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:3690: result: clang -E
# configure:3719: clang -E conftest.c
# configure:3726: $? = 0
# configure:3757: clang -E conftest.c
# conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3764: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:3804: checking for grep that handles long lines and -e
# configure:3864: result: /usr/bin/grep
# configure:3869: checking for egrep
# configure:3933: result: /usr/bin/grep -E
# configure:3938: checking for ANSI C header files
# configure:3968: clang -c conftest.c >&5
# configure:3975: $? = 0
# configure:4074: clang -o conftest conftest.c >&5
# configure:4078: $? = 0
# configure:4084: ./conftest
# configure:4088: $? = 0
# configure:4106: result: yes
# configure:4130: checking for sys/types.h
# configure:4151: clang -c conftest.c >&5
# configure:4158: $? = 0
# configure:4175: result: yes
# configure:4130: checking for sys/stat.h
# configure:4151: clang -c conftest.c >&5
# configure:4158: $? = 0
# configure:4175: result: yes
# configure:4130: checking for stdlib.h
# configure:4151: clang -c conftest.c >&5
# configure:4158: $? = 0
# configure:4175: result: yes
# configure:4130: checking for string.h
# configure:4151: clang -c conftest.c >&5
# configure:4158: $? = 0
# configure:4175: result: yes
# configure:4130: checking for memory.h
# configure:4151: clang -c conftest.c >&5
# configure:4158: $? = 0
# configure:4175: result: yes
# configure:4130: checking for strings.h
# configure:4151: clang -c conftest.c >&5
# configure:4158: $? = 0
# configure:4175: result: yes
# configure:4130: checking for inttypes.h
# configure:4151: clang -c conftest.c >&5
# configure:4158: $? = 0
# configure:4175: result: yes
# configure:4130: checking for stdint.h
# configure:4151: clang -c conftest.c >&5
# configure:4158: $? = 0
# configure:4175: result: yes
# configure:4130: checking for unistd.h
# configure:4151: clang -c conftest.c >&5
# configure:4158: $? = 0
# configure:4175: result: yes
# configure:4200: checking minix/config.h usability
# configure:4217: clang -c conftest.c >&5
# conftest.c:51:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4224: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4238: result: no
# configure:4242: checking minix/config.h presence
# configure:4257: clang -E conftest.c
# conftest.c:18:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4264: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:4278: result: no
# configure:4306: checking for minix/config.h
# configure:4313: result: no
# configure:4344: checking whether it is safe to define __EXTENSIONS__
# configure:4372: clang -c conftest.c >&5
# configure:4379: $? = 0
# configure:4394: result: yes
# configure:4809: checking for x86_64-unknown-linux-gcc
# configure:4836: result: clang
# configure:5108: checking for C compiler version
# configure:5116: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:5120: $? = 0
# configure:5127: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:5131: $? = 0
# configure:5138: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:5142: $? = 1
# configure:5145: checking whether we are using the GNU C compiler
# configure:5198: result: yes
# configure:5207: checking whether clang accepts -g
# configure:5345: result: yes
# configure:5362: checking for clang option to accept ISO C89
# configure:5466: result: none needed
# configure:5486: checking dependency style of clang
# configure:5596: result: gcc3
# configure:5619: checking for x86_64-unknown-linux-gcc
# configure:5646: result: clang
# configure:5918: checking for C compiler version
# configure:5926: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:5930: $? = 0
# configure:5937: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:5941: $? = 0
# configure:5948: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:5952: $? = 1
# configure:5955: checking whether we are using the GNU C compiler
# configure:6008: result: yes
# configure:6017: checking whether clang accepts -g
# configure:6155: result: yes
# configure:6172: checking for clang option to accept ISO C89
# configure:6276: result: none needed
# configure:6296: checking dependency style of clang
# configure:6406: result: gcc3
# configure:6425: checking whether clang and cc understand -c and -o together
# configure:6460: clang -c conftest.c -o conftest2.o >&5
# configure:6464: $? = 0
# configure:6470: clang -c conftest.c -o conftest2.o >&5
# configure:6474: $? = 0
# configure:6485: cc -c conftest.c >&5
# configure:6489: $? = 0
# configure:6497: cc -c conftest.c -o conftest2.o >&5
# configure:6501: $? = 0
# configure:6507: cc -c conftest.c -o conftest2.o >&5
# configure:6511: $? = 0
# configure:6529: result: yes
# configure:6570: checking for a BSD-compatible install
# configure:6638: result: /usr/bin/install -c
# configure:6653: checking for x86_64-unknown-linux-ranlib
# configure:6683: result: no
# configure:6693: checking for ranlib
# configure:6709: found /usr/bin/ranlib
# configure:6720: result: ranlib
# configure:6744: checking for autodetect build target
# configure:6756: result: Linux
# configure:6827: checking for pthread_kill in -lpthread
# configure:6862: clang -o conftest conftest.c -lpthread >&5
# configure:6869: $? = 0
# configure:6890: result: yes
# configure:6913: checking if this is an NPTL-based system
# configure:6970: clang -o conftest conftest.c -lpthread -lpthread >&5
# configure:6974: $? = 0
# configure:6980: ./conftest
# main pid=973, thread pid=973
# configure:6984: $? = 0
# configure:6987: result: yes
# configure:7023: checking for ANSI C header files
# configure:7191: result: yes
# configure:7201: checking for sys/wait.h that is POSIX.1 compatible
# configure:7237: clang -c conftest.c >&5
# configure:7244: $? = 0
# configure:7259: result: yes
# configure:7290: checking fcntl.h usability
# configure:7307: clang -c conftest.c >&5
# configure:7314: $? = 0
# configure:7328: result: yes
# configure:7332: checking fcntl.h presence
# configure:7347: clang -E conftest.c
# configure:7354: $? = 0
# configure:7368: result: yes
# configure:7396: checking for fcntl.h
# configure:7405: result: yes
# configure:7290: checking malloc.h usability
# configure:7307: clang -c conftest.c >&5
# configure:7314: $? = 0
# configure:7328: result: yes
# configure:7332: checking malloc.h presence
# configure:7347: clang -E conftest.c
# configure:7354: $? = 0
# configure:7368: result: yes
# configure:7396: checking for malloc.h
# configure:7405: result: yes
# configure:7290: checking sys/ioctl.h usability
# configure:7307: clang -c conftest.c >&5
# configure:7314: $? = 0
# configure:7328: result: yes
# configure:7332: checking sys/ioctl.h presence
# configure:7347: clang -E conftest.c
# configure:7354: $? = 0
# configure:7368: result: yes
# configure:7396: checking for sys/ioctl.h
# configure:7405: result: yes
# configure:7290: checking sys/time.h usability
# configure:7307: clang -c conftest.c >&5
# configure:7314: $? = 0
# configure:7328: result: yes
# configure:7332: checking sys/time.h presence
# configure:7347: clang -E conftest.c
# configure:7354: $? = 0
# configure:7368: result: yes
# configure:7396: checking for sys/time.h
# configure:7405: result: yes
# configure:7290: checking syslog.h usability
# configure:7307: clang -c conftest.c >&5
# configure:7314: $? = 0
# configure:7328: result: yes
# configure:7332: checking syslog.h presence
# configure:7347: clang -E conftest.c
# configure:7354: $? = 0
# configure:7368: result: yes
# configure:7396: checking for syslog.h
# configure:7405: result: yes
# configure:7279: checking for unistd.h
# configure:7286: result: yes
# configure:7428: checking for sys/types.h
# configure:7485: result: yes
# configure:7428: checking for sys/socket.h
# configure:7461: clang -c conftest.c >&5
# configure:7468: $? = 0
# configure:7485: result: yes
# configure:7428: checking for net/if.h
# configure:7461: clang -c conftest.c >&5
# configure:7468: $? = 0
# configure:7485: result: yes
# configure:7428: checking for netinet/in.h
# configure:7461: clang -c conftest.c >&5
# configure:7468: $? = 0
# configure:7485: result: yes
# configure:7428: checking for sys/poll.h
# configure:7461: clang -c conftest.c >&5
# configure:7468: $? = 0
# configure:7485: result: yes
# configure:7499: checking for an ANSI C-conforming const
# configure:7574: clang -c conftest.c >&5
# configure:7581: $? = 0
# configure:7596: result: yes
# configure:7606: checking for pid_t
# configure:7634: clang -c conftest.c >&5
# configure:7641: $? = 0
# configure:7668: clang -c conftest.c >&5
# conftest.c:83:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:7675: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define VERSION "1.2.9a-par"
# | #define CACHEDIR "/var/cache/pdnsd"
# | #define ENABLE_IPV4 1
# | #define ENABLE_IPV6 1
# | #define DEFAULT_IPV4 1
# | #define M_PRESET UDP_ONLY
# | #define R_DEFAULT 1
# | #define TARGET TARGET_LINUX
# | #define SRC_ADDR_DISC 1
# | #define HAVE_LIBPTHREAD 1
# | #define THREADLIB_NPTL 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_POLL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:7698: result: yes
# configure:7710: checking for size_t
# configure:7738: clang -c conftest.c >&5
# configure:7745: $? = 0
# configure:7772: clang -c conftest.c >&5
# conftest.c:83:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:7779: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define VERSION "1.2.9a-par"
# | #define CACHEDIR "/var/cache/pdnsd"
# | #define ENABLE_IPV4 1
# | #define ENABLE_IPV6 1
# | #define DEFAULT_IPV4 1
# | #define M_PRESET UDP_ONLY
# | #define R_DEFAULT 1
# | #define TARGET TARGET_LINUX
# | #define SRC_ADDR_DISC 1
# | #define HAVE_LIBPTHREAD 1
# | #define THREADLIB_NPTL 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_POLL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:7802: result: yes
# configure:7814: checking whether time.h and sys/time.h may both be included
# configure:7844: clang -c conftest.c >&5
# configure:7851: $? = 0
# configure:7866: result: yes
# configure:7876: checking whether struct tm is in sys/time.h or time.h
# configure:7906: clang -c conftest.c >&5
# configure:7913: $? = 0
# configure:7928: result: time.h
# configure:7938: checking for socklen_t
# configure:7970: clang -c conftest.c >&5
# configure:7977: $? = 0
# configure:8008: clang -c conftest.c >&5
# conftest.c:56:24: error: expected expression
# if (sizeof ((socklen_t)))
# ^
# 1 error generated.
# configure:8015: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define VERSION "1.2.9a-par"
# | #define CACHEDIR "/var/cache/pdnsd"
# | #define ENABLE_IPV4 1
# | #define ENABLE_IPV6 1
# | #define DEFAULT_IPV4 1
# | #define M_PRESET UDP_ONLY
# | #define R_DEFAULT 1
# | #define TARGET TARGET_LINUX
# | #define SRC_ADDR_DISC 1
# | #define HAVE_LIBPTHREAD 1
# | #define THREADLIB_NPTL 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((socklen_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:8038: result: yes
# configure:8054: checking for struct in6_addr
# configure:8086: clang -c conftest.c >&5
# configure:8093: $? = 0
# configure:8124: clang -c conftest.c >&5
# conftest.c:57:30: error: expected expression
# if (sizeof ((struct in6_addr)))
# ^
# 1 error generated.
# configure:8131: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define VERSION "1.2.9a-par"
# | #define CACHEDIR "/var/cache/pdnsd"
# | #define ENABLE_IPV4 1
# | #define ENABLE_IPV6 1
# | #define DEFAULT_IPV4 1
# | #define M_PRESET UDP_ONLY
# | #define R_DEFAULT 1
# | #define TARGET TARGET_LINUX
# | #define SRC_ADDR_DISC 1
# | #define HAVE_LIBPTHREAD 1
# | #define THREADLIB_NPTL 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SOCKLEN_T 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct in6_addr)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:8154: result: yes
# configure:8164: checking for struct in_pktinfo
# configure:8196: clang -c conftest.c >&5
# configure:8203: $? = 0
# configure:8234: clang -c conftest.c >&5
# conftest.c:58:32: error: expected expression
# if (sizeof ((struct in_pktinfo)))
# ^
# 1 error generated.
# configure:8241: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define VERSION "1.2.9a-par"
# | #define CACHEDIR "/var/cache/pdnsd"
# | #define ENABLE_IPV4 1
# | #define ENABLE_IPV6 1
# | #define DEFAULT_IPV4 1
# | #define M_PRESET UDP_ONLY
# | #define R_DEFAULT 1
# | #define TARGET TARGET_LINUX
# | #define SRC_ADDR_DISC 1
# | #define HAVE_LIBPTHREAD 1
# | #define THREADLIB_NPTL 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct in_pktinfo)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:8264: result: yes
# configure:8274: checking for struct ifreq
# configure:8306: clang -c conftest.c >&5
# configure:8313: $? = 0
# configure:8344: clang -c conftest.c >&5
# conftest.c:59:27: error: expected expression
# if (sizeof ((struct ifreq)))
# ^
# 1 error generated.
# configure:8351: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define VERSION "1.2.9a-par"
# | #define CACHEDIR "/var/cache/pdnsd"
# | #define ENABLE_IPV4 1
# | #define ENABLE_IPV6 1
# | #define DEFAULT_IPV4 1
# | #define M_PRESET UDP_ONLY
# | #define R_DEFAULT 1
# | #define TARGET TARGET_LINUX
# | #define SRC_ADDR_DISC 1
# | #define HAVE_LIBPTHREAD 1
# | #define THREADLIB_NPTL 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_IN_PKTINFO 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct ifreq)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:8374: result: yes
# configure:8386: checking for CPP C99 Variadic macro support
# configure:8407: clang -c conftest.c >&5
# configure:8414: $? = 0
# configure:8428: result: yes
# configure:8445: checking for working alloca.h
# configure:8472: clang -o conftest conftest.c -lpthread >&5
# configure:8479: $? = 0
# configure:8499: result: yes
# configure:8509: checking for alloca
# configure:8556: clang -o conftest conftest.c -lpthread >&5
# configure:8563: $? = 0
# configure:8583: result: yes
# configure:8821: checking whether clang needs -traditional
# configure:8863: result: no
# configure:8870: checking for working memcmp
# configure:8923: clang -o conftest conftest.c -lpthread >&5
# configure:8927: $? = 0
# configure:8933: ./conftest
# configure:8937: $? = 0
# configure:8954: result: yes
# configure:8963: checking return type of signal handlers
# configure:8991: clang -c conftest.c >&5
# conftest.c:61:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:8998: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define VERSION "1.2.9a-par"
# | #define CACHEDIR "/var/cache/pdnsd"
# | #define ENABLE_IPV4 1
# | #define ENABLE_IPV6 1
# | #define DEFAULT_IPV4 1
# | #define M_PRESET UDP_ONLY
# | #define R_DEFAULT 1
# | #define TARGET TARGET_LINUX
# | #define SRC_ADDR_DISC 1
# | #define HAVE_LIBPTHREAD 1
# | #define THREADLIB_NPTL 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_IN_PKTINFO 1
# | #define HAVE_STRUCT_IFREQ 1
# | #define CPP_C99_VARIADIC_MACROS 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:9013: result: void
# configure:9025: checking for vprintf
# configure:9081: clang -o conftest conftest.c -lpthread >&5
# conftest.c:79:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
# char vprintf ();
# ^
# conftest.c:79:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:9088: $? = 0
# configure:9110: result: yes
# configure:9119: checking for _doprnt
# configure:9175: clang -o conftest conftest.c -lpthread >&5
# /tmp/conftest-a24119.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `_doprnt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:9182: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define VERSION "1.2.9a-par"
# | #define CACHEDIR "/var/cache/pdnsd"
# | #define ENABLE_IPV4 1
# | #define ENABLE_IPV6 1
# | #define DEFAULT_IPV4 1
# | #define M_PRESET UDP_ONLY
# | #define R_DEFAULT 1
# | #define TARGET TARGET_LINUX
# | #define SRC_ADDR_DISC 1
# | #define HAVE_LIBPTHREAD 1
# | #define THREADLIB_NPTL 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_IN_PKTINFO 1
# | #define HAVE_STRUCT_IFREQ 1
# | #define CPP_C99_VARIADIC_MACROS 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* Define _doprnt to an innocuous variant, in case declares _doprnt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _doprnt innocuous__doprnt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _doprnt
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char _doprnt ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__doprnt || defined __stub____doprnt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _doprnt ();
# | ;
# | return 0;
# | }
# configure:9202: result: no
# configure:9216: checking for library containing nanosleep
# configure:9257: clang -o conftest conftest.c -lpthread >&5
# configure:9264: $? = 0
# configure:9295: result: none required
# configure:9303: checking for library containing socket
# configure:9344: clang -o conftest conftest.c -lpthread >&5
# configure:9351: $? = 0
# configure:9382: result: none required
# configure:9390: checking for library containing inet_aton
# configure:9431: clang -o conftest conftest.c -lpthread >&5
# configure:9438: $? = 0
# configure:9469: result: none required
# configure:9489: checking for nanosleep
# configure:9545: clang -o conftest conftest.c -lpthread >&5
# configure:9552: $? = 0
# configure:9574: result: yes
# configure:9489: checking for gettimeofday
# configure:9545: clang -o conftest conftest.c -lpthread >&5
# configure:9552: $? = 0
# configure:9574: result: yes
# configure:9489: checking for mkfifo
# configure:9545: clang -o conftest conftest.c -lpthread >&5
# configure:9552: $? = 0
# configure:9574: result: yes
# configure:9489: checking for select
# configure:9545: clang -o conftest conftest.c -lpthread >&5
# configure:9552: $? = 0
# configure:9574: result: yes
# configure:9489: checking for socket
# configure:9545: clang -o conftest conftest.c -lpthread >&5
# configure:9552: $? = 0
# configure:9574: result: yes
# configure:9489: checking for strerror
# configure:9545: clang -o conftest conftest.c -lpthread >&5
# conftest.c:85:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:85:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:9552: $? = 0
# configure:9574: result: yes
# configure:9489: checking for uname
# configure:9545: clang -o conftest conftest.c -lpthread >&5
# configure:9552: $? = 0
# configure:9574: result: yes
# configure:9489: checking for snprintf
# configure:9545: clang -o conftest conftest.c -lpthread >&5
# conftest.c:87:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:87:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:9552: $? = 0
# configure:9574: result: yes
# configure:9489: checking for vsnprintf
# configure:9545: clang -o conftest conftest.c -lpthread >&5
# conftest.c:88:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# conftest.c:88:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:9552: $? = 0
# configure:9574: result: yes
# configure:9594: checking for poll
# configure:9650: clang -o conftest conftest.c -lpthread >&5
# configure:9657: $? = 0
# configure:9679: result: yes
# configure:9711: checking for strdup
# configure:9767: clang -o conftest conftest.c -lpthread >&5
# conftest.c:90:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:90:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:9774: $? = 0
# configure:9796: result: yes
# configure:9711: checking for strndup
# configure:9767: clang -o conftest conftest.c -lpthread >&5
# conftest.c:91:6: warning: incompatible redeclaration of library function 'strndup' [-Wincompatible-library-redeclaration]
# char strndup ();
# ^
# conftest.c:91:6: note: 'strndup' is a builtin with type 'char *(const char *, unsigned long)'
# 1 warning generated.
# configure:9774: $? = 0
# configure:9796: result: yes
# configure:9711: checking for stpcpy
# configure:9767: clang -o conftest conftest.c -lpthread >&5
# conftest.c:92:6: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration]
# char stpcpy ();
# ^
# conftest.c:92:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
# 1 warning generated.
# configure:9774: $? = 0
# configure:9796: result: yes
# configure:9711: checking for stpncpy
# configure:9767: clang -o conftest conftest.c -lpthread >&5
# conftest.c:93:6: warning: incompatible redeclaration of library function 'stpncpy' [-Wincompatible-library-redeclaration]
# char stpncpy ();
# ^
# conftest.c:93:6: note: 'stpncpy' is a builtin with type 'char *(char *, const char *, unsigned long)'
# 1 warning generated.
# configure:9774: $? = 0
# configure:9796: result: yes
# configure:9711: checking for strlcpy
# configure:9767: clang -o conftest conftest.c -lpthread >&5
# conftest.c:94:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
# char strlcpy ();
# ^
# conftest.c:94:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-62b60b.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcpy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:9774: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define VERSION "1.2.9a-par"
# | #define CACHEDIR "/var/cache/pdnsd"
# | #define ENABLE_IPV4 1
# | #define ENABLE_IPV6 1
# | #define DEFAULT_IPV4 1
# | #define M_PRESET UDP_ONLY
# | #define R_DEFAULT 1
# | #define TARGET TARGET_LINUX
# | #define SRC_ADDR_DISC 1
# | #define HAVE_LIBPTHREAD 1
# | #define THREADLIB_NPTL 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_STRUCT_IN6_ADDR 1
# | #define HAVE_STRUCT_IN_PKTINFO 1
# | #define HAVE_STRUCT_IFREQ 1
# | #define CPP_C99_VARIADIC_MACROS 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_MKFIFO 1
# | #define HAVE_SELECT 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNAME 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_POLL 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRNDUP 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STPNCPY 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcpy ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:9796: result: no
# configure:9711: checking for mempcpy
# configure:9767: clang -o conftest conftest.c -lpthread >&5
# configure:9774: $? = 0
# configure:9796: result: yes
# configure:9711: checking for getline
# configure:9767: clang -o conftest conftest.c -lpthread >&5
# configure:9774: $? = 0
# configure:9796: result: yes
# configure:9711: checking for asprintf
# configure:9767: clang -o conftest conftest.c -lpthread >&5
# conftest.c:107:18: warning: format string missing [-Wformat]
# return asprintf ();
# ~~~~~~~~ ^
# 1 warning generated.
# configure:9774: $? = 0
# configure:9796: result: yes
# configure:9711: checking for vasprintf
# configure:9767: clang -o conftest conftest.c -lpthread >&5
# conftest.c:108:19: warning: format string missing [-Wformat]
# return vasprintf ();
# ~~~~~~~~~ ^
# 1 warning generated.
# configure:9774: $? = 0
# configure:9796: result: yes
# configure:9711: checking for getpwnam_r
# configure:9767: clang -o conftest conftest.c -lpthread >&5
# configure:9774: $? = 0
# configure:9796: result: yes
# configure:9711: checking for inet_ntop
# configure:9767: clang -o conftest conftest.c -lpthread >&5
# configure:9774: $? = 0
# configure:9796: result: yes
# configure:9711: checking for inet_pton
# configure:9767: clang -o conftest conftest.c -lpthread >&5
# configure:9774: $? = 0
# configure:9796: result: yes
# configure:9949: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on ec802896cf10
#
# config.status:861: creating pdnsd.spec
# config.status:861: creating Makefile
# config.status:861: creating file-list.base
# config.status:861: creating contrib/Makefile
# config.status:861: creating doc/Makefile
# config.status:861: creating doc/pdnsd.8
# config.status:861: creating doc/pdnsd.conf.5
# config.status:861: creating doc/pdnsd.conf
# config.status:861: creating src/Makefile
# config.status:861: creating src/pdnsd-ctl/Makefile
# config.status:861: creating src/rc/Makefile
# config.status:861: creating src/rc/RedHat/Makefile
# config.status:861: creating src/rc/RedHat/pdnsd
# config.status:861: creating src/rc/SuSE/Makefile
# config.status:861: creating src/rc/SuSE/pdnsd
# config.status:861: creating src/rc/Debian/Makefile
# config.status:861: creating src/rc/Debian/pdnsd
# config.status:861: creating src/rc/Slackware/Makefile
# config.status:861: creating src/rc/Slackware/rc.pdnsd
# config.status:861: creating src/rc/ArchLinux/Makefile
# config.status:861: creating src/rc/ArchLinux/pdnsd
# config.status:861: creating src/test/Makefile
# config.status:861: creating PKGBUILD
# config.status:861: creating config.h
# config.status:1135: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func__doprnt=no
# ac_cv_func_alloca_works=yes
# ac_cv_func_asprintf=yes
# ac_cv_func_getline=yes
# ac_cv_func_getpwnam_r=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_inet_ntop=yes
# ac_cv_func_inet_pton=yes
# ac_cv_func_memcmp_working=yes
# ac_cv_func_mempcpy=yes
# ac_cv_func_mkfifo=yes
# ac_cv_func_nanosleep=yes
# ac_cv_func_poll=yes
# ac_cv_func_select=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_socket=yes
# ac_cv_func_stpcpy=yes
# ac_cv_func_stpncpy=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strlcpy=no
# ac_cv_func_strndup=yes
# ac_cv_func_uname=yes
# ac_cv_func_vasprintf=yes
# ac_cv_func_vprintf=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_net_if_h=yes
# ac_cv_header_netinet_in_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_ioctl_h=yes
# ac_cv_header_sys_poll_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_sys_wait_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_lib_pthread_pthread_kill=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_clang_c_o=yes
# ac_cv_prog_cc_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_inet_aton='none required'
# ac_cv_search_nanosleep='none required'
# ac_cv_search_socket='none required'
# ac_cv_struct_tm=time.h
# ac_cv_type_pid_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_socklen_t=yes
# ac_cv_type_struct_ifreq=yes
# ac_cv_type_struct_in6_addr=yes
# ac_cv_type_struct_in_pktinfo=yes
# ac_cv_working_alloca_h=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_prog_cc_stdc=
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/pdnsd/src/pdnsd-1.2.9a/missing --run aclocal-1.11'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/pdnsd/src/pdnsd-1.2.9a/missing --run tar'
# AUTOCONF='${SHELL} /tmp/pdnsd/src/pdnsd-1.2.9a/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/pdnsd/src/pdnsd-1.2.9a/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/pdnsd/src/pdnsd-1.2.9a/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lpthread '
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/pdnsd/src/pdnsd-1.2.9a/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJEXT='o'
# PACKAGE='pdnsd'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.2.9a'
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build_alias=''
# cachedir='/var/cache/pdnsd'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# def_id='nobody'
# distribution='Generic'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# fullversion='1.2.9a-par'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/pdnsd/src/pdnsd-1.2.9a/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# packagerelease='par'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# specbuild='no'
# sysconfdir='/etc'
# target_alias=''
# thread_CFLAGS=''
# threadlib='nptl'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define VERSION "1.2.9a-par"
# #define CACHEDIR "/var/cache/pdnsd"
# #define ENABLE_IPV4 1
# #define ENABLE_IPV6 1
# #define DEFAULT_IPV4 1
# #define M_PRESET UDP_ONLY
# #define R_DEFAULT 1
# #define TARGET TARGET_LINUX
# #define SRC_ADDR_DISC 1
# #define HAVE_LIBPTHREAD 1
# #define THREADLIB_NPTL 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_NET_IF_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_SYS_POLL_H 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_SOCKLEN_T 1
# #define HAVE_STRUCT_IN6_ADDR 1
# #define HAVE_STRUCT_IN_PKTINFO 1
# #define HAVE_STRUCT_IFREQ 1
# #define CPP_C99_VARIADIC_MACROS 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define RETSIGTYPE void
# #define HAVE_VPRINTF 1
# #define HAVE_NANOSLEEP 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_MKFIFO 1
# #define HAVE_SELECT 1
# #define HAVE_SOCKET 1
# #define HAVE_STRERROR 1
# #define HAVE_UNAME 1
# #define HAVE_SNPRINTF 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_POLL 1
# #define HAVE_STRDUP 1
# #define HAVE_STRNDUP 1
# #define HAVE_STPCPY 1
# #define HAVE_STPNCPY 1
# #define HAVE_MEMPCPY 1
# #define HAVE_GETLINE 1
# #define HAVE_ASPRINTF 1
# #define HAVE_VASPRINTF 1
# #define HAVE_GETPWNAM_R 1
# #define HAVE_INET_NTOP 1
# #define HAVE_INET_PTON 1
#
# configure: exit 0