This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --enable-openssl --disable-static ## --------- ## ## Platform. ## ## --------- ## hostname = mr-fox uname -m = x86_64 uname -r = 4.7.4-hardened-r1 uname -s = Linux uname -v = #1 SMP Thu Sep 22 18:21:40 CEST 2016 /usr/bin/uname -p = Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz /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/lib/portage/python2.7/ebuild-helpers/xattr PATH: /usr/lib/portage/python2.7/ebuild-helpers PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0 PATH: /usr/lib/plan9/bin PATH: /opt/ekopath/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2609: loading site script /usr/share/config.site | #!/bin/sh | # Copyright 2009-2014 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | | TOPDIR=/usr/share/crossdev/include/site | | config_site_arch() { | local host="${CHOST%%-*}" | | case ${host} in | arm*b*) host=armeb ;; | arm*) host=arm ;; | mips*l*) host=mipsel ;; | mips*) host=mips ;; | esac | | echo "${host}" | } | | config_site_names() { | local site_arch="$(config_site_arch)" | local sites="" | local x | | case ${CHOST} in | *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; | *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; | esac | | case ${CHOST} in | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; | *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; | esac | | case ${CHOST} in | *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; | *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; | esac | | for x in ${sites} ${CHOST}; do | [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}" | done | } | | # Only kick in for cross-compiles so we don't break native builds #427184 | if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then | sites="$(config_site_names)" | if [ -n "${sites}" ] ; then | for site in ${sites}; do | echo "${0##*/}: loading site script ${site}" | . "${site}" | done | fi | unset site sites | fi configure:2739: checking build system type configure:2753: result: x86_64-pc-linux-gnu configure:2773: checking host system type configure:2786: result: x86_64-pc-linux-gnu configure:2806: checking target system type configure:2819: result: x86_64-pc-linux-gnu configure:2861: checking for a BSD-compatible install configure:2929: result: /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c configure:2940: checking whether build environment is sane configure:2995: result: yes configure:3146: checking for a thread-safe mkdir -p configure:3185: result: /bin/mkdir -p configure:3192: checking for gawk configure:3208: found /usr/bin/gawk configure:3219: result: gawk configure:3230: checking whether make sets $(MAKE) configure:3252: result: yes configure:3281: checking whether make supports nested variables configure:3298: result: yes configure:3464: checking for x86_64-pc-linux-gnu-gcc configure:3480: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:3491: result: x86_64-pc-linux-gnu-gcc configure:3760: checking for C compiler version configure:3769: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 6.2.0-r1 p1.1) 6.2.0 Copyright (C) 2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3780: $? = 0 configure:3769: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-6.2.0-r1/work/gcc-6.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 6.2.0-r1 p1.1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --disable-default-pie --disable-default-ssp Thread model: posix gcc version 6.2.0 (Gentoo 6.2.0-r1 p1.1) configure:3780: $? = 0 configure:3769: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:3780: $? = 1 configure:3769: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:3780: $? = 1 configure:3800: checking whether the C compiler works configure:3822: x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3826: $? = 0 configure:3874: result: yes configure:3877: checking for C compiler default output file name configure:3879: result: a.out configure:3885: checking for suffix of executables configure:3892: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3896: $? = 0 configure:3918: result: configure:3940: checking whether we are cross compiling configure:3948: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3952: $? = 0 configure:3959: ./conftest configure:3963: $? = 0 configure:3978: result: no configure:3983: checking for suffix of object files configure:4005: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:4009: $? = 0 configure:4030: result: o configure:4034: checking whether we are using the GNU C compiler configure:4053: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:4053: $? = 0 configure:4062: result: yes configure:4071: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:4091: x86_64-pc-linux-gnu-gcc -c -g -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:4091: $? = 0 configure:4132: result: yes configure:4149: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:4212: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:4212: $? = 0 configure:4225: result: none needed configure:4250: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together configure:4272: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o configure:4275: $? = 0 configure:4272: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o configure:4275: $? = 0 configure:4287: result: yes configure:4315: checking for style of include used by make configure:4343: result: GNU configure:4369: checking dependency style of x86_64-pc-linux-gnu-gcc configure:4480: result: none configure:4509: checking for x86_64-pc-linux-gnu-g++ configure:4525: found /usr/bin/x86_64-pc-linux-gnu-g++ configure:4536: result: x86_64-pc-linux-gnu-g++ configure:4607: checking for C++ compiler version configure:4616: x86_64-pc-linux-gnu-g++ --version >&5 x86_64-pc-linux-gnu-g++ (Gentoo 6.2.0-r1 p1.1) 6.2.0 Copyright (C) 2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4627: $? = 0 configure:4616: x86_64-pc-linux-gnu-g++ -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0/x86_64-pc-linux-gnu-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-6.2.0-r1/work/gcc-6.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 6.2.0-r1 p1.1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --disable-default-pie --disable-default-ssp Thread model: posix gcc version 6.2.0 (Gentoo 6.2.0-r1 p1.1) configure:4627: $? = 0 configure:4616: x86_64-pc-linux-gnu-g++ -V >&5 x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. configure:4627: $? = 1 configure:4616: x86_64-pc-linux-gnu-g++ -qversion >&5 x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. configure:4627: $? = 1 configure:4631: checking whether we are using the GNU C++ compiler configure:4650: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.cpp >&5 configure:4650: $? = 0 configure:4659: result: yes configure:4668: checking whether x86_64-pc-linux-gnu-g++ accepts -g configure:4688: x86_64-pc-linux-gnu-g++ -c -g -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.cpp >&5 configure:4688: $? = 0 configure:4729: result: yes configure:4754: checking dependency style of x86_64-pc-linux-gnu-g++ configure:4865: result: none configure:4883: checking for x86_64-pc-linux-gnu-ranlib configure:4899: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:4910: result: x86_64-pc-linux-gnu-ranlib configure:4976: checking for bison configure:4992: found /usr/bin/bison configure:5003: result: bison -y configure:5015: checking whether ln -s works configure:5019: result: yes configure:5026: checking whether ln works configure:5044: result: yes configure:5053: checking for vi configure:5071: found /usr/bin/vi configure:5083: result: /usr/bin/vi configure:5093: checking for sendmail configure:5112: found /usr/sbin/sendmail configure:5125: result: /usr/sbin/sendmail configure:5150: checking how to run the C preprocessor configure:5181: x86_64-pc-linux-gnu-gcc -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c configure:5181: $? = 0 configure:5195: x86_64-pc-linux-gnu-gcc -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5195: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.1" | #define HAVE_GCC 1 | /* end confdefs.h. */ | #include configure:5220: result: x86_64-pc-linux-gnu-gcc -E configure:5240: x86_64-pc-linux-gnu-gcc -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c configure:5240: $? = 0 configure:5254: x86_64-pc-linux-gnu-gcc -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5254: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.1" | #define HAVE_GCC 1 | /* end confdefs.h. */ | #include configure:5283: checking for grep that handles long lines and -e configure:5341: result: /bin/grep configure:5346: checking for egrep configure:5408: result: /bin/grep -E configure:5413: checking for ANSI C header files configure:5433: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5433: $? = 0 configure:5506: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:5506: $? = 0 configure:5506: ./conftest configure:5506: $? = 0 configure:5517: result: yes configure:5530: checking for sys/types.h configure:5530: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5530: $? = 0 configure:5530: result: yes configure:5530: checking for sys/stat.h configure:5530: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5530: $? = 0 configure:5530: result: yes configure:5530: checking for stdlib.h configure:5530: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5530: $? = 0 configure:5530: result: yes configure:5530: checking for string.h configure:5530: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5530: $? = 0 configure:5530: result: yes configure:5530: checking for memory.h configure:5530: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5530: $? = 0 configure:5530: result: yes configure:5530: checking for strings.h configure:5530: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5530: $? = 0 configure:5530: result: yes configure:5530: checking for inttypes.h configure:5530: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5530: $? = 0 configure:5530: result: yes configure:5530: checking for stdint.h configure:5530: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5530: $? = 0 configure:5530: result: yes configure:5530: checking for unistd.h configure:5530: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5530: $? = 0 configure:5530: result: yes configure:5544: checking sys/param.h usability configure:5544: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5544: $? = 0 configure:5544: result: yes configure:5544: checking sys/param.h presence configure:5544: x86_64-pc-linux-gnu-gcc -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c configure:5544: $? = 0 configure:5544: result: yes configure:5544: checking for sys/param.h configure:5544: result: yes configure:5556: checking for sys/mount.h configure:5556: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5556: $? = 0 configure:5556: result: yes configure:5573: checking sys/ustat.h usability configure:5573: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5573: $? = 0 configure:5573: result: yes configure:5573: checking sys/ustat.h presence configure:5573: x86_64-pc-linux-gnu-gcc -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c configure:5573: $? = 0 configure:5573: result: yes configure:5573: checking for sys/ustat.h configure:5573: result: yes configure:5573: checking sys/sysmacros.h usability configure:5573: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5573: $? = 0 configure:5573: result: yes configure:5573: checking sys/sysmacros.h presence configure:5573: x86_64-pc-linux-gnu-gcc -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c configure:5573: $? = 0 configure:5573: result: yes configure:5573: checking for sys/sysmacros.h configure:5573: result: yes configure:5573: checking sys/syslog.h usability configure:5573: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5573: $? = 0 configure:5573: result: yes configure:5573: checking sys/syslog.h presence configure:5573: x86_64-pc-linux-gnu-gcc -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c configure:5573: $? = 0 configure:5573: result: yes configure:5573: checking for sys/syslog.h configure:5573: result: yes configure:5586: checking for unistd.h configure:5586: result: yes configure:5586: checking syslog.h usability configure:5586: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5586: $? = 0 configure:5586: result: yes configure:5586: checking syslog.h presence configure:5586: x86_64-pc-linux-gnu-gcc -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c configure:5586: $? = 0 configure:5586: result: yes configure:5586: checking for syslog.h configure:5586: result: yes configure:5586: checking iconv.h usability configure:5586: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5586: $? = 0 configure:5586: result: yes configure:5586: checking iconv.h presence configure:5586: x86_64-pc-linux-gnu-gcc -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c configure:5586: $? = 0 configure:5586: result: yes configure:5586: checking for iconv.h configure:5586: result: yes configure:5586: checking langinfo.h usability configure:5586: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5586: $? = 0 configure:5586: result: yes configure:5586: checking langinfo.h presence configure:5586: x86_64-pc-linux-gnu-gcc -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c configure:5586: $? = 0 configure:5586: result: yes configure:5586: checking for langinfo.h configure:5586: result: yes configure:5586: checking sys/statfs.h usability configure:5586: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5586: $? = 0 configure:5586: result: yes configure:5586: checking sys/statfs.h presence configure:5586: x86_64-pc-linux-gnu-gcc -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c configure:5586: $? = 0 configure:5586: result: yes configure:5586: checking for sys/statfs.h configure:5586: result: yes configure:5599: checking signum.h usability configure:5599: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 conftest.c:65:20: fatal error: signum.h: No such file or directory #include ^ compilation terminated. configure:5599: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.1" | #define HAVE_GCC 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_USTAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_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:5599: result: no configure:5599: checking signum.h presence configure:5599: x86_64-pc-linux-gnu-gcc -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c conftest.c:32:20: fatal error: signum.h: No such file or directory #include ^ compilation terminated. configure:5599: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.1" | #define HAVE_GCC 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_USTAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | /* end confdefs.h. */ | #include configure:5599: result: no configure:5599: checking for signum.h configure:5599: result: no configure:5599: checking bits/signum.h usability configure:5599: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5599: $? = 0 configure:5599: result: yes configure:5599: checking bits/signum.h presence configure:5599: x86_64-pc-linux-gnu-gcc -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c configure:5599: $? = 0 configure:5599: result: yes configure:5599: checking for bits/signum.h configure:5599: result: yes configure:5612: checking stdarg.h usability configure:5612: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5612: $? = 0 configure:5612: result: yes configure:5612: checking stdarg.h presence configure:5612: x86_64-pc-linux-gnu-gcc -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c configure:5612: $? = 0 configure:5612: result: yes configure:5612: checking for stdarg.h configure:5612: result: yes configure:5627: checking malloc.h usability configure:5627: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing -Werror conftest.c >&5 configure:5627: $? = 0 configure:5627: result: yes configure:5627: checking malloc.h presence configure:5627: x86_64-pc-linux-gnu-gcc -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing -Werror conftest.c configure:5627: $? = 0 configure:5627: result: yes configure:5627: checking for malloc.h configure:5627: result: yes configure:5639: checking for an ANSI C-conforming const configure:5705: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5705: $? = 0 configure:5712: result: yes configure:5720: checking for size_t configure:5720: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5720: $? = 0 configure:5720: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:71:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:5720: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.1" | #define HAVE_GCC 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_USTAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_BITS_SIGNUM_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_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:5720: result: yes configure:5731: checking whether time.h and sys/time.h may both be included configure:5751: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5751: $? = 0 configure:5758: result: yes configure:5766: checking whether byte ordering is bigendian configure:5781: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 conftest.c:37:9: error: unknown type name 'not' not a universal capable compiler ^~~ conftest.c:37:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^~~~~~~~~ conftest.c:37:15: error: unknown type name 'universal' configure:5781: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.1" | #define HAVE_GCC 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_USTAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_BITS_SIGNUM_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:5826: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:5826: $? = 0 configure:5844: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:43:4: error: unknown type name 'not' not big endian ^~~ conftest.c:43:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^~~~~~ configure:5844: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.1" | #define HAVE_GCC 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_USTAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_BITS_SIGNUM_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:5972: result: no configure:5994: checking size of int configure:5999: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:5999: $? = 0 configure:5999: ./conftest configure:5999: $? = 0 configure:6013: result: 4 configure:6027: checking size of long configure:6032: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6032: $? = 0 configure:6032: ./conftest configure:6032: $? = 0 configure:6046: result: 8 configure:6060: checking size of long long configure:6065: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6065: $? = 0 configure:6065: ./conftest configure:6065: $? = 0 configure:6079: result: 8 configure:6117: checking for strftime configure:6117: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:69:6: warning: conflicting types for built-in function 'strftime' char strftime (); ^~~~~~~~ configure:6117: $? = 0 configure:6117: result: yes configure:6117: checking for gethostname configure:6117: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6117: $? = 0 configure:6117: result: yes configure:6117: checking for gethostid configure:6117: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6117: $? = 0 configure:6117: result: yes configure:6129: checking for mkstemp configure:6129: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6129: $? = 0 configure:6129: result: yes configure:6140: checking for socket in -lc configure:6165: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c -lc >&5 configure:6165: $? = 0 configure:6174: result: yes configure:6227: checking for gethostbyname in -lc configure:6252: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c -lc >&5 configure:6252: $? = 0 configure:6261: result: yes configure:6369: checking how to run the C++ preprocessor configure:6396: x86_64-pc-linux-gnu-g++ -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.cpp configure:6396: $? = 0 configure:6410: x86_64-pc-linux-gnu-g++ -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.cpp conftest.cpp:50:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:6410: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.1" | #define HAVE_GCC 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_USTAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_BITS_SIGNUM_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define USES_1S_COMPLEMENT 0 | #define USES_2S_COMPLEMENT 1 | #define USES_SIGNED_MAGNITUDE 0 | #define IS_BYTE_ALIGNED 1 | #define EXCEPTION_NAMESPACE std:: | #define IS_UNIX 1 | #define NDEBUG 1 | #define HAVE_STRFTIME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTID 1 | #define HAVE_MKSTEMP 1 | /* end confdefs.h. */ | #include configure:6435: result: x86_64-pc-linux-gnu-g++ -E configure:6455: x86_64-pc-linux-gnu-g++ -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.cpp configure:6455: $? = 0 configure:6469: x86_64-pc-linux-gnu-g++ -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.cpp conftest.cpp:50:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:6469: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.1" | #define HAVE_GCC 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_USTAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_BITS_SIGNUM_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_MALLOC_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define USES_1S_COMPLEMENT 0 | #define USES_2S_COMPLEMENT 1 | #define USES_SIGNED_MAGNITUDE 0 | #define IS_BYTE_ALIGNED 1 | #define EXCEPTION_NAMESPACE std:: | #define IS_UNIX 1 | #define NDEBUG 1 | #define HAVE_STRFTIME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTID 1 | #define HAVE_MKSTEMP 1 | /* end confdefs.h. */ | #include configure:6498: checking locale usability configure:6498: x86_64-pc-linux-gnu-g++ -c -Werror=terminate -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.cpp >&5 configure:6498: $? = 0 configure:6498: result: yes configure:6498: checking locale presence configure:6498: x86_64-pc-linux-gnu-g++ -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.cpp configure:6498: $? = 0 configure:6498: result: yes configure:6498: checking for locale configure:6498: result: yes configure:6575: x86_64-pc-linux-gnu-g++ -o conftest -Werror=terminate -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 configure:6575: $? = 0 configure:6694: checking wchar.h usability configure:6694: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:6694: $? = 0 configure:6694: result: yes configure:6694: checking wchar.h presence configure:6694: x86_64-pc-linux-gnu-gcc -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c configure:6694: $? = 0 configure:6694: result: yes configure:6694: checking for wchar.h configure:6694: result: yes configure:6776: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6776: $? = 0 configure:6821: checking for OpenSSL directory configure:6881: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c -lcrypto >&5 configure:6881: $? = 0 configure:6881: ./conftest configure:6881: $? = 0 configure:6908: result: /usr configure:6941: checking openssl/md5.h usability configure:6941: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:6941: $? = 0 configure:6941: result: yes configure:6941: checking openssl/md5.h presence configure:6941: x86_64-pc-linux-gnu-gcc -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c configure:6941: $? = 0 configure:6941: result: yes configure:6941: checking for openssl/md5.h configure:6941: result: yes configure:6941: checking openssl/sha.h usability configure:6941: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c >&5 configure:6941: $? = 0 configure:6941: result: yes configure:6941: checking openssl/sha.h presence configure:6941: x86_64-pc-linux-gnu-gcc -E -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing conftest.c configure:6941: $? = 0 configure:6941: result: yes configure:6941: checking for openssl/sha.h configure:6941: result: yes configure:7067: checking that generated files are newer than configure configure:7073: result: done configure:7101: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on mr-fox config.status:931: creating Makefile config.status:931: creating man/Makefile config.status:931: creating man/man4/Makefile config.status:931: creating man/man5/Makefile config.status:931: creating man/man8/Makefile config.status:931: creating src/Makefile config.status:931: creating src/cryptlib/Makefile config.status:931: creating src/core/Makefile config.status:931: creating src/db/Makefile config.status:931: creating src/fco/Makefile config.status:931: creating src/fs/Makefile config.status:931: creating src/tw/Makefile config.status:931: creating src/twcrypto/Makefile config.status:931: creating src/twparser/Makefile config.status:931: creating src/util/Makefile config.status:931: creating src/twprint/Makefile config.status:931: creating src/twadmin/Makefile config.status:931: creating src/siggen/Makefile config.status:931: creating src/tripwire/Makefile config.status:931: creating src/twtest/Makefile config.status:931: creating config.h config.status:1160: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-march=native -O2 -pipe' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=' -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing' ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-Werror=terminate -march=native -O2 -pipe' ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_YACC_set= ac_cv_env_YACC_value= ac_cv_env_YFLAGS_set= ac_cv_env_YFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_gethostid=yes ac_cv_func_gethostname=yes ac_cv_func_mkstemp=yes ac_cv_func_strftime=yes ac_cv_header_bits_signum_h=yes ac_cv_header_iconv_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_langinfo_h=yes ac_cv_header_locale=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_openssl_md5_h=yes ac_cv_header_openssl_sha_h=yes ac_cv_header_signum_h=no 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_mount_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_statfs_h=yes ac_cv_header_sys_syslog_h=yes ac_cv_header_sys_sysmacros_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_ustat_h=yes ac_cv_header_syslog_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_wchar_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_c_gethostbyname=yes ac_cv_lib_c_socket=yes ac_cv_objext=o ac_cv_openssldir=/usr ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_install='/usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_path_path_to_sendmail=/usr/sbin/sendmail ac_cv_path_path_to_vi=/usr/bin/vi ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++ ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E' ac_cv_prog_LN=ln ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib ac_cv_prog_YACC='bison -y' ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_long=8 ac_cv_target=x86_64-pc-linux-gnu ac_cv_type_size_t=yes am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/tmp/portage/app-admin/tripwire-2.4.3.1/work/tripwire-open-source-2.4.3.1/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)' AUTOCONF='${SHELL} /var/tmp/portage/app-admin/tripwire-2.4.3.1/work/tripwire-open-source-2.4.3.1/missing autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/app-admin/tripwire-2.4.3.1/work/tripwire-open-source-2.4.3.1/missing autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/app-admin/tripwire-2.4.3.1/work/tripwire-open-source-2.4.3.1/missing automake-1.15' AWK='gawk' CC='x86_64-pc-linux-gnu-gcc' CCDEPMODE='depmode=none' CFLAGS='-march=native -O2 -pipe' CORE_CRYPT_O='' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS=' -DCONFIG_DIR="\"/etc/tripwire\"" -fno-strict-aliasing' CXX='x86_64-pc-linux-gnu-g++' CXXCPP='x86_64-pc-linux-gnu-g++ -E' CXXDEPMODE='depmode=none' CXXFLAGS='-Werror=terminate -march=native -O2 -pipe' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='-Wl,-O1 -Wl,--as-needed' LIBOBJS='' LIBS=' -lcrypto' LN='ln' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /var/tmp/portage/app-admin/tripwire-2.4.3.1/work/tripwire-open-source-2.4.3.1/missing makeinfo' MKDIR_P='/bin/mkdir -p' OBJEXT='o' PACKAGE='tripwire' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='x86_64-pc-linux-gnu-ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='2.4.3.1' YACC='bison -y' YFLAGS='' ac_ct_CC='' ac_ct_CXX='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-pc-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='/usr/share' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/app-admin/tripwire-2.4.3.1/work/tripwire-open-source-2.4.3.1/install-sh' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' path_to_sendmail='/usr/sbin/sendmail' path_to_vi='/usr/bin/vi' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target='x86_64-pc-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "tripwire" #define VERSION "2.4.3.1" #define HAVE_GCC 1 #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_MOUNT_H 1 #define HAVE_SYS_USTAT_H 1 #define HAVE_SYS_SYSMACROS_H 1 #define HAVE_SYS_SYSLOG_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_ICONV_H 1 #define HAVE_LANGINFO_H 1 #define HAVE_SYS_STATFS_H 1 #define HAVE_BITS_SIGNUM_H 1 #define HAVE_STDARG_H 1 #define HAVE_MALLOC_H 1 #define TIME_WITH_SYS_TIME 1 #define SIZEOF_INT 4 #define SIZEOF_LONG 8 #define SIZEOF_LONG_LONG 8 #define USES_1S_COMPLEMENT 0 #define USES_2S_COMPLEMENT 1 #define USES_SIGNED_MAGNITUDE 0 #define IS_BYTE_ALIGNED 1 #define EXCEPTION_NAMESPACE std:: #define IS_UNIX 1 #define NDEBUG 1 #define HAVE_STRFTIME 1 #define HAVE_GETHOSTNAME 1 #define HAVE_GETHOSTID 1 #define HAVE_MKSTEMP 1 #define HAVE_WCHAR_H 1 #define TARGET_OS "x86_64-pc-linux-gnu" #define HAVE_OPENSSL_MD5_H 1 #define HAVE_OPENSSL_SHA_H 1 configure: exit 0