This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by util-linux configure 2.32, which was generated by GNU Autoconf 2.69. Invocation command line was $ /usr/armv7a-pip-linux-gnueabi/tmp/portage/sys-apps/util-linux-2.32-r3/work/util-linux-2.32/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=armv7a-pip-linux-gnueabi --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/util-linux-2.32-r3 --htmldir=/usr/share/doc/util-linux-2.32-r3/html --libdir=/usr/lib --enable-fs-paths-extra=/usr/sbin:/bin:/usr/bin --with-bashcompletiondir=/usr/share/bash-completion/completions --enable-makeinstall-chown --enable-makeinstall-setuid --without-python --with-readline --without-slang --without-systemd --without-udev --with-ncursesw --without-ncurses --enable-nls --enable-widechar --disable-static --without-selinux --disable-chfn-chsh --disable-login --disable-nologin --disable-su --enable-agetty --enable-bash-completion --enable-line --enable-partx --enable-raw --enable-rename --enable-rfkill --enable-schedutils --with-systemdsystemunitdir=/lib/systemd/system --enable-setpriv --enable-cramfs --disable-fdformat --disable-mesg --disable-wall --disable-write --disable-kill ## --------- ## ## Platform. ## ## --------- ## hostname = akita uname -m = x86_64 uname -r = 4.16.3-jchlb-11ac3bf uname -s = Linux uname -v = #1 SMP PREEMPT Fri Apr 20 20:58:23 MDT 2018 /usr/bin/uname -p = Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz /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/python3.5/ebuild-helpers/xattr PATH: /usr/lib/portage/python3.5/ebuild-helpers PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:3071: 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:3213: checking for armv7a-pip-linux-gnueabi-gcc configure:3229: found /usr/bin/armv7a-pip-linux-gnueabi-gcc configure:3240: result: armv7a-pip-linux-gnueabi-gcc configure:3509: checking for C compiler version configure:3518: armv7a-pip-linux-gnueabi-gcc --version >&5 armv7a-pip-linux-gnueabi-gcc (Gentoo 7.3.0-r1 p1.1) 7.3.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3529: $? = 0 configure:3518: armv7a-pip-linux-gnueabi-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/armv7a-pip-linux-gnueabi/gcc-bin/7.3.0/armv7a-pip-linux-gnueabi-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/armv7a-pip-linux-gnueabi/7.3.0/lto-wrapper Target: armv7a-pip-linux-gnueabi Configured with: /mnt/striped_2/portage-tmp/portage/cross-armv7a-pip-linux-gnueabi/gcc-7.3.0-r1/work/gcc-7.3.0/configure --host=x86_64-pc-linux-gnu --target=armv7a-pip-linux-gnueabi --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/armv7a-pip-linux-gnueabi/gcc-bin/7.3.0 --includedir=/usr/lib/gcc/armv7a-pip-linux-gnueabi/7.3.0/include --datadir=/usr/share/gcc-data/armv7a-pip-linux-gnueabi/7.3.0 --mandir=/usr/share/gcc-data/armv7a-pip-linux-gnueabi/7.3.0/man --infodir=/usr/share/gcc-data/armv7a-pip-linux-gnueabi/7.3.0/info --with-gxx-include-dir=/usr/lib/gcc/armv7a-pip-linux-gnueabi/7.3.0/include/g++-v7 --with-python-dir=/share/gcc-data/armv7a-pip-linux-gnueabi/7.3.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 7.3.0-r1 p1.1' --disable-esp --enable-libstdcxx-time --enable-poison-system-directories --with-sysroot=/usr/armv7a-pip-linux-gnueabi --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --disable-altivec --disable-fixed-point --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --disable-vtable-verify --disable-libvtv --enable-lto --without-isl --disable-libsanitizer --enable-default-pie --enable-default-ssp Thread model: posix gcc version 7.3.0 (Gentoo 7.3.0-r1 p1.1) configure:3529: $? = 0 configure:3518: armv7a-pip-linux-gnueabi-gcc -V >&5 armv7a-pip-linux-gnueabi-gcc: error: unrecognized command line option '-V' armv7a-pip-linux-gnueabi-gcc: fatal error: no input files compilation terminated. configure:3529: $? = 1 configure:3518: armv7a-pip-linux-gnueabi-gcc -qversion >&5 armv7a-pip-linux-gnueabi-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? armv7a-pip-linux-gnueabi-gcc: fatal error: no input files compilation terminated. configure:3529: $? = 1 configure:3549: checking whether the C compiler works configure:3571: armv7a-pip-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:3575: $? = 0 configure:3623: result: yes configure:3626: checking for C compiler default output file name configure:3628: result: a.out configure:3634: checking for suffix of executables configure:3641: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:3645: $? = 0 configure:3667: result: configure:3689: checking whether we are cross compiling configure:3727: result: yes configure:3732: checking for suffix of object files configure:3754: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:3758: $? = 0 configure:3779: result: o configure:3783: checking whether we are using the GNU C compiler configure:3802: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:3802: $? = 0 configure:3811: result: yes configure:3820: checking whether armv7a-pip-linux-gnueabi-gcc accepts -g configure:3840: armv7a-pip-linux-gnueabi-gcc -c -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:3840: $? = 0 configure:3881: result: yes configure:3898: checking for armv7a-pip-linux-gnueabi-gcc option to accept ISO C89 configure:3961: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:3961: $? = 0 configure:3974: result: none needed configure:3999: checking whether armv7a-pip-linux-gnueabi-gcc understands -c and -o together configure:4021: armv7a-pip-linux-gnueabi-gcc -c conftest.c -o conftest2.o configure:4024: $? = 0 configure:4021: armv7a-pip-linux-gnueabi-gcc -c conftest.c -o conftest2.o configure:4024: $? = 0 configure:4036: result: yes configure:4059: checking how to run the C preprocessor configure:4090: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:4090: $? = 0 configure:4104: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:4104: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | /* end confdefs.h. */ | #include configure:4129: result: armv7a-pip-linux-gnueabi-gcc -E configure:4149: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:4149: $? = 0 configure:4163: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:4163: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | /* end confdefs.h. */ | #include configure:4192: checking for grep that handles long lines and -e configure:4250: result: /bin/grep configure:4255: checking for egrep configure:4317: result: /bin/grep -E configure:4322: checking for ANSI C header files configure:4342: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:4342: $? = 0 configure:4426: result: yes configure:4439: checking for sys/types.h configure:4439: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:4439: $? = 0 configure:4439: result: yes configure:4439: checking for sys/stat.h configure:4439: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:4439: $? = 0 configure:4439: result: yes configure:4439: checking for stdlib.h configure:4439: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:4439: $? = 0 configure:4439: result: yes configure:4439: checking for string.h configure:4439: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:4439: $? = 0 configure:4439: result: yes configure:4439: checking for memory.h configure:4439: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:4439: $? = 0 configure:4439: result: yes configure:4439: checking for strings.h configure:4439: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:4439: $? = 0 configure:4439: result: yes configure:4439: checking for inttypes.h configure:4439: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:4439: $? = 0 configure:4439: result: yes configure:4439: checking for stdint.h configure:4439: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:4439: $? = 0 configure:4439: result: yes configure:4439: checking for unistd.h configure:4439: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:4439: $? = 0 configure:4439: result: yes configure:4452: checking minix/config.h usability configure:4452: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c:52:10: fatal error: minix/config.h: No such file or directory #include ^~~~~~~~~~~~~~~~ compilation terminated. configure:4452: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 | /* 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:4452: result: no configure:4452: checking minix/config.h presence configure:4452: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c conftest.c:19:10: fatal error: minix/config.h: No such file or directory #include ^~~~~~~~~~~~~~~~ compilation terminated. configure:4452: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 | /* end confdefs.h. */ | #include configure:4452: result: no configure:4452: checking for minix/config.h configure:4452: result: no configure:4473: checking whether it is safe to define __EXTENSIONS__ configure:4491: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:4491: $? = 0 configure:4498: result: yes configure:4528: checking for a BSD-compatible install configure:4596: result: /usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c configure:4607: checking whether build environment is sane configure:4662: result: yes configure:4718: checking for armv7a-pip-linux-gnueabi-strip configure:4734: found /usr/bin/armv7a-pip-linux-gnueabi-strip configure:4745: result: armv7a-pip-linux-gnueabi-strip configure:4810: checking for a thread-safe mkdir -p configure:4849: result: /bin/mkdir -p configure:4856: checking for gawk configure:4872: found /usr/bin/gawk configure:4883: result: gawk configure:4894: checking whether make sets $(MAKE) configure:4916: result: yes configure:4946: checking for style of include used by make configure:4974: result: GNU configure:5008: checking whether make supports nested variables configure:5025: result: yes configure:5104: checking how to create a pax tar archive configure:5115: tar --version tar (GNU tar) 1.30 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:5118: $? = 0 configure:5158: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar configure:5161: $? = 0 configure:5165: tar -xf - &5 configure:5522: $? = 0 configure:5524: armv7a-pip-linux-gnueabi-ar cru libconftest.a conftest.o >&5 configure:5527: $? = 0 configure:5555: result: ar configure:5619: Default --exec-prefix detected. configure:5623: --bindir defaults to /bin configure:5630: --sbindir defaults to /sbin configure:5690: checking for armv7a-pip-linux-gnueabi-gcc option to accept ISO C99 configure:5839: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:5839: $? = 0 configure:5852: result: none needed configure:5960: checking for armv7a-pip-linux-gnueabi-gcc option to accept ISO Standard C configure:5971: result: none needed configure:5982: checking for bison configure:5998: found /usr/bin/bison configure:6009: result: bison -y configure:6025: checking build system type configure:6039: result: x86_64-pc-linux-gnu configure:6059: checking host system type configure:6072: result: armv7a-pip-linux-gnueabi configure:6092: checking for an ANSI C-conforming const configure:6158: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:6158: $? = 0 configure:6165: result: yes configure:6173: checking for working volatile configure:6192: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:6192: $? = 0 configure:6199: result: yes configure:6207: checking whether byte ordering is bigendian configure:6413: result: no configure:6434: checking whether compiler handles -fno-common configure:6458: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-common conftest.c configure:6458: $? = 0 configure:6470: result: yes configure:6478: checking whether compiler handles -Wall configure:6502: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wall conftest.c configure:6502: $? = 0 configure:6514: result: yes configure:6522: checking whether compiler handles -Werror=sequence-point configure:6546: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Werror=sequence-point conftest.c configure:6546: $? = 0 configure:6558: result: yes configure:6566: checking whether compiler handles -Wextra configure:6590: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wextra conftest.c configure:6590: $? = 0 configure:6602: result: yes configure:6610: checking whether compiler handles -Wextra-semi configure:6634: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wextra-semi conftest.c armv7a-pip-linux-gnueabi-gcc: error: unrecognized command line option '-Wextra-semi'; did you mean '-Wextra'? configure:6634: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:6646: result: no configure:6654: checking whether compiler handles -Wembedded-directive configure:6678: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wembedded-directive conftest.c armv7a-pip-linux-gnueabi-gcc: error: unrecognized command line option '-Wembedded-directive' configure:6678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:6690: result: no configure:6698: checking whether compiler handles -Wmissing-declarations configure:6722: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wmissing-declarations conftest.c configure:6722: $? = 0 configure:6734: result: yes configure:6742: checking whether compiler handles -Wmissing-parameter-type configure:6766: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wmissing-parameter-type conftest.c configure:6766: $? = 0 configure:6778: result: yes configure:6786: checking whether compiler handles -Wmissing-prototypes configure:6810: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wmissing-prototypes conftest.c configure:6810: $? = 0 configure:6822: result: yes configure:6830: checking whether compiler handles -Wno-missing-field-initializers configure:6854: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wno-missing-field-initializers conftest.c configure:6854: $? = 0 configure:6866: result: yes configure:6874: checking whether compiler handles -Wredundant-decls configure:6898: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wredundant-decls conftest.c configure:6898: $? = 0 configure:6910: result: yes configure:6918: checking whether compiler handles -Wsign-compare configure:6942: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wsign-compare conftest.c configure:6942: $? = 0 configure:6954: result: yes configure:6962: checking whether compiler handles -Wtype-limits configure:6986: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wtype-limits conftest.c configure:6986: $? = 0 configure:6998: result: yes configure:7006: checking whether compiler handles -Wuninitialized configure:7030: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wuninitialized conftest.c configure:7030: $? = 0 configure:7042: result: yes configure:7050: checking whether compiler handles -Wunused-but-set-parameter configure:7074: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wunused-but-set-parameter conftest.c configure:7074: $? = 0 configure:7086: result: yes configure:7094: checking whether compiler handles -Wunused-but-set-variable configure:7118: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wunused-but-set-variable conftest.c configure:7118: $? = 0 configure:7130: result: yes configure:7138: checking whether compiler handles -Wunused-parameter configure:7162: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wunused-parameter conftest.c configure:7162: $? = 0 configure:7174: result: yes configure:7182: checking whether compiler handles -Wunused-result configure:7206: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wunused-result conftest.c configure:7206: $? = 0 configure:7218: result: yes configure:7226: checking whether compiler handles -Wunused-variable configure:7250: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wunused-variable conftest.c configure:7250: $? = 0 configure:7262: result: yes configure:7270: checking whether compiler handles -Wnested-externs configure:7294: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wnested-externs conftest.c configure:7294: $? = 0 configure:7306: result: yes configure:7314: checking whether compiler handles -Wpointer-arith configure:7338: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wpointer-arith conftest.c configure:7338: $? = 0 configure:7350: result: yes configure:7358: checking whether compiler handles -Wstrict-prototypes configure:7382: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wstrict-prototypes conftest.c configure:7382: $? = 0 configure:7394: result: yes configure:7402: checking whether compiler handles -Wformat-security configure:7426: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wformat-security conftest.c configure:7426: $? = 0 configure:7438: result: yes configure:7446: checking whether compiler handles -Wimplicit-function-declaration configure:7470: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wimplicit-function-declaration conftest.c configure:7470: $? = 0 configure:7482: result: yes configure:7492: checking whether compiler handles -Wno-clobbered configure:7516: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wno-clobbered conftest.c configure:7516: $? = 0 configure:7528: result: yes configure:7537: checking whether compiler handles -Wno-unused-parameter configure:7561: armv7a-pip-linux-gnueabi-gcc -E -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wno-unused-parameter conftest.c configure:7561: $? = 0 configure:7573: result: yes configure:7687: checking how to print strings configure:7714: result: printf configure:7735: checking for a sed that does not truncate output configure:7799: result: /bin/sed configure:7817: checking for fgrep configure:7879: result: /bin/grep -F configure:7914: checking for ld used by armv7a-pip-linux-gnueabi-gcc configure:7981: result: /usr/libexec/gcc/armv7a-pip-linux-gnueabi/ld configure:7988: checking if the linker (/usr/libexec/gcc/armv7a-pip-linux-gnueabi/ld) is GNU ld configure:8003: result: yes configure:8015: checking for BSD- or MS-compatible name lister (nm) configure:8069: result: /usr/bin/armv7a-pip-linux-gnueabi-nm -B configure:8199: checking the name lister (/usr/bin/armv7a-pip-linux-gnueabi-nm -B) interface configure:8206: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:8209: /usr/bin/armv7a-pip-linux-gnueabi-nm -B "conftest.o" configure:8212: output 00000000 T some_variable configure:8219: result: BSD nm configure:8222: checking whether ln -s works configure:8226: result: yes configure:8234: checking the maximum length of command line arguments configure:8365: result: 1572864 configure:8413: checking how to convert x86_64-pc-linux-gnu file names to armv7a-pip-linux-gnueabi format configure:8453: result: func_convert_file_noop configure:8460: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:8480: result: func_convert_file_noop configure:8487: checking for /usr/libexec/gcc/armv7a-pip-linux-gnueabi/ld option to reload object files configure:8494: result: -r configure:8528: checking for armv7a-pip-linux-gnueabi-objdump configure:8544: found /usr/bin/armv7a-pip-linux-gnueabi-objdump configure:8555: result: armv7a-pip-linux-gnueabi-objdump configure:8627: checking how to recognize dependent libraries configure:8827: result: pass_all configure:8872: checking for armv7a-pip-linux-gnueabi-dlltool configure:8902: result: no configure:8912: checking for dlltool configure:8942: result: no configure:8972: checking how to associate runtime and link libraries configure:8999: result: printf %s\n configure:9015: checking for armv7a-pip-linux-gnueabi-ar configure:9042: result: armv7a-pip-linux-gnueabi-ar configure:9123: checking for archiver @FILE support configure:9140: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:9140: $? = 0 configure:9143: armv7a-pip-linux-gnueabi-ar cru libconftest.a @conftest.lst >&5 configure:9146: $? = 0 configure:9151: armv7a-pip-linux-gnueabi-ar cru libconftest.a @conftest.lst >&5 armv7a-pip-linux-gnueabi-ar: conftest.o: No such file or directory configure:9154: $? = 1 configure:9166: result: @ configure:9184: checking for armv7a-pip-linux-gnueabi-strip configure:9211: result: armv7a-pip-linux-gnueabi-strip configure:9283: checking for armv7a-pip-linux-gnueabi-ranlib configure:9299: found /usr/bin/armv7a-pip-linux-gnueabi-ranlib configure:9310: result: armv7a-pip-linux-gnueabi-ranlib configure:9452: checking command to parse /usr/bin/armv7a-pip-linux-gnueabi-nm -B output from armv7a-pip-linux-gnueabi-gcc object configure:9605: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:9608: $? = 0 configure:9612: /usr/bin/armv7a-pip-linux-gnueabi-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:9615: $? = 0 configure:9681: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c conftstm.o >&5 configure:9684: $? = 0 configure:9722: result: ok configure:9769: checking for sysroot configure:9799: result: no configure:9806: checking for a working dd configure:9844: result: /bin/dd configure:9848: checking how to truncate binary pipes configure:9863: result: /bin/dd bs=4096 count=1 configure:10152: checking for armv7a-pip-linux-gnueabi-mt configure:10182: result: no configure:10192: checking for mt configure:10222: result: no configure:10242: checking if : is a manifest tool configure:10248: : '-?' configure:10256: result: no configure:10930: checking for dlfcn.h configure:10930: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:10930: $? = 0 configure:10930: result: yes configure:11186: checking for objdir configure:11201: result: .libs configure:11465: checking if armv7a-pip-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions configure:11483: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:11487: $? = 0 configure:11500: result: no configure:11858: checking for armv7a-pip-linux-gnueabi-gcc option to produce PIC configure:11865: result: -fPIC -DPIC configure:11873: checking if armv7a-pip-linux-gnueabi-gcc PIC flag -fPIC -DPIC works configure:11891: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fPIC -DPIC -DPIC conftest.c >&5 configure:11895: $? = 0 configure:11908: result: yes configure:11937: checking if armv7a-pip-linux-gnueabi-gcc static flag -static works configure:11965: result: yes configure:11980: checking if armv7a-pip-linux-gnueabi-gcc supports -c -o file.o configure:12001: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -o out/conftest2.o conftest.c >&5 configure:12005: $? = 0 configure:12027: result: yes configure:12035: checking if armv7a-pip-linux-gnueabi-gcc supports -c -o file.o configure:12082: result: yes configure:12115: checking whether the armv7a-pip-linux-gnueabi-gcc linker (/usr/libexec/gcc/armv7a-pip-linux-gnueabi/ld) supports shared libraries configure:13374: result: yes configure:13411: checking whether -lc should be explicitly linked in configure:13419: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:13422: $? = 0 configure:13437: armv7a-pip-linux-gnueabi-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:13440: $? = 0 configure:13454: result: no configure:13614: checking dynamic linker characteristics configure:14195: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin -Wl,-rpath -Wl,/foo conftest.c >&5 configure:14195: $? = 0 configure:14435: result: GNU/Linux ld.so configure:14557: checking how to hardcode library paths into programs configure:14582: result: immediate configure:15130: checking whether stripping libraries is possible configure:15135: result: yes configure:15170: checking if libtool supports shared libraries configure:15172: result: yes configure:15175: checking whether to build shared libraries configure:15200: result: yes configure:15203: checking whether to build static libraries configure:15207: result: no configure:15260: checking linker version script flag configure:15293: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin -Wl,--version-script,conftest.map conftest.c >&5 configure:15293: $? = 0 configure:15383: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin -Wl,--version-script,conftest.map conftest.c >&5 /usr/libexec/gcc/armv7a-pip-linux-gnueabi/ld.gold: error: conftest.map:3:1: syntax error, unexpected $end, expecting '}' /usr/libexec/gcc/armv7a-pip-linux-gnueabi/ld.gold: fatal error: unable to parse version script file conftest.map collect2: error: ld returned 1 exit status configure:15383: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | int show, hide; | int | main () | { | | ; | return 0; | } configure:15401: result: --version-script configure:15408: checking if version scripts can use complex wildcards configure:15441: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin -Wl,--version-script,conftest.map conftest.c >&5 configure:15441: $? = 0 configure:15458: result: yes configure:15519: checking for armv7a-pip-linux-gnueabi-pkg-config configure:15537: found /usr/bin/armv7a-pip-linux-gnueabi-pkg-config configure:15549: result: /usr/bin/armv7a-pip-linux-gnueabi-pkg-config configure:15617: checking pkg-config is at least version 0.9.0 configure:15620: result: yes configure:15662: checking whether to build gtk-doc documentation configure:15664: result: no configure:15671: checking for gtkdoc-check configure:15704: result: no configure:15732: checking for xsltproc configure:15750: found /usr/bin/xsltproc configure:15762: result: /usr/bin/xsltproc configure:15950: checking for special C compiler options needed for large files configure:15995: result: no configure:16001: checking for _FILE_OFFSET_BITS value needed for large files configure:16026: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:16026: $? = 0 configure:16058: result: no configure:16144: checking whether to enable assertions configure:16162: result: yes configure:16165: checking whether struct tm is in sys/time.h or time.h configure:16185: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:16185: $? = 0 configure:16192: result: time.h configure:16200: checking for struct tm.tm_zone configure:16200: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:16200: $? = 0 configure:16200: result: yes configure:16270: checking whether NLS is requested configure:16279: result: yes configure:16319: checking for msgfmt configure: trying /usr/bin/msgfmt... 0 translated messages. configure:16351: result: /usr/bin/msgfmt configure:16360: checking for gmsgfmt configure:16378: found /usr/bin/gmsgfmt configure:16391: result: /usr/bin/gmsgfmt configure:16441: checking for xgettext configure: trying /usr/bin/xgettext... /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C configure:16473: result: /usr/bin/xgettext configure:16518: checking for msgmerge configure: trying /usr/bin/msgmerge... configure:16549: result: /usr/bin/msgmerge configure:16607: checking for ld used by armv7a-pip-linux-gnueabi-gcc configure:16674: result: /usr/libexec/gcc/armv7a-pip-linux-gnueabi/ld configure:16681: checking if the linker (/usr/libexec/gcc/armv7a-pip-linux-gnueabi/ld) is GNU ld configure:16696: result: yes configure:16703: checking for shared library run path origin configure:16716: result: done configure:17288: checking for CFPreferencesCopyAppValue configure:17306: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:30:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:17306: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | #include | int | main () | { | CFPreferencesCopyAppValue(NULL, NULL) | ; | return 0; | } configure:17315: result: no configure:17322: checking for CFLocaleCopyCurrent configure:17340: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:30:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:17340: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | #include | int | main () | { | CFLocaleCopyCurrent(); | ; | return 0; | } configure:17349: result: no configure:17398: checking for GNU gettext in libc configure:17422: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:17422: $? = 0 configure:17431: result: yes configure:18259: checking whether to use NLS configure:18261: result: yes configure:18264: checking where the gettext function comes from configure:18275: result: libc configure:18346: checking for linux/compiler.h configure:18346: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c:39:10: fatal error: linux/compiler.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:18346: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | /* end confdefs.h. */ | | #ifdef HAVE_LINUX_COMPILER_H | #include | #endif | | | #include configure:18346: result: no configure:18346: checking for linux/blkpg.h configure:18346: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18346: $? = 0 configure:18346: result: yes configure:18346: checking for linux/major.h configure:18346: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18346: $? = 0 configure:18346: result: yes configure:18425: checking asm/io.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c:68:10: fatal error: asm/io.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_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:18425: result: no configure:18425: checking asm/io.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c conftest.c:35:10: fatal error: asm/io.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | /* end confdefs.h. */ | #include configure:18425: result: no configure:18425: checking for asm/io.h configure:18425: result: no configure:18425: checking err.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking err.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for err.h configure:18425: result: yes configure:18425: checking errno.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking errno.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for errno.h configure:18425: result: yes configure:18425: checking fcntl.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking fcntl.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for fcntl.h configure:18425: result: yes configure:18425: checking getopt.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking getopt.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for getopt.h configure:18425: result: yes configure:18425: checking for inttypes.h configure:18425: result: yes configure:18425: checking lastlog.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking lastlog.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for lastlog.h configure:18425: result: yes configure:18425: checking libutil.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c:74:10: fatal error: libutil.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_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:18425: result: no configure:18425: checking libutil.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c conftest.c:41:10: fatal error: libutil.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | /* end confdefs.h. */ | #include configure:18425: result: no configure:18425: checking for libutil.h configure:18425: result: no configure:18425: checking linux/btrfs.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking linux/btrfs.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for linux/btrfs.h configure:18425: result: yes configure:18425: checking linux/cdrom.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking linux/cdrom.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for linux/cdrom.h configure:18425: result: yes configure:18425: checking linux/falloc.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking linux/falloc.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for linux/falloc.h configure:18425: result: yes configure:18425: checking linux/watchdog.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking linux/watchdog.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for linux/watchdog.h configure:18425: result: yes configure:18425: checking linux/fd.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking linux/fd.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for linux/fd.h configure:18425: result: yes configure:18425: checking linux/raw.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking linux/raw.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for linux/raw.h configure:18425: result: yes configure:18425: checking linux/tiocl.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking linux/tiocl.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for linux/tiocl.h configure:18425: result: yes configure:18425: checking linux/version.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking linux/version.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for linux/version.h configure:18425: result: yes configure:18425: checking linux/securebits.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking linux/securebits.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for linux/securebits.h configure:18425: result: yes configure:18425: checking linux/net_namespace.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking linux/net_namespace.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for linux/net_namespace.h configure:18425: result: yes configure:18425: checking locale.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking locale.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for locale.h configure:18425: result: yes configure:18425: checking mntent.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking mntent.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for mntent.h configure:18425: result: yes configure:18425: checking net/if.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking net/if.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for net/if.h configure:18425: result: yes configure:18425: checking net/if_dl.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c:87:10: fatal error: net/if_dl.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_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:18425: result: no configure:18425: checking net/if_dl.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c conftest.c:54:10: fatal error: net/if_dl.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | /* end confdefs.h. */ | #include configure:18425: result: no configure:18425: checking for net/if_dl.h configure:18425: result: no configure:18425: checking netinet/in.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking netinet/in.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for netinet/in.h configure:18425: result: yes configure:18425: checking paths.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking paths.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for paths.h configure:18425: result: yes configure:18425: checking pty.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking pty.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for pty.h configure:18425: result: yes configure:18425: checking for security/pam_appl.h configure:18425: result: no configure:18425: checking for stdint.h configure:18425: result: yes configure:18425: checking stdio_ext.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking stdio_ext.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for stdio_ext.h configure:18425: result: yes configure:18425: checking for stdlib.h configure:18425: result: yes configure:18425: checking endian.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking endian.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for endian.h configure:18425: result: yes configure:18425: checking byteswap.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking byteswap.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for byteswap.h configure:18425: result: yes configure:18425: checking sys/endian.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c:95:10: fatal error: sys/endian.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_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:18425: result: no configure:18425: checking sys/endian.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c conftest.c:62:10: fatal error: sys/endian.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | /* end confdefs.h. */ | #include configure:18425: result: no configure:18425: checking for sys/endian.h configure:18425: result: no configure:18425: checking sys/disk.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c:95:10: fatal error: sys/disk.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_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:18425: result: no configure:18425: checking sys/disk.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c conftest.c:62:10: fatal error: sys/disk.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | /* end confdefs.h. */ | #include configure:18425: result: no configure:18425: checking for sys/disk.h configure:18425: result: no configure:18425: checking sys/disklabel.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c:95:10: fatal error: sys/disklabel.h: No such file or directory #include ^~~~~~~~~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_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:18425: result: no configure:18425: checking sys/disklabel.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c conftest.c:62:10: fatal error: sys/disklabel.h: No such file or directory #include ^~~~~~~~~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | /* end confdefs.h. */ | #include configure:18425: result: no configure:18425: checking for sys/disklabel.h configure:18425: result: no configure:18425: checking sys/file.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking sys/file.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for sys/file.h configure:18425: result: yes configure:18425: checking sys/io.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking sys/io.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for sys/io.h configure:18425: result: yes configure:18425: checking sys/ioccom.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c:97:10: fatal error: sys/ioccom.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_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:18425: result: no configure:18425: checking sys/ioccom.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c conftest.c:64:10: fatal error: sys/ioccom.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | /* end confdefs.h. */ | #include configure:18425: result: no configure:18425: checking for sys/ioccom.h configure:18425: result: no configure:18425: checking sys/ioctl.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking sys/ioctl.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for sys/ioctl.h configure:18425: result: yes configure:18425: checking sys/mkdev.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c:98:10: fatal error: sys/mkdev.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_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:18425: result: no configure:18425: checking sys/mkdev.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c conftest.c:65:10: fatal error: sys/mkdev.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | /* end confdefs.h. */ | #include configure:18425: result: no configure:18425: checking for sys/mkdev.h configure:18425: result: no configure:18425: checking sys/mount.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking sys/mount.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for sys/mount.h configure:18425: result: yes configure:18425: checking sys/param.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking sys/param.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for sys/param.h configure:18425: result: yes configure:18425: checking sys/prctl.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking sys/prctl.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for sys/prctl.h configure:18425: result: yes configure:18425: checking sys/resource.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking sys/resource.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for sys/resource.h configure:18425: result: yes configure:18425: checking sys/signalfd.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking sys/signalfd.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for sys/signalfd.h configure:18425: result: yes configure:18425: checking sys/socket.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking sys/socket.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for sys/socket.h configure:18425: result: yes configure:18425: checking sys/sockio.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c:104:10: fatal error: sys/sockio.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_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:18425: result: no configure:18425: checking sys/sockio.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c conftest.c:71:10: fatal error: sys/sockio.h: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include configure:18425: result: no configure:18425: checking for sys/sockio.h configure:18425: result: no configure:18425: checking for sys/stat.h configure:18425: result: yes configure:18425: checking sys/sysmacros.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking sys/sysmacros.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for sys/sysmacros.h configure:18425: result: yes configure:18425: checking sys/swap.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking sys/swap.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for sys/swap.h configure:18425: result: yes configure:18425: checking sys/syscall.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking sys/syscall.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for sys/syscall.h configure:18425: result: yes configure:18425: checking sys/time.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking sys/time.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for sys/time.h configure:18425: result: yes configure:18425: checking sys/timex.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking sys/timex.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for sys/timex.h configure:18425: result: yes configure:18425: checking sys/ttydefaults.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking sys/ttydefaults.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for sys/ttydefaults.h configure:18425: result: yes configure:18425: checking for sys/types.h configure:18425: result: yes configure:18425: checking sys/ucred.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c:112:10: fatal error: sys/ucred.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_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:18425: result: no configure:18425: checking sys/ucred.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c conftest.c:79:10: fatal error: sys/ucred.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:18425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | /* end confdefs.h. */ | #include configure:18425: result: no configure:18425: checking for sys/ucred.h configure:18425: result: no configure:18425: checking sys/un.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking sys/un.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for sys/un.h configure:18425: result: yes configure:18425: checking for unistd.h configure:18425: result: yes configure:18425: checking shadow.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking shadow.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for shadow.h configure:18425: result: yes configure:18425: checking utmp.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking utmp.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for utmp.h configure:18425: result: yes configure:18425: checking utmpx.h usability configure:18425: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking utmpx.h presence configure:18425: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18425: $? = 0 configure:18425: result: yes configure:18425: checking for utmpx.h configure:18425: result: yes configure:18442: checking for linux/fs.h configure:18442: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 In file included from conftest.c:85:0: /usr/armv7a-pip-linux-gnueabi/usr/include/sys/mount.h:35:3: error: expected identifier before numeric constant MS_RDONLY = 1, /* Mount read-only. */ ^ configure:18442: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_MOUNT_H | # include | # include | #endif | | | #include configure:18442: result: no configure:18461: checking for linux/gsmmux.h configure:18461: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18461: $? = 0 configure:18461: result: yes configure:18478: checking for security/pam_misc.h configure:18478: result: no configure:18512: checking linux/blkzoned.h usability configure:18512: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18512: $? = 0 configure:18512: result: yes configure:18512: checking linux/blkzoned.h presence configure:18512: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18512: $? = 0 configure:18512: result: yes configure:18512: checking for linux/blkzoned.h configure:18512: result: yes configure:18525: checking for security/openpam.h configure:18525: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c:92:10: fatal error: security/openpam.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:18525: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SECURITY_PAM_APPL_H | #include | #endif | | | #include configure:18525: result: no configure:18543: checking langinfo.h usability configure:18543: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18543: $? = 0 configure:18543: result: yes configure:18543: checking langinfo.h presence configure:18543: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:18543: $? = 0 configure:18543: result: yes configure:18543: checking for langinfo.h configure:18543: result: yes configure:18570: checking whether langinfo.h defines ALTMON_x constants configure:18599: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:95:21: error: 'ALTMON_1' undeclared (first use in this function); did you mean 'ABMON_1'? str = nl_langinfo (ALTMON_1); ^~~~~~~~ ABMON_1 conftest.c:95:21: note: each undeclared identifier is reported only once for each function it appears in conftest.c:96:21: error: 'ALTMON_2' undeclared (first use in this function); did you mean 'ALTMON_1'? str = nl_langinfo (ALTMON_2); ^~~~~~~~ ALTMON_1 conftest.c:97:21: error: 'ALTMON_3' undeclared (first use in this function); did you mean 'ALTMON_2'? str = nl_langinfo (ALTMON_3); ^~~~~~~~ ALTMON_2 conftest.c:98:21: error: 'ALTMON_4' undeclared (first use in this function); did you mean 'ALTMON_3'? str = nl_langinfo (ALTMON_4); ^~~~~~~~ ALTMON_3 conftest.c:99:21: error: 'ALTMON_5' undeclared (first use in this function); did you mean 'ALTMON_4'? str = nl_langinfo (ALTMON_5); ^~~~~~~~ ALTMON_4 conftest.c:100:21: error: 'ALTMON_6' undeclared (first use in this function); did you mean 'ALTMON_5'? str = nl_langinfo (ALTMON_6); ^~~~~~~~ ALTMON_5 conftest.c:101:21: error: 'ALTMON_7' undeclared (first use in this function); did you mean 'ALTMON_6'? str = nl_langinfo (ALTMON_7); ^~~~~~~~ ALTMON_6 conftest.c:102:21: error: 'ALTMON_8' undeclared (first use in this function); did you mean 'ALTMON_7'? str = nl_langinfo (ALTMON_8); ^~~~~~~~ ALTMON_7 conftest.c:103:21: error: 'ALTMON_9' undeclared (first use in this function); did you mean 'ALTMON_8'? str = nl_langinfo (ALTMON_9); ^~~~~~~~ ALTMON_8 conftest.c:104:21: error: 'ALTMON_10' undeclared (first use in this function); did you mean 'ALTMON_1'? str = nl_langinfo (ALTMON_10); ^~~~~~~~~ ALTMON_1 conftest.c:105:21: error: 'ALTMON_11' undeclared (first use in this function); did you mean 'ALTMON_10'? str = nl_langinfo (ALTMON_11); ^~~~~~~~~ ALTMON_10 conftest.c:106:21: error: 'ALTMON_12' undeclared (first use in this function); did you mean 'ALTMON_11'? str = nl_langinfo (ALTMON_12); ^~~~~~~~~ ALTMON_11 configure:18599: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | /* end confdefs.h. */ | | #include | | int | main () | { | | char *str; | str = nl_langinfo (ALTMON_1); | str = nl_langinfo (ALTMON_2); | str = nl_langinfo (ALTMON_3); | str = nl_langinfo (ALTMON_4); | str = nl_langinfo (ALTMON_5); | str = nl_langinfo (ALTMON_6); | str = nl_langinfo (ALTMON_7); | str = nl_langinfo (ALTMON_8); | str = nl_langinfo (ALTMON_9); | str = nl_langinfo (ALTMON_10); | str = nl_langinfo (ALTMON_11); | str = nl_langinfo (ALTMON_12); | | ; | return 0; | } configure:18609: result: no configure:18616: checking whether langinfo.h defines _NL_ABALTMON_x constants configure:18645: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:95:21: error: '_NL_ABALTMON_1' undeclared (first use in this function); did you mean '_NL_WABMON_1'? str = nl_langinfo (_NL_ABALTMON_1); ^~~~~~~~~~~~~~ _NL_WABMON_1 conftest.c:95:21: note: each undeclared identifier is reported only once for each function it appears in conftest.c:96:21: error: '_NL_ABALTMON_2' undeclared (first use in this function); did you mean '_NL_ABALTMON_1'? str = nl_langinfo (_NL_ABALTMON_2); ^~~~~~~~~~~~~~ _NL_ABALTMON_1 conftest.c:97:21: error: '_NL_ABALTMON_3' undeclared (first use in this function); did you mean '_NL_ABALTMON_2'? str = nl_langinfo (_NL_ABALTMON_3); ^~~~~~~~~~~~~~ _NL_ABALTMON_2 conftest.c:98:21: error: '_NL_ABALTMON_4' undeclared (first use in this function); did you mean '_NL_ABALTMON_3'? str = nl_langinfo (_NL_ABALTMON_4); ^~~~~~~~~~~~~~ _NL_ABALTMON_3 conftest.c:99:21: error: '_NL_ABALTMON_5' undeclared (first use in this function); did you mean '_NL_ABALTMON_4'? str = nl_langinfo (_NL_ABALTMON_5); ^~~~~~~~~~~~~~ _NL_ABALTMON_4 conftest.c:100:21: error: '_NL_ABALTMON_6' undeclared (first use in this function); did you mean '_NL_ABALTMON_5'? str = nl_langinfo (_NL_ABALTMON_6); ^~~~~~~~~~~~~~ _NL_ABALTMON_5 conftest.c:101:21: error: '_NL_ABALTMON_7' undeclared (first use in this function); did you mean '_NL_ABALTMON_6'? str = nl_langinfo (_NL_ABALTMON_7); ^~~~~~~~~~~~~~ _NL_ABALTMON_6 conftest.c:102:21: error: '_NL_ABALTMON_8' undeclared (first use in this function); did you mean '_NL_ABALTMON_7'? str = nl_langinfo (_NL_ABALTMON_8); ^~~~~~~~~~~~~~ _NL_ABALTMON_7 conftest.c:103:21: error: '_NL_ABALTMON_9' undeclared (first use in this function); did you mean '_NL_ABALTMON_8'? str = nl_langinfo (_NL_ABALTMON_9); ^~~~~~~~~~~~~~ _NL_ABALTMON_8 conftest.c:104:21: error: '_NL_ABALTMON_10' undeclared (first use in this function); did you mean '_NL_ABALTMON_1'? str = nl_langinfo (_NL_ABALTMON_10); ^~~~~~~~~~~~~~~ _NL_ABALTMON_1 conftest.c:105:21: error: '_NL_ABALTMON_11' undeclared (first use in this function); did you mean '_NL_ABALTMON_10'? str = nl_langinfo (_NL_ABALTMON_11); ^~~~~~~~~~~~~~~ _NL_ABALTMON_10 conftest.c:106:21: error: '_NL_ABALTMON_12' undeclared (first use in this function); did you mean '_NL_ABALTMON_11'? str = nl_langinfo (_NL_ABALTMON_12); ^~~~~~~~~~~~~~~ _NL_ABALTMON_11 configure:18645: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | /* end confdefs.h. */ | | #include | | int | main () | { | | char *str; | str = nl_langinfo (_NL_ABALTMON_1); | str = nl_langinfo (_NL_ABALTMON_2); | str = nl_langinfo (_NL_ABALTMON_3); | str = nl_langinfo (_NL_ABALTMON_4); | str = nl_langinfo (_NL_ABALTMON_5); | str = nl_langinfo (_NL_ABALTMON_6); | str = nl_langinfo (_NL_ABALTMON_7); | str = nl_langinfo (_NL_ABALTMON_8); | str = nl_langinfo (_NL_ABALTMON_9); | str = nl_langinfo (_NL_ABALTMON_10); | str = nl_langinfo (_NL_ABALTMON_11); | str = nl_langinfo (_NL_ABALTMON_12); | | ; | return 0; | } configure:18655: result: no configure:18702: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18702: $? = 0 configure:18710: checking for struct termios.c_line configure:18710: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18710: $? = 0 configure:18710: result: yes configure:18722: checking for struct stat.st_mtim.tv_nsec configure:18722: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18722: $? = 0 configure:18722: result: yes configure:18734: checking whether _NL_TIME_WEEK_1STDAY is declared configure:18734: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18734: $? = 0 configure:18734: result: yes configure:18747: checking whether llseek is declared configure:18747: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:100:10: error: 'llseek' undeclared (first use in this function); did you mean 'lseek'? (void) llseek; ^~~~~~ lseek conftest.c:100:10: note: each undeclared identifier is reported only once for each function it appears in configure:18747: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_STRUCT_TERMIOS_C_LINE 1 | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef llseek | #ifdef __cplusplus | (void) llseek; | #else | (void) llseek; | #endif | #endif | | ; | return 0; | } configure:18747: result: no configure:18756: checking whether lseek64 is declared configure:18756: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c:91:0: warning: "_LARGEFILE_SOURCE" redefined #define _LARGEFILE_SOURCE :0:0: note: this is the location of the previous definition conftest.c:92:0: warning: "_LARGEFILE64_SOURCE" redefined #define _LARGEFILE64_SOURCE :0:0: note: this is the location of the previous definition configure:18756: $? = 0 configure:18756: result: yes configure:18767: checking whether environ is declared configure:18767: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18767: $? = 0 configure:18767: result: yes configure:18775: checking whether strsignal is declared configure:18775: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18775: $? = 0 configure:18775: result: yes configure:18783: checking whether TIOCGLCKTRMIOS is declared configure:18783: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18783: $? = 0 configure:18783: result: yes configure:18791: checking whether SOCK_CLOEXEC is declared configure:18791: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18791: $? = 0 configure:18791: result: yes configure:18800: checking whether SOCK_NONBLOCK is declared configure:18800: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18800: $? = 0 configure:18800: result: yes configure:18809: checking whether SO_PASSCRED is declared configure:18809: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:18809: $? = 0 configure:18809: result: yes configure:18871: checking for __fpending configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for secure_getenv configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for __secure_getenv configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 /usr/armv7a-pip-linux-gnueabi/tmp/portage/sys-apps/util-linux-2.32-r3/temp/ccxb7vrS.ltrans0.ltrans.o::function main: error: undefined reference to '__secure_getenv' collect2: error: ld returned 1 exit status configure:18871: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_STRUCT_TERMIOS_C_LINE 1 | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 | #define HAVE_LSEEK64_PROTOTYPE 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_STRSIGNAL_DECL 1 | #define HAVE___FPENDING 1 | #define HAVE_SECURE_GETENV 1 | /* end confdefs.h. */ | /* Define __secure_getenv to an innocuous variant, in case declares __secure_getenv. | For example, HP-UX 11i declares gettimeofday. */ | #define __secure_getenv innocuous___secure_getenv | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __secure_getenv (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __secure_getenv | | /* 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 __secure_getenv (); | /* 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___secure_getenv || defined __stub_____secure_getenv | choke me | #endif | | int | main () | { | return __secure_getenv (); | ; | return 0; | } configure:18871: result: no configure:18871: checking for eaccess configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for err configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for errx configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for explicit_bzero configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for fsync configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for utimensat configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for getdomainname configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for getdtablesize configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for getexecname configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 /usr/armv7a-pip-linux-gnueabi/tmp/portage/sys-apps/util-linux-2.32-r3/temp/ccApR9VO.ltrans0.ltrans.o::function main: error: undefined reference to 'getexecname' collect2: error: ld returned 1 exit status configure:18871: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_STRUCT_TERMIOS_C_LINE 1 | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 | #define HAVE_LSEEK64_PROTOTYPE 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_STRSIGNAL_DECL 1 | #define HAVE___FPENDING 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_EACCESS 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FSYNC 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_GETDTABLESIZE 1 | /* end confdefs.h. */ | /* Define getexecname to an innocuous variant, in case declares getexecname. | For example, HP-UX 11i declares gettimeofday. */ | #define getexecname innocuous_getexecname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getexecname (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getexecname | | /* 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 getexecname (); | /* 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_getexecname || defined __stub___getexecname | choke me | #endif | | int | main () | { | return getexecname (); | ; | return 0; | } configure:18871: result: no configure:18871: checking for getmntinfo configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 /usr/armv7a-pip-linux-gnueabi/tmp/portage/sys-apps/util-linux-2.32-r3/temp/ccTwlLDU.ltrans0.ltrans.o::function main: error: undefined reference to 'getmntinfo' collect2: error: ld returned 1 exit status configure:18871: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_STRUCT_TERMIOS_C_LINE 1 | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 | #define HAVE_LSEEK64_PROTOTYPE 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_STRSIGNAL_DECL 1 | #define HAVE___FPENDING 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_EACCESS 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FSYNC 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_GETDTABLESIZE 1 | /* end confdefs.h. */ | /* Define getmntinfo to an innocuous variant, in case declares getmntinfo. | For example, HP-UX 11i declares gettimeofday. */ | #define getmntinfo innocuous_getmntinfo | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getmntinfo (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getmntinfo | | /* 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 getmntinfo (); | /* 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_getmntinfo || defined __stub___getmntinfo | choke me | #endif | | int | main () | { | return getmntinfo (); | ; | return 0; | } configure:18871: result: no configure:18871: checking for getrandom configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for getrlimit configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for getsgnam configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for inotify_init configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for jrand48 configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for lchown configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for llseek configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 /usr/armv7a-pip-linux-gnueabi/tmp/portage/sys-apps/util-linux-2.32-r3/temp/ccw3JyFC.ltrans0.ltrans.o::function main: warning: the `llseek' function may be dangerous; use `lseek64' instead. configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for lseek64 configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for mempcpy configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 conftest.c:135:6: warning: conflicting types for built-in function 'mempcpy' [-Wbuiltin-declaration-mismatch] char mempcpy (); ^~~~~~~ configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for mkostemp configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for nanosleep configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for ntp_gettime configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for personality configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for posix_fadvise configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for prctl configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for qsort_r configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for rpmatch configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for scandirat configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for setprogname configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 /usr/armv7a-pip-linux-gnueabi/tmp/portage/sys-apps/util-linux-2.32-r3/temp/cck5WnKX.ltrans0.ltrans.o::function main: error: undefined reference to 'setprogname' collect2: error: ld returned 1 exit status configure:18871: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_STRUCT_TERMIOS_C_LINE 1 | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 | #define HAVE_LSEEK64_PROTOTYPE 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_STRSIGNAL_DECL 1 | #define HAVE___FPENDING 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_EACCESS 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FSYNC 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSGNAM 1 | #define HAVE_INOTIFY_INIT 1 | #define HAVE_JRAND48 1 | #define HAVE_LCHOWN 1 | #define HAVE_LLSEEK 1 | #define HAVE_LSEEK64 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_NTP_GETTIME 1 | #define HAVE_PERSONALITY 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_PRCTL 1 | #define HAVE_QSORT_R 1 | #define HAVE_RPMATCH 1 | #define HAVE_SCANDIRAT 1 | /* end confdefs.h. */ | /* Define setprogname to an innocuous variant, in case declares setprogname. | For example, HP-UX 11i declares gettimeofday. */ | #define setprogname innocuous_setprogname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setprogname (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef setprogname | | /* 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 setprogname (); | /* 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_setprogname || defined __stub___setprogname | choke me | #endif | | int | main () | { | return setprogname (); | ; | return 0; | } configure:18871: result: no configure:18871: checking for setresgid configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for setresuid configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for sched_setattr configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 /usr/armv7a-pip-linux-gnueabi/tmp/portage/sys-apps/util-linux-2.32-r3/temp/ccmj89un.ltrans0.ltrans.o::function main: error: undefined reference to 'sched_setattr' collect2: error: ld returned 1 exit status configure:18871: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_STRUCT_TERMIOS_C_LINE 1 | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 | #define HAVE_LSEEK64_PROTOTYPE 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_STRSIGNAL_DECL 1 | #define HAVE___FPENDING 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_EACCESS 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FSYNC 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSGNAM 1 | #define HAVE_INOTIFY_INIT 1 | #define HAVE_JRAND48 1 | #define HAVE_LCHOWN 1 | #define HAVE_LLSEEK 1 | #define HAVE_LSEEK64 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_NTP_GETTIME 1 | #define HAVE_PERSONALITY 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_PRCTL 1 | #define HAVE_QSORT_R 1 | #define HAVE_RPMATCH 1 | #define HAVE_SCANDIRAT 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | /* end confdefs.h. */ | /* Define sched_setattr to an innocuous variant, in case declares sched_setattr. | For example, HP-UX 11i declares gettimeofday. */ | #define sched_setattr innocuous_sched_setattr | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sched_setattr (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef sched_setattr | | /* 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 sched_setattr (); | /* 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_sched_setattr || defined __stub___sched_setattr | choke me | #endif | | int | main () | { | return sched_setattr (); | ; | return 0; | } configure:18871: result: no configure:18871: checking for sched_setscheduler configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for sigqueue configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for srandom configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for strnchr configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 /usr/armv7a-pip-linux-gnueabi/tmp/portage/sys-apps/util-linux-2.32-r3/temp/ccRaJspI.ltrans0.ltrans.o::function main: error: undefined reference to 'strnchr' collect2: error: ld returned 1 exit status configure:18871: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_STRUCT_TERMIOS_C_LINE 1 | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 | #define HAVE_LSEEK64_PROTOTYPE 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_STRSIGNAL_DECL 1 | #define HAVE___FPENDING 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_EACCESS 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FSYNC 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSGNAM 1 | #define HAVE_INOTIFY_INIT 1 | #define HAVE_JRAND48 1 | #define HAVE_LCHOWN 1 | #define HAVE_LLSEEK 1 | #define HAVE_LSEEK64 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_NTP_GETTIME 1 | #define HAVE_PERSONALITY 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_PRCTL 1 | #define HAVE_QSORT_R 1 | #define HAVE_RPMATCH 1 | #define HAVE_SCANDIRAT 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SIGQUEUE 1 | #define HAVE_SRANDOM 1 | /* end confdefs.h. */ | /* Define strnchr to an innocuous variant, in case declares strnchr. | For example, HP-UX 11i declares gettimeofday. */ | #define strnchr innocuous_strnchr | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strnchr (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strnchr | | /* 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 strnchr (); | /* 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_strnchr || defined __stub___strnchr | choke me | #endif | | int | main () | { | return strnchr (); | ; | return 0; | } configure:18871: result: no configure:18871: checking for strndup configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 conftest.c:150:6: warning: conflicting types for built-in function 'strndup' [-Wbuiltin-declaration-mismatch] char strndup (); ^~~~~~~ configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for strnlen configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for sysconf configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for sysinfo configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for timegm configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for usleep configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for vwarnx configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for warn configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18871: checking for warnx configure:18871: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18871: $? = 0 configure:18871: result: yes configure:18880: checking for _LARGEFILE_SOURCE value needed for large files configure:18899: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18899: $? = 0 configure:18927: result: no configure:18952: checking for openat configure:18952: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18952: $? = 0 configure:18952: result: yes configure:18952: checking for fstatat configure:18952: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18952: $? = 0 configure:18952: result: yes configure:18952: checking for unlinkat configure:18952: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18952: $? = 0 configure:18952: result: yes configure:18966: checking for ioperm configure:18966: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18966: $? = 0 configure:18966: result: yes configure:18966: checking for iopl configure:18966: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18966: $? = 0 configure:18966: result: yes configure:18977: checking for futimens configure:18977: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18977: $? = 0 configure:18977: result: yes configure:18988: checking for inotify_init1 configure:18988: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18988: $? = 0 configure:18988: result: yes configure:18999: checking for open_memstream configure:18999: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:18999: $? = 0 configure:18999: result: yes configure:19012: checking for reboot configure:19012: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:19012: $? = 0 configure:19012: result: yes configure:19026: checking for updwtmpx configure:19026: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:19026: $? = 0 configure:19026: result: yes configure:19026: checking for updwtmpx configure:19026: result: yes configure:19039: checking for getusershell configure:19039: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:19039: $? = 0 configure:19039: result: yes configure:19063: checking for isnan configure:19063: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 conftest.c:172:6: warning: conflicting types for built-in function 'isnan' [-Wbuiltin-declaration-mismatch] char isnan (); ^~~~~ configure:19063: $? = 0 configure:19063: result: yes configure:19159: checking for clock_gettime configure:19159: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:19159: $? = 0 configure:19159: result: yes configure:19214: checking for timer_create configure:19214: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 /usr/armv7a-pip-linux-gnueabi/tmp/portage/sys-apps/util-linux-2.32-r3/temp/ccEBK5mh.ltrans0.ltrans.o::function main: error: undefined reference to 'timer_create' collect2: error: ld returned 1 exit status configure:19214: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_STRUCT_TERMIOS_C_LINE 1 | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 | #define HAVE_LSEEK64_PROTOTYPE 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_STRSIGNAL_DECL 1 | #define HAVE___FPENDING 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_EACCESS 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FSYNC 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSGNAM 1 | #define HAVE_INOTIFY_INIT 1 | #define HAVE_JRAND48 1 | #define HAVE_LCHOWN 1 | #define HAVE_LLSEEK 1 | #define HAVE_LSEEK64 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_NTP_GETTIME 1 | #define HAVE_PERSONALITY 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_PRCTL 1 | #define HAVE_QSORT_R 1 | #define HAVE_RPMATCH 1 | #define HAVE_SCANDIRAT 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SIGQUEUE 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_SYSCONF 1 | #define HAVE_SYSINFO 1 | #define HAVE_TIMEGM 1 | #define HAVE_USLEEP 1 | #define HAVE_VWARNX 1 | #define HAVE_WARN 1 | #define HAVE_WARNX 1 | #define HAVE_FSEEKO 1 | #define HAVE_OPENAT 1 | #define HAVE_FSTATAT 1 | #define HAVE_UNLINKAT 1 | #define HAVE_IOPERM 1 | #define HAVE_IOPL 1 | #define HAVE_FUTIMENS 1 | #define HAVE_INOTIFY_INIT1 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_REBOOT 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_GETUSERSHELL 1 | #define HAVE_ISNAN 1 | #define HAVE_CLOCK_GETTIME 1 | /* end confdefs.h. */ | /* Define timer_create to an innocuous variant, in case declares timer_create. | For example, HP-UX 11i declares gettimeofday. */ | #define timer_create innocuous_timer_create | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char timer_create (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef timer_create | | /* 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 timer_create (); | /* 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_timer_create || defined __stub___timer_create | choke me | #endif | | int | main () | { | return timer_create (); | ; | return 0; | } configure:19214: result: no configure:19221: checking for timer_create in -lrt configure:19246: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -lrt >&5 configure:19246: $? = 0 configure:19255: result: yes configure:19337: checking for rtas_get_sysparm in -lrtas configure:19362: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -lrtas >&5 /usr/libexec/gcc/armv7a-pip-linux-gnueabi/ld.gold: error: cannot find -lrtas /usr/armv7a-pip-linux-gnueabi/tmp/portage/sys-apps/util-linux-2.32-r3/temp/ccIcW6fs.ltrans0.ltrans.o::function main: error: undefined reference to 'rtas_get_sysparm' collect2: error: ld returned 1 exit status configure:19362: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_STRUCT_TERMIOS_C_LINE 1 | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 | #define HAVE_LSEEK64_PROTOTYPE 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_STRSIGNAL_DECL 1 | #define HAVE___FPENDING 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_EACCESS 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FSYNC 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSGNAM 1 | #define HAVE_INOTIFY_INIT 1 | #define HAVE_JRAND48 1 | #define HAVE_LCHOWN 1 | #define HAVE_LLSEEK 1 | #define HAVE_LSEEK64 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_NTP_GETTIME 1 | #define HAVE_PERSONALITY 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_PRCTL 1 | #define HAVE_QSORT_R 1 | #define HAVE_RPMATCH 1 | #define HAVE_SCANDIRAT 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SIGQUEUE 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_SYSCONF 1 | #define HAVE_SYSINFO 1 | #define HAVE_TIMEGM 1 | #define HAVE_USLEEP 1 | #define HAVE_VWARNX 1 | #define HAVE_WARN 1 | #define HAVE_WARNX 1 | #define HAVE_FSEEKO 1 | #define HAVE_OPENAT 1 | #define HAVE_FSTATAT 1 | #define HAVE_UNLINKAT 1 | #define HAVE_IOPERM 1 | #define HAVE_IOPL 1 | #define HAVE_FUTIMENS 1 | #define HAVE_INOTIFY_INIT1 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_REBOOT 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_GETUSERSHELL 1 | #define HAVE_ISNAN 1 | #define HAVE_CLOCK_GETTIME 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 rtas_get_sysparm (); | int | main () | { | return rtas_get_sysparm (); | ; | return 0; | } configure:19371: result: no configure:19387: checking for struct sockaddr.sa_len configure:19387: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:158:12: error: 'struct sockaddr' has no member named 'sa_len' if (ac_aggr.sa_len) ^ configure:19387: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_STRUCT_TERMIOS_C_LINE 1 | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 | #define HAVE_LSEEK64_PROTOTYPE 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_STRSIGNAL_DECL 1 | #define HAVE___FPENDING 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_EACCESS 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FSYNC 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSGNAM 1 | #define HAVE_INOTIFY_INIT 1 | #define HAVE_JRAND48 1 | #define HAVE_LCHOWN 1 | #define HAVE_LLSEEK 1 | #define HAVE_LSEEK64 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_NTP_GETTIME 1 | #define HAVE_PERSONALITY 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_PRCTL 1 | #define HAVE_QSORT_R 1 | #define HAVE_RPMATCH 1 | #define HAVE_SCANDIRAT 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SIGQUEUE 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_SYSCONF 1 | #define HAVE_SYSINFO 1 | #define HAVE_TIMEGM 1 | #define HAVE_USLEEP 1 | #define HAVE_VWARNX 1 | #define HAVE_WARN 1 | #define HAVE_WARNX 1 | #define HAVE_FSEEKO 1 | #define HAVE_OPENAT 1 | #define HAVE_FSTATAT 1 | #define HAVE_UNLINKAT 1 | #define HAVE_IOPERM 1 | #define HAVE_IOPL 1 | #define HAVE_FUTIMENS 1 | #define HAVE_INOTIFY_INIT1 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_REBOOT 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_GETUSERSHELL 1 | #define HAVE_ISNAN 1 | #define HAVE_CLOCK_GETTIME 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct sockaddr ac_aggr; | if (ac_aggr.sa_len) | return 0; | ; | return 0; | } configure:19387: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:158:19: error: 'struct sockaddr' has no member named 'sa_len' if (sizeof ac_aggr.sa_len) ^ configure:19387: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_STRUCT_TERMIOS_C_LINE 1 | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 | #define HAVE_LSEEK64_PROTOTYPE 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_STRSIGNAL_DECL 1 | #define HAVE___FPENDING 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_EACCESS 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FSYNC 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSGNAM 1 | #define HAVE_INOTIFY_INIT 1 | #define HAVE_JRAND48 1 | #define HAVE_LCHOWN 1 | #define HAVE_LLSEEK 1 | #define HAVE_LSEEK64 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_NTP_GETTIME 1 | #define HAVE_PERSONALITY 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_PRCTL 1 | #define HAVE_QSORT_R 1 | #define HAVE_RPMATCH 1 | #define HAVE_SCANDIRAT 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SIGQUEUE 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_SYSCONF 1 | #define HAVE_SYSINFO 1 | #define HAVE_TIMEGM 1 | #define HAVE_USLEEP 1 | #define HAVE_VWARNX 1 | #define HAVE_WARN 1 | #define HAVE_WARNX 1 | #define HAVE_FSEEKO 1 | #define HAVE_OPENAT 1 | #define HAVE_FSTATAT 1 | #define HAVE_UNLINKAT 1 | #define HAVE_IOPERM 1 | #define HAVE_IOPL 1 | #define HAVE_FUTIMENS 1 | #define HAVE_INOTIFY_INIT1 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_REBOOT 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_GETUSERSHELL 1 | #define HAVE_ISNAN 1 | #define HAVE_CLOCK_GETTIME 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct sockaddr ac_aggr; | if (sizeof ac_aggr.sa_len) | return 0; | ; | return 0; | } configure:19387: result: no configure:19400: checking for library containing socket configure:19431: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:19431: $? = 0 configure:19448: result: none required configure:19465: checking for dirfd configure:19465: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:19465: $? = 0 configure:19465: result: yes configure:19528: checking whether program_invocation_short_name is defined configure:19545: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:19545: $? = 0 configure:19547: result: yes configure:19562: checking whether __progname is defined configure:19575: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:19575: $? = 0 configure:19579: result: yes configure:19805: checking whether the target supports thread-local storage configure:19816: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:19816: $? = 0 configure:19829: armv7a-pip-linux-gnueabi-gcc -o conftest -fPIC -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -shared -Wl,--no-undefined -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:19829: $? = 0 configure:19834: armv7a-pip-linux-gnueabi-gcc -o conftest -fPIC -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -shared -Wl,--no-undefined -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c >&5 configure:19834: $? = 0 configure:19976: result: yes configure:20084: checking scanf string alloc modifiers configure:20088: result: (%ms) yes configure:20135: checking for openpty in -lutil configure:20160: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -lutil >&5 configure:20160: $? = 0 configure:20169: result: yes configure:20195: checking for union semun configure:20195: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:164:13: error: invalid application of 'sizeof' to incomplete type 'union semun' if (sizeof (union semun)) ^~~~~ configure:20195: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_STRUCT_TERMIOS_C_LINE 1 | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 | #define HAVE_LSEEK64_PROTOTYPE 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_STRSIGNAL_DECL 1 | #define HAVE___FPENDING 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_EACCESS 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FSYNC 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSGNAM 1 | #define HAVE_INOTIFY_INIT 1 | #define HAVE_JRAND48 1 | #define HAVE_LCHOWN 1 | #define HAVE_LLSEEK 1 | #define HAVE_LSEEK64 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_NTP_GETTIME 1 | #define HAVE_PERSONALITY 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_PRCTL 1 | #define HAVE_QSORT_R 1 | #define HAVE_RPMATCH 1 | #define HAVE_SCANDIRAT 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SIGQUEUE 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_SYSCONF 1 | #define HAVE_SYSINFO 1 | #define HAVE_TIMEGM 1 | #define HAVE_USLEEP 1 | #define HAVE_VWARNX 1 | #define HAVE_WARN 1 | #define HAVE_WARNX 1 | #define HAVE_FSEEKO 1 | #define HAVE_OPENAT 1 | #define HAVE_FSTATAT 1 | #define HAVE_UNLINKAT 1 | #define HAVE_IOPERM 1 | #define HAVE_IOPL 1 | #define HAVE_FUTIMENS 1 | #define HAVE_INOTIFY_INIT1 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_REBOOT 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_GETUSERSHELL 1 | #define HAVE_ISNAN 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DIRFD 1 | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE___PROGNAME 1 | #define HAVE_TLS 1 | #define HAVE_SCANF_MS_MODIFIER 1 | #define HAVE_LIBUTIL 1 | /* end confdefs.h. */ | | #include | | | int | main () | { | if (sizeof (union semun)) | return 0; | ; | return 0; | } configure:20195: result: no configure:20208: checking for loff_t configure:20208: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:20208: $? = 0 configure:20208: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:193:21: error: expected expression before ')' token if (sizeof ((loff_t))) ^ configure:20208: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_STRUCT_TERMIOS_C_LINE 1 | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 | #define HAVE_LSEEK64_PROTOTYPE 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_STRSIGNAL_DECL 1 | #define HAVE___FPENDING 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_EACCESS 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FSYNC 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSGNAM 1 | #define HAVE_INOTIFY_INIT 1 | #define HAVE_JRAND48 1 | #define HAVE_LCHOWN 1 | #define HAVE_LLSEEK 1 | #define HAVE_LSEEK64 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_NTP_GETTIME 1 | #define HAVE_PERSONALITY 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_PRCTL 1 | #define HAVE_QSORT_R 1 | #define HAVE_RPMATCH 1 | #define HAVE_SCANDIRAT 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SIGQUEUE 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_SYSCONF 1 | #define HAVE_SYSINFO 1 | #define HAVE_TIMEGM 1 | #define HAVE_USLEEP 1 | #define HAVE_VWARNX 1 | #define HAVE_WARN 1 | #define HAVE_WARNX 1 | #define HAVE_FSEEKO 1 | #define HAVE_OPENAT 1 | #define HAVE_FSTATAT 1 | #define HAVE_UNLINKAT 1 | #define HAVE_IOPERM 1 | #define HAVE_IOPL 1 | #define HAVE_FUTIMENS 1 | #define HAVE_INOTIFY_INIT1 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_REBOOT 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_GETUSERSHELL 1 | #define HAVE_ISNAN 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DIRFD 1 | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE___PROGNAME 1 | #define HAVE_TLS 1 | #define HAVE_SCANF_MS_MODIFIER 1 | #define HAVE_LIBUTIL 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 ((loff_t))) | return 0; | ; | return 0; | } configure:20208: result: yes configure:20241: checking wchar_t support configure:20265: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:170:20: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] if (w == WEOF) exit(1); ^~~~ conftest.c:170:20: warning: incompatible implicit declaration of built-in function 'exit' conftest.c:170:20: note: include '' or provide a declaration of 'exit' configure:20265: $? = 0 configure:20266: result: yes configure:20302: checking for cpu_set_t configure:20302: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:20302: $? = 0 configure:20302: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:166:24: error: expected expression before ')' token if (sizeof ((cpu_set_t))) ^ configure:20302: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_STRUCT_TERMIOS_C_LINE 1 | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 | #define HAVE_LSEEK64_PROTOTYPE 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_STRSIGNAL_DECL 1 | #define HAVE___FPENDING 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_EACCESS 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FSYNC 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSGNAM 1 | #define HAVE_INOTIFY_INIT 1 | #define HAVE_JRAND48 1 | #define HAVE_LCHOWN 1 | #define HAVE_LLSEEK 1 | #define HAVE_LSEEK64 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_NTP_GETTIME 1 | #define HAVE_PERSONALITY 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_PRCTL 1 | #define HAVE_QSORT_R 1 | #define HAVE_RPMATCH 1 | #define HAVE_SCANDIRAT 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SIGQUEUE 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_SYSCONF 1 | #define HAVE_SYSINFO 1 | #define HAVE_TIMEGM 1 | #define HAVE_USLEEP 1 | #define HAVE_VWARNX 1 | #define HAVE_WARN 1 | #define HAVE_WARNX 1 | #define HAVE_FSEEKO 1 | #define HAVE_OPENAT 1 | #define HAVE_FSTATAT 1 | #define HAVE_UNLINKAT 1 | #define HAVE_IOPERM 1 | #define HAVE_IOPL 1 | #define HAVE_FUTIMENS 1 | #define HAVE_INOTIFY_INIT1 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_REBOOT 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_GETUSERSHELL 1 | #define HAVE_ISNAN 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DIRFD 1 | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE___PROGNAME 1 | #define HAVE_TLS 1 | #define HAVE_SCANF_MS_MODIFIER 1 | #define HAVE_LIBUTIL 1 | #define HAVE_LOFF_T 1 | #define HAVE_WIDECHAR 1 | /* end confdefs.h. */ | | #include | | | int | main () | { | if (sizeof ((cpu_set_t))) | return 0; | ; | return 0; | } configure:20302: result: yes configure:20325: checking for sighandler_t configure:20325: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:20325: $? = 0 configure:20325: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:167:27: error: expected expression before ')' token if (sizeof ((sighandler_t))) ^ configure:20325: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_STRUCT_TERMIOS_C_LINE 1 | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 | #define HAVE_LSEEK64_PROTOTYPE 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_STRSIGNAL_DECL 1 | #define HAVE___FPENDING 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_EACCESS 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FSYNC 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSGNAM 1 | #define HAVE_INOTIFY_INIT 1 | #define HAVE_JRAND48 1 | #define HAVE_LCHOWN 1 | #define HAVE_LLSEEK 1 | #define HAVE_LSEEK64 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_NTP_GETTIME 1 | #define HAVE_PERSONALITY 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_PRCTL 1 | #define HAVE_QSORT_R 1 | #define HAVE_RPMATCH 1 | #define HAVE_SCANDIRAT 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SIGQUEUE 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_SYSCONF 1 | #define HAVE_SYSINFO 1 | #define HAVE_TIMEGM 1 | #define HAVE_USLEEP 1 | #define HAVE_VWARNX 1 | #define HAVE_WARN 1 | #define HAVE_WARNX 1 | #define HAVE_FSEEKO 1 | #define HAVE_OPENAT 1 | #define HAVE_FSTATAT 1 | #define HAVE_UNLINKAT 1 | #define HAVE_IOPERM 1 | #define HAVE_IOPL 1 | #define HAVE_FUTIMENS 1 | #define HAVE_INOTIFY_INIT1 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_REBOOT 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_GETUSERSHELL 1 | #define HAVE_ISNAN 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DIRFD 1 | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE___PROGNAME 1 | #define HAVE_TLS 1 | #define HAVE_SCANF_MS_MODIFIER 1 | #define HAVE_LIBUTIL 1 | #define HAVE_LOFF_T 1 | #define HAVE_WIDECHAR 1 | #define HAVE_CPU_SET_T 1 | /* end confdefs.h. */ | | #include | | | int | main () | { | if (sizeof ((sighandler_t))) | return 0; | ; | return 0; | } configure:20325: result: yes configure:20339: checking whether CPU_ALLOC is declared configure:20339: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:20339: $? = 0 configure:20339: result: yes configure:20359: checking crypt.h usability configure:20359: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:20359: $? = 0 configure:20359: result: yes configure:20359: checking crypt.h presence configure:20359: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:20359: $? = 0 configure:20359: result: yes configure:20359: checking for crypt.h configure:20359: result: yes configure:20389: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -lutil >&5 /usr/armv7a-pip-linux-gnueabi/tmp/portage/sys-apps/util-linux-2.32-r3/temp/cc5idFpR.ltrans0.ltrans.o::function main: error: undefined reference to 'crypt' collect2: error: ld returned 1 exit status configure:20389: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_STRUCT_TERMIOS_C_LINE 1 | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 | #define HAVE_LSEEK64_PROTOTYPE 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_STRSIGNAL_DECL 1 | #define HAVE___FPENDING 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_EACCESS 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FSYNC 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSGNAM 1 | #define HAVE_INOTIFY_INIT 1 | #define HAVE_JRAND48 1 | #define HAVE_LCHOWN 1 | #define HAVE_LLSEEK 1 | #define HAVE_LSEEK64 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_NTP_GETTIME 1 | #define HAVE_PERSONALITY 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_PRCTL 1 | #define HAVE_QSORT_R 1 | #define HAVE_RPMATCH 1 | #define HAVE_SCANDIRAT 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SIGQUEUE 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_SYSCONF 1 | #define HAVE_SYSINFO 1 | #define HAVE_TIMEGM 1 | #define HAVE_USLEEP 1 | #define HAVE_VWARNX 1 | #define HAVE_WARN 1 | #define HAVE_WARNX 1 | #define HAVE_FSEEKO 1 | #define HAVE_OPENAT 1 | #define HAVE_FSTATAT 1 | #define HAVE_UNLINKAT 1 | #define HAVE_IOPERM 1 | #define HAVE_IOPL 1 | #define HAVE_FUTIMENS 1 | #define HAVE_INOTIFY_INIT1 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_REBOOT 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_GETUSERSHELL 1 | #define HAVE_ISNAN 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DIRFD 1 | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE___PROGNAME 1 | #define HAVE_TLS 1 | #define HAVE_SCANF_MS_MODIFIER 1 | #define HAVE_LIBUTIL 1 | #define HAVE_LOFF_T 1 | #define HAVE_WIDECHAR 1 | #define HAVE_CPU_SET_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_DECL_CPU_ALLOC 1 | #define HAVE_CRYPT_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_CRYPT_H | #include | #else | #define _XOPEN_SOURCE | #include | #endif | | int | main () | { | | char *c = crypt("abc","pw"); | | ; | return 0; | } configure:20414: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:20414: $? = 0 configure:20810: checking for armv7a-pip-linux-gnueabi-ncursesw6-config configure:20840: result: no configure:20850: checking for ncursesw6-config configure:20866: found /usr/bin/ncursesw6-config configure:20877: result: ncursesw6-config configure:20889: WARNING: using cross tools not prefixed with host triplet configure:20899: $NCURSESW6_CONFIG --version >/dev/null configure:20902: $? = 0 configure:21161: checking ncursesw/ncurses.h usability configure:21161: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:21161: $? = 0 configure:21161: result: yes configure:21161: checking ncursesw/ncurses.h presence configure:21161: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:21161: $? = 0 configure:21161: result: yes configure:21161: checking for ncursesw/ncurses.h configure:21161: result: yes configure:21173: checking ncursesw/term.h usability configure:21173: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:21173: $? = 0 configure:21173: result: yes configure:21173: checking ncursesw/term.h presence configure:21173: armv7a-pip-linux-gnueabi-gcc -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c configure:21173: $? = 0 configure:21173: result: yes configure:21173: checking for ncursesw/term.h configure:21173: result: yes configure:21773: checking for use_default_colors in -lncursesw configure:21798: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -lncursesw -lutil -lcrypt >&5 configure:21798: $? = 0 configure:21808: result: yes configure:21819: checking for resizeterm in -lncursesw configure:21844: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -lncursesw -lutil -lcrypt >&5 configure:21844: $? = 0 configure:21854: result: yes configure:21889: checking for TINFOW configure:21896: $PKG_CONFIG --exists --print-errors "tinfow" Package tinfow was not found in the pkg-config search path. Perhaps you should add the directory containing `tinfow.pc' to the PKG_CONFIG_PATH environment variable No package 'tinfow' found configure:21899: $? = 1 configure:21913: $PKG_CONFIG --exists --print-errors "tinfow" Package tinfow was not found in the pkg-config search path. Perhaps you should add the directory containing `tinfow.pc' to the PKG_CONFIG_PATH environment variable No package 'tinfow' found configure:21916: $? = 1 configure:21930: result: no No package 'tinfow' found configure:21947: checking for tgetent in -ltinfow configure:21972: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -ltinfow -lutil -lcrypt >&5 /usr/libexec/gcc/armv7a-pip-linux-gnueabi/ld.gold: error: cannot find -ltinfow /usr/armv7a-pip-linux-gnueabi/tmp/portage/sys-apps/util-linux-2.32-r3/temp/cc7NJzij.ltrans0.ltrans.o::function main: error: undefined reference to 'tgetent' collect2: error: ld returned 1 exit status configure:21972: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_STRUCT_TERMIOS_C_LINE 1 | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 | #define HAVE_LSEEK64_PROTOTYPE 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_STRSIGNAL_DECL 1 | #define HAVE___FPENDING 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_EACCESS 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FSYNC 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSGNAM 1 | #define HAVE_INOTIFY_INIT 1 | #define HAVE_JRAND48 1 | #define HAVE_LCHOWN 1 | #define HAVE_LLSEEK 1 | #define HAVE_LSEEK64 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_NTP_GETTIME 1 | #define HAVE_PERSONALITY 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_PRCTL 1 | #define HAVE_QSORT_R 1 | #define HAVE_RPMATCH 1 | #define HAVE_SCANDIRAT 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SIGQUEUE 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_SYSCONF 1 | #define HAVE_SYSINFO 1 | #define HAVE_TIMEGM 1 | #define HAVE_USLEEP 1 | #define HAVE_VWARNX 1 | #define HAVE_WARN 1 | #define HAVE_WARNX 1 | #define HAVE_FSEEKO 1 | #define HAVE_OPENAT 1 | #define HAVE_FSTATAT 1 | #define HAVE_UNLINKAT 1 | #define HAVE_IOPERM 1 | #define HAVE_IOPL 1 | #define HAVE_FUTIMENS 1 | #define HAVE_INOTIFY_INIT1 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_REBOOT 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_GETUSERSHELL 1 | #define HAVE_ISNAN 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DIRFD 1 | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE___PROGNAME 1 | #define HAVE_TLS 1 | #define HAVE_SCANF_MS_MODIFIER 1 | #define HAVE_LIBUTIL 1 | #define HAVE_LOFF_T 1 | #define HAVE_WIDECHAR 1 | #define HAVE_CPU_SET_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_DECL_CPU_ALLOC 1 | #define HAVE_CRYPT_H 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_NCURSESW_NCURSES_H 1 | #define HAVE_NCURSESW_TERM_H 1 | #define HAVE_LIBNCURSESW 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 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 tgetent (); | int | main () | { | return tgetent (); | ; | return 0; | } configure:21981: result: no configure:22074: checking for TINFO configure:22081: $PKG_CONFIG --exists --print-errors "tinfo" Package tinfo was not found in the pkg-config search path. Perhaps you should add the directory containing `tinfo.pc' to the PKG_CONFIG_PATH environment variable No package 'tinfo' found configure:22084: $? = 1 configure:22098: $PKG_CONFIG --exists --print-errors "tinfo" Package tinfo was not found in the pkg-config search path. Perhaps you should add the directory containing `tinfo.pc' to the PKG_CONFIG_PATH environment variable No package 'tinfo' found configure:22101: $? = 1 configure:22115: result: no No package 'tinfo' found configure:22132: checking for tgetent in -ltinfo configure:22157: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -ltinfo -lutil -lcrypt >&5 /usr/libexec/gcc/armv7a-pip-linux-gnueabi/ld.gold: error: cannot find -ltinfo /usr/armv7a-pip-linux-gnueabi/tmp/portage/sys-apps/util-linux-2.32-r3/temp/cc20Ksev.ltrans0.ltrans.o::function main: error: undefined reference to 'tgetent' collect2: error: ld returned 1 exit status configure:22157: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "util-linux" | #define PACKAGE_TARNAME "util-linux" | #define PACKAGE_VERSION "2.32" | #define PACKAGE_STRING "util-linux 2.32" | #define PACKAGE_BUGREPORT "kzak@redhat.com" | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PACKAGE "util-linux" | #define VERSION "2.32" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LINUX_BLKPG_H 1 | #define HAVE_LINUX_MAJOR_H 1 | #define HAVE_ERR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LASTLOG_H 1 | #define HAVE_LINUX_BTRFS_H 1 | #define HAVE_LINUX_CDROM_H 1 | #define HAVE_LINUX_FALLOC_H 1 | #define HAVE_LINUX_WATCHDOG_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LINUX_RAW_H 1 | #define HAVE_LINUX_TIOCL_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_LINUX_SECUREBITS_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SIGNALFD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SYS_SWAP_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEX_H 1 | #define HAVE_SYS_TTYDEFAULTS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LINUX_GSMMUX_H 1 | #define HAVE_LINUX_BLKZONED_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_STRUCT_TERMIOS_C_LINE 1 | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 | #define HAVE_LSEEK64_PROTOTYPE 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_STRSIGNAL_DECL 1 | #define HAVE___FPENDING 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_EACCESS 1 | #define HAVE_ERR 1 | #define HAVE_ERRX 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FSYNC 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETSGNAM 1 | #define HAVE_INOTIFY_INIT 1 | #define HAVE_JRAND48 1 | #define HAVE_LCHOWN 1 | #define HAVE_LLSEEK 1 | #define HAVE_LSEEK64 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_NTP_GETTIME 1 | #define HAVE_PERSONALITY 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_PRCTL 1 | #define HAVE_QSORT_R 1 | #define HAVE_RPMATCH 1 | #define HAVE_SCANDIRAT 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SIGQUEUE 1 | #define HAVE_SRANDOM 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_SYSCONF 1 | #define HAVE_SYSINFO 1 | #define HAVE_TIMEGM 1 | #define HAVE_USLEEP 1 | #define HAVE_VWARNX 1 | #define HAVE_WARN 1 | #define HAVE_WARNX 1 | #define HAVE_FSEEKO 1 | #define HAVE_OPENAT 1 | #define HAVE_FSTATAT 1 | #define HAVE_UNLINKAT 1 | #define HAVE_IOPERM 1 | #define HAVE_IOPL 1 | #define HAVE_FUTIMENS 1 | #define HAVE_INOTIFY_INIT1 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_REBOOT 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_UPDWTMPX 1 | #define HAVE_GETUSERSHELL 1 | #define HAVE_ISNAN 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DIRFD 1 | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE___PROGNAME 1 | #define HAVE_TLS 1 | #define HAVE_SCANF_MS_MODIFIER 1 | #define HAVE_LIBUTIL 1 | #define HAVE_LOFF_T 1 | #define HAVE_WIDECHAR 1 | #define HAVE_CPU_SET_T 1 | #define HAVE_SIGHANDLER_T 1 | #define HAVE_DECL_CPU_ALLOC 1 | #define HAVE_CRYPT_H 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_NCURSESW_NCURSES_H 1 | #define HAVE_NCURSESW_TERM_H 1 | #define HAVE_LIBNCURSESW 1 | #define HAVE_USE_DEFAULT_COLORS 1 | #define HAVE_RESIZETERM 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 tgetent (); | int | main () | { | return tgetent (); | ; | return 0; | } configure:22166: result: no configure:22299: checking for readline in -lreadline configure:22324: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -lreadline -lutil -lcrypt >&5 configure:22324: $? = 0 configure:22333: result: yes configure:24079: checking for syscall fallocate configure:24098: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:24098: $? = 0 configure:24136: result: SYS_fallocate configure:24175: checking for valid fallocate() function configure:24207: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -lreadline -lutil -lcrypt >&5 configure:24207: $? = 0 configure:24209: result: yes configure:24226: checking for valid posix_fallocate() function configure:24258: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -lreadline -lutil -lcrypt >&5 configure:24258: $? = 0 configure:24260: result: yes configure:24329: checking for syscall unshare configure:24348: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:24348: $? = 0 configure:24386: result: SYS_unshare configure:24424: checking for unshare configure:24424: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -lreadline -lutil -lcrypt >&5 configure:24424: $? = 0 configure:24424: result: yes configure:24487: checking for syscall setns configure:24506: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:24506: $? = 0 configure:24544: result: SYS_setns configure:24582: checking for setns configure:24582: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -lreadline -lutil -lcrypt >&5 configure:24582: $? = 0 configure:24582: result: yes configure:24619: checking for capng_apply in -lcap-ng configure:24644: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -lcap-ng -lreadline -lutil -lcrypt >&5 configure:24644: $? = 0 configure:24653: result: yes configure:25112: checking for crc32 in -lz configure:25137: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -lz -lcap-ng -lreadline -lutil -lcrypt >&5 configure:25137: $? = 0 configure:25146: result: yes configure:25558: checking for syscall swapon configure:25577: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:25577: $? = 0 configure:25615: result: SYS_swapon configure:25653: checking for syscall swapoff configure:25672: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:25672: $? = 0 configure:25710: result: SYS_swapoff configure:25808: checking for swapon configure:25808: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -lcap-ng -lreadline -lutil -lcrypt >&5 configure:25808: $? = 0 configure:25808: result: yes configure:25819: checking for swapoff configure:25819: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -lcap-ng -lreadline -lutil -lcrypt >&5 configure:25819: $? = 0 configure:25819: result: yes configure:26700: checking for syscall prlimit64 configure:26719: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:26719: $? = 0 configure:26757: result: SYS_prlimit64 configure:26797: checking for prlimit configure:26797: armv7a-pip-linux-gnueabi-gcc -o conftest -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -flto=10 -fuse-ld=gold -fuse-linker-plugin conftest.c -lcap-ng -lreadline -lutil -lcrypt >&5 configure:26797: $? = 0 configure:26797: result: yes configure:27027: checking for syscall pivot_root configure:27046: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:27046: $? = 0 configure:27084: result: SYS_pivot_root configure:28954: checking for LIBUSER configure:28961: $PKG_CONFIG --exists --print-errors "libuser >= 0.58" Package libuser was not found in the pkg-config search path. Perhaps you should add the directory containing `libuser.pc' to the PKG_CONFIG_PATH environment variable No package 'libuser' found configure:28964: $? = 1 configure:28978: $PKG_CONFIG --exists --print-errors "libuser >= 0.58" Package libuser was not found in the pkg-config search path. Perhaps you should add the directory containing `libuser.pc' to the PKG_CONFIG_PATH environment variable No package 'libuser' found configure:28981: $? = 1 configure:28995: result: no No package 'libuser' found configure:29638: WARNING: PAM header file not found; not building runuser configure:30026: checking for syscall ioprio_set configure:30045: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:30045: $? = 0 configure:30091: result: SYS_ioprio_set configure:30130: checking for syscall ioprio_get configure:30149: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:30149: $? = 0 configure:30195: result: SYS_ioprio_get configure:30285: checking for syscall sched_getaffinity configure:30304: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:30304: $? = 0 configure:30342: result: SYS_sched_getaffinity configure:30441: checking for syscall sched_setattr configure:30460: armv7a-pip-linux-gnueabi-gcc -c -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 configure:30460: $? = 0 configure:30498: result: SYS_sched_setattr configure:31451: WARNING: libpython not found; not building pylibmount configure:31823: checking that generated files are newer than configure configure:31829: result: done configure:32533: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by util-linux config.status 2.32, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on akita config.status:1712: creating Makefile config.status:1712: creating libblkid/docs/Makefile config.status:1712: creating libblkid/docs/version.xml config.status:1712: creating libblkid/src/blkid.h config.status:1712: creating libfdisk/docs/Makefile config.status:1712: creating libfdisk/docs/version.xml config.status:1712: creating libfdisk/src/libfdisk.h config.status:1712: creating libmount/docs/Makefile config.status:1712: creating libmount/docs/version.xml config.status:1712: creating libmount/src/libmount.h config.status:1712: creating libsmartcols/docs/Makefile config.status:1712: creating libsmartcols/docs/version.xml config.status:1712: creating libsmartcols/src/libsmartcols.h config.status:1712: creating po/Makefile.in config.status:1712: creating config.h config.status:1926: executing depfiles commands config.status:1926: executing libtool commands config.status:1926: executing po-directories commands configure:34848: result: util-linux 2.32 prefix: /usr exec prefix: ${prefix} runstatedir: ${localstatedir}/run bindir: /bin sbindir: /sbin libdir: /usr/lib includedir: ${prefix}/include usrbin_execdir: ${exec_prefix}/bin usrsbin_execdir: ${exec_prefix}/sbin usrlib_execdir: /usr/lib compiler: armv7a-pip-linux-gnueabi-gcc cflags: -march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10 suid cflags: ldflags: -flto=10 -fuse-ld=gold -fuse-linker-plugin suid ldflags: Python: Python version: Python libs: Bash completions: /usr/share/bash-completion/completions Systemd support: no Btrfs support: yes Wide-char support: yes warnings: -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wformat-security -Wimplicit-function-declaration Type 'make' or 'make ' to compile. ## ---------------- ## ## Cache variables. ## ## ---------------- ## 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_build=x86_64-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_littleendian=yes ac_cv_c_long_double=yes ac_cv_c_volatile=yes ac_cv_conv_longlong_to_float=yes ac_cv_dirent_have_space_d_name=yes ac_cv_env_ADJTIME_PATH_set= ac_cv_env_ADJTIME_PATH_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE' ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_DAEMON_CFLAGS_set= ac_cv_env_DAEMON_CFLAGS_value= ac_cv_env_DAEMON_LDFLAGS_set= ac_cv_env_DAEMON_LDFLAGS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-flto=10 -fuse-ld=gold -fuse-linker-plugin' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LIBUSER_CFLAGS_set= ac_cv_env_LIBUSER_CFLAGS_value= ac_cv_env_LIBUSER_LIBS_set= ac_cv_env_LIBUSER_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_NCURSESW_CFLAGS_set= ac_cv_env_NCURSESW_CFLAGS_value= ac_cv_env_NCURSESW_LIBS_set= ac_cv_env_NCURSESW_LIBS_value= ac_cv_env_NCURSES_CFLAGS_set= ac_cv_env_NCURSES_CFLAGS_value= ac_cv_env_NCURSES_LIBS_set= ac_cv_env_NCURSES_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set=set ac_cv_env_PKG_CONFIG_PATH_value=/usr/armv7a-pip-linux-gnueabi/usr/lib/pkgconfig/ ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PYTHON_CFLAGS_set= ac_cv_env_PYTHON_CFLAGS_value= ac_cv_env_PYTHON_LIBS_set= ac_cv_env_PYTHON_LIBS_value= ac_cv_env_PYTHON_set= ac_cv_env_PYTHON_value= ac_cv_env_SELINUX_CFLAGS_set= ac_cv_env_SELINUX_CFLAGS_value= ac_cv_env_SELINUX_LIBS_set= ac_cv_env_SELINUX_LIBS_value= ac_cv_env_SOLIB_CFLAGS_set= ac_cv_env_SOLIB_CFLAGS_value= ac_cv_env_SOLIB_LDFLAGS_set= ac_cv_env_SOLIB_LDFLAGS_value= ac_cv_env_SUID_CFLAGS_set= ac_cv_env_SUID_CFLAGS_value= ac_cv_env_SUID_LDFLAGS_set= ac_cv_env_SUID_LDFLAGS_value= ac_cv_env_SYSTEMD_CFLAGS_set= ac_cv_env_SYSTEMD_CFLAGS_value= ac_cv_env_SYSTEMD_DAEMON_CFLAGS_set= ac_cv_env_SYSTEMD_DAEMON_CFLAGS_value= ac_cv_env_SYSTEMD_DAEMON_LIBS_set= ac_cv_env_SYSTEMD_DAEMON_LIBS_value= ac_cv_env_SYSTEMD_JOURNAL_CFLAGS_set= ac_cv_env_SYSTEMD_JOURNAL_CFLAGS_value= ac_cv_env_SYSTEMD_JOURNAL_LIBS_set= ac_cv_env_SYSTEMD_JOURNAL_LIBS_value= ac_cv_env_SYSTEMD_LIBS_set= ac_cv_env_SYSTEMD_LIBS_value= ac_cv_env_TINFOW_CFLAGS_set= ac_cv_env_TINFOW_CFLAGS_value= ac_cv_env_TINFOW_LIBS_set= ac_cv_env_TINFOW_LIBS_value= ac_cv_env_TINFO_CFLAGS_set= ac_cv_env_TINFO_CFLAGS_value= ac_cv_env_TINFO_LIBS_set= ac_cv_env_TINFO_LIBS_value= ac_cv_env_YACC_set= ac_cv_env_YACC_value= ac_cv_env_YFLAGS_set= ac_cv_env_YFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=armv7a-pip-linux-gnueabi 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___fpending=yes ac_cv_func___secure_getenv=no ac_cv_func_calloc_0_nonnull=yes ac_cv_func_clock_gettime=yes ac_cv_func_dirfd=yes ac_cv_func_eaccess=yes ac_cv_func_err=yes ac_cv_func_errx=yes ac_cv_func_explicit_bzero=yes ac_cv_func_fnmatch_works=yes ac_cv_func_fstatat=yes ac_cv_func_fsync=yes ac_cv_func_futimens=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getdomainname=yes ac_cv_func_getdtablesize=yes ac_cv_func_getexecname=no ac_cv_func_getgrgid_r=yes ac_cv_func_getmntinfo=no ac_cv_func_getpwuid_r=yes ac_cv_func_getrandom=yes ac_cv_func_getrlimit=yes ac_cv_func_getsgnam=yes ac_cv_func_getusershell=yes ac_cv_func_inotify_init1=yes ac_cv_func_inotify_init=yes ac_cv_func_ioperm=yes ac_cv_func_iopl=yes ac_cv_func_isnan=yes ac_cv_func_jrand48=yes ac_cv_func_lchown=yes ac_cv_func_llseek=yes ac_cv_func_lseek64=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_mempcpy=yes ac_cv_func_mkostemp=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_nanosleep=yes ac_cv_func_ntp_gettime=yes ac_cv_func_open_memstream=yes ac_cv_func_openat=yes ac_cv_func_personality=yes ac_cv_func_posix_fadvise=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_prctl=yes ac_cv_func_printf_unix98=yes ac_cv_func_prlimit=yes ac_cv_func_pthread_key_delete=yes ac_cv_func_qsort_r=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_realloc_works=yes ac_cv_func_reboot=yes ac_cv_func_rpmatch=yes ac_cv_func_scandirat=yes ac_cv_func_sched_setattr=no ac_cv_func_sched_setscheduler=yes ac_cv_func_secure_getenv=yes ac_cv_func_setgrent_void=yes ac_cv_func_setns=yes ac_cv_func_setpgrp_void=yes ac_cv_func_setprogname=no ac_cv_func_setresgid=yes ac_cv_func_setresuid=yes ac_cv_func_sigqueue=yes ac_cv_func_srandom=yes ac_cv_func_stat_empty_string_bug=no ac_cv_func_stat_ignores_trailing_slash=no ac_cv_func_strnchr=no ac_cv_func_strndup=yes ac_cv_func_strnlen=yes ac_cv_func_strnlen_working=yes ac_cv_func_swapoff=yes ac_cv_func_swapon=yes ac_cv_func_sysconf=yes ac_cv_func_sysinfo=yes ac_cv_func_timegm=yes ac_cv_func_timer_create=no ac_cv_func_unlinkat=yes ac_cv_func_unshare=yes ac_cv_func_updwtmpx=yes ac_cv_func_usleep=yes ac_cv_func_utimensat=yes ac_cv_func_vsnprintf_c99=yes ac_cv_func_vwarnx=yes ac_cv_func_wait3_rusage=yes ac_cv_func_warn=yes ac_cv_func_warnx=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_decl_CPU_ALLOC=yes ac_cv_have_decl_SOCK_CLOEXEC=yes ac_cv_have_decl_SOCK_NONBLOCK=yes ac_cv_have_decl_SO_PASSCRED=yes ac_cv_have_decl_TIOCGLCKTRMIOS=yes ac_cv_have_decl__NL_TIME_WEEK_1STDAY=yes ac_cv_have_decl_environ=yes ac_cv_have_decl_llseek=no ac_cv_have_decl_lseek64=yes ac_cv_have_decl_strsignal=yes ac_cv_have_openpty_ctty_bug=yes ac_cv_have_space_d_name_in_struct_dirent=yes ac_cv_header_asm_io_h=no ac_cv_header_byteswap_h=yes ac_cv_header_crypt_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_endian_h=yes ac_cv_header_err_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_langinfo_h=yes ac_cv_header_lastlog_h=yes ac_cv_header_libutil_h=no ac_cv_header_linux_blkpg_h=yes ac_cv_header_linux_blkzoned_h=yes ac_cv_header_linux_btrfs_h=yes ac_cv_header_linux_cdrom_h=yes ac_cv_header_linux_compiler_h=no ac_cv_header_linux_falloc_h=yes ac_cv_header_linux_fd_h=yes ac_cv_header_linux_fs_h=no ac_cv_header_linux_gsmmux_h=yes ac_cv_header_linux_major_h=yes ac_cv_header_linux_net_namespace_h=yes ac_cv_header_linux_raw_h=yes ac_cv_header_linux_securebits_h=yes ac_cv_header_linux_tiocl_h=yes ac_cv_header_linux_version_h=yes ac_cv_header_linux_watchdog_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_mntent_h=yes ac_cv_header_ncursesw_ncurses_h=yes ac_cv_header_ncursesw_term_h=yes ac_cv_header_net_if_dl_h=no ac_cv_header_net_if_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_netinet_sctp_h=no ac_cv_header_netinet_sctp_uio_h=no ac_cv_header_paths_h=yes ac_cv_header_pty_h=yes ac_cv_header_pwd_h=yes ac_cv_header_security_openpam_h=no ac_cv_header_security_pam_appl_h=no ac_cv_header_security_pam_misc_h=no ac_cv_header_shadow_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_ext_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_disk_h=no ac_cv_header_sys_disklabel_h=no ac_cv_header_sys_endian_h=no ac_cv_header_sys_file_h=yes ac_cv_header_sys_io_h=yes ac_cv_header_sys_ioccom_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_mkdev_h=no ac_cv_header_sys_mount_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_prctl_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_signalfd_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_sockio_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_swap_h=yes ac_cv_header_sys_syscall_h=yes ac_cv_header_sys_sysmacros_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_timex_h=yes ac_cv_header_sys_ttydefaults_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_ucred_h=no ac_cv_header_sys_un_h=yes ac_cv_header_unistd_h=yes ac_cv_header_utmp_h=yes ac_cv_header_utmpx_h=yes ac_cv_host=armv7a-pip-linux-gnueabi ac_cv_ispeed_offset=13 ac_cv_lib_cap_ng_capng_apply=yes ac_cv_lib_ncursesw___resizeterm=yes ac_cv_lib_ncursesw___use_default_colors=yes ac_cv_lib_png_png_create_info_struct=yes ac_cv_lib_readline_readline=yes ac_cv_lib_rt_timer_create=yes ac_cv_lib_rtas_rtas_get_sysparm=no ac_cv_lib_tinfo_tgetent=no ac_cv_lib_tinfow_tgetent=no ac_cv_lib_util_openpty=yes ac_cv_lib_z_crc32=yes ac_cv_libiconv_utf8=yes ac_cv_linux_vers=2 ac_cv_member_struct_sockaddr_sa_len=no ac_cv_member_struct_stat_st_mtim_tv_nsec=yes ac_cv_member_struct_termios_c_line=yes ac_cv_member_struct_tm_tm_zone=yes ac_cv_need_trio=no ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt ac_cv_path_GREP=/bin/grep ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_PKG_CONFIG=/usr/bin/armv7a-pip-linux-gnueabi-pkg-config ac_cv_path_SED=/bin/sed ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_XSLTPROC=/usr/bin/xsltproc ac_cv_path_install='/usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c' ac_cv_path_lt_DD=/bin/dd ac_cv_path_mkdir=/bin/mkdir ac_cv_pread=no ac_cv_printf_zd_format=yes ac_cv_prog_AR=armv7a-pip-linux-gnueabi-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=armv7a-pip-linux-gnueabi-gcc ac_cv_prog_CPP='armv7a-pip-linux-gnueabi-gcc -E' ac_cv_prog_OBJDUMP=armv7a-pip-linux-gnueabi-objdump ac_cv_prog_RANLIB=armv7a-pip-linux-gnueabi-ranlib ac_cv_prog_STRIP=armv7a-pip-linux-gnueabi-strip ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_NCURSESW6_CONFIG=ncursesw6-config ac_cv_prog_cc_c89= ac_cv_prog_cc_c99= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_make_make_set=yes ac_cv_pwrite=no ac_cv_regexec_segfault_emptystr=no ac_cv_safe_to_define___extensions__=yes ac_cv_sctp=no 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_struct_tm=time.h ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_sys_largefile_source=no ac_cv_sys_restartable_syscalls=yes ac_cv_time_r_type=POSIX ac_cv_type_cpu_set_t=yes ac_cv_type_loff_t=yes ac_cv_type_sighandler_t=yes ac_cv_type_union_semun=no 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 acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_libname_spec='lib$name' acl_cv_library_names_spec='$libname$shrext' acl_cv_path_LD=/usr/libexec/gcc/armv7a-pip-linux-gnueabi/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=none am_cv_ar_interface=ar am_cv_func_working_getline=yes am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes am_cv_prog_tar_pax=gnutar apr_cv_process_shared_works=no apr_cv_tcp_nodelay_with_cork=yes as_cv_unaligned_access=no ax_cv_check_vscript_complex_wildcards=yes ax_cv_check_vscript_flag=--version-script ax_cv_have_tls=yes 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 gt_cv_func_CFLocaleCopyCurrent=no gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_gnugettext1_libc=yes 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 lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/libexec/gcc/armv7a-pip-linux-gnueabi/ld lt_cv_path_NM='/usr/bin/armv7a-pip-linux-gnueabi-nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/bin/dd bs=4096 count=1' 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 scanf_cv_alloc_modifier=ms 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 ul_cv_syscall_fallocate=SYS_fallocate ul_cv_syscall_ioprio_get=SYS_ioprio_get ul_cv_syscall_ioprio_set=SYS_ioprio_set ul_cv_syscall_pivot_root=SYS_pivot_root ul_cv_syscall_prlimit64=SYS_prlimit64 ul_cv_syscall_sched_getaffinity=SYS_sched_getaffinity ul_cv_syscall_sched_setattr=SYS_sched_setattr ul_cv_syscall_setns=SYS_setns ul_cv_syscall_swapoff=SYS_swapoff ul_cv_syscall_swapon=SYS_swapon ul_cv_syscall_unshare=SYS_unshare ul_cv_warn__Wall=yes ul_cv_warn__Wembedded_directive=no ul_cv_warn__Werror_sequence_point=yes ul_cv_warn__Wextra=yes ul_cv_warn__Wextra_semi=no ul_cv_warn__Wformat_security=yes ul_cv_warn__Wimplicit_function_declaration=yes ul_cv_warn__Wmissing_declarations=yes ul_cv_warn__Wmissing_parameter_type=yes ul_cv_warn__Wmissing_prototypes=yes ul_cv_warn__Wnested_externs=yes ul_cv_warn__Wno_clobbered=yes ul_cv_warn__Wno_missing_field_initializers=yes ul_cv_warn__Wno_unused_parameter=yes ul_cv_warn__Wpointer_arith=yes ul_cv_warn__Wredundant_decls=yes ul_cv_warn__Wsign_compare=yes ul_cv_warn__Wstrict_prototypes=yes ul_cv_warn__Wtype_limits=yes ul_cv_warn__Wuninitialized=yes ul_cv_warn__Wunused_but_set_parameter=yes ul_cv_warn__Wunused_but_set_variable=yes ul_cv_warn__Wunused_parameter=yes ul_cv_warn__Wunused_result=yes ul_cv_warn__Wunused_variable=yes ul_cv_warn__fno_common=yes 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. ## ## ----------------- ## # otherwise the libtool relink step will fail to find libmount.la and # pylibmountexec module must be installed after usrlib_exec libraries, # will try -lmount which is possibly not available. ' ACLOCAL='${SHELL} /usr/armv7a-pip-linux-gnueabi/tmp/portage/sys-apps/util-linux-2.32-r3/work/util-linux-2.32/config/missing aclocal-1.15' ADJTIME_PATH='/etc/adjtime' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AR='armv7a-pip-linux-gnueabi-ar' ARCH_86_64_FALSE='' ARCH_86_64_TRUE='#' ARCH_HPPA_FALSE='' ARCH_HPPA_TRUE='#' ARCH_I86_FALSE='' ARCH_I86_TRUE='#' ARCH_IA64_FALSE='' ARCH_IA64_TRUE='#' ARCH_M68K_FALSE='' ARCH_M68K_TRUE='#' ARCH_MIPS_FALSE='' ARCH_MIPS_TRUE='#' ARCH_PPC_FALSE='' ARCH_PPC_TRUE='#' ARCH_S390_FALSE='' ARCH_S390_TRUE='#' ARCH_SPARC_FALSE='' ARCH_SPARC_TRUE='#' AUTOCONF='${SHELL} /usr/armv7a-pip-linux-gnueabi/tmp/portage/sys-apps/util-linux-2.32-r3/work/util-linux-2.32/config/missing autoconf' AUTOHEADER='${SHELL} /usr/armv7a-pip-linux-gnueabi/tmp/portage/sys-apps/util-linux-2.32-r3/work/util-linux-2.32/config/missing autoheader' AUTOMAKE='${SHELL} /usr/armv7a-pip-linux-gnueabi/tmp/portage/sys-apps/util-linux-2.32-r3/work/util-linux-2.32/config/missing automake-1.15' AWK='gawk' BSD_FALSE='' BSD_TRUE='#' BSD_WARN_CFLAGS=' -Wno-clobbered' BUILD_AGETTY_FALSE='#' BUILD_AGETTY_TRUE='' BUILD_BASH_COMPLETION_FALSE='#' BUILD_BASH_COMPLETION_TRUE='' BUILD_BFS_FALSE='#' BUILD_BFS_TRUE='' BUILD_BLKDISCARD_FALSE='#' BUILD_BLKDISCARD_TRUE='' BUILD_BLKID_FALSE='#' BUILD_BLKID_TRUE='' BUILD_BLKZONE_FALSE='#' BUILD_BLKZONE_TRUE='' BUILD_BLOCKDEV_FALSE='#' BUILD_BLOCKDEV_TRUE='' BUILD_CAL_FALSE='#' BUILD_CAL_TRUE='' BUILD_CFDISK_FALSE='#' BUILD_CFDISK_TRUE='' BUILD_CHCPU_FALSE='#' BUILD_CHCPU_TRUE='' BUILD_CHFN_CHSH_FALSE='' BUILD_CHFN_CHSH_TRUE='#' BUILD_CHMEM_FALSE='#' BUILD_CHMEM_TRUE='' BUILD_CHRT_FALSE='#' BUILD_CHRT_TRUE='' BUILD_COLCRT_FALSE='#' BUILD_COLCRT_TRUE='' BUILD_COLRM_FALSE='#' BUILD_COLRM_TRUE='' BUILD_COLUMN_FALSE='#' BUILD_COLUMN_TRUE='' BUILD_COL_FALSE='#' BUILD_COL_TRUE='' BUILD_CRAMFS_FALSE='#' BUILD_CRAMFS_TRUE='' BUILD_CTRLALTDEL_FALSE='#' BUILD_CTRLALTDEL_TRUE='' BUILD_DMESG_FALSE='#' BUILD_DMESG_TRUE='' BUILD_EJECT_FALSE='#' BUILD_EJECT_TRUE='' BUILD_FALLOCATE_FALSE='#' BUILD_FALLOCATE_TRUE='' BUILD_FDFORMAT_FALSE='' BUILD_FDFORMAT_TRUE='#' BUILD_FDISK_FALSE='#' BUILD_FDISK_TRUE='' BUILD_FINCORE_FALSE='#' BUILD_FINCORE_TRUE='' BUILD_FINDFS_FALSE='#' BUILD_FINDFS_TRUE='' BUILD_FINDMNT_FALSE='#' BUILD_FINDMNT_TRUE='' BUILD_FLOCK_FALSE='#' BUILD_FLOCK_TRUE='' BUILD_FSCK_FALSE='#' BUILD_FSCK_TRUE='' BUILD_FSFREEZE_FALSE='#' BUILD_FSFREEZE_TRUE='' BUILD_FSTRIM_FALSE='#' BUILD_FSTRIM_TRUE='' BUILD_GETOPT_FALSE='#' BUILD_GETOPT_TRUE='' BUILD_HEXDUMP_FALSE='#' BUILD_HEXDUMP_TRUE='' BUILD_HWCLOCK_FALSE='#' BUILD_HWCLOCK_TRUE='' BUILD_IONICE_FALSE='#' BUILD_IONICE_TRUE='' BUILD_IPCMK_FALSE='#' BUILD_IPCMK_TRUE='' BUILD_IPCRM_FALSE='#' BUILD_IPCRM_TRUE='' BUILD_IPCS_FALSE='#' BUILD_IPCS_TRUE='' BUILD_ISOSIZE_FALSE='#' BUILD_ISOSIZE_TRUE='' BUILD_KILL_FALSE='' BUILD_KILL_TRUE='#' BUILD_LAST_FALSE='#' BUILD_LAST_TRUE='' BUILD_LDATTACH_FALSE='#' BUILD_LDATTACH_TRUE='' BUILD_LIBBLKID_FALSE='#' BUILD_LIBBLKID_TESTS_FALSE='' BUILD_LIBBLKID_TESTS_TRUE='#' BUILD_LIBBLKID_TRUE='' BUILD_LIBFDISK_FALSE='#' BUILD_LIBFDISK_TESTS_FALSE='' BUILD_LIBFDISK_TESTS_TRUE='#' BUILD_LIBFDISK_TRUE='' BUILD_LIBMOUNT_FALSE='#' BUILD_LIBMOUNT_TESTS_FALSE='' BUILD_LIBMOUNT_TESTS_TRUE='#' BUILD_LIBMOUNT_TRUE='' BUILD_LIBSMARTCOLS_FALSE='#' BUILD_LIBSMARTCOLS_TRUE='' BUILD_LIBUUID_FALSE='#' BUILD_LIBUUID_TRUE='' BUILD_LINE_FALSE='#' BUILD_LINE_TRUE='' BUILD_LOGGER_FALSE='#' BUILD_LOGGER_TRUE='' BUILD_LOGIN_FALSE='' BUILD_LOGIN_TRUE='#' BUILD_LOOK_FALSE='#' BUILD_LOOK_TRUE='' BUILD_LOSETUP_FALSE='#' BUILD_LOSETUP_TRUE='' BUILD_LSBLK_FALSE='#' BUILD_LSBLK_TRUE='' BUILD_LSCPU_FALSE='#' BUILD_LSCPU_TRUE='' BUILD_LSIPC_FALSE='#' BUILD_LSIPC_TRUE='' BUILD_LSLOCKS_FALSE='#' BUILD_LSLOCKS_TRUE='' BUILD_LSLOGINS_FALSE='#' BUILD_LSLOGINS_TRUE='' BUILD_LSMEM_FALSE='#' BUILD_LSMEM_TRUE='' BUILD_LSNS_FALSE='#' BUILD_LSNS_TRUE='' BUILD_MCOOKIE_FALSE='#' BUILD_MCOOKIE_TRUE='' BUILD_MESG_FALSE='' BUILD_MESG_TRUE='#' BUILD_MINIX_FALSE='#' BUILD_MINIX_TRUE='' BUILD_MKFS_FALSE='#' BUILD_MKFS_TRUE='' BUILD_MKSWAP_FALSE='#' BUILD_MKSWAP_TRUE='' BUILD_MORE_FALSE='#' BUILD_MORE_TRUE='' BUILD_MOUNTPOINT_FALSE='#' BUILD_MOUNTPOINT_TRUE='' BUILD_MOUNT_FALSE='#' BUILD_MOUNT_TRUE='' BUILD_NAMEI_FALSE='#' BUILD_NAMEI_TRUE='' BUILD_NEWGRP_FALSE='' BUILD_NEWGRP_TRUE='#' BUILD_NOLOGIN_FALSE='' BUILD_NOLOGIN_TRUE='#' BUILD_NSENTER_FALSE='#' BUILD_NSENTER_TRUE='' BUILD_PARTX_FALSE='#' BUILD_PARTX_TRUE='' BUILD_PG_FALSE='' BUILD_PG_TRUE='#' BUILD_PIVOT_ROOT_FALSE='#' BUILD_PIVOT_ROOT_TRUE='' BUILD_PRLIMIT_FALSE='#' BUILD_PRLIMIT_TRUE='' BUILD_PYLIBMOUNT_FALSE='' BUILD_PYLIBMOUNT_TRUE='#' BUILD_RAW_FALSE='#' BUILD_RAW_TRUE='' BUILD_READPROFILE_FALSE='#' BUILD_READPROFILE_TRUE='' BUILD_RENAME_FALSE='#' BUILD_RENAME_TRUE='' BUILD_RENICE_FALSE='#' BUILD_RENICE_TRUE='' BUILD_REV_FALSE='#' BUILD_REV_TRUE='' BUILD_RFKILL_FALSE='#' BUILD_RFKILL_TRUE='' BUILD_RTCWAKE_FALSE='#' BUILD_RTCWAKE_TRUE='' BUILD_RUNUSER_FALSE='' BUILD_RUNUSER_TRUE='#' BUILD_SCRIPTREPLAY_FALSE='#' BUILD_SCRIPTREPLAY_TRUE='' BUILD_SCRIPT_FALSE='#' BUILD_SCRIPT_TRUE='' BUILD_SETARCH_FALSE='#' BUILD_SETARCH_TRUE='' BUILD_SETPRIV_FALSE='#' BUILD_SETPRIV_TRUE='' BUILD_SETSID_FALSE='#' BUILD_SETSID_TRUE='' BUILD_SETTERM_FALSE='#' BUILD_SETTERM_TRUE='' BUILD_SFDISK_FALSE='#' BUILD_SFDISK_TRUE='' BUILD_SULOGIN_FALSE='#' BUILD_SULOGIN_TRUE='' BUILD_SU_FALSE='' BUILD_SU_TRUE='#' BUILD_SWAPLABEL_FALSE='#' BUILD_SWAPLABEL_TRUE='' BUILD_SWAPON_FALSE='#' BUILD_SWAPON_TRUE='' BUILD_SWITCH_ROOT_FALSE='#' BUILD_SWITCH_ROOT_TRUE='' BUILD_TASKSET_FALSE='#' BUILD_TASKSET_TRUE='' BUILD_TUNELP_FALSE='' BUILD_TUNELP_TRUE='#' BUILD_UL_FALSE='#' BUILD_UL_TRUE='' BUILD_UNSHARE_FALSE='#' BUILD_UNSHARE_TRUE='' BUILD_UTMPDUMP_FALSE='#' BUILD_UTMPDUMP_TRUE='' BUILD_UUIDD_FALSE='#' BUILD_UUIDD_TRUE='' BUILD_UUIDGEN_FALSE='#' BUILD_UUIDGEN_TRUE='' BUILD_UUIDPARSE_FALSE='#' BUILD_UUIDPARSE_TRUE='' BUILD_VIPW_FALSE='' BUILD_VIPW_TRUE='#' BUILD_WALL_FALSE='' BUILD_WALL_TRUE='#' BUILD_WDCTL_FALSE='#' BUILD_WDCTL_TRUE='' BUILD_WHEREIS_FALSE='#' BUILD_WHEREIS_TRUE='' BUILD_WIPEFS_FALSE='#' BUILD_WIPEFS_TRUE='' BUILD_WRITE_FALSE='' BUILD_WRITE_TRUE='#' BUILD_ZRAMCTL_FALSE='#' BUILD_ZRAMCTL_TRUE='' CC='armv7a-pip-linux-gnueabi-gcc' CCDEPMODE='depmode=none' CFLAGS='-march=armv7-a -mtune=cortex-a8 -mfpu=neon-vfpv3 -mfloat-abi=hard -Os -pipe -fomit-frame-pointer -ftree-vectorize -flto=10' CHFN_CHSH_PASSWORD_FALSE='#' CHFN_CHSH_PASSWORD_TRUE='' CPP='armv7a-pip-linux-gnueabi-gcc -E' CPPFLAGS=' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE' CYGPATH_W='echo' DAEMON_CFLAGS='' DAEMON_LDFLAGS='' DARWIN_FALSE='' DARWIN_TRUE='#' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='#' EXEEXT='' FGREP='/bin/grep -F' GETTEXT_MACRO_VERSION='0.18' GMSGFMT='/usr/bin/gmsgfmt' GMSGFMT_015='/usr/bin/gmsgfmt' GREP='/bin/grep' GTKDOC_CHECK='' GTK_DOC_USE_LIBTOOL_FALSE='#' GTK_DOC_USE_LIBTOOL_TRUE='' HAVE_AUDIT_FALSE='' HAVE_AUDIT_TRUE='#' HAVE_BTRFS_FALSE='#' HAVE_BTRFS_TRUE='' HAVE_CAP_NG_FALSE='#' HAVE_CAP_NG_TRUE='' HAVE_CPU_SET_T_FALSE='#' HAVE_CPU_SET_T_TRUE='' HAVE_LANGINFO_FALSE='#' HAVE_LANGINFO_TRUE='' HAVE_LIBCRYPT_FALSE='#' HAVE_LIBCRYPT_TRUE='' HAVE_LINUXPAM_FALSE='' HAVE_LINUXPAM_TRUE='#' HAVE_NCURSES_FALSE='#' HAVE_NCURSES_TRUE='' HAVE_OPENAT_FALSE='#' HAVE_OPENAT_TRUE='' HAVE_READLINE_FALSE='#' HAVE_READLINE_TRUE='' HAVE_SELINUX_FALSE='' HAVE_SELINUX_TRUE='#' HAVE_SLANG_FALSE='' HAVE_SLANG_TRUE='#' HAVE_STATIC_BLKID_FALSE='' HAVE_STATIC_BLKID_TRUE='#' HAVE_STATIC_FDISK_FALSE='' HAVE_STATIC_FDISK_TRUE='#' HAVE_STATIC_LOSETUP_FALSE='' HAVE_STATIC_LOSETUP_TRUE='#' HAVE_STATIC_MOUNT_FALSE='' HAVE_STATIC_MOUNT_TRUE='#' HAVE_STATIC_NSENTER_FALSE='' HAVE_STATIC_NSENTER_TRUE='#' HAVE_STATIC_SFDISK_FALSE='' HAVE_STATIC_SFDISK_TRUE='#' HAVE_STATIC_UMOUNT_FALSE='' HAVE_STATIC_UMOUNT_TRUE='#' HAVE_STATIC_UNSHARE_FALSE='' HAVE_STATIC_UNSHARE_TRUE='#' HAVE_SYSTEMD_FALSE='' HAVE_SYSTEMD_TRUE='#' HAVE_TINFO_FALSE='' HAVE_TINFO_TRUE='#' HAVE_UDEV_FALSE='' HAVE_UDEV_TRUE='#' HAVE_USER_FALSE='' HAVE_USER_TRUE='#' HAVE_UTEMPTER_FALSE='' HAVE_UTEMPTER_TRUE='#' HAVE_UTIL_FALSE='#' HAVE_UTIL_TRUE='' HAVE_VSCRIPT_COMPLEX_FALSE='#' HAVE_VSCRIPT_COMPLEX_TRUE='' HAVE_VSCRIPT_FALSE='#' HAVE_VSCRIPT_TRUE='' HTML_DIR='${datadir}/gtk-doc/html' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLLIBS='' INTL_MACOSX_LIBS='' LD='/usr/libexec/gcc/armv7a-pip-linux-gnueabi/ld' LDFLAGS='-flto=10 -fuse-ld=gold -fuse-linker-plugin' LIBBLKID_DATE='21-Mar-2018' LIBBLKID_VERSION='2.32.0' LIBBLKID_VERSION_INFO='2:0:1' LIBFDISK_MAJOR_VERSION='2' LIBFDISK_MINOR_VERSION='32' LIBFDISK_PATCH_VERSION='0' LIBFDISK_PC_REQUIRES='uuid blkid' LIBFDISK_VERSION='2.32.0' LIBFDISK_VERSION_INFO='2:0:1' LIBICONV='-liconv' LIBINTL='' LIBMOUNT_MAJOR_VERSION='2' LIBMOUNT_MINOR_VERSION='32' LIBMOUNT_PATCH_VERSION='0' LIBMOUNT_VERSION='2.32.0' LIBMOUNT_VERSION_INFO='2:0:1' LIBOBJS='' LIBS='' LIBSMARTCOLS_VERSION='2.32.0' LIBSMARTCOLS_VERSION_INFO='2:0:1' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBUSER_CFLAGS='' LIBUSER_LIBS='' LIBUUID_VERSION='2.32.0' LIBUUID_VERSION_INFO='4:0:3' LINUX_FALSE='#' LINUX_TRUE='' LIPO='' LN_S='ln -s' LTLIBICONV='-liconv' LTLIBINTL='' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAKEINFO='${SHELL} /usr/armv7a-pip-linux-gnueabi/tmp/portage/sys-apps/util-linux-2.32-r3/work/util-linux-2.32/config/missing makeinfo' MAKEINSTALL_DO_CHOWN_FALSE='#' MAKEINSTALL_DO_CHOWN_TRUE='' MAKEINSTALL_DO_SETUID_FALSE='#' MAKEINSTALL_DO_SETUID_TRUE='' MANIFEST_TOOL=':' MATH_LIBS='' MKDIR_P='/bin/mkdir -p' MSGFMT='/usr/bin/msgfmt' MSGFMT_015='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' NCURSES5_CONFIG='' NCURSES6_CONFIG='' NCURSESW5_CONFIG='' NCURSESW6_CONFIG='ncursesw6-config' NCURSESW_CFLAGS='' NCURSESW_LIBS='' NCURSES_CFLAGS='-D_GNU_SOURCE -D_DEFAULT_SOURCE -I/usr/include/ncursesw' NCURSES_LIBS='-L/usr/lib64 -lncursesw -ltinfow' NM='/usr/bin/armv7a-pip-linux-gnueabi-nm -B' NMEDIT='' NO_UNUSED_WARN_CFLAGS=' -Wno-unused-parameter' OBJDUMP='armv7a-pip-linux-gnueabi-objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='util-linux' PACKAGE_BUGREPORT='kzak@redhat.com' PACKAGE_NAME='util-linux' PACKAGE_STRING='util-linux 2.32' PACKAGE_TARNAME='util-linux' PACKAGE_URL='http://www.kernel.org/pub/linux/utils/util-linux/' PACKAGE_VERSION='2.32' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/armv7a-pip-linux-gnueabi-pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/usr/armv7a-pip-linux-gnueabi/usr/lib/pkgconfig/' POSUB='po' PYTHON='' PYTHON_CFLAGS='' PYTHON_EXEC_PREFIX='' PYTHON_LIBS='' PYTHON_PLATFORM='' PYTHON_PREFIX='' PYTHON_VERSION='' RANLIB='armv7a-pip-linux-gnueabi-ranlib' READLINE_LIBS='-lreadline' READLINE_LIBS_STATIC='-lreadline ' REALTIME_LIBS='-lrt' RTAS_LIBS='' SED='/bin/sed' SELINUX_CFLAGS='' SELINUX_LIBS='' SELINUX_LIBS_STATIC='' SET_MAKE='' SHELL='/bin/sh' SOCKET_LIBS='' SOLIB_CFLAGS='' SOLIB_LDFLAGS='' STRIP='armv7a-pip-linux-gnueabi-strip' SUID_CFLAGS='' SUID_LDFLAGS='' SYSTEMD_CFLAGS='' SYSTEMD_DAEMON_CFLAGS='' SYSTEMD_DAEMON_LIBS='' SYSTEMD_JOURNAL_CFLAGS='' SYSTEMD_JOURNAL_LIBS='' SYSTEMD_LIBS='' TINFOW_CFLAGS='' TINFOW_LIBS='' TINFO_CFLAGS='' TINFO_LIBS='' TINFO_LIBS_STATIC='' USE_NLS='yes' USE_PLYMOUTH_SUPPORT_FALSE='#' USE_PLYMOUTH_SUPPORT_TRUE='' USE_TTY_GROUP_FALSE='#' USE_TTY_GROUP_TRUE='' VERSION='2.32' VSCRIPT_LDFLAGS='-Wl,--version-script' WARN_CFLAGS=' -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wformat-security -Wimplicit-function-declaration' XGETTEXT='/usr/bin/xgettext' XGETTEXT_015='/usr/bin/xgettext' XGETTEXT_EXTRA_OPTIONS='' XSLTPROC='/usr/bin/xsltproc' YACC='bison -y' YFLAGS='' ac_ct_AR='' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__include='include' am__isrc=' -I$(srcdir)' am__leading_dot='.' am__nodep='' am__quote='' am__tar='tar --format=posix -chf - "$$tardir"' am__untar='tar -xf -' bashcompletiondir='/usr/share/bash-completion/completions' bindir='/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/util-linux-2.32-r3' dvidir='${docdir}' exec_prefix='${prefix}' host='armv7a-pip-linux-gnueabi' host_alias='armv7a-pip-linux-gnueabi' host_cpu='armv7a' host_os='linux-gnueabi' host_vendor='pip' htmldir='/usr/share/doc/util-linux-2.32-r3/html' includedir='${prefix}/include' infodir='/usr/share/info' install-pylibmountexecLTLIBRARIES: install-usrlib_execLTLIBRARIES install_sh='${SHELL} /usr/armv7a-pip-linux-gnueabi/tmp/portage/sys-apps/util-linux-2.32-r3/work/util-linux-2.32/config/install-sh' libdir='/usr/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' pkgpyexecdir='' pkgpythondir='' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='' pythondir='' runstatedir='${localstatedir}/run' sbindir='/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' systemdsystemunitdir='/lib/systemd/system' target_alias='' usrbin_execdir='${exec_prefix}/bin' usrlib_execdir='/usr/lib' usrsbin_execdir='${exec_prefix}/sbin' verbatim_pylibmount_dependency=' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "util-linux" #define PACKAGE_TARNAME "util-linux" #define PACKAGE_VERSION "2.32" #define PACKAGE_STRING "util-linux 2.32" #define PACKAGE_BUGREPORT "kzak@redhat.com" #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" #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 __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PACKAGE "util-linux" #define VERSION "2.32" #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_TM_ZONE 1 #define ENABLE_NLS 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 #define HAVE_LINUX_BLKPG_H 1 #define HAVE_LINUX_MAJOR_H 1 #define HAVE_ERR_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_GETOPT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LASTLOG_H 1 #define HAVE_LINUX_BTRFS_H 1 #define HAVE_LINUX_CDROM_H 1 #define HAVE_LINUX_FALLOC_H 1 #define HAVE_LINUX_WATCHDOG_H 1 #define HAVE_LINUX_FD_H 1 #define HAVE_LINUX_RAW_H 1 #define HAVE_LINUX_TIOCL_H 1 #define HAVE_LINUX_VERSION_H 1 #define HAVE_LINUX_SECUREBITS_H 1 #define HAVE_LINUX_NET_NAMESPACE_H 1 #define HAVE_LOCALE_H 1 #define HAVE_MNTENT_H 1 #define HAVE_NET_IF_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_PATHS_H 1 #define HAVE_PTY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDIO_EXT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_ENDIAN_H 1 #define HAVE_BYTESWAP_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_IO_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_MOUNT_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_PRCTL_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_SIGNALFD_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_SYSMACROS_H 1 #define HAVE_SYS_SWAP_H 1 #define HAVE_SYS_SYSCALL_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TIMEX_H 1 #define HAVE_SYS_TTYDEFAULTS_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SHADOW_H 1 #define HAVE_UTMP_H 1 #define HAVE_UTMPX_H 1 #define HAVE_LINUX_GSMMUX_H 1 #define HAVE_LINUX_BLKZONED_H 1 #define HAVE_LANGINFO_H 1 #define HAVE_TM_GMTOFF 1 #define HAVE_STRUCT_TERMIOS_C_LINE 1 #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 #define HAVE_LSEEK64_PROTOTYPE 1 #define HAVE_ENVIRON_DECL 1 #define HAVE_STRSIGNAL_DECL 1 #define HAVE___FPENDING 1 #define HAVE_SECURE_GETENV 1 #define HAVE_EACCESS 1 #define HAVE_ERR 1 #define HAVE_ERRX 1 #define HAVE_EXPLICIT_BZERO 1 #define HAVE_FSYNC 1 #define HAVE_UTIMENSAT 1 #define HAVE_GETDOMAINNAME 1 #define HAVE_GETDTABLESIZE 1 #define HAVE_GETRANDOM 1 #define HAVE_GETRLIMIT 1 #define HAVE_GETSGNAM 1 #define HAVE_INOTIFY_INIT 1 #define HAVE_JRAND48 1 #define HAVE_LCHOWN 1 #define HAVE_LLSEEK 1 #define HAVE_LSEEK64 1 #define HAVE_MEMPCPY 1 #define HAVE_MKOSTEMP 1 #define HAVE_NANOSLEEP 1 #define HAVE_NTP_GETTIME 1 #define HAVE_PERSONALITY 1 #define HAVE_POSIX_FADVISE 1 #define HAVE_PRCTL 1 #define HAVE_QSORT_R 1 #define HAVE_RPMATCH 1 #define HAVE_SCANDIRAT 1 #define HAVE_SETRESGID 1 #define HAVE_SETRESUID 1 #define HAVE_SCHED_SETSCHEDULER 1 #define HAVE_SIGQUEUE 1 #define HAVE_SRANDOM 1 #define HAVE_STRNDUP 1 #define HAVE_STRNLEN 1 #define HAVE_SYSCONF 1 #define HAVE_SYSINFO 1 #define HAVE_TIMEGM 1 #define HAVE_USLEEP 1 #define HAVE_VWARNX 1 #define HAVE_WARN 1 #define HAVE_WARNX 1 #define HAVE_FSEEKO 1 #define HAVE_OPENAT 1 #define HAVE_FSTATAT 1 #define HAVE_UNLINKAT 1 #define HAVE_IOPERM 1 #define HAVE_IOPL 1 #define HAVE_FUTIMENS 1 #define HAVE_INOTIFY_INIT1 1 #define HAVE_OPEN_MEMSTREAM 1 #define HAVE_REBOOT 1 #define HAVE_UPDWTMPX 1 #define HAVE_UPDWTMPX 1 #define HAVE_GETUSERSHELL 1 #define HAVE_ISNAN 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_DIRFD 1 #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 #define HAVE___PROGNAME 1 #define HAVE_TLS 1 #define HAVE_SCANF_MS_MODIFIER 1 #define HAVE_LIBUTIL 1 #define HAVE_LOFF_T 1 #define HAVE_WIDECHAR 1 #define HAVE_CPU_SET_T 1 #define HAVE_SIGHANDLER_T 1 #define HAVE_DECL_CPU_ALLOC 1 #define HAVE_CRYPT_H 1 #define HAVE_LIBCRYPT 1 #define HAVE_NCURSESW_NCURSES_H 1 #define HAVE_NCURSESW_TERM_H 1 #define HAVE_LIBNCURSESW 1 #define HAVE_USE_DEFAULT_COLORS 1 #define HAVE_RESIZETERM 1 #define HAVE_LIBREADLINE 1 #define HAVE_LIBUUID 1 #define LIBBLKID_VERSION "2.32.0" #define LIBBLKID_DATE "21-Mar-2018" #define HAVE_LIBBLKID 1 #define HAVE_LIBMOUNT 1 #define LIBMOUNT_VERSION "2.32.0" #define LIBSMARTCOLS_VERSION "2.32.0" #define LIBFDISK_VERSION "2.32.0" #define HAVE_UUIDD 1 #define HAVE_FALLOCATE 1 #define HAVE_POSIX_FALLOCATE 1 #define HAVE_UNSHARE 1 #define HAVE_SETNS 1 #define HAVE_LIBCAP_NG 1 #define AGETTY_RELOAD 1 #define USE_PLYMOUTH_SUPPORT 1 #define HAVE_SWAPON 1 #define HAVE_SWAPOFF 1 #define HAVE_PRLIMIT 1 #define CHFN_CHSH_PASSWORD 1 #define ONLY_LISTED_SHELLS 1 #define HAVE_BTRFS_SUPPORT 1 #define PG_BELL 1 #define FS_SEARCH_PATH "/sbin:/sbin/fs.d:/sbin/fs:/usr/sbin:/bin:/usr/bin" #define USE_TTY_GROUP 1 #define USE_COLORS_BY_DEFAULT 1 #define CONFIG_ADJTIME_PATH "/etc/adjtime" configure: exit 0