Build of stunnel with clang_glibc toolchain

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

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

SLOCLanguage
14,426 ansic
11,707 sh
2,609 makefile
135 perl
28,877 total

The process tree of the build process is here.

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: stunnel 5.33-1 (Thu Apr 13 16:55:03 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# patching file tools/Makefile.in
# Hunk #1 succeeded at 466 (offset 132 lines).
# configure: **************************************** initialization
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether make sets $(MAKE)... (cached) yes
# checking whether make supports nested variables... (cached) yes
# configure: **************************************** thread model
# checking if compiler needs -Werror to reject unknown flags... yes
# checking for the pthreads library -lpthreads... no
# checking whether pthreads work without any flags... no
# checking whether pthreads work with -Kthread... no
# checking whether pthreads work with -kthread... no
# checking for the pthreads library -llthread... no
# checking whether pthreads work with -pthread... yes
# checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
# checking if more special flags are required for pthreads... no
# checking for PTHREAD_PRIO_INHERIT... yes
# configure: PTHREAD thread model detected
# configure: **************************************** compiler/linker flags
# checking whether C compiler accepts -Wall... yes
# checking whether C compiler accepts -Wextra... yes
# checking whether C compiler accepts -Wpedantic... yes
# checking whether C compiler accepts -Wformat=2... yes
# checking whether C compiler accepts -Wconversion... yes
# checking whether C compiler accepts -Wno-long-long... yes
# checking whether C compiler accepts -Wno-deprecated-declarations... yes
# checking whether C compiler accepts -fPIE... yes
# checking whether C compiler accepts -fstack-protector... yes
# checking whether the linker accepts -fPIE... yes
# checking whether the linker accepts -pie... yes
# checking whether the linker accepts -Wl,-z,relro... yes
# checking whether the linker accepts -Wl,-z,now... yes
# checking whether the linker accepts -Wl,-z,noexecstack... yes
# checking whether C compiler accepts -D_FORTIFY_SOURCE=2... yes
# configure: **************************************** libtool
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# configure: **************************************** types
# checking for int8_t... yes
# checking for int16_t... yes
# checking for int32_t... yes
# checking for int64_t... yes
# checking for uint8_t... yes
# checking for uint16_t... yes
# checking for uint32_t... yes
# checking for uint64_t... yes
# checking for size_t... yes
# checking for ssize_t... yes
# checking for uid_t in sys/types.h... yes
# checking for socklen_t... yes
# checking for struct sockaddr_un... yes
# checking for struct addrinfo... yes
# configure: **************************************** PTY device files
# checking for "/dev/ptmx"... yes
# checking for "/dev/ptc"... no
# configure: **************************************** entropy sources
# checking for "/dev/urandom"... yes
# configure: **************************************** default group
# checking for default group... nobody
# configure: **************************************** header files
# checking for stdint.h... (cached) yes
# checking for inttypes.h... (cached) yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking ucontext.h usability... yes
# checking ucontext.h presence... yes
# checking for ucontext.h... yes
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking poll.h usability... yes
# checking poll.h presence... yes
# checking for poll.h... yes
# checking tcpd.h usability... no
# checking tcpd.h presence... no
# checking for tcpd.h... no
# checking stropts.h usability... yes
# checking stropts.h presence... yes
# checking for stropts.h... yes
# checking grp.h usability... yes
# checking grp.h presence... yes
# checking for grp.h... yes
# checking for unistd.h... (cached) yes
# checking util.h usability... no
# checking util.h presence... no
# checking for util.h... no
# checking libutil.h usability... no
# checking libutil.h presence... no
# checking for libutil.h... no
# checking pty.h usability... yes
# checking pty.h presence... yes
# checking for pty.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for sys/types.h... (cached) yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking sys/poll.h usability... yes
# checking sys/poll.h presence... yes
# checking for sys/poll.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/un.h usability... yes
# checking sys/un.h presence... yes
# checking for sys/un.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/filio.h usability... no
# checking sys/filio.h presence... no
# checking for sys/filio.h... no
# checking sys/resource.h usability... yes
# checking sys/resource.h presence... yes
# checking for sys/resource.h... yes
# checking sys/uio.h usability... yes
# checking sys/uio.h presence... yes
# checking for sys/uio.h... yes
# checking sys/syscall.h usability... yes
# checking sys/syscall.h presence... yes
# checking for sys/syscall.h... yes
# checking linux/sched.h usability... yes
# checking linux/sched.h presence... yes
# checking for linux/sched.h... yes
# checking for struct msghdr.msg_control... yes
# checking for linux/netfilter_ipv4.h... yes
# configure: **************************************** libraries
# checking for library containing gethostbyname... none required
# checking for library containing yp_get_default_domain... -lnsl
# checking for library containing socket... none required
# checking for library containing openpty... -lutil
# checking for library containing dlopen... -ldl
# checking for library containing shl_load... no
# checking for library containing inflateEnd... -lz
# configure: **************************************** library functions
# checking for snprintf... yes
# checking for vsnprintf... yes
# checking for openpty... yes
# checking for _getpty... no
# checking for daemon... yes
# checking for waitpid... yes
# checking for wait4... yes
# checking for setsid... yes
# checking for setgroups... yes
# checking for chroot... yes
# checking for realpath... yes
# checking for sysconf... yes
# checking for getrlimit... yes
# checking for pthread_sigmask... yes
# checking for localtime_r... yes
# checking for getcontext... yes
# checking for __makecontext_v2... no
# checking for poll... yes
# checking for gethostbyname2... yes
# checking for endhostent... yes
# checking for getnameinfo... yes
# checking for getaddrinfo... yes
# checking for broken poll() implementation... no
# checking for pipe2... yes
# checking for accept4... yes
# configure: **************************************** optional features
# checking whether to enable IPv6 support... yes
# checking whether to enable FIPS support... autodetecting
# checking whether to enable systemd socket activation support... autodetecting
# checking for library containing sd_listen_fds... -lsystemd
# checking systemd/sd-daemon.h usability... yes
# checking systemd/sd-daemon.h presence... yes
# checking for systemd/sd-daemon.h... yes
# configure: systemd support enabled
# checking whether to enable TCP wrappers support... no
# configure: **************************************** SSL
# checking for compiler sysroot... /
# checking for SSL directory... /usr
# checking for FIPS_mode_set... yes
# configure: FIPS support enabled
# configure: **************************************** write the results
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating doc/Makefile
# config.status: creating tools/Makefile
# config.status: creating src/config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# configure: **************************************** success
# Making all in src
# make[1]: Entering directory '/tmp/stunnel/src/stunnel-5.33/src'
# make all-am
# make[2]: Entering directory '/tmp/stunnel/src/stunnel-5.33/src'
# CC env.lo
# In file included from env.c:40:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CCLD libstunnel.la
# CC stunnel-tls.o
# In file included from tls.c:38:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CC stunnel-str.o
# In file included from str.c:38:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CC stunnel-file.o
# In file included from file.c:38:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CC stunnel-client.o
# In file included from client.c:38:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CC stunnel-log.o
# In file included from log.c:38:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CC stunnel-options.o
# In file included from options.c:38:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CC stunnel-protocol.o
# In file included from protocol.c:38:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CC stunnel-network.o
# In file included from network.c:43:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CC stunnel-resolver.o
# In file included from resolver.c:38:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CC stunnel-ssl.o
# In file included from ssl.c:38:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CC stunnel-ctx.o
# In file included from ctx.c:38:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CC stunnel-verify.o
# In file included from verify.c:38:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CC stunnel-sthreads.o
# In file included from sthreads.c:43:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CC stunnel-fd.o
# In file included from fd.c:38:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CC stunnel-dhparam.o
# In file included from dhparam.c:1:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CC stunnel-cron.o
# In file included from cron.c:38:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CC stunnel-stunnel.o
# In file included from stunnel.c:38:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CC stunnel-pty.o
# In file included from pty.c:38:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CC stunnel-libwrap.o
# In file included from libwrap.c:38:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CC stunnel-ui_unix.o
# In file included from ui_unix.c:38:
# In file included from ./common.h:175:
# In file included from /usr/include/pthread.h:21:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# CCLD stunnel
# sed -e 's|@bindir[@]|/usr/bin|g' './stunnel3.in' >stunnel3
# make[2]: Leaving directory '/tmp/stunnel/src/stunnel-5.33/src'
# make[1]: Leaving directory '/tmp/stunnel/src/stunnel-5.33/src'
# Making all in doc
# make[1]: Entering directory '/tmp/stunnel/src/stunnel-5.33/doc'
# sed -e 's|@bindir[@]|/usr/bin|g' -e 's|@sysconfdir[@]|/etc|g' './stunnel.8.in' >stunnel.8
# sed -e 's|@bindir[@]|/usr/bin|g' -e 's|@sysconfdir[@]|/etc|g' './stunnel.pl.8.in' >stunnel.pl.8
# sed -e 's|@bindir[@]|/usr/bin|g' -e 's|@sysconfdir[@]|/etc|g' './stunnel.html.in' >stunnel.html
# sed -e 's|@bindir[@]|/usr/bin|g' -e 's|@sysconfdir[@]|/etc|g' './stunnel.pl.html.in' >stunnel.pl.html
# make[1]: Leaving directory '/tmp/stunnel/src/stunnel-5.33/doc'
# Making all in tools
# make[1]: Entering directory '/tmp/stunnel/src/stunnel-5.33/tools'
# sed -e 's|@prefix[@]|/usr|g' -e 's|@bindir[@]|/usr/bin|g' -e 's|@localstatedir[@]|/var|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|@DEFAULT_GROUP[@]|nobody|g' './stunnel.conf-sample.in' >stunnel.conf-sample
# sed -e 's|@prefix[@]|/usr|g' -e 's|@bindir[@]|/usr/bin|g' -e 's|@localstatedir[@]|/var|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|@DEFAULT_GROUP[@]|nobody|g' './stunnel.init.in' >stunnel.init
# sed -e 's|@prefix[@]|/usr|g' -e 's|@bindir[@]|/usr/bin|g' -e 's|@localstatedir[@]|/var|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|@DEFAULT_GROUP[@]|nobody|g' './stunnel.service.in' >stunnel.service
# make[1]: Leaving directory '/tmp/stunnel/src/stunnel-5.33/tools'
# make[1]: Entering directory '/tmp/stunnel/src/stunnel-5.33'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/stunnel/src/stunnel-5.33'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/stunnel/src/stunnel-5.33/src'
# make[2]: Entering directory '/tmp/stunnel/src/stunnel-5.33/src'
# /usr/bin/mkdir -p '/tmp/stunnel/pkg/stunnel/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c stunnel '/tmp/stunnel/pkg/stunnel/usr/bin'
# libtool: install: /usr/bin/install -c stunnel /tmp/stunnel/pkg/stunnel/usr/bin/stunnel
# /usr/bin/mkdir -p '/tmp/stunnel/pkg/stunnel/usr/bin'
# /usr/bin/install -c stunnel3 '/tmp/stunnel/pkg/stunnel/usr/bin'
# /usr/bin/mkdir -p '/tmp/stunnel/pkg/stunnel/usr/lib/stunnel'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libstunnel.la '/tmp/stunnel/pkg/stunnel/usr/lib/stunnel'
# libtool: install: /usr/bin/install -c .libs/libstunnel.so /tmp/stunnel/pkg/stunnel/usr/lib/stunnel/libstunnel.so
# libtool: install: /usr/bin/install -c .libs/libstunnel.lai /tmp/stunnel/pkg/stunnel/usr/lib/stunnel/libstunnel.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib/stunnel'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/stunnel/src/stunnel-5.33/src'
# make[1]: Leaving directory '/tmp/stunnel/src/stunnel-5.33/src'
# Making install in doc
# make[1]: Entering directory '/tmp/stunnel/src/stunnel-5.33/doc'
# make[2]: Entering directory '/tmp/stunnel/src/stunnel-5.33/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/stunnel/pkg/stunnel/usr/share/doc/stunnel'
# /usr/bin/install -c -m 644 stunnel.html stunnel.pl.html '/tmp/stunnel/pkg/stunnel/usr/share/doc/stunnel'
# /usr/bin/mkdir -p '/tmp/stunnel/pkg/stunnel/usr/share/man/man8'
# /usr/bin/install -c -m 644 stunnel.8 stunnel.pl.8 '/tmp/stunnel/pkg/stunnel/usr/share/man/man8'
# make[2]: Leaving directory '/tmp/stunnel/src/stunnel-5.33/doc'
# make[1]: Leaving directory '/tmp/stunnel/src/stunnel-5.33/doc'
# Making install in tools
# make[1]: Entering directory '/tmp/stunnel/src/stunnel-5.33/tools'
# make[2]: Entering directory '/tmp/stunnel/src/stunnel-5.33/tools'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/stunnel/pkg/stunnel/etc/stunnel'
# /usr/bin/install -c -m 644 stunnel.conf-sample '/tmp/stunnel/pkg/stunnel/etc/stunnel'
# /usr/bin/mkdir -p '/tmp/stunnel/pkg/stunnel/usr/share/doc/stunnel/examples'
# /usr/bin/install -c -m 644 stunnel.init stunnel.service stunnel.logrotate stunnel.rh.init stunnel.spec ca.html ca.pl importCA.html importCA.sh script.sh '/tmp/stunnel/pkg/stunnel/usr/share/doc/stunnel/examples'
# make[2]: Leaving directory '/tmp/stunnel/src/stunnel-5.33/tools'
# make[1]: Leaving directory '/tmp/stunnel/src/stunnel-5.33/tools'
# make[1]: Entering directory '/tmp/stunnel/src/stunnel-5.33'
# make[2]: Entering directory '/tmp/stunnel/src/stunnel-5.33'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/stunnel/pkg/stunnel/usr/share/doc/stunnel'
# /usr/bin/install -c -m 644 INSTALL README TODO COPYING AUTHORS ChangeLog PORTS BUGS COPYRIGHT.GPL CREDITS INSTALL.W32 INSTALL.WCE INSTALL.FIPS '/tmp/stunnel/pkg/stunnel/usr/share/doc/stunnel'
# make install-data-hook
# make[3]: Entering directory '/tmp/stunnel/src/stunnel-5.33'
# *********************************************************
# * Type 'make cert' to also install a sample certificate *
# *********************************************************
# make[3]: Leaving directory '/tmp/stunnel/src/stunnel-5.33'
# make[2]: Leaving directory '/tmp/stunnel/src/stunnel-5.33'
# make[1]: Leaving directory '/tmp/stunnel/src/stunnel-5.33'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "stunnel"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: stunnel 5.33-1 (Thu Apr 13 16:55:30 UTC 2017)

CMD: pacman --query --file stunnel-5.33-1-x86_64.pkg.tar.xz
# stunnel 5.33-1

Creating hybrid package for 'stunnel'

Trying to find vanilla package 'stunnel'...

CMD: pacman --query --file /mirror/stunnel-5.33-1.pkg.tar.xz
# stunnel 5.33-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.INSTALL
# /.MTREE
# /etc/stunnel/stunnel.conf-sample
# /usr/bin/stunnel3
# /usr/bin/stunnel
# /usr/lib/stunnel/libstunnel.so
# /usr/lib/systemd/system/stunnel.service
# /usr/lib/tmpfiles.d/stunnel.conf
# /usr/share/doc/stunnel/stunnel.html
# /usr/share/doc/stunnel/stunnel.pl.html
# /usr/share/doc/stunnel/INSTALL
# /usr/share/doc/stunnel/README
# /usr/share/doc/stunnel/TODO
# /usr/share/doc/stunnel/COPYING
# /usr/share/doc/stunnel/AUTHORS
# /usr/share/doc/stunnel/ChangeLog
# /usr/share/doc/stunnel/PORTS
# /usr/share/doc/stunnel/BUGS
# /usr/share/doc/stunnel/COPYRIGHT.GPL
# /usr/share/doc/stunnel/CREDITS
# /usr/share/doc/stunnel/INSTALL.W32
# /usr/share/doc/stunnel/INSTALL.WCE
# /usr/share/doc/stunnel/INSTALL.FIPS
# /usr/share/doc/stunnel/examples/stunnel.init
# /usr/share/doc/stunnel/examples/stunnel.service
# /usr/share/doc/stunnel/examples/stunnel.logrotate
# /usr/share/doc/stunnel/examples/stunnel.rh.init
# /usr/share/doc/stunnel/examples/stunnel.spec
# /usr/share/doc/stunnel/examples/ca.html
# /usr/share/doc/stunnel/examples/ca.pl
# /usr/share/doc/stunnel/examples/importCA.html
# /usr/share/doc/stunnel/examples/importCA.sh
# /usr/share/doc/stunnel/examples/script.sh
# /usr/share/man/man8/stunnel.8.gz
# /usr/share/man/man8/stunnel.pl.8.gz
# /sysroot/usr/lib/stunnel/libstunnel.so
# /sysroot/usr/lib/stunnel/libstunnel.la
# /sysroot/usr/lib/systemd/system/stunnel.service
# /sysroot/usr/lib/tmpfiles.d/stunnel.conf

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

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

Printing config logfiles

CMD: config logfiles '/tmp/stunnel/src/stunnel-5.33/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by stunnel configure 5.33, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-ipv6 --disable-libwrap
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 26761bda923e
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2465: **************************************** initialization
# configure:2516: checking for a BSD-compatible install
# configure:2584: result: /usr/bin/install -c
# configure:2595: checking whether build environment is sane
# configure:2650: result: yes
# configure:2709: checking for x86_64-unknown-linux-strip
# configure:2739: result: no
# configure:2749: checking for strip
# configure:2765: found /usr/bin/strip
# configure:2776: result: strip
# configure:2801: checking for a thread-safe mkdir -p
# configure:2840: result: /usr/bin/mkdir -p
# configure:2847: checking for gawk
# configure:2863: found /usr/bin/gawk
# configure:2874: result: gawk
# configure:2885: checking whether make sets $(MAKE)
# configure:2907: result: yes
# configure:2936: checking whether make supports nested variables
# configure:2953: result: yes
# configure:3092: checking build system type
# configure:3106: result: x86_64-unknown-linux-gnu
# configure:3126: checking host system type
# configure:3139: result: x86_64-unknown-linux-gnu
# configure:3205: checking for x86_64-unknown-linux-gcc
# configure:3232: result: clang
# configure:3501: checking for C compiler version
# configure:3510: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3521: $? = 0
# configure:3510: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3521: $? = 0
# configure:3510: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3521: $? = 1
# configure:3510: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3521: $? = 1
# configure:3541: checking whether the C compiler works
# configure:3563: clang conftest.c >&5
# configure:3567: $? = 0
# configure:3615: result: yes
# configure:3618: checking for C compiler default output file name
# configure:3620: result: a.out
# configure:3626: checking for suffix of executables
# configure:3633: clang -o conftest conftest.c >&5
# configure:3637: $? = 0
# configure:3659: result:
# configure:3681: checking whether we are cross compiling
# configure:3689: clang -o conftest conftest.c >&5
# configure:3693: $? = 0
# configure:3700: ./conftest
# configure:3704: $? = 0
# configure:3719: result: no
# configure:3724: checking for suffix of object files
# configure:3746: clang -c conftest.c >&5
# configure:3750: $? = 0
# configure:3771: result: o
# configure:3775: checking whether we are using the GNU C compiler
# configure:3794: clang -c conftest.c >&5
# configure:3794: $? = 0
# configure:3803: result: yes
# configure:3812: checking whether clang accepts -g
# configure:3832: clang -c -g conftest.c >&5
# configure:3832: $? = 0
# configure:3873: result: yes
# configure:3890: checking for clang option to accept ISO C89
# configure:3953: clang -c conftest.c >&5
# configure:3953: $? = 0
# configure:3966: result: none needed
# configure:3991: checking whether clang understands -c and -o together
# configure:4013: clang -c conftest.c -o conftest2.o
# configure:4016: $? = 0
# configure:4013: clang -c conftest.c -o conftest2.o
# configure:4016: $? = 0
# configure:4028: result: yes
# configure:4056: checking for style of include used by make
# configure:4084: result: GNU
# configure:4110: checking dependency style of clang
# configure:4221: result: gcc3
# configure:4238: checking whether make sets $(MAKE)
# configure:4260: result: yes
# configure:4281: checking whether make supports nested variables
# configure:4298: result: yes
# configure:4310: **************************************** thread model
# configure:4906: checking if compiler needs -Werror to reject unknown flags
# configure:4922: clang -c -Werror -Wunknown-warning-option -Wsizeof-array-argument conftest.c >&5
# configure:4922: $? = 0
# configure:4923: result: yes
# configure:4993: checking for the pthreads library -lpthreads
# configure:5031: clang -o conftest -Werror conftest.c -lpthreads >&5
# /usr/bin/ld: cannot find -lpthreads
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5031: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:5040: result: no
# configure:4938: checking whether pthreads work without any flags
# configure:5031: clang -o conftest -Werror conftest.c >&5
# /tmp/conftest-adb7ff.o: In function `main':
# conftest.c:(.text+0x28): undefined reference to `pthread_create'
# conftest.c:(.text+0x3d): undefined reference to `pthread_join'
# conftest.c:(.text+0xbe): undefined reference to `__pthread_register_cancel'
# conftest.c:(.text+0xd9): undefined reference to `__pthread_unregister_cancel'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5031: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:5040: result: no
# configure:4943: checking whether pthreads work with -Kthread
# configure:5031: clang -o conftest -Kthread -Werror conftest.c >&5
# clang-3.8: error: unknown argument: '-Kthread'
# configure:5031: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:5040: result: no
# configure:4943: checking whether pthreads work with -kthread
# configure:5031: clang -o conftest -kthread -Werror conftest.c >&5
# clang-3.8: error: unknown argument: '-kthread'
# configure:5031: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:5040: result: no
# configure:4993: checking for the pthreads library -llthread
# configure:5031: clang -o conftest -Werror conftest.c -llthread >&5
# /usr/bin/ld: cannot find -llthread
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5031: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:5040: result: no
# configure:4943: checking whether pthreads work with -pthread
# configure:5031: clang -o conftest -pthread -Werror conftest.c >&5
# configure:5031: $? = 0
# configure:5040: result: yes
# configure:5059: checking for joinable pthread attribute
# configure:5074: clang -o conftest -pthread conftest.c >&5
# configure:5074: $? = 0
# configure:5080: result: PTHREAD_CREATE_JOINABLE
# configure:5090: checking if more special flags are required for pthreads
# configure:5105: result: no
# configure:5111: checking for PTHREAD_PRIO_INHERIT
# configure:5128: clang -o conftest -pthread conftest.c >&5
# configure:5128: $? = 0
# configure:5137: result: yes
# configure:5222: PTHREAD thread model detected
# configure:5253: **************************************** compiler/linker flags
# configure:5262: checking whether C compiler accepts -Wall
# configure:5281: clang -c -pthread -Wall conftest.c >&5
# configure:5281: $? = 0
# configure:5290: result: yes
# configure:5303: : CFLAGS="$CFLAGS $flag"
# configure:5306: $? = 0
# configure:5327: checking whether C compiler accepts -Wextra
# configure:5346: clang -c -pthread -Wall -Wextra conftest.c >&5
# configure:5346: $? = 0
# configure:5355: result: yes
# configure:5368: : CFLAGS="$CFLAGS $flag"
# configure:5371: $? = 0
# configure:5392: checking whether C compiler accepts -Wpedantic
# configure:5411: clang -c -pthread -Wall -Wextra -Wpedantic conftest.c >&5
# configure:5411: $? = 0
# configure:5420: result: yes
# configure:5433: : CFLAGS="$CFLAGS $flag"
# configure:5436: $? = 0
# configure:5457: checking whether C compiler accepts -Wformat=2
# configure:5476: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 conftest.c >&5
# configure:5476: $? = 0
# configure:5485: result: yes
# configure:5498: : CFLAGS="$CFLAGS $flag"
# configure:5501: $? = 0
# configure:5522: checking whether C compiler accepts -Wconversion
# configure:5541: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion conftest.c >&5
# configure:5541: $? = 0
# configure:5550: result: yes
# configure:5563: : CFLAGS="$CFLAGS $flag"
# configure:5566: $? = 0
# configure:5587: checking whether C compiler accepts -Wno-long-long
# configure:5606: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long conftest.c >&5
# configure:5606: $? = 0
# configure:5615: result: yes
# configure:5628: : CFLAGS="$CFLAGS $flag"
# configure:5631: $? = 0
# configure:5652: checking whether C compiler accepts -Wno-deprecated-declarations
# configure:5671: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations conftest.c >&5
# configure:5671: $? = 0
# configure:5680: result: yes
# configure:5693: : CFLAGS="$CFLAGS $flag"
# configure:5696: $? = 0
# configure:5717: checking whether C compiler accepts -fPIE
# configure:5736: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE conftest.c >&5
# configure:5736: $? = 0
# configure:5745: result: yes
# configure:5758: : CFLAGS="$CFLAGS $flag"
# configure:5761: $? = 0
# configure:5786: checking whether C compiler accepts -fstack-protector
# configure:5805: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector conftest.c >&5
# configure:5805: $? = 0
# configure:5814: result: yes
# configure:5827: : CFLAGS="$CFLAGS $flag"
# configure:5830: $? = 0
# configure:5853: checking whether the linker accepts -fPIE
# configure:5872: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -fPIE conftest.c >&5
# configure:5872: $? = 0
# configure:5882: result: yes
# configure:5895: : LDFLAGS="$LDFLAGS $flag"
# configure:5898: $? = 0
# configure:5853: checking whether the linker accepts -pie
# configure:5872: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -fPIE -pie conftest.c >&5
# configure:5872: $? = 0
# configure:5882: result: yes
# configure:5895: : LDFLAGS="$LDFLAGS $flag"
# configure:5898: $? = 0
# configure:5919: checking whether the linker accepts -Wl,-z,relro
# configure:5938: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -fPIE -pie -Wl,-z,relro conftest.c >&5
# configure:5938: $? = 0
# configure:5948: result: yes
# configure:5961: : LDFLAGS="$LDFLAGS $flag"
# configure:5964: $? = 0
# configure:5985: checking whether the linker accepts -Wl,-z,now
# configure:6004: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -fPIE -pie -Wl,-z,relro -Wl,-z,now conftest.c >&5
# configure:6004: $? = 0
# configure:6014: result: yes
# configure:6027: : LDFLAGS="$LDFLAGS $flag"
# configure:6030: $? = 0
# configure:6051: checking whether the linker accepts -Wl,-z,noexecstack
# configure:6070: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5
# configure:6070: $? = 0
# configure:6080: result: yes
# configure:6093: : LDFLAGS="$LDFLAGS $flag"
# configure:6096: $? = 0
# configure:6118: checking whether C compiler accepts -D_FORTIFY_SOURCE=2
# configure:6137: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# configure:6137: $? = 0
# configure:6146: result: yes
# configure:6159: : CFLAGS="$CFLAGS $flag"
# configure:6162: $? = 0
# configure:6178: **************************************** libtool
# configure:6226: checking how to print strings
# configure:6253: result: printf
# configure:6274: checking for a sed that does not truncate output
# configure:6338: result: /usr/bin/sed
# configure:6356: checking for grep that handles long lines and -e
# configure:6414: result: /usr/bin/grep
# configure:6419: checking for egrep
# configure:6481: result: /usr/bin/grep -E
# configure:6486: checking for fgrep
# configure:6548: result: /usr/bin/grep -F
# configure:6583: checking for ld used by clang
# configure:6650: result: /usr/bin/ld
# configure:6657: checking if the linker (/usr/bin/ld) is GNU ld
# configure:6672: result: yes
# configure:6684: checking for BSD- or MS-compatible name lister (nm)
# configure:6733: result: /usr/bin/nm -B
# configure:6863: checking the name lister (/usr/bin/nm -B) interface
# configure:6870: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# configure:6873: /usr/bin/nm -B "conftest.o"
# configure:6876: output
# 0000000000000000 B some_variable
# configure:6883: result: BSD nm
# configure:6886: checking whether ln -s works
# configure:6890: result: yes
# configure:6898: checking the maximum length of command line arguments
# configure:7029: result: 1572864
# configure:7046: checking whether the shell understands some XSI constructs
# configure:7056: result: yes
# configure:7060: checking whether the shell understands "+="
# configure:7066: result: yes
# configure:7101: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:7141: result: func_convert_file_noop
# configure:7148: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:7168: result: func_convert_file_noop
# configure:7175: checking for /usr/bin/ld option to reload object files
# configure:7182: result: -r
# configure:7216: checking for x86_64-unknown-linux-objdump
# configure:7246: result: no
# configure:7256: checking for objdump
# configure:7272: found /usr/bin/objdump
# configure:7283: result: objdump
# configure:7315: checking how to recognize dependent libraries
# configure:7513: result: pass_all
# configure:7558: checking for x86_64-unknown-linux-dlltool
# configure:7588: result: no
# configure:7598: checking for dlltool
# configure:7628: result: no
# configure:7658: checking how to associate runtime and link libraries
# configure:7685: result: printf %s\n
# configure:7701: checking for x86_64-unknown-linux-ar
# configure:7731: result: no
# configure:7745: checking for ar
# configure:7761: found /usr/bin/ar
# configure:7772: result: ar
# configure:7809: checking for archiver @FILE support
# configure:7826: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# configure:7826: $? = 0
# configure:7829: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:7832: $? = 0
# configure:7837: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:7840: $? = 1
# configure:7852: result: @
# configure:7870: checking for x86_64-unknown-linux-strip
# configure:7897: result: strip
# configure:7969: checking for x86_64-unknown-linux-ranlib
# configure:7999: result: no
# configure:8009: checking for ranlib
# configure:8025: found /usr/bin/ranlib
# configure:8036: result: ranlib
# configure:8138: checking command to parse /usr/bin/nm -B output from clang object
# configure:8258: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# configure:8261: $? = 0
# configure:8265: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:8268: $? = 0
# configure:8334: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c conftstm.o >&5
# configure:8337: $? = 0
# configure:8375: result: ok
# configure:8412: checking for sysroot
# configure:8442: result: no
# configure:8519: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# configure:8522: $? = 0
# configure:8671: checking for x86_64-unknown-linux-mt
# configure:8701: result: no
# configure:8711: checking for mt
# configure:8741: result: no
# configure:8761: checking if : is a manifest tool
# configure:8767: : '-?'
# configure:8775: result: no
# configure:9417: checking how to run the C preprocessor
# configure:9448: clang -E conftest.c
# configure:9448: $? = 0
# configure:9462: clang -E conftest.c
# conftest.c:18:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:9462: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | /* end confdefs.h. */
# | #include
# configure:9487: result: clang -E
# configure:9507: clang -E conftest.c
# configure:9507: $? = 0
# configure:9521: clang -E conftest.c
# conftest.c:18:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:9521: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | /* end confdefs.h. */
# | #include
# configure:9550: checking for ANSI C header files
# configure:9570: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:18:
# In file included from /usr/include/stdlib.h:24:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:9570: $? = 0
# configure:9643: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5
# In file included from conftest.c:18:
# In file included from /usr/include/ctype.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:9643: $? = 0
# configure:9643: ./conftest
# configure:9643: $? = 0
# configure:9654: result: yes
# configure:9667: checking for sys/types.h
# configure:9667: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:19:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:9667: $? = 0
# configure:9667: result: yes
# configure:9667: checking for sys/stat.h
# configure:9667: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:20:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:9667: $? = 0
# configure:9667: result: yes
# configure:9667: checking for stdlib.h
# configure:9667: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:21:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:9667: $? = 0
# configure:9667: result: yes
# configure:9667: checking for string.h
# configure:9667: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:22:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:9667: $? = 0
# configure:9667: result: yes
# configure:9667: checking for memory.h
# configure:9667: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:23:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:9667: $? = 0
# configure:9667: result: yes
# configure:9667: checking for strings.h
# configure:9667: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:24:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:9667: $? = 0
# configure:9667: result: yes
# configure:9667: checking for inttypes.h
# configure:9667: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:25:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:9667: $? = 0
# configure:9667: result: yes
# configure:9667: checking for stdint.h
# configure:9667: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:26:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:9667: $? = 0
# configure:9667: result: yes
# configure:9667: checking for unistd.h
# configure:9667: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:27:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:9667: $? = 0
# configure:9667: result: yes
# configure:9681: checking for dlfcn.h
# configure:9681: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:28:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:9681: $? = 0
# configure:9681: result: yes
# configure:9886: checking for objdir
# configure:9901: result: .libs
# configure:10172: checking if clang supports -fno-rtti -fno-exceptions
# configure:10190: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fno-rtti -fno-exceptions conftest.c >&5
# configure:10194: $? = 0
# configure:10207: result: yes
# configure:10534: checking for clang option to produce PIC
# configure:10541: result: -fPIC -DPIC
# configure:10549: checking if clang PIC flag -fPIC -DPIC works
# configure:10567: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5
# configure:10571: $? = 0
# configure:10584: result: yes
# configure:10613: checking if clang static flag -static works
# clang-3.8: warning: argument unused during compilation: '-pie'
# configure:10641: result: no
# configure:10656: checking if clang supports -c -o file.o
# configure:10677: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5
# configure:10681: $? = 0
# configure:10703: result: yes
# configure:10711: checking if clang supports -c -o file.o
# configure:10758: result: yes
# configure:10791: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11948: result: yes
# configure:11985: checking whether -lc should be explicitly linked in
# configure:11993: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# configure:11996: $? = 0
# configure:12011: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:12014: $? = 0
# configure:12028: result: no
# configure:12188: checking dynamic linker characteristics
# configure:12688: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:12688: $? = 0
# configure:12922: result: GNU/Linux ld.so
# configure:13029: checking how to hardcode library paths into programs
# configure:13054: result: immediate
# configure:13594: checking whether stripping libraries is possible
# configure:13599: result: yes
# configure:13634: checking if libtool supports shared libraries
# configure:13636: result: yes
# configure:13639: checking whether to build shared libraries
# configure:13660: result: yes
# configure:13663: checking whether to build static libraries
# configure:13667: result: no
# configure:13706: **************************************** types
# configure:13708: checking for int8_t
# configure:13708: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:30:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:13708: $? = 0
# configure:13708: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:30:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# conftest.c:67:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning and 1 error generated.
# configure:13708: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | enum { N = 8 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13708: result: yes
# configure:13719: checking for int16_t
# configure:13719: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:30:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:13719: $? = 0
# configure:13719: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:30:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# conftest.c:67:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning and 1 error generated.
# configure:13719: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | enum { N = 16 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13719: result: yes
# configure:13730: checking for int32_t
# configure:13730: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:30:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:13730: $? = 0
# configure:13730: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:30:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# conftest.c:67:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning and 1 error generated.
# configure:13730: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | enum { N = 32 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13730: result: yes
# configure:13741: checking for int64_t
# configure:13741: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:30:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:13741: $? = 0
# configure:13741: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:30:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# conftest.c:67:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning and 1 error generated.
# configure:13741: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | enum { N = 64 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:13741: result: yes
# configure:13752: checking for uint8_t
# configure:13752: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:30:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:13752: $? = 0
# configure:13752: result: yes
# configure:13766: checking for uint16_t
# configure:13766: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:30:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:13766: $? = 0
# configure:13766: result: yes
# configure:13778: checking for uint32_t
# configure:13778: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:30:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:13778: $? = 0
# configure:13778: result: yes
# configure:13792: checking for uint64_t
# configure:13792: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:30:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:13792: $? = 0
# configure:13792: result: yes
# configure:13806: checking for size_t
# configure:13806: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:30:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:13806: $? = 0
# configure:13806: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:30:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# conftest.c:66:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 warning and 1 error generated.
# configure:13806: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13806: result: yes
# configure:13817: checking for ssize_t
# configure:13817: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:30:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:13817: $? = 0
# configure:13817: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:30:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# conftest.c:66:22: error: expected expression
# if (sizeof ((ssize_t)))
# ^
# 1 warning and 1 error generated.
# configure:13817: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ssize_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13817: result: yes
# configure:13828: checking for uid_t in sys/types.h
# configure:13847: result: yes
# configure:13858: checking for socklen_t
# configure:13867: result: yes
# configure:13878: checking for struct sockaddr_un
# configure:13878: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:30:
# In file included from /usr/include/sys/un.h:21:
# In file included from /usr/include/sys/cdefs.h:23:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:13878: $? = 0
# configure:13878: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:30:
# In file included from /usr/include/sys/un.h:21:
# In file included from /usr/include/sys/cdefs.h:23:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# conftest.c:35:33: error: expected expression
# if (sizeof ((struct sockaddr_un)))
# ^
# 1 warning and 1 error generated.
# configure:13878: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct sockaddr_un)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13878: result: yes
# configure:13889: checking for struct addrinfo
# configure:13889: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:31:
# In file included from /usr/include/netdb.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:13889: $? = 0
# configure:13889: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:31:
# In file included from /usr/include/netdb.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# conftest.c:36:30: error: expected expression
# if (sizeof ((struct addrinfo)))
# ^
# 1 warning and 1 error generated.
# configure:13889: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_STRUCT_SOCKADDR_UN 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct addrinfo)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13889: result: yes
# configure:13901: **************************************** PTY device files
# configure:13905: checking for "/dev/ptmx"
# configure:13919: result: yes
# configure:13928: checking for "/dev/ptc"
# configure:13942: result: no
# configure:13955: **************************************** entropy sources
# configure:13983: checking for "/dev/urandom"
# configure:13997: result: yes
# configure:14020: **************************************** default group
# configure:14029: checking for default group
# configure:14031: result: nobody
# configure:14035: **************************************** header files
# configure:14044: checking for stdint.h
# configure:14044: result: yes
# configure:14044: checking for inttypes.h
# configure:14044: result: yes
# configure:14044: checking malloc.h usability
# configure:14044: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:36:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking malloc.h presence
# configure:14044: clang -E conftest.c
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking for malloc.h
# configure:14044: result: yes
# configure:14044: checking ucontext.h usability
# configure:14044: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:37:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking ucontext.h presence
# configure:14044: clang -E conftest.c
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking for ucontext.h
# configure:14044: result: yes
# configure:14044: checking pthread.h usability
# configure:14044: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:38:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking pthread.h presence
# configure:14044: clang -E conftest.c
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking for pthread.h
# configure:14044: result: yes
# configure:14044: checking poll.h usability
# configure:14044: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:39:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking poll.h presence
# configure:14044: clang -E conftest.c
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking for poll.h
# configure:14044: result: yes
# configure:14044: checking tcpd.h usability
# configure:14044: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:40:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# conftest.c:73:10: fatal error: 'tcpd.h' file not found
# #include
# ^
# 1 warning and 1 error generated.
# configure:14044: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_STRUCT_SOCKADDR_UN 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_DEV_PTMX 1
# | #define RANDOM_FILE "/dev/urandom"
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UCONTEXT_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_POLL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:14044: result: no
# configure:14044: checking tcpd.h presence
# configure:14044: clang -E conftest.c
# conftest.c:40:10: fatal error: 'tcpd.h' file not found
# #include
# ^
# 1 error generated.
# configure:14044: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_STRUCT_SOCKADDR_UN 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_DEV_PTMX 1
# | #define RANDOM_FILE "/dev/urandom"
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UCONTEXT_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_POLL_H 1
# | /* end confdefs.h. */
# | #include
# configure:14044: result: no
# configure:14044: checking for tcpd.h
# configure:14044: result: no
# configure:14044: checking stropts.h usability
# configure:14044: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:40:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking stropts.h presence
# configure:14044: clang -E conftest.c
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking for stropts.h
# configure:14044: result: yes
# configure:14044: checking grp.h usability
# configure:14044: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:41:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking grp.h presence
# configure:14044: clang -E conftest.c
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking for grp.h
# configure:14044: result: yes
# configure:14044: checking for unistd.h
# configure:14044: result: yes
# configure:14044: checking util.h usability
# configure:14044: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:43:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# conftest.c:76:10: fatal error: 'util.h' file not found
# #include
# ^
# 1 warning and 1 error generated.
# configure:14044: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_STRUCT_SOCKADDR_UN 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_DEV_PTMX 1
# | #define RANDOM_FILE "/dev/urandom"
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UCONTEXT_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:14044: result: no
# configure:14044: checking util.h presence
# configure:14044: clang -E conftest.c
# conftest.c:43:10: fatal error: 'util.h' file not found
# #include
# ^
# 1 error generated.
# configure:14044: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_STRUCT_SOCKADDR_UN 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_DEV_PTMX 1
# | #define RANDOM_FILE "/dev/urandom"
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UCONTEXT_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:14044: result: no
# configure:14044: checking for util.h
# configure:14044: result: no
# configure:14044: checking libutil.h usability
# configure:14044: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:43:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# conftest.c:76:10: fatal error: 'libutil.h' file not found
# #include
# ^
# 1 warning and 1 error generated.
# configure:14044: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_STRUCT_SOCKADDR_UN 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_DEV_PTMX 1
# | #define RANDOM_FILE "/dev/urandom"
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UCONTEXT_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:14044: result: no
# configure:14044: checking libutil.h presence
# configure:14044: clang -E conftest.c
# conftest.c:43:10: fatal error: 'libutil.h' file not found
# #include
# ^
# 1 error generated.
# configure:14044: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_STRUCT_SOCKADDR_UN 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_DEV_PTMX 1
# | #define RANDOM_FILE "/dev/urandom"
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UCONTEXT_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:14044: result: no
# configure:14044: checking for libutil.h
# configure:14044: result: no
# configure:14044: checking pty.h usability
# configure:14044: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:43:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking pty.h presence
# configure:14044: clang -E conftest.c
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking for pty.h
# configure:14044: result: yes
# configure:14044: checking limits.h usability
# configure:14044: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:44:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking limits.h presence
# configure:14044: clang -E conftest.c
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking for limits.h
# configure:14044: result: yes
# configure:14058: checking for sys/types.h
# configure:14058: result: yes
# configure:14058: checking sys/select.h usability
# configure:14058: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:46:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking sys/select.h presence
# configure:14058: clang -E conftest.c
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking for sys/select.h
# configure:14058: result: yes
# configure:14058: checking sys/poll.h usability
# configure:14058: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:47:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking sys/poll.h presence
# configure:14058: clang -E conftest.c
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking for sys/poll.h
# configure:14058: result: yes
# configure:14058: checking sys/socket.h usability
# configure:14058: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:48:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking sys/socket.h presence
# configure:14058: clang -E conftest.c
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking for sys/socket.h
# configure:14058: result: yes
# configure:14058: checking sys/un.h usability
# configure:14058: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:49:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking sys/un.h presence
# configure:14058: clang -E conftest.c
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking for sys/un.h
# configure:14058: result: yes
# configure:14058: checking sys/ioctl.h usability
# configure:14058: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:50:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking sys/ioctl.h presence
# configure:14058: clang -E conftest.c
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking for sys/ioctl.h
# configure:14058: result: yes
# configure:14058: checking sys/filio.h usability
# configure:14058: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:51:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# conftest.c:84:10: fatal error: 'sys/filio.h' file not found
# #include
# ^
# 1 warning and 1 error generated.
# configure:14058: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_STRUCT_SOCKADDR_UN 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_DEV_PTMX 1
# | #define RANDOM_FILE "/dev/urandom"
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UCONTEXT_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:14058: result: no
# configure:14058: checking sys/filio.h presence
# configure:14058: clang -E conftest.c
# conftest.c:51:10: fatal error: 'sys/filio.h' file not found
# #include
# ^
# 1 error generated.
# configure:14058: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_STRUCT_SOCKADDR_UN 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_DEV_PTMX 1
# | #define RANDOM_FILE "/dev/urandom"
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UCONTEXT_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:14058: result: no
# configure:14058: checking for sys/filio.h
# configure:14058: result: no
# configure:14058: checking sys/resource.h usability
# configure:14058: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:51:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking sys/resource.h presence
# configure:14058: clang -E conftest.c
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking for sys/resource.h
# configure:14058: result: yes
# configure:14058: checking sys/uio.h usability
# configure:14058: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:52:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking sys/uio.h presence
# configure:14058: clang -E conftest.c
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking for sys/uio.h
# configure:14058: result: yes
# configure:14058: checking sys/syscall.h usability
# configure:14058: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:53:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking sys/syscall.h presence
# configure:14058: clang -E conftest.c
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking for sys/syscall.h
# configure:14058: result: yes
# configure:14070: checking linux/sched.h usability
# configure:14070: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:54:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14070: $? = 0
# configure:14070: result: yes
# configure:14070: checking linux/sched.h presence
# configure:14070: clang -E conftest.c
# configure:14070: $? = 0
# configure:14070: result: yes
# configure:14070: checking for linux/sched.h
# configure:14070: result: yes
# configure:14080: checking for struct msghdr.msg_control
# configure:14080: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:56:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14080: $? = 0
# configure:14080: result: yes
# configure:14098: checking for linux/netfilter_ipv4.h
# configure:14098: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:58:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14098: $? = 0
# configure:14098: result: yes
# configure:14115: **************************************** libraries
# configure:14118: checking for library containing gethostbyname
# configure:14149: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5
# configure:14149: $? = 0
# configure:14166: result: none required
# configure:14174: checking for library containing yp_get_default_domain
# configure:14205: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5
# /tmp/conftest-6341e2.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `yp_get_default_domain'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_STRUCT_SOCKADDR_UN 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_DEV_PTMX 1
# | #define RANDOM_FILE "/dev/urandom"
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UCONTEXT_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_SYSCALL_H 1
# | #define HAVE_LINUX_SCHED_H 1
# | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
# | #define HAVE_MSGHDR_MSG_CONTROL 1
# | #define HAVE_LINUX_NETFILTER_IPV4_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char yp_get_default_domain ();
# | int
# | main ()
# | {
# | return yp_get_default_domain ();
# | ;
# | return 0;
# | }
# configure:14205: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lnsl >&5
# configure:14205: $? = 0
# configure:14222: result: -lnsl
# configure:14230: checking for library containing socket
# configure:14261: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lnsl >&5
# configure:14261: $? = 0
# configure:14278: result: none required
# configure:14286: checking for library containing openpty
# configure:14317: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lnsl >&5
# /tmp/conftest-6b464a.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `openpty'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14317: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_STRUCT_SOCKADDR_UN 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_DEV_PTMX 1
# | #define RANDOM_FILE "/dev/urandom"
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UCONTEXT_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_SYSCALL_H 1
# | #define HAVE_LINUX_SCHED_H 1
# | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
# | #define HAVE_MSGHDR_MSG_CONTROL 1
# | #define HAVE_LINUX_NETFILTER_IPV4_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char openpty ();
# | int
# | main ()
# | {
# | return openpty ();
# | ;
# | return 0;
# | }
# configure:14317: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lutil -lnsl >&5
# configure:14317: $? = 0
# configure:14334: result: -lutil
# configure:14343: checking for library containing dlopen
# configure:14374: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lutil -lnsl >&5
# /tmp/conftest-ffe054.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dlopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14374: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_STRUCT_SOCKADDR_UN 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_DEV_PTMX 1
# | #define RANDOM_FILE "/dev/urandom"
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UCONTEXT_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_SYSCALL_H 1
# | #define HAVE_LINUX_SCHED_H 1
# | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
# | #define HAVE_MSGHDR_MSG_CONTROL 1
# | #define HAVE_LINUX_NETFILTER_IPV4_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char dlopen ();
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:14374: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -ldl -lutil -lnsl >&5
# configure:14374: $? = 0
# configure:14391: result: -ldl
# configure:14399: checking for library containing shl_load
# configure:14430: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -ldl -lutil -lnsl >&5
# /tmp/conftest-943d02.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `shl_load'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14430: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_STRUCT_SOCKADDR_UN 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_DEV_PTMX 1
# | #define RANDOM_FILE "/dev/urandom"
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UCONTEXT_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_SYSCALL_H 1
# | #define HAVE_LINUX_SCHED_H 1
# | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
# | #define HAVE_MSGHDR_MSG_CONTROL 1
# | #define HAVE_LINUX_NETFILTER_IPV4_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char shl_load ();
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:14430: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -ldld -ldl -lutil -lnsl >&5
# /usr/bin/ld: cannot find -ldld
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14430: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_STRUCT_SOCKADDR_UN 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_DEV_PTMX 1
# | #define RANDOM_FILE "/dev/urandom"
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UCONTEXT_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_SYSCALL_H 1
# | #define HAVE_LINUX_SCHED_H 1
# | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
# | #define HAVE_MSGHDR_MSG_CONTROL 1
# | #define HAVE_LINUX_NETFILTER_IPV4_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char shl_load ();
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:14447: result: no
# configure:14455: checking for library containing inflateEnd
# configure:14486: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -ldl -lutil -lnsl >&5
# /tmp/conftest-42b91c.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `inflateEnd'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14486: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_STRUCT_SOCKADDR_UN 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_DEV_PTMX 1
# | #define RANDOM_FILE "/dev/urandom"
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UCONTEXT_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_SYSCALL_H 1
# | #define HAVE_LINUX_SCHED_H 1
# | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
# | #define HAVE_MSGHDR_MSG_CONTROL 1
# | #define HAVE_LINUX_NETFILTER_IPV4_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char inflateEnd ();
# | int
# | main ()
# | {
# | return inflateEnd ();
# | ;
# | return 0;
# | }
# configure:14486: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# configure:14486: $? = 0
# configure:14503: result: -lz
# configure:14517: **************************************** library functions
# configure:14523: checking for snprintf
# configure:14523: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:68:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# conftest.c:81:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:81:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 2 warnings generated.
# configure:14523: $? = 0
# configure:14523: result: yes
# configure:14523: checking for vsnprintf
# configure:14523: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:69:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# conftest.c:82:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# conftest.c:82:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 2 warnings generated.
# configure:14523: $? = 0
# configure:14523: result: yes
# configure:14536: checking for openpty
# configure:14536: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:70:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14536: $? = 0
# configure:14536: result: yes
# configure:14536: checking for _getpty
# configure:14536: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:71:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# /tmp/conftest-e16e52.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `_getpty'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14536: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_STRUCT_SOCKADDR_UN 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_DEV_PTMX 1
# | #define RANDOM_FILE "/dev/urandom"
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UCONTEXT_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_SYSCALL_H 1
# | #define HAVE_LINUX_SCHED_H 1
# | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
# | #define HAVE_MSGHDR_MSG_CONTROL 1
# | #define HAVE_LINUX_NETFILTER_IPV4_H 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_OPENPTY 1
# | /* end confdefs.h. */
# | /* Define _getpty to an innocuous variant, in case declares _getpty.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _getpty innocuous__getpty
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _getpty (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _getpty
# |
# | /* 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 _getpty ();
# | /* 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__getpty || defined __stub____getpty
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _getpty ();
# | ;
# | return 0;
# | }
# configure:14536: result: no
# configure:14549: checking for daemon
# configure:14549: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:71:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14549: $? = 0
# configure:14549: result: yes
# configure:14549: checking for waitpid
# configure:14549: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:72:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14549: $? = 0
# configure:14549: result: yes
# configure:14549: checking for wait4
# configure:14549: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:73:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14549: $? = 0
# configure:14549: result: yes
# configure:14549: checking for setsid
# configure:14549: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:74:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14549: $? = 0
# configure:14549: result: yes
# configure:14549: checking for setgroups
# configure:14549: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:75:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14549: $? = 0
# configure:14549: result: yes
# configure:14549: checking for chroot
# configure:14549: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:76:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14549: $? = 0
# configure:14549: result: yes
# configure:14549: checking for realpath
# configure:14549: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:77:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14549: $? = 0
# configure:14549: result: yes
# configure:14562: checking for sysconf
# configure:14562: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:78:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14562: $? = 0
# configure:14562: result: yes
# configure:14562: checking for getrlimit
# configure:14562: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:79:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14562: $? = 0
# configure:14562: result: yes
# configure:14575: checking for pthread_sigmask
# configure:14575: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:80:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14575: $? = 0
# configure:14575: result: yes
# configure:14575: checking for localtime_r
# configure:14575: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:81:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14575: $? = 0
# configure:14575: result: yes
# configure:14588: checking for getcontext
# configure:14588: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:82:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# conftest.c:95:6: warning: declaration of built-in function 'getcontext' requires inclusion of the header [-Wbuiltin-requires-header]
# char getcontext ();
# ^
# 2 warnings generated.
# configure:14588: $? = 0
# configure:14588: result: yes
# configure:14588: checking for __makecontext_v2
# configure:14588: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:83:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# /tmp/conftest-d8745f.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `__makecontext_v2'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14588: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_STRUCT_SOCKADDR_UN 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_DEV_PTMX 1
# | #define RANDOM_FILE "/dev/urandom"
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UCONTEXT_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_SYSCALL_H 1
# | #define HAVE_LINUX_SCHED_H 1
# | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
# | #define HAVE_MSGHDR_MSG_CONTROL 1
# | #define HAVE_LINUX_NETFILTER_IPV4_H 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_OPENPTY 1
# | #define HAVE_DAEMON 1
# | #define HAVE_WAITPID 1
# | #define HAVE_WAIT4 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_CHROOT 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_PTHREAD_SIGMASK 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_GETCONTEXT 1
# | /* end confdefs.h. */
# | /* Define __makecontext_v2 to an innocuous variant, in case declares __makecontext_v2.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define __makecontext_v2 innocuous___makecontext_v2
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char __makecontext_v2 (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef __makecontext_v2
# |
# | /* 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 __makecontext_v2 ();
# | /* 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___makecontext_v2 || defined __stub_____makecontext_v2
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return __makecontext_v2 ();
# | ;
# | return 0;
# | }
# configure:14588: result: no
# configure:14601: checking for poll
# configure:14601: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:83:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14601: $? = 0
# configure:14601: result: yes
# configure:14601: checking for gethostbyname2
# configure:14601: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:84:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14601: $? = 0
# configure:14601: result: yes
# configure:14601: checking for endhostent
# configure:14601: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:85:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14601: $? = 0
# configure:14601: result: yes
# configure:14601: checking for getnameinfo
# configure:14601: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:86:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14601: $? = 0
# configure:14601: result: yes
# configure:14610: checking for getaddrinfo
# configure:14639: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:78:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14639: $? = 0
# configure:14640: result: yes
# configure:14653: checking for broken poll() implementation
# configure:14664: result: no
# configure:14672: checking for pipe2
# configure:14672: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:88:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14672: $? = 0
# configure:14672: result: yes
# configure:14672: checking for accept4
# configure:14672: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# In file included from conftest.c:89:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14672: $? = 0
# configure:14672: result: yes
# configure:14682: **************************************** optional features
# configure:14685: checking whether to enable IPv6 support
# configure:14691: result: yes
# configure:14718: checking whether to enable FIPS support
# configure:14744: result: autodetecting
# configure:14752: checking whether to enable systemd socket activation support
# configure:14831: result: autodetecting
# configure:14834: checking for library containing sd_listen_fds
# configure:14865: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz -ldl -lutil -lnsl >&5
# /tmp/conftest-4cd218.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `sd_listen_fds'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14865: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "stunnel"
# | #define PACKAGE_TARNAME "stunnel"
# | #define PACKAGE_VERSION "5.33"
# | #define PACKAGE_STRING "stunnel 5.33"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "stunnel"
# | #define VERSION "5.33"
# | #define HOST "x86_64-unknown-linux-gnu"
# | #define CPU_X86_64 1
# | #define VENDOR_UNKNOWN 1
# | #define OS_LINUX_GNU 1
# | #define _GNU_SOURCE 1
# | #define HAVE_PTHREAD_PRIO_INHERIT 1
# | #define USE_PTHREAD 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_STRUCT_SOCKADDR_UN 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_DEV_PTMX 1
# | #define RANDOM_FILE "/dev/urandom"
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UCONTEXT_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PTY_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_SYS_SYSCALL_H 1
# | #define HAVE_LINUX_SCHED_H 1
# | #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
# | #define HAVE_MSGHDR_MSG_CONTROL 1
# | #define HAVE_LINUX_NETFILTER_IPV4_H 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_OPENPTY 1
# | #define HAVE_DAEMON 1
# | #define HAVE_WAITPID 1
# | #define HAVE_WAIT4 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_CHROOT 1
# | #define HAVE_REALPATH 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_PTHREAD_SIGMASK 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_GETCONTEXT 1
# | #define HAVE_POLL 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_ENDHOSTENT 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_PIPE2 1
# | #define HAVE_ACCEPT4 1
# | #define USE_IPv6 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 sd_listen_fds ();
# | int
# | main ()
# | {
# | return sd_listen_fds ();
# | ;
# | return 0;
# | }
# configure:14865: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lsystemd -lz -ldl -lutil -lnsl >&5
# configure:14865: $? = 0
# configure:14882: result: -lsystemd
# configure:14889: checking systemd/sd-daemon.h usability
# configure:14889: clang -c -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
# In file included from conftest.c:81:
# In file included from /usr/include/stdio.h:27:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:14889: $? = 0
# configure:14889: result: yes
# configure:14889: checking systemd/sd-daemon.h presence
# configure:14889: clang -E conftest.c
# configure:14889: $? = 0
# configure:14889: result: yes
# configure:14889: checking for systemd/sd-daemon.h
# configure:14889: result: yes
# configure:14898: systemd support enabled
# configure:14924: checking whether to enable TCP wrappers support
# configure:14937: result: no
# configure:14994: **************************************** SSL
# configure:14997: checking for compiler sysroot
# configure:15004: result: /
# configure:15031: checking for SSL directory
# configure:15050: result: /usr
# configure:15065: checking for FIPS_mode_set
# configure:15065: clang -o conftest -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -I/usr/include -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lsystemd -lz -ldl -lutil -lnsl -L/usr/lib64 -L/usr/lib -lssl -lcrypto >&5
# In file included from conftest.c:94:
# In file included from /usr/bin/../lib/clang/3.8.0/include/limits.h:37:
# In file included from /usr/include/limits.h:25:
# /usr/include/features.h:331:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^
# 1 warning generated.
# configure:15065: $? = 0
# configure:15065: result: yes
# configure:15074: FIPS support enabled
# configure:15090: **************************************** write the results
# configure:15203: checking that generated files are newer than configure
# configure:15209: result: done
# configure:15236: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by stunnel config.status 5.33, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 26761bda923e
#
# config.status:1156: creating Makefile
# config.status:1156: creating src/Makefile
# config.status:1156: creating doc/Makefile
# config.status:1156: creating tools/Makefile
# config.status:1156: creating src/config.h
# config.status:1385: executing depfiles commands
# config.status:1385: executing libtool commands
# configure:17464: **************************************** success
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_int16_t=yes
# ac_cv_c_int32_t=yes
# ac_cv_c_int64_t=yes
# ac_cv_c_int8_t=yes
# ac_cv_c_uint16_t=yes
# ac_cv_c_uint32_t=yes
# ac_cv_c_uint64_t=yes
# ac_cv_c_uint8_t=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_file__dev_ptc=no
# ac_cv_file__dev_ptmx=yes
# ac_cv_file__dev_urandom=yes
# ac_cv_func_FIPS_mode_set=yes
# ac_cv_func___makecontext_v2=no
# ac_cv_func__getpty=no
# ac_cv_func_accept4=yes
# ac_cv_func_chroot=yes
# ac_cv_func_daemon=yes
# ac_cv_func_endhostent=yes
# ac_cv_func_getcontext=yes
# ac_cv_func_gethostbyname2=yes
# ac_cv_func_getnameinfo=yes
# ac_cv_func_getrlimit=yes
# ac_cv_func_localtime_r=yes
# ac_cv_func_openpty=yes
# ac_cv_func_pipe2=yes
# ac_cv_func_poll=yes
# ac_cv_func_pthread_sigmask=yes
# ac_cv_func_realpath=yes
# ac_cv_func_setgroups=yes
# ac_cv_func_setsid=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_sysconf=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_func_wait4=yes
# ac_cv_func_waitpid=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_grp_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libutil_h=no
# ac_cv_header_limits_h=yes
# ac_cv_header_linux_netfilter_ipv4_h=yes
# ac_cv_header_linux_sched_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_poll_h=yes
# ac_cv_header_pthread_h=yes
# ac_cv_header_pty_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_stropts_h=yes
# ac_cv_header_sys_filio_h=no
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_poll_h=yes
# ac_cv_header_sys_resource_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_syscall_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_uio_h=yes
# ac_cv_header_sys_un_h=yes
# ac_cv_header_systemd_sd_daemon_h=yes
# ac_cv_header_tcpd_h=no
# ac_cv_header_ucontext_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_util_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_member_struct_msghdr_msg_control=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_dlopen=-ldl
# ac_cv_search_gethostbyname='none required'
# ac_cv_search_inflateEnd=-lz
# ac_cv_search_openpty=-lutil
# ac_cv_search_sd_listen_fds=-lsystemd
# ac_cv_search_shl_load=no
# ac_cv_search_socket='none required'
# ac_cv_search_yp_get_default_domain=-lnsl
# ac_cv_type_size_t=yes
# ac_cv_type_ssize_t=yes
# ac_cv_type_struct_addrinfo=yes
# ac_cv_type_struct_sockaddr_un=yes
# ac_cv_type_uid_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# ax_cv_PTHREAD_PRIO_INHERIT=yes
# ax_cv_check_cflags___D_FORTIFY_SOURCE_2=yes
# ax_cv_check_cflags___Wall=yes
# ax_cv_check_cflags___Wconversion=yes
# ax_cv_check_cflags___Wextra=yes
# ax_cv_check_cflags___Wformat_2=yes
# ax_cv_check_cflags___Wno_deprecated_declarations=yes
# ax_cv_check_cflags___Wno_long_long=yes
# ax_cv_check_cflags___Wpedantic=yes
# ax_cv_check_cflags___fPIE=yes
# ax_cv_check_cflags___fstack_protector=yes
# ax_cv_check_ldflags___Wl__z_noexecstack=yes
# ax_cv_check_ldflags___Wl__z_now=yes
# ax_cv_check_ldflags___Wl__z_relro=yes
# ax_cv_check_ldflags___fPIE=yes
# ax_cv_check_ldflags___pie=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/stunnel/src/stunnel-5.33/auto/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AUTHOR_TESTS_FALSE=''
# AUTHOR_TESTS_TRUE='#'
# AUTOCONF='${SHELL} /tmp/stunnel/src/stunnel-5.33/auto/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/stunnel/src/stunnel-5.33/auto/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/stunnel/src/stunnel-5.33/auto/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -pthread -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFAULT_GROUP='nobody'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=' -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack'
# LIBOBJS=''
# LIBS='-lsystemd -lz -ldl -lutil -lnsl '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBTOOL_DEPS='auto/ltmain.sh'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/stunnel/src/stunnel-5.33/auto/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='stunnel'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='stunnel'
# PACKAGE_STRING='stunnel 5.33'
# PACKAGE_TARNAME='stunnel'
# PACKAGE_URL=''
# PACKAGE_VERSION='5.33'
# PATH_SEPARATOR=':'
# PTHREAD_CC='clang'
# PTHREAD_CFLAGS='-pthread'
# PTHREAD_LIBS=''
# RANDOM_FILE='/dev/urandom'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SSLDIR='/usr'
# STRIP='strip'
# VERSION='5.33'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# ax_pthread_config=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/stunnel/src/stunnel-5.33/auto/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "stunnel"
# #define PACKAGE_TARNAME "stunnel"
# #define PACKAGE_VERSION "5.33"
# #define PACKAGE_STRING "stunnel 5.33"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "stunnel"
# #define VERSION "5.33"
# #define HOST "x86_64-unknown-linux-gnu"
# #define CPU_X86_64 1
# #define VENDOR_UNKNOWN 1
# #define OS_LINUX_GNU 1
# #define _GNU_SOURCE 1
# #define HAVE_PTHREAD_PRIO_INHERIT 1
# #define USE_PTHREAD 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_STRUCT_SOCKADDR_UN 1
# #define HAVE_STRUCT_ADDRINFO 1
# #define HAVE_DEV_PTMX 1
# #define RANDOM_FILE "/dev/urandom"
# #define HAVE_STDINT_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_UCONTEXT_H 1
# #define HAVE_PTHREAD_H 1
# #define HAVE_POLL_H 1
# #define HAVE_STROPTS_H 1
# #define HAVE_GRP_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_PTY_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_POLL_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_UN_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_SYS_UIO_H 1
# #define HAVE_SYS_SYSCALL_H 1
# #define HAVE_LINUX_SCHED_H 1
# #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
# #define HAVE_MSGHDR_MSG_CONTROL 1
# #define HAVE_LINUX_NETFILTER_IPV4_H 1
# #define HAVE_SNPRINTF 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_OPENPTY 1
# #define HAVE_DAEMON 1
# #define HAVE_WAITPID 1
# #define HAVE_WAIT4 1
# #define HAVE_SETSID 1
# #define HAVE_SETGROUPS 1
# #define HAVE_CHROOT 1
# #define HAVE_REALPATH 1
# #define HAVE_SYSCONF 1
# #define HAVE_GETRLIMIT 1
# #define HAVE_PTHREAD_SIGMASK 1
# #define HAVE_LOCALTIME_R 1
# #define HAVE_GETCONTEXT 1
# #define HAVE_POLL 1
# #define HAVE_GETHOSTBYNAME2 1
# #define HAVE_ENDHOSTENT 1
# #define HAVE_GETNAMEINFO 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_PIPE2 1
# #define HAVE_ACCEPT4 1
# #define USE_IPv6 1
# #define HAVE_SYSTEMD_SD_DAEMON_H 1
# #define USE_SYSTEMD 1
# #define SSLDIR "/usr"
# #define HAVE_FIPS_MODE_SET 1
# #define USE_FIPS 1
#
# configure: exit 0