This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by tripwire configure 2.4.3.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix /home/vagrant/local/ ## --------- ## ## Platform. ## ## --------- ## hostname = alpine uname -m = x86_64 uname -r = 4.9.10-0-virtgrsec uname -s = Linux uname -v = #1-Alpine SMP Thu Feb 16 11:08:42 GMT 2017 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2764: checking build system type configure:2778: result: x86_64-pc-linux-gnu configure:2798: checking host system type configure:2811: result: x86_64-pc-linux-gnu configure:2831: checking target system type configure:2844: result: x86_64-pc-linux-gnu configure:2886: checking for a BSD-compatible install configure:2954: result: /usr/bin/install -c configure:2965: checking whether build environment is sane configure:3020: result: yes configure:3171: checking for a thread-safe mkdir -p configure:3210: result: ./install-sh -c -d configure:3217: checking for gawk configure:3247: result: no configure:3217: checking for mawk configure:3247: result: no configure:3217: checking for nawk configure:3247: result: no configure:3217: checking for awk configure:3233: found /usr/bin/awk configure:3244: result: awk configure:3255: checking whether make sets $(MAKE) configure:3277: result: yes configure:3306: checking whether make supports nested variables configure:3323: result: yes configure:3537: checking for gcc configure:3553: found /usr/bin/gcc configure:3564: result: gcc configure:3595: checking for C compiler version configure:3604: gcc --version >&5 gcc (Alpine 6.3.0) 6.3.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:3615: $? = 0 configure:3604: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-alpine-linux-musl/6.3.0/lto-wrapper Target: x86_64-alpine-linux-musl Configured with: /home/buildozer/aports/main/gcc/src/gcc-6.3.0/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --build=x86_64-alpine-linux-musl --host=x86_64-alpine-linux-musl --target=x86_64-alpine-linux-musl --with-pkgversion='Alpine 6.3.0' --enable-checking=release --disable-fixed-point --disable-libstdcxx-pch --disable-multilib --disable-nls --disable-werror --disable-symvers --enable-__cxa_atexit --enable-default-pie --enable-cloog-backend --enable-languages=c,c++,objc,java,fortran,ada --disable-libssp --disable-libmpx --disable-libmudflap --disable-libsanitizer --enable-shared --enable-threads --enable-tls --with-system-zlib --with-linker-hash-style=gnu Thread model: posix gcc version 6.3.0 (Alpine 6.3.0) configure:3615: $? = 0 configure:3604: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3615: $? = 1 configure:3604: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:3615: $? = 1 configure:3635: checking whether the C compiler works configure:3657: gcc -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:3661: $? = 0 configure:3709: result: yes configure:3712: checking for C compiler default output file name configure:3714: result: a.out configure:3720: checking for suffix of executables configure:3727: gcc -o conftest -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:3731: $? = 0 configure:3753: result: configure:3775: checking whether we are cross compiling configure:3783: gcc -o conftest -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:3787: $? = 0 configure:3794: ./conftest configure:3798: $? = 0 configure:3813: result: no configure:3818: checking for suffix of object files configure:3840: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:3844: $? = 0 configure:3865: result: o configure:3869: checking whether we are using the GNU C compiler configure:3888: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:3888: $? = 0 configure:3897: result: yes configure:3906: checking whether gcc accepts -g configure:3926: gcc -c -g conftest.c >&5 configure:3926: $? = 0 configure:3967: result: yes configure:3984: checking for gcc option to accept ISO C89 configure:4047: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:4047: $? = 0 configure:4060: result: none needed configure:4085: checking whether gcc understands -c and -o together configure:4107: gcc -c conftest.c -o conftest2.o configure:4110: $? = 0 configure:4107: gcc -c conftest.c -o conftest2.o configure:4110: $? = 0 configure:4122: result: yes configure:4150: checking for style of include used by make configure:4178: result: GNU configure:4204: checking dependency style of gcc configure:4315: result: none configure:4388: checking for g++ configure:4404: found /usr/bin/g++ configure:4415: result: g++ configure:4442: checking for C++ compiler version configure:4451: g++ --version >&5 g++ (Alpine 6.3.0) 6.3.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:4462: $? = 0 configure:4451: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-alpine-linux-musl/6.3.0/lto-wrapper Target: x86_64-alpine-linux-musl Configured with: /home/buildozer/aports/main/gcc/src/gcc-6.3.0/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --build=x86_64-alpine-linux-musl --host=x86_64-alpine-linux-musl --target=x86_64-alpine-linux-musl --with-pkgversion='Alpine 6.3.0' --enable-checking=release --disable-fixed-point --disable-libstdcxx-pch --disable-multilib --disable-nls --disable-werror --disable-symvers --enable-__cxa_atexit --enable-default-pie --enable-cloog-backend --enable-languages=c,c++,objc,java,fortran,ada --disable-libssp --disable-libmpx --disable-libmudflap --disable-libsanitizer --enable-shared --enable-threads --enable-tls --with-system-zlib --with-linker-hash-style=gnu Thread model: posix gcc version 6.3.0 (Alpine 6.3.0) configure:4462: $? = 0 configure:4451: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:4462: $? = 1 configure:4451: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion'; did you mean '--version'? g++: fatal error: no input files compilation terminated. configure:4462: $? = 1 configure:4466: checking whether we are using the GNU C++ compiler configure:4485: g++ -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5 configure:4485: $? = 0 configure:4494: result: yes configure:4503: checking whether g++ accepts -g configure:4523: g++ -c -g conftest.cpp >&5 configure:4523: $? = 0 configure:4564: result: yes configure:4589: checking dependency style of g++ configure:4700: result: none configure:4758: checking for ranlib configure:4774: found /usr/bin/ranlib configure:4785: result: ranlib configure:4811: checking for bison configure:4841: result: no configure:4811: checking for byacc configure:4841: result: no configure:4850: checking whether ln -s works configure:4854: result: yes configure:4861: checking whether ln works configure:4879: result: yes configure:4932: checking for ar configure:4948: found /usr/bin/ar configure:4959: result: ar configure:4983: checking for vi configure:5001: found /usr/bin/vi configure:5013: result: /usr/bin/vi configure:5023: checking for sendmail configure:5042: found /usr/sbin/sendmail configure:5055: result: /usr/sbin/sendmail configure:5080: checking how to run the C preprocessor configure:5111: gcc -E conftest.c configure:5111: $? = 0 configure:5125: gcc -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5125: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #define HAVE_GCC 1 | /* end confdefs.h. */ | #include configure:5150: result: gcc -E configure:5170: gcc -E conftest.c configure:5170: $? = 0 configure:5184: gcc -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5184: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #define HAVE_GCC 1 | /* end confdefs.h. */ | #include configure:5213: checking for grep that handles long lines and -e configure:5271: result: /bin/grep configure:5276: checking for egrep configure:5338: result: /bin/grep -E configure:5343: checking for ANSI C header files configure:5363: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5363: $? = 0 configure:5436: gcc -o conftest -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5436: $? = 0 configure:5436: ./conftest configure:5436: $? = 0 configure:5447: result: yes configure:5460: checking for sys/types.h configure:5460: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5460: $? = 0 configure:5460: result: yes configure:5460: checking for sys/stat.h configure:5460: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5460: $? = 0 configure:5460: result: yes configure:5460: checking for stdlib.h configure:5460: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5460: $? = 0 configure:5460: result: yes configure:5460: checking for string.h configure:5460: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5460: $? = 0 configure:5460: result: yes configure:5460: checking for memory.h configure:5460: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5460: $? = 0 configure:5460: result: yes configure:5460: checking for strings.h configure:5460: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5460: $? = 0 configure:5460: result: yes configure:5460: checking for inttypes.h configure:5460: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5460: $? = 0 configure:5460: result: yes configure:5460: checking for stdint.h configure:5460: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5460: $? = 0 configure:5460: result: yes configure:5460: checking for unistd.h configure:5460: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5460: $? = 0 configure:5460: result: yes configure:5474: checking sys/param.h usability configure:5474: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5474: $? = 0 configure:5474: result: yes configure:5474: checking sys/param.h presence configure:5474: gcc -E conftest.c configure:5474: $? = 0 configure:5474: result: yes configure:5474: checking for sys/param.h configure:5474: result: yes configure:5486: checking for sys/mount.h configure:5486: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5486: $? = 0 configure:5486: result: yes configure:5503: checking sys/ustat.h usability configure:5503: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c:57:23: fatal error: sys/ustat.h: No such file or directory #include ^ compilation terminated. configure:5503: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #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 | /* 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:5503: result: no configure:5503: checking sys/ustat.h presence configure:5503: gcc -E conftest.c conftest.c:24:23: fatal error: sys/ustat.h: No such file or directory #include ^ compilation terminated. configure:5503: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #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 | /* end confdefs.h. */ | #include configure:5503: result: no configure:5503: checking for sys/ustat.h configure:5503: result: no configure:5503: checking sys/sysmacros.h usability configure:5503: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5503: $? = 0 configure:5503: result: yes configure:5503: checking sys/sysmacros.h presence configure:5503: gcc -E conftest.c configure:5503: $? = 0 configure:5503: result: yes configure:5503: checking for sys/sysmacros.h configure:5503: result: yes configure:5503: checking sys/syslog.h usability configure:5503: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5503: $? = 0 configure:5503: result: yes configure:5503: checking sys/syslog.h presence configure:5503: gcc -E conftest.c configure:5503: $? = 0 configure:5503: result: yes configure:5503: checking for sys/syslog.h configure:5503: result: yes configure:5503: checking sys/socket.h usability configure:5503: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5503: $? = 0 configure:5503: result: yes configure:5503: checking sys/socket.h presence configure:5503: gcc -E conftest.c configure:5503: $? = 0 configure:5503: result: yes configure:5503: checking for sys/socket.h configure:5503: result: yes configure:5516: checking for unistd.h configure:5516: result: yes configure:5516: checking syslog.h usability configure:5516: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5516: $? = 0 configure:5516: result: yes configure:5516: checking syslog.h presence configure:5516: gcc -E conftest.c configure:5516: $? = 0 configure:5516: result: yes configure:5516: checking for syslog.h configure:5516: result: yes configure:5516: checking langinfo.h usability configure:5516: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5516: $? = 0 configure:5516: result: yes configure:5516: checking langinfo.h presence configure:5516: gcc -E conftest.c configure:5516: $? = 0 configure:5516: result: yes configure:5516: checking for langinfo.h configure:5516: result: yes configure:5516: checking sys/statfs.h usability configure:5516: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5516: $? = 0 configure:5516: result: yes configure:5516: checking sys/statfs.h presence configure:5516: gcc -E conftest.c configure:5516: $? = 0 configure:5516: result: yes configure:5516: checking for sys/statfs.h configure:5516: result: yes configure:5516: checking sys/select.h usability configure:5516: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5516: $? = 0 configure:5516: result: yes configure:5516: checking sys/select.h presence configure:5516: gcc -E conftest.c configure:5516: $? = 0 configure:5516: result: yes configure:5516: checking for sys/select.h configure:5516: result: yes configure:5529: checking signum.h usability configure:5529: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c:65:20: fatal error: signum.h: No such file or directory #include ^ compilation terminated. configure:5529: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #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_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_SELECT_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:5529: result: no configure:5529: checking signum.h presence configure:5529: gcc -E conftest.c conftest.c:32:20: fatal error: signum.h: No such file or directory #include ^ compilation terminated. configure:5529: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #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_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_SELECT_H 1 | /* end confdefs.h. */ | #include configure:5529: result: no configure:5529: checking for signum.h configure:5529: result: no configure:5529: checking bits/signum.h usability configure:5529: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c:65:25: fatal error: bits/signum.h: No such file or directory #include ^ compilation terminated. configure:5529: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #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_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_SELECT_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:5529: result: no configure:5529: checking bits/signum.h presence configure:5529: gcc -E conftest.c conftest.c:32:25: fatal error: bits/signum.h: No such file or directory #include ^ compilation terminated. configure:5529: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #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_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_SELECT_H 1 | /* end confdefs.h. */ | #include configure:5529: result: no configure:5529: checking for bits/signum.h configure:5529: result: no configure:5542: checking stdarg.h usability configure:5542: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5542: $? = 0 configure:5542: result: yes configure:5542: checking stdarg.h presence configure:5542: gcc -E conftest.c configure:5542: $? = 0 configure:5542: result: yes configure:5542: checking for stdarg.h configure:5542: result: yes configure:5555: checking sys/utsname.h usability configure:5555: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5555: $? = 0 configure:5555: result: yes configure:5555: checking sys/utsname.h presence configure:5555: gcc -E conftest.c configure:5555: $? = 0 configure:5555: result: yes configure:5555: checking for sys/utsname.h configure:5555: result: yes configure:5555: checking for memory.h configure:5555: result: yes configure:5567: checking sys/fs/vx_ioctl.h usability configure:5567: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c:68:29: fatal error: sys/fs/vx_ioctl.h: No such file or directory #include ^ compilation terminated. configure:5567: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #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_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_MEMORY_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:5567: result: no configure:5567: checking sys/fs/vx_ioctl.h presence configure:5567: gcc -E conftest.c conftest.c:35:29: fatal error: sys/fs/vx_ioctl.h: No such file or directory #include ^ compilation terminated. configure:5567: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #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_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_MEMORY_H 1 | /* end confdefs.h. */ | #include configure:5567: result: no configure:5567: checking for sys/fs/vx_ioctl.h configure:5567: result: no configure:5582: checking malloc.h usability configure:5582: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror conftest.c >&5 configure:5582: $? = 0 configure:5582: result: yes configure:5582: checking malloc.h presence configure:5582: gcc -E -Werror conftest.c configure:5582: $? = 0 configure:5582: result: yes configure:5582: checking for malloc.h configure:5582: result: yes configure:5594: checking for an ANSI C-conforming const configure:5660: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5660: $? = 0 configure:5667: result: yes configure:5675: checking for size_t configure:5675: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5675: $? = 0 configure:5675: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function 'main': conftest.c:72:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:5675: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #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_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_MEMORY_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:5675: result: yes configure:5686: checking whether time.h and sys/time.h may both be included configure:5706: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5706: $? = 0 configure:5713: result: yes configure:5721: checking whether byte ordering is bigendian configure:5736: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c:38:9: error: unknown type name 'not' not a universal capable compiler ^~~ conftest.c:38:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^~~~~~~~~ conftest.c:38:15: error: unknown type name 'universal' configure:5736: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #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_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_MEMORY_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:5781: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5781: $? = 0 configure:5799: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function 'main': conftest.c:44:4: error: unknown type name 'not' not big endian ^~~ conftest.c:44:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^~~~~~ configure:5799: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #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_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_MEMORY_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:5927: result: no configure:5949: checking size of int configure:5954: gcc -o conftest -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5954: $? = 0 configure:5954: ./conftest configure:5954: $? = 0 configure:5968: result: 4 configure:5982: checking size of long configure:5987: gcc -o conftest -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5987: $? = 0 configure:5987: ./conftest configure:5987: $? = 0 configure:6001: result: 8 configure:6015: checking size of long long configure:6020: gcc -o conftest -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:6020: $? = 0 configure:6020: ./conftest configure:6020: $? = 0 configure:6034: result: 8 configure:6072: checking for strftime configure:6072: gcc -o conftest -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c:70:6: warning: conflicting types for built-in function 'strftime' char strftime (); ^~~~~~~~ configure:6072: $? = 0 configure:6072: result: yes configure:6072: checking for gethostname configure:6072: gcc -o conftest -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:6072: $? = 0 configure:6072: result: yes configure:6072: checking for gethostid configure:6072: gcc -o conftest -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:6072: $? = 0 configure:6072: result: yes configure:6084: checking for mkstemp configure:6084: gcc -o conftest -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:6084: $? = 0 configure:6084: result: yes configure:6096: checking fcntl.h usability configure:6096: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:6096: $? = 0 configure:6096: result: yes configure:6096: checking fcntl.h presence configure:6096: gcc -E conftest.c configure:6096: $? = 0 configure:6096: result: yes configure:6096: checking for fcntl.h configure:6096: result: yes configure:6103: checking for posix_fadvise configure:6103: gcc -o conftest -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:6103: $? = 0 configure:6103: result: yes configure:6127: checking CommonCrypto/CommonDigest.h usability configure:6127: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c:86:39: fatal error: CommonCrypto/CommonDigest.h: No such file or directory #include ^ compilation terminated. configure:6127: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #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_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_MEMORY_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_FCNTL_H 1 | #define HAVE_POSIX_FADVISE 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:6127: result: no configure:6127: checking CommonCrypto/CommonDigest.h presence configure:6127: gcc -E conftest.c conftest.c:53:39: fatal error: CommonCrypto/CommonDigest.h: No such file or directory #include ^ compilation terminated. configure:6127: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #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_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_MEMORY_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_FCNTL_H 1 | #define HAVE_POSIX_FADVISE 1 | /* end confdefs.h. */ | #include configure:6127: result: no configure:6127: checking for CommonCrypto/CommonDigest.h configure:6127: result: no configure:6140: checking for socket in -lc configure:6165: gcc -o conftest -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lc >&5 configure:6165: $? = 0 configure:6174: result: yes configure:6227: checking for gethostbyname in -lc configure:6252: gcc -o conftest -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lc >&5 configure:6252: $? = 0 configure:6261: result: yes configure:6491: checking how to run the C++ preprocessor configure:6518: g++ -E conftest.cpp configure:6518: $? = 0 configure:6532: g++ -E conftest.cpp conftest.cpp:53:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:6532: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #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_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_MEMORY_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_FCNTL_H 1 | #define HAVE_POSIX_FADVISE 1 | /* end confdefs.h. */ | #include configure:6557: result: g++ -E configure:6577: g++ -E conftest.cpp configure:6577: $? = 0 configure:6591: g++ -E conftest.cpp conftest.cpp:53:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:6591: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #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_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_MEMORY_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_FCNTL_H 1 | #define HAVE_POSIX_FADVISE 1 | /* end confdefs.h. */ | #include configure:6620: checking locale usability configure:6620: g++ -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5 configure:6620: $? = 0 configure:6620: result: yes configure:6620: checking locale presence configure:6620: g++ -E conftest.cpp configure:6620: $? = 0 configure:6620: result: yes configure:6620: checking for locale configure:6620: result: yes configure:6697: g++ -o conftest -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5 configure:6697: $? = 0 configure:6816: checking wchar.h usability configure:6816: gcc -c -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:6816: $? = 0 configure:6816: result: yes configure:6816: checking wchar.h presence configure:6816: gcc -E conftest.c configure:6816: $? = 0 configure:6816: result: yes configure:6816: checking for wchar.h configure:6816: result: yes configure:6898: gcc -o conftest -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:6898: $? = 0 configure:6943: checking for OpenSSL directory configure:7006: gcc -o conftest -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/vagrant/local -L/home/vagrant/local conftest.c -lcrypto >&5 conftest.c:57:26: fatal error: openssl/rand.h: No such file or directory #include ^ compilation terminated. configure:7006: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #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_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_MEMORY_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_FCNTL_H 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_WCHAR_H 1 | #define TARGET_OS "x86_64-pc-linux-gnu" | /* end confdefs.h. */ | | #include | #include | int main(void) | { | char a[2048]; | memset(a, 0, sizeof(a)); | RAND_add(a, sizeof(a), sizeof(a)); | return(RAND_status() <= 0); | } | configure:7006: gcc -o conftest -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcrypto >&5 conftest.c:57:26: fatal error: openssl/rand.h: No such file or directory #include ^ compilation terminated. configure:7006: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #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_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_MEMORY_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_FCNTL_H 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_WCHAR_H 1 | #define TARGET_OS "x86_64-pc-linux-gnu" | /* end confdefs.h. */ | | #include | #include | int main(void) | { | char a[2048]; | memset(a, 0, sizeof(a)); | RAND_add(a, sizeof(a), sizeof(a)); | return(RAND_status() <= 0); | } | configure:7006: gcc -o conftest -O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local -L/usr/local/lib conftest.c -lcrypto >&5 conftest.c:57:26: fatal error: openssl/rand.h: No such file or directory #include ^ compilation terminated. configure:7006: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "tripwire" | #define PACKAGE_TARNAME "tripwire" | #define PACKAGE_VERSION "2.4.3.2" | #define PACKAGE_STRING "tripwire 2.4.3.2" | #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" | #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" | #define PACKAGE "tripwire" | #define VERSION "2.4.3.2" | #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_SYSMACROS_H 1 | #define HAVE_SYS_SYSLOG_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_MEMORY_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_FCNTL_H 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_WCHAR_H 1 | #define TARGET_OS "x86_64-pc-linux-gnu" | /* end confdefs.h. */ | | #include | #include | int main(void) | { | char a[2048]; | memset(a, 0, sizeof(a)); | RAND_add(a, sizeof(a), sizeof(a)); | return(RAND_status() <= 0); | } | configure:7034: result: not found configure:7198: checking that generated files are newer than configure configure:7204: result: done configure:7232: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by tripwire config.status 2.4.3.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on alpine config.status:936: creating Makefile config.status:936: creating man/Makefile config.status:936: creating man/man4/Makefile config.status:936: creating man/man5/Makefile config.status:936: creating man/man8/Makefile config.status:936: creating src/Makefile config.status:936: creating src/cryptlib/Makefile config.status:936: creating src/core/Makefile config.status:936: creating src/db/Makefile config.status:936: creating src/fco/Makefile config.status:936: creating src/fs/Makefile config.status:936: creating src/tw/Makefile config.status:936: creating src/twcrypto/Makefile config.status:936: creating src/twparser/Makefile config.status:936: creating src/util/Makefile config.status:936: creating src/twprint/Makefile config.status:936: creating src/twadmin/Makefile config.status:936: creating src/siggen/Makefile config.status:936: creating src/tripwire/Makefile config.status:936: creating src/twtest/Makefile config.status:936: creating config.h config.status:1165: executing depfiles commands config.status:1165: executing mk_lib commands config.status:1165: executing mk_bin 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= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= 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= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= 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= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= 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_posix_fadvise=yes ac_cv_func_strftime=yes ac_cv_header_CommonCrypto_CommonDigest_h=no ac_cv_header_bits_signum_h=no ac_cv_header_fcntl_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_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_fs_vx_ioctl_h=no ac_cv_header_sys_mount_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_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=no ac_cv_header_sys_utsname_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='not found' ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_path_path_to_sendmail=/usr/sbin/sendmail ac_cv_path_path_to_vi=/usr/bin/vi ac_cv_prog_AWK=awk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_LN=ln ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib 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} /home/vagrant/src/tripwire/tripwire-open-source-2.4.3.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} /home/vagrant/src/tripwire/tripwire-open-source-2.4.3.2/missing autoconf' AUTOHEADER='${SHELL} /home/vagrant/src/tripwire/tripwire-open-source-2.4.3.2/missing autoheader' AUTOMAKE='${SHELL} /home/vagrant/src/tripwire/tripwire-open-source-2.4.3.2/missing automake-1.15' AWK='awk' CC='gcc' CCDEPMODE='depmode=none' CFLAGS='-O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' CORE_CRYPT_O='md5.o sha.o' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=none' CXXFLAGS='-O -pipe -Wall -Wextra -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' 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='' LIBOBJS='' LIBS='' LN='ln' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /home/vagrant/src/tripwire/tripwire-open-source-2.4.3.2/missing makeinfo' MKDIR_P='./install-sh -c -d' OBJEXT='o' PACKAGE='tripwire' PACKAGE_BUGREPORT='https://github.com/Tripwire/tripwire-open-source/issues' PACKAGE_NAME='tripwire' PACKAGE_STRING='tripwire 2.4.3.2' PACKAGE_TARNAME='tripwire' PACKAGE_URL='https://github.com/Tripwire/tripwire-open-source' PACKAGE_VERSION='2.4.3.2' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/bash' STRIP='' VERSION='2.4.3.2' YACC='yacc' YFLAGS='' ac_ct_CC='gcc' ac_ct_CXX='g++' 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='_no' 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='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/vagrant/src/tripwire/tripwire-open-source-2.4.3.2/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' path_to_sendmail='/usr/sbin/sendmail' path_to_vi='/usr/bin/vi' pdfdir='${docdir}' prefix='/home/vagrant/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/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 "tripwire" #define PACKAGE_TARNAME "tripwire" #define PACKAGE_VERSION "2.4.3.2" #define PACKAGE_STRING "tripwire 2.4.3.2" #define PACKAGE_BUGREPORT "https://github.com/Tripwire/tripwire-open-source/issues" #define PACKAGE_URL "https://github.com/Tripwire/tripwire-open-source" #define PACKAGE "tripwire" #define VERSION "2.4.3.2" #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_SYSMACROS_H 1 #define HAVE_SYS_SYSLOG_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_LANGINFO_H 1 #define HAVE_SYS_STATFS_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_STDARG_H 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_MEMORY_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_FCNTL_H 1 #define HAVE_POSIX_FADVISE 1 #define HAVE_WCHAR_H 1 #define TARGET_OS "x86_64-pc-linux-gnu" configure: exit 0