Build of openntpd with vanilla toolchain

The build took 00h 01m 14s and was SUCCESSFUL.

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

SLOCLanguage
10,299 ansic
4,237 sh
2,628 makefile
663 yacc
17,827 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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: openntpd 6.0p1-1 (Wed Aug 24 13:18:33 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# libtoolize: putting auxiliary files in '.'.
# libtoolize: copying file './ltmain.sh'
# libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
# libtoolize: copying file 'm4/libtool.m4'
# libtoolize: copying file 'm4/ltoptions.m4'
# libtoolize: copying file 'm4/ltsugar.m4'
# libtoolize: copying file 'm4/ltversion.m4'
# libtoolize: copying file 'm4/lt~obsolete.m4'
# Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/sbin/automake line 3936.
# configure.ac:28: installing './compile'
# configure.ac:23: installing './missing'
# compat/Makefile.am: installing './depcomp'
# configure: WARNING: unrecognized options: --with-adjtimex
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether make supports nested variables... (cached) yes
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# 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 gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking for gcc option to accept ISO C99... none needed
# checking for gcc option to accept ISO Standard C... (cached) none needed
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B
# checking the name lister (/usr/sbin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/sbin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/sbin/nm -B output from gcc object... ok
# checking for sysroot... no
# checking for a working dd... /usr/sbin/dd
# checking how to truncate binary pipes... /usr/sbin/dd bs=4096 count=1
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
# checking for objdir... .libs
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for bison... bison -y
# checking if compiling with clang... no
# checking whether CC supports -Wno-pointer-sign... yes
# checking for arc4random... no
# checking for arc4random_buf... no
# checking for arc4random_uniform... no
# checking for explicit_bzero... no
# checking for getauxval... yes
# checking for getentropy... no
# checking for timingsafe_bcmp... no
# checking for timingsafe_memcmp... no
# checking for getauxval... (cached) yes
# checking for library containing clock_gettime... none required
# checking for clock_gettime... yes
# checking for library containing dl_iterate_phdr... none required
# checking for dl_iterate_phdr... yes
# checking for asprintf... yes
# checking for closefrom... no
# checking for daemon... yes
# checking for memmem... yes
# checking for poll... yes
# checking for reallocarray... no
# checking for setproctitle... no
# checking for setgroups... yes
# checking for setregid... yes
# checking for setresgid... yes
# checking for setreuid... yes
# checking for setresuid... yes
# checking for strlcat... no
# checking for strlcpy... no
# checking for strtonum... no
# checking for sysconf... yes
# checking for library containing arc4random... no
# checking for library containing ibuf_open... no
# checking for ibuf_open... no
# checking for library containing clock_getres... none required
# checking for library containing clock_gettime... (cached) none required
# checking for adjfreq... no
# checking for ntp_adjtime... yes
# checking for adjtimex... yes
# checking for clock_gettime... (cached) yes
# checking for clock_getres... yes
# checking for library containing tls_config_set_ca_mem... no
# checking for tls_config_set_ca_mem... no
# checking if tls_write takes 3 arguments... no
# checking if libc defines __progname... yes
# checking whether va_copy exists... yes
# checking whether __va_copy exists... yes
# checking sys/sysctl.h usability... yes
# checking sys/sysctl.h presence... yes
# checking for sys/sysctl.h... yes
# checking err.h usability... yes
# checking err.h presence... yes
# checking for err.h... yes
# checking ifaddrs.h usability... yes
# checking ifaddrs.h presence... yes
# checking for ifaddrs.h... yes
# checking paths.h usability... yes
# checking paths.h presence... yes
# checking for paths.h... yes
# checking sys/sensors.h usability... no
# checking sys/sensors.h presence... no
# checking for sys/sensors.h... no
# checking for struct sockaddr_in.sin_len... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating include/Makefile
# config.status: creating compat/Makefile
# config.status: creating src/Makefile
# config.status: executing depfiles commands
# config.status: executing libtool commands
# configure: WARNING: unrecognized options: --with-adjtimex
# Making all in include
# make[1]: Entering directory '/tmp/openntpd/src/openntpd-6.0p1/include'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/openntpd/src/openntpd-6.0p1/include'
# Making all in compat
# make[1]: Entering directory '/tmp/openntpd/src/openntpd-6.0p1/compat'
# CC adjfreq_linux.lo
# CC closefrom.lo
# CC imsg.lo
# CC imsg-buffer.lo
# CC md5.lo
# CC progname.lo
# CC reallocarray.lo
# CC setproctitle.lo
# CC strlcat.lo
# CC strlcpy.lo
# CC strtonum.lo
# CC arc4random.lo
# CC getentropy_linux.lo
# CC sha2.lo
# CC arc4random_uniform.lo
# sha2.c:199:24: warning: 'sha224_initial_hash_value' defined but not used [-Wunused-const-variable=]
# static const u_int32_t sha224_initial_hash_value[8] = {
# ^~~~~~~~~~~~~~~~~~~~~~~~~
# CC libcompatnoopt_la-explicit_bzero.lo
# CCLD libcompat.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# CCLD libcompatnoopt.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[1]: Leaving directory '/tmp/openntpd/src/openntpd-6.0p1/compat'
# Making all in src
# make[1]: Entering directory '/tmp/openntpd/src/openntpd-6.0p1/src'
# CC ntpd-client.o
# CC ntpd-config.o
# CC ntpd-constraint-disabled.o
# CC ntpd-control.o
# CC ntpd-log.o
# CC ntpd-ntp.o
# CC ntpd-ntp_dns.o
# CC ntpd-ntp_msg.o
# CC ntpd-ntpd.o
# CC ntpd-parse.o
# CC ntpd-fake-sensors.o
# CC ntpd-server.o
# CC ntpd-util.o
# CCLD ntpd
# make[1]: Leaving directory '/tmp/openntpd/src/openntpd-6.0p1/src'
# make[1]: Entering directory '/tmp/openntpd/src/openntpd-6.0p1'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/openntpd/src/openntpd-6.0p1'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in include
# make[1]: Entering directory '/tmp/openntpd/src/openntpd-6.0p1/include'
# make[2]: Entering directory '/tmp/openntpd/src/openntpd-6.0p1/include'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/openntpd/src/openntpd-6.0p1/include'
# make[1]: Leaving directory '/tmp/openntpd/src/openntpd-6.0p1/include'
# Making install in compat
# make[1]: Entering directory '/tmp/openntpd/src/openntpd-6.0p1/compat'
# make[2]: Entering directory '/tmp/openntpd/src/openntpd-6.0p1/compat'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/openntpd/src/openntpd-6.0p1/compat'
# make[1]: Leaving directory '/tmp/openntpd/src/openntpd-6.0p1/compat'
# Making install in src
# make[1]: Entering directory '/tmp/openntpd/src/openntpd-6.0p1/src'
# make[2]: Entering directory '/tmp/openntpd/src/openntpd-6.0p1/src'
# /usr/sbin/mkdir -p '/tmp/openntpd/pkg/openntpd/usr/bin'
# /usr/sbin/mkdir -p '/tmp/openntpd/pkg/openntpd/usr/share/man/man5'
# /bin/sh ../libtool --mode=install /usr/bin/install -c ntpd '/tmp/openntpd/pkg/openntpd/usr/bin'
# /usr/bin/install -c -m 644 ntpd.conf.5 '/tmp/openntpd/pkg/openntpd/usr/share/man/man5'
# /usr/sbin/mkdir -p '/tmp/openntpd/pkg/openntpd/usr/share/man/man8'
# /usr/bin/install -c -m 644 ntpctl.8 ntpd.8 '/tmp/openntpd/pkg/openntpd/usr/share/man/man8'
# libtool: install: /usr/bin/install -c ntpd /tmp/openntpd/pkg/openntpd/usr/bin/ntpd
# make install-exec-hook
# make[3]: Entering directory '/tmp/openntpd/src/openntpd-6.0p1/src'
#
# Please create a dedicated group for ntpd.
# For OS X, see INSTALL for instructions.
# On Linux / BSD systems, this will probably work:
#
# groupadd ntp
#
# Please create a dedicated user for ntpd and ensure it
# cannot be used to log in.
# For OS X, see INSTALL for instructions.
# On Linux / BSD systems, this will probably work:
#
# useradd -g ntp -s /sbin/nologin -d /var/empty -c 'OpenNTP daemon' ntp
#
# make[3]: Leaving directory '/tmp/openntpd/src/openntpd-6.0p1/src'
# make[2]: Leaving directory '/tmp/openntpd/src/openntpd-6.0p1/src'
# make[1]: Leaving directory '/tmp/openntpd/src/openntpd-6.0p1/src'
# make[1]: Entering directory '/tmp/openntpd/src/openntpd-6.0p1'
# make[2]: Entering directory '/tmp/openntpd/src/openntpd-6.0p1'
# make install-exec-hook
# make[2]: Nothing to be done for 'install-data-am'.
# make[3]: Entering directory '/tmp/openntpd/src/openntpd-6.0p1'
# make[3]: Leaving directory '/tmp/openntpd/src/openntpd-6.0p1'
# make[2]: Leaving directory '/tmp/openntpd/src/openntpd-6.0p1'
# make[1]: Leaving directory '/tmp/openntpd/src/openntpd-6.0p1'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "openntpd"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: openntpd 6.0p1-1 (Wed Aug 24 13:19:05 UTC 2016)

CMD: pacman --query --file openntpd-6.0p1-1-x86_64.pkg.tar.xz
# openntpd 6.0p1-1

Creating hybrid package for 'openntpd'

Trying to find vanilla package 'openntpd'...

CMD: pacman --query --file /mirror/openntpd-6.0p1-1.pkg.tar.xz
# openntpd 6.0p1-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.INSTALL
# /.MTREE
# /etc/ntpd.conf
# /usr/lib/systemd/system/openntpd.service
# /usr/lib/systemd/ntp-units.d/openntpd.list
# /usr/bin/ntpd
# /usr/bin/ntpctl
# /usr/share/licenses/openntpd/COPYING
# /usr/share/man/man5/ntpd.conf.5.gz
# /usr/share/man/man8/ntpctl.8.gz
# /usr/share/man/man8/ntpd.8.gz
# /sysroot/usr/lib/systemd/system/openntpd.service
# /sysroot/usr/lib/systemd/ntp-units.d/openntpd.list

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 openntpd.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/openntpd.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/openntpd.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/openntpd/src/openntpd-6.0p1/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 OpenNTPD configure 6.0p1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --with-privsep-user=ntp --localstatedir=/var --with-adjtimex
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 8a19c47bd1fd
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /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/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2396: checking build system type
# configure:2410: result: x86_64-unknown-linux-gnu
# configure:2430: checking host system type
# configure:2443: result: x86_64-unknown-linux-gnu
# configure:2479: checking for a BSD-compatible install
# configure:2547: result: /usr/bin/install -c
# configure:2558: checking whether build environment is sane
# configure:2613: result: yes
# configure:2672: checking for x86_64-unknown-linux-strip
# configure:2702: result: no
# configure:2712: checking for strip
# configure:2728: found /usr/sbin/strip
# configure:2739: result: strip
# configure:2764: checking for a thread-safe mkdir -p
# configure:2803: result: /usr/sbin/mkdir -p
# configure:2810: checking for gawk
# configure:2826: found /usr/sbin/gawk
# configure:2837: result: gawk
# configure:2848: checking whether make sets $(MAKE)
# configure:2870: result: yes
# configure:2899: checking whether make supports nested variables
# configure:2916: result: yes
# configure:3055: checking whether make supports nested variables
# configure:3072: result: yes
# configure:3092: checking for x86_64-unknown-linux-gcc
# configure:3122: result: no
# configure:3132: checking for gcc
# configure:3148: found /usr/sbin/gcc
# configure:3159: result: gcc
# configure:3388: checking for C compiler version
# configure:3397: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3408: $? = 0
# configure:3397: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3408: $? = 0
# configure:3397: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3408: $? = 1
# configure:3397: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3408: $? = 1
# configure:3428: checking whether the C compiler works
# configure:3450: gcc conftest.c >&5
# configure:3454: $? = 0
# configure:3502: result: yes
# configure:3505: checking for C compiler default output file name
# configure:3507: result: a.out
# configure:3513: checking for suffix of executables
# configure:3520: gcc -o conftest conftest.c >&5
# configure:3524: $? = 0
# configure:3546: result:
# configure:3568: checking whether we are cross compiling
# configure:3576: gcc -o conftest conftest.c >&5
# configure:3580: $? = 0
# configure:3587: ./conftest
# configure:3591: $? = 0
# configure:3606: result: no
# configure:3611: checking for suffix of object files
# configure:3633: gcc -c conftest.c >&5
# configure:3637: $? = 0
# configure:3658: result: o
# configure:3662: checking whether we are using the GNU C compiler
# configure:3681: gcc -c conftest.c >&5
# configure:3681: $? = 0
# configure:3690: result: yes
# configure:3699: checking whether gcc accepts -g
# configure:3719: gcc -c -g conftest.c >&5
# configure:3719: $? = 0
# configure:3760: result: yes
# configure:3777: checking for gcc option to accept ISO C89
# configure:3840: gcc -c conftest.c >&5
# configure:3840: $? = 0
# configure:3853: result: none needed
# configure:3878: checking whether gcc understands -c and -o together
# configure:3900: gcc -c conftest.c -o conftest2.o
# configure:3903: $? = 0
# configure:3900: gcc -c conftest.c -o conftest2.o
# configure:3903: $? = 0
# configure:3915: result: yes
# configure:3943: checking for style of include used by make
# configure:3971: result: GNU
# configure:3997: checking dependency style of gcc
# configure:4108: result: gcc3
# configure:4127: checking for gcc option to accept ISO C99
# configure:4276: gcc -c conftest.c >&5
# configure:4276: $? = 0
# configure:4289: result: none needed
# configure:4397: checking for gcc option to accept ISO Standard C
# configure:4408: result: none needed
# configure:4462: checking how to print strings
# configure:4489: result: printf
# configure:4510: checking for a sed that does not truncate output
# configure:4574: result: /usr/sbin/sed
# configure:4592: checking for grep that handles long lines and -e
# configure:4650: result: /usr/sbin/grep
# configure:4655: checking for egrep
# configure:4717: result: /usr/sbin/grep -E
# configure:4722: checking for fgrep
# configure:4784: result: /usr/sbin/grep -F
# configure:4819: checking for ld used by gcc
# configure:4886: result: /usr/sbin/ld
# configure:4893: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:4908: result: yes
# configure:4920: checking for BSD- or MS-compatible name lister (nm)
# configure:4974: result: /usr/sbin/nm -B
# configure:5104: checking the name lister (/usr/sbin/nm -B) interface
# configure:5111: gcc -c conftest.c >&5
# configure:5114: /usr/sbin/nm -B "conftest.o"
# configure:5117: output
# 0000000000000000 B some_variable
# configure:5124: result: BSD nm
# configure:5127: checking whether ln -s works
# configure:5131: result: yes
# configure:5139: checking the maximum length of command line arguments
# configure:5270: result: 1572864
# configure:5318: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5358: result: func_convert_file_noop
# configure:5365: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5385: result: func_convert_file_noop
# configure:5392: checking for /usr/sbin/ld option to reload object files
# configure:5399: result: -r
# configure:5433: checking for x86_64-unknown-linux-objdump
# configure:5463: result: no
# configure:5473: checking for objdump
# configure:5489: found /usr/sbin/objdump
# configure:5500: result: objdump
# configure:5532: checking how to recognize dependent libraries
# configure:5732: result: pass_all
# configure:5777: checking for x86_64-unknown-linux-dlltool
# configure:5807: result: no
# configure:5817: checking for dlltool
# configure:5847: result: no
# configure:5877: checking how to associate runtime and link libraries
# configure:5904: result: printf %s\n
# configure:5921: checking for x86_64-unknown-linux-ar
# configure:5951: result: no
# configure:5965: checking for ar
# configure:5981: found /usr/sbin/ar
# configure:5992: result: ar
# configure:6029: checking for archiver @FILE support
# configure:6046: gcc -c conftest.c >&5
# configure:6046: $? = 0
# configure:6049: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6052: $? = 0
# configure:6057: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6060: $? = 1
# configure:6072: result: @
# configure:6090: checking for x86_64-unknown-linux-strip
# configure:6117: result: strip
# configure:6189: checking for x86_64-unknown-linux-ranlib
# configure:6219: result: no
# configure:6229: checking for ranlib
# configure:6245: found /usr/sbin/ranlib
# configure:6256: result: ranlib
# configure:6358: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:6511: gcc -c conftest.c >&5
# configure:6514: $? = 0
# configure:6518: /usr/sbin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6521: $? = 0
# configure:6587: gcc -o conftest conftest.c conftstm.o >&5
# configure:6590: $? = 0
# configure:6628: result: ok
# configure:6675: checking for sysroot
# configure:6705: result: no
# configure:6712: checking for a working dd
# configure:6750: result: /usr/sbin/dd
# configure:6754: checking how to truncate binary pipes
# configure:6769: result: /usr/sbin/dd bs=4096 count=1
# configure:6905: gcc -c conftest.c >&5
# configure:6908: $? = 0
# configure:7058: checking for x86_64-unknown-linux-mt
# configure:7088: result: no
# configure:7098: checking for mt
# configure:7128: result: no
# configure:7148: checking if : is a manifest tool
# configure:7154: : '-?'
# configure:7162: result: no
# configure:7839: checking how to run the C preprocessor
# configure:7870: gcc -E conftest.c
# configure:7870: $? = 0
# configure:7884: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7884: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | /* end confdefs.h. */
# | #include
# configure:7909: result: gcc -E
# configure:7929: gcc -E conftest.c
# configure:7929: $? = 0
# configure:7943: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7943: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | /* end confdefs.h. */
# | #include
# configure:7972: checking for ANSI C header files
# configure:7992: gcc -c conftest.c >&5
# configure:7992: $? = 0
# configure:8065: gcc -o conftest conftest.c >&5
# configure:8065: $? = 0
# configure:8065: ./conftest
# configure:8065: $? = 0
# configure:8076: result: yes
# configure:8089: checking for sys/types.h
# configure:8089: gcc -c conftest.c >&5
# configure:8089: $? = 0
# configure:8089: result: yes
# configure:8089: checking for sys/stat.h
# configure:8089: gcc -c conftest.c >&5
# configure:8089: $? = 0
# configure:8089: result: yes
# configure:8089: checking for stdlib.h
# configure:8089: gcc -c conftest.c >&5
# configure:8089: $? = 0
# configure:8089: result: yes
# configure:8089: checking for string.h
# configure:8089: gcc -c conftest.c >&5
# configure:8089: $? = 0
# configure:8089: result: yes
# configure:8089: checking for memory.h
# configure:8089: gcc -c conftest.c >&5
# configure:8089: $? = 0
# configure:8089: result: yes
# configure:8089: checking for strings.h
# configure:8089: gcc -c conftest.c >&5
# configure:8089: $? = 0
# configure:8089: result: yes
# configure:8089: checking for inttypes.h
# configure:8089: gcc -c conftest.c >&5
# configure:8089: $? = 0
# configure:8089: result: yes
# configure:8089: checking for stdint.h
# configure:8089: gcc -c conftest.c >&5
# configure:8089: $? = 0
# configure:8089: result: yes
# configure:8089: checking for unistd.h
# configure:8089: gcc -c conftest.c >&5
# configure:8089: $? = 0
# configure:8089: result: yes
# configure:8103: checking for dlfcn.h
# configure:8103: gcc -c conftest.c >&5
# configure:8103: $? = 0
# configure:8103: result: yes
# configure:8359: checking for objdir
# configure:8374: result: .libs
# configure:8638: checking if gcc supports -fno-rtti -fno-exceptions
# configure:8656: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:8660: $? = 0
# configure:8673: result: no
# configure:9031: checking for gcc option to produce PIC
# configure:9038: result: -fPIC -DPIC
# configure:9046: checking if gcc PIC flag -fPIC -DPIC works
# configure:9064: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9068: $? = 0
# configure:9081: result: yes
# configure:9110: checking if gcc static flag -static works
# configure:9138: result: yes
# configure:9153: checking if gcc supports -c -o file.o
# configure:9174: gcc -c -o out/conftest2.o conftest.c >&5
# configure:9178: $? = 0
# configure:9200: result: yes
# configure:9208: checking if gcc supports -c -o file.o
# configure:9255: result: yes
# configure:9288: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:10547: result: yes
# configure:10584: checking whether -lc should be explicitly linked in
# configure:10592: gcc -c conftest.c >&5
# configure:10595: $? = 0
# configure:10610: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10613: $? = 0
# configure:10627: result: no
# configure:10787: checking dynamic linker characteristics
# configure:11368: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11368: $? = 0
# configure:11605: result: GNU/Linux ld.so
# configure:11727: checking how to hardcode library paths into programs
# configure:11752: result: immediate
# configure:12300: checking whether stripping libraries is possible
# configure:12305: result: yes
# configure:12340: checking if libtool supports shared libraries
# configure:12342: result: yes
# configure:12345: checking whether to build shared libraries
# configure:12370: result: yes
# configure:12373: checking whether to build static libraries
# configure:12377: result: yes
# configure:12419: checking for bison
# configure:12435: found /usr/sbin/bison
# configure:12446: result: bison -y
# configure:12462: checking if compiling with clang
# configure:12479: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:29:2: error: unknown type name 'not'
# not clang
# ^~~
# configure:12479: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | #ifndef __clang__
# | not clang
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:12486: result: no
# configure:12498: checking whether CC supports -Wno-pointer-sign
# configure:12511: gcc -c -Wno-pointer-sign conftest.c >&5
# configure:12511: $? = 0
# configure:12512: result: yes
# configure:12716: checking for arc4random
# configure:12716: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/ccXpTyqF.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `arc4random'
# collect2: error: ld returned 1 exit status
# configure:12716: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | /* 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:12716: result: no
# configure:12716: checking for arc4random_buf
# configure:12716: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/ccN97SOF.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `arc4random_buf'
# collect2: error: ld returned 1 exit status
# configure:12716: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | /* end confdefs.h. */
# | /* Define arc4random_buf to an innocuous variant, in case declares arc4random_buf.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define arc4random_buf innocuous_arc4random_buf
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char arc4random_buf (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef arc4random_buf
# |
# | /* 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_buf ();
# | /* 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_buf || defined __stub___arc4random_buf
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return arc4random_buf ();
# | ;
# | return 0;
# | }
# configure:12716: result: no
# configure:12716: checking for arc4random_uniform
# configure:12716: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/ccPyGshE.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `arc4random_uniform'
# collect2: error: ld returned 1 exit status
# configure:12716: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | /* 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:12716: result: no
# configure:12728: checking for explicit_bzero
# configure:12728: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/cc33IJSz.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `explicit_bzero'
# collect2: error: ld returned 1 exit status
# configure:12728: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | /* end confdefs.h. */
# | /* Define explicit_bzero to an innocuous variant, in case declares explicit_bzero.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define explicit_bzero innocuous_explicit_bzero
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char explicit_bzero (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef explicit_bzero
# |
# | /* 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 explicit_bzero ();
# | /* 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_explicit_bzero || defined __stub___explicit_bzero
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return explicit_bzero ();
# | ;
# | return 0;
# | }
# configure:12728: result: no
# configure:12728: checking for getauxval
# configure:12728: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:12728: $? = 0
# configure:12728: result: yes
# configure:12728: checking for getentropy
# configure:12728: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/ccDmASQZ.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `getentropy'
# collect2: error: ld returned 1 exit status
# configure:12728: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | /* end confdefs.h. */
# | /* Define getentropy to an innocuous variant, in case declares getentropy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getentropy innocuous_getentropy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getentropy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getentropy
# |
# | /* 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 getentropy ();
# | /* 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_getentropy || defined __stub___getentropy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getentropy ();
# | ;
# | return 0;
# | }
# configure:12728: result: no
# configure:12740: checking for timingsafe_bcmp
# configure:12740: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/ccVr6wj0.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `timingsafe_bcmp'
# collect2: error: ld returned 1 exit status
# configure:12740: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | /* end confdefs.h. */
# | /* Define timingsafe_bcmp to an innocuous variant, in case declares timingsafe_bcmp.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define timingsafe_bcmp innocuous_timingsafe_bcmp
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char timingsafe_bcmp (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef timingsafe_bcmp
# |
# | /* 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 timingsafe_bcmp ();
# | /* 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_timingsafe_bcmp || defined __stub___timingsafe_bcmp
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return timingsafe_bcmp ();
# | ;
# | return 0;
# | }
# configure:12740: result: no
# configure:12740: checking for timingsafe_memcmp
# configure:12740: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/cclYn0KU.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `timingsafe_memcmp'
# collect2: error: ld returned 1 exit status
# configure:12740: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | /* end confdefs.h. */
# | /* Define timingsafe_memcmp to an innocuous variant, in case declares timingsafe_memcmp.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define timingsafe_memcmp innocuous_timingsafe_memcmp
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char timingsafe_memcmp (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef timingsafe_memcmp
# |
# | /* 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 timingsafe_memcmp ();
# | /* 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_timingsafe_memcmp || defined __stub___timingsafe_memcmp
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return timingsafe_memcmp ();
# | ;
# | return 0;
# | }
# configure:12740: result: no
# configure:12818: checking for getauxval
# configure:12818: result: yes
# configure:12823: checking for library containing clock_gettime
# configure:12854: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:12854: $? = 0
# configure:12871: result: none required
# configure:12879: checking for clock_gettime
# configure:12879: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:12879: $? = 0
# configure:12879: result: yes
# configure:12884: checking for library containing dl_iterate_phdr
# configure:12915: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:12915: $? = 0
# configure:12932: result: none required
# configure:12940: checking for dl_iterate_phdr
# configure:12940: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:12940: $? = 0
# configure:12940: result: yes
# configure:12951: checking for asprintf
# configure:12951: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:12951: $? = 0
# configure:12951: result: yes
# configure:12951: checking for closefrom
# configure:12951: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/cc4krpOs.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `closefrom'
# collect2: error: ld returned 1 exit status
# configure:12951: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | /* end confdefs.h. */
# | /* Define closefrom to an innocuous variant, in case declares closefrom.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define closefrom innocuous_closefrom
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char closefrom (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef closefrom
# |
# | /* 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 closefrom ();
# | /* 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_closefrom || defined __stub___closefrom
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return closefrom ();
# | ;
# | return 0;
# | }
# configure:12951: result: no
# configure:12951: checking for daemon
# configure:12951: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:12951: $? = 0
# configure:12951: result: yes
# configure:12951: checking for memmem
# configure:12951: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:12951: $? = 0
# configure:12951: result: yes
# configure:12951: checking for poll
# configure:12951: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:12951: $? = 0
# configure:12951: result: yes
# configure:12951: checking for reallocarray
# configure:12951: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/ccb5dRsB.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `reallocarray'
# collect2: error: ld returned 1 exit status
# configure:12951: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_DAEMON 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_POLL 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:12951: result: no
# configure:12963: checking for setproctitle
# configure:12963: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/ccpPOSJF.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `setproctitle'
# collect2: error: ld returned 1 exit status
# configure:12963: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_DAEMON 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_POLL 1
# | /* end confdefs.h. */
# | /* Define setproctitle to an innocuous variant, in case declares setproctitle.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define setproctitle innocuous_setproctitle
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char setproctitle (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef setproctitle
# |
# | /* 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 setproctitle ();
# | /* 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_setproctitle || defined __stub___setproctitle
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return setproctitle ();
# | ;
# | return 0;
# | }
# configure:12963: result: no
# configure:12963: checking for setgroups
# configure:12963: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:12963: $? = 0
# configure:12963: result: yes
# configure:12975: checking for setregid
# configure:12975: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:12975: $? = 0
# configure:12975: result: yes
# configure:12975: checking for setresgid
# configure:12975: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:12975: $? = 0
# configure:12975: result: yes
# configure:12975: checking for setreuid
# configure:12975: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:12975: $? = 0
# configure:12975: result: yes
# configure:12975: checking for setresuid
# configure:12975: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:12975: $? = 0
# configure:12975: result: yes
# configure:12987: checking for strlcat
# configure:12987: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/ccDilDP6.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `strlcat'
# collect2: error: ld returned 1 exit status
# configure:12987: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_DAEMON 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_POLL 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 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:12987: result: no
# configure:12987: checking for strlcpy
# configure:12987: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/cczqBXWd.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `strlcpy'
# collect2: error: ld returned 1 exit status
# configure:12987: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_DAEMON 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_POLL 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 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:12987: result: no
# configure:12987: checking for strtonum
# configure:12987: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/cc90Vlxh.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `strtonum'
# collect2: error: ld returned 1 exit status
# configure:12987: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_DAEMON 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_POLL 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | /* end confdefs.h. */
# | /* Define strtonum to an innocuous variant, in case declares strtonum.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strtonum innocuous_strtonum
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strtonum (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strtonum
# |
# | /* 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 strtonum ();
# | /* 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_strtonum || defined __stub___strtonum
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strtonum ();
# | ;
# | return 0;
# | }
# configure:12987: result: no
# configure:12987: checking for sysconf
# configure:12987: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:12987: $? = 0
# configure:12987: result: yes
# configure:12998: checking for library containing arc4random
# configure:13029: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/cc22HTGh.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `arc4random'
# collect2: error: ld returned 1 exit status
# configure:13029: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_DAEMON 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_POLL 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SYSCONF 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 arc4random ();
# | int
# | main ()
# | {
# | return arc4random ();
# | ;
# | return 0;
# | }
# configure:13029: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c -lcrypto >&5
# /tmp/ccKw1wGi.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `arc4random'
# collect2: error: ld returned 1 exit status
# configure:13029: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_DAEMON 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_POLL 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SYSCONF 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 arc4random ();
# | int
# | main ()
# | {
# | return arc4random ();
# | ;
# | return 0;
# | }
# configure:13046: result: no
# configure:13054: checking for library containing ibuf_open
# configure:13085: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/ccWfYd2a.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `ibuf_open'
# collect2: error: ld returned 1 exit status
# configure:13085: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_DAEMON 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_POLL 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SYSCONF 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 ibuf_open ();
# | int
# | main ()
# | {
# | return ibuf_open ();
# | ;
# | return 0;
# | }
# configure:13085: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c -lutil >&5
# /tmp/ccOUfqxg.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `ibuf_open'
# collect2: error: ld returned 1 exit status
# configure:13085: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_DAEMON 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_POLL 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SYSCONF 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 ibuf_open ();
# | int
# | main ()
# | {
# | return ibuf_open ();
# | ;
# | return 0;
# | }
# configure:13102: result: no
# configure:13113: checking for ibuf_open
# configure:13113: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/ccdPj9Tm.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `ibuf_open'
# collect2: error: ld returned 1 exit status
# configure:13113: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_DAEMON 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_POLL 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SYSCONF 1
# | /* end confdefs.h. */
# | /* Define ibuf_open to an innocuous variant, in case declares ibuf_open.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define ibuf_open innocuous_ibuf_open
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char ibuf_open (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef ibuf_open
# |
# | /* 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 ibuf_open ();
# | /* 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_ibuf_open || defined __stub___ibuf_open
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return ibuf_open ();
# | ;
# | return 0;
# | }
# configure:13113: result: no
# configure:13124: checking for library containing clock_getres
# configure:13155: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:13155: $? = 0
# configure:13172: result: none required
# configure:13180: checking for library containing clock_gettime
# configure:13228: result: none required
# configure:13239: checking for adjfreq
# configure:13239: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/ccxguTZj.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `adjfreq'
# collect2: error: ld returned 1 exit status
# configure:13239: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_DAEMON 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_POLL 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SYSCONF 1
# | /* end confdefs.h. */
# | /* Define adjfreq to an innocuous variant, in case declares adjfreq.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define adjfreq innocuous_adjfreq
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char adjfreq (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef adjfreq
# |
# | /* 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 adjfreq ();
# | /* 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_adjfreq || defined __stub___adjfreq
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return adjfreq ();
# | ;
# | return 0;
# | }
# configure:13239: result: no
# configure:13239: checking for ntp_adjtime
# configure:13239: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:13239: $? = 0
# configure:13239: result: yes
# configure:13239: checking for adjtimex
# configure:13239: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:13239: $? = 0
# configure:13239: result: yes
# configure:13251: checking for clock_gettime
# configure:13251: result: yes
# configure:13251: checking for clock_getres
# configure:13251: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:13251: $? = 0
# configure:13251: result: yes
# configure:13286: checking for library containing tls_config_set_ca_mem
# configure:13317: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/ccAeFimF.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `tls_config_set_ca_mem'
# collect2: error: ld returned 1 exit status
# configure:13317: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_DAEMON 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_POLL 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_GETRES 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 tls_config_set_ca_mem ();
# | int
# | main ()
# | {
# | return tls_config_set_ca_mem ();
# | ;
# | return 0;
# | }
# configure:13317: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c -ltls -lssl -lcrypto >&5
# /usr/sbin/ld: cannot find -ltls
# collect2: error: ld returned 1 exit status
# configure:13317: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_DAEMON 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_POLL 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_GETRES 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 tls_config_set_ca_mem ();
# | int
# | main ()
# | {
# | return tls_config_set_ca_mem ();
# | ;
# | return 0;
# | }
# configure:13334: result: no
# configure:13344: checking for tls_config_set_ca_mem
# configure:13344: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# /tmp/ccWnrP6H.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `tls_config_set_ca_mem'
# collect2: error: ld returned 1 exit status
# configure:13344: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_DAEMON 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_POLL 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_GETRES 1
# | /* end confdefs.h. */
# | /* Define tls_config_set_ca_mem to an innocuous variant, in case declares tls_config_set_ca_mem.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define tls_config_set_ca_mem innocuous_tls_config_set_ca_mem
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char tls_config_set_ca_mem (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef tls_config_set_ca_mem
# |
# | /* 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 tls_config_set_ca_mem ();
# | /* 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_tls_config_set_ca_mem || defined __stub___tls_config_set_ca_mem
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return tls_config_set_ca_mem ();
# | ;
# | return 0;
# | }
# configure:13344: result: no
# configure:13355: checking if tls_write takes 3 arguments
# configure:13375: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# conftest.c:40:17: fatal error: tls.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:13375: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_DAEMON 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_POLL 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_GETRES 1
# | /* end confdefs.h. */
# |
# | #include
# | size_t outlen;
# |
# | int
# | main ()
# | {
# | tls_write(NULL, NULL, 0);
# | ;
# | return 0;
# | }
# configure:13385: result: no
# configure:13551: checking if libc defines __progname
# configure:13568: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:43:27: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
# extern char *__progname; printf("%s", __progname);
# ^~~~~~
# conftest.c:43:27: warning: incompatible implicit declaration of built-in function 'printf'
# conftest.c:43:27: note: include '' or provide a declaration of 'printf'
# configure:13568: $? = 0
# configure:13578: result: yes
# configure:13587: checking whether va_copy exists
# configure:13607: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:13607: $? = 0
# configure:13617: result: yes
# configure:13625: checking whether __va_copy exists
# configure:13645: gcc -o conftest -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:13645: $? = 0
# configure:13655: result: yes
# configure:13667: checking sys/sysctl.h usability
# configure:13667: gcc -c -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:13667: $? = 0
# configure:13667: result: yes
# configure:13667: checking sys/sysctl.h presence
# configure:13667: gcc -E -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c
# configure:13667: $? = 0
# configure:13667: result: yes
# configure:13667: checking for sys/sysctl.h
# configure:13667: result: yes
# configure:13667: checking err.h usability
# configure:13667: gcc -c -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:13667: $? = 0
# configure:13667: result: yes
# configure:13667: checking err.h presence
# configure:13667: gcc -E -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c
# configure:13667: $? = 0
# configure:13667: result: yes
# configure:13667: checking for err.h
# configure:13667: result: yes
# configure:13667: checking ifaddrs.h usability
# configure:13667: gcc -c -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:13667: $? = 0
# configure:13667: result: yes
# configure:13667: checking ifaddrs.h presence
# configure:13667: gcc -E -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c
# configure:13667: $? = 0
# configure:13667: result: yes
# configure:13667: checking for ifaddrs.h
# configure:13667: result: yes
# configure:13667: checking paths.h usability
# configure:13667: gcc -c -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# configure:13667: $? = 0
# configure:13667: result: yes
# configure:13667: checking paths.h presence
# configure:13667: gcc -E -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c
# configure:13667: $? = 0
# configure:13667: result: yes
# configure:13667: checking for paths.h
# configure:13667: result: yes
# configure:13680: checking sys/sensors.h usability
# configure:13680: gcc -c -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# conftest.c:79:25: fatal error: sys/sensors.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:13680: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_DAEMON 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_POLL 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE___PROGNAME 1
# | #define HAVE_VA_COPY 1
# | #define HAVE___VA_COPY 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_ERR_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_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:13680: result: no
# configure:13680: checking sys/sensors.h presence
# configure:13680: gcc -E -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c
# conftest.c:46:25: fatal error: sys/sensors.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:13680: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_DAEMON 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_POLL 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE___PROGNAME 1
# | #define HAVE_VA_COPY 1
# | #define HAVE___VA_COPY 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_ERR_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | /* end confdefs.h. */
# | #include
# configure:13680: result: no
# configure:13680: checking for sys/sensors.h
# configure:13680: result: no
# configure:13708: checking for struct sockaddr_in.sin_len
# configure:13708: gcc -c -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:55:12: error: 'struct sockaddr_in' has no member named 'sin_len'; did you mean 'sin_zero'?
# if (ac_aggr.sin_len)
# ^
# conftest.c:54:27: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
# static struct sockaddr_in ac_aggr;
# ^~~~~~~
# configure:13708: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_DAEMON 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_POLL 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE___PROGNAME 1
# | #define HAVE_VA_COPY 1
# | #define HAVE___VA_COPY 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_ERR_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_in ac_aggr;
# | if (ac_aggr.sin_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:13708: gcc -c -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:55:19: error: 'struct sockaddr_in' has no member named 'sin_len'; did you mean 'sin_zero'?
# if (sizeof ac_aggr.sin_len)
# ^
# conftest.c:54:27: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
# static struct sockaddr_in ac_aggr;
# ^~~~~~~
# configure:13708: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "OpenNTPD"
# | #define PACKAGE_TARNAME "openntpd"
# | #define PACKAGE_VERSION "6.0p1"
# | #define PACKAGE_STRING "OpenNTPD 6.0p1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "openntpd"
# | #define VERSION "6.0p1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define SPT_TYPE SPT_REUSEARGV
# | #define HAVE_GETAUXVAL 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_DAEMON 1
# | #define HAVE_MEMMEM 1
# | #define HAVE_POLL 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_SETREGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_NTP_ADJTIME 1
# | #define HAVE_ADJTIMEX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_GETRES 1
# | #define HAVE___PROGNAME 1
# | #define HAVE_VA_COPY 1
# | #define HAVE___VA_COPY 1
# | #define HAVE_SYS_SYSCTL_H 1
# | #define HAVE_ERR_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_PATHS_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_in ac_aggr;
# | if (sizeof ac_aggr.sin_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:13708: result: no
# configure:13913: checking that generated files are newer than configure
# configure:13919: result: done
# configure:14102: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by OpenNTPD config.status 6.0p1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 8a19c47bd1fd
#
# config.status:1092: creating Makefile
# config.status:1092: creating include/Makefile
# config.status:1092: creating compat/Makefile
# config.status:1092: creating src/Makefile
# config.status:1264: executing depfiles commands
# config.status:1264: executing libtool commands
# configure:16057: WARNING: unrecognized options: --with-adjtimex
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# 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_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_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_adjfreq=no
# ac_cv_func_adjtimex=yes
# ac_cv_func_arc4random=no
# ac_cv_func_arc4random_buf=no
# ac_cv_func_arc4random_uniform=no
# ac_cv_func_asprintf=yes
# ac_cv_func_clock_getres=yes
# ac_cv_func_clock_gettime=yes
# ac_cv_func_closefrom=no
# ac_cv_func_daemon=yes
# ac_cv_func_dl_iterate_phdr=yes
# ac_cv_func_explicit_bzero=no
# ac_cv_func_getauxval=yes
# ac_cv_func_getentropy=no
# ac_cv_func_ibuf_open=no
# ac_cv_func_memmem=yes
# ac_cv_func_ntp_adjtime=yes
# ac_cv_func_poll=yes
# ac_cv_func_reallocarray=no
# ac_cv_func_setgroups=yes
# ac_cv_func_setproctitle=no
# ac_cv_func_setregid=yes
# ac_cv_func_setresgid=yes
# ac_cv_func_setresuid=yes
# ac_cv_func_setreuid=yes
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_func_strtonum=no
# ac_cv_func_sysconf=yes
# ac_cv_func_timingsafe_bcmp=no
# ac_cv_func_timingsafe_memcmp=no
# ac_cv_func_tls_config_set_ca_mem=no
# ac_cv_have___va_copy=yes
# ac_cv_have_tls_write_3_arg=no
# ac_cv_have_va_copy=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_err_h=yes
# ac_cv_header_ifaddrs_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_paths_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_sensors_h=no
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_sysctl_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_libc_defines___progname=yes
# ac_cv_member_struct_sockaddr_in_sin_len=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/sbin/dd
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_make_make_set=yes
# ac_cv_search_arc4random=no
# ac_cv_search_clock_getres='none required'
# ac_cv_search_clock_gettime='none required'
# ac_cv_search_dl_iterate_phdr='none required'
# ac_cv_search_ibuf_open=no
# ac_cv_search_tls_config_set_ca_mem=no
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/sbin/ld
# lt_cv_path_NM='/usr/sbin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/sbin/dd bs=4096 count=1'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/openntpd/src/openntpd-6.0p1/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/openntpd/src/openntpd-6.0p1/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/openntpd/src/openntpd-6.0p1/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/openntpd/src/openntpd-6.0p1/missing automake-1.15'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wno-pointer-sign -Wall -std=gnu99 -fno-strict-aliasing'
# CPP='gcc -E'
# CPPFLAGS=' -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE'
# CYGPATH_W='echo'
# DEFS='-DPACKAGE_NAME=\"OpenNTPD\" -DPACKAGE_TARNAME=\"openntpd\" -DPACKAGE_VERSION=\"6.0p1\" -DPACKAGE_STRING=\"OpenNTPD\ 6.0p1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openntpd\" -DVERSION=\"6.0p1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSPT_TYPE=SPT_REUSEARGV -DHAVE_GETAUXVAL=1 -DHAVE_ASPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_MEMMEM=1 -DHAVE_POLL=1 -DHAVE_SETGROUPS=1 -DHAVE_SETREGID=1 -DHAVE_SETRESGID=1 -DHAVE_SETREUID=1 -DHAVE_SETRESUID=1 -DHAVE_SYSCONF=1 -DHAVE_NTP_ADJTIME=1 -DHAVE_ADJTIMEX=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_CLOCK_GETRES=1 -DHAVE___PROGNAME=1 -DHAVE_VA_COPY=1 -DHAVE___VA_COPY=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_ERR_H=1 -DHAVE_IFADDRS_H=1 -DHAVE_PATHS_H=1 -DNTPD_USER=\"ntp\" -DCONSTRAINT_CA=\"/etc/ssl/cert.pem\"'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# HAVE_ADJFREQ_FALSE=''
# HAVE_ADJFREQ_TRUE='#'
# HAVE_ARC4RANDOM_BUF_FALSE=''
# HAVE_ARC4RANDOM_BUF_TRUE='#'
# HAVE_ARC4RANDOM_FALSE=''
# HAVE_ARC4RANDOM_TRUE='#'
# HAVE_ARC4RANDOM_UNIFORM_FALSE=''
# HAVE_ARC4RANDOM_UNIFORM_TRUE='#'
# HAVE_ASPRINTF_FALSE='#'
# HAVE_ASPRINTF_TRUE=''
# HAVE_CLOCK_GETRES_FALSE='#'
# HAVE_CLOCK_GETRES_TRUE=''
# HAVE_CLOCK_GETTIME_FALSE='#'
# HAVE_CLOCK_GETTIME_TRUE=''
# HAVE_CLOSEFROM_FALSE=''
# HAVE_CLOSEFROM_TRUE='#'
# HAVE_DAEMON_FALSE='#'
# HAVE_DAEMON_TRUE=''
# HAVE_EXPLICIT_BZERO_FALSE=''
# HAVE_EXPLICIT_BZERO_TRUE='#'
# HAVE_GETENTROPY_FALSE=''
# HAVE_GETENTROPY_TRUE='#'
# HAVE_IFADDRS_H_FALSE=''
# HAVE_IFADDRS_H_TRUE='#'
# HAVE_IMSG_FALSE=''
# HAVE_IMSG_TRUE='#'
# HAVE_LIBTLS_FALSE=''
# HAVE_LIBTLS_TRUE='#'
# HAVE_MEMMEM_FALSE='#'
# HAVE_MEMMEM_TRUE=''
# HAVE_POLL_FALSE='#'
# HAVE_POLL_TRUE=''
# HAVE_REALLOCARRAY_FALSE=''
# HAVE_REALLOCARRAY_TRUE='#'
# HAVE_SENSORS_FALSE=''
# HAVE_SENSORS_TRUE='#'
# HAVE_SETGROUPS_FALSE='#'
# HAVE_SETGROUPS_TRUE=''
# HAVE_SETPROCTITLE_FALSE=''
# HAVE_SETPROCTITLE_TRUE='#'
# HAVE_SETRESGID_FALSE='#'
# HAVE_SETRESGID_TRUE=''
# HAVE_SETRESUID_FALSE='#'
# HAVE_SETRESUID_TRUE=''
# HAVE_STRLCAT_FALSE=''
# HAVE_STRLCAT_TRUE='#'
# HAVE_STRLCPY_FALSE=''
# HAVE_STRLCPY_TRUE='#'
# HAVE_STRTONUM_FALSE=''
# HAVE_STRTONUM_TRUE='#'
# HAVE_SYSCONF_FALSE='#'
# HAVE_SYSCONF_TRUE=''
# HAVE_TIMINGSAFE_BCMP_FALSE=''
# HAVE_TIMINGSAFE_BCMP_TRUE='#'
# HAVE_TIMINGSAFE_MEMCMP_FALSE=''
# HAVE_TIMINGSAFE_MEMCMP_TRUE='#'
# HOST_AIX_FALSE=''
# HOST_AIX_TRUE='#'
# HOST_CYGWIN_FALSE=''
# HOST_CYGWIN_TRUE='#'
# HOST_DARWIN_FALSE=''
# HOST_DARWIN_TRUE='#'
# HOST_FREEBSD_FALSE=''
# HOST_FREEBSD_TRUE='#'
# HOST_HPUX_FALSE=''
# HOST_HPUX_TRUE='#'
# HOST_LINUX_FALSE='#'
# HOST_LINUX_TRUE=''
# HOST_NETBSD_FALSE=''
# HOST_NETBSD_TRUE='#'
# HOST_OPENBSD_FALSE=''
# HOST_OPENBSD_TRUE='#'
# HOST_SOLARIS_FALSE=''
# HOST_SOLARIS_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=' '
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# MAKEINFO='${SHELL} /tmp/openntpd/src/openntpd-6.0p1/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/usr/sbin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='openntpd'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='OpenNTPD'
# PACKAGE_STRING='OpenNTPD 6.0p1'
# PACKAGE_TARNAME='openntpd'
# PACKAGE_URL=''
# PACKAGE_VERSION='6.0p1'
# PATH_SEPARATOR=':'
# PLATFORM_LDADD=''
# PRIVSEP_PATH='/var/empty'
# PRIVSEP_USER='ntp'
# PROG_LDADD=''
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='6.0p1'
# YACC='bison -y'
# YFLAGS=''
# ac_ct_AR='ar'
# ac_ct_CC='gcc'
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/openntpd/src/openntpd-6.0p1/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "OpenNTPD"
# #define PACKAGE_TARNAME "openntpd"
# #define PACKAGE_VERSION "6.0p1"
# #define PACKAGE_STRING "OpenNTPD 6.0p1"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "openntpd"
# #define VERSION "6.0p1"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define SPT_TYPE SPT_REUSEARGV
# #define HAVE_GETAUXVAL 1
# #define HAVE_ASPRINTF 1
# #define HAVE_DAEMON 1
# #define HAVE_MEMMEM 1
# #define HAVE_POLL 1
# #define HAVE_SETGROUPS 1
# #define HAVE_SETREGID 1
# #define HAVE_SETRESGID 1
# #define HAVE_SETREUID 1
# #define HAVE_SETRESUID 1
# #define HAVE_SYSCONF 1
# #define HAVE_NTP_ADJTIME 1
# #define HAVE_ADJTIMEX 1
# #define HAVE_CLOCK_GETTIME 1
# #define HAVE_CLOCK_GETRES 1
# #define HAVE___PROGNAME 1
# #define HAVE_VA_COPY 1
# #define HAVE___VA_COPY 1
# #define HAVE_SYS_SYSCTL_H 1
# #define HAVE_ERR_H 1
# #define HAVE_IFADDRS_H 1
# #define HAVE_PATHS_H 1
# #define NTPD_USER "ntp"
# #define CONSTRAINT_CA "/etc/ssl/cert.pem"
#
# configure: exit 0