Build of stunnel with vanilla toolchain

The build took 00h 00m 49s 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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: stunnel 5.33-1 (Wed Aug 24 13:20:05 UTC 2016)
# ==> 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/sbin/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... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking 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... no
# 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/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B
# checking the name lister (/usr/sbin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking 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/sbin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/sbin/nm -B output from gcc object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... gcc -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... no
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... 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
# CC stunnel-tls.o
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from tls.c:38:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# In file included from /usr/include/sys/types.h:25:0,
# from env.c:40:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# CC stunnel-str.o
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from str.c:38:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# CC stunnel-file.o
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from file.c:38:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# CC stunnel-client.o
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from client.c:38:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# CC stunnel-log.o
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from log.c:38:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# CC stunnel-options.o
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from options.c:38:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# CC stunnel-protocol.o
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from protocol.c:38:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# CC stunnel-network.o
# CC stunnel-resolver.o
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from network.c:43:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from resolver.c:38:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# CC stunnel-ssl.o
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from ssl.c:38:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# CC stunnel-ctx.o
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from ctx.c:38:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# CC stunnel-verify.o
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from verify.c:38:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# CC stunnel-sthreads.o
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from sthreads.c:43:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# CC stunnel-fd.o
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from fd.c:38:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# CC stunnel-dhparam.o
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from dhparam.c:1:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# CC stunnel-cron.o
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from cron.c:38:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# CC stunnel-stunnel.o
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from stunnel.c:38:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# CC stunnel-pty.o
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from pty.c:38:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# CC stunnel-libwrap.o
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from libwrap.c:38:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# CC stunnel-ui_unix.o
# In file included from /usr/include/pthread.h:21:0,
# from common.h:175,
# from ui_unix.c:38:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# sed -e 's|@bindir[@]|/usr/bin|g' './stunnel3.in' >stunnel3
# CCLD libstunnel.la
# CCLD stunnel
# 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/sbin/mkdir -p '/tmp/stunnel/pkg/stunnel/usr/bin'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/sbin/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'
# /usr/bin/install -c stunnel3 '/tmp/stunnel/pkg/stunnel/usr/bin'
# /usr/sbin/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 .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'
# libtool: install: /usr/bin/install -c stunnel /tmp/stunnel/pkg/stunnel/usr/bin/stunnel
# 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/sbin/mkdir -p '/tmp/stunnel/pkg/stunnel/usr/share/doc/stunnel'
# /usr/sbin/mkdir -p '/tmp/stunnel/pkg/stunnel/usr/share/man/man8'
# /usr/bin/install -c -m 644 stunnel.html stunnel.pl.html '/tmp/stunnel/pkg/stunnel/usr/share/doc/stunnel'
# /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/sbin/mkdir -p '/tmp/stunnel/pkg/stunnel/etc/stunnel'
# /usr/sbin/mkdir -p '/tmp/stunnel/pkg/stunnel/usr/share/doc/stunnel/examples'
# /usr/bin/install -c -m 644 stunnel.conf-sample '/tmp/stunnel/pkg/stunnel/etc/stunnel'
# /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/sbin/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 (Wed Aug 24 13:20:22 UTC 2016)

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 = 6dad5a2cbe49
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure: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/sbin/strip
# configure:2776: result: strip
# configure:2801: checking for a thread-safe mkdir -p
# configure:2840: result: /usr/sbin/mkdir -p
# configure:2847: checking for gawk
# configure:2863: found /usr/sbin/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:3235: result: no
# configure:3245: checking for gcc
# configure:3261: found /usr/sbin/gcc
# configure:3272: result: gcc
# configure:3501: checking for C compiler version
# configure:3510: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3521: $? = 0
# configure:3510: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3521: $? = 0
# configure:3510: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3521: $? = 1
# configure:3510: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3521: $? = 1
# configure:3541: checking whether the C compiler works
# configure:3563: gcc 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: gcc -o conftest conftest.c >&5
# configure:3637: $? = 0
# configure:3659: result:
# configure:3681: checking whether we are cross compiling
# configure:3689: gcc -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: gcc -c conftest.c >&5
# configure:3750: $? = 0
# configure:3771: result: o
# configure:3775: checking whether we are using the GNU C compiler
# configure:3794: gcc -c conftest.c >&5
# configure:3794: $? = 0
# configure:3803: result: yes
# configure:3812: checking whether gcc accepts -g
# configure:3832: gcc -c -g conftest.c >&5
# configure:3832: $? = 0
# configure:3873: result: yes
# configure:3890: checking for gcc option to accept ISO C89
# configure:3953: gcc -c conftest.c >&5
# configure:3953: $? = 0
# configure:3966: result: none needed
# configure:3991: checking whether gcc understands -c and -o together
# configure:4013: gcc -c conftest.c -o conftest2.o
# configure:4016: $? = 0
# configure:4013: gcc -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 gcc
# 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: gcc -c -Werror -Wunknown-warning-option -Wsizeof-array-argument conftest.c >&5
# gcc: error: unrecognized command line option '-Wunknown-warning-option'; did you mean '-Wno-warning-token'?
# configure:4922: $? = 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. */
# | int foo(void);
# | int
# | main ()
# | {
# | foo()
# | ;
# | return 0;
# | }
# configure:4927: result: no
# configure:4993: checking for the pthreads library -lpthreads
# configure:5031: gcc -o conftest conftest.c -lpthreads >&5
# /usr/sbin/ld: cannot find -lpthreads
# collect2: error: ld returned 1 exit status
# 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: gcc -o conftest conftest.c >&5
# /tmp/ccgWRHUG.o: In function `main':
# conftest.c:(.text+0x43): undefined reference to `pthread_create'
# conftest.c:(.text+0x54): undefined reference to `pthread_join'
# conftest.c:(.text+0xbc): undefined reference to `__pthread_register_cancel'
# conftest.c:(.text+0xcb): undefined reference to `__pthread_unregister_cancel'
# collect2: error: ld returned 1 exit status
# 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: gcc -o conftest -Kthread conftest.c >&5
# gcc: error: unrecognized command line option '-Kthread'; did you mean '-pthread'?
# 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: gcc -o conftest -kthread conftest.c >&5
# gcc: error: unrecognized command line option '-kthread'; did you mean '-pthread'?
# 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: gcc -o conftest conftest.c -llthread >&5
# /usr/sbin/ld: cannot find -llthread
# collect2: error: ld returned 1 exit status
# 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: gcc -o conftest -pthread conftest.c >&5
# configure:5031: $? = 0
# configure:5040: result: yes
# configure:5059: checking for joinable pthread attribute
# configure:5074: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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/sbin/sed
# configure:6356: checking for grep that handles long lines and -e
# configure:6414: result: /usr/sbin/grep
# configure:6419: checking for egrep
# configure:6481: result: /usr/sbin/grep -E
# configure:6486: checking for fgrep
# configure:6548: result: /usr/sbin/grep -F
# configure:6583: checking for ld used by gcc
# configure:6650: result: /usr/sbin/ld
# configure:6657: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:6672: result: yes
# configure:6684: checking for BSD- or MS-compatible name lister (nm)
# configure:6733: result: /usr/sbin/nm -B
# configure:6863: checking the name lister (/usr/sbin/nm -B) interface
# configure:6870: gcc -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/sbin/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/sbin/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/sbin/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/sbin/ar
# configure:7772: result: ar
# configure:7809: checking for archiver @FILE support
# configure:7826: gcc -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/sbin/ranlib
# configure:8036: result: ranlib
# configure:8138: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:8258: gcc -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/sbin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:8268: $? = 0
# configure:8334: gcc -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
# conftest.c:29:20: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
# {"nm_test_func", (void *) &nm_test_func},
# ^
# configure:8337: $? = 0
# configure:8375: result: ok
# configure:8412: checking for sysroot
# configure:8442: result: no
# configure:8519: gcc -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: gcc -E conftest.c
# configure:9448: $? = 0
# configure:9462: gcc -E conftest.c
# conftest.c:18:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E
# configure:9507: gcc -E conftest.c
# configure:9507: $? = 0
# configure:9521: gcc -E conftest.c
# conftest.c:18:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -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 /usr/include/stdlib.h:24:0,
# from conftest.c:18:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:9570: $? = 0
# configure:9643: gcc -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 /usr/include/ctype.h:25:0,
# from conftest.c:18:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:9643: $? = 0
# configure:9643: ./conftest
# configure:9643: $? = 0
# configure:9654: result: yes
# configure:9667: checking for sys/types.h
# configure:9667: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:19:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:9667: $? = 0
# configure:9667: result: yes
# configure:9667: checking for sys/stat.h
# configure:9667: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:20:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:9667: $? = 0
# configure:9667: result: yes
# configure:9667: checking for stdlib.h
# configure:9667: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:21:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:9667: $? = 0
# configure:9667: result: yes
# configure:9667: checking for string.h
# configure:9667: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:22:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:9667: $? = 0
# configure:9667: result: yes
# configure:9667: checking for memory.h
# configure:9667: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:23:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:9667: $? = 0
# configure:9667: result: yes
# configure:9667: checking for strings.h
# configure:9667: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:24:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:9667: $? = 0
# configure:9667: result: yes
# configure:9667: checking for inttypes.h
# configure:9667: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:25:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:9667: $? = 0
# configure:9667: result: yes
# configure:9667: checking for stdint.h
# configure:9667: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:26:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:9667: $? = 0
# configure:9667: result: yes
# configure:9667: checking for unistd.h
# configure:9667: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:27:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:9667: $? = 0
# configure:9667: result: yes
# configure:9681: checking for dlfcn.h
# configure:9681: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:28:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:9681: $? = 0
# configure:9681: result: yes
# configure:9886: checking for objdir
# configure:9901: result: .libs
# configure:10172: checking if gcc supports -fno-rtti -fno-exceptions
# configure:10190: gcc -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
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:10194: $? = 0
# configure:10207: result: no
# configure:10534: checking for gcc option to produce PIC
# configure:10541: result: -fPIC -DPIC
# configure:10549: checking if gcc PIC flag -fPIC -DPIC works
# configure:10567: gcc -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 gcc static flag -static works
# configure:10641: result: no
# configure:10656: checking if gcc supports -c -o file.o
# configure:10677: gcc -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 gcc supports -c -o file.o
# configure:10758: result: yes
# configure:10791: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:11948: result: yes
# configure:11985: checking whether -lc should be explicitly linked in
# configure:11993: gcc -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: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:12014: $? = 0
# configure:12028: result: no
# configure:12188: checking dynamic linker characteristics
# configure:12688: gcc -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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:30:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:13708: $? = 0
# configure:13708: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:30:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# conftest.c: In function 'main':
# conftest.c:67:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~
# 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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:30:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:13719: $? = 0
# configure:13719: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:30:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# conftest.c: In function 'main':
# conftest.c:67:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~
# 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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:30:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:13730: $? = 0
# configure:13730: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:30:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# conftest.c: In function 'main':
# conftest.c:68:53: warning: integer overflow in expression [-Woverflow]
# < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
# ^
# conftest.c:67:12: error: storage size of 'test_array' isn't constant
# static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~
# conftest.c:67:12: warning: unused variable 'test_array' [-Wunused-variable]
# 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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:30:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:13741: $? = 0
# configure:13741: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:30:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# conftest.c: In function 'main':
# conftest.c:68:53: warning: integer overflow in expression [-Woverflow]
# < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
# ^
# conftest.c:67:12: error: storage size of 'test_array' isn't constant
# static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~
# conftest.c:67:12: warning: unused variable 'test_array' [-Wunused-variable]
# 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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:30:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:13752: $? = 0
# configure:13752: result: yes
# configure:13766: checking for uint16_t
# configure:13766: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:30:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:13766: $? = 0
# configure:13766: result: yes
# configure:13778: checking for uint32_t
# configure:13778: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:30:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:13778: $? = 0
# configure:13778: result: yes
# configure:13792: checking for uint64_t
# configure:13792: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:30:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:13792: $? = 0
# configure:13792: result: yes
# configure:13806: checking for size_t
# configure:13806: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:30:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:13806: $? = 0
# configure:13806: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:30:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# conftest.c: In function 'main':
# conftest.c:66:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# 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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:30:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:13817: $? = 0
# configure:13817: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:30:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# conftest.c: In function 'main':
# conftest.c:66:22: error: expected expression before ')' token
# if (sizeof ((ssize_t)))
# ^
# 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: gcc -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 /usr/include/sys/cdefs.h:23:0,
# from /usr/include/sys/un.h:21,
# from conftest.c:30:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:13878: $? = 0
# configure:13878: gcc -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 /usr/include/sys/cdefs.h:23:0,
# from /usr/include/sys/un.h:21,
# from conftest.c:30:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# conftest.c: In function 'main':
# conftest.c:35:33: error: expected expression before ')' token
# if (sizeof ((struct sockaddr_un)))
# ^
# 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: gcc -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 /usr/include/netdb.h:25:0,
# from conftest.c:31:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:13889: $? = 0
# configure:13889: gcc -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 /usr/include/netdb.h:25:0,
# from conftest.c:31:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# conftest.c: In function 'main':
# conftest.c:36:30: error: expected expression before ')' token
# if (sizeof ((struct addrinfo)))
# ^
# 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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:36:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking malloc.h presence
# configure:14044: gcc -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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:37:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking ucontext.h presence
# configure:14044: gcc -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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:38:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking pthread.h presence
# configure:14044: gcc -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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:39:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking poll.h presence
# configure:14044: gcc -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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:40:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# conftest.c:73:18: fatal error: tcpd.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E conftest.c
# conftest.c:40:18: fatal error: tcpd.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:40:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking stropts.h presence
# configure:14044: gcc -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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:41:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking grp.h presence
# configure:14044: gcc -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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:43:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# conftest.c:76:18: fatal error: util.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E conftest.c
# conftest.c:43:18: fatal error: util.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:43:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# conftest.c:76:21: fatal error: libutil.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E conftest.c
# conftest.c:43:21: fatal error: libutil.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:43:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking pty.h presence
# configure:14044: gcc -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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:44:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14044: $? = 0
# configure:14044: result: yes
# configure:14044: checking limits.h presence
# configure:14044: gcc -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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:46:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking sys/select.h presence
# configure:14058: gcc -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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:47:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking sys/poll.h presence
# configure:14058: gcc -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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:48:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking sys/socket.h presence
# configure:14058: gcc -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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:49:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking sys/un.h presence
# configure:14058: gcc -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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:50:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking sys/ioctl.h presence
# configure:14058: gcc -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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:51:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# conftest.c:84:23: fatal error: sys/filio.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E conftest.c
# conftest.c:51:23: fatal error: sys/filio.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:51:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking sys/resource.h presence
# configure:14058: gcc -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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:52:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking sys/uio.h presence
# configure:14058: gcc -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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:53:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14058: $? = 0
# configure:14058: result: yes
# configure:14058: checking sys/syscall.h presence
# configure:14058: gcc -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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:54:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14070: $? = 0
# configure:14070: result: yes
# configure:14070: checking linux/sched.h presence
# configure:14070: gcc -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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:56:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14080: $? = 0
# configure:14080: result: yes
# configure:14098: checking for linux/netfilter_ipv4.h
# configure:14098: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:58:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14098: $? = 0
# configure:14098: result: yes
# configure:14115: **************************************** libraries
# configure:14118: checking for library containing gethostbyname
# configure:14149: gcc -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: gcc -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/ccNMMXfk.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `yp_get_default_domain'
# collect2: error: ld returned 1 exit status
# 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: gcc -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: gcc -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: gcc -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/ccqDdutB.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `openpty'
# collect2: error: ld returned 1 exit status
# 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: gcc -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: gcc -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/cc22eucO.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `dlopen'
# collect2: error: ld returned 1 exit status
# 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: gcc -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: gcc -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/ccnj66b0.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `shl_load'
# collect2: error: ld returned 1 exit status
# 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: gcc -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/sbin/ld: cannot find -ldld
# collect2: error: ld returned 1 exit status
# 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: gcc -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/ccg7HWl8.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `inflateEnd'
# collect2: error: ld returned 1 exit status
# 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: gcc -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: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:68:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# conftest.c:81:6: warning: conflicting types for built-in function 'snprintf'
# char snprintf ();
# ^~~~~~~~
# configure:14523: $? = 0
# configure:14523: result: yes
# configure:14523: checking for vsnprintf
# configure:14523: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:69:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# conftest.c:82:6: warning: conflicting types for built-in function 'vsnprintf'
# char vsnprintf ();
# ^~~~~~~~~
# configure:14523: $? = 0
# configure:14523: result: yes
# configure:14536: checking for openpty
# configure:14536: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:70:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14536: $? = 0
# configure:14536: result: yes
# configure:14536: checking for _getpty
# configure:14536: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:71:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# /tmp/ccjbvGJx.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `_getpty'
# collect2: error: ld returned 1 exit status
# 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: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:71:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14549: $? = 0
# configure:14549: result: yes
# configure:14549: checking for waitpid
# configure:14549: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:72:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14549: $? = 0
# configure:14549: result: yes
# configure:14549: checking for wait4
# configure:14549: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:73:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14549: $? = 0
# configure:14549: result: yes
# configure:14549: checking for setsid
# configure:14549: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:74:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14549: $? = 0
# configure:14549: result: yes
# configure:14549: checking for setgroups
# configure:14549: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:75:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14549: $? = 0
# configure:14549: result: yes
# configure:14549: checking for chroot
# configure:14549: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:76:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14549: $? = 0
# configure:14549: result: yes
# configure:14549: checking for realpath
# configure:14549: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:77:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14549: $? = 0
# configure:14549: result: yes
# configure:14562: checking for sysconf
# configure:14562: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:78:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14562: $? = 0
# configure:14562: result: yes
# configure:14562: checking for getrlimit
# configure:14562: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:79:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14562: $? = 0
# configure:14562: result: yes
# configure:14575: checking for pthread_sigmask
# configure:14575: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:80:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14575: $? = 0
# configure:14575: result: yes
# configure:14575: checking for localtime_r
# configure:14575: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:81:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14575: $? = 0
# configure:14575: result: yes
# configure:14588: checking for getcontext
# configure:14588: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:82:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14588: $? = 0
# configure:14588: result: yes
# configure:14588: checking for __makecontext_v2
# configure:14588: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:83:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# /tmp/ccZHixuH.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `__makecontext_v2'
# collect2: error: ld returned 1 exit status
# 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: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:83:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14601: $? = 0
# configure:14601: result: yes
# configure:14601: checking for gethostbyname2
# configure:14601: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:84:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14601: $? = 0
# configure:14601: result: yes
# configure:14601: checking for endhostent
# configure:14601: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:85:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14601: $? = 0
# configure:14601: result: yes
# configure:14601: checking for getnameinfo
# configure:14601: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:86:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14601: $? = 0
# configure:14601: result: yes
# configure:14610: checking for getaddrinfo
# configure:14639: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:78:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# 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: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:88:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14672: $? = 0
# configure:14672: result: yes
# configure:14672: checking for accept4
# configure:14672: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:89:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# 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: gcc -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/cc7XfCmo.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `sd_listen_fds'
# collect2: error: ld returned 1 exit status
# 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: gcc -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: gcc -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 /usr/include/stdio.h:27:0,
# from conftest.c:81:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# configure:14889: $? = 0
# configure:14889: result: yes
# configure:14889: checking systemd/sd-daemon.h presence
# configure:14889: gcc -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: gcc -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 /usr/include/limits.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:168,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed/limits.h:34,
# from conftest.c:94:
# /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
# ^~~~~~~
# 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 6dad5a2cbe49
#
# 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=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_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/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_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/sbin/ld
# lt_cv_path_NM='/usr/sbin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=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='gcc'
# 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='gcc -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/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=' -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/sbin/mkdir -p'
# NM='/usr/sbin/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='gcc'
# PTHREAD_CFLAGS='-pthread'
# PTHREAD_LIBS=''
# RANDOM_FILE='/dev/urandom'
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SSLDIR='/usr'
# STRIP='strip'
# VERSION='5.33'
# ac_ct_AR='ar'
# ac_ct_CC='gcc'
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# 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