This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.52.20210509. Invocation command line was $ /var/tmp/portage/sys-libs/ncurses-6.3_p20220924-r2/work/ncurses-6.3/configure --prefix=/usr --build=armv7a-unknown-linux-gnueabihf --host=armv7a-unknown-linux-gnueabihf --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib --with-terminfo-dirs=/etc/terminfo:/usr/share/terminfo --enable-pc-files --with-pkg-config-libdir=/usr/lib/pkgconfig --with-shared --without-hashed-db --without-ada --with-cxx --with-cxx-binding --with-cxx-shared --without-debug --without-profile --with-gpm=libgpm.so.1 --disable-term-driver --disable-termcap --enable-symlinks --with-rcs-ids --with-manpage-format=normal --enable-const --enable-colorfgbg --enable-hard-tabs --enable-echo --enable-warnings --without-assertions --enable-leaks --without-expanded --with-macros --with-progs --without-tests --without-trace --with-termlib --disable-stripping --disable-pkg-ldflags --enable-widec --without-pthread --without-reentrant --includedir=/usr/include/ncursesw ## ---------- ## ## Platform. ## ## ---------- ## hostname = localhost uname -m = armv8l uname -r = 5.15.64-gentoo-dist uname -s = Linux uname -v = #1 SMP Wed Aug 31 17:57:10 -00 2022 /usr/bin/uname -p = ARMv8 Processor rev 1 (v8l) /bin/uname -X = unknown /bin/arch = armv8l /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH = /usr/lib/portage/python3.10/ebuild-helpers/xattr:/usr/lib/portage/python3.10/ebuild-helpers:/usr/sbin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/bin:/usr/lib/llvm/15/bin:/usr/lib/llvm/14/bin ## ------------ ## ## Core tests. ## ## ------------ ## configure:1071: 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 # provided by crossdev SITEDIR="/usr/share/crossdev/include/site" # user override ETC_SITEDIR="/etc/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" ;; mingw*|*-mingw*) sites="${sites} mingw ${site_arch}-mingw" ;; 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 "${SITEDIR}/${x}" ] && echo "${SITEDIR}/${x}" [ -e "${ETC_SITEDIR}/${x}" ] && echo "${ETC_SITEDIR}/${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:1170: PATH=".;."; conftest.sh /var/tmp/portage/sys-libs/ncurses-6.3_p20220924-r2/work/ncurses-6.3/configure: line 1171: conftest.sh: command not found configure:1173: $? = 127 configure:1190: checking for ggrep configure:1216: result: no configure:1190: checking for grep configure:1205: found /usr/sbin/grep configure:1213: result: grep configure:1224: checking for egrep configure:1280: result: grep -E configure:1290: result: Configuring NCURSES 6.3 ABI 6 (Tue Dec 6 15:30:26 -00 2022) configure:1294: checking for package version configure:1315: result: 6.3 configure:1318: checking for package patch date configure:1335: result: 20220924 configure:1346: testing ABI VERSION 5:0:10 ... configure:1350: testing VERSION_MAJOR 6 ... configure:1354: testing VERSION_MINOR 3 ... configure:1358: testing VERSION_PATCH 20220924 ... configure:1500: checking build system type configure:1518: result: armv7a-unknown-linux-gnueabihf configure:1525: checking host system type configure:1539: result: armv7a-unknown-linux-gnueabihf configure:1547: checking target system type configure:1561: result: armv7a-unknown-linux-gnueabihf configure:1593: result: Configuring for linux-gnueabihf configure:1618: checking for fgrep configure:1674: result: grep -F configure:1678: checking for prefix configure:1690: result: /usr configure:1797: checking for armv7a-unknown-linux-gnueabihf-gcc configure:1812: found /usr/sbin/armv7a-unknown-linux-gnueabihf-gcc configure:1820: result: armv7a-unknown-linux-gnueabihf-gcc configure:1877: checking for C compiler version configure:1880: armv7a-unknown-linux-gnueabihf-gcc --version &5 armv7a-unknown-linux-gnueabihf-gcc (Gentoo 11.3.0 p7) 11.3.0 Copyright (C) 2021 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:1883: $? = 0 configure:1885: armv7a-unknown-linux-gnueabihf-gcc -v &5 Using built-in specs. COLLECT_GCC=armv7a-unknown-linux-gnueabihf-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/armv7a-unknown-linux-gnueabihf/11.3.0/lto-wrapper Target: armv7a-unknown-linux-gnueabihf Configured with: /var/tmp/portage/sys-devel/gcc-11.3.0/work/gcc-11.3.0/configure --host=armv7a-unknown-linux-gnueabihf --build=armv7a-unknown-linux-gnueabihf --prefix=/usr --bindir=/usr/armv7a-unknown-linux-gnueabihf/gcc-bin/11.3.0 --includedir=/usr/lib/gcc/armv7a-unknown-linux-gnueabihf/11.3.0/include --datadir=/usr/share/gcc-data/armv7a-unknown-linux-gnueabihf/11.3.0 --mandir=/usr/share/gcc-data/armv7a-unknown-linux-gnueabihf/11.3.0/man --infodir=/usr/share/gcc-data/armv7a-unknown-linux-gnueabihf/11.3.0/info --with-gxx-include-dir=/usr/lib/gcc/armv7a-unknown-linux-gnueabihf/11.3.0/include/g++-v11 --with-python-dir=/share/gcc-data/armv7a-unknown-linux-gnueabihf/11.3.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.3.0 p7' --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --disable-fixed-point --with-float=hard --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --without-isl --enable-default-pie --enable-default-ssp Thread model: posix Supported LTO compression algorithms: zlib gcc version 11.3.0 (Gentoo 11.3.0 p7) configure:1888: $? = 0 configure:1890: armv7a-unknown-linux-gnueabihf-gcc -V &5 armv7a-unknown-linux-gnueabihf-gcc: error: unrecognized command-line option '-V' armv7a-unknown-linux-gnueabihf-gcc: fatal error: no input files compilation terminated. configure:1893: $? = 1 configure:1913: checking for C compiler default output configure:1916: armv7a-unknown-linux-gnueabihf-gcc -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:1919: $? = 0 configure:1948: result: a.out configure:1953: checking whether the C compiler works configure:1959: ./a.out configure:1962: $? = 0 configure:1977: result: yes configure:1984: checking whether we are cross compiling configure:1986: result: no configure:1989: checking for executable suffix configure:1991: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:1994: $? = 0 configure:2016: result: configure:2022: checking for object suffix configure:2040: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure:2043: $? = 0 configure:2062: result: o configure:2066: checking whether we are using the GNU C compiler configure:2087: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure:2090: $? = 0 configure:2093: test -s conftest.o configure:2096: $? = 0 configure:2108: result: yes configure:2114: checking whether armv7a-unknown-linux-gnueabihf-gcc accepts -g configure:2132: armv7a-unknown-linux-gnueabihf-gcc -c -g conftest.c >&5 configure:2135: $? = 0 configure:2138: test -s conftest.o configure:2141: $? = 0 configure:2151: result: yes configure:2178: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 conftest.c:2:3: error: unknown type name 'choke' 2 | choke me | ^~~~~ conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input configure:2181: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2282: checking version of armv7a-unknown-linux-gnueabihf-gcc configure:2286: result: 7 configure:2295: checking if this is really Intel C compiler configure:2317: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -no-gcc conftest.c >&5 armv7a-unknown-linux-gnueabihf-gcc: error: unrecognized command-line option '-no-gcc' configure:2320: $? = 1 configure: failed program was: #line 2300 "configure" #include "confdefs.h" int main (void) { #ifdef __INTEL_COMPILER #else make an error #endif ; return 0; } configure:2337: result: no configure:2346: checking if this is really Clang C compiler configure:2367: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure: In function 'main': configure:2358:1: error: unknown type name 'make' configure:2358:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error' configure:2370: $? = 1 configure: failed program was: #line 2350 "configure" #include "confdefs.h" int main (void) { #ifdef __clang__ #else make an error #endif ; return 0; } configure:2386: result: no configure:2467: checking for armv7a-unknown-linux-gnueabihf-gcc option to accept ANSI C configure:2524: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure:2527: $? = 0 configure:2530: test -s conftest.o configure:2533: $? = 0 configure:2550: result: none needed configure:2561: checking $CFLAGS variable configure:2675: result: ok configure:2680: checking $CC variable configure:2815: result: ok configure:2826: checking how to run the C preprocessor configure:2852: armv7a-unknown-linux-gnueabihf-gcc -E conftest.c configure:2858: $? = 0 configure:2885: armv7a-unknown-linux-gnueabihf-gcc -E conftest.c configure:2882:10: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:2891: $? = 1 configure: failed program was: #line 2881 "configure" #include "confdefs.h" #include configure:2928: result: armv7a-unknown-linux-gnueabihf-gcc -E configure:2943: armv7a-unknown-linux-gnueabihf-gcc -E conftest.c configure:2949: $? = 0 configure:2976: armv7a-unknown-linux-gnueabihf-gcc -E conftest.c configure:2973:10: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:2982: $? = 1 configure: failed program was: #line 2972 "configure" #include "confdefs.h" #include configure:3023: checking whether armv7a-unknown-linux-gnueabihf-gcc needs -traditional configure:3058: result: no configure:3065: checking whether armv7a-unknown-linux-gnueabihf-gcc understands -c and -o together configure:3080: armv7a-unknown-linux-gnueabihf-gcc -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c conftest.c -o conftest2.o >&5 configure:3083: $? = 0 configure:3085: armv7a-unknown-linux-gnueabihf-gcc -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c conftest.c -o conftest2.o >&5 configure:3088: $? = 0 configure:3099: result: yes configure:3116: checking for ldconfig configure:3133: found /usr/sbin/ldconfig configure:3144: result: /usr/sbin/ldconfig configure:3155: checking if you want to ensure bool is consistent with C++ configure:3165: result: yes configure:3183: checking for armv7a-unknown-linux-gnueabihf-g++ configure:3198: found /usr/sbin/armv7a-unknown-linux-gnueabihf-g++ configure:3206: result: armv7a-unknown-linux-gnueabihf-g++ configure:3260: checking for C++ compiler version configure:3263: armv7a-unknown-linux-gnueabihf-g++ --version &5 armv7a-unknown-linux-gnueabihf-g++ (Gentoo 11.3.0 p7) 11.3.0 Copyright (C) 2021 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:3266: $? = 0 configure:3268: armv7a-unknown-linux-gnueabihf-g++ -v &5 Using built-in specs. COLLECT_GCC=armv7a-unknown-linux-gnueabihf-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/armv7a-unknown-linux-gnueabihf/11.3.0/lto-wrapper Target: armv7a-unknown-linux-gnueabihf Configured with: /var/tmp/portage/sys-devel/gcc-11.3.0/work/gcc-11.3.0/configure --host=armv7a-unknown-linux-gnueabihf --build=armv7a-unknown-linux-gnueabihf --prefix=/usr --bindir=/usr/armv7a-unknown-linux-gnueabihf/gcc-bin/11.3.0 --includedir=/usr/lib/gcc/armv7a-unknown-linux-gnueabihf/11.3.0/include --datadir=/usr/share/gcc-data/armv7a-unknown-linux-gnueabihf/11.3.0 --mandir=/usr/share/gcc-data/armv7a-unknown-linux-gnueabihf/11.3.0/man --infodir=/usr/share/gcc-data/armv7a-unknown-linux-gnueabihf/11.3.0/info --with-gxx-include-dir=/usr/lib/gcc/armv7a-unknown-linux-gnueabihf/11.3.0/include/g++-v11 --with-python-dir=/share/gcc-data/armv7a-unknown-linux-gnueabihf/11.3.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.3.0 p7' --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --disable-fixed-point --with-float=hard --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --without-isl --enable-default-pie --enable-default-ssp Thread model: posix Supported LTO compression algorithms: zlib gcc version 11.3.0 (Gentoo 11.3.0 p7) configure:3271: $? = 0 configure:3273: armv7a-unknown-linux-gnueabihf-g++ -V &5 armv7a-unknown-linux-gnueabihf-g++: error: unrecognized command-line option '-V' armv7a-unknown-linux-gnueabihf-g++: fatal error: no input files compilation terminated. configure:3276: $? = 1 configure:3279: checking whether we are using the GNU C++ compiler configure:3300: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.cc >&5 configure:3303: $? = 0 configure:3306: test -s conftest.o configure:3309: $? = 0 configure:3321: result: yes configure:3327: checking whether armv7a-unknown-linux-gnueabihf-g++ accepts -g configure:3345: armv7a-unknown-linux-gnueabihf-g++ -c -g conftest.cc >&5 configure:3348: $? = 0 configure:3351: test -s conftest.o configure:3354: $? = 0 configure:3364: result: yes configure:3404: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.cc >&5 configure:3407: $? = 0 configure:3410: test -s conftest.o configure:3413: $? = 0 configure:3435: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.cc >&5 configure: In function 'int main()': configure:3428:1: error: 'exit' was not declared in this scope configure:3438: $? = 1 configure: failed program was: #line 3423 "configure" #include "confdefs.h" int main (void) { exit (42); ; return 0; } configure:3404: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.cc >&5 configure:3407: $? = 0 configure:3410: test -s conftest.o configure:3413: $? = 0 configure:3435: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.cc >&5 configure:3438: $? = 0 configure:3441: test -s conftest.o configure:3444: $? = 0 configure:3478: checking if armv7a-unknown-linux-gnueabihf-g++ works configure:3499: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.cc >&5 configure:3502: $? = 0 configure:3505: test -s conftest.o configure:3508: $? = 0 configure:3518: result: yes configure:3585: checking version of armv7a-unknown-linux-gnueabihf-g++ configure:3593: result: 7 configure:3606: checking if you want to build C++ binding and demo configure:3616: result: yes configure:3619: checking if you want to build with Ada configure:3621: result: no configure:3624: checking if you want to install terminal database configure:3634: result: yes configure:3637: checking if you want to install manpages configure:3647: result: yes configure:3650: checking if you want to build programs such as tic configure:3660: result: yes configure:3688: checking if you want to build test-programs configure:3698: result: no configure:3701: checking if you wish to install curses.h configure:3711: result: yes configure:3736: checking for mawk configure:3762: result: no configure:3736: checking for gawk configure:3751: found /usr/sbin/gawk configure:3759: result: gawk configure:3785: checking for a BSD compatible install configure:3834: result: /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c configure:3859: checking for lint configure:3885: result: no configure:3859: checking for cppcheck configure:3885: result: no configure:3859: checking for splint configure:3885: result: no configure:3898: checking whether ln -s works configure:3902: result: yes configure:3909: checking if ln -s -f options work configure:3921: result: yes configure:3926: checking for long file names configure:3965: result: yes configure:3994: checking if you want to use pkg-config configure:4004: result: yes configure:4016: checking for armv7a-unknown-linux-gnueabihf-pkg-config configure:4033: found /usr/sbin/armv7a-unknown-linux-gnueabihf-pkg-config configure:4044: result: /usr/sbin/armv7a-unknown-linux-gnueabihf-pkg-config configure:4138: WARNING: pkg-config is not installed configure:4148: checking for /usr/sbin/armv7a-unknown-linux-gnueabihf-pkg-config library directory configure:4180: result: /usr/lib/pkgconfig configure:4279: checking if we should install .pc files for /usr/sbin/armv7a-unknown-linux-gnueabihf-pkg-config configure:4293: result: yes configure:4346: checking for suffix to add to pc-files configure:4361: result: none configure:4367: checking if we should assume mixed-case filenames configure:4377: result: auto configure:4381: checking if filesystem supports mixed-case filenames configure:4408: result: yes configure:4427: checking whether make sets ${MAKE} configure:4447: result: yes configure:4456: checking for ".PHONY" make-support ** making always.out 1 echo 1 > always.out ** making always 1 ** making once.out 1 echo 1 > once.out ** making once 1 make: Nothing to be done for 'always'. touch once ** making always.out 2 echo 2 > always.out ** making always 2 ** making once.out 2 echo 2 > once.out ** making once 2 make: Nothing to be done for 'always'. touch once ** making always.out 3 echo 3 > always.out ** making always 3 ** making once.out 3 echo 3 > once.out ** making once 3 make: Nothing to be done for 'always'. touch once configure:4511: result: yes configure:4522: checking for exctags configure:4548: result: no configure:4522: checking for ctags configure:4537: found /usr/sbin/ctags configure:4545: result: ctags configure:4559: checking for exetags configure:4585: result: no configure:4559: checking for etags configure:4574: found /usr/sbin/etags configure:4582: result: etags configure:4594: checking for ctags configure:4609: found /usr/sbin/ctags configure:4618: result: yes configure:4628: checking for etags configure:4643: found /usr/sbin/etags configure:4652: result: yes configure:4675: checking for makeflags variable configure:4713: result: configure:4719: checking for armv7a-unknown-linux-gnueabihf-ranlib configure:4734: found /usr/sbin/armv7a-unknown-linux-gnueabihf-ranlib configure:4742: result: armv7a-unknown-linux-gnueabihf-ranlib configure:4793: checking for armv7a-unknown-linux-gnueabihf-ld configure:4808: found /usr/sbin/armv7a-unknown-linux-gnueabihf-ld configure:4816: result: armv7a-unknown-linux-gnueabihf-ld configure:4867: checking for armv7a-unknown-linux-gnueabihf-ar configure:4882: found /usr/sbin/armv7a-unknown-linux-gnueabihf-ar configure:4890: result: armv7a-unknown-linux-gnueabihf-ar configure:4941: checking for armv7a-unknown-linux-gnueabihf-nm configure:4956: found /usr/sbin/armv7a-unknown-linux-gnueabihf-nm configure:4964: result: armv7a-unknown-linux-gnueabihf-nm configure:5015: checking for armv7a-unknown-linux-gnueabihf-ar configure:5038: result: armv7a-unknown-linux-gnueabihf-ar configure:5086: checking for options to update archives configure:5126: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure:5129: $? = 0 armv7a-unknown-linux-gnueabihf-ar -curvU conftest.a conftest.o configure:5150: result: -curvU configure:5161: checking if you have specified an install-prefix configure:5174: result: configure:5387: checking if libtool -version-number should be used configure:5404: result: yes configure:5453: checking if you want to build libraries with libtool configure:5463: result: no configure:5773: checking if you want to build shared libraries configure:5783: result: yes configure:5787: checking if you want to build static libraries configure:5797: result: yes configure:5801: checking if you want to build debug libraries configure:5811: result: no configure:5815: checking if you want to build profiling libraries configure:5825: result: no configure:5833: checking if you want to build C++ shared libraries configure:5843: result: yes configure:5850: checking for specified models configure:5854: result: shared normal configure:5859: checking for default model configure:5862: result: shared configure:5876: checking if you want to have a library-prefix configure:5886: result: auto configure:5917: checking for PATH separator configure:5924: result: : configure:5929: checking if you want to build a separate terminfo library configure:5939: result: yes configure:5942: checking if you want to build a separate tic library configure:5952: result: no configure:5965: checking for default loader flags configure:5974: result: configure:5980: checking if rpath option should be used configure:5990: result: no configure:5993: checking if shared libraries should be relinked during install configure:6003: result: yes configure:6124: checking if release/abi version should be used for shared libs configure:6150: result: auto configure:6173: checking which armv7a-unknown-linux-gnueabihf-gcc option to use configure:6192: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC conftest.c >&5 configure:6195: $? = 0 configure:6198: test -s conftest.o configure:6201: $? = 0 configure:6210: result: -fPIC configure:6778: testing CC_SHARED_OPTS: -fPIC ... configure:6782: testing MK_SHARED_LIB: ${CC} ${LDFLAGS} ${CFLAGS} -shared -Wl,-soname,`basename $@ .${REL_VERSION}`.${ABI_VERSION},-stats,-lc -o $@ ... configure:6840: checking if current CFLAGS link properly configure:6855: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6858: $? = 0 configure:6861: test -s conftest configure:6864: $? = 0 configure:6873: result: yes configure:6884: checking if versioned-symbols file should be used configure:6913: result: no configure:7034: checking if you want to link with the GPM mouse library configure:7044: result: libgpm.so.1 configure:7048: checking for gpm.h configure:7058: armv7a-unknown-linux-gnueabihf-gcc -E conftest.c configure:7064: $? = 0 configure:7083: result: yes configure:7094: testing assuming we really have GPM library ... configure:7180: checking if you want to load GPM dynamically configure:7190: result: yes configure:7195: checking for dlsym configure:7232: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:7235: $? = 0 configure:7238: test -s conftest configure:7241: $? = 0 configure:7251: result: yes configure:7334: checking whether able to link to dl*() functions configure:7355: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:7358: $? = 0 configure:7361: test -s conftest configure:7364: $? = 0 configure:7380: result: ok configure:7396: checking for soname of gpm library configure:7430: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure:7433: $? = 0 configure:7435: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c -lgpm >&5 configure:7438: $? = 0 configure:7449: result: libgpm.so.1 configure:7517: checking for Gpm_Wgetch in -lgpm configure:7544: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c -lgpm >&5 configure:7547: $? = 0 configure:7550: test -s conftest configure:7553: $? = 0 configure:7564: result: yes configure:7568: checking if GPM is weakly bound to curses library configure:7592: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure:7595: $? = 0 configure:7597: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c -static -lgpm -dynamic >&5 cc1: warning: unrecognized gcc debugging option: y cc1: warning: unrecognized gcc debugging option: n cc1: warning: unrecognized gcc debugging option: m cc1: warning: unrecognized gcc debugging option: i cc1: warning: unrecognized gcc debugging option: c /usr/lib/gcc/armv7a-unknown-linux-gnueabihf/11.3.0/../../../../armv7a-unknown-linux-gnueabihf/bin/ld: cannot find -lgpm: No such file or directory collect2: error: ld returned 1 exit status configure:7600: $? = 1 configure:7612: result: unknown configure:7616: WARNING: GPM library is already linked with curses - read the FAQ configure:7624: checking if you want to use PCRE2 for regular-expressions configure:7633: result: no configure:8124: checking if you want to disable library suffixes configure:8141: result: no configure:8410: checking if you want to disable extra LDFLAGS for package-scripts configure:8427: result: yes configure:8435: checking if you wish to append extra suffix to header/library paths configure:8454: result: configure:8458: checking if you wish to install ncurses overwriting curses configure:8468: result: yes configure:8471: checking if external terminfo-database is used configure:8481: result: yes configure:8497: checking which terminfo source-file will be installed configure:8505: result: ${top_srcdir}/misc/terminfo.src configure:8508: checking whether to use hashed database instead of directory/tree configure:8518: result: no configure:8524: checking for list of fallback descriptions configure:8534: result: configure:8558: checking for armv7a-unknown-linux-gnueabihf-tic configure:8584: result: no configure:8593: checking for tic configure:8608: found /usr/sbin/tic configure:8616: result: tic configure:8631: checking for armv7a-unknown-linux-gnueabihf-infocmp configure:8657: result: no configure:8666: checking for infocmp configure:8681: found /usr/sbin/infocmp configure:8689: result: infocmp configure:9032: checking if you want modern xterm or antique configure:9046: result: xterm-new configure:9059: checking if xterm backspace sends BS or DEL configure:9080: result: BS configure:9096: checking for list of terminfo directories configure:9159: result: /etc/terminfo:/usr/share/terminfo configure:9174: checking for default terminfo directory configure:9219: result: /usr/share/terminfo configure:9230: checking if big-core option selected configure:9256: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9259: $? = 0 configure:9261: ./conftest configure:9264: $? = 0 configure:9276: result: yes configure:9286: checking if big-strings option selected configure:9310: result: yes configure:9317: checking if you want termcap-fallback support configure:9327: result: no configure:9461: checking if ~/.terminfo is wanted configure:9471: result: yes configure:9478: checking if you want to permit root to use ncurses environment variables configure:9488: result: yes configure:9495: checking if you want to permit setuid programs to access all files configure:9505: result: yes configure:9520: checking for unistd.h configure:9530: armv7a-unknown-linux-gnueabihf-gcc -E conftest.c configure:9536: $? = 0 configure:9555: result: yes configure:9570: checking for remove configure:9607: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9610: $? = 0 configure:9613: test -s conftest configure:9616: $? = 0 configure:9626: result: yes configure:9570: checking for unlink configure:9607: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9610: $? = 0 configure:9613: test -s conftest configure:9616: $? = 0 configure:9626: result: yes configure:9710: checking if link/symlink functions work configure:9761: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9764: $? = 0 configure:9766: ./conftest configure:9769: $? = 0 configure:9761: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9764: $? = 0 configure:9766: ./conftest configure:9769: $? = 0 configure:9787: result: link symlink configure:9807: checking if tic should use symbolic links configure:9817: result: yes configure:9847: checking if you want broken-linker support code configure:9857: result: no configure:9871: checking if tputs should process BSD-style prefix padding configure:9881: result: no configure:9900: checking if the POSIX test-macros are already defined configure:9926: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure:9929: $? = 0 configure:9932: test -s conftest.o configure:9935: $? = 0 configure:9946: result: no configure:10809: checking if we should define _XOPEN_SOURCE configure:10836: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure: In function 'main': configure:10827:1: error: unknown type name 'make' configure:10827:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error' configure:10839: $? = 1 configure: failed program was: #line 10816 "configure" #include "confdefs.h" #include #include #include int main (void) { #ifndef _XOPEN_SOURCE make an error #endif ; return 0; } configure:10877: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_XOPEN_SOURCE=600 conftest.c >&5 configure:10880: $? = 0 configure:10883: test -s conftest.o configure:10886: $? = 0 configure:10901: result: no configure:11061: checking if we should define _POSIX_C_SOURCE configure:11067: testing if the symbol is already defined go no further ... configure:11085: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure:11088: $? = 0 configure:11091: test -s conftest.o configure:11094: $? = 0 configure:11201: result: no configure:11313: testing checking if _POSIX_C_SOURCE inteferes ... configure:11336: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure: In function 'main': configure:11327:1: error: unknown type name 'make' configure:11327:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error' configure:11339: $? = 1 configure: failed program was: #line 11316 "configure" #include "confdefs.h" #include #include #include int main (void) { #ifndef _XOPEN_SOURCE make an error #endif ; return 0; } configure:11352: WARNING: _POSIX_C_SOURCE definition is not usable configure:11830: checking if SIGWINCH is defined configure:11852: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure:11855: $? = 0 configure:11858: test -s conftest.o configure:11861: $? = 0 configure:11909: result: yes configure:11979: checking for nl_langinfo and CODESET configure:11997: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12000: $? = 0 configure:12003: test -s conftest configure:12006: $? = 0 configure:12017: result: yes configure:12031: checking if you want wide-character code configure:12041: result: yes configure:12063: WARNING: _XOPEN_SOURCE feature test macro appears to be predefined configure:12076: checking for wchar.h configure:12086: armv7a-unknown-linux-gnueabihf-gcc -E conftest.c configure:12092: $? = 0 configure:12111: result: yes configure:12076: checking for wctype.h configure:12086: armv7a-unknown-linux-gnueabihf-gcc -E conftest.c configure:12092: $? = 0 configure:12111: result: yes configure:12121: checking if wchar.h can be used as is configure:12150: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure:12153: $? = 0 configure:12156: test -s conftest.o configure:12159: $? = 0 configure:12169: result: yes configure:12265: checking if wcwidth agrees graphics are single-width configure:12380: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure: In function 'main': configure:12364:10: warning: implicit declaration of function 'wcwidth' [-Wimplicit-function-declaration] configure:12383: $? = 0 configure:12385: ./conftest - VT100 symbols 1 0x250c upper left corner 1 0x2514 lower left corner 1 0x2510 upper right corner 1 0x2518 lower right corner 1 0x251c tee pointing left 1 0x2524 tee pointing right 1 0x2534 tee pointing up 1 0x252c tee pointing down 1 0x2500 horizontal line 1 0x2502 vertical line 1 0x253c large plus or crossover 1 0x23ba scan line 1 1 0x23bd scan line 9 1 0x25c6 diamond 1 0x2592 checker board (stipple) 1 0x00b0 degree symbol 1 0x00b1 plus/minus 1 0x00b7 bullet - Teletype 5410v1 symbols 1 0x2190 arrow pointing left 1 0x2192 arrow pointing right 1 0x2193 arrow pointing down 1 0x2191 arrow pointing up 1 0x2592 board of squares 1 0x2603 lantern symbol 1 0x25ae solid square block - these defaults were invented for ncurses 1 0x23bb scan line 3 1 0x23bc scan line 7 1 0x2264 less-than-or-equal-to 1 0x2265 greater-than-or-equal-to 1 0x03c0 greek pi 1 0x2260 not-equal 1 0x00a3 pound-sterling symbol - thick-line-drawing 1 0x250f upper left corner 1 0x2517 lower left corner 1 0x2513 upper right corner 1 0x251b lower right corner 1 0x2523 tee pointing left 1 0x252b tee pointing right 1 0x253b tee pointing up 1 0x2533 tee pointing down 1 0x2501 horizontal line 1 0x2503 vertical line 1 0x254b large plus or crossover - double-line-drawing 1 0x2554 upper left corner 1 0x255a lower left corner 1 0x2557 upper right corner 1 0x255d lower right corner 1 0x2563 tee pointing left 1 0x2560 tee pointing right 1 0x2569 tee pointing up 1 0x2566 tee pointing down 1 0x2550 horizontal line 1 0x2551 vertical line 1 0x256c large plus or crossover 54/54 passed wcwidth/graphics check configure:12388: $? = 0 configure:12401: result: yes configure:12412: checking for putwc configure:12449: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12452: $? = 0 configure:12455: test -s conftest configure:12458: $? = 0 configure:12468: result: yes configure:12412: checking for btowc configure:12449: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12452: $? = 0 configure:12455: test -s conftest configure:12458: $? = 0 configure:12468: result: yes configure:12412: checking for wctob configure:12449: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12452: $? = 0 configure:12455: test -s conftest configure:12458: $? = 0 configure:12468: result: yes configure:12412: checking for wmemchr configure:12449: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12452: $? = 0 configure:12455: test -s conftest configure:12458: $? = 0 configure:12468: result: yes configure:12412: checking for mbtowc configure:12449: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12452: $? = 0 configure:12455: test -s conftest configure:12458: $? = 0 configure:12468: result: yes configure:12412: checking for wctomb configure:12449: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12452: $? = 0 configure:12455: test -s conftest configure:12458: $? = 0 configure:12468: result: yes configure:12412: checking for mblen configure:12449: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12452: $? = 0 configure:12455: test -s conftest configure:12458: $? = 0 configure:12468: result: yes configure:12412: checking for mbrlen configure:12449: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12452: $? = 0 configure:12455: test -s conftest configure:12458: $? = 0 configure:12468: result: yes configure:12412: checking for mbrtowc configure:12449: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12452: $? = 0 configure:12455: test -s conftest configure:12458: $? = 0 configure:12468: result: yes configure:12412: checking for wcsrtombs configure:12449: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12452: $? = 0 configure:12455: test -s conftest configure:12458: $? = 0 configure:12468: result: yes configure:12412: checking for mbsrtowcs configure:12449: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12452: $? = 0 configure:12455: test -s conftest configure:12458: $? = 0 configure:12468: result: yes configure:12412: checking for wcstombs configure:12449: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12452: $? = 0 configure:12455: test -s conftest configure:12458: $? = 0 configure:12468: result: yes configure:12412: checking for mbstowcs configure:12449: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12452: $? = 0 configure:12455: test -s conftest configure:12458: $? = 0 configure:12468: result: yes configure:13095: checking if we must include wchar.h to declare mbstate_t configure:13120: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure: In function 'main': configure:13113:1: error: unknown type name 'mbstate_t' configure:13123: $? = 1 configure: failed program was: #line 13102 "configure" #include "confdefs.h" #include #include #include #ifdef HAVE_LIBUTF8_H #include #endif int main (void) { mbstate_t state ; return 0; } configure:13155: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure:13158: $? = 0 configure:13161: test -s conftest.o configure:13164: $? = 0 configure:13176: result: yes configure:13194: checking if we must include wchar.h to declare wchar_t configure:13219: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure:13222: $? = 0 configure:13225: test -s conftest.o configure:13228: $? = 0 configure:13275: result: no configure:13298: checking if we must include wchar.h to declare wint_t configure:13323: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure: In function 'main': configure:13316:1: error: unknown type name 'wint_t'; did you mean 'int8_t'? configure:13326: $? = 1 configure: failed program was: #line 13305 "configure" #include "confdefs.h" #include #include #include #ifdef HAVE_LIBUTF8_H #include #endif int main (void) { wint_t state ; return 0; } configure:13358: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure:13361: $? = 0 configure:13364: test -s conftest.o configure:13367: $? = 0 configure:13379: result: yes configure:13411: checking whether to enable _LP64 definition in curses.h configure:13421: result: yes configure:13437: checking for special C compiler options needed for large files configure:13511: result: no configure:13517: checking for _FILE_OFFSET_BITS value needed for large files configure:13545: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure:13531:33: warning: left shift count >= width of type [-Wshift-count-overflow] configure:13532:23: note: in expansion of macro 'LARGE_OFF_T' configure:13531:57: warning: left shift count >= width of type [-Wshift-count-overflow] configure:13532:23: note: in expansion of macro 'LARGE_OFF_T' configure:13531:33: warning: left shift count >= width of type [-Wshift-count-overflow] configure:13533:13: note: in expansion of macro 'LARGE_OFF_T' configure:13531:57: warning: left shift count >= width of type [-Wshift-count-overflow] configure:13533:13: note: in expansion of macro 'LARGE_OFF_T' configure:13532:7: error: variably modified 'off_t_is_large' at file scope configure:13548: $? = 1 configure: failed program was: #line 13525 "configure" #include "confdefs.h" #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main (void) { ; return 0; } configure:13584: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure:13587: $? = 0 configure:13590: test -s conftest.o configure:13593: $? = 0 configure:13604: result: 64 configure:13614: checking for _LARGE_FILES value needed for large files configure:13642: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure:13645: $? = 0 configure:13648: test -s conftest.o configure:13651: $? = 0 configure:13701: result: no configure:13714: checking for _LARGEFILE_SOURCE value needed for large files configure:13734: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard conftest.c >&5 configure:13737: $? = 0 configure:13740: test -s conftest.o configure:13743: $? = 0 configure:13785: result: no configure:13799: checking for fseeko configure:13817: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13820: $? = 0 configure:13823: test -s conftest configure:13826: $? = 0 configure:13836: result: yes configure:13875: checking whether to use struct dirent64 configure:13905: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure: In function 'main': configure:13893:28: error: conflicting types for 'readdir'; have 'struct dirent64 *(DIR *)' In file included from /usr/include/features.h:490, from /usr/include/sys/types.h:25, from configure:13885: /usr/include/dirent.h:167:23: note: previous declaration of 'readdir' with type 'struct dirent *(DIR *)' 167 | extern struct dirent *__REDIRECT (readdir, (DIR *__dirp), readdir64) | ^~~~~~~~~~ configure:13895:22: error: initialization of 'struct dirent *' from incompatible pointer type 'struct dirent64 *' [-Werror=incompatible-pointer-types] configure:13896:13: error: invalid operands to binary - (have 'struct dirent64 *' and 'struct dirent *') cc1: some warnings being treated as errors configure:13908: $? = 1 configure: failed program was: #line 13882 "configure" #include "confdefs.h" #pragma GCC diagnostic error "-Wincompatible-pointer-types" #include #include int main (void) { /* if transitional largefile support is setup, this is true */ extern struct dirent64 * readdir(DIR *); struct dirent64 *x = readdir((DIR *)0); struct dirent *y = readdir((DIR *)0); int z = x - y; (void)z; ; return 0; } configure:13925: result: no configure:13935: checking if you want tparm not to use X/Open fixed-parameter list configure:13945: result: yes configure:13969: checking if you want to enable wattr* macros configure:13981: result: no configure:13989: checking for X11 rgb file configure:14061: result: /usr/share/X11/rgb.txt configure:14075: checking for type of bool configure:14085: result: auto configure:14088: checking for alternate terminal capabilities file configure:14104: result: Caps configure:14108: checking for type of chtype configure:14118: result: uint32_t configure:14122: checking for type of ospeed configure:14132: result: short configure:14136: checking for type of mmask_t configure:14146: result: uint32_t configure:14150: checking for size CCHARW_MAX configure:14160: result: 5 configure:14163: checking for ANSI C header files configure:14177: armv7a-unknown-linux-gnueabihf-gcc -E -D_FILE_OFFSET_BITS=64 conftest.c configure:14183: $? = 0 configure:14270: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:14273: $? = 0 configure:14275: ./conftest configure:14278: $? = 0 configure:14291: result: yes configure:14307: checking for sys/types.h configure:14319: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:14322: $? = 0 configure:14325: test -s conftest.o configure:14328: $? = 0 configure:14338: result: yes configure:14307: checking for sys/stat.h configure:14319: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:14322: $? = 0 configure:14325: test -s conftest.o configure:14328: $? = 0 configure:14338: result: yes configure:14307: checking for stdlib.h configure:14319: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:14322: $? = 0 configure:14325: test -s conftest.o configure:14328: $? = 0 configure:14338: result: yes configure:14307: checking for string.h configure:14319: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:14322: $? = 0 configure:14325: test -s conftest.o configure:14328: $? = 0 configure:14338: result: yes configure:14307: checking for memory.h configure:14319: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:14322: $? = 0 configure:14325: test -s conftest.o configure:14328: $? = 0 configure:14338: result: yes configure:14307: checking for strings.h configure:14319: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:14322: $? = 0 configure:14325: test -s conftest.o configure:14328: $? = 0 configure:14338: result: yes configure:14307: checking for inttypes.h configure:14319: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:14322: $? = 0 configure:14325: test -s conftest.o configure:14328: $? = 0 configure:14338: result: yes configure:14307: checking for stdint.h configure:14319: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:14322: $? = 0 configure:14325: test -s conftest.o configure:14328: $? = 0 configure:14338: result: yes configure:14307: checking for unistd.h configure:14338: result: yes configure:14348: checking for signed char configure:14369: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:14372: $? = 0 configure:14375: test -s conftest.o configure:14378: $? = 0 configure:14388: result: yes configure:14391: checking size of signed char configure:14555: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:14558: $? = 0 configure:14560: ./conftest configure:14563: $? = 0 configure:14579: result: 1 configure:14590: checking if you want to use signed Boolean array in term.h configure:14600: result: no configure:14605: checking for type of tparm args configure:14615: result: intptr_t configure:14619: checking if RCS identifiers should be compiled-in configure:14629: result: yes configure:14638: checking format of man-pages configure:14727: result: normal configure:14734: checking for manpage renaming configure:14776: result: no configure:14779: checking if manpage aliases will be installed configure:14790: result: yes configure:14804: checking if manpage symlinks should be used configure:14823: result: yes configure:14827: checking for manpage tbl configure:14838: result: no configure:15172: checking if you want to build with function extensions configure:15182: result: yes configure:15242: checking if you want to build with SCREEN extensions configure:15252: result: yes configure:15271: checking if you want to build with terminal-driver configure:15281: result: no configure:15302: checking for extended use of const keyword configure:15312: result: yes configure:15320: checking if you want to use extended colors configure:15330: result: yes configure:15373: checking if you want to use extended mouse encoding configure:15383: result: yes configure:15413: checking if you want to use extended putwin/screendump configure:15423: result: yes configure:15433: checking if you want $NCURSES_NO_PADDING code configure:15443: result: yes configure:15451: checking if you want SIGWINCH handler configure:15461: result: yes configure:15469: checking if you want user-definable terminal capabilities like termcap configure:15479: result: yes configure:15486: checking if you want to link with the pthread library configure:15496: result: no configure:15838: checking if you want reentrant code configure:15848: result: no configure:15948: checking if you want opaque curses-library structures configure:15970: result: no configure:15979: checking if you want opaque form-library structures configure:15989: result: no configure:15992: checking if you want opaque menu-library structures configure:16002: result: no configure:16005: checking if you want opaque panel-library structures configure:16015: result: no configure:16048: checking if you want all development code configure:16058: result: no configure:16062: checking if you want hard-tabs code configure:16072: result: yes configure:16080: checking if you want limited support for xmc configure:16090: result: no configure:16100: checking if you do not want to assume colors are white-on-black configure:16110: result: yes configure:16118: checking if you want hashmap scrolling-optimization code configure:16128: result: yes configure:16136: checking if you want colorfgbg code configure:16146: result: yes configure:16154: checking if you want to use gcc -fvisibility option configure:16164: result: no configure:16501: checking if you want interop bindings configure:16511: result: yes configure:16517: checking if you want experimental safe-sprintf code configure:16527: result: no configure:16552: checking if you want wgetch-events code configure:16562: result: no configure:16613: checking if you want to see long compiling messages configure:16647: result: yes configure:16660: checking if you want to install stripped executables configure:16677: result: no configure:16688: checking if install accepts -p option configure:16719: result: yes configure:16722: checking if install needs to be told about ownership configure:16733: result: no configure:16758: checking if you want to use C11 _Noreturn feature configure:16775: result: no configure:16990: checking if you want to turn on gcc warnings configure:17007: result: yes configure:17180: checking for armv7a-unknown-linux-gnueabihf-gcc warning options... configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -Wcast-align -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wextra -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wextra -Winline -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wextra -Winline -Wmissing-declarations -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wextra -Winline -Wmissing-declarations -Wmissing-prototypes -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wextra -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wextra -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wextra -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wextra -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wextra -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wundef -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wextra -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wundef -Wno-inline -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wextra -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wundef -Wno-inline -Wignored-qualifiers -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wextra -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wundef -Wno-inline -Wignored-qualifiers -Wlogical-op -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wextra -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wundef -Wno-inline -Wignored-qualifiers -Wlogical-op -Wvarargs -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wextra -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wundef -Wno-inline -Wignored-qualifiers -Wlogical-op -Wvarargs -Wwrite-strings -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wextra -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wundef -Wno-inline -Wignored-qualifiers -Wlogical-op -Wvarargs -Wwrite-strings -Wno-unknown-pragmas -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17203: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wextra -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wundef -Wno-inline -Wignored-qualifiers -Wlogical-op -Wvarargs -Wwrite-strings -Wno-unknown-pragmas -Wswitch-enum -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17206: $? = 0 configure:17259: checking for armv7a-unknown-linux-gnueabihf-gcc __attribute__ directives... checking for armv7a-unknown-linux-gnueabihf-gcc __attribute__((scanf)) configure:17311: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17314: $? = 0 checking for armv7a-unknown-linux-gnueabihf-gcc __attribute__((printf)) configure:17311: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17314: $? = 0 checking for armv7a-unknown-linux-gnueabihf-gcc __attribute__((unused)) configure:17311: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17314: $? = 0 checking for armv7a-unknown-linux-gnueabihf-gcc __attribute__((noreturn)) configure:17311: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:17314: $? = 0 configure:17388: checking if this is really Intel C++ compiler configure:17410: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure: In function 'main': configure:17401:1: error: unknown type name 'make' configure:17401:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error' configure:17413: $? = 1 configure: failed program was: #line 17393 "configure" #include "confdefs.h" int main (void) { #ifdef __INTEL_COMPILER #else make an error #endif ; return 0; } configure:17430: result: no configure:17439: checking if this is really Clang C++ compiler configure:17460: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure: In function 'main': configure:17451:1: error: unknown type name 'make' configure:17451:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error' configure:17463: $? = 1 configure: failed program was: #line 17443 "configure" #include "confdefs.h" int main (void) { #ifdef __clang__ #else make an error #endif ; return 0; } configure:17479: result: no configure:17617: checking for armv7a-unknown-linux-gnueabihf-g++ warning options... configure:17647: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Werror -Wabi -D_FILE_OFFSET_BITS=64 conftest.cc >&5 cc1plus: error: '-Wabi' won't warn about anything [-Werror=abi] cc1plus: note: '-Wabi' warns about differences from the most up-to-date ABI, which is also used by default cc1plus: note: use e.g. '-Wabi=11' to warn about changes from GCC 7 cc1plus: all warnings being treated as errors configure:17650: $? = 1 configure:17647: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -Werror -fabi-version=0 -D_FILE_OFFSET_BITS=64 conftest.cc >&5 configure:17650: $? = 0 configure:17647: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -fabi-version=0 -Werror -Wextra -D_FILE_OFFSET_BITS=64 conftest.cc >&5 configure:17650: $? = 0 configure:17647: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -fabi-version=0 -Wextra -Werror -Wignored-qualifiers -D_FILE_OFFSET_BITS=64 conftest.cc >&5 configure:17650: $? = 0 configure:17647: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -fabi-version=0 -Wextra -Wignored-qualifiers -Werror -Wlogical-op -D_FILE_OFFSET_BITS=64 conftest.cc >&5 configure:17650: $? = 0 configure:17647: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -fabi-version=0 -Wextra -Wignored-qualifiers -Wlogical-op -Werror -Woverloaded-virtual -D_FILE_OFFSET_BITS=64 conftest.cc >&5 configure:17650: $? = 0 configure:17647: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -fabi-version=0 -Wextra -Wignored-qualifiers -Wlogical-op -Woverloaded-virtual -Werror -Wsign-promo -D_FILE_OFFSET_BITS=64 conftest.cc >&5 configure:17650: $? = 0 configure:17647: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -fabi-version=0 -Wextra -Wignored-qualifiers -Wlogical-op -Woverloaded-virtual -Wsign-promo -Werror -Wsynth -D_FILE_OFFSET_BITS=64 conftest.cc >&5 configure:17650: $? = 0 configure:17647: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -fabi-version=0 -Wextra -Wignored-qualifiers -Wlogical-op -Woverloaded-virtual -Wsign-promo -Wsynth -Werror -Wold-style-cast -D_FILE_OFFSET_BITS=64 conftest.cc >&5 configure:17650: $? = 0 configure:17647: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -fabi-version=0 -Wextra -Wignored-qualifiers -Wlogical-op -Woverloaded-virtual -Wsign-promo -Wsynth -Wold-style-cast -Werror -Wcast-align -D_FILE_OFFSET_BITS=64 conftest.cc >&5 configure:17650: $? = 0 configure:17647: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -fabi-version=0 -Wextra -Wignored-qualifiers -Wlogical-op -Woverloaded-virtual -Wsign-promo -Wsynth -Wold-style-cast -Wcast-align -Werror -Wcast-qual -D_FILE_OFFSET_BITS=64 conftest.cc >&5 configure:17650: $? = 0 configure:17647: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -fabi-version=0 -Wextra -Wignored-qualifiers -Wlogical-op -Woverloaded-virtual -Wsign-promo -Wsynth -Wold-style-cast -Wcast-align -Wcast-qual -Werror -Wpointer-arith -D_FILE_OFFSET_BITS=64 conftest.cc >&5 configure:17650: $? = 0 configure:17647: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -fabi-version=0 -Wextra -Wignored-qualifiers -Wlogical-op -Woverloaded-virtual -Wsign-promo -Wsynth -Wold-style-cast -Wcast-align -Wcast-qual -Wpointer-arith -Werror -Wshadow -D_FILE_OFFSET_BITS=64 conftest.cc >&5 configure:17650: $? = 0 configure:17647: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -fabi-version=0 -Wextra -Wignored-qualifiers -Wlogical-op -Woverloaded-virtual -Wsign-promo -Wsynth -Wold-style-cast -Wcast-align -Wcast-qual -Wpointer-arith -Wshadow -Werror -Wundef -D_FILE_OFFSET_BITS=64 conftest.cc >&5 configure:17650: $? = 0 configure:17647: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -fabi-version=0 -Wextra -Wignored-qualifiers -Wlogical-op -Woverloaded-virtual -Wsign-promo -Wsynth -Wold-style-cast -Wcast-align -Wcast-qual -Wpointer-arith -Wshadow -Wundef -Werror -Wwrite-strings -D_FILE_OFFSET_BITS=64 conftest.cc >&5 configure:17650: $? = 0 configure:17647: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -fabi-version=0 -Wextra -Wignored-qualifiers -Wlogical-op -Woverloaded-virtual -Wsign-promo -Wsynth -Wold-style-cast -Wcast-align -Wcast-qual -Wpointer-arith -Wshadow -Wundef -Wwrite-strings -Werror -Weffc++ -D_FILE_OFFSET_BITS=64 conftest.cc >&5 configure:17650: $? = 0 configure:17647: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -W -Wall -fabi-version=0 -Wextra -Wignored-qualifiers -Wlogical-op -Woverloaded-virtual -Wsign-promo -Wsynth -Wold-style-cast -Wcast-align -Wcast-qual -Wpointer-arith -Wshadow -Wundef -Wwrite-strings -Weffc++ -Werror -Wno-unused -D_FILE_OFFSET_BITS=64 conftest.cc >&5 configure:17650: $? = 0 configure:17674: checking if you want to work around bogus compiler/loader warnings configure:17684: result: no configure:17956: checking if you want to enable runtime assertions configure:17966: result: no configure:17982: checking if you want to use dmalloc for testing configure:18004: result: no configure:18219: checking if you want to use dbmalloc for testing configure:18241: result: no configure:18456: checking if you want to use valgrind for testing configure:18478: result: no configure:18591: checking if you want to perform memory-leak testing configure:18602: result: no configure:18654: checking whether to add trace feature to all models configure:18664: result: no configure:18778: checking if we want to use GNAT projects configure:18795: result: yes configure:18917: checking for gettimeofday configure:18954: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:18957: $? = 0 configure:18960: test -s conftest configure:18963: $? = 0 configure:18973: result: yes configure:19060: checking if -lm needed for math functions configure:19083: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 /usr/lib/gcc/armv7a-unknown-linux-gnueabihf/11.3.0/../../../../armv7a-unknown-linux-gnueabihf/bin/ld: /var/tmp/portage/sys-libs/ncurses-6.3_p20220924-r2/temp/ccxMYqMK.o: in function `main': conftest.c:(.text.startup+0x1c): undefined reference to `sin' /usr/lib/gcc/armv7a-unknown-linux-gnueabihf/11.3.0/../../../../armv7a-unknown-linux-gnueabihf/bin/ld: conftest.c:(.text.startup+0x24): undefined reference to `pow' collect2: error: ld returned 1 exit status configure:19086: $? = 1 configure: failed program was: #line 19067 "configure" #include "confdefs.h" #include #include #include int main (void) { double x = rand(); printf("result = %g\n", pow(sin(x),x)) ; return 0; } configure:19102: result: yes configure:19110: checking if -lm is available for math functions configure:19133: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 configure:19136: $? = 0 configure:19139: test -s conftest configure:19142: $? = 0 configure:19152: result: yes configure:19174: checking for ANSI C header files configure:19302: result: yes configure:19315: checking for dirent.h that defines DIR configure:19336: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:19339: $? = 0 configure:19342: test -s conftest.o configure:19345: $? = 0 configure:19355: result: yes configure:19368: checking for opendir in -ldir configure:19395: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c -ldir >&5 /usr/lib/gcc/armv7a-unknown-linux-gnueabihf/11.3.0/../../../../armv7a-unknown-linux-gnueabihf/bin/ld: cannot find -ldir: No such file or directory collect2: error: ld returned 1 exit status configure:19398: $? = 1 configure: failed program was: #line 19376 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char opendir (); int main (void) { opendir (); ; return 0; } configure:19415: result: no configure:19477: checking whether time.h and sys/time.h may both be included configure:19499: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:19502: $? = 0 configure:19505: test -s conftest.o configure:19508: $? = 0 configure:19518: result: yes configure:19886: checking for regcomp configure:19923: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:19926: $? = 0 configure:19929: test -s conftest configure:19932: $? = 0 configure:19942: result: yes configure:20171: checking for regular-expression headers configure:20246: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:20249: $? = 0 configure:20252: test -s conftest configure:20255: $? = 0 configure:20271: result: regex.h configure:20312: checking for fcntl.h configure:20322: armv7a-unknown-linux-gnueabihf-gcc -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c configure:20328: $? = 0 configure:20347: result: yes configure:20312: checking for getopt.h configure:20322: armv7a-unknown-linux-gnueabihf-gcc -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c configure:20328: $? = 0 configure:20347: result: yes configure:20312: checking for limits.h configure:20322: armv7a-unknown-linux-gnueabihf-gcc -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c configure:20328: $? = 0 configure:20347: result: yes configure:20312: checking for locale.h configure:20322: armv7a-unknown-linux-gnueabihf-gcc -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c configure:20328: $? = 0 configure:20347: result: yes configure:20312: checking for math.h configure:20322: armv7a-unknown-linux-gnueabihf-gcc -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c configure:20328: $? = 0 configure:20347: result: yes configure:20312: checking for poll.h configure:20322: armv7a-unknown-linux-gnueabihf-gcc -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c configure:20328: $? = 0 configure:20347: result: yes configure:20312: checking for sys/ioctl.h configure:20322: armv7a-unknown-linux-gnueabihf-gcc -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c configure:20328: $? = 0 configure:20347: result: yes configure:20312: checking for sys/param.h configure:20322: armv7a-unknown-linux-gnueabihf-gcc -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c configure:20328: $? = 0 configure:20347: result: yes configure:20312: checking for sys/poll.h configure:20322: armv7a-unknown-linux-gnueabihf-gcc -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c configure:20328: $? = 0 configure:20347: result: yes configure:20312: checking for sys/select.h configure:20322: armv7a-unknown-linux-gnueabihf-gcc -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c configure:20328: $? = 0 configure:20347: result: yes configure:20312: checking for sys/time.h configure:20322: armv7a-unknown-linux-gnueabihf-gcc -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c configure:20328: $? = 0 configure:20347: result: yes configure:20312: checking for sys/times.h configure:20322: armv7a-unknown-linux-gnueabihf-gcc -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c configure:20328: $? = 0 configure:20347: result: yes configure:20312: checking for unistd.h configure:20347: result: yes configure:20312: checking for wctype.h configure:20347: result: yes configure:20360: checking for unistd.h configure:20395: result: yes configure:20360: checking for getopt.h configure:20395: result: yes configure:20405: checking for header declaring getopt variables configure:20428: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure: In function 'main': configure:20421:9: error: 'optind' undeclared (first use in this function) configure:20421:9: note: each undeclared identifier is reported only once for each function it appears in configure:20421:27: error: 'optarg' undeclared (first use in this function) configure:20431: $? = 1 configure: failed program was: #line 20415 "configure" #include "confdefs.h" #include int main (void) { int x = optind; char *y = optarg; (void)x; (void)y ; return 0; } configure:20428: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure: In function 'main': configure:20421:9: error: 'optind' undeclared (first use in this function) configure:20421:9: note: each undeclared identifier is reported only once for each function it appears in configure:20421:27: error: 'optarg' undeclared (first use in this function) configure:20431: $? = 1 configure: failed program was: #line 20415 "configure" #include "confdefs.h" #include int main (void) { int x = optind; char *y = optarg; (void)x; (void)y ; return 0; } configure:20428: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:20431: $? = 0 configure:20434: test -s conftest.o configure:20437: $? = 0 configure:20449: result: unistd.h configure:20466: checking if external environ is declared configure:20489: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure: In function 'main': configure:20482:15: error: 'environ' undeclared (first use in this function) configure:20482:15: note: each undeclared identifier is reported only once for each function it appears in configure:20492: $? = 1 configure: failed program was: #line 20473 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H #include #endif #include int main (void) { int x = (int) environ ; return 0; } configure:20509: result: no configure:20524: checking if external environ exists configure:20546: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:20549: $? = 0 configure:20552: test -s conftest configure:20555: $? = 0 configure:20566: result: yes configure:20579: checking for getenv configure:20616: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:20619: $? = 0 configure:20622: test -s conftest configure:20625: $? = 0 configure:20635: result: yes configure:20641: checking for putenv configure:20678: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:20681: $? = 0 configure:20684: test -s conftest configure:20687: $? = 0 configure:20697: result: yes configure:20641: checking for setenv configure:20678: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:20681: $? = 0 configure:20684: test -s conftest configure:20687: $? = 0 configure:20697: result: yes configure:20641: checking for strdup configure:20678: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:20658:6: warning: conflicting types for built-in function 'strdup'; expected 'char *(const char *)' [-Wbuiltin-declaration-mismatch] configure:20681: $? = 0 configure:20684: test -s conftest configure:20687: $? = 0 configure:20697: result: yes configure:20707: checking if getenv returns consistent values configure:20826: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:20829: $? = 0 configure:20831: ./conftest configure:20834: $? = 0 configure:20847: result: yes configure:20866: checking if sys/time.h works with sys/select.h configure:20893: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:20896: $? = 0 configure:20899: test -s conftest.o configure:20902: $? = 0 configure:20914: result: yes configure:20929: checking for an ANSI C-conforming const configure:20993: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:20996: $? = 0 configure:20999: test -s conftest.o configure:21002: $? = 0 configure:21012: result: yes configure:21022: checking for inline configure:21039: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:21042: $? = 0 configure:21045: test -s conftest.o configure:21048: $? = 0 configure:21059: result: inline configure:21085: checking if armv7a-unknown-linux-gnueabihf-gcc supports options to tune inlining configure:21106: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:21109: $? = 0 configure:21112: test -s conftest.o configure:21115: $? = 0 configure:21127: result: yes configure:21233: checking for signal global datatype configure:21269: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:21272: $? = 0 configure:21275: test -s conftest.o configure:21278: $? = 0 configure:21292: result: volatile sig_atomic_t configure:21381: checking if unsigned literals are legal configure:21400: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:21403: $? = 0 configure:21406: test -s conftest.o configure:21409: $? = 0 configure:21421: result: yes configure:21437: checking if external errno is declared configure:21462: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:21465: $? = 0 configure:21468: test -s conftest.o configure:21471: $? = 0 configure:21482: result: yes configure:21497: checking if external errno exists configure:21519: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 /usr/lib/gcc/armv7a-unknown-linux-gnueabihf/11.3.0/../../../../armv7a-unknown-linux-gnueabihf/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in /var/tmp/portage/sys-libs/ncurses-6.3_p20220924-r2/temp/ccOujmke.o /usr/lib/gcc/armv7a-unknown-linux-gnueabihf/11.3.0/../../../../armv7a-unknown-linux-gnueabihf/bin/ld: /lib/libc.so.6: error adding symbols: bad value collect2: error: ld returned 1 exit status configure:21522: $? = 1 configure: failed program was: #line 21504 "configure" #include "confdefs.h" #undef errno extern int errno; int main (void) { errno = 2 ; return 0; } configure:21539: result: no configure:21552: checking if data-only library module links configure:21563: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:21566: $? = 0 configure:21586: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:21589: $? = 0 configure:21613: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c conftest.a >&5 configure:21616: $? = 0 configure:21618: ./conftest configure:21621: $? = 0 configure:21636: result: yes configure:21680: checking for fpathconf configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21680: checking for getcwd configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21680: checking for getegid configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21680: checking for geteuid configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21680: checking for getopt configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21680: checking for issetugid configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 /usr/lib/gcc/armv7a-unknown-linux-gnueabihf/11.3.0/../../../../armv7a-unknown-linux-gnueabihf/bin/ld: /var/tmp/portage/sys-libs/ncurses-6.3_p20220924-r2/temp/ccqycesr.o: in function `main': conftest.c:(.text.startup+0x4): undefined reference to `issetugid' collect2: error: ld returned 1 exit status configure:21720: $? = 1 configure: failed program was: #line 21686 "configure" #include "confdefs.h" #define issetugid autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ #undef issetugid #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char issetugid (void); int main (void) { /* The GNU C library defines stubs 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_issetugid) || defined (__stub___issetugid) #error found stub for issetugid #endif return issetugid (); ; return 0; } configure:21736: result: no configure:21680: checking for localeconv configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21680: checking for poll configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21680: checking for putenv configure:21736: result: yes configure:21680: checking for remove configure:21736: result: yes configure:21680: checking for select configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21680: checking for setbuf configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21680: checking for setbuffer configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21680: checking for setenv configure:21736: result: yes configure:21680: checking for setfsuid configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21680: checking for setvbuf configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21680: checking for sigaction configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21680: checking for sigvec configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 /usr/lib/gcc/armv7a-unknown-linux-gnueabihf/11.3.0/../../../../armv7a-unknown-linux-gnueabihf/bin/ld: /var/tmp/portage/sys-libs/ncurses-6.3_p20220924-r2/temp/ccIcUjFr.o: in function `main': conftest.c:(.text.startup+0x4): undefined reference to `sigvec' collect2: error: ld returned 1 exit status configure:21720: $? = 1 configure: failed program was: #line 21686 "configure" #include "confdefs.h" #define sigvec autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ #undef sigvec #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char sigvec (void); int main (void) { /* The GNU C library defines stubs 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_sigvec) || defined (__stub___sigvec) #error found stub for sigvec #endif return sigvec (); ; return 0; } configure:21736: result: no configure:21680: checking for snprintf configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21697:6: warning: conflicting types for built-in function 'snprintf'; expected 'int(char *, unsigned int, const char *, ...)' [-Wbuiltin-declaration-mismatch] configure:21689:1: note: 'snprintf' is declared in header '' configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21680: checking for strdup configure:21736: result: yes configure:21680: checking for strstr configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21697:6: warning: conflicting types for built-in function 'strstr'; expected 'char *(const char *, const char *)' [-Wbuiltin-declaration-mismatch] configure:21689:1: note: 'strstr' is declared in header '' configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21680: checking for sysconf configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21680: checking for tcgetpgrp configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21680: checking for times configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21680: checking for tsearch configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21680: checking for vsnprintf configure:21717: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21697:6: warning: conflicting types for built-in function 'vsnprintf'; expected 'int(char *, unsigned int, const char *, __va_list)' [-Wbuiltin-declaration-mismatch] configure:21689:1: note: 'vsnprintf' is declared in header '' configure:21720: $? = 0 configure:21723: test -s conftest configure:21726: $? = 0 configure:21736: result: yes configure:21746: checking if _PATH_TTYS is defined in ttyent.h configure:21768: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:21771: $? = 0 configure:21774: test -s conftest.o configure:21777: $? = 0 configure:21787: result: yes configure:21809: checking if _PATH_TTYS file exists configure:21830: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21833: $? = 0 configure:21835: ./conftest configure:21838: $? = 1 configure: program exited with status 1 configure: failed program was: #line 21819 "configure" #include "confdefs.h" #include #include int main(void) { FILE *fp = fopen(_PATH_TTYS, "r"); return (fp == 0); } configure:21850: result: no configure:22053: checking for isascii configure:22072: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:22075: $? = 0 configure:22078: test -s conftest configure:22081: $? = 0 configure:22092: result: yes configure:22100: checking whether sigaction needs _POSIX_SOURCE configure:22117: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:22120: $? = 0 configure:22123: test -s conftest.o configure:22126: $? = 0 configure:22174: result: no configure:22178: checking if nanosleep really works configure:22213: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:22216: $? = 0 configure:22218: ./conftest configure:22221: $? = 0 configure:22233: result: yes configure:22250: checking for termio.h configure:22260: armv7a-unknown-linux-gnueabihf-gcc -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c configure:22266: $? = 0 configure:22285: result: yes configure:22250: checking for termios.h configure:22260: armv7a-unknown-linux-gnueabihf-gcc -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c configure:22266: $? = 0 configure:22285: result: yes configure:22250: checking for unistd.h configure:22285: result: yes configure:22250: checking for sys/ioctl.h configure:22285: result: yes configure:22250: checking for sys/termio.h configure:22260: armv7a-unknown-linux-gnueabihf-gcc -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c configure:22257:10: fatal error: sys/termio.h: No such file or directory compilation terminated. configure:22266: $? = 1 configure: failed program was: #line 22256 "configure" #include "confdefs.h" #include configure:22285: result: no configure:22302: checking whether termios.h needs _POSIX_SOURCE configure:22317: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:22320: $? = 0 configure:22323: test -s conftest.o configure:22326: $? = 0 configure:22373: result: no configure:22378: checking for tcgetattr configure:22413: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:22416: $? = 0 configure:22419: test -s conftest configure:22422: $? = 0 configure:22432: result: yes configure:22439: checking for vsscanf function or workaround configure:22462: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:22465: $? = 0 configure:22468: test -s conftest configure:22471: $? = 0 configure:22564: result: vsscanf configure:22590: checking for unistd.h configure:22625: result: yes configure:22635: checking for working mkstemp configure:22687: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:22690: $? = 0 configure:22692: ./conftest configure:22695: $? = 0 configure:22710: result: yes configure:22793: checking whether setvbuf arguments are reversed configure:22821: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure: In function 'main': configure:22813:23: warning: passing argument 2 of 'setvbuf' makes pointer from integer without a cast [-Wint-conversion] In file included from configure:22805: /usr/include/stdio.h:332:65: note: expected 'char * restrict' but argument is of type 'int' 332 | extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf, | ~~~~~~~~~~~~~~~~~^~~~~ configure:22813:31: warning: passing argument 3 of 'setvbuf' makes integer from pointer without a cast [-Wint-conversion] In file included from configure:22805: /usr/include/stdio.h:333:25: note: expected 'int' but argument is of type 'char *' 333 | int __modes, size_t __n) __THROW; | ~~~~^~~~~~~ configure:22824: $? = 0 configure:22826: ./conftest configure:22829: $? = 1 configure: program exited with status 1 configure: failed program was: #line 22804 "configure" #include "confdefs.h" #include /* If setvbuf has the reversed format, exit 0. */ int main (void) { /* This call has the arguments reversed. A reversed system may check and see that the address of main is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */ if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0) return(1); putc('\r', stdout); return(0); /* Non-reversed systems segv here. */ } configure:22842: result: no configure:22853: checking for intptr_t configure:22874: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:22877: $? = 0 configure:22880: test -s conftest.o configure:22883: $? = 0 configure:22893: result: yes configure:22905: checking for ssize_t configure:22926: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:22929: $? = 0 configure:22932: test -s conftest.o configure:22935: $? = 0 configure:22945: result: yes configure:22957: checking for type sigaction_t configure:22977: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure: In function 'main': configure:22970:1: error: unknown type name 'sigaction_t' configure:22980: $? = 1 configure: failed program was: #line 22964 "configure" #include "confdefs.h" #include int main (void) { sigaction_t x ; return 0; } configure:22997: result: no configure:23004: checking declaration of size-change configure:23075: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:23078: $? = 0 configure:23081: test -s conftest.o configure:23084: $? = 0 size-change succeeded () configure:23103: result: yes configure:23121: checking for memmove configure:23158: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:23138:6: warning: conflicting types for built-in function 'memmove'; expected 'void *(void *, const void *, unsigned int)' [-Wbuiltin-declaration-mismatch] configure:23130:1: note: 'memmove' is declared in header '' configure:23161: $? = 0 configure:23164: test -s conftest configure:23167: $? = 0 configure:23177: result: yes configure:23315: checking for posix_openpt configure:23352: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:23355: $? = 0 configure:23358: test -s conftest configure:23361: $? = 0 configure:23371: result: yes configure:23381: checking if poll really works configure:23443: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure: In function 'main': configure:23424:9: warning: implicit declaration of function 'posix_openpt' [-Wimplicit-function-declaration] configure:23446: $? = 0 configure:23448: ./conftest configure:23451: $? = 0 configure:23463: result: yes configure:23470: checking for va_copy configure:23494: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:23497: $? = 0 configure:23500: test -s conftest configure:23503: $? = 0 configure:23513: result: yes configure:23743: checking for pid_t configure:23764: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:23767: $? = 0 configure:23770: test -s conftest.o configure:23773: $? = 0 configure:23783: result: yes configure:23798: checking for unistd.h configure:23833: result: yes configure:23798: checking for vfork.h configure:23808: armv7a-unknown-linux-gnueabihf-gcc -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c configure:23805:10: fatal error: vfork.h: No such file or directory compilation terminated. configure:23814: $? = 1 configure: failed program was: #line 23804 "configure" #include "confdefs.h" #include configure:23833: result: no configure:23846: checking for fork configure:23883: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:23863:6: warning: conflicting types for built-in function 'fork'; expected 'int(void)' [-Wbuiltin-declaration-mismatch] configure:23886: $? = 0 configure:23889: test -s conftest configure:23892: $? = 0 configure:23902: result: yes configure:23846: checking for vfork configure:23883: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:23886: $? = 0 configure:23889: test -s conftest configure:23892: $? = 0 configure:23902: result: yes configure:23914: checking for working fork configure:23957: result: yes configure:23976: checking for working vfork configure:24102: result: yes configure:24133: checking if fopen accepts explicit binary mode configure:24176: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:24179: $? = 0 configure:24181: ./conftest configure:24184: $? = 0 configure:24197: result: yes configure:24206: checking for openpty in -lutil configure:24233: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c -lutil >&5 configure:24236: $? = 0 configure:24239: test -s conftest configure:24242: $? = 0 configure:24253: result: yes configure:24261: checking for openpty header configure:24305: armv7a-unknown-linux-gnueabihf-gcc -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.c -lutil >&5 configure:24308: $? = 0 configure:24311: test -s conftest configure:24314: $? = 0 configure:24332: result: pty.h configure:24974: checking if we should include stdbool.h configure:24994: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure: In function 'main': configure:24987:1: error: unknown type name 'bool' configure:24983:1: note: 'bool' is defined in header ''; did you forget to '#include '? configure:24987:12: error: 'false' undeclared (first use in this function) configure:24987:12: note: 'false' is defined in header ''; did you forget to '#include '? configure:24987:12: note: each undeclared identifier is reported only once for each function it appears in configure:24997: $? = 1 configure: failed program was: #line 24982 "configure" #include "confdefs.h" int main (void) { bool foo = false ; return 0; } configure:25026: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure:25029: $? = 0 configure:25032: test -s conftest.o configure:25035: $? = 0 configure:25049: result: yes configure:25055: checking for builtin bool type configure:25078: armv7a-unknown-linux-gnueabihf-gcc -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard --param max-inline-insns-single=1200 -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.c >&5 configure: In function 'main': configure:25071:1: error: unknown type name 'bool' configure:25067:1: note: 'bool' is defined in header ''; did you forget to '#include '? configure:25071:10: error: 'false' undeclared (first use in this function) configure:25071:10: note: 'false' is defined in header ''; did you forget to '#include '? configure:25071:10: note: each undeclared identifier is reported only once for each function it appears in configure:25081: $? = 1 configure: failed program was: #line 25063 "configure" #include "confdefs.h" #include #include int main (void) { bool x = false ; return 0; } configure:25102: result: no configure:25119: checking if we already have C++ library configure:25136: armv7a-unknown-linux-gnueabihf-g++ -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cc >&5 configure:25139: $? = 0 configure:25142: test -s conftest configure:25145: $? = 0 configure:25154: result: yes configure:25256: checking whether armv7a-unknown-linux-gnueabihf-g++ understands -c and -o together configure:25271: armv7a-unknown-linux-gnueabihf-g++ -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -c conftest.cc -o conftest2.o >&5 configure:25274: $? = 0 configure:25276: armv7a-unknown-linux-gnueabihf-g++ -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -c conftest.cc -o conftest2.o >&5 configure:25279: $? = 0 configure:25290: result: yes configure:25466: checking how to run the C++ preprocessor configure:25488: armv7a-unknown-linux-gnueabihf-g++ -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.cc configure:25494: $? = 0 configure:25521: armv7a-unknown-linux-gnueabihf-g++ -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.cc configure:25518:10: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:25527: $? = 1 configure: failed program was: #line 25517 "configure" #include "confdefs.h" #include configure:25564: result: armv7a-unknown-linux-gnueabihf-g++ -E configure:25579: armv7a-unknown-linux-gnueabihf-g++ -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.cc configure:25585: $? = 0 configure:25612: armv7a-unknown-linux-gnueabihf-g++ -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.cc configure:25609:10: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:25618: $? = 1 configure: failed program was: #line 25608 "configure" #include "confdefs.h" #include configure:25661: checking for typeinfo configure:25671: armv7a-unknown-linux-gnueabihf-g++ -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.cc configure:25677: $? = 0 configure:25696: result: yes configure:25709: checking for iostream configure:25719: armv7a-unknown-linux-gnueabihf-g++ -E -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.cc configure:25725: $? = 0 configure:25744: result: yes configure:25755: checking if iostream uses std-namespace configure:25775: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.cc >&5 configure:25778: $? = 0 configure:25781: test -s conftest.o configure:25784: $? = 0 configure:25793: result: yes configure:25804: checking if we should include stdbool.h configure:25879: result: yes configure:25885: checking for builtin bool type configure:25908: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.cc >&5 configure:25911: $? = 0 configure:25914: test -s conftest.o configure:25917: $? = 0 configure:25930: result: yes configure:25936: checking for bool configure:25978: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.cc >&5 configure:25981: $? = 0 configure:25984: test -s conftest.o configure:25987: $? = 0 configure:25997: result: yes configure:26000: checking size of bool configure:26269: armv7a-unknown-linux-gnueabihf-g++ -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cc >&5 configure:26272: $? = 0 configure:26274: ./conftest configure:26277: $? = 0 configure:26293: result: 1 configure:26299: checking for type of bool configure:26360: armv7a-unknown-linux-gnueabihf-g++ -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cc >&5 configure:26363: $? = 0 configure:26365: ./conftest configure:26368: $? = 0 configure:26385: result: unsigned char configure:26397: checking for special defines needed for etip.h configure:26429: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/var/tmp/portage/sys-libs/ncurses-6.3_p20220924-r2/work/ncurses-6.3/c++ -I/var/tmp/portage/sys-libs/ncurses-6.3_p20220924-r2/work/ncurses-6.3/menu -Iinclude -I/var/tmp/portage/sys-libs/ncurses-6.3_p20220924-r2/work/ncurses-6.3/include -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.cc >&5 configure:26432: $? = 0 configure:26435: test -s conftest.o configure:26438: $? = 0 configure:26459: result: configure:26464: checking if armv7a-unknown-linux-gnueabihf-g++ accepts override keyword configure:26500: armv7a-unknown-linux-gnueabihf-g++ -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cc >&5 configure:26503: $? = 0 configure:26505: ./conftest configure:26508: $? = 0 configure:26527: result: yes configure:26536: checking if armv7a-unknown-linux-gnueabihf-g++ accepts parameter initialization configure:26572: armv7a-unknown-linux-gnueabihf-g++ -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cc >&5 configure:26563:1: error: default argument given for parameter 1 of 'TEST::TEST(int)' [-fpermissive] configure:26559:2: note: previous specification in 'TEST::TEST(int)' here configure:26575: $? = 1 configure: program exited with status 1 configure: failed program was: #line 26553 "configure" #include "confdefs.h" class TEST { private: int value; public: TEST(int x = 1); ~TEST(); }; TEST::TEST(int x = 1) // some compilers do not like second initializer { value = x; } int main(void) { } configure:26599: result: no configure:26609: checking if armv7a-unknown-linux-gnueabihf-g++ accepts static_cast configure:26667: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.cc >&5 configure:26670: $? = 0 configure:26673: test -s conftest.o configure:26676: $? = 0 configure:26694: result: yes configure:27875: checking for wchar_t configure:27896: armv7a-unknown-linux-gnueabihf-g++ -c -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG conftest.cc >&5 configure:27899: $? = 0 configure:27902: test -s conftest.o configure:27905: $? = 0 configure:27915: result: yes configure:27918: checking size of wchar_t configure:28082: armv7a-unknown-linux-gnueabihf-g++ -o conftest -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wl,-O1 -Wl,--as-needed conftest.cc >&5 configure:28085: $? = 0 configure:28087: ./conftest configure:28090: $? = 0 configure:28106: result: 4 configure:28137: checking for library subsets configure:28191: result: ticlib+termlib+ext_tinfo base+widechar+ext_funcs configure:28222: checking default library suffix configure:28233: result: w configure:28236: checking default library-dependency suffix configure:28319: result: w.so configure:28322: checking default object directory configure:28338: result: obj_s configure:28342: checking c++ library-dependency suffix configure:28435: result: w.so configure:28700: checking where we will install curses.h configure:28710: result: /usr/include/ncursesw configure:28746: checking for desired basename for form library configure:28766: result: form configure:28769: checking for desired basename for menu library configure:28789: result: menu configure:28792: checking for desired basename for panel library configure:28812: result: panel configure:28815: checking for desired basename for cxx library configure:28835: result: ncurses++ configure:28841: checking for src modules configure:28910: result: ncurses progs panel menu form configure:29082: checking for defines to add to ncursesw6-config script configure:29098: result: -DNCURSES_WIDECHAR configure:29186: checking for linker search path configure:29275: result: /usr/armv7a-unknown-linux-gnueabihf/lib /usr/lib/binutils/armv7a-unknown-linux-gnueabihf/2.38 /usr/local/lib /lib /usr/lib configure:29365: creating ./config.status ## ----------------------- ## ## Running config.status. ## ## ----------------------- ## This file was extended by config.status 2.52.20210509, executed with CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = > "./config.status " on localhost config.status:30202: creating include/MKterm.h.awk config.status:30202: creating include/curses.head config.status:30202: creating include/ncurses_dll.h config.status:30202: creating include/termcap.h config.status:30202: creating include/unctrl.h config.status:30202: creating man/Makefile config.status:30202: creating include/Makefile config.status:30202: creating ncurses/Makefile config.status:30202: creating progs/Makefile config.status:30202: creating panel/Makefile config.status:30202: creating menu/Makefile config.status:30202: creating form/Makefile config.status:30202: creating misc/Makefile config.status:30202: creating c++/Makefile config.status:30202: creating misc/run_tic.sh config.status:30202: creating misc/ncurses-config config.status:30202: creating man/ncursesw6-config.1 config.status:30202: creating misc/gen-pkgconfig config.status:30202: creating Makefile config.status:30355: creating include/ncurses_cfg.h ## ----------------- ## ## Cache variables. ## ## ----------------- ## ac_cv_build=armv7a-unknown-linux-gnueabihf ac_cv_build_alias=armv7a-unknown-linux-gnueabihf ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=armv7a-unknown-linux-gnueabihf ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=armv7a-unknown-linux-gnueabihf ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_btowc=yes ac_cv_func_dlsym=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_fpathconf=yes ac_cv_func_fseeko=yes ac_cv_func_getcwd=yes ac_cv_func_getegid=yes ac_cv_func_getenv=yes ac_cv_func_geteuid=yes ac_cv_func_getopt=yes ac_cv_func_gettimeofday=yes ac_cv_func_issetugid=no ac_cv_func_link=yes ac_cv_func_localeconv=yes ac_cv_func_mblen=yes ac_cv_func_mbrlen=yes ac_cv_func_mbrtowc=yes ac_cv_func_mbsrtowcs=yes ac_cv_func_mbstowcs=yes ac_cv_func_mbtowc=yes ac_cv_func_memmove=yes ac_cv_func_poll=yes ac_cv_func_posix_openpt=yes ac_cv_func_putenv=yes ac_cv_func_putwc=yes ac_cv_func_regcomp=yes ac_cv_func_remove=yes ac_cv_func_select=yes ac_cv_func_setbuf=yes ac_cv_func_setbuffer=yes ac_cv_func_setenv=yes ac_cv_func_setfsuid=yes ac_cv_func_setvbuf=yes ac_cv_func_setvbuf_reversed=no ac_cv_func_sigaction=yes ac_cv_func_sigvec=no ac_cv_func_snprintf=yes ac_cv_func_strdup=yes ac_cv_func_strstr=yes ac_cv_func_symlink=yes ac_cv_func_sysconf=yes ac_cv_func_tcgetpgrp=yes ac_cv_func_times=yes ac_cv_func_tsearch=yes ac_cv_func_unlink=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_func_vsnprintf=yes ac_cv_func_wcsrtombs=yes ac_cv_func_wcstombs=yes ac_cv_func_wctob=yes ac_cv_func_wctomb=yes ac_cv_func_wmemchr=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_getopt_h=yes ac_cv_header_gpm_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_iostream=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_math_h=yes ac_cv_header_memory_h=yes ac_cv_header_poll_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_termio_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_times_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_termio_h=yes ac_cv_header_termios_h=yes ac_cv_header_time=yes ac_cv_header_typeinfo=yes ac_cv_header_unistd_h=yes ac_cv_header_vfork_h=no ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_host=armv7a-unknown-linux-gnueabihf ac_cv_host_alias=armv7a-unknown-linux-gnueabihf ac_cv_lib_dir_opendir=no ac_cv_lib_gpm_Gpm_Wgetch=yes ac_cv_lib_util_openpty=yes ac_cv_objext=o ac_cv_path_EGREP='grep -E' ac_cv_path_FGREP='grep -F' ac_cv_path_LDCONFIG=/usr/sbin/ldconfig ac_cv_path_PKG_CONFIG=/usr/sbin/armv7a-unknown-linux-gnueabihf-pkg-config ac_cv_path_install='/usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c' ac_cv_prog_AR=armv7a-unknown-linux-gnueabihf-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=armv7a-unknown-linux-gnueabihf-gcc ac_cv_prog_CPP='armv7a-unknown-linux-gnueabihf-gcc -E' ac_cv_prog_CTAGS=ctags ac_cv_prog_CXX=armv7a-unknown-linux-gnueabihf-g++ ac_cv_prog_CXXCPP='armv7a-unknown-linux-gnueabihf-g++ -E' ac_cv_prog_ETAGS=etags ac_cv_prog_GREP=grep ac_cv_prog_LD=armv7a-unknown-linux-gnueabihf-ld ac_cv_prog_MAKE_LOWER_TAGS=yes ac_cv_prog_MAKE_UPPER_TAGS=yes ac_cv_prog_NM=armv7a-unknown-linux-gnueabihf-nm ac_cv_prog_RANLIB=armv7a-unknown-linux-gnueabihf-ranlib ac_cv_prog_ac_ct_INFOCMP=infocmp ac_cv_prog_ac_ct_TIC=tic ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_sizeof_bool=1 ac_cv_sizeof_signed_char=1 ac_cv_sizeof_wchar_t=4 ac_cv_sys_file_offset_bits=64 ac_cv_sys_large_files=no ac_cv_sys_largefile_CC=no ac_cv_sys_largefile_source=no ac_cv_sys_long_file_names=yes ac_cv_target=armv7a-unknown-linux-gnueabihf ac_cv_target_alias=armv7a-unknown-linux-gnueabihf ac_cv_type_bool=yes ac_cv_type_intptr_t=yes ac_cv_type_pid_t=yes ac_cv_type_signed_char=yes ac_cv_type_ssize_t=yes ac_cv_type_wchar_t=yes am_cv_langinfo_codeset=yes cf_cv_1UL=1U cf_cv_PATH_TTYS=no cf_cv_abi_version=6 cf_cv_ar_flags=-curvU cf_cv_builtin_bool=1 cf_cv_c11_noreturn=no, cf_cv_cc_bool_type=0 cf_cv_check_gpm_wgetch=unknown cf_cv_consistent_getenv=yes cf_cv_cpp_override=yes cf_cv_cpp_param_init=no cf_cv_cpp_static_cast=yes cf_cv_dcl_environ=no cf_cv_dcl_errno=yes cf_cv_define_sigwinch=yes cf_cv_do_relink=yes cf_cv_do_reranlib=yes cf_cv_do_symlinks=yes cf_cv_enable_lp64=1 cf_cv_enable_opaque=NCURSES_OPAQUE cf_cv_enable_reentrant=0 cf_cv_enable_rpath=no cf_cv_fopen_bin_r=yes cf_cv_func_mkstemp=yes cf_cv_func_nanosleep=yes cf_cv_func_openpty=pty.h cf_cv_func_vsscanf=vsscanf cf_cv_gcc_inline=yes cf_cv_getopt_header=unistd.h cf_cv_gpm_soname=libgpm.so.1 cf_cv_have_PATH_TTYS=no cf_cv_have_environ=yes cf_cv_have_errno=no cf_cv_have_isascii=yes cf_cv_have_libm=yes cf_cv_have_tcgetattr=yes cf_cv_have_va_copy=yes cf_cv_header_stdbool_h=1 cf_cv_install_p=yes cf_cv_ld_searchpath='/usr/armv7a-unknown-linux-gnueabihf/lib /usr/lib/binutils/armv7a-unknown-linux-gnueabihf/2.38 /usr/local/lib /lib /usr/lib' cf_cv_lib_util=yes cf_cv_link_dataonly=yes cf_cv_link_funcs=' link symlink' cf_cv_make_PHONY=yes cf_cv_makeflags= cf_cv_mbstate_t=yes cf_cv_mixedcase=yes cf_cv_need_libm=yes cf_cv_posix_c_source=no cf_cv_posix_visible=no cf_cv_prog_CC_c_o=yes cf_cv_prog_CXX_c_o=yes cf_cv_regex_hdrs=regex.h cf_cv_rel_version=6.3 cf_cv_rm_so_locs=no cf_cv_shared_soname='`basename $@ .${REL_VERSION}`.${ABI_VERSION}' cf_cv_shlib_version=rel cf_cv_shlib_version_infix=no cf_cv_sig_atomic_t='volatile sig_atomic_t' cf_cv_sizechange=yes cf_cv_src_modules='ncurses progs panel menu form' cf_cv_struct_dirent64=no cf_cv_sys_time_select=yes cf_cv_system_name=linux-gnueabihf cf_cv_timestamp='Tue Dec 6 15:30:26 -00 2022' cf_cv_type_of_bool='unsigned char' cf_cv_type_sigaction=no cf_cv_typeof_chtype=uint32_t cf_cv_typeof_mmask_t=uint32_t cf_cv_unsigned_literals=yes cf_cv_wchar_h_okay=yes cf_cv_wchar_t=no cf_cv_wcwidth_graphics=yes cf_cv_wint_t=yes cf_cv_working_poll=yes cf_cv_xopen_source=no ## ------------ ## ## confdefs.h. ## ## ------------ ## #define PACKAGE "ncurses" #define NCURSES_VERSION "6.3" #define NCURSES_PATCHDATE 20220924 #define SYSTEM_NAME "linux-gnueabihf" #ifdef __cplusplus #include #endif #define HAVE_LONG_FILE_NAMES 1 #define MIXEDCASE_FILENAMES 1 #define HAVE_GPM_H 1 #define HAVE_LIBGPM 1 #define HAVE_LIBDL 1 #define LIBGPM_SONAME "libgpm.so.1" #define HAVE_LIBGPM 1 #define TERMINFO_DIRS "/etc/terminfo:/usr/share/terminfo" #define TERMINFO "/usr/share/terminfo" #define HAVE_BIG_CORE 1 #define PURE_TERMINFO 1 #define USE_HOME_TERMINFO 1 #define USE_ROOT_ENVIRON 1 #define USE_ROOT_ACCESS 1 #define HAVE_UNISTD_H 1 #define HAVE_REMOVE 1 #define HAVE_UNLINK 1 #define HAVE_LINK 1 #define HAVE_SYMLINK 1 #define USE_SYMLINKS 1 #define HAVE_LANGINFO_CODESET 1 #define USE_WIDEC_SUPPORT 1 #define NCURSES_WIDECHAR 1 #define HAVE_WCHAR_H 1 #define HAVE_WCTYPE_H 1 #define HAVE_PUTWC 1 #define HAVE_BTOWC 1 #define HAVE_WCTOB 1 #define HAVE_WMEMCHR 1 #define HAVE_MBTOWC 1 #define HAVE_WCTOMB 1 #define HAVE_MBLEN 1 #define HAVE_MBRLEN 1 #define HAVE_MBRTOWC 1 #define HAVE_WCSRTOMBS 1 #define HAVE_MBSRTOWCS 1 #define HAVE_WCSTOMBS 1 #define HAVE_MBSTOWCS 1 #define NEED_WCHAR_H 1 #define NEED_WCHAR_H 1 #define _FILE_OFFSET_BITS 64 #define HAVE_FSEEKO 1 #define RGB_PATH "/usr/share/X11/rgb.txt" #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 SIZEOF_SIGNED_CHAR 1 #define USE_RCS_IDS 1 #define NCURSES_EXT_FUNCS 1 #define HAVE_ASSUME_DEFAULT_COLORS 1 #define HAVE_CURSES_VERSION 1 #define HAVE_HAS_KEY 1 #define HAVE_RESIZETERM 1 #define HAVE_RESIZE_TERM 1 #define HAVE_TERM_ENTRY_H 1 #define HAVE_USE_DEFAULT_COLORS 1 #define HAVE_USE_EXTENDED_NAMES 1 #define HAVE_USE_SCREEN 1 #define HAVE_USE_WINDOW 1 #define HAVE_WRESIZE 1 #define NCURSES_SP_FUNCS 1 #define HAVE_TPUTS_SP 1 #define NCURSES_EXT_COLORS 1 #define HAVE_ALLOC_PAIR 1 #define HAVE_INIT_EXTENDED_COLOR 1 #define HAVE_RESET_COLOR_PAIRS 1 #define NCURSES_EXT_PUTWIN 1 #define NCURSES_NO_PADDING 1 #define USE_SIGWINCH 1 #define NCURSES_WRAP_PREFIX "_nc_" #define USE_HARD_TABS 1 #define USE_ASSUMED_COLOR 1 #define USE_HASHMAP 1 #define USE_COLORFGBG 1 #define GCC_SCANF 1 #define GCC_SCANF 1 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var))) #define GCC_PRINTF 1 #define GCC_PRINTF 1 #define GCC_PRINTFLIKE(fmt,var) __attribute__((format(printf,fmt,var))) #define GCC_UNUSED __attribute__((unused)) #define GCC_UNUSED __attribute__((unused)) #define GCC_NORETURN __attribute__((noreturn)) #define GCC_NORETURN __attribute__((noreturn)) #define HAVE_NC_ALLOC_H 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_MATH_FUNCS 1 #define STDC_HEADERS 1 #define HAVE_DIRENT_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_REGEX_H_FUNCS 1 #define HAVE_FCNTL_H 1 #define HAVE_GETOPT_H 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_MATH_H 1 #define HAVE_POLL_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TIMES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_WCTYPE_H 1 #define HAVE_UNISTD_H 1 #define HAVE_GETOPT_H 1 #define HAVE_GETOPT_HEADER 1 #define DECL_ENVIRON 1 #define HAVE_ENVIRON 1 #define HAVE_PUTENV 1 #define HAVE_SETENV 1 #define HAVE_STRDUP 1 #define HAVE_SYS_TIME_SELECT 1 #define SIG_ATOMIC_T volatile sig_atomic_t #define HAVE_FPATHCONF 1 #define HAVE_GETCWD 1 #define HAVE_GETEGID 1 #define HAVE_GETEUID 1 #define HAVE_GETOPT 1 #define HAVE_LOCALECONV 1 #define HAVE_POLL 1 #define HAVE_PUTENV 1 #define HAVE_REMOVE 1 #define HAVE_SELECT 1 #define HAVE_SETBUF 1 #define HAVE_SETBUFFER 1 #define HAVE_SETENV 1 #define HAVE_SETFSUID 1 #define HAVE_SETVBUF 1 #define HAVE_SIGACTION 1 #define HAVE_SNPRINTF 1 #define HAVE_STRDUP 1 #define HAVE_STRSTR 1 #define HAVE_SYSCONF 1 #define HAVE_TCGETPGRP 1 #define HAVE_TIMES 1 #define HAVE_TSEARCH 1 #define HAVE_VSNPRINTF 1 #define HAVE_ISASCII 1 #define HAVE_NANOSLEEP 1 #define HAVE_TERMIO_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_TCGETATTR 1 #define HAVE_VSSCANF 1 #define HAVE_UNISTD_H 1 #define HAVE_MKSTEMP 1 #define HAVE_SIZECHANGE 1 #define HAVE_POSIX_OPENPT 1 #define HAVE_WORKING_POLL 1 #define HAVE_VA_COPY 1 #define HAVE_UNISTD_H 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define USE_FOPEN_BIN_R 1 #define USE_OPENPTY_HEADER #define USE_XTERM_PTY 1 #define HAVE_TYPEINFO 1 #define HAVE_IOSTREAM 1 #define IOSTREAM_NAMESPACE 1 #define SIZEOF_BOOL 1 #define CPP_HAS_OVERRIDE 1 #define CPP_HAS_STATIC_CAST 1 #define SIZEOF_WCHAR_T 4 #define HAVE_SLK_COLOR 1 #define HAVE_PANEL_H 1 #define HAVE_LIBPANEL 1 #define HAVE_MENU_H 1 #define HAVE_LIBMENU 1 #define HAVE_FORM_H 1 #define HAVE_LIBFORM 1 #define NCURSES_PATHSEP ':' #define NCURSES_VERSION_STRING "6.3.20220924" #define NCURSES_OSPEED_COMPAT 1 #define HAVE_CURSES_DATA_BOOLNAMES 1 configure: exit 0