pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sudo 1.8.15 fails to build on Darwin (-static-libgcc weirdness)



Hi,

Sudo was recently updated to version 1.8.15.  When I compile the package
with clang on my Darwin machine (OS X 10.11.2, Xcode 10.11), I get

    $ bmake package
    [...]
    checking whether C compiler accepts -static-libgcc... yes
    [...]
    clang: error: unsupported option '-static-libgcc'

... which looks a bit weird.  The configuration phase is erroneously
determining that clang knows about the -static-libgcc flag, which it
certainly doesn't.

Full build output attached along with config.log.


Cheers,
Andreas

-- 
Andreas Kusalananda Kähäri, Bioinformatics Developer, Uppsala, Sweden
OpenPGP: url=https://db.tt/2zaB1E7y; id=46082BDF
------------------------------------------------------------------------
=> Bootstrap dependency digest>=20010302: found digest-20121220
=> Checksum SHA1 OK for sudo-1.8.15.tar.gz
=> Checksum RMD160 OK for sudo-1.8.15.tar.gz
=> Checksum SHA512 OK for sudo-1.8.15.tar.gz
===> Installing dependencies for sudo-1.8.15
==========================================================================
The supported build options for sudo are:

	kerberos ldap pam skey

The currently selected options are:

	pam

You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or the following variable.  Its current value is shown:

	PKG_OPTIONS.sudo (not defined)

==========================================================================
==========================================================================
The following variables will affect the build process of this package,
sudo-1.8.15.  Their current value is shown below:

        * PAM_DEFAULT = openpam
        * VARBASE = /opt/pkg/var

Based on these variables, the following variables have been set:

        * PAMBASE (defined, but empty)

