Build of nsd with clang_glibc toolchain

The build took 00h 02m 12s and was SUCCESSFUL.

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

SLOCLanguage
41,445 ansic
2,085 python
1,875 yacc
838 sh
423 makefile
46,666 total

The process tree of the build process is here.

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: nsd 4.1.10-1 (Thu Apr 13 16:53:36 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# 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 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 gawk... gawk
# 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 whether ln -s works... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for flex... flex
# checking lex output file root... lex.yy
# checking lex library... none needed
# checking whether yytext is a pointer... no
# checking for bison... bison -y
# checking if lex defines yy_current_buffer... no
# checking whether clang supports -g... yes
# checking whether clang supports -O2... yes
# checking if clang supports -flto... yes
# checking if clang supports PIE... yes
# checking if clang supports -Wl,-z,relro,-z,now... yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for uid_t in sys/types.h... yes
# checking for pid_t... yes
# checking for size_t... yes
# checking for off_t... yes
# checking whether the C compiler (clang) accepts the "format" attribute... yes
# checking whether the C compiler (clang) accepts the "unused" attribute... yes
# checking if memcmp compares unsigned... yes
# checking whether ctime_r works with two arguments... yes
# checking for libevent... found in /usr
# checking for library containing clock_gettime... none required
# checking for event.h... yes
# checking whether EV_VERSION_MAJOR is declared... no
# checking for library containing event_set... -levent
# checking for event_base_free... yes
# checking for event_base_once... yes
# checking for event_base_new... yes
# checking for event_base_get_method... yes
# checking for ev_loop... no
# checking for ev_default_loop... no
# checking for ANSI C header files... (cached) yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking signal.h usability... yes
# checking signal.h presence... yes
# checking for signal.h... yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking netinet/tcp.h usability... yes
# checking netinet/tcp.h presence... yes
# checking for netinet/tcp.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for unistd.h... (cached) yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking for stdint.h... (cached) yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking sys/bitypes.h usability... yes
# checking sys/bitypes.h presence... yes
# checking for sys/bitypes.h... yes
# checking tcpd.h usability... no
# checking tcpd.h presence... no
# checking for tcpd.h... no
# checking glob.h usability... yes
# checking glob.h presence... yes
# checking for glob.h... yes
# checking grp.h usability... yes
# checking grp.h presence... yes
# checking for grp.h... yes
# checking endian.h usability... yes
# checking endian.h presence... yes
# checking for endian.h... yes
# checking for double definition of struct va_list... no
# checking whether strptime needs defines... yes
# checking for library containing inet_pton... none required
# checking for library containing socket... none required
# checking whether strptime works... yes
# checking if nonblocking sockets work... yes
# checking whether mkdir has one arg... no
# checking for int8_t... yes
# checking for int16_t... yes
# checking for int32_t... yes
# checking for int64_t... yes
# checking for uint8_t... yes
# checking for uint16_t... yes
# checking for uint32_t... yes
# checking for uint64_t... yes
# checking for socklen_t... yes
# checking for sig_atomic_t... yes
# checking for ssize_t... yes
# checking for suseconds_t... yes
# checking for in_addr_t... yes
# checking for struct sockaddr_storage.ss_family... yes
# checking for struct stat.st_mtimensec... no
# checking for struct stat.st_mtim.tv_nsec... yes
# checking for unistd.h... (cached) yes
# checking for working chown... yes
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... yes
# checking for working vfork... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking return type of signal handlers... void
# checking for _LARGEFILE_SOURCE value needed for large files... no
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking size of void*... 8
# checking size of off_t... 8
# checking for arc4random... no
# checking for arc4random_uniform... no
# checking for tzset... yes
# checking for alarm... yes
# checking for chroot... yes
# checking for dup2... yes
# checking for endpwent... yes
# checking for gethostname... yes
# checking for memset... yes
# checking for memcpy... yes
# checking for pwrite... yes
# checking for socket... yes
# checking for strcasecmp... yes
# checking for strchr... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for strncasecmp... yes
# checking for strtol... yes
# checking for writev... yes
# checking for getaddrinfo... yes
# checking for getnameinfo... yes
# checking for freeaddrinfo... yes
# checking for gai_strerror... yes
# checking for sigaction... yes
# checking for sigprocmask... yes
# checking for strptime... yes
# checking for strftime... yes
# checking for localtime_r... yes
# checking for setusercontext... no
# checking for glob... yes
# checking for initgroups... yes
# checking for setresuid... yes
# checking for setreuid... yes
# checking for setresgid... yes
# checking for setregid... yes
# checking for getpwnam... yes
# checking for mmap... yes
# checking for ppoll... yes
# checking for clock_gettime... yes
# checking for basename... yes
# checking for inet_aton... yes
# checking for inet_pton... yes
# checking for inet_ntop... yes
# checking for snprintf... yes
# checking for strlcat... no
# checking for strlcpy... no
# checking for strptime... (cached) yes
# checking for b64_pton... no
# checking for b64_ntop... no
# checking for pselect... yes
# checking for memmove... yes
# checking for reallocarray... no
# checking for pselect prototype in sys/select.h... yes
# checking for ctime_r prototype in time.h... yes
# checking for struct timespec... yes
# checking for SSL... found in /usr
# checking if libssl needs libdl... no
# checking for HMAC_Update in -lcrypto... yes
# checking for openssl/ssl.h... yes
# checking for openssl/err.h... yes
# checking for openssl/rand.h... yes
# checking for HMAC_CTX_reset... no
# checking for HMAC_CTX_new... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating config.h
# clang -I. -g -O2 -flto -fPIE -c answer.c
# clang -I. -g -O2 -flto -fPIE -c axfr.c
# clang -I. -g -O2 -flto -fPIE -c buffer.c
# clang -I. -g -O2 -flto -fPIE -c configlexer.c
# clang -I. -g -O2 -flto -fPIE -c configparser.c
# clang -I. -g -O2 -flto -fPIE -c dname.c
# clang -I. -g -O2 -flto -fPIE -c dns.c
# clang -I. -g -O2 -flto -fPIE -c edns.c
# clang -I. -g -O2 -flto -fPIE -c iterated_hash.c
# clang -I. -g -O2 -flto -fPIE -c lookup3.c
# clang -I. -g -O2 -flto -fPIE -c namedb.c
# clang -I. -g -O2 -flto -fPIE -c nsec3.c
# clang -I. -g -O2 -flto -fPIE -c options.c
# clang -I. -g -O2 -flto -fPIE -c packet.c
# clang -I. -g -O2 -flto -fPIE -c query.c
# clang -I. -g -O2 -flto -fPIE -c rbtree.c
# clang -I. -g -O2 -flto -fPIE -c radtree.c
# clang -I. -g -O2 -flto -fPIE -c rdata.c
# clang -I. -g -O2 -flto -fPIE -c region-allocator.c
# clang -I. -g -O2 -flto -fPIE -c rrl.c
# clang -I. -g -O2 -flto -fPIE -c tsig.c
# clang -I. -g -O2 -flto -fPIE -c tsig-openssl.c
# clang -I. -g -O2 -flto -fPIE -c udb.c
# clang -I. -g -O2 -flto -fPIE -c udbradtree.c
# clang -I. -g -O2 -flto -fPIE -c udbzone.c
# clang -I. -g -O2 -flto -fPIE -c util.c
# clang -I. -g -O2 -flto -fPIE -c xfrd-disk.c
# clang -I. -g -O2 -flto -fPIE -c xfrd-notify.c
# clang -I. -g -O2 -flto -fPIE -c xfrd-tcp.c
# clang -I. -g -O2 -flto -fPIE -c xfrd.c
# clang -I. -g -O2 -flto -fPIE -c remote.c
# clang -I. -g -O2 -flto -fPIE -c difffile.c
# clang -I. -g -O2 -flto -fPIE -c ipc.c
# clang -I. -g -O2 -flto -fPIE -c mini_event.c
# clang -I. -g -O2 -flto -fPIE -c netio.c
# clang -I. -g -O2 -flto -fPIE -c nsd.c
# clang -I. -g -O2 -flto -fPIE -c server.c
# clang -I. -g -O2 -flto -fPIE -c dbaccess.c
# clang -I. -g -O2 -flto -fPIE -c dbcreate.c
# clang -I. -g -O2 -flto -fPIE -c zlexer.c
# clang -I. -g -O2 -flto -fPIE -c zonec.c
# clang -I. -g -O2 -flto -fPIE -c zparser.c
# clang -I. -g -O2 -flto -fPIE -c ./compat/strlcat.c
# clang -I. -g -O2 -flto -fPIE -c ./compat/strlcpy.c
# clang -I. -g -O2 -flto -fPIE -c ./compat/b64_pton.c
# clang -I. -g -O2 -flto -fPIE -c ./compat/b64_ntop.c
# clang -I. -g -O2 -flto -fPIE -c ./compat/reallocarray.c
# clang -g -O2 -flto -fPIE -pie -Wl,-z,relro,-z,now -o nsd answer.o axfr.o buffer.o configlexer.o configparser.o dname.o dns.o edns.o iterated_hash.o lookup3.o namedb.o nsec3.o options.o packet.o query.o rbtree.o radtree.o rdata.o region-allocator.o rrl.o tsig.o tsig-openssl.o udb.o udbradtree.o udbzone.o util.o xfrd-disk.o xfrd-notify.o xfrd-tcp.o xfrd.o remote.o difffile.o ipc.o mini_event.o netio.o nsd.o server.o dbaccess.o dbcreate.o zlexer.o zonec.o zparser.o strlcat.o strlcpy.o b64_pton.o b64_ntop.o reallocarray.o -lssl -lcrypto -levent
# clang -I. -g -O2 -flto -fPIE -c nsd-checkconf.c
# clang -g -O2 -flto -fPIE -pie -Wl,-z,relro,-z,now -o nsd-checkconf answer.o axfr.o buffer.o configlexer.o configparser.o dname.o dns.o edns.o iterated_hash.o lookup3.o namedb.o nsec3.o options.o packet.o query.o rbtree.o radtree.o rdata.o region-allocator.o rrl.o tsig.o tsig-openssl.o udb.o udbradtree.o udbzone.o util.o nsd-checkconf.o strlcat.o strlcpy.o b64_pton.o b64_ntop.o reallocarray.o -lcrypto -levent
# clang -I. -g -O2 -flto -fPIE -c nsd-checkzone.c
# clang -g -O2 -flto -fPIE -pie -Wl,-z,relro,-z,now -o nsd-checkzone answer.o axfr.o buffer.o configlexer.o configparser.o dname.o dns.o edns.o iterated_hash.o lookup3.o namedb.o nsec3.o options.o packet.o query.o rbtree.o radtree.o rdata.o region-allocator.o rrl.o tsig.o tsig-openssl.o udb.o udbradtree.o udbzone.o util.o xfrd-disk.o xfrd-notify.o xfrd-tcp.o xfrd.o remote.o dbaccess.o dbcreate.o difffile.o ipc.o mini_event.o netio.o server.o zonec.o zparser.o zlexer.o nsd-checkzone.o strlcat.o strlcpy.o b64_pton.o b64_ntop.o reallocarray.o -lssl -lcrypto -levent
# clang -I. -g -O2 -flto -fPIE -c nsd-control.c
# clang -g -O2 -flto -fPIE -pie -Wl,-z,relro,-z,now -o nsd-control answer.o axfr.o buffer.o configlexer.o configparser.o dname.o dns.o edns.o iterated_hash.o lookup3.o namedb.o nsec3.o options.o packet.o query.o rbtree.o radtree.o rdata.o region-allocator.o rrl.o tsig.o tsig-openssl.o udb.o udbradtree.o udbzone.o util.o nsd-control.o strlcat.o strlcpy.o b64_pton.o b64_ntop.o reallocarray.o -lssl -lcrypto -levent
# rm -f nsd.conf.sample
# sed -e 's,@prefix\@,/,g' -e 's,@exec_prefix\@,/,g' -e 's,@sbindir\@,/usr/bin,g' -e 's,@configdir\@,//etc/nsd,g' -e 's,@zonesdir\@,//etc/nsd,g' -e 's,@chrootdir\@,,g' -e 's,@pidfile\@,/run/nsd/nsd.pid,g' -e 's,@logfile\@,//var/log/nsd.log,g' -e 's,@dbfile\@,//var/db/nsd/nsd.db,g' -e 's,@xfrdir\@,/tmp,g' -e 's,@xfrdfile\@,//var/db/nsd/xfrd.state,g' -e 's,@zonelistfile\@,//var/db/nsd/zone.list,g' -e 's,@nsdconfigfile\@,//etc/nsd/nsd.conf,g' -e 's,@shell\@,/bin/sh,g' -e 's,@ratelimit_default\@,on,g' -e 's,@user\@,nsd,g' ./nsd.conf.sample.in | awk '/RRLconfig'xx'/ { while($0 !~ /.*RRLend.*/) { getline; } getline; } {print} ' > nsd.conf.sample
# rm -f nsd-control-setup.sh
# sed -e 's,@prefix\@,/,g' -e 's,@exec_prefix\@,/,g' -e 's,@sbindir\@,/usr/bin,g' -e 's,@configdir\@,//etc/nsd,g' -e 's,@zonesdir\@,//etc/nsd,g' -e 's,@chrootdir\@,,g' -e 's,@pidfile\@,/run/nsd/nsd.pid,g' -e 's,@logfile\@,//var/log/nsd.log,g' -e 's,@dbfile\@,//var/db/nsd/nsd.db,g' -e 's,@xfrdir\@,/tmp,g' -e 's,@xfrdfile\@,//var/db/nsd/xfrd.state,g' -e 's,@zonelistfile\@,//var/db/nsd/zone.list,g' -e 's,@nsdconfigfile\@,//etc/nsd/nsd.conf,g' -e 's,@shell\@,/bin/sh,g' -e 's,@ratelimit_default\@,on,g' -e 's,@user\@,nsd,g' ./nsd-control-setup.sh.in > nsd-control-setup.sh
# chmod +x nsd-control-setup.sh
# rm -f nsd.8
# sed -e 's,@prefix\@,/,g' -e 's,@exec_prefix\@,/,g' -e 's,@sbindir\@,/usr/bin,g' -e 's,@configdir\@,//etc/nsd,g' -e 's,@zonesdir\@,//etc/nsd,g' -e 's,@chrootdir\@,,g' -e 's,@pidfile\@,/run/nsd/nsd.pid,g' -e 's,@logfile\@,//var/log/nsd.log,g' -e 's,@dbfile\@,//var/db/nsd/nsd.db,g' -e 's,@xfrdir\@,/tmp,g' -e 's,@xfrdfile\@,//var/db/nsd/xfrd.state,g' -e 's,@zonelistfile\@,//var/db/nsd/zone.list,g' -e 's,@nsdconfigfile\@,//etc/nsd/nsd.conf,g' -e 's,@shell\@,/bin/sh,g' -e 's,@ratelimit_default\@,on,g' -e 's,@user\@,nsd,g' ./nsd.8.in > nsd.8
# rm -f nsd-checkconf.8
# sed -e 's,@prefix\@,/,g' -e 's,@exec_prefix\@,/,g' -e 's,@sbindir\@,/usr/bin,g' -e 's,@configdir\@,//etc/nsd,g' -e 's,@zonesdir\@,//etc/nsd,g' -e 's,@chrootdir\@,,g' -e 's,@pidfile\@,/run/nsd/nsd.pid,g' -e 's,@logfile\@,//var/log/nsd.log,g' -e 's,@dbfile\@,//var/db/nsd/nsd.db,g' -e 's,@xfrdir\@,/tmp,g' -e 's,@xfrdfile\@,//var/db/nsd/xfrd.state,g' -e 's,@zonelistfile\@,//var/db/nsd/zone.list,g' -e 's,@nsdconfigfile\@,//etc/nsd/nsd.conf,g' -e 's,@shell\@,/bin/sh,g' -e 's,@ratelimit_default\@,on,g' -e 's,@user\@,nsd,g' ./nsd-checkconf.8.in > nsd-checkconf.8
# rm -f nsd-checkzone.8
# sed -e 's,@prefix\@,/,g' -e 's,@exec_prefix\@,/,g' -e 's,@sbindir\@,/usr/bin,g' -e 's,@configdir\@,//etc/nsd,g' -e 's,@zonesdir\@,//etc/nsd,g' -e 's,@chrootdir\@,,g' -e 's,@pidfile\@,/run/nsd/nsd.pid,g' -e 's,@logfile\@,//var/log/nsd.log,g' -e 's,@dbfile\@,//var/db/nsd/nsd.db,g' -e 's,@xfrdir\@,/tmp,g' -e 's,@xfrdfile\@,//var/db/nsd/xfrd.state,g' -e 's,@zonelistfile\@,//var/db/nsd/zone.list,g' -e 's,@nsdconfigfile\@,//etc/nsd/nsd.conf,g' -e 's,@shell\@,/bin/sh,g' -e 's,@ratelimit_default\@,on,g' -e 's,@user\@,nsd,g' ./nsd-checkzone.8.in > nsd-checkzone.8
# rm -f nsd-control.8
# sed -e 's,@prefix\@,/,g' -e 's,@exec_prefix\@,/,g' -e 's,@sbindir\@,/usr/bin,g' -e 's,@configdir\@,//etc/nsd,g' -e 's,@zonesdir\@,//etc/nsd,g' -e 's,@chrootdir\@,,g' -e 's,@pidfile\@,/run/nsd/nsd.pid,g' -e 's,@logfile\@,//var/log/nsd.log,g' -e 's,@dbfile\@,//var/db/nsd/nsd.db,g' -e 's,@xfrdir\@,/tmp,g' -e 's,@xfrdfile\@,//var/db/nsd/xfrd.state,g' -e 's,@zonelistfile\@,//var/db/nsd/zone.list,g' -e 's,@nsdconfigfile\@,//etc/nsd/nsd.conf,g' -e 's,@shell\@,/bin/sh,g' -e 's,@ratelimit_default\@,on,g' -e 's,@user\@,nsd,g' ./nsd-control.8.in > nsd-control.8
# rm -f nsd.conf.5
# sed -e 's,@prefix\@,/,g' -e 's,@exec_prefix\@,/,g' -e 's,@sbindir\@,/usr/bin,g' -e 's,@configdir\@,//etc/nsd,g' -e 's,@zonesdir\@,//etc/nsd,g' -e 's,@chrootdir\@,,g' -e 's,@pidfile\@,/run/nsd/nsd.pid,g' -e 's,@logfile\@,//var/log/nsd.log,g' -e 's,@dbfile\@,//var/db/nsd/nsd.db,g' -e 's,@xfrdir\@,/tmp,g' -e 's,@xfrdfile\@,//var/db/nsd/xfrd.state,g' -e 's,@zonelistfile\@,//var/db/nsd/zone.list,g' -e 's,@nsdconfigfile\@,//etc/nsd/nsd.conf,g' -e 's,@shell\@,/bin/sh,g' -e 's,@ratelimit_default\@,on,g' -e 's,@user\@,nsd,g' ./nsd.conf.5.in | awk '/rrlstart'xx'/ { while($0 !~ /.*rrlend.*/) { getline; } getline; } {print} ' > nsd.conf.5
# ==> Entering fakeroot environment...
# ==> Starting package()...
# ./install-sh -c -d /tmp/nsd/pkg/nsd/usr/bin
# ./install-sh -c -d /tmp/nsd/pkg/nsd//etc/nsd
# ./install-sh -c -d /tmp/nsd/pkg/nsd/run/nsd
# ./install-sh -c -d /tmp/nsd/pkg/nsd/tmp
# ./install-sh -c -d /tmp/nsd/pkg/nsd//var/db/nsd
# ./install-sh -c -d /tmp/nsd/pkg/nsd/usr/share/man
# ./install-sh -c -d /tmp/nsd/pkg/nsd/usr/share/man/man8
# ./install-sh -c -d /tmp/nsd/pkg/nsd/usr/share/man/man5
# ./install-sh -c nsd /tmp/nsd/pkg/nsd/usr/bin/nsd
# ./install-sh -c nsd-control-setup.sh /tmp/nsd/pkg/nsd/usr/bin/nsd-control-setup
# ./install-sh -c nsd-checkconf /tmp/nsd/pkg/nsd/usr/bin/nsd-checkconf
# ./install-sh -c nsd-checkzone /tmp/nsd/pkg/nsd/usr/bin/nsd-checkzone
# ./install-sh -c nsd-control /tmp/nsd/pkg/nsd/usr/bin/nsd-control
# ./install-sh -c -m 644 nsd.8 /tmp/nsd/pkg/nsd/usr/share/man/man8
# ./install-sh -c -m 644 nsd-checkconf.8 /tmp/nsd/pkg/nsd/usr/share/man/man8/nsd-checkconf.8
# ./install-sh -c -m 644 nsd-checkzone.8 /tmp/nsd/pkg/nsd/usr/share/man/man8/nsd-checkzone.8
# ./install-sh -c -m 644 nsd-control.8 /tmp/nsd/pkg/nsd/usr/share/man/man8/nsd-control.8
# ./install-sh -c -m 644 nsd.conf.5 /tmp/nsd/pkg/nsd/usr/share/man/man5/nsd.conf.5
# ./install-sh -c -m 644 nsd.conf.sample /tmp/nsd/pkg/nsd//etc/nsd/nsd.conf.sample
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "nsd"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: nsd 4.1.10-1 (Thu Apr 13 16:54:42 UTC 2017)

CMD: pacman --query --file nsd-4.1.10-1-x86_64.pkg.tar.xz
# nsd 4.1.10-1

Creating hybrid package for 'nsd'

Trying to find vanilla package 'nsd'...

CMD: pacman --query --file /mirror/pdnsd-1.2.9.a-11.pkg.tar.xz
# pdnsd 1.2.9.a-11

CMD: pacman --query --file /mirror/nsd-4.1.10-1.pkg.tar.xz
# nsd 4.1.10-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.INSTALL
# /.MTREE
# /etc/nsd/nsd.conf.sample
# /usr/bin/nsd-checkzone
# /usr/bin/nsd-control
# /usr/bin/nsd-checkconf
# /usr/bin/nsd
# /usr/bin/nsd-control-setup
# /usr/share/doc/nsd/NSD-4-features
# /usr/share/doc/nsd/RELNOTES
# /usr/share/doc/nsd/UPGRADING
# /usr/share/doc/nsd/README.icc
# /usr/share/doc/nsd/NEW-CFG-OPTION
# /usr/share/doc/nsd/differences.tex
# /usr/share/doc/nsd/ChangeLog
# /usr/share/doc/nsd/TESTPLAN
# /usr/share/doc/nsd/NSD-DIFFFILE
# /usr/share/doc/nsd/NSD-DATABASE
# /usr/share/doc/nsd/coding-style
# /usr/share/doc/nsd/CREDITS
# /usr/share/doc/nsd/LICENSE
# /usr/share/doc/nsd/TODO
# /usr/share/doc/nsd/README
# /usr/share/doc/nsd/REQUIREMENTS
# /usr/share/doc/nsd/NSD-FOR-BIND-USERS
# /usr/share/doc/nsd/README.svn
# /usr/share/licenses/nsd/LICENSE
# /usr/share/man/man8/nsd-checkzone.8.gz
# /usr/share/man/man8/nsd-checkconf.8.gz
# /usr/share/man/man8/nsd.8.gz
# /usr/share/man/man8/nsd-control.8.gz
# /usr/share/man/man5/nsd.conf.5.gz
# /usr/lib/tmpfiles.d/nsd.conf
# /usr/lib/systemd/system/nsd.service
# /sysroot/usr/lib/tmpfiles.d/nsd.conf
# /sysroot/usr/lib/systemd/system/nsd.service

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO .INSTALL etc usr var sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO .INSTALL etc usr var sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO .INSTALL etc usr var sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf nsd.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/nsd.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/nsd.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/nsd.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/nsd/src/nsd-4.1.10/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 NSD configure 4.1.10, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/ --sbindir=/usr/bin --datarootdir=/usr/share --with-pidfile=/run/nsd/nsd.pid --enable-ratelimit --enable-relro-now --enable-pie
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = b3740d8d3524
# 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:2559: checking for x86_64-unknown-linux-gcc
# configure:2586: result: clang
# configure:2855: checking for C compiler version
# configure:2864: 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:2875: $? = 0
# configure:2864: 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
# ... rest of stderr output deleted ...
# configure:2875: $? = 0
# configure:2864: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2875: $? = 1
# configure:2864: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2875: $? = 1
# configure:2895: checking whether the C compiler works
# configure:2917: clang conftest.c >&5
# configure:2921: $? = 0
# configure:2969: result: yes
# configure:2972: checking for C compiler default output file name
# configure:2974: result: a.out
# configure:2980: checking for suffix of executables
# configure:2987: clang -o conftest conftest.c >&5
# configure:2991: $? = 0
# configure:3013: result:
# configure:3035: checking whether we are cross compiling
# configure:3043: clang -o conftest conftest.c >&5
# configure:3047: $? = 0
# configure:3054: ./conftest
# configure:3058: $? = 0
# configure:3073: result: no
# configure:3078: checking for suffix of object files
# configure:3100: clang -c conftest.c >&5
# configure:3104: $? = 0
# configure:3125: result: o
# configure:3129: checking whether we are using the GNU C compiler
# configure:3148: clang -c conftest.c >&5
# configure:3148: $? = 0
# configure:3157: result: yes
# configure:3166: checking whether clang accepts -g
# configure:3186: clang -c -g conftest.c >&5
# configure:3186: $? = 0
# configure:3227: result: yes
# configure:3244: checking for clang option to accept ISO C89
# configure:3307: clang -c conftest.c >&5
# configure:3307: $? = 0
# configure:3320: result: none needed
# configure:3346: checking how to run the C preprocessor
# configure:3377: clang -E conftest.c
# configure:3377: $? = 0
# configure:3391: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3391: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3416: result: clang -E
# configure:3436: clang -E conftest.c
# configure:3436: $? = 0
# configure:3450: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3450: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3479: checking for grep that handles long lines and -e
# configure:3537: result: /usr/bin/grep
# configure:3542: checking for egrep
# configure:3604: result: /usr/bin/grep -E
# configure:3609: checking for ANSI C header files
# configure:3629: clang -c conftest.c >&5
# configure:3629: $? = 0
# configure:3702: clang -o conftest conftest.c >&5
# configure:3702: $? = 0
# configure:3702: ./conftest
# configure:3702: $? = 0
# configure:3713: result: yes
# configure:3726: checking for sys/types.h
# configure:3726: clang -c conftest.c >&5
# configure:3726: $? = 0
# configure:3726: result: yes
# configure:3726: checking for sys/stat.h
# configure:3726: clang -c conftest.c >&5
# configure:3726: $? = 0
# configure:3726: result: yes
# configure:3726: checking for stdlib.h
# configure:3726: clang -c conftest.c >&5
# configure:3726: $? = 0
# configure:3726: result: yes
# configure:3726: checking for string.h
# configure:3726: clang -c conftest.c >&5
# configure:3726: $? = 0
# configure:3726: result: yes
# configure:3726: checking for memory.h
# configure:3726: clang -c conftest.c >&5
# configure:3726: $? = 0
# configure:3726: result: yes
# configure:3726: checking for strings.h
# configure:3726: clang -c conftest.c >&5
# configure:3726: $? = 0
# configure:3726: result: yes
# configure:3726: checking for inttypes.h
# configure:3726: clang -c conftest.c >&5
# configure:3726: $? = 0
# configure:3726: result: yes
# configure:3726: checking for stdint.h
# configure:3726: clang -c conftest.c >&5
# configure:3726: $? = 0
# configure:3726: result: yes
# configure:3726: checking for unistd.h
# configure:3726: clang -c conftest.c >&5
# configure:3726: $? = 0
# configure:3726: result: yes
# configure:3739: checking minix/config.h usability
# configure:3739: clang -c conftest.c >&5
# conftest.c:52:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:3739: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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:3739: result: no
# configure:3739: checking minix/config.h presence
# configure:3739: clang -E conftest.c
# conftest.c:19:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:3739: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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:3739: result: no
# configure:3739: checking for minix/config.h
# configure:3739: result: no
# configure:3760: checking whether it is safe to define __EXTENSIONS__
# configure:3778: clang -c conftest.c >&5
# configure:3778: $? = 0
# configure:3785: result: yes
# configure:4037: checking for gawk
# configure:4053: found /usr/bin/gawk
# configure:4064: result: gawk
# configure:4083: checking for x86_64-unknown-linux-gcc
# configure:4110: result: clang
# configure:4379: checking for C compiler version
# configure:4388: 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:4399: $? = 0
# configure:4388: 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
# ... rest of stderr output deleted ...
# configure:4399: $? = 0
# configure:4388: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4399: $? = 1
# configure:4388: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4399: $? = 1
# configure:4403: checking whether we are using the GNU C compiler
# configure:4431: result: yes
# configure:4440: checking whether clang accepts -g
# configure:4501: result: yes
# configure:4518: checking for clang option to accept ISO C89
# configure:4594: result: none needed
# configure:4614: checking whether ln -s works
# configure:4618: result: yes
# configure:4668: checking for a BSD-compatible install
# configure:4736: result: /usr/bin/install -c
# configure:4751: checking for flex
# configure:4767: found /usr/bin/flex
# configure:4778: result: flex
# configure:4816: flex conftest.l
# configure:4820: $? = 1
# configure:4822: checking lex output file root
# configure:4836: result: lex.yy
# configure:4841: checking lex library
# configure:4855: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4855: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | /* end confdefs.h. */
# |
# configure:4855: clang -o conftest conftest.c -lfl >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libfl.so: undefined reference to `yylex'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4855: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | /* end confdefs.h. */
# |
# configure:4855: clang -o conftest conftest.c -ll >&5
# /usr/bin/ld: cannot find -ll
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4855: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | /* end confdefs.h. */
# |
# configure:4865: result: none needed
# configure:4871: checking whether yytext is a pointer
# configure:4888: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4888: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | /* end confdefs.h. */
# |
# | #define YYTEXT_POINTER 1
# |
# configure:4896: result: no
# configure:4910: checking for bison
# configure:4926: found /usr/bin/bison
# configure:4937: result: bison -y
# configure:4953: checking if lex defines yy_current_buffer
# configure:4968: result: no
# configure:4984: checking whether clang supports -g
# configure:5002: result: yes
# configure:5016: checking whether clang supports -O2
# configure:5034: result: yes
# configure:5053: checking if clang supports -flto
# configure:5068: clang -o conftest -g -O2 -flto conftest.c >&5
# configure:5068: $? = 0
# configure:5075: result: yes
# configure:5097: checking if clang supports PIE
# configure:5114: clang -o conftest -g -O2 -flto -fPIE -pie conftest.c >&5
# configure:5114: $? = 0
# configure:5121: result: yes
# configure:5143: checking if clang supports -Wl,-z,relro,-z,now
# configure:5158: clang -o conftest -g -O2 -flto -fPIE -pie -Wl,-z,relro,-z,now conftest.c >&5
# configure:5158: $? = 0
# configure:5165: result: yes
# configure:5180: checking for an ANSI C-conforming const
# configure:5246: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:5246: $? = 0
# configure:5253: result: yes
# configure:5261: checking for inline
# configure:5277: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:5277: $? = 0
# configure:5285: result: inline
# configure:5303: checking for uid_t in sys/types.h
# configure:5322: result: yes
# configure:5333: checking for pid_t
# configure:5333: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:5333: $? = 0
# configure:5333: clang -c -g -O2 -flto -fPIE conftest.c >&5
# conftest.c:70:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:5333: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | /* 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:5333: result: yes
# configure:5344: checking for size_t
# configure:5344: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:5344: $? = 0
# configure:5344: clang -c -g -O2 -flto -fPIE conftest.c >&5
# conftest.c:70:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:5344: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | /* 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:5344: result: yes
# configure:5355: checking for off_t
# configure:5355: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:5355: $? = 0
# configure:5355: clang -c -g -O2 -flto -fPIE conftest.c >&5
# conftest.c:70:20: error: expected expression
# if (sizeof ((off_t)))
# ^
# 1 error generated.
# configure:5355: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | /* 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 ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5355: result: yes
# configure:5368: checking whether the C compiler (clang) accepts the "format" attribute
# configure:5390: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:5390: $? = 0
# configure:5400: result: yes
# configure:5409: checking whether the C compiler (clang) accepts the "unused" attribute
# configure:5430: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:5430: $? = 0
# configure:5440: result: yes
# configure:5448: checking if memcmp compares unsigned
# configure:5479: clang -o conftest -g -O2 -flto -fPIE -pie -Wl,-z,relro,-z,now conftest.c >&5
# configure:5479: $? = 0
# configure:5479: ./conftest
# configure:5479: $? = 0
# configure:5480: result: yes
# configure:5501: checking whether ctime_r works with two arguments
# configure:5521: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:5521: $? = 0
# configure:5531: result: yes
# configure:5554: checking for libevent
# configure:5584: result: found in /usr
# configure:5609: checking for library containing clock_gettime
# configure:5640: clang -o conftest -g -O2 -flto -fPIE -pie -Wl,-z,relro,-z,now conftest.c >&5
# configure:5640: $? = 0
# configure:5657: result: none required
# configure:5669: checking for event.h
# configure:5669: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:5669: $? = 0
# configure:5669: result: yes
# configure:5680: checking whether EV_VERSION_MAJOR is declared
# configure:5680: clang -c -g -O2 -flto -fPIE conftest.c >&5
# conftest.c:80:10: error: use of undeclared identifier 'EV_VERSION_MAJOR'
# (void) EV_VERSION_MAJOR;
# ^
# 1 error generated.
# configure:5680: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_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
# |
# |
# | int
# | main ()
# | {
# | #ifndef EV_VERSION_MAJOR
# | #ifdef __cplusplus
# | (void) EV_VERSION_MAJOR;
# | #else
# | (void) EV_VERSION_MAJOR;
# | #endif
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:5680: result: no
# configure:5745: checking for library containing event_set
# configure:5776: clang -o conftest -g -O2 -flto -fPIE -pie -Wl,-z,relro,-z,now conftest.c >&5
# /tmp/lto-llvm-692d06.o: In function `main':
# /tmp/nsd/src/nsd-4.1.10/conftest.c:48: undefined reference to `event_set'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5776: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char event_set ();
# | int
# | main ()
# | {
# | return event_set ();
# | ;
# | return 0;
# | }
# configure:5776: clang -o conftest -g -O2 -flto -fPIE -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:5776: $? = 0
# configure:5793: result: -levent
# configure:5806: checking for event_base_free
# configure:5806: clang -o conftest -g -O2 -flto -fPIE -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:5806: $? = 0
# configure:5806: result: yes
# configure:5817: checking for event_base_once
# configure:5817: clang -o conftest -g -O2 -flto -fPIE -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:5817: $? = 0
# configure:5817: result: yes
# configure:5828: checking for event_base_new
# configure:5828: clang -o conftest -g -O2 -flto -fPIE -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:5828: $? = 0
# configure:5828: result: yes
# configure:5839: checking for event_base_get_method
# configure:5839: clang -o conftest -g -O2 -flto -fPIE -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:5839: $? = 0
# configure:5839: result: yes
# configure:5850: checking for ev_loop
# configure:5850: clang -o conftest -g -O2 -flto -fPIE -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# /tmp/lto-llvm-23d58a.o: In function `main':
# /tmp/nsd/src/nsd-4.1.10/conftest.c:75: undefined reference to `ev_loop'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5850: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | /* end confdefs.h. */
# | /* Define ev_loop to an innocuous variant, in case declares ev_loop.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define ev_loop innocuous_ev_loop
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char ev_loop (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef ev_loop
# |
# | /* 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 ev_loop ();
# | /* 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_ev_loop || defined __stub___ev_loop
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return ev_loop ();
# | ;
# | return 0;
# | }
# configure:5850: result: no
# configure:5861: checking for ev_default_loop
# configure:5861: clang -o conftest -g -O2 -flto -fPIE -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# /tmp/lto-llvm-a438a0.o: In function `main':
# /tmp/nsd/src/nsd-4.1.10/conftest.c:75: undefined reference to `ev_default_loop'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5861: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | /* end confdefs.h. */
# | /* Define ev_default_loop to an innocuous variant, in case declares ev_default_loop.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define ev_default_loop innocuous_ev_default_loop
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char ev_default_loop (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef ev_default_loop
# |
# | /* 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 ev_default_loop ();
# | /* 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_ev_default_loop || defined __stub___ev_default_loop
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return ev_default_loop ();
# | ;
# | return 0;
# | }
# configure:5861: result: no
# configure:5877: checking for ANSI C header files
# configure:5981: result: yes
# configure:5989: checking for sys/wait.h that is POSIX.1 compatible
# configure:6015: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:6015: $? = 0
# configure:6022: result: yes
# configure:6033: checking time.h usability
# configure:6033: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking time.h presence
# configure:6033: clang -E conftest.c
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking for time.h
# configure:6033: result: yes
# configure:6033: checking arpa/inet.h usability
# configure:6033: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking arpa/inet.h presence
# configure:6033: clang -E conftest.c
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking for arpa/inet.h
# configure:6033: result: yes
# configure:6033: checking signal.h usability
# configure:6033: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking signal.h presence
# configure:6033: clang -E conftest.c
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking for signal.h
# configure:6033: result: yes
# configure:6033: checking for string.h
# configure:6033: result: yes
# configure:6033: checking for strings.h
# configure:6033: result: yes
# configure:6033: checking fcntl.h usability
# configure:6033: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking fcntl.h presence
# configure:6033: clang -E conftest.c
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking for fcntl.h
# configure:6033: result: yes
# configure:6033: checking limits.h usability
# configure:6033: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking limits.h presence
# configure:6033: clang -E conftest.c
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking for limits.h
# configure:6033: result: yes
# configure:6033: checking netinet/in.h usability
# configure:6033: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking netinet/in.h presence
# configure:6033: clang -E conftest.c
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking for netinet/in.h
# configure:6033: result: yes
# configure:6033: checking netinet/tcp.h usability
# configure:6033: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking netinet/tcp.h presence
# configure:6033: clang -E conftest.c
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking for netinet/tcp.h
# configure:6033: result: yes
# configure:6033: checking stddef.h usability
# configure:6033: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking stddef.h presence
# configure:6033: clang -E conftest.c
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking for stddef.h
# configure:6033: result: yes
# configure:6033: checking sys/param.h usability
# configure:6033: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking sys/param.h presence
# configure:6033: clang -E conftest.c
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking for sys/param.h
# configure:6033: result: yes
# configure:6033: checking sys/socket.h usability
# configure:6033: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking sys/socket.h presence
# configure:6033: clang -E conftest.c
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking for sys/socket.h
# configure:6033: result: yes
# configure:6033: checking syslog.h usability
# configure:6033: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking syslog.h presence
# configure:6033: clang -E conftest.c
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking for syslog.h
# configure:6033: result: yes
# configure:6033: checking for unistd.h
# configure:6033: result: yes
# configure:6033: checking sys/select.h usability
# configure:6033: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking sys/select.h presence
# configure:6033: clang -E conftest.c
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking for sys/select.h
# configure:6033: result: yes
# configure:6033: checking stdarg.h usability
# configure:6033: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking stdarg.h presence
# configure:6033: clang -E conftest.c
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking for stdarg.h
# configure:6033: result: yes
# configure:6033: checking for stdint.h
# configure:6033: result: yes
# configure:6033: checking netdb.h usability
# configure:6033: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking netdb.h presence
# configure:6033: clang -E conftest.c
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking for netdb.h
# configure:6033: result: yes
# configure:6033: checking sys/bitypes.h usability
# configure:6033: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking sys/bitypes.h presence
# configure:6033: clang -E conftest.c
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking for sys/bitypes.h
# configure:6033: result: yes
# configure:6033: checking tcpd.h usability
# configure:6033: clang -c -g -O2 -flto -fPIE conftest.c >&5
# conftest.c:95:10: fatal error: 'tcpd.h' file not found
# #include
# ^
# 1 error generated.
# configure:6033: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_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:6033: result: no
# configure:6033: checking tcpd.h presence
# configure:6033: clang -E conftest.c
# conftest.c:62:10: fatal error: 'tcpd.h' file not found
# #include
# ^
# 1 error generated.
# configure:6033: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_H 1
# | /* end confdefs.h. */
# | #include
# configure:6033: result: no
# configure:6033: checking for tcpd.h
# configure:6033: result: no
# configure:6033: checking glob.h usability
# configure:6033: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking glob.h presence
# configure:6033: clang -E conftest.c
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking for glob.h
# configure:6033: result: yes
# configure:6033: checking grp.h usability
# configure:6033: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking grp.h presence
# configure:6033: clang -E conftest.c
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking for grp.h
# configure:6033: result: yes
# configure:6033: checking endian.h usability
# configure:6033: clang -c -g -O2 -flto -fPIE conftest.c >&5
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking endian.h presence
# configure:6033: clang -E conftest.c
# configure:6033: $? = 0
# configure:6033: result: yes
# configure:6033: checking for endian.h
# configure:6033: result: yes
# configure:6048: checking for double definition of struct va_list
# configure:6078: result: no
# configure:6087: checking whether strptime needs defines
# configure:6107: result: yes
# configure:6120: checking for library containing inet_pton
# configure:6151: clang -o conftest -g -O2 -flto -fPIE -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:6151: $? = 0
# configure:6168: result: none required
# configure:6176: checking for library containing socket
# configure:6207: clang -o conftest -g -O2 -flto -fPIE -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:6207: $? = 0
# configure:6224: result: none required
# configure:6234: checking whether strptime works
# configure:6253: clang -o conftest -g -O2 -flto -fPIE -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:6253: $? = 0
# configure:6253: ./conftest
# configure:6253: $? = 0
# configure:6265: result: yes
# configure:6283: checking if nonblocking sockets work
# configure:6424: clang -o conftest -g -O2 -flto -fPIE -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:6424: $? = 0
# configure:6424: ./conftest
# configure:6424: $? = 0
# configure:6426: result: yes
# configure:6445: checking whether mkdir has one arg
# configure:6469: clang -c -g -O2 -flto -fPIE conftest.c >&5
# conftest.c:81:25: error: too few arguments to function call, expected 2, have 1
# (void)mkdir("directory");
# ~~~~~ ^
# /usr/include/sys/stat.h:320:1: note: 'mkdir' declared here
# extern int mkdir (const char *__path, __mode_t __mode)
# ^
# 1 error generated.
# configure:6469: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_ENDIAN_H 1
# | #define STRPTIME_NEEDS_DEFINES 1
# | #define STRPTIME_WORKS 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #ifdef HAVE_WINSOCK2_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# |
# | (void)mkdir("directory");
# |
# | ;
# | return 0;
# | }
# configure:6477: result: no
# configure:6500: checking for int8_t
# configure:6545: result: yes
# configure:6553: checking for int16_t
# configure:6598: result: yes
# configure:6606: checking for int32_t
# configure:6651: result: yes
# configure:6659: checking for int64_t
# configure:6704: result: yes
# configure:6712: checking for uint8_t
# configure:6757: result: yes
# configure:6765: checking for uint16_t
# configure:6810: result: yes
# configure:6818: checking for uint32_t
# configure:6863: result: yes
# configure:6871: checking for uint64_t
# configure:6916: result: yes
# configure:6924: checking for socklen_t
# configure:6969: result: yes
# configure:6977: checking for sig_atomic_t
# configure:7022: result: yes
# configure:7030: checking for ssize_t
# configure:7075: result: yes
# configure:7083: checking for suseconds_t
# configure:7128: result: yes
# configure:7137: checking for in_addr_t
# configure:7137: clang -c -g -O2 -flto -fPIE -I. conftest.c >&5
# configure:7137: $? = 0
# configure:7137: clang -c -g -O2 -flto -fPIE -I. conftest.c >&5
# conftest.c:78:24: error: expected expression
# if (sizeof ((in_addr_t)))
# ^
# 1 error generated.
# configure:7137: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_ENDIAN_H 1
# | #define STRPTIME_NEEDS_DEFINES 1
# | #define STRPTIME_WORKS 1
# | /* end confdefs.h. */
# |
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_NETINET_IN_H
# | # include
# | #endif
# |
# | int
# | main ()
# | {
# | if (sizeof ((in_addr_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:7137: result: yes
# configure:7153: checking for struct sockaddr_storage.ss_family
# configure:7153: clang -c -g -O2 -flto -fPIE -I. conftest.c >&5
# configure:7153: $? = 0
# configure:7153: result: yes
# configure:7198: checking for struct stat.st_mtimensec
# configure:7198: clang -c -g -O2 -flto -fPIE -I. conftest.c >&5
# conftest.c:104:13: error: no member named 'st_mtimensec' in 'struct stat'
# if (ac_aggr.st_mtimensec)
# ~~~~~~~ ^
# 1 error generated.
# configure:7198: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_ENDIAN_H 1
# | #define STRPTIME_NEEDS_DEFINES 1
# | #define STRPTIME_WORKS 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 ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_mtimensec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:7198: clang -c -g -O2 -flto -fPIE -I. conftest.c >&5
# conftest.c:104:20: error: no member named 'st_mtimensec' in 'struct stat'
# if (sizeof ac_aggr.st_mtimensec)
# ~~~~~~~ ^
# 1 error generated.
# configure:7198: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_ENDIAN_H 1
# | #define STRPTIME_NEEDS_DEFINES 1
# | #define STRPTIME_WORKS 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 ()
# | {
# | static struct stat ac_aggr;
# | if (sizeof ac_aggr.st_mtimensec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:7198: result: no
# configure:7207: checking for struct stat.st_mtim.tv_nsec
# configure:7207: clang -c -g -O2 -flto -fPIE -I. conftest.c >&5
# configure:7207: $? = 0
# configure:7207: result: yes
# configure:7221: checking for unistd.h
# configure:7221: result: yes
# configure:7231: checking for working chown
# configure:7264: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7264: $? = 0
# configure:7264: ./conftest
# configure:7264: $? = 0
# configure:7276: result: yes
# configure:7286: checking vfork.h usability
# configure:7286: clang -c -g -O2 -flto -fPIE -I. conftest.c >&5
# conftest.c:103:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:7286: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_ENDIAN_H 1
# | #define STRPTIME_NEEDS_DEFINES 1
# | #define STRPTIME_WORKS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 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:7286: result: no
# configure:7286: checking vfork.h presence
# configure:7286: clang -E -I. conftest.c
# conftest.c:70:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:7286: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_ENDIAN_H 1
# | #define STRPTIME_NEEDS_DEFINES 1
# | #define STRPTIME_WORKS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 1
# | /* end confdefs.h. */
# | #include
# configure:7286: result: no
# configure:7286: checking for vfork.h
# configure:7286: result: no
# configure:7299: checking for fork
# configure:7299: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7299: $? = 0
# configure:7299: result: yes
# configure:7299: checking for vfork
# configure:7299: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# conftest.c:94:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
# char vfork ();
# ^
# conftest.c:94:6: note: 'vfork' is a builtin with type 'int (void)'
# 1 warning generated.
# configure:7299: $? = 0
# configure:7299: result: yes
# configure:7309: checking for working fork
# configure:7331: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7331: $? = 0
# configure:7331: ./conftest
# configure:7331: $? = 0
# configure:7341: result: yes
# configure:7362: checking for working vfork
# configure:7472: result: yes
# configure:7499: checking for stdlib.h
# configure:7499: result: yes
# configure:7509: checking for GNU libc compatible malloc
# configure:7533: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7533: $? = 0
# configure:7533: ./conftest
# configure:7533: $? = 0
# configure:7543: result: yes
# configure:7564: checking return type of signal handlers
# configure:7582: clang -c -g -O2 -flto -fPIE -I. conftest.c >&5
# conftest.c:82:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:7582: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_ENDIAN_H 1
# | #define STRPTIME_NEEDS_DEFINES 1
# | #define STRPTIME_WORKS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:7589: result: void
# configure:7597: checking for _LARGEFILE_SOURCE value needed for large files
# configure:7616: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7616: $? = 0
# configure:7644: result: no
# configure:7672: checking for special C compiler options needed for large files
# configure:7717: result: no
# configure:7723: checking for _FILE_OFFSET_BITS value needed for large files
# configure:7748: clang -c -g -O2 -flto -fPIE -I. conftest.c >&5
# configure:7748: $? = 0
# configure:7780: result: no
# configure:7869: checking size of void*
# configure:7874: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7874: $? = 0
# configure:7874: ./conftest
# configure:7874: $? = 0
# configure:7888: result: 8
# configure:7902: checking size of off_t
# configure:7907: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7907: $? = 0
# configure:7907: ./conftest
# configure:7907: $? = 0
# configure:7921: result: 8
# configure:7934: checking for arc4random
# configure:7934: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# /tmp/lto-llvm-6fa856.o: In function `main':
# /tmp/nsd/src/nsd-4.1.10/conftest.c:114: undefined reference to `arc4random'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7934: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_ENDIAN_H 1
# | #define STRPTIME_NEEDS_DEFINES 1
# | #define STRPTIME_WORKS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define RETSIGTYPE void
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_OFF_T 8
# | /* end confdefs.h. */
# | /* Define arc4random to an innocuous variant, in case declares arc4random.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define arc4random innocuous_arc4random
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char arc4random (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef arc4random
# |
# | /* 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 arc4random ();
# | /* 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_arc4random || defined __stub___arc4random
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return arc4random ();
# | ;
# | return 0;
# | }
# configure:7934: result: no
# configure:7934: checking for arc4random_uniform
# configure:7934: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# /tmp/lto-llvm-914153.o: In function `main':
# /tmp/nsd/src/nsd-4.1.10/conftest.c:114: undefined reference to `arc4random_uniform'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7934: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_ENDIAN_H 1
# | #define STRPTIME_NEEDS_DEFINES 1
# | #define STRPTIME_WORKS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define RETSIGTYPE void
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_OFF_T 8
# | /* end confdefs.h. */
# | /* Define arc4random_uniform to an innocuous variant, in case declares arc4random_uniform.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define arc4random_uniform innocuous_arc4random_uniform
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char arc4random_uniform (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef arc4random_uniform
# |
# | /* 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 arc4random_uniform ();
# | /* 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_arc4random_uniform || defined __stub___arc4random_uniform
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return arc4random_uniform ();
# | ;
# | return 0;
# | }
# configure:7934: result: no
# configure:7946: checking for tzset
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for alarm
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for chroot
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for dup2
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for endpwent
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for gethostname
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for memset
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# conftest.c:109:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:109:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for memcpy
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# conftest.c:110:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration]
# char memcpy ();
# ^
# conftest.c:110:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for pwrite
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for socket
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for strcasecmp
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# conftest.c:113:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:113:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for strchr
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# conftest.c:114:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:114:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for strdup
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# conftest.c:115:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:115:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for strerror
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# conftest.c:116:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:116:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for strncasecmp
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# conftest.c:117:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
# char strncasecmp ();
# ^
# conftest.c:117:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
# 1 warning generated.
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for strtol
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for writev
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for getaddrinfo
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for getnameinfo
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for freeaddrinfo
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for gai_strerror
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for sigaction
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for sigprocmask
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for strptime
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for strftime
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for localtime_r
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for setusercontext
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# /tmp/lto-llvm-046946.o: In function `main':
# /tmp/nsd/src/nsd-4.1.10/conftest.c:140: undefined reference to `setusercontext'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7946: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_ENDIAN_H 1
# | #define STRPTIME_NEEDS_DEFINES 1
# | #define STRPTIME_WORKS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define RETSIGTYPE void
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_OFF_T 8
# | #define HAVE_TZSET 1
# | #define HAVE_ALARM 1
# | #define HAVE_CHROOT 1
# | #define HAVE_DUP2 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_LOCALTIME_R 1
# | /* end confdefs.h. */
# | /* Define setusercontext to an innocuous variant, in case declares setusercontext.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define setusercontext innocuous_setusercontext
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char setusercontext (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef setusercontext
# |
# | /* 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 setusercontext ();
# | /* 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_setusercontext || defined __stub___setusercontext
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return setusercontext ();
# | ;
# | return 0;
# | }
# configure:7946: result: no
# configure:7946: checking for glob
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for initgroups
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for setresuid
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for setreuid
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for setresgid
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for setregid
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for getpwnam
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for mmap
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for ppoll
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:7946: checking for clock_gettime
# configure:7946: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:7946: $? = 0
# configure:7946: result: yes
# configure:8051: checking for basename
# configure:8051: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:8051: $? = 0
# configure:8051: result: yes
# configure:8065: checking for inet_aton
# configure:8065: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:8065: $? = 0
# configure:8065: result: yes
# configure:8079: checking for inet_pton
# configure:8079: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:8079: $? = 0
# configure:8079: result: yes
# configure:8093: checking for inet_ntop
# configure:8093: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:8093: $? = 0
# configure:8093: result: yes
# configure:8107: checking for snprintf
# configure:8107: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# conftest.c:143:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:143:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:8107: $? = 0
# configure:8107: result: yes
# configure:8121: checking for strlcat
# configure:8121: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# conftest.c:144:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
# char strlcat ();
# ^
# conftest.c:144:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/lto-llvm-d30240.o: In function `main':
# /tmp/nsd/src/nsd-4.1.10/conftest.c:155: undefined reference to `strlcat'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:8121: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_ENDIAN_H 1
# | #define STRPTIME_NEEDS_DEFINES 1
# | #define STRPTIME_WORKS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define RETSIGTYPE void
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_OFF_T 8
# | #define HAVE_TZSET 1
# | #define HAVE_ALARM 1
# | #define HAVE_CHROOT 1
# | #define HAVE_DUP2 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_GLOB 1
# | #define HAVE_INITGROUPS 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_MMAP 1
# | #define HAVE_PPOLL 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_BASENAME 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_SNPRINTF 1
# | /* end confdefs.h. */
# | /* Define strlcat to an innocuous variant, in case declares strlcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcat innocuous_strlcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcat
# |
# | /* 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 strlcat ();
# | /* 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_strlcat || defined __stub___strlcat
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcat ();
# | ;
# | return 0;
# | }
# configure:8121: result: no
# configure:8135: checking for strlcpy
# configure:8135: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# conftest.c:144:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
# char strlcpy ();
# ^
# conftest.c:144:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/lto-llvm-055e21.o: In function `main':
# /tmp/nsd/src/nsd-4.1.10/conftest.c:155: undefined reference to `strlcpy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:8135: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_ENDIAN_H 1
# | #define STRPTIME_NEEDS_DEFINES 1
# | #define STRPTIME_WORKS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define RETSIGTYPE void
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_OFF_T 8
# | #define HAVE_TZSET 1
# | #define HAVE_ALARM 1
# | #define HAVE_CHROOT 1
# | #define HAVE_DUP2 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_GLOB 1
# | #define HAVE_INITGROUPS 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_MMAP 1
# | #define HAVE_PPOLL 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_BASENAME 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_SNPRINTF 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:8135: result: no
# configure:8149: checking for strptime
# configure:8149: result: yes
# configure:8163: checking for b64_pton
# configure:8163: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# /tmp/lto-llvm-b46524.o: In function `main':
# /tmp/nsd/src/nsd-4.1.10/conftest.c:156: undefined reference to `b64_pton'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:8163: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_ENDIAN_H 1
# | #define STRPTIME_NEEDS_DEFINES 1
# | #define STRPTIME_WORKS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define RETSIGTYPE void
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_OFF_T 8
# | #define HAVE_TZSET 1
# | #define HAVE_ALARM 1
# | #define HAVE_CHROOT 1
# | #define HAVE_DUP2 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_GLOB 1
# | #define HAVE_INITGROUPS 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_MMAP 1
# | #define HAVE_PPOLL 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_BASENAME 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRPTIME 1
# | /* end confdefs.h. */
# | /* Define b64_pton to an innocuous variant, in case declares b64_pton.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define b64_pton innocuous_b64_pton
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char b64_pton (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef b64_pton
# |
# | /* 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 b64_pton ();
# | /* 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_b64_pton || defined __stub___b64_pton
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return b64_pton ();
# | ;
# | return 0;
# | }
# configure:8163: result: no
# configure:8177: checking for b64_ntop
# configure:8177: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# /tmp/lto-llvm-bf2237.o: In function `main':
# /tmp/nsd/src/nsd-4.1.10/conftest.c:156: undefined reference to `b64_ntop'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:8177: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_ENDIAN_H 1
# | #define STRPTIME_NEEDS_DEFINES 1
# | #define STRPTIME_WORKS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define RETSIGTYPE void
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_OFF_T 8
# | #define HAVE_TZSET 1
# | #define HAVE_ALARM 1
# | #define HAVE_CHROOT 1
# | #define HAVE_DUP2 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_GLOB 1
# | #define HAVE_INITGROUPS 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_MMAP 1
# | #define HAVE_PPOLL 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_BASENAME 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRPTIME 1
# | /* end confdefs.h. */
# | /* Define b64_ntop to an innocuous variant, in case declares b64_ntop.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define b64_ntop innocuous_b64_ntop
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char b64_ntop (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef b64_ntop
# |
# | /* 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 b64_ntop ();
# | /* 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_b64_ntop || defined __stub___b64_ntop
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return b64_ntop ();
# | ;
# | return 0;
# | }
# configure:8177: result: no
# configure:8191: checking for pselect
# configure:8191: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# configure:8191: $? = 0
# configure:8191: result: yes
# configure:8205: checking for memmove
# configure:8205: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# conftest.c:146:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:146:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:8205: $? = 0
# configure:8205: result: yes
# configure:8219: checking for reallocarray
# configure:8219: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -levent >&5
# /tmp/lto-llvm-d32e0c.o: In function `main':
# /tmp/nsd/src/nsd-4.1.10/conftest.c:158: undefined reference to `reallocarray'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:8219: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_ENDIAN_H 1
# | #define STRPTIME_NEEDS_DEFINES 1
# | #define STRPTIME_WORKS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define RETSIGTYPE void
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_OFF_T 8
# | #define HAVE_TZSET 1
# | #define HAVE_ALARM 1
# | #define HAVE_CHROOT 1
# | #define HAVE_DUP2 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_GLOB 1
# | #define HAVE_INITGROUPS 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_MMAP 1
# | #define HAVE_PPOLL 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_BASENAME 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_PSELECT 1
# | #define HAVE_MEMMOVE 1
# | /* end confdefs.h. */
# | /* Define reallocarray to an innocuous variant, in case declares reallocarray.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define reallocarray innocuous_reallocarray
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char reallocarray (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef reallocarray
# |
# | /* 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 reallocarray ();
# | /* 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_reallocarray || defined __stub___reallocarray
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return reallocarray ();
# | ;
# | return 0;
# | }
# configure:8219: result: no
# configure:8234: checking for pselect prototype in sys/select.h
# configure:8245: result: yes
# configure:8254: checking for ctime_r prototype in time.h
# configure:8265: result: yes
# configure:8274: checking for struct timespec
# configure:8274: clang -c -g -O2 -flto -fPIE -I. conftest.c >&5
# configure:8274: $? = 0
# configure:8274: clang -c -g -O2 -flto -fPIE -I. conftest.c >&5
# conftest.c:171:30: error: expected expression
# if (sizeof ((struct timespec)))
# ^
# 1 error generated.
# configure:8274: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_ENDIAN_H 1
# | #define STRPTIME_NEEDS_DEFINES 1
# | #define STRPTIME_WORKS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define RETSIGTYPE void
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_OFF_T 8
# | #define HAVE_TZSET 1
# | #define HAVE_ALARM 1
# | #define HAVE_CHROOT 1
# | #define HAVE_DUP2 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_GLOB 1
# | #define HAVE_INITGROUPS 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_MMAP 1
# | #define HAVE_PPOLL 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_BASENAME 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_PSELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PSELECT_PROTO 1
# | #define HAVE_CTIME_R_PROTO 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
# | #ifdef HAVE_SIGNAL_H
# | #include
# | #endif
# | #ifdef HAVE_TIME_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct timespec)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:8274: result: yes
# configure:8641: checking for SSL
# configure:8664: result: found in /usr
# configure:8682: checking if libssl needs libdl
# configure:8702: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -lssl -levent >&5
# configure:8702: $? = 0
# configure:8704: result: no
# configure:8791: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -lcrypto -levent >&5
# configure:8791: $? = 0
# configure:8838: checking for HMAC_Update in -lcrypto
# configure:8863: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -lcrypto -levent >&5
# configure:8863: $? = 0
# configure:8872: result: yes
# configure:8892: checking for openssl/ssl.h
# configure:8892: clang -c -g -O2 -flto -fPIE -I. conftest.c >&5
# configure:8892: $? = 0
# configure:8892: result: yes
# configure:8905: checking for openssl/err.h
# configure:8905: clang -c -g -O2 -flto -fPIE -I. conftest.c >&5
# configure:8905: $? = 0
# configure:8905: result: yes
# configure:8918: checking for openssl/rand.h
# configure:8918: clang -c -g -O2 -flto -fPIE -I. conftest.c >&5
# configure:8918: $? = 0
# configure:8918: result: yes
# configure:8932: checking for HMAC_CTX_reset
# configure:8932: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -lcrypto -levent >&5
# /tmp/lto-llvm-9c6116.o: In function `main':
# /tmp/nsd/src/nsd-4.1.10/conftest.c:183: undefined reference to `HMAC_CTX_reset'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:8932: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_ENDIAN_H 1
# | #define STRPTIME_NEEDS_DEFINES 1
# | #define STRPTIME_WORKS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define RETSIGTYPE void
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_OFF_T 8
# | #define HAVE_TZSET 1
# | #define HAVE_ALARM 1
# | #define HAVE_CHROOT 1
# | #define HAVE_DUP2 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_GLOB 1
# | #define HAVE_INITGROUPS 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_MMAP 1
# | #define HAVE_PPOLL 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_BASENAME 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_PSELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PSELECT_PROTO 1
# | #define HAVE_CTIME_R_PROTO 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define IDENTITY "unidentified server"
# | #define VERSION PACKAGE_STRING
# | #define TCP_BACKLOG 256
# | #define TCP_PORT "53"
# | #define TCP_MAX_MESSAGE_LEN 65535
# | #define UDP_PORT "53"
# | #define UDP_MAX_MESSAGE_LEN 512
# | #define EDNS_MAX_MESSAGE_LEN 4096
# | #define MAXSYSLOGMSGLEN 512
# | #define NSD_CONTROL_PORT 8952
# | #define NSD_CONTROL_VERSION 1
# | #define FACILITY LOG_DAEMON
# | #define TCP_TIMEOUT 120
# | #define INET6 /**/
# | #define BIND8_STATS /**/
# | #define NDEBUG /**/
# | #define RATELIMIT /**/
# | #define HAVE_SSL /**/
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_ERR_H 1
# | #define HAVE_OPENSSL_RAND_H 1
# | /* end confdefs.h. */
# | /* Define HMAC_CTX_reset to an innocuous variant, in case declares HMAC_CTX_reset.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define HMAC_CTX_reset innocuous_HMAC_CTX_reset
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char HMAC_CTX_reset (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef HMAC_CTX_reset
# |
# | /* 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 HMAC_CTX_reset ();
# | /* 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_HMAC_CTX_reset || defined __stub___HMAC_CTX_reset
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return HMAC_CTX_reset ();
# | ;
# | return 0;
# | }
# configure:8932: result: no
# configure:8932: checking for HMAC_CTX_new
# configure:8932: clang -o conftest -g -O2 -flto -fPIE -I. -pie -Wl,-z,relro,-z,now conftest.c -lcrypto -levent >&5
# /tmp/lto-llvm-e1db18.o: In function `main':
# /tmp/nsd/src/nsd-4.1.10/conftest.c:183: undefined reference to `HMAC_CTX_new'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:8932: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "NSD"
# | #define PACKAGE_TARNAME "nsd"
# | #define PACKAGE_VERSION "4.1.10"
# | #define PACKAGE_STRING "NSD 4.1.10"
# | #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# | #define PACKAGE_URL ""
# | #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 CONFIGDIR "//etc/nsd"
# | #define CONFIGFILE "//etc/nsd/nsd.conf"
# | #define PIDFILE "/run/nsd/nsd.pid"
# | #define DBFILE "//var/db/nsd/nsd.db"
# | #define ZONESDIR "//etc/nsd"
# | #define XFRDFILE "//var/db/nsd/xfrd.state"
# | #define ZONELISTFILE "//var/db/nsd/zone.list"
# | #define XFRDIR "/tmp"
# | #define NSD_START_PATH "/usr/bin/nsd"
# | #define USER "nsd"
# | #define HAVE_ATTR_FORMAT 1
# | #define HAVE_ATTR_UNUSED 1
# | #define HAVE_EVENT_H 1
# | #define HAVE_EVENT_BASE_FREE 1
# | #define HAVE_EVENT_BASE_ONCE 1
# | #define HAVE_EVENT_BASE_NEW 1
# | #define HAVE_EVENT_BASE_GET_METHOD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_SYS_BITYPES_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_ENDIAN_H 1
# | #define STRPTIME_NEEDS_DEFINES 1
# | #define STRPTIME_WORKS 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CHOWN 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define RETSIGTYPE void
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_VOIDP 8
# | #define SIZEOF_OFF_T 8
# | #define HAVE_TZSET 1
# | #define HAVE_ALARM 1
# | #define HAVE_CHROOT 1
# | #define HAVE_DUP2 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_WRITEV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_FREEADDRINFO 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_GLOB 1
# | #define HAVE_INITGROUPS 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETPWNAM 1
# | #define HAVE_MMAP 1
# | #define HAVE_PPOLL 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_BASENAME 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRPTIME 1
# | #define HAVE_PSELECT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_PSELECT_PROTO 1
# | #define HAVE_CTIME_R_PROTO 1
# | #define HAVE_STRUCT_TIMESPEC 1
# | #define IDENTITY "unidentified server"
# | #define VERSION PACKAGE_STRING
# | #define TCP_BACKLOG 256
# | #define TCP_PORT "53"
# | #define TCP_MAX_MESSAGE_LEN 65535
# | #define UDP_PORT "53"
# | #define UDP_MAX_MESSAGE_LEN 512
# | #define EDNS_MAX_MESSAGE_LEN 4096
# | #define MAXSYSLOGMSGLEN 512
# | #define NSD_CONTROL_PORT 8952
# | #define NSD_CONTROL_VERSION 1
# | #define FACILITY LOG_DAEMON
# | #define TCP_TIMEOUT 120
# | #define INET6 /**/
# | #define BIND8_STATS /**/
# | #define NDEBUG /**/
# | #define RATELIMIT /**/
# | #define HAVE_SSL /**/
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_OPENSSL_SSL_H 1
# | #define HAVE_OPENSSL_ERR_H 1
# | #define HAVE_OPENSSL_RAND_H 1
# | /* end confdefs.h. */
# | /* Define HMAC_CTX_new to an innocuous variant, in case declares HMAC_CTX_new.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define HMAC_CTX_new innocuous_HMAC_CTX_new
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char HMAC_CTX_new (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef HMAC_CTX_new
# |
# | /* 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 HMAC_CTX_new ();
# | /* 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_HMAC_CTX_new || defined __stub___HMAC_CTX_new
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return HMAC_CTX_new ();
# | ;
# | return 0;
# | }
# configure:8932: result: no
# configure:9239: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by NSD config.status 4.1.10, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on b3740d8d3524
#
# config.status:958: creating Makefile
# config.status:958: creating config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_ctime_c=yes
# ac_cv_c_format_attribute=yes
# ac_cv_c_inline=inline
# ac_cv_c_strptime_needs_defs=yes
# ac_cv_c_strptime_works=yes
# ac_cv_c_unused_attribute=yes
# ac_cv_c_va_list_def=no
# 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_YACC_set=
# ac_cv_env_YACC_value=
# ac_cv_env_YFLAGS_set=
# ac_cv_env_YFLAGS_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_HMAC_CTX_new=no
# ac_cv_func_HMAC_CTX_reset=no
# ac_cv_func_alarm=yes
# ac_cv_func_arc4random=no
# ac_cv_func_arc4random_uniform=no
# ac_cv_func_b64_ntop=no
# ac_cv_func_b64_pton=no
# ac_cv_func_basename=yes
# ac_cv_func_chown_works=yes
# ac_cv_func_chroot=yes
# ac_cv_func_clock_gettime=yes
# ac_cv_func_dup2=yes
# ac_cv_func_endpwent=yes
# ac_cv_func_ev_default_loop=no
# ac_cv_func_ev_loop=no
# ac_cv_func_event_base_free=yes
# ac_cv_func_event_base_get_method=yes
# ac_cv_func_event_base_new=yes
# ac_cv_func_event_base_once=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_freeaddrinfo=yes
# ac_cv_func_gai_strerror=yes
# ac_cv_func_getaddrinfo=yes
# ac_cv_func_gethostname=yes
# ac_cv_func_getnameinfo=yes
# ac_cv_func_getpwnam=yes
# ac_cv_func_glob=yes
# ac_cv_func_inet_aton=yes
# ac_cv_func_inet_ntop=yes
# ac_cv_func_inet_pton=yes
# ac_cv_func_initgroups=yes
# ac_cv_func_localtime_r=yes
# ac_cv_func_malloc_0_nonnull=yes
# ac_cv_func_memcpy=yes
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_mmap=yes
# ac_cv_func_ppoll=yes
# ac_cv_func_pselect=yes
# ac_cv_func_pwrite=yes
# ac_cv_func_reallocarray=no
# ac_cv_func_setregid=yes
# ac_cv_func_setresgid=yes
# ac_cv_func_setresuid=yes
# ac_cv_func_setreuid=yes
# ac_cv_func_setusercontext=no
# ac_cv_func_sigaction=yes
# ac_cv_func_sigprocmask=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_socket=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strftime=yes
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_func_strncasecmp=yes
# ac_cv_func_strptime=yes
# ac_cv_func_strtol=yes
# ac_cv_func_tzset=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_func_writev=yes
# ac_cv_have_decl_EV_VERSION_MAJOR=no
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_endian_h=yes
# ac_cv_header_event_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_glob_h=yes
# ac_cv_header_grp_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_netinet_tcp_h=yes
# ac_cv_header_openssl_err_h=yes
# ac_cv_header_openssl_rand_h=yes
# ac_cv_header_openssl_ssl_h=yes
# ac_cv_header_signal_h=yes
# ac_cv_header_stdarg_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=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_bitypes_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_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_tcpd_h=no
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_lib_crypto_HMAC_Update=yes
# ac_cv_lib_lex='none needed'
# ac_cv_member_struct_sockaddr_storage_ss_family=yes
# ac_cv_member_struct_stat_st_mtim_tv_nsec=yes
# ac_cv_member_struct_stat_st_mtimensec=no
# 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_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_LEX=flex
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_clock_gettime='none required'
# ac_cv_search_event_set=-levent
# ac_cv_search_inet_pton='none required'
# ac_cv_search_socket='none required'
# ac_cv_sizeof_off_t=8
# ac_cv_sizeof_voidp=8
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_sys_largefile_source=no
# ac_cv_type_in_addr_t=yes
# ac_cv_type_int16_t=yes
# ac_cv_type_int32_t=yes
# ac_cv_type_int64_t=yes
# ac_cv_type_int8_t=yes
# ac_cv_type_off_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_sig_atomic_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_socklen_t=yes
# ac_cv_type_ssize_t=yes
# ac_cv_type_struct_timespec=yes
# ac_cv_type_suseconds_t=yes
# ac_cv_type_uid_t=yes
# ac_cv_type_uint16_t=yes
# ac_cv_type_uint32_t=yes
# ac_cv_type_uint64_t=yes
# ac_cv_type_uint8_t=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# AWK='gawk'
# CC='clang'
# CFLAGS=' -g -O2 -flto -fPIE'
# CPP='clang -E'
# CPPFLAGS='-I.'
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# HAVE_SSL='yes'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=' -pie -Wl,-z,relro,-z,now'
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBOBJS=' ${LIBOBJDIR}strlcat$U.o ${LIBOBJDIR}strlcpy$U.o ${LIBOBJDIR}b64_pton$U.o ${LIBOBJDIR}b64_ntop$U.o ${LIBOBJDIR}reallocarray$U.o'
# LIBS='-lcrypto -levent '
# LN_S='ln -s'
# LTLIBOBJS=' ${LIBOBJDIR}strlcat$U.lo ${LIBOBJDIR}strlcpy$U.lo ${LIBOBJDIR}b64_pton$U.lo ${LIBOBJDIR}b64_ntop$U.lo ${LIBOBJDIR}reallocarray$U.lo'
# OBJEXT='o'
# PACKAGE_BUGREPORT='nsd-bugs@nlnetlabs.nl'
# PACKAGE_NAME='NSD'
# PACKAGE_STRING='NSD 4.1.10'
# PACKAGE_TARNAME='nsd'
# PACKAGE_URL=''
# PACKAGE_VERSION='4.1.10'
# PATH_SEPARATOR=':'
# SHELL='/bin/sh'
# SSL_LIBS='-lssl'
# YACC='bison -y'
# YFLAGS=''
# ac_ct_CC=''
# bindir='${exec_prefix}/bin'
# build_alias=''
# chrootdir=''
# configdir='${prefix}/etc/nsd'
# datadir='${datarootdir}'
# datarootdir='/usr/share'
# dbdir='${prefix}/var/db/nsd'
# dbfile='${prefix}/var/db/nsd/nsd.db'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# logfile='${prefix}/var/log/nsd.log'
# mandir='${datarootdir}/man'
# nsd_conf_file='${prefix}/etc/nsd/nsd.conf'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# piddir='/run/nsd'
# pidfile='/run/nsd/nsd.pid'
# prefix='/'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# ratelimit='xx'
# ratelimit_default='on'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
# user='nsd'
# xfrdfile='${prefix}/var/db/nsd/xfrd.state'
# xfrdir='/tmp'
# zonelistfile='${prefix}/var/db/nsd/zone.list'
# zonesdir='${prefix}/etc/nsd'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "NSD"
# #define PACKAGE_TARNAME "nsd"
# #define PACKAGE_VERSION "4.1.10"
# #define PACKAGE_STRING "NSD 4.1.10"
# #define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
# #define PACKAGE_URL ""
# #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 CONFIGDIR "//etc/nsd"
# #define CONFIGFILE "//etc/nsd/nsd.conf"
# #define PIDFILE "/run/nsd/nsd.pid"
# #define DBFILE "//var/db/nsd/nsd.db"
# #define ZONESDIR "//etc/nsd"
# #define XFRDFILE "//var/db/nsd/xfrd.state"
# #define ZONELISTFILE "//var/db/nsd/zone.list"
# #define XFRDIR "/tmp"
# #define NSD_START_PATH "/usr/bin/nsd"
# #define USER "nsd"
# #define HAVE_ATTR_FORMAT 1
# #define HAVE_ATTR_UNUSED 1
# #define HAVE_EVENT_H 1
# #define HAVE_EVENT_BASE_FREE 1
# #define HAVE_EVENT_BASE_ONCE 1
# #define HAVE_EVENT_BASE_NEW 1
# #define HAVE_EVENT_BASE_GET_METHOD 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_TIME_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_NETINET_TCP_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_STDARG_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_SYS_BITYPES_H 1
# #define HAVE_GLOB_H 1
# #define HAVE_GRP_H 1
# #define HAVE_ENDIAN_H 1
# #define STRPTIME_NEEDS_DEFINES 1
# #define STRPTIME_WORKS 1
# #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# #define HAVE_UNISTD_H 1
# #define HAVE_CHOWN 1
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 1
# #define RETSIGTYPE void
# #define HAVE_FSEEKO 1
# #define SIZEOF_VOIDP 8
# #define SIZEOF_OFF_T 8
# #define HAVE_TZSET 1
# #define HAVE_ALARM 1
# #define HAVE_CHROOT 1
# #define HAVE_DUP2 1
# #define HAVE_ENDPWENT 1
# #define HAVE_GETHOSTNAME 1
# #define HAVE_MEMSET 1
# #define HAVE_MEMCPY 1
# #define HAVE_PWRITE 1
# #define HAVE_SOCKET 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRNCASECMP 1
# #define HAVE_STRTOL 1
# #define HAVE_WRITEV 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_GETNAMEINFO 1
# #define HAVE_FREEADDRINFO 1
# #define HAVE_GAI_STRERROR 1
# #define HAVE_SIGACTION 1
# #define HAVE_SIGPROCMASK 1
# #define HAVE_STRPTIME 1
# #define HAVE_STRFTIME 1
# #define HAVE_LOCALTIME_R 1
# #define HAVE_GLOB 1
# #define HAVE_INITGROUPS 1
# #define HAVE_SETRESUID 1
# #define HAVE_SETREUID 1
# #define HAVE_SETRESGID 1
# #define HAVE_SETREGID 1
# #define HAVE_GETPWNAM 1
# #define HAVE_MMAP 1
# #define HAVE_PPOLL 1
# #define HAVE_CLOCK_GETTIME 1
# #define HAVE_BASENAME 1
# #define HAVE_INET_ATON 1
# #define HAVE_INET_PTON 1
# #define HAVE_INET_NTOP 1
# #define HAVE_SNPRINTF 1
# #define HAVE_STRPTIME 1
# #define HAVE_PSELECT 1
# #define HAVE_MEMMOVE 1
# #define HAVE_PSELECT_PROTO 1
# #define HAVE_CTIME_R_PROTO 1
# #define HAVE_STRUCT_TIMESPEC 1
# #define IDENTITY "unidentified server"
# #define VERSION PACKAGE_STRING
# #define TCP_BACKLOG 256
# #define TCP_PORT "53"
# #define TCP_MAX_MESSAGE_LEN 65535
# #define UDP_PORT "53"
# #define UDP_MAX_MESSAGE_LEN 512
# #define EDNS_MAX_MESSAGE_LEN 4096
# #define MAXSYSLOGMSGLEN 512
# #define NSD_CONTROL_PORT 8952
# #define NSD_CONTROL_VERSION 1
# #define FACILITY LOG_DAEMON
# #define TCP_TIMEOUT 120
# #define INET6 /**/
# #define BIND8_STATS /**/
# #define NDEBUG /**/
# #define RATELIMIT /**/
# #define HAVE_SSL /**/
# #define HAVE_LIBCRYPTO 1
# #define HAVE_OPENSSL_SSL_H 1
# #define HAVE_OPENSSL_ERR_H 1
# #define HAVE_OPENSSL_RAND_H 1
# #define NSEC3 /**/
# #define MINIMAL_RESPONSES /**/
#
# configure: exit 0