Build of ipsec-tools with clang_glibc toolchain

The build took 00h 01m 09s and was NOT successful.

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

SLOCLanguage
62,228 ansic
5,306 makefile
4,644 yacc
4,502 sh
1,373 lex
77 perl
78,130 total

The process tree of the build process is here.

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: ipsec-tools 0.8.2-2 (Thu Apr 13 20:55:35 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# patching file configure.ac
# patching file src/include-glibc/Makefile.am
# + case `uname -s` in
# ++ uname -s
# + LIBTOOLIZE=libtoolize
# + rm -rf 'autom4te*.cache'
# + aclocal -I .
# + autoheader
# + libtoolize --force --copy
# libtoolize: putting auxiliary files in '.'.
# libtoolize: copying file './ltmain.sh'
# libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
# libtoolize: and rerunning libtoolize and aclocal.
# libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
# + automake --foreign --add-missing --copy
# Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
# configure.ac:13: installing './compile'
# configure.ac:9: installing './missing'
# src/libipsec/Makefile.am: installing './depcomp'
# src/racoon/Makefile.am:13: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
# src/racoon/Makefile.am:60: warning: source file 'missing/crypto/sha2/sha2.c' is in a subdirectory,
# src/racoon/Makefile.am:60: but option 'subdir-objects' is disabled
# automake: warning: possible forward-incompatibility.
# automake: At least a source file is in a subdirectory, but the 'subdir-objects'
# automake: automake option hasn't been enabled. For now, the corresponding output
# automake: object file(s) will be placed in the top-level directory. However,
# automake: this behaviour will change in future Automake versions: they will
# automake: unconditionally cause object files to be placed in the same subdirectory
# automake: of the corresponding sources.
# automake: You are advised to start using 'subdir-objects' option throughout your
# automake: project, to avoid future incompatibilities.
# src/racoon/Makefile.am:23: warning: source file 'missing/crypto/sha2/sha2.c' is in a subdirectory,
# src/racoon/Makefile.am:23: but option 'subdir-objects' is disabled
# src/racoon/Makefile.am:23: warning: source file 'missing/crypto/rijndael/rijndael-api-fst.c' is in a subdirectory,
# src/racoon/Makefile.am:23: but option 'subdir-objects' is disabled
# src/racoon/Makefile.am:23: warning: source file 'missing/crypto/rijndael/rijndael-alg-fst.c' is in a subdirectory,
# src/racoon/Makefile.am:23: but option 'subdir-objects' is disabled
# + autoconf
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for a working dd... /usr/bin/dd
# checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking 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... no
# checking whether to build static libraries... yes
# checking for bison... bison -y
# checking for flex... flex
# checking lex output file root... lex.yy
# checking lex library... none needed
# checking whether yytext is a pointer... no
# checking for egrep... (cached) /usr/bin/grep -E
# checking net/pfkeyv2.h usability... no
# checking net/pfkeyv2.h presence... no
# checking for net/pfkeyv2.h... no
# checking netinet/ipsec.h usability... no
# checking netinet/ipsec.h presence... no
# checking for netinet/ipsec.h... no
# checking netinet6/ipsec.h usability... no
# checking netinet6/ipsec.h presence... no
# checking for netinet6/ipsec.h... no
# checking netipsec/ipsec.h usability... no
# checking netipsec/ipsec.h presence... no
# checking for netipsec/ipsec.h... no
# checking /usr/include/linux/pfkeyv2.h usability... yes
# checking /usr/include/linux/pfkeyv2.h presence... yes
# checking for /usr/include/linux/pfkeyv2.h... yes
# checking for struct sadb_x_policy.sadb_x_policy_priority... yes
# checking for ANSI C header files... (cached) yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for unistd.h... (cached) yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking varargs.h usability... no
# checking varargs.h presence... no
# checking for varargs.h... no
# checking shadow.h usability... yes
# checking shadow.h presence... yes
# checking for shadow.h... yes
# checking for an ANSI C-conforming const... yes
# checking for pid_t... yes
# checking for size_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking for working memcmp... yes
# checking return type of signal handlers... void
# checking for vprintf... yes
# checking for _doprnt... no
# checking for gettimeofday... yes
# checking for select... no
# checking for socket... yes
# checking for strerror... yes
# checking for strtol... yes
# checking for strtoul... yes
# checking for strlcpy... no
# checking for strlcat... no
# checking for strdup... yes
# checking for an implementation of va_copy()... yes
# checking if printf accepts %z... yes
# checking if __func__ is available... yes
# checking if readline support is requested... yes
# checking readline/readline.h usability... yes
# checking readline/readline.h presence... yes
# checking for readline/readline.h... yes
# checking for readline in -lreadline... yes
# checking if --with-flex option is specified... dirdefault
# checking if --with-flexlib option is specified... default
# checking if --with-openssl option is specified... default
# checking openssl version... ok
# checking openssl/engine.h usability... yes
# checking openssl/engine.h presence... yes
# checking for openssl/engine.h... yes
# checking openssl/aes.h usability... yes
# checking openssl/aes.h presence... yes
# checking for openssl/aes.h... yes
# checking sha2 support... yes
# checking openssl/sha2.h usability... no
# checking openssl/sha2.h presence... no
# checking for openssl/sha2.h... no
# checking if sha2 is defined in openssl/sha.h... yes
# checking openssl/camellia.h usability... yes
# checking openssl/camellia.h presence... yes
# checking for openssl/camellia.h... yes
# checking if --enable-adminport option is specified... yes
# checking if --enable-rc5 option is specified... no
# checking if --enable-idea option is specified... no
# checking for crypto containing MD5_Init... -lcrypto
# checking for util containing login... -lutil
# checking if --with-libiconv option is specified... no
# checking if --enable-hybrid option is specified... yes
# checking if --enable-frag option is specified... no
# checking if --with-libradius option is specified... no
# checking if --with-libpam option is specified... no
# checking if --with-libldap option is specified... no
# checking if --enable-gssapi option is specified... yes
# checking for krb5-config... /usr/bin/krb5-config
# checking iconv.h usability... yes
# checking iconv.h presence... yes
# checking for iconv.h... yes
# checking if iconv second argument needs const... yes
# checking if -liconv is required... no
# checking if --enable-stats option is specified... no
# checking if --enable-dpd option is specified... yes
# checking if --enable-samode-unspec option is specified... no
# checking whether to enable ipv6... yes
# checking for advanced API support... yes
# checking getaddrinfo bug... good
# checking kernel NAT-Traversal support... yes
# checking whether to support NAT-T... yes
# checking which NAT-T versions to support... 00,02,rfc
# checking if --enable-broken-natt option is specified... no
# checking whether we support FWD policy... yes
# checking for ipsec_policy_t... no
# checking kernel Security Context support... yes
# checking selinux/selinux.h usability... no
# checking selinux/selinux.h presence... no
# checking for selinux/selinux.h... no
# checking whether to support Security Context... no
# checking for rt containing clock_gettime... none required
# checking for monotonic system clock... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating package_version.h
# config.status: creating src/Makefile
# config.status: creating src/include-glibc/Makefile
# config.status: creating src/libipsec/Makefile
# config.status: creating src/setkey/Makefile
# config.status: creating src/racoon/Makefile
# config.status: creating src/racoon/samples/psk.txt
# config.status: creating src/racoon/samples/racoon.conf
# config.status: creating rpm/Makefile
# config.status: creating rpm/suse/Makefile
# config.status: creating rpm/suse/ipsec-tools.spec
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/ipsec-tools/src/ipsec-tools-0.8.2'
# Making all in src
# make[2]: Entering directory '/tmp/ipsec-tools/src/ipsec-tools-0.8.2/src'
# Making all in include-glibc
# make[3]: Entering directory '/tmp/ipsec-tools/src/ipsec-tools-0.8.2/src/include-glibc'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ipsec-tools/src/ipsec-tools-0.8.2/src/include-glibc'
# Making all in libipsec
# make[3]: Entering directory '/tmp/ipsec-tools/src/ipsec-tools-0.8.2/src/libipsec'
# make all-am
# make[4]: Entering directory '/tmp/ipsec-tools/src/ipsec-tools-0.8.2/src/libipsec'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -MT ipsec_dump_policy.lo -MD -MP -MF .deps/ipsec_dump_policy.Tpo -c -o ipsec_dump_policy.lo ipsec_dump_policy.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -MT ipsec_dump_policy.lo -MD -MP -MF .deps/ipsec_dump_policy.Tpo -c ipsec_dump_policy.c -o ipsec_dump_policy.o
# In file included from :317:
# In file included from :3:
# In file included from ../.././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/ipsec_dump_policy.Tpo .deps/ipsec_dump_policy.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -MT ipsec_get_policylen.lo -MD -MP -MF .deps/ipsec_get_policylen.Tpo -c -o ipsec_get_policylen.lo ipsec_get_policylen.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -MT ipsec_get_policylen.lo -MD -MP -MF .deps/ipsec_get_policylen.Tpo -c ipsec_get_policylen.c -o ipsec_get_policylen.o
# In file included from :317:
# In file included from :3:
# In file included from ../.././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/ipsec_get_policylen.Tpo .deps/ipsec_get_policylen.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -MT ipsec_strerror.lo -MD -MP -MF .deps/ipsec_strerror.Tpo -c -o ipsec_strerror.lo ipsec_strerror.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -MT ipsec_strerror.lo -MD -MP -MF .deps/ipsec_strerror.Tpo -c ipsec_strerror.c -o ipsec_strerror.o
# In file included from :317:
# In file included from :3:
# In file included from ../.././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/ipsec_strerror.Tpo .deps/ipsec_strerror.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -MT key_debug.lo -MD -MP -MF .deps/key_debug.Tpo -c -o key_debug.lo key_debug.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -MT key_debug.lo -MD -MP -MF .deps/key_debug.Tpo -c key_debug.c -o key_debug.o
# In file included from :317:
# In file included from :3:
# In file included from ../.././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/key_debug.Tpo .deps/key_debug.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -MT pfkey.lo -MD -MP -MF .deps/pfkey.Tpo -c -o pfkey.lo pfkey.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -MT pfkey.lo -MD -MP -MF .deps/pfkey.Tpo -c pfkey.c -o pfkey.o
# In file included from :317:
# In file included from :3:
# In file included from ../.././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/pfkey.Tpo .deps/pfkey.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -MT pfkey_dump.lo -MD -MP -MF .deps/pfkey_dump.Tpo -c -o pfkey_dump.lo pfkey_dump.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -MT pfkey_dump.lo -MD -MP -MF .deps/pfkey_dump.Tpo -c pfkey_dump.c -o pfkey_dump.o
# In file included from :317:
# In file included from :3:
# In file included from ../.././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/pfkey_dump.Tpo .deps/pfkey_dump.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -MT policy_parse.lo -MD -MP -MF .deps/policy_parse.Tpo -c -o policy_parse.lo policy_parse.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -MT policy_parse.lo -MD -MP -MF .deps/policy_parse.Tpo -c policy_parse.c -o policy_parse.o
# In file included from :317:
# In file included from :3:
# In file included from ../.././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/policy_parse.Tpo .deps/policy_parse.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -MT policy_token.lo -MD -MP -MF .deps/policy_token.Tpo -c -o policy_token.lo policy_token.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -MT policy_token.lo -MD -MP -MF .deps/policy_token.Tpo -c policy_token.c -o policy_token.o
# In file included from :317:
# In file included from :3:
# In file included from ../.././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/policy_token.Tpo .deps/policy_token.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -version-info 0:1:0 -o libipsec.la -rpath /usr/lib ipsec_dump_policy.lo ipsec_get_policylen.lo ipsec_strerror.lo key_debug.lo pfkey.lo pfkey_dump.lo policy_parse.lo policy_token.lo -lutil -lcrypto -lresolv -lreadline -lcrypt -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err
# libtool: link: ar cru .libs/libipsec.a ipsec_dump_policy.o ipsec_get_policylen.o ipsec_strerror.o key_debug.o pfkey.o pfkey_dump.o policy_parse.o policy_token.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libipsec.a
# libtool: link: ( cd ".libs" && rm -f "libipsec.la" && ln -s "../libipsec.la" "libipsec.la" )
# make[4]: Leaving directory '/tmp/ipsec-tools/src/ipsec-tools-0.8.2/src/libipsec'
# make[3]: Leaving directory '/tmp/ipsec-tools/src/ipsec-tools-0.8.2/src/libipsec'
# Making all in setkey
# make[3]: Entering directory '/tmp/ipsec-tools/src/ipsec-tools-0.8.2/src/setkey'
# make all-am
# make[4]: Entering directory '/tmp/ipsec-tools/src/ipsec-tools-0.8.2/src/setkey'
# clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -I../../src/libipsec -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -MT setkey.o -MD -MP -MF .deps/setkey.Tpo -c -o setkey.o setkey.c
# In file included from :317:
# In file included from :3:
# In file included from ../.././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/setkey.Tpo .deps/setkey.Po
# clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -I../../src/libipsec -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c
# In file included from :317:
# In file included from :3:
# In file included from ../.././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/parse.Tpo .deps/parse.Po
# clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I../../src/racoon/missing -I../../src/libipsec -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -MT token.o -MD -MP -MF .deps/token.Tpo -c -o token.o token.c
# In file included from :317:
# In file included from :3:
# In file included from ../.././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/token.Tpo .deps/token.Po
# /bin/sh ../../libtool --tag=CC --mode=link clang -I../../src/libipsec -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused ../libipsec/libipsec.la -o setkey setkey.o parse.o token.o -lutil -lcrypto -lresolv -lreadline -lcrypt -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err
# libtool: link: clang -I../../src/libipsec -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -Wall -Wno-unused -o setkey setkey.o parse.o token.o ../libipsec/.libs/libipsec.a -lutil -lcrypto -lresolv -lreadline -lcrypt -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err
# token.o: In function `yylex':
# token.c:(.text+0xed2): undefined reference to `yywrap'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[4]: *** [Makefile:467: setkey] Error 1
# make[4]: Leaving directory '/tmp/ipsec-tools/src/ipsec-tools-0.8.2/src/setkey'
# make[3]: *** [Makefile:379: all] Error 2
# make[3]: Leaving directory '/tmp/ipsec-tools/src/ipsec-tools-0.8.2/src/setkey'
# make[2]: *** [Makefile:364: all-recursive] Error 1
# make[2]: Leaving directory '/tmp/ipsec-tools/src/ipsec-tools-0.8.2/src'
# make[1]: *** [Makefile:422: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/ipsec-tools/src/ipsec-tools-0.8.2'
# make: *** [Makefile:348: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/ipsec-tools/src/ipsec-tools-0.8.2/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 ipsec-tools configure 0.8.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin --enable-security-context=no --enable-hybrid --enable-dpd --enable-natt --enable-adminport --enable-gssapi --with-kernel-headers=/usr/include
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 86a70eccdf08
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2440: checking for a BSD-compatible install
# configure:2508: result: /usr/bin/install -c
# configure:2519: checking whether build environment is sane
# configure:2574: result: yes
# configure:2633: checking for x86_64-unknown-linux-strip
# configure:2663: result: no
# configure:2673: checking for strip
# configure:2689: found /usr/bin/strip
# configure:2700: result: strip
# configure:2725: checking for a thread-safe mkdir -p
# configure:2764: result: /usr/bin/mkdir -p
# configure:2771: checking for gawk
# configure:2787: found /usr/bin/gawk
# configure:2798: result: gawk
# configure:2809: checking whether make sets $(MAKE)
# configure:2831: result: yes
# configure:2860: checking whether make supports nested variables
# configure:2877: result: yes
# configure:3044: checking for x86_64-unknown-linux-gcc
# configure:3071: result: clang
# configure:3340: checking for C compiler version
# configure:3349: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3360: $? = 0
# configure:3349: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3360: $? = 0
# configure:3349: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3360: $? = 1
# configure:3349: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3360: $? = 1
# configure:3380: checking whether the C compiler works
# configure:3402: clang conftest.c >&5
# configure:3406: $? = 0
# configure:3454: result: yes
# configure:3457: checking for C compiler default output file name
# configure:3459: result: a.out
# configure:3465: checking for suffix of executables
# configure:3472: clang -o conftest conftest.c >&5
# configure:3476: $? = 0
# configure:3498: result:
# configure:3520: checking whether we are cross compiling
# configure:3528: clang -o conftest conftest.c >&5
# configure:3532: $? = 0
# configure:3539: ./conftest
# configure:3543: $? = 0
# configure:3558: result: no
# configure:3563: checking for suffix of object files
# configure:3585: clang -c conftest.c >&5
# configure:3589: $? = 0
# configure:3610: result: o
# configure:3614: checking whether we are using the GNU C compiler
# configure:3633: clang -c conftest.c >&5
# configure:3633: $? = 0
# configure:3642: result: yes
# configure:3651: checking whether clang accepts -g
# configure:3671: clang -c -g conftest.c >&5
# configure:3671: $? = 0
# configure:3712: result: yes
# configure:3729: checking for clang option to accept ISO C89
# configure:3792: clang -c conftest.c >&5
# configure:3792: $? = 0
# configure:3805: result: none needed
# configure:3830: checking whether clang understands -c and -o together
# configure:3852: clang -c conftest.c -o conftest2.o
# configure:3855: $? = 0
# configure:3852: clang -c conftest.c -o conftest2.o
# configure:3855: $? = 0
# configure:3867: result: yes
# configure:3895: checking for style of include used by make
# configure:3923: result: GNU
# configure:3949: checking dependency style of clang
# configure:4060: result: gcc3
# configure:4081: checking how to run the C preprocessor
# configure:4112: clang -E conftest.c
# configure:4112: $? = 0
# configure:4126: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4126: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | /* end confdefs.h. */
# | #include
# configure:4151: result: clang -E
# configure:4171: clang -E conftest.c
# configure:4171: $? = 0
# configure:4185: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4185: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | /* end confdefs.h. */
# | #include
# configure:4214: checking for grep that handles long lines and -e
# configure:4272: result: /usr/bin/grep
# configure:4277: checking for egrep
# configure:4339: result: /usr/bin/grep -E
# configure:4344: checking for ANSI C header files
# configure:4364: clang -c conftest.c >&5
# configure:4364: $? = 0
# configure:4437: clang -o conftest conftest.c >&5
# configure:4437: $? = 0
# configure:4437: ./conftest
# configure:4437: $? = 0
# configure:4448: result: yes
# configure:4485: checking build system type
# configure:4499: result: x86_64-unknown-linux-gnu
# configure:4519: checking host system type
# configure:4532: result: x86_64-unknown-linux-gnu
# configure:4573: checking how to print strings
# configure:4600: result: printf
# configure:4621: checking for a sed that does not truncate output
# configure:4685: result: /usr/bin/sed
# configure:4703: checking for fgrep
# configure:4765: result: /usr/bin/grep -F
# configure:4800: checking for ld used by clang
# configure:4867: result: /usr/bin/ld
# configure:4874: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4889: result: yes
# configure:4901: checking for BSD- or MS-compatible name lister (nm)
# configure:4955: result: /usr/bin/nm -B
# configure:5085: checking the name lister (/usr/bin/nm -B) interface
# configure:5092: clang -c conftest.c >&5
# configure:5095: /usr/bin/nm -B "conftest.o"
# configure:5098: output
# 0000000000000000 B some_variable
# configure:5105: result: BSD nm
# configure:5108: checking whether ln -s works
# configure:5112: result: yes
# configure:5120: checking the maximum length of command line arguments
# configure:5251: result: 1572864
# configure:5299: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5339: result: func_convert_file_noop
# configure:5346: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5366: result: func_convert_file_noop
# configure:5373: checking for /usr/bin/ld option to reload object files
# configure:5380: result: -r
# configure:5414: checking for x86_64-unknown-linux-objdump
# configure:5444: result: no
# configure:5454: checking for objdump
# configure:5470: found /usr/bin/objdump
# configure:5481: result: objdump
# configure:5513: checking how to recognize dependent libraries
# configure:5713: result: pass_all
# configure:5758: checking for x86_64-unknown-linux-dlltool
# configure:5788: result: no
# configure:5798: checking for dlltool
# configure:5828: result: no
# configure:5858: checking how to associate runtime and link libraries
# configure:5885: result: printf %s\n
# configure:5901: checking for x86_64-unknown-linux-ar
# configure:5931: result: no
# configure:5945: checking for ar
# configure:5961: found /usr/bin/ar
# configure:5972: result: ar
# configure:6009: checking for archiver @FILE support
# configure:6026: clang -c conftest.c >&5
# configure:6026: $? = 0
# configure:6029: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6032: $? = 0
# configure:6037: 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:6040: $? = 1
# configure:6052: result: @
# configure:6070: checking for x86_64-unknown-linux-strip
# configure:6097: result: strip
# configure:6169: checking for x86_64-unknown-linux-ranlib
# configure:6199: result: no
# configure:6209: checking for ranlib
# configure:6225: found /usr/bin/ranlib
# configure:6236: result: ranlib
# configure:6338: checking command to parse /usr/bin/nm -B output from clang object
# configure:6491: clang -c conftest.c >&5
# configure:6494: $? = 0
# configure:6498: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6501: $? = 0
# configure:6567: clang -o conftest conftest.c conftstm.o >&5
# configure:6570: $? = 0
# configure:6608: result: ok
# configure:6655: checking for sysroot
# configure:6685: result: no
# configure:6692: checking for a working dd
# configure:6730: result: /usr/bin/dd
# configure:6734: checking how to truncate binary pipes
# configure:6749: result: /usr/bin/dd bs=4096 count=1
# configure:6885: clang -c conftest.c >&5
# configure:6888: $? = 0
# configure:7038: checking for x86_64-unknown-linux-mt
# configure:7068: result: no
# configure:7078: checking for mt
# configure:7108: result: no
# configure:7128: checking if : is a manifest tool
# configure:7134: : '-?'
# configure:7142: result: no
# configure:7819: checking for sys/types.h
# configure:7819: clang -c conftest.c >&5
# configure:7819: $? = 0
# configure:7819: result: yes
# configure:7819: checking for sys/stat.h
# configure:7819: clang -c conftest.c >&5
# configure:7819: $? = 0
# configure:7819: result: yes
# configure:7819: checking for stdlib.h
# configure:7819: clang -c conftest.c >&5
# configure:7819: $? = 0
# configure:7819: result: yes
# configure:7819: checking for string.h
# configure:7819: clang -c conftest.c >&5
# configure:7819: $? = 0
# configure:7819: result: yes
# configure:7819: checking for memory.h
# configure:7819: clang -c conftest.c >&5
# configure:7819: $? = 0
# configure:7819: result: yes
# configure:7819: checking for strings.h
# configure:7819: clang -c conftest.c >&5
# configure:7819: $? = 0
# configure:7819: result: yes
# configure:7819: checking for inttypes.h
# configure:7819: clang -c conftest.c >&5
# configure:7819: $? = 0
# configure:7819: result: yes
# configure:7819: checking for stdint.h
# configure:7819: clang -c conftest.c >&5
# configure:7819: $? = 0
# configure:7819: result: yes
# configure:7819: checking for unistd.h
# configure:7819: clang -c conftest.c >&5
# configure:7819: $? = 0
# configure:7819: result: yes
# configure:7833: checking for dlfcn.h
# configure:7833: clang -c conftest.c >&5
# configure:7833: $? = 0
# configure:7833: result: yes
# configure:8059: checking for objdir
# configure:8074: result: .libs
# configure:8334: checking if clang supports -fno-rtti -fno-exceptions
# configure:8352: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8356: $? = 0
# configure:8369: result: yes
# configure:8727: checking for clang option to produce PIC
# configure:8734: result: -fPIC -DPIC
# configure:8742: checking if clang PIC flag -fPIC -DPIC works
# configure:8760: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8764: $? = 0
# configure:8777: result: yes
# configure:8806: checking if clang static flag -static works
# configure:8834: result: yes
# configure:8849: checking if clang supports -c -o file.o
# configure:8870: clang -c -o out/conftest2.o conftest.c >&5
# configure:8874: $? = 0
# configure:8896: result: yes
# configure:8904: checking if clang supports -c -o file.o
# configure:8951: result: yes
# configure:8984: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10243: result: yes
# configure:10483: checking dynamic linker characteristics
# configure:11064: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11064: $? = 0
# configure:11301: result: GNU/Linux ld.so
# configure:11423: checking how to hardcode library paths into programs
# configure:11448: result: immediate
# configure:11996: checking whether stripping libraries is possible
# configure:12001: result: yes
# configure:12036: checking if libtool supports shared libraries
# configure:12038: result: yes
# configure:12041: checking whether to build shared libraries
# configure:12066: result: no
# configure:12069: checking whether to build static libraries
# configure:12073: result: yes
# configure:12114: checking for bison
# configure:12130: found /usr/bin/bison
# configure:12141: result: bison -y
# configure:12157: checking for flex
# configure:12173: found /usr/bin/flex
# configure:12184: result: flex
# configure:12222: flex conftest.l
# configure:12226: $? = 1
# configure:12228: checking lex output file root
# configure:12242: result: lex.yy
# configure:12247: checking lex library
# configure:12261: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12261: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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. */
# |
# configure:12261: clang -o conftest conftest.c -lfl >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libfl.so: undefined reference to `yylex'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12261: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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. */
# |
# configure:12261: clang -o conftest conftest.c -ll >&5
# /usr/bin/ld: cannot find -ll
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12261: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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. */
# |
# configure:12271: result: none needed
# configure:12277: checking whether yytext is a pointer
# configure:12294: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12294: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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. */
# |
# | #define YYTEXT_POINTER 1
# |
# configure:12302: result: no
# configure:12316: checking for egrep
# configure:12378: result: /usr/bin/grep -E
# configure:12405: checking net/pfkeyv2.h usability
# configure:12405: clang -c conftest.c >&5
# conftest.c:56:10: fatal error: 'net/pfkeyv2.h' file not found
# #include
# ^
# 1 error generated.
# configure:12405: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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
# | #include
# configure:12405: result: no
# configure:12405: checking net/pfkeyv2.h presence
# configure:12405: clang -E conftest.c
# conftest.c:23:10: fatal error: 'net/pfkeyv2.h' file not found
# #include
# ^
# 1 error generated.
# configure:12405: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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
# configure:12405: result: no
# configure:12405: checking for net/pfkeyv2.h
# configure:12405: result: no
# configure:12413: checking netinet/ipsec.h usability
# configure:12413: clang -c conftest.c >&5
# conftest.c:56:10: fatal error: 'netinet/ipsec.h' file not found
# #include
# ^
# 1 error generated.
# configure:12413: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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
# | #include
# configure:12413: result: no
# configure:12413: checking netinet/ipsec.h presence
# configure:12413: clang -E conftest.c
# conftest.c:23:10: fatal error: 'netinet/ipsec.h' file not found
# #include
# ^
# 1 error generated.
# configure:12413: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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
# configure:12413: result: no
# configure:12413: checking for netinet/ipsec.h
# configure:12413: result: no
# configure:12421: checking netinet6/ipsec.h usability
# configure:12421: clang -c conftest.c >&5
# conftest.c:56:10: fatal error: 'netinet6/ipsec.h' file not found
# #include
# ^
# 1 error generated.
# configure:12421: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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
# | #include
# configure:12421: result: no
# configure:12421: checking netinet6/ipsec.h presence
# configure:12421: clang -E conftest.c
# conftest.c:23:10: fatal error: 'netinet6/ipsec.h' file not found
# #include
# ^
# 1 error generated.
# configure:12421: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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
# configure:12421: result: no
# configure:12421: checking for netinet6/ipsec.h
# configure:12421: result: no
# configure:12429: checking netipsec/ipsec.h usability
# configure:12429: clang -c conftest.c >&5
# conftest.c:56:10: fatal error: 'netipsec/ipsec.h' file not found
# #include
# ^
# 1 error generated.
# configure:12429: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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
# | #include
# configure:12429: result: no
# configure:12429: checking netipsec/ipsec.h presence
# configure:12429: clang -E conftest.c
# conftest.c:23:10: fatal error: 'netipsec/ipsec.h' file not found
# #include
# ^
# 1 error generated.
# configure:12429: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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
# configure:12429: result: no
# configure:12429: checking for netipsec/ipsec.h
# configure:12429: result: no
# configure:12477: checking /usr/include/linux/pfkeyv2.h usability
# configure:12477: clang -c conftest.c >&5
# configure:12477: $? = 0
# configure:12477: result: yes
# configure:12477: checking /usr/include/linux/pfkeyv2.h presence
# configure:12477: clang -E conftest.c
# configure:12477: $? = 0
# configure:12477: result: yes
# configure:12477: checking for /usr/include/linux/pfkeyv2.h
# configure:12477: result: yes
# configure:12506: checking for struct sadb_x_policy.sadb_x_policy_priority
# configure:12506: clang -c -I/usr/include conftest.c >&5
# configure:12506: $? = 0
# configure:12506: result: yes
# configure:12535: checking for ANSI C header files
# configure:12639: result: yes
# configure:12647: checking for sys/wait.h that is POSIX.1 compatible
# configure:12673: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:12673: $? = 0
# configure:12680: result: yes
# configure:12691: checking limits.h usability
# configure:12691: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:12691: $? = 0
# configure:12691: result: yes
# configure:12691: checking limits.h presence
# configure:12691: clang -E -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:12691: $? = 0
# configure:12691: result: yes
# configure:12691: checking for limits.h
# configure:12691: result: yes
# configure:12691: checking sys/time.h usability
# configure:12691: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:12691: $? = 0
# configure:12691: result: yes
# configure:12691: checking sys/time.h presence
# configure:12691: clang -E -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:12691: $? = 0
# configure:12691: result: yes
# configure:12691: checking for sys/time.h
# configure:12691: result: yes
# configure:12691: checking for unistd.h
# configure:12691: result: yes
# configure:12691: checking stdarg.h usability
# configure:12691: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:12691: $? = 0
# configure:12691: result: yes
# configure:12691: checking stdarg.h presence
# configure:12691: clang -E -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:12691: $? = 0
# configure:12691: result: yes
# configure:12691: checking for stdarg.h
# configure:12691: result: yes
# configure:12691: checking varargs.h usability
# configure:12691: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# In file included from conftest.c:64:
# /usr/bin/../lib/clang/3.8.0/include/varargs.h:25:4: error: "Please use instead of "
# #error "Please use instead of "
# ^
# 1 warning and 1 error generated.
# configure:12691: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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 PATH_IPSEC_H
# | #define HAVE_PFKEY_POLICY_PRIORITY /**/
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_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:12691: result: no
# configure:12691: checking varargs.h presence
# configure:12691: clang -E -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# In file included from conftest.c:31:
# /usr/bin/../lib/clang/3.8.0/include/varargs.h:25:4: error: "Please use instead of "
# #error "Please use instead of "
# ^
# 1 warning and 1 error generated.
# configure:12691: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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 PATH_IPSEC_H
# | #define HAVE_PFKEY_POLICY_PRIORITY /**/
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_H 1
# | /* end confdefs.h. */
# | #include
# configure:12691: result: no
# configure:12691: checking for varargs.h
# configure:12691: result: no
# configure:12703: checking shadow.h usability
# configure:12703: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:12703: $? = 0
# configure:12703: result: yes
# configure:12703: checking shadow.h presence
# configure:12703: clang -E -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:12703: $? = 0
# configure:12703: result: yes
# configure:12703: checking for shadow.h
# configure:12703: result: yes
# configure:12715: checking for an ANSI C-conforming const
# configure:12781: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:12781: $? = 0
# configure:12788: result: yes
# configure:12796: checking for pid_t
# configure:12796: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:12796: $? = 0
# configure:12796: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:68:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 warning and 1 error generated.
# configure:12796: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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 PATH_IPSEC_H
# | #define HAVE_PFKEY_POLICY_PRIORITY /**/
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SHADOW_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
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12796: result: yes
# configure:12807: checking for size_t
# configure:12807: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:12807: $? = 0
# configure:12807: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:68:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 warning and 1 error generated.
# configure:12807: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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 PATH_IPSEC_H
# | #define HAVE_PFKEY_POLICY_PRIORITY /**/
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SHADOW_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
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12807: result: yes
# configure:12818: checking whether time.h and sys/time.h may both be included
# configure:12838: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:12838: $? = 0
# configure:12845: result: yes
# configure:12853: checking whether struct tm is in sys/time.h or time.h
# configure:12873: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:12873: $? = 0
# configure:12880: result: time.h
# configure:12890: checking for working memcmp
# configure:12933: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lresolv >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:12933: $? = 0
# configure:12933: ./conftest
# configure:12933: $? = 0
# configure:12943: result: yes
# configure:12952: checking return type of signal handlers
# configure:12970: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:39:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 warning and 1 error generated.
# configure:12970: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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 PATH_IPSEC_H
# | #define HAVE_PFKEY_POLICY_PRIORITY /**/
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SHADOW_H 1
# | #define TIME_WITH_SYS_TIME 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:12977: result: void
# configure:12987: checking for vprintf
# configure:12987: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lresolv >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:57:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
# char vprintf ();
# ^
# conftest.c:57:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
# 2 warnings generated.
# configure:12987: $? = 0
# configure:12987: result: yes
# configure:12993: checking for _doprnt
# configure:12993: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lresolv >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /tmp/conftest-9373c6.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `_doprnt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12993: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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 PATH_IPSEC_H
# | #define HAVE_PFKEY_POLICY_PRIORITY /**/
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SHADOW_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* Define _doprnt to an innocuous variant, in case declares _doprnt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _doprnt innocuous__doprnt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _doprnt
# |
# | /* 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 _doprnt ();
# | /* 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__doprnt || defined __stub____doprnt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _doprnt ();
# | ;
# | return 0;
# | }
# configure:12993: result: no
# configure:13007: checking for gettimeofday
# configure:13007: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lresolv >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:13007: $? = 0
# configure:13007: result: yes
# configure:13007: checking for select
# configure:13007: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lresolv >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:59:6: error: conflicting types for 'select'
# char select ();
# ^
# /usr/include/sys/select.h:106:12: note: previous declaration is here
# extern int select (int __nfds, fd_set *__restrict __readfds,
# ^
# conftest.c:70:16: error: too few arguments to function call, expected 5, have 0
# return select ();
# ~~~~~~ ^
# /usr/include/sys/select.h:106:1: note: 'select' declared here
# extern int select (int __nfds, fd_set *__restrict __readfds,
# ^
# 1 warning and 2 errors generated.
# configure:13007: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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 PATH_IPSEC_H
# | #define HAVE_PFKEY_POLICY_PRIORITY /**/
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SHADOW_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | /* end confdefs.h. */
# | /* Define select to an innocuous variant, in case declares select.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define select innocuous_select
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char select (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef select
# |
# | /* 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 select ();
# | /* 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_select || defined __stub___select
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return select ();
# | ;
# | return 0;
# | }
# configure:13007: result: no
# configure:13007: checking for socket
# configure:13007: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lresolv >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:13007: $? = 0
# configure:13007: result: yes
# configure:13007: checking for strerror
# configure:13007: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lresolv >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:60:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:60:6: note: 'strerror' is a builtin with type 'char *(int)'
# 2 warnings generated.
# configure:13007: $? = 0
# configure:13007: result: yes
# configure:13007: checking for strtol
# configure:13007: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lresolv >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:13007: $? = 0
# configure:13007: result: yes
# configure:13007: checking for strtoul
# configure:13007: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lresolv >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:13007: $? = 0
# configure:13007: result: yes
# configure:13007: checking for strlcpy
# configure:13007: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lresolv >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:63:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
# char strlcpy ();
# ^
# conftest.c:63:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 2 warnings generated.
# /tmp/conftest-cb41a7.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcpy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13007: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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 PATH_IPSEC_H
# | #define HAVE_PFKEY_POLICY_PRIORITY /**/
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SHADOW_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcpy ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:13007: result: no
# configure:13007: checking for strlcat
# configure:13007: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lresolv >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:63:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
# char strlcat ();
# ^
# conftest.c:63:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 2 warnings generated.
# /tmp/conftest-1e6b22.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcat'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13007: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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 PATH_IPSEC_H
# | #define HAVE_PFKEY_POLICY_PRIORITY /**/
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SHADOW_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | /* end confdefs.h. */
# | /* Define strlcat to an innocuous variant, in case declares strlcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcat innocuous_strlcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcat
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcat ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcat || defined __stub___strlcat
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcat ();
# | ;
# | return 0;
# | }
# configure:13007: result: no
# configure:13016: checking for strdup
# configure:13016: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lresolv >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:63:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:63:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 2 warnings generated.
# configure:13016: $? = 0
# configure:13016: result: yes
# configure:13033: checking for an implementation of va_copy()
# configure:13061: clang -o conftest -Wall -O2 -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lresolv >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:47:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit (1);
# ^
# conftest.c:47:5: note: include the header or explicitly provide a declaration for 'exit'
# 2 warnings generated.
# configure:13061: $? = 0
# configure:13061: ./conftest
# configure:13061: $? = 0
# configure:13072: result: yes
# configure:13141: checking if printf accepts %z
# configure:13160: clang -c -Wall -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:13160: $? = 0
# configure:13161: result: yes
# configure:13176: checking if __func__ is available
# configure:13190: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:47:7: warning: initializing 'char *' with an expression of type 'const char [5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# char *x = __func__;
# ^ ~~~~~~~~
# 2 warnings generated.
# configure:13190: $? = 0
# configure:13194: result: yes
# configure:13203: checking if readline support is requested
# configure:13213: result: yes
# configure:13218: checking readline/readline.h usability
# configure:13218: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:13218: $? = 0
# configure:13218: result: yes
# configure:13218: checking readline/readline.h presence
# configure:13218: clang -E -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:13218: $? = 0
# configure:13218: result: yes
# configure:13218: checking for readline/readline.h
# configure:13218: result: yes
# configure:13220: checking for readline in -lreadline
# configure:13245: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lreadline -lresolv >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:13245: $? = 0
# configure:13254: result: yes
# configure:13271: checking if --with-flex option is specified
# configure:13279: result: dirdefault
# configure:13286: checking if --with-flexlib option is specified
# configure:13294: result: default
# configure:13302: checking if --with-openssl option is specified
# configure:13310: result: default
# configure:13317: checking openssl version
# configure:13334: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:13334: $? = 0
# configure:13335: result: ok
# configure:13347: checking openssl/engine.h usability
# configure:13347: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:13347: $? = 0
# configure:13347: result: yes
# configure:13347: checking openssl/engine.h presence
# configure:13347: clang -E -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:13347: $? = 0
# configure:13347: result: yes
# configure:13347: checking for openssl/engine.h
# configure:13347: result: yes
# configure:13361: checking openssl/aes.h usability
# configure:13361: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:13361: $? = 0
# configure:13361: result: yes
# configure:13361: checking openssl/aes.h presence
# configure:13361: clang -E -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:13361: $? = 0
# configure:13361: result: yes
# configure:13361: checking for openssl/aes.h
# configure:13361: result: yes
# configure:13375: checking sha2 support
# configure:13380: result: yes
# configure:13382: checking openssl/sha2.h usability
# configure:13382: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:80:10: fatal error: 'openssl/sha2.h' file not found
# #include
# ^
# 1 warning and 1 error generated.
# configure:13382: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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 PATH_IPSEC_H
# | #define HAVE_PFKEY_POLICY_PRIORITY /**/
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SHADOW_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_STRDUP 1
# | #define VA_COPY va_copy
# | #define HAVE_FUNC_MACRO /**/
# | #define HAVE_READLINE /**/
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_OPENSSL_AES_H 1
# | #define WITH_SHA2 /**/
# | /* 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:13382: result: no
# configure:13382: checking openssl/sha2.h presence
# configure:13382: clang -E -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:47:10: fatal error: 'openssl/sha2.h' file not found
# #include
# ^
# 1 warning and 1 error generated.
# configure:13382: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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 PATH_IPSEC_H
# | #define HAVE_PFKEY_POLICY_PRIORITY /**/
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SHADOW_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_STRDUP 1
# | #define VA_COPY va_copy
# | #define HAVE_FUNC_MACRO /**/
# | #define HAVE_READLINE /**/
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_OPENSSL_AES_H 1
# | #define WITH_SHA2 /**/
# | /* end confdefs.h. */
# | #include
# configure:13382: result: no
# configure:13382: checking for openssl/sha2.h
# configure:13382: result: no
# configure:13387: checking if sha2 is defined in openssl/sha.h
# configure:13407: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:13407: $? = 0
# configure:13409: result: yes
# configure:13439: checking openssl/camellia.h usability
# configure:13439: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:13439: $? = 0
# configure:13439: result: yes
# configure:13439: checking openssl/camellia.h presence
# configure:13439: clang -E -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:13439: $? = 0
# configure:13439: result: yes
# configure:13439: checking for openssl/camellia.h
# configure:13439: result: yes
# configure:13452: checking if --enable-adminport option is specified
# configure:13466: result: yes
# configure:13470: checking if --enable-rc5 option is specified
# configure:13479: result: no
# configure:13538: checking if --enable-idea option is specified
# configure:13547: result: no
# configure:13608: checking for crypto containing MD5_Init
# configure:13633: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lresolv -lreadline >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /tmp/conftest-848904.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `MD5_Init'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13633: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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 PATH_IPSEC_H
# | #define HAVE_PFKEY_POLICY_PRIORITY /**/
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SHADOW_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_STRDUP 1
# | #define VA_COPY va_copy
# | #define HAVE_FUNC_MACRO /**/
# | #define HAVE_READLINE /**/
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_OPENSSL_AES_H 1
# | #define WITH_SHA2 /**/
# | #define HAVE_SHA2_IN_SHA_H /**/
# | #define HAVE_OPENSSL_CAMELLIA_H 1
# | #define ENABLE_ADMINPORT /**/
# | /* 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 MD5_Init ();
# | int
# | main ()
# | {
# | return MD5_Init ();
# | ;
# | return 0;
# | }
# configure:13655: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lcrypto -lresolv -lreadline >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:13655: $? = 0
# configure:13666: result: -lcrypto
# configure:13677: checking for util containing login
# configure:13702: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lcrypto -lresolv -lreadline >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# /tmp/conftest-2bc8da.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `login'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13702: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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 PATH_IPSEC_H
# | #define HAVE_PFKEY_POLICY_PRIORITY /**/
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SHADOW_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_STRDUP 1
# | #define VA_COPY va_copy
# | #define HAVE_FUNC_MACRO /**/
# | #define HAVE_READLINE /**/
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_OPENSSL_AES_H 1
# | #define WITH_SHA2 /**/
# | #define HAVE_SHA2_IN_SHA_H /**/
# | #define HAVE_OPENSSL_CAMELLIA_H 1
# | #define ENABLE_ADMINPORT /**/
# | /* 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 login ();
# | int
# | main ()
# | {
# | return login ();
# | ;
# | return 0;
# | }
# configure:13724: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lutil -lcrypto -lresolv -lreadline >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:13724: $? = 0
# configure:13735: result: -lutil
# configure:13745: checking if --with-libiconv option is specified
# configure:13755: result: no
# configure:13945: checking if --enable-hybrid option is specified
# configure:13954: result: yes
# configure:13972: checking if --enable-frag option is specified
# configure:13981: result: no
# configure:13999: checking if --with-libradius option is specified
# configure:14009: result: no
# configure:14202: checking if --with-libpam option is specified
# configure:14212: result: no
# configure:14405: checking if --with-libldap option is specified
# configure:14415: result: no
# configure:14633: checking if --enable-gssapi option is specified
# configure:14642: result: yes
# configure:14646: checking for krb5-config
# configure:14664: found /usr/bin/krb5-config
# configure:14677: result: /usr/bin/krb5-config
# configure:14713: checking iconv.h usability
# configure:14713: clang -c -Wall -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include -I${top_srcdir}/src/racoon/missing conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:14713: $? = 0
# configure:14713: result: yes
# configure:14713: checking iconv.h presence
# configure:14713: clang -E -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include -I${top_srcdir}/src/racoon/missing conftest.c
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:14713: $? = 0
# configure:14713: result: yes
# configure:14713: checking for iconv.h
# configure:14713: result: yes
# configure:14721: checking if iconv second argument needs const
# configure:14745: clang -c -Wall -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include -I${top_srcdir}/src/racoon/missing conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:66:19: warning: passing 'const char **' to parameter of type 'char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers]
# (void)iconv(cd, src, srcleft, dst, dstleft);
# ^~~
# /usr/include/iconv.h:42:54: note: passing argument to parameter '__inbuf' here
# extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
# ^
# 2 warnings generated.
# configure:14745: $? = 0
# configure:14746: result: yes
# configure:14763: checking if -liconv is required
# configure:14783: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include -I${top_srcdir}/src/racoon/missing conftest.c -lutil -lcrypto -lresolv -lreadline -lcrypt -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:14783: $? = 0
# configure:14784: result: no
# configure:14825: checking if --enable-stats option is specified
# configure:14839: result: no
# configure:14842: checking if --enable-dpd option is specified
# configure:14856: result: yes
# configure:14859: checking if --enable-samode-unspec option is specified
# configure:14886: result: no
# configure:14890: checking whether to enable ipv6
# configure:14927: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lutil -lcrypto -lresolv -lreadline -lcrypt -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:57:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# main()
# ^
# conftest.c:59:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(0);
# ^
# conftest.c:59:3: note: include the header or explicitly provide a declaration for 'exit'
# 3 warnings generated.
# configure:14927: $? = 0
# configure:14927: ./conftest
# configure:14927: $? = 0
# configure:14928: result: yes
# configure:14950: checking for advanced API support
# configure:14967: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:14967: $? = 0
# configure:14968: result: yes
# configure:14981: checking getaddrinfo bug
# configure:15081: clang -o conftest -Wall -O2 -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lutil -lcrypto -lresolv -lreadline -lcrypt -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:15081: $? = 0
# configure:15081: ./conftest
# configure:15081: $? = 0
# configure:15082: result: good
# configure:15104: checking kernel NAT-Traversal support
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:15156: result: yes
# configure:15159: checking whether to support NAT-T
# configure:15168: result: yes
# configure:15185: checking which NAT-T versions to support
# configure:15195: result: 00,02,rfc
# configure:15238: checking if --enable-broken-natt option is specified
# configure:15252: result: no
# configure:15255: checking whether we support FWD policy
# configure:15275: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:15275: $? = 0
# configure:15276: result: yes
# configure:15293: checking for ipsec_policy_t
# configure:15293: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:64:18: fatal error: 'netinet6/ipsec.h' file not found
# #include
# ^
# 1 warning and 1 error generated.
# configure:15293: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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 PATH_IPSEC_H
# | #define HAVE_PFKEY_POLICY_PRIORITY /**/
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SHADOW_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_STRDUP 1
# | #define VA_COPY va_copy
# | #define HAVE_FUNC_MACRO /**/
# | #define HAVE_READLINE /**/
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_OPENSSL_AES_H 1
# | #define WITH_SHA2 /**/
# | #define HAVE_SHA2_IN_SHA_H /**/
# | #define HAVE_OPENSSL_CAMELLIA_H 1
# | #define ENABLE_ADMINPORT /**/
# | #define ENABLE_HYBRID /**/
# | #define HAVE_GSSAPI /**/
# | #define HAVE_ICONV_2ND_CONST /**/
# | #define ENABLE_DPD /**/
# | #define INET6 /**/
# | #define INET6 /**/
# | #define INET6_ADVAPI /**/
# | #define ENABLE_NATT /**/
# | #define ENABLE_NATT_00 /**/
# | #define ENABLE_NATT_02 /**/
# | #define ENABLE_NATT_RFC /**/
# | #define HAVE_POLICY_FWD /**/
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | if (sizeof (ipsec_policy_t))
# | return 0;
# | ;
# | return 0;
# | }
# configure:15293: result: no
# configure:15308: checking kernel Security Context support
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:15329: result: yes
# configure:15332: checking selinux/selinux.h usability
# configure:15332: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:95:10: fatal error: 'selinux/selinux.h' file not found
# #include
# ^
# 1 warning and 1 error generated.
# configure:15332: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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 PATH_IPSEC_H
# | #define HAVE_PFKEY_POLICY_PRIORITY /**/
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SHADOW_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_STRDUP 1
# | #define VA_COPY va_copy
# | #define HAVE_FUNC_MACRO /**/
# | #define HAVE_READLINE /**/
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_OPENSSL_AES_H 1
# | #define WITH_SHA2 /**/
# | #define HAVE_SHA2_IN_SHA_H /**/
# | #define HAVE_OPENSSL_CAMELLIA_H 1
# | #define ENABLE_ADMINPORT /**/
# | #define ENABLE_HYBRID /**/
# | #define HAVE_GSSAPI /**/
# | #define HAVE_ICONV_2ND_CONST /**/
# | #define ENABLE_DPD /**/
# | #define INET6 /**/
# | #define INET6 /**/
# | #define INET6_ADVAPI /**/
# | #define ENABLE_NATT /**/
# | #define ENABLE_NATT_00 /**/
# | #define ENABLE_NATT_02 /**/
# | #define ENABLE_NATT_RFC /**/
# | #define HAVE_POLICY_FWD /**/
# | /* 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:15332: result: no
# configure:15332: checking selinux/selinux.h presence
# configure:15332: clang -E -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# conftest.c:62:10: fatal error: 'selinux/selinux.h' file not found
# #include
# ^
# 1 warning and 1 error generated.
# configure:15332: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipsec-tools"
# | #define PACKAGE_TARNAME "ipsec-tools"
# | #define PACKAGE_VERSION "0.8.2"
# | #define PACKAGE_STRING "ipsec-tools 0.8.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipsec-tools"
# | #define VERSION "0.8.2"
# | #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 PATH_IPSEC_H
# | #define HAVE_PFKEY_POLICY_PRIORITY /**/
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SHADOW_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_STRDUP 1
# | #define VA_COPY va_copy
# | #define HAVE_FUNC_MACRO /**/
# | #define HAVE_READLINE /**/
# | #define HAVE_OPENSSL_ENGINE_H 1
# | #define HAVE_OPENSSL_AES_H 1
# | #define WITH_SHA2 /**/
# | #define HAVE_SHA2_IN_SHA_H /**/
# | #define HAVE_OPENSSL_CAMELLIA_H 1
# | #define ENABLE_ADMINPORT /**/
# | #define ENABLE_HYBRID /**/
# | #define HAVE_GSSAPI /**/
# | #define HAVE_ICONV_2ND_CONST /**/
# | #define ENABLE_DPD /**/
# | #define INET6 /**/
# | #define INET6 /**/
# | #define INET6_ADVAPI /**/
# | #define ENABLE_NATT /**/
# | #define ENABLE_NATT_00 /**/
# | #define ENABLE_NATT_02 /**/
# | #define ENABLE_NATT_RFC /**/
# | #define HAVE_POLICY_FWD /**/
# | /* end confdefs.h. */
# | #include
# configure:15332: result: no
# configure:15332: checking for selinux/selinux.h
# configure:15332: result: no
# configure:15382: checking whether to support Security Context
# configure:15392: result: no
# configure:15413: checking for rt containing clock_gettime
# configure:15438: clang -o conftest -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c -lutil -lcrypto -lresolv -lreadline -lcrypt -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:15438: $? = 0
# configure:15471: result: none required
# configure:15480: checking for monotonic system clock
# configure:15493: clang -c -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I/usr/include conftest.c >&5
# In file included from :317:
# In file included from :2:
# In file included from ././src/include-glibc/glibc-bugs.h:9:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# configure:15493: $? = 0
# configure:15497: result: yes
# configure:15631: checking that generated files are newer than configure
# configure:15637: result: done
# configure:15660: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ipsec-tools config.status 0.8.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 86a70eccdf08
#
# config.status:1153: creating Makefile
# config.status:1153: creating package_version.h
# config.status:1153: creating src/Makefile
# config.status:1153: creating src/include-glibc/Makefile
# config.status:1153: creating src/libipsec/Makefile
# config.status:1153: creating src/setkey/Makefile
# config.status:1153: creating src/racoon/Makefile
# config.status:1153: creating src/racoon/samples/psk.txt
# config.status:1153: creating src/racoon/samples/racoon.conf
# config.status:1153: creating rpm/Makefile
# config.status:1153: creating rpm/suse/Makefile
# config.status:1153: creating rpm/suse/ipsec-tools.spec
# config.status:1153: creating config.h
# config.status:1382: executing depfiles commands
# config.status:1382: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_value=
# ac_cv_env_YACC_set=
# ac_cv_env_YACC_value=
# ac_cv_env_YFLAGS_set=
# ac_cv_env_YFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func__doprnt=no
# ac_cv_func_gettimeofday=yes
# ac_cv_func_memcmp_working=yes
# ac_cv_func_select=no
# ac_cv_func_socket=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_func_strtol=yes
# ac_cv_func_strtoul=yes
# ac_cv_func_vprintf=yes
# ac_cv_header__usr_include_linux_pfkeyv2_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_iconv_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_net_pfkeyv2_h=no
# ac_cv_header_netinet6_ipsec_h=no
# ac_cv_header_netinet_ipsec_h=no
# ac_cv_header_netipsec_ipsec_h=no
# ac_cv_header_openssl_aes_h=yes
# ac_cv_header_openssl_camellia_h=yes
# ac_cv_header_openssl_engine_h=yes
# ac_cv_header_openssl_sha2_h=no
# ac_cv_header_readline_readline_h=yes
# ac_cv_header_selinux_selinux_h=no
# ac_cv_header_shadow_h=yes
# ac_cv_header_stdarg_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_varargs_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_lex='none needed'
# ac_cv_lib_readline_readline=yes
# ac_cv_member_struct_sadb_x_policy_sadb_x_policy_priority=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_KRB5_CONFIG=/usr/bin/krb5-config
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/bin/dd
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_LEX=flex
# ac_cv_prog_STRIP=strip
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_prog_make_make_set=yes
# ac_cv_search_MD5_Init=-lcrypto
# ac_cv_search_clock_gettime='none required'
# ac_cv_search_login=-lutil
# ac_cv_struct_tm=time.h
# ac_cv_type_ipsec_policy_t=no
# ac_cv_type_pid_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_va_copy=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lt_cv_ar_at_file=@
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/ipsec-tools/src/ipsec-tools-0.8.2/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/ipsec-tools/src/ipsec-tools-0.8.2/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/ipsec-tools/src/ipsec-tools-0.8.2/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/ipsec-tools/src/ipsec-tools-0.8.2/missing automake-1.15'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall -Wno-unused'
# CONFIGURE_AMFLAGS='--with-kernel-headers=/usr/include'
# CPP='clang -E'
# CPPFLAGS='-D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc -I${top_srcdir}/src/racoon/missing'
# CRYPTOBJS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# EXTRA_CRYPTO=''
# FGREP='/usr/bin/grep -F'
# FRAG_OBJS=''
# GLIBC_BUGS='-include ${top_srcdir}/src/include-glibc/glibc-bugs.h -I${top_srcdir}/src/include-glibc -I${top_builddir}/src/include-glibc'
# GREP='/usr/bin/grep'
# HYBRID_OBJS='isakmp_xauth.o isakmp_cfg.o isakmp_unity.o throttle.o'
# INCLUDE_GLIBC='include-glibc'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_OPTS='-o bin -g bin'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# KERNEL_INCLUDE='/usr/include'
# KRB5_CONFIG='/usr/bin/krb5-config'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBOBJS=''
# LIBS='-lutil -lcrypto -lresolv -lreadline -lcrypt -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err'
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# MAKEINFO='${SHELL} /tmp/ipsec-tools/src/ipsec-tools-0.8.2/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NATT_OBJS='nattraversal.o'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='ipsec-tools'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='ipsec-tools'
# PACKAGE_STRING='ipsec-tools 0.8.2'
# PACKAGE_TARNAME='ipsec-tools'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.8.2'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# RPM='rpm'
# SECCTX_OBJS=''
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.8.2'
# YACC='bison -y'
# YFLAGS=''
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# 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}'
# include_racoondir='${prefix}/include/racoon'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/ipsec-tools/src/ipsec-tools-0.8.2/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "ipsec-tools"
# #define PACKAGE_TARNAME "ipsec-tools"
# #define PACKAGE_VERSION "0.8.2"
# #define PACKAGE_STRING "ipsec-tools 0.8.2"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "ipsec-tools"
# #define VERSION "0.8.2"
# #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 PATH_IPSEC_H
# #define HAVE_PFKEY_POLICY_PRIORITY /**/
# #define STDC_HEADERS 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_STDARG_H 1
# #define HAVE_SHADOW_H 1
# #define TIME_WITH_SYS_TIME 1
# #define RETSIGTYPE void
# #define HAVE_VPRINTF 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_SOCKET 1
# #define HAVE_STRERROR 1
# #define HAVE_STRTOL 1
# #define HAVE_STRTOUL 1
# #define HAVE_STRDUP 1
# #define VA_COPY va_copy
# #define HAVE_FUNC_MACRO /**/
# #define HAVE_READLINE /**/
# #define HAVE_OPENSSL_ENGINE_H 1
# #define HAVE_OPENSSL_AES_H 1
# #define WITH_SHA2 /**/
# #define HAVE_SHA2_IN_SHA_H /**/
# #define HAVE_OPENSSL_CAMELLIA_H 1
# #define ENABLE_ADMINPORT /**/
# #define ENABLE_HYBRID /**/
# #define HAVE_GSSAPI /**/
# #define HAVE_ICONV_2ND_CONST /**/
# #define ENABLE_DPD /**/
# #define INET6 /**/
# #define INET6 /**/
# #define INET6_ADVAPI /**/
# #define ENABLE_NATT /**/
# #define ENABLE_NATT_00 /**/
# #define ENABLE_NATT_02 /**/
# #define ENABLE_NATT_RFC /**/
# #define HAVE_POLICY_FWD /**/
# #define HAVE_CLOCK_MONOTONIC /**/
#
# configure: exit 0