You may want to abort the process now with CTRL-C and change their value
before continuing.  Be sure to run `/opt/pkg/bin/bmake clean' after
the changes.
==========================================================================
=> Tool dependency libtool-base>=2.2.6bnb3: found libtool-base-2.4.2nb10
=> Tool dependency nbpatch-[0-9]*: found nbpatch-20151107
===> Overriding tools for sudo-1.8.15
===> Extracting for sudo-1.8.15
===> Patching for sudo-1.8.15
=> Applying pkgsrc patches for sudo-1.8.15
===> Creating toolchain wrappers for sudo-1.8.15
===> Configuring for sudo-1.8.15
=> Modifying GNU configure scripts to avoid --recheck
=> Replacing config-guess with pkgsrc versions
=> Replacing config-sub with pkgsrc versions
=> Replacing install-sh with pkgsrc version
configure: WARNING: unrecognized options: --with-nbsdops
configure: Configuring Sudo version 1.8.15
checking for x86_64-apple-darwin15-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
Adding NetBSD standard options
checking whether to lecture users the first time they run sudo... yes
checking whether sudo should log via syslog or to a file by default... syslog
checking at which syslog priority to log commands... notice
checking at which syslog priority to log failures... alert
checking how long a line in the log file should be... 80
checking whether sudo should ignore '.' or '' in $PATH... yes
checking whether to send mail when a user is not in sudoers... yes
checking whether to send mail when user listed but not for this host... no
checking whether to send mail when a user tries a disallowed command... no
checking who should get the mail that sudo sends... root
checking for bad password prompt... Password: 
checking for bad password message... Sorry, try again.
checking whether to expect fully qualified hosts in sudoers... no
checking for umask programs should be run with... 0022
checking for default user to run commands as... root
checking for editor that visudo should use... vi
checking whether to obey EDITOR and VISUAL environment variables... yes
checking number of tries a user gets to enter their password... 3
checking time in minutes after which sudo will ask for a password again... 5
checking time in minutes after the password prompt will time out... 5
checking whether to use per-tty ticket files... yes
checking whether to include insults... no
checking whether to override the user's path... no
checking whether to get ip addresses from the network interfaces... yes
checking whether to use an askpass helper... no
checking whether to do user authentication by default... yes
checking whether to disable running the mailer as root... yes
checking whether to disable shadow password support... no
checking whether root should be allowed to use sudo... yes
checking whether to log the hostname in the log file... no
checking whether to invoke a shell if sudo is given no arguments... no
checking whether to set $HOME to target user in shell mode... no
checking whether to disable 'command not found' messages... yes
checking whether to enable environment debugging... no
checking whether to enable environment resetting by default... yes
checking for library containing strerror... none required
checking how to run the C preprocessor... clang -E
checking for x86_64-apple-darwin15-ar... no
checking for ar... ar
checking for x86_64-apple-darwin15-ranlib... no
checking for ranlib... ranlib
checking build system type... x86_64-apple-darwin15
checking host system type... x86_64-apple-darwin15
checking how to print strings... printf
checking for a sed that does not truncate output... /opt/pkg/bin/nbsed
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking how to convert x86_64-apple-darwin15 file names to x86_64-apple-darwin15 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin15 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for x86_64-apple-darwin15-objdump... no
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for x86_64-apple-darwin15-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-apple-darwin15-ar... ar
checking for archiver @FILE support... no
checking for x86_64-apple-darwin15-strip... no
checking for strip... strip
checking for x86_64-apple-darwin15-ranlib... ranlib
checking for gawk... /opt/pkg/bin/nawk
checking command to parse /usr/bin/nm output from clang object... ok
checking for sysroot... no
checking for a working dd... /opt/pkg/gnu/bin/dd
checking how to truncate binary pipes... /opt/pkg/gnu/bin/dd bs=4096 count=1
checking for x86_64-apple-darwin15-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for x86_64-apple-darwin15-dsymutil... no
checking for dsymutil... dsymutil
checking for x86_64-apple-darwin15-nmedit... no
checking for nmedit... nmedit
checking for x86_64-apple-darwin15-lipo... no
checking for lipo... lipo
checking for x86_64-apple-darwin15-otool... no
checking for otool... otool
checking for x86_64-apple-darwin15-otool64... no
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... rm: conftest*: No such file or directory
yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin15 dyld
checking how to hardcode library paths into programs... immediate
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
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 path to sudo_noexec.so... no
checking for uname... /opt/pkg/gnu/bin/uname
checking for tr... /Users/kk/pkgsrc/security/sudo/work/.tools/bin/tr
checking for mandoc... mandoc
checking for nroff... /bin/cat
checking which macro set to use for manual pages... man
checking whether the linker accepts -Wl,-force_flat_namespace... yes
checking for clang option to accept ISO C99... none needed
checking for clang option to accept ISO Standard C... (cached) none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for variadic macro support in cpp... yes
checking for gawk... (cached) /opt/pkg/bin/nawk
checking for bison... bison -y
checking for flex... /usr/bin/flex
checking for mv... /bin/mv
checking for sh... /Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh
checking for sendmail... /usr/sbin/sendmail
checking for vi... /usr/bin/vi
checking which syslog facility sudo should log with... authpriv
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether sys/types.h defines makedev... yes
checking for netgroup.h... no
checking for paths.h... yes
checking for spawn.h... yes
checking for utmpx.h... yes
checking for sys/sockio.h... yes
checking for sys/bsdtypes.h... no
checking for sys/select.h... yes
checking for sys/stropts.h... no
checking for sys/sysmacros.h... no
checking endian.h usability... no
checking endian.h presence... no
checking for endian.h... no
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking machine/endian.h usability... yes
checking machine/endian.h presence... yes
checking for machine/endian.h... yes
checking procfs.h usability... no
checking procfs.h presence... no
checking for procfs.h... no
checking sys/procfs.h usability... no
checking sys/procfs.h presence... no
checking for sys/procfs.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking POSIX termios... yes
checking login_cap.h usability... no
checking login_cap.h presence... no
checking for login_cap.h... no
checking for mode_t... yes
checking for uid_t in sys/types.h... yes
checking for clockid_t... no
checking for sig_atomic_t... yes
checking for sigaction_t... no
checking for struct in6_addr... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for id_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for dev_t... yes
checking for ino_t... yes
checking for ptrdiff_t... yes
checking for intmax_t... yes
checking for uintmax_t... yes
checking for uint8_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for socklen_t... yes
checking for rsize_t... yes
checking for errno_t... yes
checking max length of uid_t... 10
checking for struct sockaddr.sa_len... yes
checking for struct sockaddr_in.sin_len... no
checking for struct utmpx.ut_id... yes
checking for struct utmpx.ut_pid... yes
checking for struct utmpx.ut_tv... yes
checking for struct utmpx.ut_type... yes
checking for struct utmpx.ut_exit.__e_termination... no
checking for struct utmpx.ut_exit.e_termination... no
checking type of array argument to getgroups... gid_t
checking for size_t... (cached) yes
checking for getgroups... yes
checking for working getgroups... yes
checking for killpg... yes
checking for nl_langinfo... yes
checking for strftime... yes
checking for pread... yes
checking for pwrite... yes
checking for openat... yes
checking for seteuid... yes
checking for getgrouplist... yes
checking for getline... yes
checking for reallocarray... no
checking for __sprintf_chk... yes
checking for getutxid... yes
checking for sysctl... yes
checking for struct kinfo_proc.ki_tdev... no
checking for struct kinfo_proc2.p_tdev... no
checking for struct kinfo_proc.p_tdev... no
checking for struct kinfo_proc.kp_eproc.e_tdev... yes
checking for openpty... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking util.h usability... yes
checking util.h presence... yes
checking for util.h... yes
checking for unsetenv... yes
checking whether unsetenv returns void... no
checking whether putenv takes a const argument... no
checking for setresuid... no
checking for setreuid... yes
checking for getifaddrs... yes
checking for freeifaddrs... yes
checking for lockf... yes
checking for innetgr... yes
checking whether innetgr is declared... yes
checking for getdomainname... yes
checking whether getdomainname is declared... yes
checking for utimensat... no
checking for utimes... yes
checking for futimens... no
checking for futimes... yes
checking for working fnmatch with FNM_CASEFOLD... yes
checking for isblank... yes
checking for glob... yes
checking for memrchr... no
checking for memset_s... yes
checking for pw_dup... no
checking for strlcpy... yes
checking for strlcat... yes
checking for strnlen... yes
checking for working strnlen... yes
checking for strndup... yes
checking for clock_gettime... no
checking for clock_gettime in -lrt... no
checking for getopt_long... yes
checking for closefrom... no
checking whether F_CLOSEM is declared... no
checking for mkstemps... yes
checking for mkdtemp... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for working snprintf... yes
checking for working vsnprintf... yes
checking for asprintf... yes
checking for vasprintf... yes
checking for strtonum... no
checking for struct stat.st_mtim... no
checking for struct stat.st_mtimespec... yes
checking sha2.h usability... no
checking sha2.h presence... no
checking for sha2.h... no
checking for struct dirent.d_type... yes
checking for struct dirent.d_namlen... yes
checking for socket... yes
checking for inet_pton... yes
checking for inet_ntop... yes
checking for syslog... yes
checking for getaddrinfo... yes
checking for getprogname... yes
checking for setprogname... yes
checking for __func__... yes
checking for gettext... no
checking for gettext in -lintl... no
checking for gettext in -lintl -liconv... no
checking for gzdopen in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether errno is declared... yes
checking whether h_errno is declared... yes
checking whether LLONG_MAX is declared... yes
checking whether LLONG_MIN is declared... yes
checking whether ULLONG_MAX is declared... yes
checking whether PATH_MAX is declared... yes
checking whether SIZE_MAX is declared... yes
checking for strsignal... yes
checking for sig2str... no
checking whether sys_signame is declared... yes
checking for pam_start in -lpam... yes
checking security/pam_appl.h usability... yes
checking security/pam_appl.h presence... yes
checking for security/pam_appl.h... yes
checking for pam_getenvlist... yes
checking whether to use PAM session support... yes
checking for log file location... /opt/pkg/var/log/sudo.log
checking for sudo run dir location... /opt/pkg/var/run/sudo
checking for sudo var dir location... /var/db/sudo
checking for I/O log dir location... /var/log/sudo-io
checking time zone data directory... /usr/share/zoneinfo
checking whether C compiler accepts -static-libgcc... yes
checking whether C compiler accepts -fvisibility=hidden... yes
checking for compiler stack protector support... -fstack-protector-strong
checking whether the linker accepts -Wl,-z,relro... no
configure: using the following authentication methods: pam
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating include/Makefile
config.status: creating lib/util/Makefile
config.status: creating lib/util/util.exp
config.status: creating src/sudo_usage.h
config.status: creating src/Makefile
config.status: creating plugins/sample/Makefile
config.status: creating plugins/group_file/Makefile
config.status: creating plugins/system_group/Makefile
config.status: creating plugins/sudoers/Makefile
config.status: creating plugins/sudoers/sudoers
config.status: creating config.h
config.status: creating pathnames.h
config.status: executing libtool commands
rm: libtoolT: No such file or directory
configure: WARNING: unrecognized options: --with-nbsdops
configure: Warning: the /opt/pkg/var/run/sudo/ts directory must be cleared at boot time.
configure:          You may need to create a startup item to do this.
=> Modifying libtool scripts to use pkgsrc libtool
===> Building for sudo-1.8.15
for d in lib/util  plugins/group_file plugins/sudoers  plugins/system_group src include doc examples; do  (cd $d && exec /opt/pkg/bin/bmake all) && continue;  exit $?;  done
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o event.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./event.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./event.c  -fno-common -DPIC -o .libs/event.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o fatal.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./fatal.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./fatal.c  -fno-common -DPIC -o .libs/fatal.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o key_val.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./key_val.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./key_val.c  -fno-common -DPIC -o .libs/key_val.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o gethostname.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./gethostname.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./gethostname.c  -fno-common -DPIC -o .libs/gethostname.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o gettime.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./gettime.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./gettime.c  -fno-common -DPIC -o .libs/gettime.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o gidlist.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./gidlist.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./gidlist.c  -fno-common -DPIC -o .libs/gidlist.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o lbuf.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./lbuf.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./lbuf.c  -fno-common -DPIC -o .libs/lbuf.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o locking.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./locking.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./locking.c  -fno-common -DPIC -o .libs/locking.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o parseln.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./parseln.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./parseln.c  -fno-common -DPIC -o .libs/parseln.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o progname.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./progname.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./progname.c  -fno-common -DPIC -o .libs/progname.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o secure_path.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./secure_path.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./secure_path.c  -fno-common -DPIC -o .libs/secure_path.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o setgroups.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./setgroups.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./setgroups.c  -fno-common -DPIC -o .libs/setgroups.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o strsplit.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./strsplit.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./strsplit.c  -fno-common -DPIC -o .libs/strsplit.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o strtobool.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./strtobool.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./strtobool.c  -fno-common -DPIC -o .libs/strtobool.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o strtoid.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./strtoid.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./strtoid.c  -fno-common -DPIC -o .libs/strtoid.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o strtomode.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./strtomode.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./strtomode.c  -fno-common -DPIC -o .libs/strtomode.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o sudo_conf.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./sudo_conf.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./sudo_conf.c  -fno-common -DPIC -o .libs/sudo_conf.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o sudo_debug.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./sudo_debug.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./sudo_debug.c  -fno-common -DPIC -o .libs/sudo_debug.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o sudo_dso.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./sudo_dso.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./sudo_dso.c  -fno-common -DPIC -o .libs/sudo_dso.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o term.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./term.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./term.c  -fno-common -DPIC -o .libs/term.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o ttysize.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./ttysize.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./ttysize.c  -fno-common -DPIC -o .libs/ttysize.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o event_select.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./event_select.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./event_select.c  -fno-common -DPIC -o .libs/event_select.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o reallocarray.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./reallocarray.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./reallocarray.c  -fno-common -DPIC -o .libs/reallocarray.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o utimens.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./utimens.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./utimens.c  -fno-common -DPIC -o .libs/utimens.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o memrchr.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./memrchr.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./memrchr.c  -fno-common -DPIC -o .libs/memrchr.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o pw_dup.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./pw_dup.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./pw_dup.c  -fno-common -DPIC -o .libs/pw_dup.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o closefrom.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./closefrom.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./closefrom.c  -fno-common -DPIC -o .libs/closefrom.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o strtonum.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./strtonum.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./strtonum.c  -fno-common -DPIC -o .libs/strtonum.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o sha2.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./sha2.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./sha2.c  -fno-common -DPIC -o .libs/sha2.o
/bin/sh ../../libtool --tag=disable-static --mode=compile clang -c -o sig2str.lo -I../../include -I../.. -I. -I../.. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden  -fstack-protector-strong ./sig2str.c
libtool: compile:  clang -c -I../../include -I../.. -I. -D_PATH_SUDO_CONF=\"/opt/pkg/etc/sudo.conf\" -D_FORTIFY_SOURCE=2 -O2 -fvisibility=hidden -fstack-protector-strong ./sig2str.c  -fno-common -DPIC -o .libs/sig2str.o
case "-Wc,-static-libgcc" in  *-no-install*)  /bin/sh ../../libtool --tag=disable-static --mode=link clang -o libsudo_util.la -L/usr/lib -L/opt/pkg/lib -Wc,-static-libgcc event.lo fatal.lo key_val.lo gethostname.lo gettime.lo  gidlist.lo lbuf.lo locking.lo parseln.lo progname.lo secure_path.lo  setgroups.lo strsplit.lo strtobool.lo strtoid.lo strtomode.lo  sudo_conf.lo sudo_debug.lo sudo_dso.lo term.lo ttysize.lo  event_select.lo  reallocarray.lo utimens.lo memrchr.lo pw_dup.lo closefrom.lo strtonum.lo sha2.lo sig2str.lo  -ldl ;;  *)  /bin/sh ../../libtool --tag=disable-static --mode=link clang -o libsudo_util.la -L/usr/lib -L/opt/pkg/lib -Wc,-fstack-protector-strong -Wc,-static-libgcc event.lo fatal.lo key_val.lo gethostname.lo gettime.lo  gidlist.lo lbuf.lo locking.lo parseln.lo progname.lo secure_path.lo  setgroups.lo strsplit.lo strtobool.lo strtoid.lo strtomode.lo  sudo_conf.lo sudo_debug.lo sudo_dso.lo term.lo ttysize.lo  event_select.lo  reallocarray.lo utimens.lo memrchr.lo pw_dup.lo closefrom.lo strtonum.lo sha2.lo sig2str.lo -version-info 0:0:0 -rpath /opt/pkg/lib/sudo   -ldl ;;  esac
libtool: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libsudo_util.0.dylib  .libs/event.o .libs/fatal.o .libs/key_val.o .libs/gethostname.o .libs/gettime.o .libs/gidlist.o .libs/lbuf.o .libs/locking.o .libs/parseln.o .libs/progname.o .libs/secure_path.o .libs/setgroups.o .libs/strsplit.o .libs/strtobool.o .libs/strtoid.o .libs/strtomode.o .libs/sudo_conf.o .libs/sudo_debug.o .libs/sudo_dso.o .libs/term.o .libs/ttysize.o .libs/event_select.o .libs/reallocarray.o .libs/utimens.o .libs/memrchr.o .libs/pw_dup.o .libs/closefrom.o .libs/strtonum.o .libs/sha2.o .libs/sig2str.o   -L/Users/kk/pkgsrc/security/sudo/work/.buildlink/lib -ldl  -fstack-protector-strong -static-libgcc   -install_name  /opt/pkg/lib/sudo/libsudo_util.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module
clang: error: unsupported option '-static-libgcc'
*** [libsudo_util.la] Error code 1

bmake[1]: stopped in /Users/kk/pkgsrc/security/sudo/work/sudo-1.8.15/lib/util
1 error

bmake[1]: stopped in /Users/kk/pkgsrc/security/sudo/work/sudo-1.8.15/lib/util
*** [all] Error code 2

bmake: stopped in /Users/kk/pkgsrc/security/sudo/work/sudo-1.8.15
1 error

bmake: stopped in /Users/kk/pkgsrc/security/sudo/work/sudo-1.8.15
*** Error code 2

Stop.
bmake[1]: stopped in /Users/kk/pkgsrc/security/sudo
*** Error code 1

Stop.
bmake: stopped in /Users/kk/pkgsrc/security/sudo
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by sudo configure 1.8.15, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --disable-root-mailer --with-ignore-dot --sysconfdir=/opt/pkg/etc --with-rundir=/opt/pkg/var/run/sudo --with-logpath=/opt/pkg/var/log/sudo.log --libexecdir=/opt/pkg/lib --with-noexec=no --with-pam --without-kerb5 --without-skey --with-nbsdops --disable-path-info --prefix=/opt/pkg --build=x86_64-apple-darwin15 --host=x86_64-apple-darwin15 --mandir=/opt/pkg/man

## --------- ##
## Platform. ##
## --------- ##

hostname = MacBook-Air.local
uname -m = x86_64
uname -r = 15.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 15.2.0: Fri Nov 13 19:56:56 PST 2015; root:xnu-3248.20.55~2/RELEASE_X86_64

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
	 Darwin Kernel Version 15.2.0: Fri Nov 13 19:56:56 PST 2015; root:xnu-3248.20.55~2/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 199 tasks, 1161 threads, 4 processors
Load average: 2.91, Mach factor: 1.45
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /Users/kk/pkgsrc/security/sudo/work/.wrapper/bin
PATH: /Users/kk/pkgsrc/security/sudo/work/.buildlink/bin
PATH: /Users/kk/pkgsrc/security/sudo/work/.tools/bin
PATH: /opt/pkg/bin
PATH: /Users/kk/local/bin
PATH: /opt/pkg/bin
PATH: /opt/pkg/sbin
PATH: /opt/pkg/gnu/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /opt/pkg/bin
PATH: /opt/X11/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2732: Configuring Sudo version 1.8.15
configure:2952: checking for x86_64-apple-darwin15-gcc
configure:2979: result: clang
configure:3248: checking for C compiler version
configure:3257: clang --version >&5
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin15.2.0
Thread model: posix
configure:3268: $? = 0
configure:3257: clang -v >&5
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin15.2.0
Thread model: posix
configure:3268: $? = 0
configure:3257: clang -V >&5
clang: error: unsupported option '-V -Qunused-arguments'
clang: error: no input files
configure:3268: $? = 1
configure:3257: clang -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:3268: $? = 1
configure:3288: checking whether the C compiler works
configure:3310: clang -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:3314: $? = 0
configure:3362: result: yes
configure:3365: checking for C compiler default output file name
configure:3367: result: a.out
configure:3373: checking for suffix of executables
configure:3380: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:3384: $? = 0
configure:3406: result: 
configure:3428: checking whether we are cross compiling
configure:3436: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:3440: $? = 0
configure:3447: ./conftest
configure:3451: $? = 0
configure:3466: result: no
configure:3471: checking for suffix of object files
configure:3493: clang -c -O2  conftest.c >&5
configure:3497: $? = 0
configure:3518: result: o
configure:3522: checking whether we are using the GNU C compiler
configure:3541: clang -c -O2  conftest.c >&5
configure:3541: $? = 0
configure:3550: result: yes
configure:3559: checking whether clang accepts -g
configure:3579: clang -c -g  conftest.c >&5
configure:3579: $? = 0
configure:3620: result: yes
configure:3637: checking for clang option to accept ISO C89
configure:3700: clang  -c -O2  conftest.c >&5
configure:3700: $? = 0
configure:3713: result: none needed
configure:3739: checking how to run the C preprocessor
configure:3770: clang -E  conftest.c
configure:3770: $? = 0
configure:3784: clang -E  conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^
1 error generated.
configure:3784: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3809: result: clang -E
configure:3829: clang -E  conftest.c
configure:3829: $? = 0
configure:3843: clang -E  conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^
1 error generated.
configure:3843: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3872: checking for grep that handles long lines and -e
configure:3930: result: /usr/bin/grep
configure:3935: checking for egrep
configure:3997: result: /usr/bin/egrep
configure:4002: checking for ANSI C header files
configure:4022: clang -c -O2  conftest.c >&5
configure:4022: $? = 0
configure:4095: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:4095: $? = 0
configure:4095: ./conftest
configure:4095: $? = 0
configure:4106: result: yes
configure:4119: checking for sys/types.h
configure:4119: clang -c -O2  conftest.c >&5
configure:4119: $? = 0
configure:4119: result: yes
configure:4119: checking for sys/stat.h
configure:4119: clang -c -O2  conftest.c >&5
configure:4119: $? = 0
configure:4119: result: yes
configure:4119: checking for stdlib.h
configure:4119: clang -c -O2  conftest.c >&5
configure:4119: $? = 0
configure:4119: result: yes
configure:4119: checking for string.h
configure:4119: clang -c -O2  conftest.c >&5
configure:4119: $? = 0
configure:4119: result: yes
configure:4119: checking for memory.h
configure:4119: clang -c -O2  conftest.c >&5
configure:4119: $? = 0
configure:4119: result: yes
configure:4119: checking for strings.h
configure:4119: clang -c -O2  conftest.c >&5
configure:4119: $? = 0
configure:4119: result: yes
configure:4119: checking for inttypes.h
configure:4119: clang -c -O2  conftest.c >&5
configure:4119: $? = 0
configure:4119: result: yes
configure:4119: checking for stdint.h
configure:4119: clang -c -O2  conftest.c >&5
configure:4119: $? = 0
configure:4119: result: yes
configure:4119: checking for unistd.h
configure:4119: clang -c -O2  conftest.c >&5
configure:4119: $? = 0
configure:4119: result: yes
configure:4132: checking minix/config.h usability
configure:4132: clang -c -O2  conftest.c >&5
conftest.c:52:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
         ^
1 error generated.
configure:4132: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4132: result: no
configure:4132: checking minix/config.h presence
configure:4132: clang -E  conftest.c
conftest.c:19:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
         ^
1 error generated.
configure:4132: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4132: result: no
configure:4132: checking for minix/config.h
configure:4132: result: no
configure:4153: checking whether it is safe to define __EXTENSIONS__
configure:4171: clang -c -O2  conftest.c >&5
configure:4171: $? = 0
configure:4178: result: yes
configure:4720: checking whether to lecture users the first time they run sudo
configure:4736: result: yes
configure:4745: checking whether sudo should log via syslog or to a file by default
configure:4775: result: syslog
configure:4796: checking at which syslog priority to log commands
configure:4819: result: notice
configure:4822: checking at which syslog priority to log failures
configure:4845: result: alert
configure:4860: checking how long a line in the log file should be
configure:4882: result: 80
configure:4885: checking whether sudo should ignore '.' or '' in $PATH
configure:4903: result: yes
configure:4910: checking whether to send mail when a user is not in sudoers
configure:4928: result: yes
configure:4935: checking whether to send mail when user listed but not for this host
configure:4956: result: no
configure:4960: checking whether to send mail when a user tries a disallowed command
configure:4981: result: no
configure:4985: checking who should get the mail that sudo sends
configure:5005: result: root
configure:5032: checking for bad password prompt
configure:5047: result: Password: 
configure:5055: checking for bad password message
configure:5076: result: Sorry, try again.
configure:5079: checking whether to expect fully qualified hosts in sudoers
configure:5100: result: no
configure:5225: checking for umask programs should be run with
configure:5251: result: 0022
configure:5271: checking for default user to run commands as
configure:5291: result: root
configure:5316: checking for editor that visudo should use
configure:5338: result: vi
configure:5343: checking whether to obey EDITOR and VISUAL environment variables
configure:5361: result: yes
configure:5368: checking number of tries a user gets to enter their password
configure:5389: result: 3
configure:5392: checking time in minutes after which sudo will ask for a password again
configure:5413: result: 5
configure:5416: checking time in minutes after the password prompt will time out
configure:5437: result: 5
configure:5440: checking whether to use per-tty ticket files
configure:5461: result: yes
configure:5465: checking whether to include insults
configure:5492: result: no
configure:5646: checking whether to override the user's path
configure:5674: result: no
configure:5679: checking whether to get ip addresses from the network interfaces
configure:5697: result: yes
configure:5713: checking whether to use an askpass helper
configure:5727: result: no
configure:5799: checking whether to do user authentication by default
configure:5820: result: yes
configure:5825: checking whether to disable running the mailer as root
configure:5833: result: yes
configure:5873: checking whether to disable shadow password support
configure:5893: result: no
configure:5898: checking whether root should be allowed to use sudo
configure:5917: result: yes
configure:5922: checking whether to log the hostname in the log file
configure:5943: result: no
configure:5948: checking whether to invoke a shell if sudo is given no arguments
configure:5969: result: no
configure:5974: checking whether to set $HOME to target user in shell mode
configure:5995: result: no
configure:6000: checking whether to disable 'command not found' messages
configure:6008: result: yes
configure:6027: checking whether to enable environment debugging
configure:6048: result: no
configure:6061: checking whether to enable environment resetting by default
configure:6079: result: yes
configure:6269: checking for library containing strerror
configure:6300: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
conftest.c:55:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
     ^
conftest.c:55:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:6300: $? = 0
configure:6317: result: none required
configure:6330: checking how to run the C preprocessor
configure:6400: result: clang -E
configure:6420: clang -E  conftest.c
configure:6420: $? = 0
configure:6434: clang -E  conftest.c
conftest.c:48:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^
1 error generated.
configure:6434: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6465: checking for x86_64-apple-darwin15-ar
configure:6495: result: no
configure:6505: checking for ar
configure:6521: found /Users/kk/pkgsrc/security/sudo/work/.wrapper/bin/ar
configure:6532: result: ar
configure:6557: checking for x86_64-apple-darwin15-ranlib
configure:6587: result: no
configure:6597: checking for ranlib
configure:6613: found /Users/kk/pkgsrc/security/sudo/work/.wrapper/bin/ranlib
configure:6624: result: ranlib
configure:6693: checking build system type
configure:6707: result: x86_64-apple-darwin15
configure:6727: checking host system type
configure:6740: result: x86_64-apple-darwin15
configure:6815: checking how to print strings
configure:6842: result: printf
configure:6863: checking for a sed that does not truncate output
configure:6927: result: /opt/pkg/bin/nbsed
configure:6945: checking for fgrep
configure:7007: result: /usr/bin/grep -F
configure:7042: checking for ld used by clang
configure:7109: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:7116: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:7131: result: no
configure:7143: checking for BSD- or MS-compatible name lister (nm)
configure:7197: result: /usr/bin/nm
configure:7327: checking the name lister (/usr/bin/nm) interface
configure:7334: clang -c -O2  conftest.c >&5
configure:7337: /usr/bin/nm "conftest.o"
configure:7340: output
0000000000000000 S _some_variable
configure:7347: result: BSD nm
configure:7350: checking whether ln -s works
configure:7354: result: yes
configure:7362: checking the maximum length of command line arguments
configure:7493: result: 262144
configure:7541: checking how to convert x86_64-apple-darwin15 file names to x86_64-apple-darwin15 format
configure:7581: result: func_convert_file_noop
configure:7588: checking how to convert x86_64-apple-darwin15 file names to toolchain format
configure:7608: result: func_convert_file_noop
configure:7615: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:7622: result: -r
configure:7656: checking for x86_64-apple-darwin15-objdump
configure:7686: result: no
configure:7696: checking for objdump
configure:7726: result: no
configure:7755: checking how to recognize dependent libraries
configure:7955: result: pass_all
configure:8000: checking for x86_64-apple-darwin15-dlltool
configure:8030: result: no
configure:8040: checking for dlltool
configure:8070: result: no
configure:8100: checking how to associate runtime and link libraries
configure:8127: result: printf %s\n
configure:8143: checking for x86_64-apple-darwin15-ar
configure:8170: result: ar
configure:8251: checking for archiver @FILE support
configure:8268: clang -c -O2  conftest.c >&5
configure:8268: $? = 0
configure:8271: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:8274: $? = 1
configure:8294: result: no
configure:8312: checking for x86_64-apple-darwin15-strip
configure:8342: result: no
configure:8352: checking for strip
configure:8368: found /Users/kk/pkgsrc/security/sudo/work/.tools/bin/strip
configure:8379: result: strip
configure:8411: checking for x86_64-apple-darwin15-ranlib
configure:8438: result: ranlib
configure:8555: checking for gawk
configure:8582: result: /opt/pkg/bin/nawk
configure:8622: checking command to parse /usr/bin/nm output from clang object
configure:8775: clang -c -O2  conftest.c >&5
configure:8778: $? = 0
configure:8782: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:8785: $? = 0
cannot find nm_test_var in conftest.nm
configure:8775: clang -c -O2  conftest.c >&5
configure:8778: $? = 0
configure:8782: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:8785: $? = 0
configure:8851: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c conftstm.o >&5
configure:8854: $? = 0
configure:8892: result: ok
configure:8939: checking for sysroot
configure:8969: result: no
configure:8976: checking for a working dd
configure:9014: result: /opt/pkg/gnu/bin/dd
configure:9018: checking how to truncate binary pipes
configure:9033: result: /opt/pkg/gnu/bin/dd bs=4096 count=1
configure:9307: checking for x86_64-apple-darwin15-mt
configure:9337: result: no
configure:9347: checking for mt
configure:9377: result: no
configure:9397: checking if : is a manifest tool
configure:9403: : '-?'
configure:9411: result: no
configure:9427: checking for x86_64-apple-darwin15-dsymutil
configure:9457: result: no
configure:9467: checking for dsymutil
configure:9483: found /usr/bin/dsymutil
configure:9494: result: dsymutil
configure:9519: checking for x86_64-apple-darwin15-nmedit
configure:9549: result: no
configure:9559: checking for nmedit
configure:9575: found /usr/bin/nmedit
configure:9586: result: nmedit
configure:9611: checking for x86_64-apple-darwin15-lipo
configure:9641: result: no
configure:9651: checking for lipo
configure:9667: found /usr/bin/lipo
configure:9678: result: lipo
configure:9703: checking for x86_64-apple-darwin15-otool
configure:9733: result: no
configure:9743: checking for otool
configure:9759: found /usr/bin/otool
configure:9770: result: otool
configure:9795: checking for x86_64-apple-darwin15-otool64
configure:9825: result: no
configure:9835: checking for otool64
configure:9865: result: no
configure:9910: checking for -single_module linker flag
clang -O2 -L/usr/lib -L/opt/pkg/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:9943: result: yes
configure:9946: checking for -exported_symbols_list linker flag
configure:9966: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
configure:9966: $? = 0
configure:9976: result: yes
configure:9979: checking for -force_load linker flag
clang -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
clang -O2 -L/usr/lib -L/opt/pkg/lib -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:10011: result: yes
configure:10050: checking for dlfcn.h
configure:10050: clang -c -O2  conftest.c >&5
configure:10050: $? = 0
configure:10050: result: yes
configure:10305: checking for objdir
configure:10320: result: .libs
configure:10591: checking if clang supports -fno-rtti -fno-exceptions
configure:10609: clang -c -O2  -fno-rtti -fno-exceptions conftest.c >&5
configure:10613: $? = 0
configure:10626: result: yes
configure:10984: checking for clang option to produce PIC
configure:10991: result: -fno-common -DPIC
configure:10999: checking if clang PIC flag -fno-common -DPIC works
configure:11017: clang -c -O2  -fno-common -DPIC -DPIC conftest.c >&5
configure:11021: $? = 0
configure:11034: result: yes
configure:11063: checking if clang static flag -static works
configure:11091: result: no
configure:11106: checking if clang supports -c -o file.o
configure:11127: clang -c -O2  -o out/conftest2.o conftest.c >&5
configure:11131: $? = 0
configure:11153: result: yes
configure:11161: checking if clang supports -c -o file.o
configure:11208: result: yes
configure:11241: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:12589: result: yes
configure:12839: checking dynamic linker characteristics
configure:13648: result: darwin15 dyld
configure:13755: checking how to hardcode library paths into programs
configure:13781: result: immediate
configure:13826: checking for dlopen in -ldl
configure:13851: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c -ldl   >&5
configure:13851: $? = 0
configure:13860: result: yes
configure:14083: checking whether a program can dlopen itself
configure:14163: clang -o conftest -O2  -DHAVE_DLFCN_H -L/usr/lib -L/opt/pkg/lib  conftest.c -ldl  >&5
configure:14166: $? = 0
configure:14184: result: yes
configure:14189: checking whether a statically linked program can dlopen itself
configure:14269: clang -o conftest -O2  -DHAVE_DLFCN_H -L/usr/lib -L/opt/pkg/lib   conftest.c -ldl  >&5
configure:14272: $? = 0
configure:14290: result: yes
configure:14329: checking whether stripping libraries is possible
configure:14343: result: yes
configure:14369: checking if libtool supports shared libraries
configure:14371: result: yes
configure:14374: checking whether to build shared libraries
configure:14399: result: yes
configure:14402: checking whether to build static libraries
configure:14406: result: yes
configure:14470: checking path to sudo_noexec.so
configure:14485: result: no
configure:14492: checking for uname
configure:14510: found /opt/pkg/gnu/bin/uname
configure:14523: result: /opt/pkg/gnu/bin/uname
configure:14533: checking for tr
configure:14551: found /Users/kk/pkgsrc/security/sudo/work/.tools/bin/tr
configure:14564: result: /Users/kk/pkgsrc/security/sudo/work/.tools/bin/tr
configure:14574: checking for mandoc
configure:14605: result: mandoc
configure:14618: checking for nroff
configure:14648: result: /bin/cat
configure:14658: checking which macro set to use for manual pages
configure:14677: result: man
configure:15456: checking whether the linker accepts -Wl,-force_flat_namespace
configure:15475: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib  -Wl,-force_flat_namespace conftest.c  >&5
configure:15475: $? = 0
configure:15484: result: yes
configure:15583: checking for clang option to accept ISO C99
configure:15732: clang  -c -O2  conftest.c >&5
configure:15732: $? = 0
configure:15745: result: none needed
configure:15853: checking for clang option to accept ISO Standard C
configure:15864: result: none needed
configure:15871: checking for an ANSI C-conforming const
configure:15937: clang -c -O2  conftest.c >&5
configure:15937: $? = 0
configure:15944: result: yes
configure:15952: checking for inline
configure:15968: clang -c -O2  conftest.c >&5
configure:15968: $? = 0
configure:15976: result: inline
configure:15994: checking for working volatile
configure:16013: clang -c -O2  conftest.c >&5
configure:16013: $? = 0
configure:16020: result: yes
configure:16028: checking for variadic macro support in cpp
configure:16048: clang -c -O2  conftest.c >&5
configure:16048: $? = 0
configure:16049: result: yes
configure:16073: checking for gawk
configure:16100: result: /opt/pkg/bin/nawk
configure:16115: checking for bison
configure:16131: found /usr/bin/bison
configure:16142: result: bison -y
configure:16156: checking for flex
configure:16174: found /usr/bin/flex
configure:16187: result: /usr/bin/flex
configure:16198: checking for mv
configure:16216: found /bin/mv
configure:16228: result: /bin/mv
configure:16244: checking for sh
configure:16262: found /Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh
configure:16275: result: /Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh
configure:16292: checking for sendmail
configure:16310: found /usr/sbin/sendmail
configure:16322: result: /usr/sbin/sendmail
configure:16339: checking for vi
configure:16357: found /usr/bin/vi
configure:16369: result: /usr/bin/vi
configure:16382: checking which syslog facility sudo should log with
configure:16396: clang -c -O2  conftest.c >&5
configure:16396: $? = 0
configure:16406: result: authpriv
configure:16411: checking for dirent.h that defines DIR
configure:16430: clang -c -O2  conftest.c >&5
configure:16430: $? = 0
configure:16438: result: yes
configure:16451: checking for library containing opendir
configure:16482: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:16482: $? = 0
configure:16499: result: none required
configure:16566: checking whether time.h and sys/time.h may both be included
configure:16586: clang -c -O2  conftest.c >&5
configure:16586: $? = 0
configure:16593: result: yes
configure:16601: checking for stdbool.h that conforms to C99
configure:16668: clang -c -O2  conftest.c >&5
conftest.c:109:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
             bool e = &s;
                  ~    ^
conftest.c:113:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                     ~^
conftest.c:113:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                          ~^
conftest.c:113:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                               ~^
conftest.c:113:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                    ~^
conftest.c:113:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                              ~^
conftest.c:113:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                                   ~^
conftest.c:113:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                                        ~^
conftest.c:113:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                                             ~^
conftest.c:114:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
                            ~^
conftest.c:114:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
                                 ~^
conftest.c:114:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
                                      ~^
12 warnings generated.
configure:16668: $? = 0
configure:16675: result: yes
configure:16677: checking for _Bool
configure:16677: clang -c -O2  conftest.c >&5
configure:16677: $? = 0
configure:16677: clang -c -O2  conftest.c >&5
conftest.c:96:20: error: expected expression
if (sizeof ((_Bool)))
                   ^
1 error generated.
configure:16677: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:16677: result: yes
configure:16694: checking whether sys/types.h defines makedev
configure:16710: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:16710: $? = 0
configure:16719: result: yes
configure:16750: checking for netgroup.h
configure:16750: clang -c -O2  conftest.c >&5
conftest.c:96:10: fatal error: 'netgroup.h' file not found
#include <netgroup.h>
         ^
1 error generated.
configure:16750: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <netgroup.h>
configure:16750: result: no
configure:16750: checking for paths.h
configure:16750: clang -c -O2  conftest.c >&5
configure:16750: $? = 0
configure:16750: result: yes
configure:16750: checking for spawn.h
configure:16750: clang -c -O2  conftest.c >&5
configure:16750: $? = 0
configure:16750: result: yes
configure:16750: checking for utmpx.h
configure:16750: clang -c -O2  conftest.c >&5
configure:16750: $? = 0
configure:16750: result: yes
configure:16750: checking for sys/sockio.h
configure:16750: clang -c -O2  conftest.c >&5
configure:16750: $? = 0
configure:16750: result: yes
configure:16750: checking for sys/bsdtypes.h
configure:16750: clang -c -O2  conftest.c >&5
conftest.c:100:10: fatal error: 'sys/bsdtypes.h' file not found
#include <sys/bsdtypes.h>
         ^
1 error generated.
configure:16750: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/bsdtypes.h>
configure:16750: result: no
configure:16750: checking for sys/select.h
configure:16750: clang -c -O2  conftest.c >&5
configure:16750: $? = 0
configure:16750: result: yes
configure:16750: checking for sys/stropts.h
configure:16750: clang -c -O2  conftest.c >&5
conftest.c:101:10: fatal error: 'sys/stropts.h' file not found
#include <sys/stropts.h>
         ^
1 error generated.
configure:16750: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/stropts.h>
configure:16750: result: no
configure:16750: checking for sys/sysmacros.h
configure:16750: clang -c -O2  conftest.c >&5
conftest.c:101:10: fatal error: 'sys/sysmacros.h' file not found
#include <sys/sysmacros.h>
         ^
1 error generated.
configure:16750: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/sysmacros.h>
configure:16750: result: no
configure:16783: checking endian.h usability
configure:16783: clang -c -O2  conftest.c >&5
conftest.c:100:10: fatal error: 'endian.h' file not found
#include <endian.h>
         ^
1 error generated.
configure:16783: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <endian.h>
configure:16783: result: no
configure:16783: checking endian.h presence
configure:16783: clang -E  conftest.c
conftest.c:67:10: fatal error: 'endian.h' file not found
#include <endian.h>
         ^
1 error generated.
configure:16783: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h.  */
| #include <endian.h>
configure:16783: result: no
configure:16783: checking for endian.h
configure:16783: result: no
configure:16783: checking sys/endian.h usability
configure:16783: clang -c -O2  conftest.c >&5
conftest.c:100:10: fatal error: 'sys/endian.h' file not found
#include <sys/endian.h>
         ^
1 error generated.
configure:16783: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/endian.h>
configure:16783: result: no
configure:16783: checking sys/endian.h presence
configure:16783: clang -E  conftest.c
conftest.c:67:10: fatal error: 'sys/endian.h' file not found
#include <sys/endian.h>
         ^
1 error generated.
configure:16783: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h.  */
| #include <sys/endian.h>
configure:16783: result: no
configure:16783: checking for sys/endian.h
configure:16783: result: no
configure:16783: checking machine/endian.h usability
configure:16783: clang -c -O2  conftest.c >&5
configure:16783: $? = 0
configure:16783: result: yes
configure:16783: checking machine/endian.h presence
configure:16783: clang -E  conftest.c
configure:16783: $? = 0
configure:16783: result: yes
configure:16783: checking for machine/endian.h
configure:16783: result: yes
configure:16796: checking procfs.h usability
configure:16796: clang -c -O2  conftest.c >&5
conftest.c:101:10: fatal error: 'procfs.h' file not found
#include <procfs.h>
         ^
1 error generated.
configure:16796: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <procfs.h>
configure:16796: result: no
configure:16796: checking procfs.h presence
configure:16796: clang -E  conftest.c
conftest.c:68:10: fatal error: 'procfs.h' file not found
#include <procfs.h>
         ^
1 error generated.
configure:16796: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| /* end confdefs.h.  */
| #include <procfs.h>
configure:16796: result: no
configure:16796: checking for procfs.h
configure:16796: result: no
configure:16796: checking sys/procfs.h usability
configure:16796: clang -c -O2  conftest.c >&5
conftest.c:101:10: fatal error: 'sys/procfs.h' file not found
#include <sys/procfs.h>
         ^
1 error generated.
configure:16796: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/procfs.h>
configure:16796: result: no
configure:16796: checking sys/procfs.h presence
configure:16796: clang -E  conftest.c
conftest.c:68:10: fatal error: 'sys/procfs.h' file not found
#include <sys/procfs.h>
         ^
1 error generated.
configure:16796: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| /* end confdefs.h.  */
| #include <sys/procfs.h>
configure:16796: result: no
configure:16796: checking for sys/procfs.h
configure:16796: result: no
configure:16844: checking for special C compiler options needed for large files
configure:16889: result: no
configure:16895: checking for _FILE_OFFSET_BITS value needed for large files
configure:16920: clang -c -O2  conftest.c >&5
configure:16920: $? = 0
configure:16952: result: no
configure:17097: checking POSIX termios
configure:17117: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:17117: $? = 0
configure:17125: result: yes
configure:17146: clang -c -O2  conftest.c >&5
configure:17146: $? = 0
configure:17195: checking login_cap.h usability
configure:17195: clang -c -O2  conftest.c >&5
conftest.c:101:10: fatal error: 'login_cap.h' file not found
#include <login_cap.h>
         ^
1 error generated.
configure:17195: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <login_cap.h>
configure:17195: result: no
configure:17195: checking login_cap.h presence
configure:17195: clang -E  conftest.c
conftest.c:68:10: fatal error: 'login_cap.h' file not found
#include <login_cap.h>
         ^
1 error generated.
configure:17195: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| /* end confdefs.h.  */
| #include <login_cap.h>
configure:17195: result: no
configure:17195: checking for login_cap.h
configure:17195: result: no
configure:17268: checking for mode_t
configure:17268: clang -c -O2  conftest.c >&5
configure:17268: $? = 0
configure:17268: clang -c -O2  conftest.c >&5
conftest.c:105:21: error: expected expression
if (sizeof ((mode_t)))
                    ^
1 error generated.
configure:17268: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17268: result: yes
configure:17279: checking for uid_t in sys/types.h
configure:17298: result: yes
configure:17309: checking for clockid_t
configure:17309: clang -c -O2  conftest.c >&5
conftest.c:75:13: error: use of undeclared identifier 'clockid_t'
if (sizeof (clockid_t))
            ^
1 error generated.
configure:17309: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <time.h>
| 
| int
| main ()
| {
| if (sizeof (clockid_t))
| 	 return 0;
|   ;
|   return 0;
| }
configure:17309: result: no
configure:17319: checking for sig_atomic_t
configure:17319: clang -c -O2  conftest.c >&5
configure:17319: $? = 0
configure:17319: clang -c -O2  conftest.c >&5
conftest.c:76:27: error: expected expression
if (sizeof ((sig_atomic_t)))
                          ^
1 error generated.
configure:17319: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <signal.h>
| 
| int
| main ()
| {
| if (sizeof ((sig_atomic_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17319: result: yes
configure:17329: checking for sigaction_t
configure:17329: clang -c -O2  conftest.c >&5
conftest.c:76:13: error: use of undeclared identifier 'sigaction_t'; did you mean 'sigaction'?
if (sizeof (sigaction_t))
            ^~~~~~~~~~~
            sigaction
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/signal.h:84:5: note: 'sigaction' declared here
int     sigaction(int, const struct sigaction * __restrict,
        ^
1 error generated.
configure:17329: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <signal.h>
| 
| int
| main ()
| {
| if (sizeof (sigaction_t))
| 	 return 0;
|   ;
|   return 0;
| }
configure:17329: result: no
configure:17341: checking for struct in6_addr
configure:17341: clang -c -O2  conftest.c >&5
configure:17341: $? = 0
configure:17341: clang -c -O2  conftest.c >&5
conftest.c:76:30: error: expected expression
if (sizeof ((struct in6_addr)))
                             ^
1 error generated.
configure:17341: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <netinet/in.h>
| 
| int
| main ()
| {
| if (sizeof ((struct in6_addr)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17341: result: yes
configure:17354: checking for unsigned long long int
configure:17402: result: yes
configure:17412: checking for long long int
configure:17462: result: yes
configure:17473: checking for id_t
configure:17473: clang -c -O2  conftest.c >&5
configure:17473: $? = 0
configure:17473: clang -c -O2  conftest.c >&5
conftest.c:109:19: error: expected expression
if (sizeof ((id_t)))
                  ^
1 error generated.
configure:17473: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((id_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17473: result: yes
configure:17484: checking for size_t
configure:17484: clang -c -O2  conftest.c >&5
configure:17484: $? = 0
configure:17484: clang -c -O2  conftest.c >&5
conftest.c:109:21: error: expected expression
if (sizeof ((size_t)))
                    ^
1 error generated.
configure:17484: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17484: result: yes
configure:17495: checking for ssize_t
configure:17495: clang -c -O2  conftest.c >&5
configure:17495: $? = 0
configure:17495: clang -c -O2  conftest.c >&5
conftest.c:109:22: error: expected expression
if (sizeof ((ssize_t)))
                     ^
1 error generated.
configure:17495: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17495: result: yes
configure:17506: checking for dev_t
configure:17506: clang -c -O2  conftest.c >&5
configure:17506: $? = 0
configure:17506: clang -c -O2  conftest.c >&5
conftest.c:109:20: error: expected expression
if (sizeof ((dev_t)))
                   ^
1 error generated.
configure:17506: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((dev_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17506: result: yes
configure:17517: checking for ino_t
configure:17517: clang -c -O2  conftest.c >&5
configure:17517: $? = 0
configure:17517: clang -c -O2  conftest.c >&5
conftest.c:109:20: error: expected expression
if (sizeof ((ino_t)))
                   ^
1 error generated.
configure:17517: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ino_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17517: result: yes
configure:17528: checking for ptrdiff_t
configure:17528: clang -c -O2  conftest.c >&5
configure:17528: $? = 0
configure:17528: clang -c -O2  conftest.c >&5
conftest.c:109:24: error: expected expression
if (sizeof ((ptrdiff_t)))
                       ^
1 error generated.
configure:17528: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ptrdiff_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17528: result: yes
configure:17539: checking for intmax_t
configure:17539: clang -c -O2  conftest.c >&5
configure:17539: $? = 0
configure:17539: clang -c -O2  conftest.c >&5
conftest.c:109:23: error: expected expression
if (sizeof ((intmax_t)))
                      ^
1 error generated.
configure:17539: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((intmax_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17539: result: yes
configure:17550: checking for uintmax_t
configure:17550: clang -c -O2  conftest.c >&5
configure:17550: $? = 0
configure:17550: clang -c -O2  conftest.c >&5
conftest.c:109:24: error: expected expression
if (sizeof ((uintmax_t)))
                       ^
1 error generated.
configure:17550: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uintmax_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17550: result: yes
configure:17561: checking for uint8_t
configure:17561: clang -c -O2  conftest.c >&5
configure:17561: $? = 0
configure:17561: clang -c -O2  conftest.c >&5
conftest.c:109:22: error: expected expression
if (sizeof ((uint8_t)))
                     ^
1 error generated.
configure:17561: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint8_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17561: result: yes
configure:17572: checking for uint32_t
configure:17572: clang -c -O2  conftest.c >&5
configure:17572: $? = 0
configure:17572: clang -c -O2  conftest.c >&5
conftest.c:109:23: error: expected expression
if (sizeof ((uint32_t)))
                      ^
1 error generated.
configure:17572: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint32_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17572: result: yes
configure:17583: checking for uint64_t
configure:17583: clang -c -O2  conftest.c >&5
configure:17583: $? = 0
configure:17583: clang -c -O2  conftest.c >&5
conftest.c:109:23: error: expected expression
if (sizeof ((uint64_t)))
                      ^
1 error generated.
configure:17583: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint64_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17583: result: yes
configure:17594: checking for socklen_t
configure:17594: clang -c -O2  conftest.c >&5
configure:17594: $? = 0
configure:17594: clang -c -O2  conftest.c >&5
conftest.c:112:24: error: expected expression
if (sizeof ((socklen_t)))
                       ^
1 error generated.
configure:17594: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/socket.h>
| 
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17594: result: yes
configure:17605: checking for rsize_t
configure:17605: clang -c -O2  conftest.c >&5
configure:17605: $? = 0
configure:17605: clang -c -O2  conftest.c >&5
conftest.c:109:22: error: expected expression
if (sizeof ((rsize_t)))
                     ^
1 error generated.
configure:17605: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((rsize_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17605: result: yes
configure:17616: checking for errno_t
configure:17616: clang -c -O2  conftest.c >&5
configure:17616: $? = 0
configure:17616: clang -c -O2  conftest.c >&5
conftest.c:109:22: error: expected expression
if (sizeof ((errno_t)))
                     ^
1 error generated.
configure:17616: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((errno_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17616: result: yes
configure:17628: checking max length of uid_t
configure:17658: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
conftest.c:78:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
conftest.c:84:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
    exit(1);
    ^
conftest.c:84:5: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
conftest.c:87:29: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)'
  (void) fprintf(f, "%d\n", strlen(b));
                            ^
conftest.c:87:29: note: include the header <string.h> or explicitly provide a declaration for 'strlen'
conftest.c:87:29: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  (void) fprintf(f, "%d\n", strlen(b));
                     ~~     ^~~~~~~~~
                     %lu
4 warnings generated.
configure:17658: $? = 0
configure:17658: ./conftest
configure:17658: $? = 0
configure:17671: result: 10
configure:17680: checking for struct sockaddr.sa_len
configure:17680: clang -c -O2  conftest.c >&5
configure:17680: $? = 0
configure:17680: result: yes
configure:17693: checking for struct sockaddr_in.sin_len
configure:17693: clang -c -O2  conftest.c >&5
conftest.c:83:27: error: variable has incomplete type 'struct sockaddr_in'
static struct sockaddr_in ac_aggr;
                          ^
conftest.c:83:15: note: forward declaration of 'struct sockaddr_in'
static struct sockaddr_in ac_aggr;
              ^
1 error generated.
configure:17693: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| /* end confdefs.h.  */
| 
| #	  include <sys/types.h>
| #	  include <sys/socket.h>
| 
| 
| int
| main ()
| {
| static struct sockaddr_in ac_aggr;
| if (ac_aggr.sin_len)
| return 0;
|   ;
|   return 0;
| }
configure:17693: clang -c -O2  conftest.c >&5
conftest.c:83:27: error: variable has incomplete type 'struct sockaddr_in'
static struct sockaddr_in ac_aggr;
                          ^
conftest.c:83:15: note: forward declaration of 'struct sockaddr_in'
static struct sockaddr_in ac_aggr;
              ^
1 error generated.
configure:17693: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| /* end confdefs.h.  */
| 
| #	  include <sys/types.h>
| #	  include <sys/socket.h>
| 
| 
| int
| main ()
| {
| static struct sockaddr_in ac_aggr;
| if (sizeof ac_aggr.sin_len)
| return 0;
|   ;
|   return 0;
| }
configure:17693: result: no
configure:17706: checking for struct utmpx.ut_id
configure:17706: clang -c -O2  conftest.c >&5
conftest.c:84:13: warning: address of array 'ac_aggr.ut_id' will always evaluate to 'true' [-Wpointer-bool-conversion]
if (ac_aggr.ut_id)
~~~  ~~~~~~~~^~~~~
1 warning generated.
configure:17706: $? = 0
configure:17706: result: yes
configure:17719: checking for struct utmpx.ut_pid
configure:17719: clang -c -O2  conftest.c >&5
configure:17719: $? = 0
configure:17719: result: yes
configure:17732: checking for struct utmpx.ut_tv
configure:17732: clang -c -O2  conftest.c >&5
conftest.c:86:1: error: statement requires expression of scalar type ('struct timeval' invalid)
if (ac_aggr.ut_tv)
^   ~~~~~~~~~~~~~
1 error generated.
configure:17732: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| /* end confdefs.h.  */
| 
| #	include <sys/types.h>
| #	include <utmpx.h>
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (ac_aggr.ut_tv)
| return 0;
|   ;
|   return 0;
| }
configure:17732: clang -c -O2  conftest.c >&5
configure:17732: $? = 0
configure:17732: result: yes
configure:17745: checking for struct utmpx.ut_type
configure:17745: clang -c -O2  conftest.c >&5
configure:17745: $? = 0
configure:17745: result: yes
configure:17759: checking for struct utmpx.ut_exit.__e_termination
configure:17759: clang -c -O2  conftest.c >&5
conftest.c:88:13: error: no member named 'ut_exit' in 'struct utmpx'
if (ac_aggr.ut_exit.__e_termination)
    ~~~~~~~ ^
1 error generated.
configure:17759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| /* end confdefs.h.  */
| 
| #	include <sys/types.h>
| #	include <utmpx.h>
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (ac_aggr.ut_exit.__e_termination)
| return 0;
|   ;
|   return 0;
| }
configure:17759: clang -c -O2  conftest.c >&5
conftest.c:88:20: error: no member named 'ut_exit' in 'struct utmpx'
if (sizeof ac_aggr.ut_exit.__e_termination)
           ~~~~~~~ ^
1 error generated.
configure:17759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| /* end confdefs.h.  */
| 
| #	include <sys/types.h>
| #	include <utmpx.h>
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (sizeof ac_aggr.ut_exit.__e_termination)
| return 0;
|   ;
|   return 0;
| }
configure:17759: result: no
configure:17774: checking for struct utmpx.ut_exit.e_termination
configure:17774: clang -c -O2  conftest.c >&5
conftest.c:88:13: error: no member named 'ut_exit' in 'struct utmpx'
if (ac_aggr.ut_exit.e_termination)
    ~~~~~~~ ^
1 error generated.
configure:17774: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| /* end confdefs.h.  */
| 
| #	    include <sys/types.h>
| #	    include <utmpx.h>
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (ac_aggr.ut_exit.e_termination)
| return 0;
|   ;
|   return 0;
| }
configure:17774: clang -c -O2  conftest.c >&5
conftest.c:88:20: error: no member named 'ut_exit' in 'struct utmpx'
if (sizeof ac_aggr.ut_exit.e_termination)
           ~~~~~~~ ^
1 error generated.
configure:17774: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| /* end confdefs.h.  */
| 
| #	    include <sys/types.h>
| #	    include <utmpx.h>
| 
| 
| int
| main ()
| {
| static struct utmpx ac_aggr;
| if (sizeof ac_aggr.ut_exit.e_termination)
| return 0;
|   ;
|   return 0;
| }
configure:17774: result: no
configure:17894: checking type of array argument to getgroups
configure:17928: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:17928: $? = 0
configure:17928: ./conftest
configure:17928: $? = 0
configure:17953: result: gid_t
configure:17961: checking for size_t
configure:17961: result: yes
configure:17972: checking for getgroups
configure:17972: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:17972: $? = 0
configure:17972: result: yes
configure:18027: checking for working getgroups
configure:18047: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18047: $? = 0
configure:18047: ./conftest
configure:18047: $? = 0
configure:18058: result: yes
configure:18076: checking for killpg
configure:18076: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18076: $? = 0
configure:18076: result: yes
configure:18076: checking for nl_langinfo
configure:18076: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18076: $? = 0
configure:18076: result: yes
configure:18076: checking for strftime
configure:18076: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18076: $? = 0
configure:18076: result: yes
configure:18076: checking for pread
configure:18076: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18076: $? = 0
configure:18076: result: yes
configure:18076: checking for pwrite
configure:18076: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18076: $? = 0
configure:18076: result: yes
configure:18076: checking for openat
configure:18076: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18076: $? = 0
configure:18076: result: yes
configure:18076: checking for seteuid
configure:18076: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18076: $? = 0
configure:18076: result: yes
configure:18100: checking for getgrouplist
configure:18100: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18100: $? = 0
configure:18100: result: yes
configure:18236: checking for getline
configure:18236: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18236: $? = 0
configure:18236: result: yes
configure:18273: checking for reallocarray
configure:18273: clang -o conftest -O2  -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_reallocarray", referenced from:
      _main in conftest-d09df9.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18273: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| /* end confdefs.h.  */
| /* Define reallocarray to an innocuous variant, in case <limits.h> declares reallocarray.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define reallocarray innocuous_reallocarray
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char reallocarray (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:18273: result: no
configure:18313: checking for __sprintf_chk
configure:18313: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18313: $? = 0
configure:18313: result: yes
configure:18327: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
conftest.c:94:20: warning: implicitly declaring library function 'sprintf' with type 'int (char *, const char *, ...)'
char buf[4]; (void)sprintf(buf, "%s", "foo");
                   ^
conftest.c:94:20: note: include the header <stdio.h> or explicitly provide a declaration for 'sprintf'
1 warning generated.
configure:18327: $? = 0
configure:18344: checking for getutxid
configure:18344: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18344: $? = 0
configure:18344: result: yes
configure:18381: checking for sysctl
configure:18381: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18381: $? = 0
configure:18381: result: yes
configure:18386: checking for struct kinfo_proc.ki_tdev
configure:18386: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:102:13: error: no member named 'ki_tdev' in 'struct kinfo_proc'
if (ac_aggr.ki_tdev)
    ~~~~~~~ ^
1 error generated.
configure:18386: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| /* end confdefs.h.  */
| 
| #	include <sys/param.h>
| #	include <sys/sysctl.h>
| #	include <sys/user.h>
| 
| 
| int
| main ()
| {
| static struct kinfo_proc ac_aggr;
| if (ac_aggr.ki_tdev)
| return 0;
|   ;
|   return 0;
| }
configure:18386: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:102:20: error: no member named 'ki_tdev' in 'struct kinfo_proc'
if (sizeof ac_aggr.ki_tdev)
           ~~~~~~~ ^
1 error generated.
configure:18386: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| /* end confdefs.h.  */
| 
| #	include <sys/param.h>
| #	include <sys/sysctl.h>
| #	include <sys/user.h>
| 
| 
| int
| main ()
| {
| static struct kinfo_proc ac_aggr;
| if (sizeof ac_aggr.ki_tdev)
| return 0;
|   ;
|   return 0;
| }
configure:18386: result: no
configure:18401: checking for struct kinfo_proc2.p_tdev
configure:18401: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:100:27: error: variable has incomplete type 'struct kinfo_proc2'
static struct kinfo_proc2 ac_aggr;
                          ^
conftest.c:100:15: note: forward declaration of 'struct kinfo_proc2'
static struct kinfo_proc2 ac_aggr;
              ^
1 error generated.
configure:18401: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| /* end confdefs.h.  */
| 
| #	    include <sys/param.h>
| #	    include <sys/sysctl.h>
| 
| 
| int
| main ()
| {
| static struct kinfo_proc2 ac_aggr;
| if (ac_aggr.p_tdev)
| return 0;
|   ;
|   return 0;
| }
configure:18401: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:100:27: error: variable has incomplete type 'struct kinfo_proc2'
static struct kinfo_proc2 ac_aggr;
                          ^
conftest.c:100:15: note: forward declaration of 'struct kinfo_proc2'
static struct kinfo_proc2 ac_aggr;
              ^
1 error generated.
configure:18401: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| /* end confdefs.h.  */
| 
| #	    include <sys/param.h>
| #	    include <sys/sysctl.h>
| 
| 
| int
| main ()
| {
| static struct kinfo_proc2 ac_aggr;
| if (sizeof ac_aggr.p_tdev)
| return 0;
|   ;
|   return 0;
| }
configure:18401: result: no
configure:18415: checking for struct kinfo_proc.p_tdev
configure:18415: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:101:13: error: no member named 'p_tdev' in 'struct kinfo_proc'
if (ac_aggr.p_tdev)
    ~~~~~~~ ^
1 error generated.
configure:18415: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| /* end confdefs.h.  */
| 
| #		include <sys/param.h>
| #		include <sys/sysctl.h>
| 
| 
| int
| main ()
| {
| static struct kinfo_proc ac_aggr;
| if (ac_aggr.p_tdev)
| return 0;
|   ;
|   return 0;
| }
configure:18415: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:101:20: error: no member named 'p_tdev' in 'struct kinfo_proc'
if (sizeof ac_aggr.p_tdev)
           ~~~~~~~ ^
1 error generated.
configure:18415: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| /* end confdefs.h.  */
| 
| #		include <sys/param.h>
| #		include <sys/sysctl.h>
| 
| 
| int
| main ()
| {
| static struct kinfo_proc ac_aggr;
| if (sizeof ac_aggr.p_tdev)
| return 0;
|   ;
|   return 0;
| }
configure:18415: result: no
configure:18429: checking for struct kinfo_proc.kp_eproc.e_tdev
configure:18429: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:18429: $? = 0
configure:18429: result: yes
configure:18459: checking for openpty
configure:18459: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18459: $? = 0
configure:18459: result: yes
configure:18467: checking libutil.h usability
configure:18467: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:127:10: fatal error: 'libutil.h' file not found
#include <libutil.h>
         ^
1 error generated.
configure:18467: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libutil.h>
configure:18467: result: no
configure:18467: checking libutil.h presence
configure:18467: clang -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:94:10: fatal error: 'libutil.h' file not found
#include <libutil.h>
         ^
1 error generated.
configure:18467: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| /* end confdefs.h.  */
| #include <libutil.h>
configure:18467: result: no
configure:18467: checking for libutil.h
configure:18467: result: no
configure:18467: checking util.h usability
configure:18467: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:18467: $? = 0
configure:18467: result: yes
configure:18467: checking util.h presence
configure:18467: clang -E -D_FORTIFY_SOURCE=2 conftest.c
configure:18467: $? = 0
configure:18467: result: yes
configure:18467: checking for util.h
configure:18467: result: yes
configure:18599: checking for unsetenv
configure:18599: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18599: $? = 0
configure:18599: result: yes
configure:18604: checking whether unsetenv returns void
configure:18628: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18628: $? = 0
configure:18628: ./conftest
configure:18628: $? = 0
configure:18638: result: no
configure:18649: checking whether putenv takes a const argument
configure:18666: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:129:5: error: conflicting types for 'putenv'
int putenv(const char *string) {return 0;}
    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/stdlib.h:206:6: note: previous declaration is here
int      putenv(char *) __DARWIN_ALIAS(putenv);
         ^
1 error generated.
configure:18666: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int putenv(const char *string) {return 0;}
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:18674: result: no
configure:18688: checking for setresuid
configure:18688: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_setresuid", referenced from:
      _main in conftest-cf742c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18688: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| /* end confdefs.h.  */
| /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define setresuid innocuous_setresuid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char setresuid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef setresuid
| 
| /* 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 setresuid ();
| /* 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_setresuid || defined __stub___setresuid
| choke me
| #endif
| 
| int
| main ()
| {
| return setresuid ();
|   ;
|   return 0;
| }
configure:18688: result: no
configure:18735: checking for setreuid
configure:18735: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18735: $? = 0
configure:18735: result: yes
configure:18751: checking for getifaddrs
configure:18751: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18751: $? = 0
configure:18751: result: yes
configure:18758: checking for freeifaddrs
configure:18758: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18758: $? = 0
configure:18758: result: yes
configure:18773: checking for lockf
configure:18773: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18773: $? = 0
configure:18773: result: yes
configure:18784: checking for innetgr
configure:18784: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18784: $? = 0
configure:18784: result: yes
configure:18790: checking whether innetgr is declared
configure:18790: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:18790: $? = 0
configure:18790: result: yes
configure:18848: checking for getdomainname
configure:18848: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18848: $? = 0
configure:18848: result: yes
configure:18854: checking whether getdomainname is declared
configure:18854: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:18854: $? = 0
configure:18854: result: yes
configure:18900: checking for utimensat
configure:18900: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_utimensat", referenced from:
      _main in conftest-ef78a3.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18900: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| #define HAVE_SETREUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_LOCKF 1
| #define HAVE_INNETGR 1
| #define HAVE_DECL_INNETGR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_DECL_GETDOMAINNAME 1
| /* end confdefs.h.  */
| /* Define utimensat to an innocuous variant, in case <limits.h> declares utimensat.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define utimensat innocuous_utimensat
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char utimensat (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef utimensat
| 
| /* 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 utimensat ();
| /* 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_utimensat || defined __stub___utimensat
| choke me
| #endif
| 
| int
| main ()
| {
| return utimensat ();
|   ;
|   return 0;
| }
configure:18900: result: no
configure:18922: checking for utimes
configure:18922: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18922: $? = 0
configure:18922: result: yes
configure:18937: checking for futimens
configure:18937: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_futimens", referenced from:
      _main in conftest-44cd71.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18937: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| #define HAVE_SETREUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_LOCKF 1
| #define HAVE_INNETGR 1
| #define HAVE_DECL_INNETGR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_DECL_GETDOMAINNAME 1
| #define HAVE_UTIMES 1
| /* end confdefs.h.  */
| /* Define futimens to an innocuous variant, in case <limits.h> declares futimens.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define futimens innocuous_futimens
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char futimens (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef futimens
| 
| /* 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 futimens ();
| /* 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_futimens || defined __stub___futimens
| choke me
| #endif
| 
| int
| main ()
| {
| return futimens ();
|   ;
|   return 0;
| }
configure:18937: result: no
configure:18960: checking for futimes
configure:18960: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:18960: $? = 0
configure:18960: result: yes
configure:18973: checking for working fnmatch with FNM_CASEFOLD
configure:18987: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
conftest.c:108:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() { exit(fnmatch("/*/bin/echo *", "/usr/bin/echo just a test", FNM_CASEFOLD)); }
^
conftest.c:108:10: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
main() { exit(fnmatch("/*/bin/echo *", "/usr/bin/echo just a test", FNM_CASEFOLD)); }
         ^
conftest.c:108:10: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
2 warnings generated.
configure:18987: $? = 0
configure:18987: ./conftest
configure:18987: $? = 0
configure:18999: result: yes
configure:19021: checking for isblank
configure:19037: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:19037: $? = 0
configure:19045: result: yes
configure:19069: checking for glob
configure:19069: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:19069: $? = 0
configure:19069: result: yes
configure:19095: checking for memrchr
configure:19095: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_memrchr", referenced from:
      _main in conftest-340150.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:19095: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| #define HAVE_SETREUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_LOCKF 1
| #define HAVE_INNETGR 1
| #define HAVE_DECL_INNETGR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_DECL_GETDOMAINNAME 1
| #define HAVE_UTIMES 1
| #define HAVE_FUTIMES 1
| #define HAVE_FNMATCH 1
| #define HAVE_ISBLANK 1
| #define HAVE_GLOB 1
| /* end confdefs.h.  */
| /* Define memrchr to an innocuous variant, in case <limits.h> declares memrchr.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define memrchr innocuous_memrchr
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char memrchr (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef memrchr
| 
| /* 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 memrchr ();
| /* 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_memrchr || defined __stub___memrchr
| choke me
| #endif
| 
| int
| main ()
| {
| return memrchr ();
|   ;
|   return 0;
| }
configure:19095: result: no
configure:19121: checking for memset_s
configure:19121: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:19121: $? = 0
configure:19121: result: yes
configure:19147: checking for pw_dup
configure:19147: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_pw_dup", referenced from:
      _main in conftest-71aa9d.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:19147: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| #define HAVE_SETREUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_LOCKF 1
| #define HAVE_INNETGR 1
| #define HAVE_DECL_INNETGR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_DECL_GETDOMAINNAME 1
| #define HAVE_UTIMES 1
| #define HAVE_FUTIMES 1
| #define HAVE_FNMATCH 1
| #define HAVE_ISBLANK 1
| #define HAVE_GLOB 1
| #define HAVE_MEMSET_S 1
| /* end confdefs.h.  */
| /* Define pw_dup to an innocuous variant, in case <limits.h> declares pw_dup.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pw_dup innocuous_pw_dup
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pw_dup (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pw_dup
| 
| /* 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 pw_dup ();
| /* 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_pw_dup || defined __stub___pw_dup
| choke me
| #endif
| 
| int
| main ()
| {
| return pw_dup ();
|   ;
|   return 0;
| }
configure:19147: result: no
configure:19173: checking for strlcpy
configure:19173: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
conftest.c:134:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
char strlcpy ();
     ^
conftest.c:134:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:19173: $? = 0
configure:19173: result: yes
configure:19199: checking for strlcat
configure:19199: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
conftest.c:135:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
char strlcat ();
     ^
conftest.c:135:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:19199: $? = 0
configure:19199: result: yes
configure:19223: checking for strnlen
configure:19223: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:19223: $? = 0
configure:19223: result: yes
configure:19225: checking for working strnlen
configure:19263: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:19263: $? = 0
configure:19263: ./conftest
configure:19263: $? = 0
configure:19273: result: yes
configure:19296: checking for strndup
configure:19296: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
conftest.c:137:6: warning: incompatible redeclaration of library function 'strndup' [-Wincompatible-library-redeclaration]
char strndup ();
     ^
conftest.c:137:6: note: 'strndup' is a builtin with type 'char *(const char *, unsigned long)'
1 warning generated.
configure:19296: $? = 0
configure:19296: result: yes
configure:19344: checking for clock_gettime
configure:19344: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_clock_gettime", referenced from:
      _main in conftest-d6e744.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:19344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| #define HAVE_SETREUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_LOCKF 1
| #define HAVE_INNETGR 1
| #define HAVE_DECL_INNETGR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_DECL_GETDOMAINNAME 1
| #define HAVE_UTIMES 1
| #define HAVE_FUTIMES 1
| #define HAVE_FNMATCH 1
| #define HAVE_ISBLANK 1
| #define HAVE_GLOB 1
| #define HAVE_MEMSET_S 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| /* end confdefs.h.  */
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define clock_gettime innocuous_clock_gettime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char clock_gettime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef clock_gettime
| 
| /* 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 clock_gettime ();
| /* 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_clock_gettime || defined __stub___clock_gettime
| choke me
| #endif
| 
| int
| main ()
| {
| return clock_gettime ();
|   ;
|   return 0;
| }
configure:19344: result: no
configure:19353: checking for clock_gettime in -lrt
configure:19378: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c -lrt   >&5
ld: library not found for -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:19378: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| #define HAVE_SETREUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_LOCKF 1
| #define HAVE_INNETGR 1
| #define HAVE_DECL_INNETGR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_DECL_GETDOMAINNAME 1
| #define HAVE_UTIMES 1
| #define HAVE_FUTIMES 1
| #define HAVE_FNMATCH 1
| #define HAVE_ISBLANK 1
| #define HAVE_GLOB 1
| #define HAVE_MEMSET_S 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 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 clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
|   ;
|   return 0;
| }
configure:19387: result: no
configure:19403: checking for getopt_long
configure:19403: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:19403: $? = 0
configure:19403: result: yes
configure:19461: checking for closefrom
configure:19461: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_closefrom", referenced from:
      _main in conftest-17d979.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:19461: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| #define HAVE_SETREUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_LOCKF 1
| #define HAVE_INNETGR 1
| #define HAVE_DECL_INNETGR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_DECL_GETDOMAINNAME 1
| #define HAVE_UTIMES 1
| #define HAVE_FUTIMES 1
| #define HAVE_FNMATCH 1
| #define HAVE_ISBLANK 1
| #define HAVE_GLOB 1
| #define HAVE_MEMSET_S 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_GETOPT_LONG 1
| /* end confdefs.h.  */
| /* Define closefrom to an innocuous variant, in case <limits.h> declares closefrom.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define closefrom innocuous_closefrom
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char closefrom (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:19461: result: no
configure:19480: checking whether F_CLOSEM is declared
configure:19480: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:127:10: error: use of undeclared identifier 'F_CLOSEM'
  (void) F_CLOSEM;
         ^
1 error generated.
configure:19480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| #define HAVE_SETREUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_LOCKF 1
| #define HAVE_INNETGR 1
| #define HAVE_DECL_INNETGR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_DECL_GETDOMAINNAME 1
| #define HAVE_UTIMES 1
| #define HAVE_FUTIMES 1
| #define HAVE_FNMATCH 1
| #define HAVE_ISBLANK 1
| #define HAVE_GLOB 1
| #define HAVE_MEMSET_S 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_GETOPT_LONG 1
| /* end confdefs.h.  */
| 
| #	include <limits.h>
| #	include <fcntl.h>
| 
| int
| main ()
| {
| #ifndef F_CLOSEM
| #ifdef __cplusplus
|   (void) F_CLOSEM;
| #else
|   (void) F_CLOSEM;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:19480: result: no
configure:19496: checking for mkstemps
configure:19496: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:19496: $? = 0
configure:19496: result: yes
configure:19496: checking for mkdtemp
configure:19496: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:19496: $? = 0
configure:19496: result: yes
configure:19538: checking for snprintf
configure:19538: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
conftest.c:141:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
char snprintf ();
     ^
conftest.c:141:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
1 warning generated.
configure:19538: $? = 0
configure:19538: result: yes
configure:19538: checking for vsnprintf
configure:19538: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
conftest.c:142:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
char vsnprintf ();
     ^
conftest.c:142:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __va_list_tag *)'
1 warning generated.
configure:19538: $? = 0
configure:19538: result: yes
configure:19547: checking for working snprintf
configure:19573: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
conftest.c:128:9: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)'
    if (strcmp (bufs, "1")) exit (1);
        ^
conftest.c:128:9: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
conftest.c:128:29: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
    if (strcmp (bufs, "1")) exit (1);
                            ^
conftest.c:128:29: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
2 warnings generated.
configure:19573: $? = 0
configure:19573: ./conftest
configure:19573: $? = 0
configure:19584: result: yes
configure:19586: checking for working vsnprintf
configure:19623: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
conftest.c:139:9: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)'
    if (strcmp (bufs, "1")) exit (1);
        ^
conftest.c:139:9: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
conftest.c:139:29: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
    if (strcmp (bufs, "1")) exit (1);
                            ^
conftest.c:139:29: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
2 warnings generated.
configure:19623: $? = 0
configure:19623: ./conftest
configure:19623: $? = 0
configure:19634: result: yes
configure:19653: checking for asprintf
configure:19653: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
conftest.c:154:18: warning: format string missing [-Wformat]
return asprintf ();
       ~~~~~~~~  ^
1 warning generated.
configure:19653: $? = 0
configure:19653: result: yes
configure:19679: checking for vasprintf
configure:19679: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
conftest.c:155:19: warning: format string missing [-Wformat]
return vasprintf ();
       ~~~~~~~~~  ^
1 warning generated.
configure:19679: $? = 0
configure:19679: result: yes
configure:19715: checking for strtonum
configure:19715: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_strtonum", referenced from:
      _main in conftest-929b31.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:19715: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| #define HAVE_SETREUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_LOCKF 1
| #define HAVE_INNETGR 1
| #define HAVE_DECL_INNETGR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_DECL_GETDOMAINNAME 1
| #define HAVE_UTIMES 1
| #define HAVE_FUTIMES 1
| #define HAVE_FNMATCH 1
| #define HAVE_ISBLANK 1
| #define HAVE_GLOB 1
| #define HAVE_MEMSET_S 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| /* end confdefs.h.  */
| /* Define strtonum to an innocuous variant, in case <limits.h> declares strtonum.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strtonum innocuous_strtonum
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strtonum (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:19715: result: no
configure:19736: checking for struct stat.st_mtim
configure:19736: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:159:13: error: no member named 'st_mtim' in 'struct stat'
if (ac_aggr.st_mtim)
    ~~~~~~~ ^
1 error generated.
configure:19736: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| #define HAVE_SETREUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_LOCKF 1
| #define HAVE_INNETGR 1
| #define HAVE_DECL_INNETGR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_DECL_GETDOMAINNAME 1
| #define HAVE_UTIMES 1
| #define HAVE_FUTIMES 1
| #define HAVE_FNMATCH 1
| #define HAVE_ISBLANK 1
| #define HAVE_GLOB 1
| #define HAVE_MEMSET_S 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_mtim)
| return 0;
|   ;
|   return 0;
| }
configure:19736: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:159:20: error: no member named 'st_mtim' in 'struct stat'
if (sizeof ac_aggr.st_mtim)
           ~~~~~~~ ^
1 error generated.
configure:19736: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| #define HAVE_SETREUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_LOCKF 1
| #define HAVE_INNETGR 1
| #define HAVE_DECL_INNETGR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_DECL_GETDOMAINNAME 1
| #define HAVE_UTIMES 1
| #define HAVE_FUTIMES 1
| #define HAVE_FNMATCH 1
| #define HAVE_ISBLANK 1
| #define HAVE_GLOB 1
| #define HAVE_MEMSET_S 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_mtim)
| return 0;
|   ;
|   return 0;
| }
configure:19736: result: no
configure:19747: checking for struct stat.st_mtimespec
configure:19747: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:159:1: error: statement requires expression of scalar type ('struct timespec' invalid)
if (ac_aggr.st_mtimespec)
^   ~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:19747: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| #define HAVE_SETREUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_LOCKF 1
| #define HAVE_INNETGR 1
| #define HAVE_DECL_INNETGR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_DECL_GETDOMAINNAME 1
| #define HAVE_UTIMES 1
| #define HAVE_FUTIMES 1
| #define HAVE_FNMATCH 1
| #define HAVE_ISBLANK 1
| #define HAVE_GLOB 1
| #define HAVE_MEMSET_S 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_mtimespec)
| return 0;
|   ;
|   return 0;
| }
configure:19747: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:19747: $? = 0
configure:19747: result: yes
configure:19756: checking sha2.h usability
configure:19756: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:156:10: fatal error: 'sha2.h' file not found
#include <sha2.h>
         ^
1 error generated.
configure:19756: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| #define HAVE_SETREUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_LOCKF 1
| #define HAVE_INNETGR 1
| #define HAVE_DECL_INNETGR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_DECL_GETDOMAINNAME 1
| #define HAVE_UTIMES 1
| #define HAVE_FUTIMES 1
| #define HAVE_FNMATCH 1
| #define HAVE_ISBLANK 1
| #define HAVE_GLOB 1
| #define HAVE_MEMSET_S 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ST_MTIMESPEC 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sha2.h>
configure:19756: result: no
configure:19756: checking sha2.h presence
configure:19756: clang -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:123:10: fatal error: 'sha2.h' file not found
#include <sha2.h>
         ^
1 error generated.
configure:19756: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| #define HAVE_SETREUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_LOCKF 1
| #define HAVE_INNETGR 1
| #define HAVE_DECL_INNETGR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_DECL_GETDOMAINNAME 1
| #define HAVE_UTIMES 1
| #define HAVE_FUTIMES 1
| #define HAVE_FNMATCH 1
| #define HAVE_ISBLANK 1
| #define HAVE_GLOB 1
| #define HAVE_MEMSET_S 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ST_MTIMESPEC 1
| /* end confdefs.h.  */
| #include <sha2.h>
configure:19756: result: no
configure:19756: checking for sha2.h
configure:19756: result: no
configure:19950: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:19950: $? = 0
configure:19975: checking for struct dirent.d_type
configure:19975: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:19975: $? = 0
configure:19975: result: yes
configure:19988: checking for struct dirent.d_namlen
configure:19988: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:19988: $? = 0
configure:19988: result: yes
configure:20004: checking for socket
configure:20004: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c   >&5
configure:20004: $? = 0
configure:20004: result: yes
configure:20080: checking for inet_pton
configure:20080: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c   >&5
configure:20080: $? = 0
configure:20080: result: yes
configure:20186: checking for inet_ntop
configure:20186: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c   >&5
configure:20186: $? = 0
configure:20186: result: yes
configure:20284: checking for syslog
configure:20284: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c   >&5
configure:20284: $? = 0
configure:20284: result: yes
configure:20362: checking for getaddrinfo
configure:20374: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c   >&5
configure:20374: $? = 0
configure:20383: result: yes
configure:20553: checking for getprogname
configure:20553: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:20553: $? = 0
configure:20553: result: yes
configure:20560: checking for setprogname
configure:20560: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:20560: $? = 0
configure:20560: result: yes
configure:20613: checking for __func__
configure:20630: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
conftest.c:135:7: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
(void)puts(__func__);
      ^
1 warning generated.
configure:20630: $? = 0
configure:20639: result: yes
configure:20724: checking for gettext
configure:20749: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
conftest.c:133:13: fatal error: 'libintl.h' file not found
                        #include <libintl.h>
                                 ^
1 error generated.
configure:20749: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| #define HAVE_SETREUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_LOCKF 1
| #define HAVE_INNETGR 1
| #define HAVE_DECL_INNETGR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_DECL_GETDOMAINNAME 1
| #define HAVE_UTIMES 1
| #define HAVE_FUTIMES 1
| #define HAVE_FNMATCH 1
| #define HAVE_ISBLANK 1
| #define HAVE_GLOB 1
| #define HAVE_MEMSET_S 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ST_MTIMESPEC 1
| #define HAVE_DIRFD 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_SETPROGNAME 1
| #define HAVE___FUNC__ 1
| /* end confdefs.h.  */
| 
| 			#include <libintl.h>
| int
| main ()
| {
| (void)gettext((char *)0);
|   ;
|   return 0;
| }
| 
configure:20761: result: no
configure:20729: checking for gettext in -lintl
configure:20749: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  -lintl >&5
conftest.c:133:13: fatal error: 'libintl.h' file not found
                        #include <libintl.h>
                                 ^
1 error generated.
configure:20749: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| #define HAVE_SETREUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_LOCKF 1
| #define HAVE_INNETGR 1
| #define HAVE_DECL_INNETGR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_DECL_GETDOMAINNAME 1
| #define HAVE_UTIMES 1
| #define HAVE_FUTIMES 1
| #define HAVE_FNMATCH 1
| #define HAVE_ISBLANK 1
| #define HAVE_GLOB 1
| #define HAVE_MEMSET_S 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ST_MTIMESPEC 1
| #define HAVE_DIRFD 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_SETPROGNAME 1
| #define HAVE___FUNC__ 1
| /* end confdefs.h.  */
| 
| 			#include <libintl.h>
| int
| main ()
| {
| (void)gettext((char *)0);
|   ;
|   return 0;
| }
| 
configure:20761: result: no
configure:20729: checking for gettext in -lintl -liconv
configure:20749: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  -lintl -liconv >&5
conftest.c:133:13: fatal error: 'libintl.h' file not found
                        #include <libintl.h>
                                 ^
1 error generated.
configure:20749: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| #define HAVE_SETREUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_LOCKF 1
| #define HAVE_INNETGR 1
| #define HAVE_DECL_INNETGR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_DECL_GETDOMAINNAME 1
| #define HAVE_UTIMES 1
| #define HAVE_FUTIMES 1
| #define HAVE_FNMATCH 1
| #define HAVE_ISBLANK 1
| #define HAVE_GLOB 1
| #define HAVE_MEMSET_S 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ST_MTIMESPEC 1
| #define HAVE_DIRFD 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_SETPROGNAME 1
| #define HAVE___FUNC__ 1
| /* end confdefs.h.  */
| 
| 			#include <libintl.h>
| int
| main ()
| {
| (void)gettext((char *)0);
|   ;
|   return 0;
| }
| 
configure:20761: result: no
configure:20807: checking for gzdopen in -lz
configure:20832: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c -lz   >&5
configure:20832: $? = 0
configure:20841: result: yes
configure:20847: checking zlib.h usability
configure:20847: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:20847: $? = 0
configure:20847: result: yes
configure:20847: checking zlib.h presence
configure:20847: clang -E -D_FORTIFY_SOURCE=2 conftest.c
configure:20847: $? = 0
configure:20847: result: yes
configure:20847: checking for zlib.h
configure:20847: result: yes
configure:20925: checking whether errno is declared
configure:20925: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:20925: $? = 0
configure:20925: result: yes
configure:20941: checking whether h_errno is declared
configure:20941: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:20941: $? = 0
configure:20941: result: yes
configure:20957: checking whether LLONG_MAX is declared
configure:20957: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:20957: $? = 0
configure:20957: result: yes
configure:20971: checking whether LLONG_MIN is declared
configure:20971: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:20971: $? = 0
configure:20971: result: yes
configure:20985: checking whether ULLONG_MAX is declared
configure:20985: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:20985: $? = 0
configure:20985: result: yes
configure:20999: checking whether PATH_MAX is declared
configure:20999: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:20999: $? = 0
configure:20999: result: yes
configure:21014: checking whether SIZE_MAX is declared
configure:21014: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:21014: $? = 0
configure:21014: result: yes
configure:21122: checking for strsignal
configure:21122: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
configure:21122: $? = 0
configure:21122: result: yes
configure:21199: checking for sig2str
configure:21199: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  >&5
Undefined symbols for architecture x86_64:
  "_sig2str", referenced from:
      _main in conftest-ae4341.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:21199: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| #define HAVE_SETREUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_LOCKF 1
| #define HAVE_INNETGR 1
| #define HAVE_DECL_INNETGR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_DECL_GETDOMAINNAME 1
| #define HAVE_UTIMES 1
| #define HAVE_FUTIMES 1
| #define HAVE_FNMATCH 1
| #define HAVE_ISBLANK 1
| #define HAVE_GLOB 1
| #define HAVE_MEMSET_S 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ST_MTIMESPEC 1
| #define HAVE_DIRFD 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_SETPROGNAME 1
| #define HAVE___FUNC__ 1
| #define HAVE_ZLIB_H 1
| #define HAVE_DECL_ERRNO 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_LLONG_MAX 1
| #define HAVE_DECL_LLONG_MIN 1
| #define HAVE_DECL_ULLONG_MAX 1
| #define HAVE_DECL_PATH_MAX 1
| #define HAVE_DECL_SIZE_MAX 1
| #define HAVE_STRSIGNAL 1
| /* end confdefs.h.  */
| /* Define sig2str to an innocuous variant, in case <limits.h> declares sig2str.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sig2str innocuous_sig2str
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sig2str (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sig2str
| 
| /* 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 sig2str ();
| /* 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_sig2str || defined __stub___sig2str
| choke me
| #endif
| 
| int
| main ()
| {
| return sig2str ();
|   ;
|   return 0;
| }
configure:21199: result: no
configure:21234: checking whether sys_signame is declared
configure:21234: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:21234: $? = 0
configure:21234: result: yes
configure:21374: checking for pam_start in -lpam
configure:21399: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c -lpam -ldl  >&5
configure:21399: $? = 0
configure:21409: result: yes
configure:21423: checking security/pam_appl.h usability
configure:21423: clang -c -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:21423: $? = 0
configure:21423: result: yes
configure:21423: checking security/pam_appl.h presence
configure:21423: clang -E -D_FORTIFY_SOURCE=2 conftest.c
configure:21423: $? = 0
configure:21423: result: yes
configure:21423: checking for security/pam_appl.h
configure:21423: result: yes
configure:21458: checking for pam_getenvlist
configure:21458: clang -o conftest -O2 -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib conftest.c  -lpam -ldl >&5
configure:21458: $? = 0
configure:21458: result: yes
configure:21495: checking whether to use PAM session support
configure:21516: result: yes
configure:23258: checking for log file location
configure:23261: result: /opt/pkg/var/log/sudo.log
configure:23293: checking for sudo run dir location
configure:23304: result: /opt/pkg/var/run/sudo
configure:23311: checking for sudo var dir location
configure:23322: result: /var/db/sudo
configure:23330: checking for I/O log dir location
configure:23347: result: /var/log/sudo-io
configure:23350: checking time zone data directory
configure:23362: result: /usr/share/zoneinfo
configure:23376: checking whether C compiler accepts -static-libgcc
configure:23395: clang -c -O2  -static-libgcc -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:23395: $? = 0
configure:23403: result: yes
configure:23414: checking whether C compiler accepts -fvisibility=hidden
configure:23433: clang -c -O2  -fvisibility=hidden -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:23433: $? = 0
configure:23441: result: yes
configure:23938: checking for compiler stack protector support
configure:23970: clang -o conftest -fstack-protector-strong  -L/usr/lib -L/opt/pkg/lib -fstack-protector-strong conftest.c  >&5
configure:23970: $? = 0
configure:24034: result: -fstack-protector-strong
configure:24040: checking whether the linker accepts -Wl,-z,relro
configure:24059: clang -o conftest -O2 -fvisibility=hidden -D_FORTIFY_SOURCE=2 -L/usr/lib -L/opt/pkg/lib  -Wl,-z,relro conftest.c  >&5
ld: unknown option: -z
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:24059: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sudo"
| #define PACKAGE_TARNAME "sudo"
| #define PACKAGE_VERSION "1.8.15"
| #define PACKAGE_STRING "sudo 1.8.15"
| #define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define _PATH_SSSD_LIB ""LIBDIR""
| #define LOGGING SLOG_SYSLOG
| #define PRI_SUCCESS "notice"
| #define PRI_FAILURE "alert"
| #define MAXLOGFILELEN 80
| #define IGNORE_DOT_PATH 1
| #define SEND_MAIL_WHEN_NO_USER 1
| #define MAILTO "root"
| #define MAILSUBJECT "*** SECURITY information for %h ***"
| #define PASSPROMPT "Password: "
| #define INCORRECT_PASSWORD "Sorry, try again."
| #define SUDO_UMASK 0022
| #define RUNAS_DEFAULT "root"
| #define EDITOR _PATH_VI
| #define ENV_EDITOR 1
| #define TRIES_FOR_PASSWORD 3
| #define TIMEOUT 5
| #define PASSWORD_TIMEOUT 5
| #define _PATH_LDAP_CONF "/etc/ldap.conf"
| #define _PATH_LDAP_SECRET "/etc/ldap.secret"
| #define _PATH_SUDO_ASKPASS NULL
| #define NO_ROOT_MAILER 1
| #define DONT_LEAK_PATH_INFO 1
| #define ENV_RESET 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___INTERPOSE 1
| #define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
| #define RTLD_PRELOAD_DELIM ":"
| #define _PATH_MV "/bin/mv"
| #define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
| #define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
| #define _PATH_VI "/usr/bin/vi"
| #define LOGFAC "authpriv"
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define __STDC_WANT_LIB_EXT1__ 1
| #define clockid_t int
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define MAX_UID_T_LEN 10
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_STRUCT_UTMPX_UT_ID 1
| #define HAVE_STRUCT_UTMPX_UT_PID 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_UTMPX_UT_TYPE 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_KILLPG 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_STRFTIME 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_OPENAT 1
| #define HAVE_SETEUID 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_GETLINE 1
| #define HAVE_GETUTXID 1
| #define HAVE_SYSCTL 1
| #define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
| #define HAVE_OPENPTY 1
| #define HAVE_UTIL_H 1
| #define HAVE_UNSETENV 1
| #define PUTENV_CONST /**/
| #define HAVE_SETREUID 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_LOCKF 1
| #define HAVE_INNETGR 1
| #define HAVE_DECL_INNETGR 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_DECL_GETDOMAINNAME 1
| #define HAVE_UTIMES 1
| #define HAVE_FUTIMES 1
| #define HAVE_FNMATCH 1
| #define HAVE_ISBLANK 1
| #define HAVE_GLOB 1
| #define HAVE_MEMSET_S 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_MKDTEMP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ST_MTIMESPEC 1
| #define HAVE_DIRFD 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_SETPROGNAME 1
| #define HAVE___FUNC__ 1
| #define HAVE_ZLIB_H 1
| #define HAVE_DECL_ERRNO 1
| #define HAVE_DECL_H_ERRNO 1
| #define HAVE_DECL_LLONG_MAX 1
| #define HAVE_DECL_LLONG_MIN 1
| #define HAVE_DECL_ULLONG_MAX 1
| #define HAVE_DECL_PATH_MAX 1
| #define HAVE_DECL_SIZE_MAX 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGNAME 1
| #define _PATH_NSSWITCH_CONF "/etc/nsswitch.conf"
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_PAM_GETENVLIST 1
| #define HAVE_PAM 1
| #define HAVE_DLOPEN 1
| #define _PATH_SUDO_LOGFILE "/opt/pkg/var/log/sudo.log"
| #define _PATH_SUDO_TIMEDIR "/opt/pkg/var/run/sudo/ts"
| #define _PATH_SUDO_LECTURE_DIR "/var/db/sudo/lectured"
| #define _PATH_SUDO_IO_LOGDIR "/var/log/sudo-io"
| #define _PATH_ZONEINFO "/usr/share/zoneinfo"
| #define HAVE_DSO_VISIBILITY 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:24068: result: no
configure:24092: using the following authentication methods: pam
configure:24331: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by sudo config.status 1.8.15, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on MacBook-Air.local

config.status:1349: creating Makefile
config.status:1349: creating doc/Makefile
config.status:1349: creating examples/Makefile
config.status:1349: creating include/Makefile
config.status:1349: creating lib/util/Makefile
config.status:1349: creating lib/util/util.exp
config.status:1349: creating src/sudo_usage.h
config.status:1349: creating src/Makefile
config.status:1349: creating plugins/sample/Makefile
config.status:1349: creating plugins/group_file/Makefile
config.status:1349: creating plugins/system_group/Makefile
config.status:1349: creating plugins/sudoers/Makefile
config.status:1349: creating plugins/sudoers/sudoers
config.status:1349: creating config.h
config.status:1349: creating pathnames.h
config.status:1533: executing libtool commands
configure:26290: WARNING: unrecognized options: --with-nbsdops
configure:26320: Warning: the /opt/pkg/var/run/sudo/ts directory must be cleared at boot time.
configure:26322:          You may need to create a startup item to do this.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-apple-darwin15
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_volatile=yes
ac_cv_env_BSHELLPROG_set=
ac_cv_env_BSHELLPROG_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-O2
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='-L/usr/lib -L/opt/pkg/lib'
ac_cv_env_LIBS_set=set
ac_cv_env_LIBS_value=
ac_cv_env_MVPROG_set=
ac_cv_env_MVPROG_value=
ac_cv_env_SENDMAILPROG_set=
ac_cv_env_SENDMAILPROG_value=
ac_cv_env_VIPROG_set=
ac_cv_env_VIPROG_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=set
ac_cv_env_build_alias_value=x86_64-apple-darwin15
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-apple-darwin15
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func___sprintf_chk=yes
ac_cv_func_asprintf=yes
ac_cv_func_clock_gettime=no
ac_cv_func_closefrom=no
ac_cv_func_freeifaddrs=yes
ac_cv_func_futimens=no
ac_cv_func_futimes=yes
ac_cv_func_getdomainname=yes
ac_cv_func_getgrouplist=yes
ac_cv_func_getgroups=yes
ac_cv_func_getgroups_works=yes
ac_cv_func_getifaddrs=yes
ac_cv_func_getline=yes
ac_cv_func_getopt_long=yes
ac_cv_func_getprogname=yes
ac_cv_func_getutxid=yes
ac_cv_func_glob=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_innetgr=yes
ac_cv_func_killpg=yes
ac_cv_func_lockf=yes
ac_cv_func_memrchr=no
ac_cv_func_memset_s=yes
ac_cv_func_mkdtemp=yes
ac_cv_func_mkstemps=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_openat=yes
ac_cv_func_openpty=yes
ac_cv_func_pam_getenvlist=yes
ac_cv_func_poll=no
ac_cv_func_pread=yes
ac_cv_func_pw_dup=no
ac_cv_func_pwrite=yes
ac_cv_func_reallocarray=no
ac_cv_func_seteuid=yes
ac_cv_func_setprogname=yes
ac_cv_func_setresuid=no
ac_cv_func_setreuid=yes
ac_cv_func_sig2str=no
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_strftime=yes
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_func_strndup=yes
ac_cv_func_strnlen=yes
ac_cv_func_strnlen_working=yes
ac_cv_func_strsignal=yes
ac_cv_func_strtonum=no
ac_cv_func_sysctl=yes
ac_cv_func_syslog=yes
ac_cv_func_unsetenv=yes
ac_cv_func_utimensat=no
ac_cv_func_utimes=yes
ac_cv_func_vasprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_decl_F_CLOSEM=no
ac_cv_have_decl_LLONG_MAX=yes
ac_cv_have_decl_LLONG_MIN=yes
ac_cv_have_decl_PATH_MAX=yes
ac_cv_have_decl_SIZE_MAX=yes
ac_cv_have_decl_ULLONG_MAX=yes
ac_cv_have_decl_errno=yes
ac_cv_have_decl_getdomainname=yes
ac_cv_have_decl_h_errno=yes
ac_cv_have_decl_innetgr=yes
ac_cv_have_decl_sys_signame=yes
ac_cv_have_working_snprintf=yes
ac_cv_have_working_vsnprintf=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_endian_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_libutil_h=no
ac_cv_header_login_cap_h=no
ac_cv_header_machine_endian_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_netgroup_h=no
ac_cv_header_paths_h=yes
ac_cv_header_procfs_h=no
ac_cv_header_security_pam_appl_h=yes
ac_cv_header_sha2_h=no
ac_cv_header_spawn_h=yes
ac_cv_header_stdbool_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_bsdtypes_h=no
ac_cv_header_sys_endian_h=no
ac_cv_header_sys_procfs_h=no
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_sockio_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_stropts_h=no
ac_cv_header_sys_sysmacros_h=no
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_types_h_makedev=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=yes
ac_cv_header_utmpx_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-apple-darwin15
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_pam_pam_start_ldl=yes
ac_cv_lib_rt_clock_gettime=no
ac_cv_lib_z_gzdopen=yes
ac_cv_member_struct_dirent_d_namlen=yes
ac_cv_member_struct_dirent_d_type=yes
ac_cv_member_struct_kinfo_proc2_p_tdev=no
ac_cv_member_struct_kinfo_proc_ki_tdev=no
ac_cv_member_struct_kinfo_proc_kp_eproc_e_tdev=yes
ac_cv_member_struct_kinfo_proc_p_tdev=no
ac_cv_member_struct_sockaddr_in_sin_len=no
ac_cv_member_struct_sockaddr_sa_len=yes
ac_cv_member_struct_stat_st_mtim=no
ac_cv_member_struct_stat_st_mtimespec=yes
ac_cv_member_struct_utmpx_ut_exit___e_termination=no
ac_cv_member_struct_utmpx_ut_exit_e_termination=no
ac_cv_member_struct_utmpx_ut_id=yes
ac_cv_member_struct_utmpx_ut_pid=yes
ac_cv_member_struct_utmpx_ut_tv=yes
ac_cv_member_struct_utmpx_ut_type=yes
ac_cv_objext=o
ac_cv_path_BSHELLPROG=/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh
ac_cv_path_CAT=/bin/cat
ac_cv_path_ECHO=echo
ac_cv_path_EGREP=/usr/bin/egrep
ac_cv_path_ENV=/usr/bin/env
ac_cv_path_FALSE=false
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_FLEX=/usr/bin/flex
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MANDOCPROG=mandoc
ac_cv_path_MVPROG=/bin/mv
ac_cv_path_NROFFPROG=/bin/cat
ac_cv_path_SED=/opt/pkg/bin/nbsed
ac_cv_path_SENDMAILPROG=/usr/sbin/sendmail
ac_cv_path_TEST=test
ac_cv_path_TRPROG=/Users/kk/pkgsrc/security/sudo/work/.tools/bin/tr
ac_cv_path_TRUE=true
ac_cv_path_UNAMEPROG=/opt/pkg/gnu/bin/uname
ac_cv_path_VIPROG=/usr/bin/vi
ac_cv_path_lt_DD=/opt/pkg/gnu/bin/dd
ac_cv_prog_AR=ar
ac_cv_prog_AWK=/opt/pkg/bin/nawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL=otool
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_safe_to_define___extensions__=yes
ac_cv_search_opendir='none required'
ac_cv_search_strerror='none required'
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_posix_termios=yes
ac_cv_type__Bool=yes
ac_cv_type_clockid_t=no
ac_cv_type_dev_t=yes
ac_cv_type_errno_t=yes
ac_cv_type_getgroups=gid_t
ac_cv_type_id_t=yes
ac_cv_type_ino_t=yes
ac_cv_type_intmax_t=yes
ac_cv_type_long_long_int=yes
ac_cv_type_mode_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_rsize_t=yes
ac_cv_type_sig_atomic_t=yes
ac_cv_type_sigaction_t=no
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_struct_in6_addr=yes
ac_cv_type_uid_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uint64_t=yes
ac_cv_type_uint8_t=yes
ac_cv_type_uintmax_t=yes
ac_cv_type_unsigned_long_long_int=yes
ax_cv_check_cflags___fvisibility_hidden=yes
ax_cv_check_cflags___static_libgcc=yes
ax_cv_check_ldflags___Wl__force_flat_namespace=yes
ax_cv_check_ldflags___Wl__z_relro=no
ax_cv_func_getaddrinfo=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_NM=/usr/bin/nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([BCDEGRST][BCDEGRST]*\)[	 ][	 ]*_\([_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/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"\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/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=262144
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/opt/pkg/gnu/bin/dd bs=4096 count=1'
sudo_cv___func__=yes
sudo_cv_func_fnmatch=yes
sudo_cv_func_isblank=yes
sudo_cv_func_putenv_const=no
sudo_cv_func_unsetenv_void=no
sudo_cv_gettext=no
sudo_cv_gettext_lintl=no
sudo_cv_gettext_lintl_liconv=no
sudo_cv_prev_host=x86_64-apple-darwin15
sudo_cv_uid_t_len=10
sudo_cv_var_mantype=man
sudo_cv_var_stack_protector=-fstack-protector-strong

## ----------------- ##
## Output variables. ##
## ----------------- ##

'
AFS_LIBS=''
AR='ar'
AUTH_OBJS='pam.lo'
AWK='/opt/pkg/bin/nawk'
BAMAN='0'
BSDAUTH_USAGE=''
BSHELLPROG='/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh'
CC='clang'
CFLAGS='-O2 -fvisibility=hidden'
COMMON_OBJS=' event_select.lo'
COMPAT_EXP='sudo_reallocarray
COMPAT_TEST_PROGS=''
CONFIGURE_ARGS='--disable-root-mailer --with-ignore-dot --sysconfdir=/opt/pkg/etc --with-rundir=/opt/pkg/var/run/sudo --with-logpath=/opt/pkg/var/log/sudo.log --libexecdir=/opt/pkg/lib --with-noexec=no --with-pam --without-kerb5 --without-skey --with-nbsdops --disable-path-info --prefix=/opt/pkg --build=x86_64-apple-darwin15 --host=x86_64-apple-darwin15 --mandir=/opt/pkg/man'
CPP='clang -E'
CPPFLAGS='-D_FORTIFY_SOURCE=2'
CROSS_COMPILING='no'
DEFS='-DHAVE_CONFIG_H'
DEVEL=''
DLLTOOL='false'
DONT_LEAK_PATH_INFO=''
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/egrep'
EXEEXT=''
FGREP='/usr/bin/grep -F'
FLEX='/usr/bin/flex'
GETGROUPS_LIB=''
GREP='/usr/bin/grep'
INIT_DIR=''
INIT_SCRIPT=''
INSTALL_NOEXEC=''
KRB5CONFIG=''
LCMAN='0'
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDAP='#'
LDFLAGS='-L/usr/lib -L/opt/pkg/lib'
LIBDL='-ldl'
LIBINTL=''
LIBMD=''
LIBOBJS=' ${LIBOBJDIR}reallocarray$U.o ${LIBOBJDIR}utimens$U.o ${LIBOBJDIR}memrchr$U.o ${LIBOBJDIR}pw_dup$U.o ${LIBOBJDIR}closefrom$U.o ${LIBOBJDIR}strtonum$U.o ${LIBOBJDIR}sha2$U.o ${LIBOBJDIR}sig2str$U.o'
LIBRT=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='./ltmain.sh'
LIBUTIL_LDFLAGS=''
LIPO='lipo'
LN_S='ln -s'
LOCALEDIR_SUFFIX=''
LOGINCAP_USAGE=''
LTLIBOBJS=' ${LIBOBJDIR}reallocarray$U.lo ${LIBOBJDIR}utimens$U.lo ${LIBOBJDIR}memrchr$U.lo ${LIBOBJDIR}pw_dup$U.lo ${LIBOBJDIR}closefrom$U.lo ${LIBOBJDIR}strtonum$U.lo ${LIBOBJDIR}sha2$U.lo ${LIBOBJDIR}sig2str$U.lo'
LT_DEP_LIBS=''
LT_LDDEP=''
LT_LDEXPORTS=''
LT_LDFLAGS=' -Wc,-static-libgcc'
LT_STATIC='--tag=disable-static'
MANCOMPRESS=''
MANCOMPRESSEXT=''
MANDIRTYPE='man'
MANDOCPROG='mandoc'
MANIFEST_TOOL=':'
MANTYPE='man'
MVPROG='/bin/mv'
NET_LIBS=''
NM='/usr/bin/nm'
NMEDIT='nmedit'
NOEXECDIR='no'
NOEXECFILE='sudo_noexec.so'
NROFFPROG='/bin/cat'
OBJDUMP='false'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE_BUGREPORT='http://www.sudo.ws/bugs/'
PACKAGE_NAME='sudo'
PACKAGE_STRING='sudo 1.8.15'
PACKAGE_TARNAME='sudo'
PACKAGE_URL=''
PACKAGE_VERSION='1.8.15'
PATH_SEPARATOR=':'
PIE_CFLAGS=''
PIE_LDFLAGS=''
PLUGINDIR='/opt/pkg/lib/sudo'
PROGS='sudo'
PSMAN='0'
RANLIB='ranlib'
RC_LINK=''
REPLAY_LIBS=''
SED='/opt/pkg/bin/nbsed'
SELINUX_USAGE=''
SEMAN='0'
SENDMAILPROG='/usr/sbin/sendmail'
SHELL='/bin/sh'
SHLIB_ENABLE='yes'
SHLIB_MODE='0644'
SSP_CFLAGS='-fstack-protector-strong'
SSP_LDFLAGS='-Wc,-fstack-protector-strong'
STATIC_SUDOERS=''
STRIP='strip'
SUDOERS_GID='0'
SUDOERS_LDFLAGS=''
SUDOERS_LIBS=' -lpam'
SUDOERS_MODE='0440'
SUDOERS_OBJS=''
SUDOERS_TEST_PROGS='check_symbols'
SUDOERS_UID='0'
SUDO_LDFLAGS='-Wl,-force_flat_namespace'
SUDO_LIBS=''
SUDO_NLS='disabled'
SUDO_OBJS=''
TMPFILES_D=''
TRPROG='/Users/kk/pkgsrc/security/sudo/work/.tools/bin/tr'
UNAMEPROG='/opt/pkg/gnu/bin/uname'
VIPROG='/usr/bin/vi'
YACC='bison -y'
YFLAGS=''
ZLIB='-lz'
ZLIB_LDFLAGS=''
ZLIB_SRC=''
ac_ct_AR='ar'
ac_ct_CC=''
ac_ct_DUMPBIN=''
badpass_message='Sorry, try again.'
badpri='alert'
bindir='$(exec_prefix)/bin'
build='x86_64-apple-darwin15'
build_alias='x86_64-apple-darwin15'
build_cpu='x86_64'
build_os='darwin15'
build_vendor='apple'
closefrom_fallback
datadir='${datarootdir}'
datarootdir='$(prefix)/share'
devdir='$(srcdir)'
docdir='$(datarootdir)/doc/$(PACKAGE_TARNAME)'
dvidir='${docdir}'
editor='vi'
env_editor='on'
env_reset='on'
exampledir='$(datarootdir)/examples/$(PACKAGE_TARNAME)'
exec_prefix='$(prefix)'
fqdn='off'
goodpri='notice'
host='x86_64-apple-darwin15'
host_alias='x86_64-apple-darwin15'
host_cpu='x86_64'
host_os='darwin15'
host_vendor='apple'
htmldir='${docdir}'
ignore_dot='on'
includedir='$(prefix)/include'
infodir='${datarootdir}/info'
insults='off'
iolog_dir='/var/log/sudo-io'
ldap_conf='/etc/ldap.conf'
ldap_secret='/etc/ldap.secret'
lecture='once'
libdir='${exec_prefix}/lib'
libexecdir='/opt/pkg/lib'
localedir='$(datarootdir)/locale'
localstatedir='$(prefix)/var'
logfac='authpriv'
loglen='80'
long_otp_prompt='off'
mail_no_host='off'
mail_no_perms='off'
mail_no_user='on'
mailsub='*** SECURITY information for %h ***'
mailto='root'
mandir='/opt/pkg/man'
mansectform='5'
mansectsu='8'
mansrcdir='.'
netsvc_conf='/etc/netsvc.conf'
noexec_file='/usr/local/libexec/sudo/sudo_noexec.so'
nsswitch_conf='/etc/nsswitch.conf'
oldincludedir='/usr/include'
pam_login_service='sudo'
pam_session='on'
passprompt='Password: '
passwd_tries='3'
password_timeout='5'
path_info='off'
pdfdir='${docdir}'
prefix='/opt/pkg'
program_transform_name='s,x,x,'
psdir='${docdir}'
root_sudo='on'
runas_default='root'
rundir='/opt/pkg/var/run/sudo'
sbindir='$(exec_prefix)/sbin'
secure_path='not set'
sesh_file='/usr/local/libexec/sudo/sesh'
sharedstatedir='${prefix}/com'
sssd_lib='"LIBDIR"'
sudo_SHA224Final
sudo_SHA224Init
sudo_SHA224Pad
sudo_SHA224Transform
sudo_SHA224Update
sudo_SHA256Final
sudo_SHA256Init
sudo_SHA256Pad
sudo_SHA256Transform
sudo_SHA256Update
sudo_SHA384Final
sudo_SHA384Init
sudo_SHA384Pad
sudo_SHA384Transform
sudo_SHA384Update
sudo_SHA512Final
sudo_SHA512Init
sudo_SHA512Pad
sudo_SHA512Transform
sudo_SHA512Update
sudo_closefrom
sudo_futimens
sudo_memrchr
sudo_pw_dup
sudo_sig2str
sudo_strtonum
sudo_umask='0022'
sudo_utimensat
sysconfdir='/opt/pkg/etc'
target_alias=''
timeout='5'
tty_tickets='on'
umask_override='off'
vardir='/var/db/sudo'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "sudo"
#define PACKAGE_TARNAME "sudo"
#define PACKAGE_VERSION "1.8.15"
#define PACKAGE_STRING "sudo 1.8.15"
#define PACKAGE_BUGREPORT "http://www.sudo.ws/bugs/";
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define _PATH_SSSD_LIB ""LIBDIR""
#define LOGGING SLOG_SYSLOG
#define PRI_SUCCESS "notice"
#define PRI_FAILURE "alert"
#define MAXLOGFILELEN 80
#define IGNORE_DOT_PATH 1
#define SEND_MAIL_WHEN_NO_USER 1
#define MAILTO "root"
#define MAILSUBJECT "*** SECURITY information for %h ***"
#define PASSPROMPT "Password: "
#define INCORRECT_PASSWORD "Sorry, try again."
#define SUDO_UMASK 0022
#define RUNAS_DEFAULT "root"
#define EDITOR _PATH_VI
#define ENV_EDITOR 1
#define TRIES_FOR_PASSWORD 3
#define TIMEOUT 5
#define PASSWORD_TIMEOUT 5
#define _PATH_LDAP_CONF "/etc/ldap.conf"
#define _PATH_LDAP_SECRET "/etc/ldap.secret"
#define _PATH_SUDO_ASKPASS NULL
#define NO_ROOT_MAILER 1
#define DONT_LEAK_PATH_INFO 1
#define ENV_RESET 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE___INTERPOSE 1
#define RTLD_PRELOAD_VAR "DYLD_INSERT_LIBRARIES"
#define RTLD_PRELOAD_DELIM ":"
#define _PATH_MV "/bin/mv"
#define _PATH_BSHELL "/Users/kk/pkgsrc/security/sudo/work/.tools/bin/sh"
#define _PATH_SUDO_SENDMAIL "/usr/sbin/sendmail"
#define _PATH_VI "/usr/bin/vi"
#define LOGFAC "authpriv"
#define HAVE_DIRENT_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_PATHS_H 1
#define HAVE_SPAWN_H 1
#define HAVE_UTMPX_H 1
#define HAVE_SYS_SOCKIO_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_MACHINE_ENDIAN_H 1
#define __STDC_WANT_LIB_EXT1__ 1
#define clockid_t int
#define HAVE_STRUCT_IN6_ADDR 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_LONG_LONG_INT 1
#define MAX_UID_T_LEN 10
#define HAVE_STRUCT_SOCKADDR_SA_LEN 1
#define HAVE_STRUCT_UTMPX_UT_ID 1
#define HAVE_STRUCT_UTMPX_UT_PID 1
#define HAVE_STRUCT_UTMPX_UT_TV 1
#define HAVE_STRUCT_UTMPX_UT_TYPE 1
#define GETGROUPS_T gid_t
#define HAVE_GETGROUPS 1
#define HAVE_KILLPG 1
#define HAVE_NL_LANGINFO 1
#define HAVE_STRFTIME 1
#define HAVE_PREAD 1
#define HAVE_PWRITE 1
#define HAVE_OPENAT 1
#define HAVE_SETEUID 1
#define HAVE_GETGROUPLIST 1
#define HAVE_GETLINE 1
#define HAVE_GETUTXID 1
#define HAVE_SYSCTL 1
#define HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV 1
#define HAVE_OPENPTY 1
#define HAVE_UTIL_H 1
#define HAVE_UNSETENV 1
#define PUTENV_CONST /**/
#define HAVE_SETREUID 1
#define HAVE_GETIFADDRS 1
#define HAVE_FREEIFADDRS 1
#define HAVE_LOCKF 1
#define HAVE_INNETGR 1
#define HAVE_DECL_INNETGR 1
#define HAVE_GETDOMAINNAME 1
#define HAVE_DECL_GETDOMAINNAME 1
#define HAVE_UTIMES 1
#define HAVE_FUTIMES 1
#define HAVE_FNMATCH 1
#define HAVE_ISBLANK 1
#define HAVE_GLOB 1
#define HAVE_MEMSET_S 1
#define HAVE_STRLCPY 1
#define HAVE_STRLCAT 1
#define HAVE_STRNLEN 1
#define HAVE_STRNDUP 1
#define HAVE_GETOPT_LONG 1
#define HAVE_MKSTEMPS 1
#define HAVE_MKDTEMP 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_ASPRINTF 1
#define HAVE_VASPRINTF 1
#define HAVE_ST_MTIMESPEC 1
#define HAVE_DIRFD 1
#define HAVE_STRUCT_DIRENT_D_TYPE 1
#define HAVE_STRUCT_DIRENT_D_NAMLEN 1
#define HAVE_INET_PTON 1
#define HAVE_INET_NTOP 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETPROGNAME 1
#define HAVE_SETPROGNAME 1
#define HAVE___FUNC__ 1
#define HAVE_ZLIB_H 1
#define HAVE_DECL_ERRNO 1
#define HAVE_DECL_H_ERRNO 1
#define HAVE_DECL_LLONG_MAX 1
#define HAVE_DECL_LLONG_MIN 1
#define HAVE_DECL_ULLONG_MAX 1
#define HAVE_DECL_PATH_MAX 1
#define HAVE_DECL_SIZE_MAX 1
#define HAVE_STRSIGNAL 1
#define HAVE_DECL_SYS_SIGNAME 1
#define _PATH_NSSWITCH_CONF "/etc/nsswitch.conf"
#define HAVE_SECURITY_PAM_APPL_H 1
#define HAVE_PAM_GETENVLIST 1
#define HAVE_PAM 1
#define HAVE_DLOPEN 1
#define _PATH_SUDO_LOGFILE "/opt/pkg/var/log/sudo.log"
#define _PATH_SUDO_TIMEDIR "/opt/pkg/var/run/sudo/ts"
#define _PATH_SUDO_LECTURE_DIR "/var/db/sudo/lectured"
#define _PATH_SUDO_IO_LOGDIR "/var/log/sudo-io"
#define _PATH_ZONEINFO "/usr/share/zoneinfo"
#define HAVE_DSO_VISIBILITY 1
#define WITHOUT_PASSWD 1
#define os_init os_init_common
#define _PATH_SUDO_PLUGIN_DIR "/opt/pkg/lib/sudo/"
#define _PATH_SUDO_SESH NULL

configure: exit 0

Attachment: signature.asc
Description: PGP signature



Home | Main Index | Thread Index | Old Index