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=armv7a-cros-linux-gnueabihf --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/tcpdump-4.9.2 --htmldir=/usr/share/doc/tcpdump-4.9.2/html --libdir=/usr/lib --disable-smb --with-chroot= --without-smi --with-crypto=/usr --with-user=tcpdump ## --------- ## ## Platform. ## ## --------- ## hostname = germania1.bld.corp.google.com uname -m = x86_64 uname -r = 4.19.37-5+deb10u1rodete2-amd64 uname -s = Linux uname -v = #1 SMP Debian 4.19.37-5+deb10u1rodete2 (2019-08-06 > 2018) /usr/bin/uname -p = Intel(R) Xeon(R) Gold 6154 CPU @ 3.00GHz /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: /build/kevin/build/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2273: 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:2403: checking build system type configure:2417: result: x86_64-pc-linux-gnu configure:2437: checking host system type configure:2450: result: armv7a-cros-linux-gnueabihf configure:2551: checking for armv7a-cros-linux-gnueabihf-gcc configure:2578: result: armv7a-cros-linux-gnueabihf-clang configure:2847: checking for C compiler version configure:2856: armv7a-cros-linux-gnueabihf-clang --version >&5 Chromium OS 9.0_pre361749_p20190714-r4 clang version 9.0.0 (/var/cache/chromeos-cache/distfiles/host/egit-src/llvm-project c11de5eada2decd0a495ea02676b6f4838cd54fb) (based on LLVM 9.0.0svn) Target: armv7a-cros-linux-gnueabihf Thread model: posix InstalledDir: /usr/bin configure:2867: $? = 0 configure:2856: armv7a-cros-linux-gnueabihf-clang -v >&5 Chromium OS 9.0_pre361749_p20190714-r4 clang version 9.0.0 (/var/cache/chromeos-cache/distfiles/host/egit-src/llvm-project c11de5eada2decd0a495ea02676b6f4838cd54fb) (based on LLVM 9.0.0svn) Target: armv7a-cros-linux-gnueabihf Thread model: posix InstalledDir: /usr/bin Found candidate GCC installation: /usr/bin/../lib/gcc/armv7a-cros-linux-gnueabihf/4.9.x Selected GCC installation: /usr/bin/../lib/gcc/armv7a-cros-linux-gnueabihf/4.9.x Candidate multilib: .;@m32 Selected multilib: .;@m32 configure:2867: $? = 0 configure:2856: armv7a-cros-linux-gnueabihf-clang -V >&5 clang-9: error: unsupported option '-V -B../../../../../../../../usr/libexec/gcc/armv7a-cros-linux-gnueabihf' clang-9: error: no input files configure:2867: $? = 1 configure:2856: armv7a-cros-linux-gnueabihf-clang -qversion >&5 clang-9: error: unknown argument '-qversion'; did you mean '--version'? clang-9: error: no input files configure:2867: $? = 1 configure:2887: checking whether the C compiler works configure:2909: armv7a-cros-linux-gnueabihf-clang -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 configure:2913: $? = 0 configure:2961: result: yes configure:2964: checking for C compiler default output file name configure:2966: result: a.out configure:2972: checking for suffix of executables configure:2979: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 configure:2983: $? = 0 configure:3005: result: configure:3027: checking whether we are cross compiling configure:3065: result: yes configure:3070: checking for suffix of object files configure:3092: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:3096: $? = 0 configure:3117: result: o configure:3121: checking whether we are using the GNU C compiler configure:3140: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:3140: $? = 0 configure:3149: result: yes configure:3158: checking whether armv7a-cros-linux-gnueabihf-clang accepts -g configure:3178: armv7a-cros-linux-gnueabihf-clang -c -g -DHAVE_CAP_NG_H conftest.c >&5 configure:3178: $? = 0 configure:3219: result: yes configure:3236: checking for armv7a-cros-linux-gnueabihf-clang option to accept ISO C89 configure:3299: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:3299: $? = 0 configure:3312: result: none needed configure:3350: checking whether the compiler supports the -ffloat-store option configure:3376: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Werror -ffloat-store -DHAVE_CAP_NG_H conftest.c >&5 clang-9: error: optimization flag '-ffloat-store' is not supported [-Werror,-Wignored-optimization-argument] configure:3376: $? = 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 "" | /* end confdefs.h. */ | | int | main () | { | return 0 | ; | return 0; | } configure:3385: result: no configure:3518: checking for inline configure:3554: armv7a-cros-linux-gnueabihf-clang -c -DHAVE_CAP_NG_H conftest.c >&5 configure:3554: $? = 0 configure:3569: result: inline configure:3581: checking for __attribute__ configure:3608: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:3608: $? = 0 configure:3627: result: yes configure:3632: checking whether __attribute__((unused)) can be used without warnings configure:3655: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Werror -DHAVE_CAP_NG_H conftest.c >&5 configure:3655: $? = 0 configure:3669: result: yes configure:3673: checking whether __attribute__((noreturn)) can be applied to function pointers without warnings configure:3697: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Werror -DHAVE_CAP_NG_H conftest.c >&5 configure:3697: $? = 0 configure:3711: result: yes configure:3715: checking whether __attribute__((format)) can be used without warnings configure:3739: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Werror -DHAVE_CAP_NG_H conftest.c >&5 configure:3739: $? = 0 configure:3753: result: yes configure:3758: checking whether __attribute__((format)) can be applied to function pointers configure:3780: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:3780: $? = 0 configure:3793: result: yes configure:3804: checking how to run the C preprocessor configure:3835: armv7a-cros-linux-gnueabihf-clang -E -DHAVE_CAP_NG_H conftest.c configure:3835: $? = 0 configure:3849: armv7a-cros-linux-gnueabihf-clang -E -DHAVE_CAP_NG_H conftest.c conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found #include ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:3849: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1 | /* end confdefs.h. */ | #include configure:3874: result: armv7a-cros-linux-gnueabihf-clang -E configure:3894: armv7a-cros-linux-gnueabihf-clang -E -DHAVE_CAP_NG_H conftest.c configure:3894: $? = 0 configure:3908: armv7a-cros-linux-gnueabihf-clang -E -DHAVE_CAP_NG_H conftest.c conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found #include ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:3908: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1 | /* end confdefs.h. */ | #include configure:3937: checking for grep that handles long lines and -e configure:3995: result: /bin/grep configure:4000: checking for egrep configure:4062: result: /bin/grep -E configure:4067: checking for ANSI C header files configure:4087: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:4087: $? = 0 configure:4171: result: yes configure:4184: checking for sys/types.h configure:4184: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:4184: $? = 0 configure:4184: result: yes configure:4184: checking for sys/stat.h configure:4184: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:4184: $? = 0 configure:4184: result: yes configure:4184: checking for stdlib.h configure:4184: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:4184: $? = 0 configure:4184: result: yes configure:4184: checking for string.h configure:4184: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:4184: $? = 0 configure:4184: result: yes configure:4184: checking for memory.h configure:4184: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:4184: $? = 0 configure:4184: result: yes configure:4184: checking for strings.h configure:4184: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:4184: $? = 0 configure:4184: result: yes configure:4184: checking for inttypes.h configure:4184: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:4184: $? = 0 configure:4184: result: yes configure:4184: checking for stdint.h configure:4184: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:4184: $? = 0 configure:4184: result: yes configure:4184: checking for unistd.h configure:4184: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:4184: $? = 0 configure:4184: result: yes configure:4199: checking fcntl.h usability configure:4199: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:4199: $? = 0 configure:4199: result: yes configure:4199: checking fcntl.h presence configure:4199: armv7a-cros-linux-gnueabihf-clang -E -DHAVE_CAP_NG_H conftest.c configure:4199: $? = 0 configure:4199: result: yes configure:4199: checking for fcntl.h configure:4199: result: yes configure:4199: checking rpc/rpc.h usability configure:4199: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 conftest.c:58:10: fatal error: 'rpc/rpc.h' file not found #include ^~~~~~~~~~~ 1 error generated. configure:4199: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_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:4199: result: no configure:4199: checking rpc/rpc.h presence configure:4199: armv7a-cros-linux-gnueabihf-clang -E -DHAVE_CAP_NG_H conftest.c conftest.c:25:10: fatal error: 'rpc/rpc.h' file not found #include ^~~~~~~~~~~ 1 error generated. configure:4199: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | /* end confdefs.h. */ | #include configure:4199: result: no configure:4199: checking for rpc/rpc.h configure:4199: result: no configure:4199: checking rpc/rpcent.h usability configure:4199: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 conftest.c:58:10: fatal error: 'rpc/rpcent.h' file not found #include ^~~~~~~~~~~~~~ 1 error generated. configure:4199: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_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:4199: result: no configure:4199: checking rpc/rpcent.h presence configure:4199: armv7a-cros-linux-gnueabihf-clang -E -DHAVE_CAP_NG_H conftest.c conftest.c:25:10: fatal error: 'rpc/rpcent.h' file not found #include ^~~~~~~~~~~~~~ 1 error generated. configure:4199: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | /* end confdefs.h. */ | #include configure:4199: result: no configure:4199: checking for rpc/rpcent.h configure:4199: result: no configure:4199: checking netdnet/dnetdb.h usability configure:4199: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 conftest.c:58:10: fatal error: 'netdnet/dnetdb.h' file not found #include ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:4199: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_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:4199: result: no configure:4199: checking netdnet/dnetdb.h presence configure:4199: armv7a-cros-linux-gnueabihf-clang -E -DHAVE_CAP_NG_H conftest.c conftest.c:25:10: fatal error: 'netdnet/dnetdb.h' file not found #include ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:4199: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | /* end confdefs.h. */ | #include configure:4199: result: no configure:4199: checking for netdnet/dnetdb.h configure:4199: result: no configure:4211: checking for net/pfvar.h configure:4211: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 conftest.c:29:10: fatal error: 'net/pfvar.h' file not found #include ^~~~~~~~~~~~~ 1 error generated. configure:4211: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | /* end confdefs.h. */ | #include | #include | #include | | #include configure:4211: result: no configure:4247: checking for netinet/if_ether.h configure:4247: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:4247: $? = 0 configure:4247: result: yes configure:4290: checking whether time.h and sys/time.h may both be included configure:4310: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:4310: $? = 0 configure:4317: result: yes configure:4489: checking whether to enable the possibly-buggy SMB printer configure:4508: result: no configure:4519: checking whether to drop root privileges by default configure:4527: result: to "tcpdump" configure:4540: checking whether to chroot configure:4551: result: no configure:4580: checking for cap_enter configure:4580: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 conftest.c:62: error: undefined reference to 'cap_enter' clang-9: error: linker command failed with exit code 1 (use -v to see invocation) configure:4580: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | /* end confdefs.h. */ | /* Define cap_enter to an innocuous variant, in case declares cap_enter. | For example, HP-UX 11i declares gettimeofday. */ | #define cap_enter innocuous_cap_enter | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char cap_enter (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef cap_enter | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char cap_enter (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_cap_enter || defined __stub___cap_enter | choke me | #endif | | int | main () | { | return cap_enter (); | ; | return 0; | } configure:4580: result: no configure:4580: checking for cap_rights_limit configure:4580: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 conftest.c:62: error: undefined reference to 'cap_rights_limit' clang-9: error: linker command failed with exit code 1 (use -v to see invocation) configure:4580: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | /* end confdefs.h. */ | /* Define cap_rights_limit to an innocuous variant, in case declares cap_rights_limit. | For example, HP-UX 11i declares gettimeofday. */ | #define cap_rights_limit innocuous_cap_rights_limit | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char cap_rights_limit (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef cap_rights_limit | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char cap_rights_limit (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_cap_rights_limit || defined __stub___cap_rights_limit | choke me | #endif | | int | main () | { | return cap_rights_limit (); | ; | return 0; | } configure:4580: result: no configure:4580: checking for cap_ioctls_limit configure:4580: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 conftest.c:62: error: undefined reference to 'cap_ioctls_limit' clang-9: error: linker command failed with exit code 1 (use -v to see invocation) configure:4580: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | /* end confdefs.h. */ | /* Define cap_ioctls_limit to an innocuous variant, in case declares cap_ioctls_limit. | For example, HP-UX 11i declares gettimeofday. */ | #define cap_ioctls_limit innocuous_cap_ioctls_limit | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char cap_ioctls_limit (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef cap_ioctls_limit | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char cap_ioctls_limit (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_cap_ioctls_limit || defined __stub___cap_ioctls_limit | choke me | #endif | | int | main () | { | return cap_ioctls_limit (); | ; | return 0; | } configure:4580: result: no configure:4580: checking for openat configure:4580: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 configure:4580: $? = 0 configure:4580: result: yes configure:4592: checking whether to sandbox using capsicum configure:4601: result: no configure:4615: checking for library containing gethostbyname configure:4646: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 configure:4646: $? = 0 configure:4663: result: none required configure:4716: checking for library containing socket configure:4747: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 configure:4747: $? = 0 configure:4764: result: none required configure:4814: checking for library containing putmsg configure:4845: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 conftest.c:40: warning: putmsg is not implemented and will always fail configure:4845: $? = 0 configure:4862: result: none required configure:4878: checking whether the operating system supports IPv6 configure:4900: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 conftest.c:39:2: warning: implicitly declaring library function 'memset' with type 'void *(void *, int, unsigned int)' [-Wimplicit-function-declaration] memset(addr, 0, sizeof (struct in6_addr)); ^ conftest.c:39:2: note: include the header or explicitly provide a declaration for 'memset' 1 warning generated. configure:4900: $? = 0 configure:4902: result: yes configure:4924: checking ipv6 stack type configure:5042: result: linux-glibc configure:5062: checking for dnet_htoa declaration in netdnet/dnetdb.h conftest.c:30:10: fatal error: 'netdnet/dnetdb.h' file not found #include ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:5081: result: no configure:5089: checking for vfprintf configure:5089: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 conftest.c:53:6: warning: declaration of built-in function 'vfprintf' requires inclusion of the header [-Wbuiltin-requires-header] char vfprintf (); ^ conftest.c:64:18: warning: format string missing [-Wformat] return vfprintf (); ~~~~~~~~ ^ 2 warnings generated. configure:5089: $? = 0 configure:5089: result: yes configure:5102: checking for strlcat configure:5102: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 conftest.c:54:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration] char strlcat (); ^ conftest.c:54:6: note: 'strlcat' is a builtin with type 'unsigned int (char *, const char *, unsigned int)' 1 warning generated. conftest.c:65: error: undefined reference to 'strlcat' clang-9: error: linker command failed with exit code 1 (use -v to see invocation) configure:5102: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | /* end confdefs.h. */ | /* Define strlcat to an innocuous variant, in case declares strlcat. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcat innocuous_strlcat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcat | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strlcat (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strlcat || defined __stub___strlcat | choke me | #endif | | int | main () | { | return strlcat (); | ; | return 0; | } configure:5102: result: no configure:5115: checking for strlcpy configure:5115: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 conftest.c:54:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration] char strlcpy (); ^ conftest.c:54:6: note: 'strlcpy' is a builtin with type 'unsigned int (char *, const char *, unsigned int)' 1 warning generated. conftest.c:65: error: undefined reference to 'strlcpy' clang-9: error: linker command failed with exit code 1 (use -v to see invocation) configure:5115: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | /* end confdefs.h. */ | /* Define strlcpy to an innocuous variant, in case declares strlcpy. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcpy innocuous_strlcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcpy (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcpy | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strlcpy (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strlcpy || defined __stub___strlcpy | choke me | #endif | | int | main () | { | return strlcpy (); | ; | return 0; | } configure:5115: result: no configure:5128: checking for strdup configure:5128: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 conftest.c:54:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration] char strdup (); ^ conftest.c:54:6: note: 'strdup' is a builtin with type 'char *(const char *)' 1 warning generated. configure:5128: $? = 0 configure:5128: result: yes configure:5141: checking for strsep configure:5141: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 configure:5141: $? = 0 configure:5141: result: yes configure:5154: checking for getopt_long configure:5154: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 configure:5154: $? = 0 configure:5154: result: yes configure:5171: checking for fork configure:5171: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 configure:5171: $? = 0 configure:5171: result: yes configure:5171: checking for vfork configure:5171: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 conftest.c:58:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration] char vfork (); ^ conftest.c:58:6: note: 'vfork' is a builtin with type 'int (void)' 1 warning generated. configure:5171: $? = 0 configure:5171: result: yes configure:5171: checking for strftime configure:5171: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 configure:5171: $? = 0 configure:5171: result: yes configure:5183: checking for setlinebuf configure:5183: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 configure:5183: $? = 0 configure:5183: result: yes configure:5183: checking for alarm configure:5183: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 configure:5183: $? = 0 configure:5183: result: yes configure:5197: checking for vsnprintf configure:5197: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 conftest.c:62:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration] char vsnprintf (); ^ conftest.c:62:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned int, const char *, __builtin_va_list)' 1 warning generated. configure:5197: $? = 0 configure:5197: result: yes configure:5197: checking for snprintf configure:5197: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 conftest.c:63:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration] char snprintf (); ^ conftest.c:63:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned int, const char *, ...)' 1 warning generated. configure:5197: $? = 0 configure:5197: result: yes configure:5218: checking return type of signal handlers configure:5236: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 conftest.c:47:8: error: indirection requires pointer operand ('void' invalid) return *(signal (0, 0)) (0) == 1; ^~~~~~~~~~~~~~~~~~~~ 1 error generated. configure:5236: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:5243: result: void configure:5271: checking for sigaction configure:5271: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 configure:5271: $? = 0 configure:5271: result: yes configure:5296: checking for library containing dnet_htoa configure:5327: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 conftest.c:55: error: undefined reference to 'dnet_htoa' clang-9: error: linker command failed with exit code 1 (use -v to see invocation) configure:5327: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dnet_htoa (); | int | main () | { | return dnet_htoa (); | ; | return 0; | } configure:5327: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -ldnet -L/build/kevin/usr/lib -lcap-ng >&5 /usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabihf/binutils-bin/2.27.0/ld.gold.real: error: cannot find -ldnet conftest.c:55: error: undefined reference to 'dnet_htoa' clang-9: error: linker command failed with exit code 1 (use -v to see invocation) configure:5327: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dnet_htoa (); | int | main () | { | return dnet_htoa (); | ; | return 0; | } configure:5344: result: no configure:5355: checking for main in -lrpc configure:5374: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -lrpc -L/build/kevin/usr/lib -lcap-ng >&5 /usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabihf/binutils-bin/2.27.0/ld.gold.real: error: cannot find -lrpc clang-9: error: linker command failed with exit code 1 (use -v to see invocation) configure:5374: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:5383: result: no configure:5394: checking for library containing getrpcbynumber configure:5425: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lcap-ng >&5 configure:5425: $? = 0 configure:5442: result: none required configure:5475: checking for local pcap library configure:5503: result: not found configure:5512: checking for armv7a-cros-linux-gnueabihf-pcap-config configure:5530: found /build/kevin/build/bin/armv7a-cros-linux-gnueabihf-pcap-config configure:5542: result: /build/kevin/build/bin/armv7a-cros-linux-gnueabihf-pcap-config configure:5799: checking for pcap_loop configure:5799: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 configure:5799: $? = 0 configure:5799: result: yes configure:5834: checking for ether_ntohost configure:5834: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 configure:5834: $? = 0 configure:5834: result: yes configure:5840: checking for buggy ether_ntohost configure:5878: result: not while cross-compiling configure:5998: checking for dlpi_walk in -ldlpi configure:6023: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -ldlpi -L/lib -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 /usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabihf/binutils-bin/2.27.0/ld.gold.real: error: cannot find -ldlpi conftest.c:57: error: undefined reference to 'dlpi_walk' clang-9: error: linker command failed with exit code 1 (use -v to see invocation) configure:6023: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | #define HAVE_GETRPCBYNUMBER 1 | #define HAVE_ETHER_NTOHOST 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlpi_walk (); | int | main () | { | return dlpi_walk (); | ; | return 0; | } configure:6032: result: no configure:6039: checking for pcap_list_datalinks configure:6039: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 configure:6039: $? = 0 configure:6039: result: yes configure:6047: checking for pcap_free_datalinks configure:6047: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 configure:6047: $? = 0 configure:6047: result: yes configure:6070: checking for pcap_set_datalink configure:6070: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 configure:6070: $? = 0 configure:6070: result: yes configure:6079: checking for pcap_datalink_name_to_val configure:6079: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 configure:6079: $? = 0 configure:6079: result: yes configure:6085: checking for pcap_datalink_val_to_description configure:6085: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 configure:6085: $? = 0 configure:6085: result: yes configure:6116: checking for pcap_breakloop configure:6116: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 configure:6116: $? = 0 configure:6116: result: yes configure:6126: checking for pcap_dump_ftell configure:6126: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 configure:6126: $? = 0 configure:6126: result: yes configure:6150: checking for pcap_create configure:6150: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 configure:6150: $? = 0 configure:6150: result: yes configure:6166: checking for pcap_set_tstamp_type configure:6166: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 configure:6166: $? = 0 configure:6166: result: yes configure:6181: checking for pcap_set_tstamp_precision configure:6181: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 configure:6181: $? = 0 configure:6181: result: yes configure:6199: checking for pcap_findalldevs configure:6199: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 configure:6199: $? = 0 configure:6199: result: yes configure:6199: checking for pcap_dump_flush configure:6199: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 configure:6199: $? = 0 configure:6199: result: yes configure:6199: checking for pcap_lib_version configure:6199: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 configure:6199: $? = 0 configure:6199: result: yes configure:6199: checking for pcap_setdirection configure:6199: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 configure:6199: $? = 0 configure:6199: result: yes configure:6199: checking for pcap_set_immediate_mode configure:6199: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 configure:6199: $? = 0 configure:6199: result: yes configure:6211: checking for pcap_if_t configure:6211: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:6211: $? = 0 configure:6211: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 conftest.c:66:24: error: expected expression if (sizeof ((pcap_if_t))) ^ 1 error generated. configure:6211: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | #define HAVE_GETRPCBYNUMBER 1 | #define HAVE_ETHER_NTOHOST 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_DUMP_FTELL 1 | #define HAVE_PCAP_CREATE 1 | #define HAVE_PCAP_SET_TSTAMP_TYPE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DUMP_FLUSH 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_SETDIRECTION 1 | #define HAVE_PCAP_SET_IMMEDIATE_MODE 1 | /* end confdefs.h. */ | #include | | int | main () | { | if (sizeof ((pcap_if_t))) | return 0; | ; | return 0; | } configure:6211: result: yes configure:6267: checking for pcap_set_parser_debug configure:6267: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 conftest.c:96: error: undefined reference to 'pcap_set_parser_debug' clang-9: error: linker command failed with exit code 1 (use -v to see invocation) configure:6267: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | #define HAVE_GETRPCBYNUMBER 1 | #define HAVE_ETHER_NTOHOST 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_DUMP_FTELL 1 | #define HAVE_PCAP_CREATE 1 | #define HAVE_PCAP_SET_TSTAMP_TYPE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DUMP_FLUSH 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_SETDIRECTION 1 | #define HAVE_PCAP_SET_IMMEDIATE_MODE 1 | #define HAVE_PCAP_IF_T 1 | /* end confdefs.h. */ | /* Define pcap_set_parser_debug to an innocuous variant, in case declares pcap_set_parser_debug. | For example, HP-UX 11i declares gettimeofday. */ | #define pcap_set_parser_debug innocuous_pcap_set_parser_debug | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pcap_set_parser_debug (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pcap_set_parser_debug | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pcap_set_parser_debug (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_pcap_set_parser_debug || defined __stub___pcap_set_parser_debug | choke me | #endif | | int | main () | { | return pcap_set_parser_debug (); | ; | return 0; | } configure:6267: result: no configure:6281: checking whether pcap_debug is defined by libpcap configure:6298: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 conftest.c:0: error: undefined reference to 'pcap_debug' clang-9: error: linker command failed with exit code 1 (use -v to see invocation) configure:6298: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | #define HAVE_GETRPCBYNUMBER 1 | #define HAVE_ETHER_NTOHOST 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_DUMP_FTELL 1 | #define HAVE_PCAP_CREATE 1 | #define HAVE_PCAP_SET_TSTAMP_TYPE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DUMP_FLUSH 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_SETDIRECTION 1 | #define HAVE_PCAP_SET_IMMEDIATE_MODE 1 | #define HAVE_PCAP_IF_T 1 | /* end confdefs.h. */ | | int | main () | { | | extern int pcap_debug; | | return pcap_debug; | | ; | return 0; | } configure:6312: result: no configure:6317: checking whether yydebug is defined by libpcap configure:6334: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 conftest.c:0: error: undefined reference to 'yydebug' clang-9: error: linker command failed with exit code 1 (use -v to see invocation) configure:6334: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | #define HAVE_GETRPCBYNUMBER 1 | #define HAVE_ETHER_NTOHOST 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_DUMP_FTELL 1 | #define HAVE_PCAP_CREATE 1 | #define HAVE_PCAP_SET_TSTAMP_TYPE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DUMP_FLUSH 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_SETDIRECTION 1 | #define HAVE_PCAP_SET_IMMEDIATE_MODE 1 | #define HAVE_PCAP_IF_T 1 | /* end confdefs.h. */ | | int | main () | { | | extern int yydebug; | | return yydebug; | | ; | return 0; | } configure:6348: result: no configure:6355: checking for pcap_set_optimizer_debug configure:6355: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 conftest.c:96: error: undefined reference to 'pcap_set_optimizer_debug' clang-9: error: linker command failed with exit code 1 (use -v to see invocation) configure:6355: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | #define HAVE_GETRPCBYNUMBER 1 | #define HAVE_ETHER_NTOHOST 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_DUMP_FTELL 1 | #define HAVE_PCAP_CREATE 1 | #define HAVE_PCAP_SET_TSTAMP_TYPE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DUMP_FLUSH 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_SETDIRECTION 1 | #define HAVE_PCAP_SET_IMMEDIATE_MODE 1 | #define HAVE_PCAP_IF_T 1 | /* end confdefs.h. */ | /* Define pcap_set_optimizer_debug to an innocuous variant, in case declares pcap_set_optimizer_debug. | For example, HP-UX 11i declares gettimeofday. */ | #define pcap_set_optimizer_debug innocuous_pcap_set_optimizer_debug | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pcap_set_optimizer_debug (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pcap_set_optimizer_debug | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pcap_set_optimizer_debug (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_pcap_set_optimizer_debug || defined __stub___pcap_set_optimizer_debug | choke me | #endif | | int | main () | { | return pcap_set_optimizer_debug (); | ; | return 0; | } configure:6355: result: no configure:6364: checking for bpf_dump configure:6364: armv7a-cros-linux-gnueabihf-clang -o conftest -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 configure:6364: $? = 0 configure:6364: result: yes configure:6443: checking for int8_t configure:6443: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:6443: $? = 0 configure:6443: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 conftest.c:100:24: error: 'test_array' declared as an array with a negative size static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. configure:6443: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | #define HAVE_GETRPCBYNUMBER 1 | #define HAVE_ETHER_NTOHOST 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_DUMP_FTELL 1 | #define HAVE_PCAP_CREATE 1 | #define HAVE_PCAP_SET_TSTAMP_TYPE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DUMP_FLUSH 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_SETDIRECTION 1 | #define HAVE_PCAP_SET_IMMEDIATE_MODE 1 | #define HAVE_PCAP_IF_T 1 | #define HAVE_BPF_DUMP 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 | enum { N = 8 / 2 - 1 }; | int | main () | { | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1) | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:6443: result: yes configure:6454: checking for int16_t configure:6454: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:6454: $? = 0 configure:6454: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 conftest.c:100:24: error: 'test_array' declared as an array with a negative size static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. configure:6454: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | #define HAVE_GETRPCBYNUMBER 1 | #define HAVE_ETHER_NTOHOST 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_DUMP_FTELL 1 | #define HAVE_PCAP_CREATE 1 | #define HAVE_PCAP_SET_TSTAMP_TYPE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DUMP_FLUSH 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_SETDIRECTION 1 | #define HAVE_PCAP_SET_IMMEDIATE_MODE 1 | #define HAVE_PCAP_IF_T 1 | #define HAVE_BPF_DUMP 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 | enum { N = 16 / 2 - 1 }; | int | main () | { | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1) | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:6454: result: yes configure:6465: checking for int32_t configure:6465: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:6465: $? = 0 configure:6465: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 conftest.c:101:53: warning: overflow in expression; result is -2147483648 with type 'int' [-Winteger-overflow] < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; ^ conftest.c:100:24: error: 'test_array' declared as an array with a negative size static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning and 1 error generated. configure:6465: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | #define HAVE_GETRPCBYNUMBER 1 | #define HAVE_ETHER_NTOHOST 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_DUMP_FTELL 1 | #define HAVE_PCAP_CREATE 1 | #define HAVE_PCAP_SET_TSTAMP_TYPE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DUMP_FLUSH 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_SETDIRECTION 1 | #define HAVE_PCAP_SET_IMMEDIATE_MODE 1 | #define HAVE_PCAP_IF_T 1 | #define HAVE_BPF_DUMP 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 | enum { N = 32 / 2 - 1 }; | int | main () | { | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:6465: result: yes configure:6476: checking for int64_t configure:6476: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:6476: $? = 0 configure:6476: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 conftest.c:101:53: warning: overflow in expression; result is -9223372036854775808 with type 'long long' [-Winteger-overflow] < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; ^ conftest.c:100:24: error: 'test_array' declared as an array with a negative size static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning and 1 error generated. configure:6476: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | #define HAVE_GETRPCBYNUMBER 1 | #define HAVE_ETHER_NTOHOST 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_DUMP_FTELL 1 | #define HAVE_PCAP_CREATE 1 | #define HAVE_PCAP_SET_TSTAMP_TYPE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DUMP_FLUSH 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_SETDIRECTION 1 | #define HAVE_PCAP_SET_IMMEDIATE_MODE 1 | #define HAVE_PCAP_IF_T 1 | #define HAVE_BPF_DUMP 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 | enum { N = 64 / 2 - 1 }; | int | main () | { | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:6476: result: yes configure:6487: checking for uint8_t configure:6487: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:6487: $? = 0 configure:6487: result: yes configure:6501: checking for uint16_t configure:6501: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:6501: $? = 0 configure:6501: result: yes configure:6513: checking for uint32_t configure:6513: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:6513: $? = 0 configure:6513: result: yes configure:6527: checking for uint64_t configure:6527: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:6527: $? = 0 configure:6527: result: yes configure:6547: checking for uintptr_t configure:6547: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:6547: $? = 0 configure:6547: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 conftest.c:99:24: error: expected expression if (sizeof ((uintptr_t))) ^ 1 error generated. configure:6547: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | #define HAVE_GETRPCBYNUMBER 1 | #define HAVE_ETHER_NTOHOST 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_DUMP_FTELL 1 | #define HAVE_PCAP_CREATE 1 | #define HAVE_PCAP_SET_TSTAMP_TYPE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DUMP_FLUSH 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_SETDIRECTION 1 | #define HAVE_PCAP_SET_IMMEDIATE_MODE 1 | #define HAVE_PCAP_IF_T 1 | #define HAVE_BPF_DUMP 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 ((uintptr_t))) | return 0; | ; | return 0; | } configure:6547: result: yes configure:6588: checking for u_int8_t configure:6588: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:6588: $? = 0 configure:6588: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 conftest.c:103:23: error: expected expression if (sizeof ((u_int8_t))) ^ 1 error generated. configure:6588: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | #define HAVE_GETRPCBYNUMBER 1 | #define HAVE_ETHER_NTOHOST 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_DUMP_FTELL 1 | #define HAVE_PCAP_CREATE 1 | #define HAVE_PCAP_SET_TSTAMP_TYPE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DUMP_FLUSH 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_SETDIRECTION 1 | #define HAVE_PCAP_SET_IMMEDIATE_MODE 1 | #define HAVE_PCAP_IF_T 1 | #define HAVE_BPF_DUMP 1 | #define HAVE_UINTPTR_T 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 | | | int | main () | { | if (sizeof ((u_int8_t))) | return 0; | ; | return 0; | } configure:6588: result: yes configure:6600: checking for u_int16_t configure:6600: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:6600: $? = 0 configure:6600: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 conftest.c:103:24: error: expected expression if (sizeof ((u_int16_t))) ^ 1 error generated. configure:6600: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | #define HAVE_GETRPCBYNUMBER 1 | #define HAVE_ETHER_NTOHOST 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_DUMP_FTELL 1 | #define HAVE_PCAP_CREATE 1 | #define HAVE_PCAP_SET_TSTAMP_TYPE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DUMP_FLUSH 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_SETDIRECTION 1 | #define HAVE_PCAP_SET_IMMEDIATE_MODE 1 | #define HAVE_PCAP_IF_T 1 | #define HAVE_BPF_DUMP 1 | #define HAVE_UINTPTR_T 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 | | | int | main () | { | if (sizeof ((u_int16_t))) | return 0; | ; | return 0; | } configure:6600: result: yes configure:6612: checking for u_int32_t configure:6612: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:6612: $? = 0 configure:6612: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 conftest.c:103:24: error: expected expression if (sizeof ((u_int32_t))) ^ 1 error generated. configure:6612: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | #define HAVE_GETRPCBYNUMBER 1 | #define HAVE_ETHER_NTOHOST 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_DUMP_FTELL 1 | #define HAVE_PCAP_CREATE 1 | #define HAVE_PCAP_SET_TSTAMP_TYPE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DUMP_FLUSH 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_SETDIRECTION 1 | #define HAVE_PCAP_SET_IMMEDIATE_MODE 1 | #define HAVE_PCAP_IF_T 1 | #define HAVE_BPF_DUMP 1 | #define HAVE_UINTPTR_T 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 | | | int | main () | { | if (sizeof ((u_int32_t))) | return 0; | ; | return 0; | } configure:6612: result: yes configure:6624: checking for u_int64_t configure:6624: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:6624: $? = 0 configure:6624: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 conftest.c:103:24: error: expected expression if (sizeof ((u_int64_t))) ^ 1 error generated. configure:6624: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | #define HAVE_GETRPCBYNUMBER 1 | #define HAVE_ETHER_NTOHOST 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_DUMP_FTELL 1 | #define HAVE_PCAP_CREATE 1 | #define HAVE_PCAP_SET_TSTAMP_TYPE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DUMP_FLUSH 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_SETDIRECTION 1 | #define HAVE_PCAP_SET_IMMEDIATE_MODE 1 | #define HAVE_PCAP_IF_T 1 | #define HAVE_BPF_DUMP 1 | #define HAVE_UINTPTR_T 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 | | | int | main () | { | if (sizeof ((u_int64_t))) | return 0; | ; | return 0; | } configure:6624: result: yes configure:6642: checking for inttypes.h configure:6642: result: yes configure:6652: checking whether inttypes.h defines the PRI[doxu]64 macros configure:6672: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 conftest.c:71:6: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() ^ 1 warning generated. configure:6672: $? = 0 configure:6674: result: yes configure:6962: checking for pcap/bluetooth.h configure:6962: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:6962: $? = 0 configure:6962: result: yes configure:6975: checking for pcap/nflog.h configure:6975: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:6975: $? = 0 configure:6975: result: yes configure:6988: checking for pcap/usb.h configure:6988: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:6988: $? = 0 configure:6988: result: yes configure:7004: checking for armv7a-cros-linux-gnueabihf-ranlib configure:7020: found /usr/bin/armv7a-cros-linux-gnueabihf-ranlib configure:7031: result: armv7a-cros-linux-gnueabihf-ranlib configure:7096: checking for armv7a-cros-linux-gnueabihf-ar configure:7112: found /usr/bin/armv7a-cros-linux-gnueabihf-ar configure:7123: result: armv7a-cros-linux-gnueabihf-ar configure:7868: checking if sockaddr struct has the sa_len member configure:7886: armv7a-cros-linux-gnueabihf-clang -c -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 conftest.c:74:42: error: no member named 'sa_len' in 'struct sockaddr' u_int i = sizeof(((struct sockaddr *)0)->sa_len) ~~~~~~~~~~~~~~~~~~~~~~ ^ 1 error generated. configure:7886: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | #define HAVE_GETRPCBYNUMBER 1 | #define HAVE_ETHER_NTOHOST 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_DUMP_FTELL 1 | #define HAVE_PCAP_CREATE 1 | #define HAVE_PCAP_SET_TSTAMP_TYPE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DUMP_FLUSH 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_SETDIRECTION 1 | #define HAVE_PCAP_SET_IMMEDIATE_MODE 1 | #define HAVE_PCAP_IF_T 1 | #define HAVE_BPF_DUMP 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_PCAP_BLUETOOTH_H 1 | #define HAVE_PCAP_NFLOG_H 1 | #define HAVE_PCAP_USB_H 1 | /* end confdefs.h. */ | | # include | # include | int | main () | { | u_int i = sizeof(((struct sockaddr *)0)->sa_len) | ; | return 0; | } configure:7894: result: no configure:7902: checking if unaligned accesses fail configure:7989: result: yes configure:7998: checking whether to use OpenSSL/libressl libcrypto configure:8024: result: yes, using the version installed in /usr configure:8057: checking openssl/crypto.h usability configure:8057: armv7a-cros-linux-gnueabihf-clang -c -I/usr/include -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 In file included from conftest.c:102: In file included from /usr/include/openssl/crypto.h:127: In file included from /usr/include/openssl/e_os2.h:61: /usr/include/openssl/opensslconf.h:43:3: error: "No ABI matched, please report a bug to bugs.gentoo.org" # error "No ABI matched, please report a bug to bugs.gentoo.org" ^ In file included from conftest.c:102: In file included from /usr/include/openssl/crypto.h:136: In file included from /usr/include/openssl/ossl_typ.h:67: In file included from /usr/include/openssl/e_os2.h:61: /usr/include/openssl/opensslconf.h:43:3: error: "No ABI matched, please report a bug to bugs.gentoo.org" # error "No ABI matched, please report a bug to bugs.gentoo.org" ^ In file included from conftest.c:102: In file included from /usr/include/openssl/crypto.h:146: In file included from /usr/include/openssl/symhacks.h:63: In file included from /usr/include/openssl/e_os2.h:61: /usr/include/openssl/opensslconf.h:43:3: error: "No ABI matched, please report a bug to bugs.gentoo.org" # error "No ABI matched, please report a bug to bugs.gentoo.org" ^ 3 errors generated. configure:8057: $? = 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 inline inline | #define HAVE___ATTRIBUTE__ 1 | #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 | #define __ATTRIBUTE___FORMAT_OK 1 | #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define TIME_WITH_SYS_TIME 1 | #define WITH_USER "tcpdump" | #define HAVE_OPENAT 1 | #define HAVE_OS_IPV6_SUPPORT 1 | #define HAVE_VFPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSEP 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_STRFTIME 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_ALARM 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define RETSIGTYPE void | #define RETSIGVAL /**/ | #define HAVE_SIGACTION 1 | #define HAVE_GETRPCBYNUMBER 1 | #define HAVE_ETHER_NTOHOST 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_DUMP_FTELL 1 | #define HAVE_PCAP_CREATE 1 | #define HAVE_PCAP_SET_TSTAMP_TYPE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DUMP_FLUSH 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_SETDIRECTION 1 | #define HAVE_PCAP_SET_IMMEDIATE_MODE 1 | #define HAVE_PCAP_IF_T 1 | #define HAVE_BPF_DUMP 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_PCAP_BLUETOOTH_H 1 | #define HAVE_PCAP_NFLOG_H 1 | #define HAVE_PCAP_USB_H 1 | #define LBL_ALIGN 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:8057: result: no configure:8057: checking openssl/crypto.h presence configure:8057: armv7a-cros-linux-gnueabihf-clang -E -DHAVE_CAP_NG_H conftest.c configure:8057: $? = 0 configure:8057: result: yes configure:8057: WARNING: openssl/crypto.h: present but cannot be compiled configure:8057: WARNING: openssl/crypto.h: check for missing prerequisite headers? configure:8057: WARNING: openssl/crypto.h: see the Autoconf documentation configure:8057: WARNING: openssl/crypto.h: section "Present But Cannot Be Compiled" configure:8057: WARNING: openssl/crypto.h: proceeding with the compiler's result configure:8057: checking for openssl/crypto.h configure:8057: result: no configure:8158: checking whether to use libcap-ng configure:8184: result: yes, if available configure:8190: checking for capng_change_id in -lcap-ng configure:8215: armv7a-cros-linux-gnueabihf-clang -o conftest -I/usr/include -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H -Wl,-O2 -Wl,--as-needed conftest.c -lcap-ng -L/usr/lib -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng >&5 /usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabihf/binutils-bin/2.27.0/ld.gold.real: warning: skipping incompatible /usr/lib/libcap-ng.so while searching for cap-ng /usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabihf/binutils-bin/2.27.0/ld.gold.real: warning: skipping incompatible /usr/lib/libpcap.so while searching for pcap /usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabihf/binutils-bin/2.27.0/ld.gold.real: warning: skipping incompatible /usr/lib/libcap-ng.so while searching for cap-ng /usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabihf/binutils-bin/2.27.0/ld.gold.real: warning: skipping incompatible /usr/lib/libc.so while searching for c configure:8215: $? = 0 configure:8224: result: yes configure:8237: checking cap-ng.h usability configure:8237: armv7a-cros-linux-gnueabihf-clang -c -I/usr/include -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -DHAVE_CAP_NG_H conftest.c >&5 configure:8237: $? = 0 configure:8237: result: yes configure:8237: checking cap-ng.h presence configure:8237: armv7a-cros-linux-gnueabihf-clang -E -DHAVE_CAP_NG_H conftest.c configure:8237: $? = 0 configure:8237: result: yes configure:8237: checking for cap-ng.h configure:8237: result: yes configure:8277: checking for a BSD-compatible install configure:8345: result: /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c configure:8478: 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 germania1.bld.corp.google.com config.status:889: creating Makefile config.status:889: creating tcpdump.1 config.status:889: creating config.h config.status:1078: executing default-1 commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv___attribute__=yes ac_cv___attribute___format=yes ac_cv___attribute___format_function_pointer=yes ac_cv___attribute___noreturn_function_pointer=yes ac_cv___attribute___unused=yes ac_cv___va_copy=yes ac_cv_alignof_CORBA_boolean=1 ac_cv_alignof_CORBA_char=1 ac_cv_alignof_CORBA_double=8 ac_cv_alignof_CORBA_float=4 ac_cv_alignof_CORBA_long=4 ac_cv_alignof_CORBA_long_double=8 ac_cv_alignof_CORBA_long_long=8 ac_cv_alignof_CORBA_octet=1 ac_cv_alignof_CORBA_pointer=4 ac_cv_alignof_CORBA_short=2 ac_cv_alignof_CORBA_struct=1 ac_cv_alignof_CORBA_wchar=2 ac_cv_buggy_ether_ntohost='not while cross-compiling' ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_int16_t=yes ac_cv_c_int32_t=yes ac_cv_c_int64_t=yes ac_cv_c_int8_t=yes ac_cv_c_littleendian=yes ac_cv_c_long_double=yes ac_cv_c_uint16_t=yes ac_cv_c_uint32_t=yes ac_cv_c_uint64_t=yes ac_cv_c_uint8_t=yes ac_cv_conv_longlong_to_float=yes ac_cv_dirent_have_space_d_name=yes ac_cv_env_CC_set=set ac_cv_env_CC_value=armv7a-cros-linux-gnueabihf-clang ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=' -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=' -DHAVE_CAP_NG_H' ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O2 -Wl,--as-needed ' ac_cv_env_LIBS_set=set ac_cv_env_LIBS_value='-L/build/kevin/usr/lib -lcap-ng ' 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=armv7a-cros-linux-gnueabihf ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_file___dev_urandom_=yes ac_cv_file__bin_bash=yes ac_cv_file__dev_arandom=no ac_cv_file__dev_ptc=no ac_cv_file__dev_ptmx=yes ac_cv_file__dev_random=yes ac_cv_file__dev_srandom=yes ac_cv_file__dev_urandom=yes ac_cv_file__dev_zero=yes ac_cv_file__usr_share_sgml_X11_defs_ent=1 ac_cv_func_alarm=yes ac_cv_func_bpf_dump=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_cap_enter=no ac_cv_func_cap_ioctls_limit=no ac_cv_func_cap_rights_limit=no ac_cv_func_ether_ntohost=yes ac_cv_func_fnmatch_works=yes ac_cv_func_fork=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getgrgid_r=yes ac_cv_func_getopt_long=yes ac_cv_func_getpwuid_r=yes ac_cv_func_lstat_dereferences_slashed_symlink=yes ac_cv_func_lstat_empty_string_bug=no ac_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_works=yes ac_cv_func_memcmp_working=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_openat=yes ac_cv_func_pcap_breakloop=yes ac_cv_func_pcap_create=yes ac_cv_func_pcap_datalink_name_to_val=yes ac_cv_func_pcap_datalink_val_to_description=yes ac_cv_func_pcap_dump_flush=yes ac_cv_func_pcap_dump_ftell=yes ac_cv_func_pcap_findalldevs=yes ac_cv_func_pcap_free_datalinks=yes ac_cv_func_pcap_lib_version=yes ac_cv_func_pcap_list_datalinks=yes ac_cv_func_pcap_loop=yes ac_cv_func_pcap_set_datalink=yes ac_cv_func_pcap_set_immediate_mode=yes ac_cv_func_pcap_set_optimizer_debug=no ac_cv_func_pcap_set_parser_debug=no ac_cv_func_pcap_set_tstamp_precision=yes ac_cv_func_pcap_set_tstamp_type=yes ac_cv_func_pcap_setdirection=yes ac_cv_func_posix_getgrgid_r=yes ac_cv_func_posix_getpwnam_r=yes ac_cv_func_posix_getpwuid_r=yes ac_cv_func_printf_unix98=yes ac_cv_func_pthread_key_delete=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_realloc_works=yes ac_cv_func_setgrent_void=yes ac_cv_func_setlinebuf=yes ac_cv_func_setpgrp_void=yes ac_cv_func_sigaction=yes ac_cv_func_snprintf=yes ac_cv_func_stat_empty_string_bug=no ac_cv_func_stat_ignores_trailing_slash=no ac_cv_func_strdup=yes ac_cv_func_strftime=yes ac_cv_func_strlcat=no ac_cv_func_strlcpy=no ac_cv_func_strnlen_working=yes ac_cv_func_strsep=yes ac_cv_func_vfork=yes ac_cv_func_vfprintf=yes ac_cv_func_vsnprintf=yes ac_cv_func_vsnprintf_c99=yes ac_cv_func_wait3_rusage=yes ac_cv_have_abstract_sockets=yes ac_cv_have_accrights_in_msghdr=no ac_cv_have_broken_snprintf=no ac_cv_have_control_in_msghdr=yes ac_cv_have_openpty_ctty_bug=yes ac_cv_have_space_d_name_in_struct_dirent=yes ac_cv_header_cap_ng_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_net_pfvar_h=no ac_cv_header_netdnet_dnetdb_h=no ac_cv_header_netinet_if_ether_h=yes ac_cv_header_netinet_sctp_h=no ac_cv_header_netinet_sctp_uio_h=no ac_cv_header_openssl_crypto_h=no ac_cv_header_pcap_bluetooth_h=yes ac_cv_header_pcap_nflog_h=yes ac_cv_header_pcap_usb_h=yes ac_cv_header_pwd_h=yes ac_cv_header_rpc_rpc_h=no ac_cv_header_rpc_rpcent_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_host=armv7a-cros-linux-gnueabihf ac_cv_ispeed_offset=13 ac_cv_lbl_inline=inline ac_cv_lbl_sockaddr_has_sa_len=no ac_cv_lbl_unaligned_fail=yes ac_cv_lib_cap_ng_capng_change_id=yes ac_cv_lib_dlpi_dlpi_walk=no ac_cv_lib_png_png_create_info_struct=yes ac_cv_lib_rpc_main=no ac_cv_libiconv_utf8=yes ac_cv_linux_vers=2 ac_cv_need_trio=no ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_PCAP_CONFIG=/build/kevin/build/bin/armv7a-cros-linux-gnueabihf-pcap-config ac_cv_path_install='/usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c' ac_cv_pread=no ac_cv_printf_zd_format=yes ac_cv_prog_AR=armv7a-cros-linux-gnueabihf-ar ac_cv_prog_CC=armv7a-cros-linux-gnueabihf-clang ac_cv_prog_CPP='armv7a-cros-linux-gnueabihf-clang -E' ac_cv_prog_RANLIB=armv7a-cros-linux-gnueabihf-ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_pwrite=no ac_cv_regexec_segfault_emptystr=no ac_cv_sctp=no ac_cv_search_dnet_htoa=no ac_cv_search_gethostbyname='none required' ac_cv_search_getrpcbynumber='none required' ac_cv_search_putmsg='none required' ac_cv_search_socket='none required' ac_cv_sizeof___int64=0 ac_cv_sizeof_char=1 ac_cv_sizeof_int16_t=2 ac_cv_sizeof_int32_t=4 ac_cv_sizeof_int64_t=8 ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_long_int=4 ac_cv_sizeof_long_long=8 ac_cv_sizeof_short=2 ac_cv_sizeof_short_int=2 ac_cv_sizeof_size_t=4 ac_cv_sizeof_ssize_t=4 ac_cv_sizeof_u_int16_t=2 ac_cv_sizeof_u_int32_t=4 ac_cv_sizeof_u_int64_t=8 ac_cv_sizeof_uint16_t=2 ac_cv_sizeof_uint32_t=4 ac_cv_sizeof_uint64_t=8 ac_cv_sizeof_unsigned_int=4 ac_cv_sizeof_unsigned_long=4 ac_cv_sizeof_unsigned_short=2 ac_cv_sizeof_void_p=4 ac_cv_sizeof_wchar_t=4 ac_cv_strerror_r_SUSv3=no ac_cv_sys_restartable_syscalls=yes ac_cv_time_r_type=POSIX ac_cv_type_pcap_if_t=yes ac_cv_type_signal=void ac_cv_type_u_int16_t=yes ac_cv_type_u_int32_t=yes ac_cv_type_u_int64_t=yes ac_cv_type_u_int8_t=yes ac_cv_type_uintptr_t=yes ac_cv_uchar=no ac_cv_uint=yes ac_cv_ulong=yes ac_cv_ushort=yes ac_cv_va_copy=yes ac_cv_va_val_copy=yes ac_lbl_cv_pcap_debug_defined=no ac_lbl_cv_yydebug_defined=no am_cv_func_working_getline=yes am_cv_python_pyexecdir='${libdir}/python2.7/site-packages' am_cv_python_pythondir='${libdir}/python2.7/site-packages' am_cv_python_version=2.7 apr_cv_process_shared_works=no apr_cv_tcp_nodelay_with_cork=yes as_cv_unaligned_access=no bash_cv_dup2_broken=no bash_cv_func_sigsetjmp=missing bash_cv_func_strcoll_broken=no bash_cv_getcwd_calls_popen=no bash_cv_getenv_redef=yes bash_cv_have_mbstate_t=yes bash_cv_job_control_missing=present bash_cv_must_reinstall_sighandlers=no bash_cv_opendir_not_robust=no bash_cv_pgrp_pipe=no bash_cv_printf_a_format=yes bash_cv_sys_named_pipes=present bash_cv_type_rlimit=rlim_t bash_cv_ulimit_maxfds=yes bash_cv_unusable_rtsigs=no compat_cv_func_basename_works=no compat_cv_func_dirname_works=no compat_cv_func_snprintf_works=yes cvs_cv_func_printf_ptr=yes db_cv_spinlocks=no dpkg_cv___va_copy=yes dpkg_cv_va_copy=yes ettercap_cv_type_socklen_t=yes fu_cv_sys_stat_statvfs=yes gl_cv_func_btowc_eof=yes gl_cv_func_malloc_0_nonnull=yes gl_cv_func_re_compile_pattern_working=yes gl_cv_func_rename_trailing_dest_slash_bug=no gl_cv_func_rename_trailing_slash_bug=no gl_cv_func_wcwidth_works=yes glib_cv___va_copy=yes glib_cv_has__inline=yes glib_cv_has__inline__=yes glib_cv_hasinline=yes glib_cv_long_long_format=ll glib_cv_rtldglobal_broken=no glib_cv_sane_realloc=yes glib_cv_sizeof_gmutex=40 glib_cv_sizeof_intmax_t=8 glib_cv_sizeof_ptrdiff_t=4 glib_cv_sizeof_size_t=4 glib_cv_sizeof_system_thread=4 glib_cv_stack_grows=no glib_cv_sys_pthread_cond_timedwait_posix=yes glib_cv_sys_pthread_getspecific_posix=yes glib_cv_sys_pthread_mutex_trylock_posix=yes glib_cv_sys_use_pid_niceness_surrogate=yes glib_cv_uscore=no glib_cv_use_pid_surrogate=yes glib_cv_va_copy=yes glib_cv_va_val_copy=no jm_cv_func_working_readdir=yes lf_cv_sane_realloc=yes lftp_cv___va_copy=yes lftp_cv_va_copy=yes lftp_cv_va_val_copy=yes libIDL_cv_long_long_format=ll mr_cv_target_elf=yes mysql_cv_func_atomic_add=no mysql_cv_func_atomic_sub=no nano_cv_func_regexec_segv_emptystr=no php_cv_lib_cookie_io_functions_use_off64_t=yes racoon_cv_bug_getaddrinfo=no rsync_cv_HAVE_BROKEN_LARGEFILE=no rsync_cv_HAVE_BROKEN_READDIR=no rsync_cv_HAVE_C99_VSNPRINTF=yes rsync_cv_HAVE_GETTIMEOFDAY_TZ=yes rsync_cv_HAVE_LONGLONG=yes rsync_cv_HAVE_OFF64_T=no rsync_cv_HAVE_SECURE_MKSTEMP=yes rsync_cv_HAVE_SHORT_INO_T=no rsync_cv_HAVE_SOCKETPAIR=yes rsync_cv_HAVE_UNSIGNED_CHAR=no rsync_cv_REPLACE_INET_ATON=no rsync_cv_REPLACE_INET_NTOA=no sc_cv_termios_ispeed=yes screen_cv_sys_bcopy_overlap=no screen_cv_sys_fifo_broken_impl=yes screen_cv_sys_fifo_usable=yes screen_cv_sys_memcpy_overlap=no screen_cv_sys_memmove_overlap=no screen_cv_sys_select_broken_retval=no screen_cv_sys_sockets_nofs=no screen_cv_sys_sockets_usable=yes screen_cv_sys_terminfo_used=yes slrn_cv___va_copy=yes slrn_cv_va_copy=yes slrn_cv_va_val_copy=yes sudo_cv_func_unsetenv_void=no sudo_cv_uid_t_len=10 td_cv_buggygetaddrinfo=no td_cv_decl_netdnet_dnetdb_h_dnet_htoa=no utils_cv_sys_open_max=1019 vim_cv_getcwd_broken=no vim_cv_memmove_handles_overlap=yes vim_cv_stat_ignores_slash=yes vim_cv_terminfo=yes vim_cv_toupper_broken=no vim_cv_tty_group=world vim_cv_tty_mode=0666 yeti_cv_func_scanf_modif_size_t=z ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='armv7a-cros-linux-gnueabihf-ar' CC='armv7a-cros-linux-gnueabihf-clang' CFLAGS='-I/usr/include -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables' CPP='armv7a-cros-linux-gnueabihf-clang -E' CPPFLAGS=' -DHAVE_CAP_NG_H' DEFS='-DHAVE_CONFIG_H' DEPENDENCY_CFLAG='' 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}' LDFLAGS='-Wl,-O2 -Wl,--as-needed ' LIBOBJS=' ${LIBOBJDIR}strlcat$U.o ${LIBOBJDIR}strlcpy$U.o' LIBS='-lcap-ng -L/usr/lib -L/build/kevin/usr/lib -lpcap -L/build/kevin/usr/lib -lcap-ng ' LOCALSRC='' LTLIBOBJS=' ${LIBOBJDIR}strlcat$U.lo ${LIBOBJDIR}strlcpy$U.lo' MAN_FILE_FORMATS='5' MAN_MISC_INFO='7' MKDEP='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PCAP_CONFIG='/build/kevin/build/bin/armv7a-cros-linux-gnueabihf-pcap-config' RANLIB='armv7a-cros-linux-gnueabihf-ranlib' SHELL='/bin/sh' SHLICC2='' V_CCOPT=' -O2 -pipe -march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard -g -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables' V_DEFS=' -D_U_="__attribute__((unused))"' V_GROUP='wheel' V_INCLS=' ' V_PCAPDEP='' ac_ct_CC='' 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='/usr/share/doc/tcpdump-4.9.2' dvidir='${docdir}' exec_prefix='${prefix}' host='armv7a-cros-linux-gnueabihf' host_alias='armv7a-cros-linux-gnueabihf' host_cpu='armv7a' host_os='linux-gnueabihf' host_vendor='cros' htmldir='/usr/share/doc/tcpdump-4.9.2/html' includedir='${prefix}/include' infodir='/usr/share/info' libdir='/usr/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define inline inline #define HAVE___ATTRIBUTE__ 1 #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1 #define __ATTRIBUTE___FORMAT_OK 1 #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 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_FCNTL_H 1 #define HAVE_NETINET_IF_ETHER_H 1 #define TIME_WITH_SYS_TIME 1 #define WITH_USER "tcpdump" #define HAVE_OPENAT 1 #define HAVE_OS_IPV6_SUPPORT 1 #define HAVE_VFPRINTF 1 #define HAVE_STRDUP 1 #define HAVE_STRSEP 1 #define HAVE_GETOPT_LONG 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_STRFTIME 1 #define HAVE_SETLINEBUF 1 #define HAVE_ALARM 1 #define HAVE_VSNPRINTF 1 #define HAVE_SNPRINTF 1 #define RETSIGTYPE void #define RETSIGVAL /**/ #define HAVE_SIGACTION 1 #define HAVE_GETRPCBYNUMBER 1 #define HAVE_ETHER_NTOHOST 1 #define HAVE_PCAP_LIST_DATALINKS 1 #define HAVE_PCAP_FREE_DATALINKS 1 #define HAVE_PCAP_SET_DATALINK 1 #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 #define HAVE_PCAP_BREAKLOOP 1 #define HAVE_PCAP_DUMP_FTELL 1 #define HAVE_PCAP_CREATE 1 #define HAVE_PCAP_SET_TSTAMP_TYPE 1 #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 #define HAVE_PCAP_FINDALLDEVS 1 #define HAVE_PCAP_DUMP_FLUSH 1 #define HAVE_PCAP_LIB_VERSION 1 #define HAVE_PCAP_SETDIRECTION 1 #define HAVE_PCAP_SET_IMMEDIATE_MODE 1 #define HAVE_PCAP_IF_T 1 #define HAVE_BPF_DUMP 1 #define HAVE_UINTPTR_T 1 #define HAVE_INTTYPES_H 1 #define HAVE_PCAP_BLUETOOTH_H 1 #define HAVE_PCAP_NFLOG_H 1 #define HAVE_PCAP_USB_H 1 #define LBL_ALIGN 1 #define HAVE_LIBCAP_NG 1 #define HAVE_CAP_NG_H 1 configure: exit 0