Build of ipsec-tools with musl toolchain

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

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

SLOCLanguage
62,166 ansic
4,644 yacc
4,502 sh
1,373 lex
77 perl
72,762 total

The process tree of the build process is here.

List of Errors

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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/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 (Wed Apr 5 02:10:26 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/sbin/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/sbin/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... yes
# 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/sbin/grep
# checking for egrep... /usr/sbin/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/sbin/sed
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
# checking the name lister (/sysroot/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 /sysroot/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# configure: WARNING: using cross tools not prefixed with host triplet
# 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 /sysroot/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for a working dd... /usr/sbin/dd
# checking how to truncate binary pipes... /usr/sbin/dd bs=4096 count=1
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/sysroot/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/sbin/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... no
# checking /usr/include/linux/pfkeyv2.h presence... no
# checking for /usr/include/linux/pfkeyv2.h... no
# checking /usr/include/uapi/linux/pfkeyv2.h usability... no
# checking /usr/include/uapi/linux/pfkeyv2.h presence... no
# checking for /usr/include/uapi/linux/pfkeyv2.h... no
# checking /usr/src/linux/include/linux/pfkeyv2.h usability... no
# checking /usr/src/linux/include/linux/pfkeyv2.h presence... no
# checking for /usr/src/linux/include/linux/pfkeyv2.h... no
# configure: error: Unable to find linux-2.6 kernel headers. Aborting.
# ==> 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 = 05d4eb3b34bd
# 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: /sysroot/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 /sysroot/bin/strip
# configure:2700: result: strip
# configure:2725: checking for a thread-safe mkdir -p
# configure:2764: result: /usr/sbin/mkdir -p
# configure:2771: checking for gawk
# configure:2787: found /usr/sbin/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.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3360: $? = 0
# configure:3349: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# 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
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3543: $? = 127
# configure:3558: result: yes
# 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/sbin/grep
# configure:4277: checking for egrep
# configure:4339: result: /usr/sbin/grep -E
# configure:4344: checking for ANSI C header files
# configure:4364: clang -c conftest.c >&5
# configure:4364: $? = 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/sbin/sed
# configure:4703: checking for fgrep
# configure:4765: result: /usr/sbin/grep -F
# configure:4800: checking for ld used by clang
# configure:4867: result: /sysroot/bin/ld
# configure:4874: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:4889: result: yes
# configure:4901: checking for BSD- or MS-compatible name lister (nm)
# configure:4955: result: /sysroot/bin/nm -B
# configure:5085: checking the name lister (/sysroot/bin/nm -B) interface
# configure:5092: clang -c conftest.c >&5
# configure:5095: /sysroot/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 /sysroot/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 /sysroot/bin/objdump
# configure:5481: result: objdump
# configure:5493: WARNING: using cross tools not prefixed with host triplet
# 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 /sysroot/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
# /r: `u' modifier ignored since `D' is the default (see `U')
# configure:6032: $? = 0
# configure:6037: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# /r: 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 /sysroot/bin/ranlib
# configure:6236: result: ranlib
# configure:6338: checking command to parse /sysroot/bin/nm -B output from clang object
# configure:6491: clang -c conftest.c >&5
# configure:6494: $? = 0
# configure:6498: /sysroot/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/sbin/dd
# configure:6734: checking how to truncate binary pipes
# configure:6749: result: /usr/sbin/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: no
# 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 (/sysroot/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/sbin/bison
# configure:12141: result: bison -y
# configure:12157: checking for flex
# configure:12173: found /usr/sbin/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
# /sysroot/bin/../lib/crt1.o:/srcdir/musl/crt/crt1.c:function _start_c: error: 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
# /sysroot/bin/ld: error: cannot find -lfl
# /sysroot/bin/../lib/crt1.o:/srcdir/musl/crt/crt1.c:function _start_c: error: 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 -ll >&5
# /sysroot/bin/ld: error: cannot find -ll
# /sysroot/bin/../lib/crt1.o:/srcdir/musl/crt/crt1.c:function _start_c: error: 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:12271: result: none needed
# configure:12277: checking whether yytext is a pointer
# configure:12294: clang -o conftest conftest.c >&5
# /sysroot/bin/../lib/crt1.o:/srcdir/musl/crt/crt1.c:function _start_c: error: 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/sbin/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
# In file included from conftest.c:57:
# /usr/include/linux/pfkeyv2.h:9:10: fatal error: 'linux/types.h' file not found
# #include
# ^
# 1 error generated.
# configure:12477: $? = 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
# | /* 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:12477: result: no
# configure:12477: checking /usr/include/linux/pfkeyv2.h presence
# configure:12477: clang -E conftest.c
# In file included from conftest.c:24:
# /usr/include/linux/pfkeyv2.h:9:10: fatal error: 'linux/types.h' file not found
# #include
# ^
# 1 error generated.
# configure:12477: $? = 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
# | /* end confdefs.h. */
# | #include
# configure:12477: result: no
# configure:12477: checking for /usr/include/linux/pfkeyv2.h
# configure:12477: result: no
# configure:12482: checking /usr/include/uapi/linux/pfkeyv2.h usability
# configure:12482: clang -c conftest.c >&5
# conftest.c:57:10: fatal error: '/usr/include/uapi/linux/pfkeyv2.h' file not found
# #include
# ^
# 1 error generated.
# configure:12482: $? = 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
# | /* 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:12482: result: no
# configure:12482: checking /usr/include/uapi/linux/pfkeyv2.h presence
# configure:12482: clang -E conftest.c
# conftest.c:24:10: fatal error: '/usr/include/uapi/linux/pfkeyv2.h' file not found
# #include
# ^
# 1 error generated.
# configure:12482: $? = 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
# | /* end confdefs.h. */
# | #include
# configure:12482: result: no
# configure:12482: checking for /usr/include/uapi/linux/pfkeyv2.h
# configure:12482: result: no
# configure:12486: checking /usr/src/linux/include/linux/pfkeyv2.h usability
# configure:12486: clang -c conftest.c >&5
# conftest.c:57:10: fatal error: '/usr/src/linux/include/linux/pfkeyv2.h' file not found
# #include
# ^
# 1 error generated.
# configure:12486: $? = 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
# | /* 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:12486: result: no
# configure:12486: checking /usr/src/linux/include/linux/pfkeyv2.h presence
# configure:12486: clang -E conftest.c
# conftest.c:24:10: fatal error: '/usr/src/linux/include/linux/pfkeyv2.h' file not found
# #include
# ^
# 1 error generated.
# configure:12486: $? = 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
# | /* end confdefs.h. */
# | #include
# configure:12486: result: no
# configure:12486: checking for /usr/src/linux/include/linux/pfkeyv2.h
# configure:12486: result: no
# configure:12490: error: Unable to find linux-2.6 kernel headers. Aborting.
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=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_header__usr_include_linux_pfkeyv2_h=no
# ac_cv_header__usr_include_uapi_linux_pfkeyv2_h=no
# ac_cv_header__usr_src_linux_include_linux_pfkeyv2_h=no
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_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_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_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_lex='none needed'
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/sbin/dd
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_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
# 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=/sysroot/bin/ld
# lt_cv_path_NM='/sysroot/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/sbin/dd bs=4096 count=1'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/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=''
# CONFIGURE_AMFLAGS='--with-kernel-headers=/usr/include'
# CPP='clang -E'
# CPPFLAGS=''
# CRYPTOBJS=''
# CYGPATH_W='echo'
# DEFS=''
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# EXTRA_CRYPTO=''
# FGREP='/usr/sbin/grep -F'
# FRAG_OBJS=''
# GLIBC_BUGS=''
# GREP='/usr/sbin/grep'
# HYBRID_OBJS=''
# 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=''
# LD='/sysroot/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBOBJS=''
# LIBS=' -lresolv'
# 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/sbin/mkdir -p'
# NATT_OBJS=''
# NM='/sysroot/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/sbin/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='NONE'
# 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=''
# 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
#
# configure: exit 1