Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 527912 Details for
Bug 653454
app-shells/bash-4.4_p19 FEATURES=distcc - gcc -g -DCROSS_COMPILING -o mkbuiltins mkbuiltins.o: mkbuiltins.o: file not recognized: File format not recognized
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
file_653454.txt (text/plain), 838.46 KB, created by
Michael 'veremitz' Everitt
on 2018-04-18 04:05:18 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Michael 'veremitz' Everitt
Created:
2018-04-18 04:05:18 UTC
Size:
838.46 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by bash configure 4.4-release, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure --prefix=/usr --build=armv6j-hardfloat-linux-gnueabi --host=armv6j-unknown-linux-musleabihf --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/bash-4.4_p19 --htmldir=/usr/share/doc/bash-4.4_p19/html --libdir=/usr/lib --disable-profiling --docdir=$(datarootdir)/doc/bash-4.4_p19 --htmldir=$(docdir)/html --with-curses --disable-mem-scramble --enable-net-redirections --enable-readline --enable-bang-history --enable-history --without-afs --without-bash-malloc --with-installed-readline=. > >## --------- ## >## Platform. ## >## --------- ## > >hostname = pwr-pi >uname -m = armv6l >uname -r = 4.4.13+ >uname -s = Linux >uname -v = #894 Mon Jun 13 12:43:26 BST 2016 > >/usr/bin/uname -p = ARMv6-compatible processor rev 7 (v6l) >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib/distcc/bin >PATH: /usr/lib/portage/python3.5/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2615: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| for x in ${sites} ${CHOST}; do >| [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}" >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then >| sites="$(config_site_names)" >| if [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:2768: checking build system type >configure:2782: result: armv6j-hardfloat-linux-gnueabi >configure:2802: checking host system type >configure:2815: result: armv6j-unknown-linux-musleabihf >configure:3394: checking for armv6j-unknown-linux-musleabihf-gcc >configure:3410: found /usr/lib/distcc/bin/armv6j-unknown-linux-musleabihf-gcc >configure:3421: result: armv6j-unknown-linux-musleabihf-gcc >configure:3690: checking for C compiler version >configure:3699: armv6j-unknown-linux-musleabihf-gcc --version >&5 >armv6j-unknown-linux-musleabihf-gcc (Gentoo 6.4.0-r1 p1.3) 6.4.0 >Copyright (C) 2017 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:3710: $? = 0 >configure:3699: armv6j-unknown-linux-musleabihf-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/armv6j-hardfloat-linux-gnueabi/armv6j-unknown-linux-musleabihf/gcc-bin/6.4.0/armv6j-unknown-linux-musleabihf-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/armv6j-unknown-linux-musleabihf/6.4.0/lto-wrapper >Target: armv6j-unknown-linux-musleabihf >Configured with: /var/tmp/portage/cross-armv6j-unknown-linux-musleabihf/gcc-6.4.0-r1/work/gcc-6.4.0/configure --host=armv6j-hardfloat-linux-gnueabi --target=armv6j-unknown-linux-musleabihf --build=armv6j-hardfloat-linux-gnueabi --prefix=/usr --bindir=/usr/armv6j-hardfloat-linux-gnueabi/armv6j-unknown-linux-musleabihf/gcc-bin/6.4.0 --includedir=/usr/lib/gcc/armv6j-unknown-linux-musleabihf/6.4.0/include --datadir=/usr/share/gcc-data/armv6j-unknown-linux-musleabihf/6.4.0 --mandir=/usr/share/gcc-data/armv6j-unknown-linux-musleabihf/6.4.0/man --infodir=/usr/share/gcc-data/armv6j-unknown-linux-musleabihf/6.4.0/info --with-gxx-include-dir=/usr/lib/gcc/armv6j-unknown-linux-musleabihf/6.4.0/include/g++-v6 --with-python-dir=/share/gcc-data/armv6j-unknown-linux-musleabihf/6.4.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 6.4.0-r1 p1.3' --disable-esp --enable-libstdcxx-time --enable-poison-system-directories --with-sysroot=/usr/armv6j-unknown-linux-musleabihf --disable-bootstrap --enable-__cxa_atexit --disable-multilib --disable-altivec --disable-fixed-point --with-float=hard --with-arch=armv6j --with-float=hard --with-fpu=vfp --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --disable-vtable-verify --disable-libvtv --enable-lto --without-isl --disable-libsanitizer --enable-default-pie --enable-default-ssp >Thread model: posix >gcc version 6.4.0 (Gentoo 6.4.0-r1 p1.3) >configure:3710: $? = 0 >configure:3699: armv6j-unknown-linux-musleabihf-gcc -V >&5 >armv6j-unknown-linux-musleabihf-gcc: error: unrecognized command line option '-V' >armv6j-unknown-linux-musleabihf-gcc: fatal error: no input files >compilation terminated. >distcc[15749] ERROR: compile (null) on localhost failed >configure:3710: $? = 1 >configure:3699: armv6j-unknown-linux-musleabihf-gcc -qversion >&5 >armv6j-unknown-linux-musleabihf-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? >armv6j-unknown-linux-musleabihf-gcc: fatal error: no input files >compilation terminated. >distcc[15755] ERROR: compile (null) on localhost failed >configure:3710: $? = 1 >configure:3730: checking whether the C compiler works >configure:3752: armv6j-unknown-linux-musleabihf-gcc -O2 -pipe -fomit-frame-pointer -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3756: $? = 0 >configure:3804: result: yes >configure:3807: checking for C compiler default output file name >configure:3809: result: a.out >configure:3815: checking for suffix of executables >configure:3822: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3826: $? = 0 >configure:3848: result: >configure:3870: checking whether we are cross compiling >configure:3908: result: yes >configure:3913: checking for suffix of object files >configure:3935: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:3939: $? = 0 >configure:3960: result: o >configure:3964: checking whether we are using the GNU C compiler >configure:3983: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:3983: $? = 0 >configure:3992: result: yes >configure:4001: checking whether armv6j-unknown-linux-musleabihf-gcc accepts -g >configure:4021: armv6j-unknown-linux-musleabihf-gcc -c -g -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:4021: $? = 0 >configure:4062: result: yes >configure:4079: checking for armv6j-unknown-linux-musleabihf-gcc option to accept ISO C89 >configure:4142: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:4142: $? = 0 >configure:4155: result: none needed >configure:4178: checking for strerror in -lcposix >configure:4203: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c -lcposix >&5 >/usr/libexec/gcc/armv6j-unknown-linux-musleabihf/ld: cannot find -lcposix >collect2: error: ld returned 1 exit status >distcc[15821] ERROR: compile conftest.c on localhost failed >configure:4203: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char strerror (); >| int >| main () >| { >| return strerror (); >| ; >| return 0; >| } >configure:4212: result: no >configure:4225: checking how to run the C preprocessor >configure:4256: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:4256: $? = 0 >configure:4270: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >conftest.c:33:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >distcc[15841] ERROR: compile (null) on localhost failed >configure:4270: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4295: result: armv6j-unknown-linux-musleabihf-gcc -E >configure:4315: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:4315: $? = 0 >configure:4329: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >conftest.c:33:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >distcc[15857] ERROR: compile (null) on localhost failed >configure:4329: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4358: checking for grep that handles long lines and -e >configure:4416: result: /bin/grep >configure:4421: checking for egrep >configure:4483: result: /bin/grep -E >configure:4488: checking for ANSI C header files >configure:4508: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:4508: $? = 0 >configure:4592: result: yes >configure:4605: checking for sys/types.h >configure:4605: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:4605: $? = 0 >configure:4605: result: yes >configure:4605: checking for sys/stat.h >configure:4605: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:4605: $? = 0 >configure:4605: result: yes >configure:4605: checking for stdlib.h >configure:4605: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:4605: $? = 0 >configure:4605: result: yes >configure:4605: checking for string.h >configure:4605: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:4605: $? = 0 >configure:4605: result: yes >configure:4605: checking for memory.h >configure:4605: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:4605: $? = 0 >configure:4605: result: yes >configure:4605: checking for strings.h >configure:4605: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:4605: $? = 0 >configure:4605: result: yes >configure:4605: checking for inttypes.h >configure:4605: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:4605: $? = 0 >configure:4605: result: yes >configure:4605: checking for stdint.h >configure:4605: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:4605: $? = 0 >configure:4605: result: yes >configure:4605: checking for unistd.h >configure:4605: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:4605: $? = 0 >configure:4605: result: yes >configure:4618: checking minix/config.h usability >configure:4618: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c:76:26: fatal error: minix/config.h: No such file or directory > #include <minix/config.h> > ^ >compilation terminated. >distcc[16047] ERROR: compile conftest.c on localhost failed >configure:4618: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <minix/config.h> >configure:4618: result: no >configure:4618: checking minix/config.h presence >configure:4618: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >conftest.c:43:26: fatal error: minix/config.h: No such file or directory > #include <minix/config.h> > ^ >compilation terminated. >distcc[16058] ERROR: compile (null) on localhost failed >configure:4618: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <minix/config.h> >configure:4618: result: no >configure:4618: checking for minix/config.h >configure:4618: result: no >configure:4639: checking whether it is safe to define __EXTENSIONS__ >configure:4657: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:4657: $? = 0 >configure:4664: result: yes >configure:4687: checking for special C compiler options needed for large files >configure:4732: result: no >configure:4738: checking for _FILE_OFFSET_BITS value needed for large files >configure:4763: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:4763: $? = 0 >configure:4795: result: no >configure:4979: checking whether armv6j-unknown-linux-musleabihf-gcc needs -traditional >conftest.c:48:19: fatal error: sgtty.h: No such file or directory > #include <sgtty.h> > ^ >compilation terminated. >distcc[16085] ERROR: compile (null) on localhost failed >conftest.c:48:20: fatal error: termio.h: No such file or directory > #include <termio.h> > ^ >compilation terminated. >distcc[16092] ERROR: compile (null) on localhost failed >configure:5013: result: no >configure:5039: checking for tgetent >configure:5039: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/armv6j-unknown-linux-musleabihf/tmp/portage/app-shells/bash-4.4_p19/temp/ccBIIwD7.o: In function `main': >conftest.c:(.text.startup+0x4): undefined reference to `tgetent' >collect2: error: ld returned 1 exit status >distcc[16099] ERROR: compile conftest.c on localhost failed >configure:5039: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| /* end confdefs.h. */ >| /* Define tgetent to an innocuous variant, in case <limits.h> declares tgetent. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define tgetent innocuous_tgetent >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char tgetent (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef tgetent >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char tgetent (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_tgetent || defined __stub___tgetent >| choke me >| #endif >| >| int >| main () >| { >| return tgetent (); >| ; >| return 0; >| } >configure:5039: result: no >configure:5043: checking for tgetent in -ltermcap >configure:5068: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c -ltermcap >&5 >/usr/libexec/gcc/armv6j-unknown-linux-musleabihf/ld: cannot find -ltermcap >collect2: error: ld returned 1 exit status >distcc[16114] ERROR: compile conftest.c on localhost failed >configure:5068: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char tgetent (); >| int >| main () >| { >| return tgetent (); >| ; >| return 0; >| } >configure:5077: result: no >configure:5082: checking for tgetent in -ltinfo >configure:5107: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c -ltinfo >&5 >/usr/libexec/gcc/armv6j-unknown-linux-musleabihf/ld: cannot find -ltinfo >collect2: error: ld returned 1 exit status >distcc[16129] ERROR: compile conftest.c on localhost failed >configure:5107: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char tgetent (); >| int >| main () >| { >| return tgetent (); >| ; >| return 0; >| } >configure:5116: result: no >configure:5121: checking for tgetent in -lcurses >configure:5146: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c -lcurses >&5 >configure:5146: $? = 0 >configure:5155: result: yes >configure:5213: checking which library has the termcap functions >configure:5216: result: using libcurses >configure:5242: checking version of installed readline library >configure:5349: result: 7.0 >configure:5493: checking for a BSD-compatible install >configure:5561: result: /usr/bin/install -c >configure:5575: checking for armv6j-unknown-linux-musleabihf-ar >configure:5602: result: armv6j-unknown-linux-musleabihf-ar >configure:5668: checking for armv6j-unknown-linux-musleabihf-ranlib >configure:5684: found /usr/bin/armv6j-unknown-linux-musleabihf-ranlib >configure:5695: result: armv6j-unknown-linux-musleabihf-ranlib >configure:5761: checking for bison >configure:5777: found /usr/bin/bison >configure:5788: result: bison -y >configure:5800: checking whether make sets $(MAKE) >configure:5822: result: yes >configure:5903: checking for an ANSI C-conforming const >configure:5969: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:5969: $? = 0 >configure:5976: result: yes >configure:5984: checking for inline >configure:6000: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:6000: $? = 0 >configure:6008: result: inline >configure:6026: checking whether byte ordering is bigendian >configure:6041: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c:53:9: error: unknown type name 'not' > not a universal capable compiler > ^~~ >conftest.c:53:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' > not a universal capable compiler > ^~~~~~~~~ >conftest.c:53:15: error: unknown type name 'universal' >distcc[16192] ERROR: compile conftest.c on localhost failed >configure:6041: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| /* end confdefs.h. */ >| #ifndef __APPLE_CC__ >| not a universal capable compiler >| #endif >| typedef int dummy; >| >configure:6086: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:6086: $? = 0 >configure:6104: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:59:4: error: unknown type name 'not' > not big endian > ^~~ >conftest.c:59:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' > not big endian > ^~~~~~ >distcc[16211] ERROR: compile conftest.c on localhost failed >configure:6104: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/param.h> >| >| int >| main () >| { >| #if BYTE_ORDER != BIG_ENDIAN >| not big endian >| #endif >| >| ; >| return 0; >| } >configure:6232: result: no >configure:6250: checking for preprocessor stringizing operator >configure:6270: result: yes >configure:6280: checking for long double with more range or precision than double >configure:6316: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:69:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !((0 < ((DBL_MAX_EXP < LDBL_MAX_EXP) > ^~~~~~~~~~ >distcc[16231] ERROR: compile conftest.c on localhost failed >configure:6316: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| /* end confdefs.h. */ >| #include <float.h> >| long double const a[] = >| { >| 0.0L, DBL_MIN, DBL_MAX, DBL_EPSILON, >| LDBL_MIN, LDBL_MAX, LDBL_EPSILON >| }; >| long double >| f (long double x) >| { >| return ((x + (unsigned long int) 10) * (-1 / x) + a[0] >| + (x ? f (x) : 'c')); >| } >| >| int >| main () >| { >| static int test_array [1 - 2 * !((0 < ((DBL_MAX_EXP < LDBL_MAX_EXP) >| + (DBL_MANT_DIG < LDBL_MANT_DIG) >| - (LDBL_MAX_EXP < DBL_MAX_EXP) >| - (LDBL_MANT_DIG < DBL_MANT_DIG))) >| && (int) LDBL_EPSILON == 0 >| )]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:6323: result: no >configure:6338: checking for function prototypes >configure:6341: result: yes >configure:6354: checking whether char is unsigned >configure:6373: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:91:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((char) -1) < 0)]; > ^~~~~~~~~~ >distcc[16243] ERROR: compile conftest.c on localhost failed >configure:6373: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((char) -1) < 0)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:6380: result: yes >configure:6387: checking for working volatile >configure:6406: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:6406: $? = 0 >configure:6413: result: yes >configure:6421: checking for C/C++ restrict keyword >configure:6446: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:6446: $? = 0 >configure:6454: result: __restrict >configure:6482: checking whether NLS is requested >configure:6491: result: yes >configure:6529: checking for msgfmt >configure:6560: result: /usr/bin/msgfmt >configure:6569: checking for gmsgfmt >configure:6587: found /usr/bin/gmsgfmt >configure:6600: result: /usr/bin/gmsgfmt >configure:6640: checking for xgettext >configure:6671: result: /usr/bin/xgettext >configure:6711: checking for msgmerge >configure:6741: result: /usr/bin/msgmerge >configure:6776: checking for off_t >configure:6776: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:6776: $? = 0 >configure:6776: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:92:20: error: expected expression before ')' token > if (sizeof ((off_t))) > ^ >distcc[16307] ERROR: compile conftest.c on localhost failed >configure:6776: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((off_t))) >| return 0; >| ; >| return 0; >| } >configure:6776: result: yes >configure:6787: checking for size_t >configure:6787: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:6787: $? = 0 >configure:6787: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:92:21: error: expected expression before ')' token > if (sizeof ((size_t))) > ^ >distcc[16327] ERROR: compile conftest.c on localhost failed >configure:6787: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((size_t))) >| return 0; >| ; >| return 0; >| } >configure:6787: result: yes >configure:6800: checking for working alloca.h >configure:6817: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6817: $? = 0 >configure:6825: result: yes >configure:6833: checking for alloca >configure:6870: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6870: $? = 0 >configure:6878: result: yes >configure:6990: checking for stdlib.h >configure:6990: result: yes >configure:6990: checking for unistd.h >configure:6990: result: yes >configure:6990: checking for sys/param.h >configure:6990: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:6990: $? = 0 >configure:6990: result: yes >configure:6990: checking for sys/time.h >configure:6990: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:6990: $? = 0 >configure:6990: result: yes >configure:7010: checking for getpagesize >configure:7010: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:7010: $? = 0 >configure:7010: result: yes >configure:7019: checking for working mmap >configure:7176: result: yes >configure:7186: checking whether we are using the GNU C Library 2.1 or newer >configure:7213: result: no >configure:7221: checking whether integer division by zero raises SIGFPE >configure:7289: result: guessing no >configure:7302: checking for inttypes.h >configure:7319: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:7319: $? = 0 >configure:7326: result: yes >configure:7337: checking for stdint.h >configure:7354: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:7354: $? = 0 >configure:7361: result: yes >configure:7372: checking for unsigned long long >configure:7389: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:7389: $? = 0 >configure:7397: result: yes >configure:7425: checking for inttypes.h >configure:7443: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:7443: $? = 0 >configure:7451: result: yes >configure:7464: checking whether the inttypes.h PRIxNN macros are broken >configure:7485: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:7485: $? = 0 >configure:7493: result: no >configure:7544: checking for ld used by GCC >configure:7607: result: /usr/libexec/gcc/armv6j-unknown-linux-musleabihf/ld >configure:7614: checking if the linker (/usr/libexec/gcc/armv6j-unknown-linux-musleabihf/ld) is GNU ld >GNU ld (Gentoo 2.29.1 p3) 2.29.1 >configure:7626: result: yes >configure:7632: checking for shared library run path origin >configure:7645: result: done >configure:8051: checking argz.h usability >configure:8051: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c:103:18: fatal error: argz.h: No such file or directory > #include <argz.h> > ^ >compilation terminated. >distcc[16521] ERROR: compile conftest.c on localhost failed >configure:8051: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <argz.h> >configure:8051: result: no >configure:8051: checking argz.h presence >configure:8051: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >conftest.c:70:18: fatal error: argz.h: No such file or directory > #include <argz.h> > ^ >compilation terminated. >distcc[16532] ERROR: compile (null) on localhost failed >configure:8051: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| /* end confdefs.h. */ >| #include <argz.h> >configure:8051: result: no >configure:8051: checking for argz.h >configure:8051: result: no >configure:8051: checking limits.h usability >configure:8051: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:8051: $? = 0 >configure:8051: result: yes >configure:8051: checking limits.h presence >configure:8051: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:8051: $? = 0 >configure:8051: result: yes >configure:8051: checking for limits.h >configure:8051: result: yes >configure:8051: checking locale.h usability >configure:8051: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:8051: $? = 0 >configure:8051: result: yes >configure:8051: checking locale.h presence >configure:8051: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:8051: $? = 0 >configure:8051: result: yes >configure:8051: checking for locale.h >configure:8051: result: yes >configure:8051: checking nl_types.h usability >configure:8051: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:8051: $? = 0 >configure:8051: result: yes >configure:8051: checking nl_types.h presence >configure:8051: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:8051: $? = 0 >configure:8051: result: yes >configure:8051: checking for nl_types.h >configure:8051: result: yes >configure:8051: checking malloc.h usability >configure:8051: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:8051: $? = 0 >configure:8051: result: yes >configure:8051: checking malloc.h presence >configure:8051: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:8051: $? = 0 >configure:8051: result: yes >configure:8051: checking for malloc.h >configure:8051: result: yes >configure:8051: checking stddef.h usability >configure:8051: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:8051: $? = 0 >configure:8051: result: yes >configure:8051: checking stddef.h presence >configure:8051: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:8051: $? = 0 >configure:8051: result: yes >configure:8051: checking for stddef.h >configure:8051: result: yes >configure:8051: checking for stdlib.h >configure:8051: result: yes >configure:8051: checking for string.h >configure:8051: result: yes >configure:8051: checking for unistd.h >configure:8051: result: yes >configure:8051: checking for sys/param.h >configure:8051: result: yes >configure:8067: checking for feof_unlocked >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8067: $? = 0 >configure:8067: result: yes >configure:8067: checking for fgets_unlocked >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8067: $? = 0 >configure:8067: result: yes >configure:8067: checking for getc_unlocked >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8067: $? = 0 >configure:8067: result: yes >configure:8067: checking for getcwd >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8067: $? = 0 >configure:8067: result: yes >configure:8067: checking for getegid >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8067: $? = 0 >configure:8067: result: yes >configure:8067: checking for geteuid >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8067: $? = 0 >configure:8067: result: yes >configure:8067: checking for getgid >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8067: $? = 0 >configure:8067: result: yes >configure:8067: checking for getuid >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8067: $? = 0 >configure:8067: result: yes >configure:8067: checking for mempcpy >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:110:6: warning: conflicting types for built-in function 'mempcpy' > char mempcpy (); > ^~~~~~~ >configure:8067: $? = 0 >configure:8067: result: yes >configure:8067: checking for munmap >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8067: $? = 0 >configure:8067: result: yes >configure:8067: checking for putenv >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8067: $? = 0 >configure:8067: result: yes >configure:8067: checking for setenv >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8067: $? = 0 >configure:8067: result: yes >configure:8067: checking for setlocale >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8067: $? = 0 >configure:8067: result: yes >configure:8067: checking for localeconv >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8067: $? = 0 >configure:8067: result: yes >configure:8067: checking for stpcpy >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:116:6: warning: conflicting types for built-in function 'stpcpy' > char stpcpy (); > ^~~~~~ >configure:8067: $? = 0 >configure:8067: result: yes >configure:8067: checking for strcasecmp >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:117:6: warning: conflicting types for built-in function 'strcasecmp' > char strcasecmp (); > ^~~~~~~~~~ >configure:8067: $? = 0 >configure:8067: result: yes >configure:8067: checking for strdup >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:118:6: warning: conflicting types for built-in function 'strdup' > char strdup (); > ^~~~~~ >configure:8067: $? = 0 >configure:8067: result: yes >configure:8067: checking for strtoul >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8067: $? = 0 >configure:8067: result: yes >configure:8067: checking for tsearch >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8067: $? = 0 >configure:8067: result: yes >configure:8067: checking for __argz_count >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/armv6j-unknown-linux-musleabihf/tmp/portage/app-shells/bash-4.4_p19/temp/ccD6UURo.o: In function `main': >conftest.c:(.text.startup+0x4): undefined reference to `__argz_count' >collect2: error: ld returned 1 exit status >distcc[17112] ERROR: compile conftest.c on localhost failed >configure:8067: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| /* end confdefs.h. */ >| /* Define __argz_count to an innocuous variant, in case <limits.h> declares __argz_count. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define __argz_count innocuous___argz_count >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char __argz_count (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef __argz_count >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char __argz_count (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub___argz_count || defined __stub_____argz_count >| choke me >| #endif >| >| int >| main () >| { >| return __argz_count (); >| ; >| return 0; >| } >configure:8067: result: no >configure:8067: checking for __argz_stringify >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/armv6j-unknown-linux-musleabihf/tmp/portage/app-shells/bash-4.4_p19/temp/ccpzoaAD.o: In function `main': >conftest.c:(.text.startup+0x4): undefined reference to `__argz_stringify' >collect2: error: ld returned 1 exit status >distcc[17131] ERROR: compile conftest.c on localhost failed >configure:8067: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| /* end confdefs.h. */ >| /* Define __argz_stringify to an innocuous variant, in case <limits.h> declares __argz_stringify. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define __argz_stringify innocuous___argz_stringify >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char __argz_stringify (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef __argz_stringify >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char __argz_stringify (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub___argz_stringify || defined __stub_____argz_stringify >| choke me >| #endif >| >| int >| main () >| { >| return __argz_stringify (); >| ; >| return 0; >| } >configure:8067: result: no >configure:8067: checking for __argz_next >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/armv6j-unknown-linux-musleabihf/tmp/portage/app-shells/bash-4.4_p19/temp/ccZ91FhO.o: In function `main': >conftest.c:(.text.startup+0x4): undefined reference to `__argz_next' >collect2: error: ld returned 1 exit status >distcc[17150] ERROR: compile conftest.c on localhost failed >configure:8067: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| /* end confdefs.h. */ >| /* Define __argz_next to an innocuous variant, in case <limits.h> declares __argz_next. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define __argz_next innocuous___argz_next >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char __argz_next (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef __argz_next >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char __argz_next (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub___argz_next || defined __stub_____argz_next >| choke me >| #endif >| >| int >| main () >| { >| return __argz_next (); >| ; >| return 0; >| } >configure:8067: result: no >configure:8067: checking for __fsetlocking >configure:8067: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8067: $? = 0 >configure:8067: result: yes >configure:8107: checking for iconv >configure:8129: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8129: $? = 0 >configure:8161: result: yes >configure:8182: checking for iconv declaration >configure:8211: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:8211: $? = 0 >configure:8222: result: > extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); >configure:8233: checking for nl_langinfo and CODESET >configure:8249: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8249: $? = 0 >configure:8258: result: yes >configure:8268: checking for LC_MESSAGES >configure:8284: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8284: $? = 0 >configure:8292: result: yes >configure:8306: checking for bison >configure:8322: found /usr/bin/bison >configure:8333: result: bison >configure:8347: checking version of bison >configure:8356: result: 3.0.4, ok >configure:8378: checking whether NLS is requested >configure:8387: result: yes >configure:8403: checking whether included gettext is requested >configure:8413: result: no >configure:8424: checking for GNU gettext in libc >configure:8443: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/armv6j-unknown-linux-musleabihf/tmp/portage/app-shells/bash-4.4_p19/temp/cctS4HEb.o: In function `main': >conftest.c:(.text.startup+0x74): undefined reference to `_nl_domain_bindings' >conftest.c:(.text.startup+0x78): undefined reference to `_nl_msg_cat_cntr' >collect2: error: ld returned 1 exit status >distcc[17234] ERROR: compile conftest.c on localhost failed >configure:8443: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| /* end confdefs.h. */ >| #include <libintl.h> >| extern int _nl_msg_cat_cntr; >| extern int *_nl_domain_bindings; >| int >| main () >| { >| bindtextdomain ("", ""); >| return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_domain_bindings >| ; >| return 0; >| } >configure:8451: result: no >configure:8834: checking for GNU gettext in libintl >configure:8861: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c -lintl >&5 >/usr/libexec/gcc/armv6j-unknown-linux-musleabihf/ld: cannot find -lintl >collect2: error: ld returned 1 exit status >distcc[17252] ERROR: compile conftest.c on localhost failed >configure:8861: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| /* end confdefs.h. */ >| #include <libintl.h> >| extern int _nl_msg_cat_cntr; >| extern >| #ifdef __cplusplus >| "C" >| #endif >| const char *_nl_expand_alias (); >| int >| main () >| { >| bindtextdomain ("", ""); >| return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_expand_alias (0) >| ; >| return 0; >| } >configure:8900: result: no >configure:8945: checking whether to use NLS >configure:8947: result: yes >configure:8950: checking where the gettext function comes from >configure:8961: result: included intl directory >configure:9050: checking for dirent.h that defines DIR >configure:9069: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9069: $? = 0 >configure:9077: result: yes >configure:9090: checking for library containing opendir >configure:9121: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9121: $? = 0 >configure:9138: result: none required >configure:9205: checking whether time.h and sys/time.h may both be included >configure:9225: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9225: $? = 0 >configure:9232: result: yes >configure:9244: checking for inttypes.h >configure:9244: result: yes >configure:9262: checking for unistd.h >configure:9262: result: yes >configure:9262: checking for stdlib.h >configure:9262: result: yes >configure:9262: checking stdarg.h usability >configure:9262: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9262: $? = 0 >configure:9262: result: yes >configure:9262: checking stdarg.h presence >configure:9262: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:9262: $? = 0 >configure:9262: result: yes >configure:9262: checking for stdarg.h >configure:9262: result: yes >configure:9262: checking varargs.h usability >configure:9262: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >In file included from conftest.c:143:0: >/usr/lib/gcc/armv6j-unknown-linux-musleabihf/6.4.0/include/varargs.h:4:2: error: #error "GCC no longer implements <varargs.h>." > #error "GCC no longer implements <varargs.h>." > ^~~~~ >/usr/lib/gcc/armv6j-unknown-linux-musleabihf/6.4.0/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>." > #error "Revise your code to use <stdarg.h>." > ^~~~~ >distcc[17353] ERROR: compile conftest.c on localhost failed >configure:9262: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <varargs.h> >configure:9262: result: no >configure:9262: checking varargs.h presence >configure:9262: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >In file included from conftest.c:110:0: >/usr/lib/gcc/armv6j-unknown-linux-musleabihf/6.4.0/include/varargs.h:4:2: error: #error "GCC no longer implements <varargs.h>." > #error "GCC no longer implements <varargs.h>." > ^~~~~ >/usr/lib/gcc/armv6j-unknown-linux-musleabihf/6.4.0/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>." > #error "Revise your code to use <stdarg.h>." > ^~~~~ >distcc[17364] ERROR: compile (null) on localhost failed >configure:9262: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| /* end confdefs.h. */ >| #include <varargs.h> >configure:9262: result: no >configure:9262: checking for varargs.h >configure:9262: result: no >configure:9262: checking for limits.h >configure:9262: result: yes >configure:9262: checking for string.h >configure:9262: result: yes >configure:9262: checking for memory.h >configure:9262: result: yes >configure:9262: checking for locale.h >configure:9262: result: yes >configure:9262: checking termcap.h usability >configure:9262: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9262: $? = 0 >configure:9262: result: yes >configure:9262: checking termcap.h presence >configure:9262: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:9262: $? = 0 >configure:9262: result: yes >configure:9262: checking for termcap.h >configure:9262: result: yes >configure:9262: checking termio.h usability >configure:9262: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c:148:20: fatal error: termio.h: No such file or directory > #include <termio.h> > ^ >compilation terminated. >distcc[17438] ERROR: compile conftest.c on localhost failed >configure:9262: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <termio.h> >configure:9262: result: no >configure:9262: checking termio.h presence >configure:9262: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >conftest.c:115:20: fatal error: termio.h: No such file or directory > #include <termio.h> > ^ >compilation terminated. >distcc[17449] ERROR: compile (null) on localhost failed >configure:9262: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| /* end confdefs.h. */ >| #include <termio.h> >configure:9262: result: no >configure:9262: checking for termio.h >configure:9262: result: no >configure:9262: checking termios.h usability >configure:9262: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9262: $? = 0 >configure:9262: result: yes >configure:9262: checking termios.h presence >configure:9262: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:9262: $? = 0 >configure:9262: result: yes >configure:9262: checking for termios.h >configure:9262: result: yes >configure:9262: checking for dlfcn.h >configure:9262: result: no >configure:9262: checking stdbool.h usability >configure:9262: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9262: $? = 0 >configure:9262: result: yes >configure:9262: checking stdbool.h presence >configure:9262: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:9262: $? = 0 >configure:9262: result: yes >configure:9262: checking for stdbool.h >configure:9262: result: yes >configure:9262: checking for stddef.h >configure:9262: result: yes >configure:9262: checking for stdint.h >configure:9262: result: yes >configure:9262: checking netdb.h usability >configure:9262: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9262: $? = 0 >configure:9262: result: yes >configure:9262: checking netdb.h presence >configure:9262: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:9262: $? = 0 >configure:9262: result: yes >configure:9262: checking for netdb.h >configure:9262: result: yes >configure:9262: checking for pwd.h >configure:9262: result: yes >configure:9262: checking grp.h usability >configure:9262: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9262: $? = 0 >configure:9262: result: yes >configure:9262: checking grp.h presence >configure:9262: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:9262: $? = 0 >configure:9262: result: yes >configure:9262: checking for grp.h >configure:9262: result: yes >configure:9262: checking for strings.h >configure:9262: result: yes >configure:9262: checking regex.h usability >configure:9262: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9262: $? = 0 >configure:9262: result: yes >configure:9262: checking regex.h presence >configure:9262: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:9262: $? = 0 >configure:9262: result: yes >configure:9262: checking for regex.h >configure:9262: result: yes >configure:9262: checking syslog.h usability >configure:9262: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9262: $? = 0 >configure:9262: result: yes >configure:9262: checking syslog.h presence >configure:9262: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:9262: $? = 0 >configure:9262: result: yes >configure:9262: checking for syslog.h >configure:9262: result: yes >configure:9262: checking ulimit.h usability >configure:9262: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9262: $? = 0 >configure:9262: result: yes >configure:9262: checking ulimit.h presence >configure:9262: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:9262: $? = 0 >configure:9262: result: yes >configure:9262: checking for ulimit.h >configure:9262: result: yes >configure:9277: checking sys/pte.h usability >configure:9277: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c:159:21: fatal error: sys/pte.h: No such file or directory > #include <sys/pte.h> > ^ >compilation terminated. >distcc[17665] ERROR: compile conftest.c on localhost failed >configure:9277: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/pte.h> >configure:9277: result: no >configure:9277: checking sys/pte.h presence >configure:9277: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >conftest.c:126:21: fatal error: sys/pte.h: No such file or directory > #include <sys/pte.h> > ^ >compilation terminated. >distcc[17676] ERROR: compile (null) on localhost failed >configure:9277: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| /* end confdefs.h. */ >| #include <sys/pte.h> >configure:9277: result: no >configure:9277: checking for sys/pte.h >configure:9277: result: no >configure:9277: checking sys/stream.h usability >configure:9277: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c:159:24: fatal error: sys/stream.h: No such file or directory > #include <sys/stream.h> > ^ >compilation terminated. >distcc[17691] ERROR: compile conftest.c on localhost failed >configure:9277: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/stream.h> >configure:9277: result: no >configure:9277: checking sys/stream.h presence >configure:9277: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >conftest.c:126:24: fatal error: sys/stream.h: No such file or directory > #include <sys/stream.h> > ^ >compilation terminated. >distcc[17702] ERROR: compile (null) on localhost failed >configure:9277: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| /* end confdefs.h. */ >| #include <sys/stream.h> >configure:9277: result: no >configure:9277: checking for sys/stream.h >configure:9277: result: no >configure:9277: checking sys/select.h usability >configure:9277: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9277: $? = 0 >configure:9277: result: yes >configure:9277: checking sys/select.h presence >configure:9277: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:9277: $? = 0 >configure:9277: result: yes >configure:9277: checking for sys/select.h >configure:9277: result: yes >configure:9277: checking sys/file.h usability >configure:9277: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9277: $? = 0 >configure:9277: result: yes >configure:9277: checking sys/file.h presence >configure:9277: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:9277: $? = 0 >configure:9277: result: yes >configure:9277: checking for sys/file.h >configure:9277: result: yes >configure:9277: checking sys/ioctl.h usability >configure:9277: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9277: $? = 0 >configure:9277: result: yes >configure:9277: checking sys/ioctl.h presence >configure:9277: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:9277: $? = 0 >configure:9277: result: yes >configure:9277: checking for sys/ioctl.h >configure:9277: result: yes >configure:9277: checking for sys/param.h >configure:9277: result: yes >configure:9277: checking sys/socket.h usability >configure:9277: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9277: $? = 0 >configure:9277: result: yes >configure:9277: checking sys/socket.h presence >configure:9277: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:9277: $? = 0 >configure:9277: result: yes >configure:9277: checking for sys/socket.h >configure:9277: result: yes >configure:9277: checking for sys/stat.h >configure:9277: result: yes >configure:9277: checking for sys/time.h >configure:9277: result: yes >configure:9277: checking sys/times.h usability >configure:9277: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9277: $? = 0 >configure:9277: result: yes >configure:9277: checking sys/times.h presence >configure:9277: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:9277: $? = 0 >configure:9277: result: yes >configure:9277: checking for sys/times.h >configure:9277: result: yes >configure:9277: checking for sys/types.h >configure:9277: result: yes >configure:9277: checking sys/wait.h usability >configure:9277: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9277: $? = 0 >configure:9277: result: yes >configure:9277: checking sys/wait.h presence >configure:9277: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:9277: $? = 0 >configure:9277: result: yes >configure:9277: checking for sys/wait.h >configure:9277: result: yes >configure:9290: checking netinet/in.h usability >configure:9290: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9290: $? = 0 >configure:9290: result: yes >configure:9290: checking netinet/in.h presence >configure:9290: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:9290: $? = 0 >configure:9290: result: yes >configure:9290: checking for netinet/in.h >configure:9290: result: yes >configure:9290: checking arpa/inet.h usability >configure:9290: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9290: $? = 0 >configure:9290: result: yes >configure:9290: checking arpa/inet.h presence >configure:9290: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:9290: $? = 0 >configure:9290: result: yes >configure:9290: checking for arpa/inet.h >configure:9290: result: yes >configure:9301: checking for sys/ptem.h >configure:9301: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c:144:22: fatal error: sys/ptem.h: No such file or directory > #include <sys/ptem.h> > ^ >compilation terminated. >distcc[17933] ERROR: compile conftest.c on localhost failed >configure:9301: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| /* end confdefs.h. */ >| >| #if HAVE_SYS_STREAM_H >| # include <sys/stream.h> >| #endif >| >| >| #include <sys/ptem.h> >configure:9301: result: no >configure:9313: checking for sys/resource.h >configure:9313: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:9313: $? = 0 >configure:9313: result: yes >configure:9328: checking for working alloca.h >configure:9353: result: yes >configure:9361: checking for alloca >configure:9406: result: yes >configure:9512: checking for uid_t in sys/types.h >configure:9531: result: yes >configure:9544: checking for unistd.h >configure:9544: result: yes >configure:9554: checking for working chown >configure:9599: result: no >configure:9607: checking whether getpgrp requires zero arguments >configure:9624: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:178:1: error: too many arguments to function 'getpgrp' > getpgrp (0); > ^~~~~~~ >In file included from conftest.c:173:0: >/usr/armv6j-unknown-linux-musleabihf/usr/include/unistd.h:96:7: note: declared here > pid_t getpgrp(void); > ^~~~~~~ >distcc[17962] ERROR: compile conftest.c on localhost failed >configure:9624: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| getpgrp (0); >| ; >| return 0; >| } >configure:9632: result: yes >configure:9649: checking for vprintf >configure:9649: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:166:6: warning: conflicting types for built-in function 'vprintf' > char vprintf (); > ^~~~~~~ >configure:9649: $? = 0 >configure:9649: result: yes >configure:9655: checking for _doprnt >configure:9655: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/armv6j-unknown-linux-musleabihf/tmp/portage/app-shells/bash-4.4_p19/temp/ccLWWnZD.o: In function `main': >conftest.c:(.text.startup+0x4): undefined reference to `_doprnt' >collect2: error: ld returned 1 exit status >distcc[17989] ERROR: compile conftest.c on localhost failed >configure:9655: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| /* end confdefs.h. */ >| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define _doprnt innocuous__doprnt >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char _doprnt (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef _doprnt >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char _doprnt (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub__doprnt || defined __stub____doprnt >| choke me >| #endif >| >| int >| main () >| { >| return _doprnt (); >| ; >| return 0; >| } >configure:9655: result: no >configure:9666: checking for working strcoll >configure:9697: result: no >configure:9748: checking return type of signal handlers >configure:9766: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:150:10: error: void value not ignored as it ought to be > return *(signal (0, 0)) (0) == 1; > ~^~~~~~~~~~~~~~~~~~ >distcc[18004] ERROR: compile conftest.c on localhost failed >configure:9766: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <signal.h> >| >| int >| main () >| { >| return *(signal (0, 0)) (0) == 1; >| ; >| return 0; >| } >configure:9773: result: void >configure:9782: checking for __setostype >configure:9782: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/armv6j-unknown-linux-musleabihf/tmp/portage/app-shells/bash-4.4_p19/temp/cctejeMF.o: In function `main': >conftest.c:(.text.startup+0x4): undefined reference to `__setostype' >collect2: error: ld returned 1 exit status >distcc[18017] ERROR: compile conftest.c on localhost failed >configure:9782: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| /* end confdefs.h. */ >| /* Define __setostype to an innocuous variant, in case <limits.h> declares __setostype. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define __setostype innocuous___setostype >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char __setostype (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef __setostype >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char __setostype (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub___setostype || defined __stub_____setostype >| choke me >| #endif >| >| int >| main () >| { >| return __setostype (); >| ; >| return 0; >| } >configure:9782: result: no >configure:9788: checking for wait3 >configure:9788: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9788: $? = 0 >configure:9788: result: yes >configure:9795: checking for mkfifo >configure:9795: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9795: $? = 0 >configure:9795: result: yes >configure:9811: checking for dup2 >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for eaccess >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for fcntl >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for getdtablesize >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for getgroups >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for gethostname >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for getpagesize >configure:9811: result: yes >configure:9811: checking for getpeername >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for getrlimit >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for getrusage >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for gettimeofday >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for kill >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for killpg >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for lstat >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for pselect >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for readlink >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for sbrk >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for select >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for setdtablesize >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/armv6j-unknown-linux-musleabihf/tmp/portage/app-shells/bash-4.4_p19/temp/ccwlfTgh.o: In function `main': >conftest.c:(.text.startup+0x4): undefined reference to `setdtablesize' >collect2: error: ld returned 1 exit status >distcc[18407] ERROR: compile conftest.c on localhost failed >configure:9811: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| /* end confdefs.h. */ >| /* Define setdtablesize to an innocuous variant, in case <limits.h> declares setdtablesize. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setdtablesize innocuous_setdtablesize >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setdtablesize (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setdtablesize >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char setdtablesize (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_setdtablesize || defined __stub___setdtablesize >| choke me >| #endif >| >| int >| main () >| { >| return setdtablesize (); >| ; >| return 0; >| } >configure:9811: result: no >configure:9811: checking for setitimer >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for tcgetpgrp >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for uname >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for ulimit >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9811: checking for waitpid >configure:9811: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9811: $? = 0 >configure:9811: result: yes >configure:9820: checking for rename >configure:9820: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9820: $? = 0 >configure:9820: result: yes >configure:9842: checking for bcopy >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:194:6: warning: conflicting types for built-in function 'bcopy' > char bcopy (); > ^~~~~ >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for bzero >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:195:6: warning: conflicting types for built-in function 'bzero' > char bzero (); > ^~~~~ >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for confstr >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for faccessat >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for fnmatch >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for getaddrinfo >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for gethostbyname >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for getservbyname >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for getservent >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for inet_aton >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for imaxdiv >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for memmove >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:205:6: warning: conflicting types for built-in function 'memmove' > char memmove (); > ^~~~~~~ >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for pathconf >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for putenv >configure:9842: result: yes >configure:9842: checking for raise >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for random >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for regcomp >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for regexec >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for setenv >configure:9842: result: yes >configure:9842: checking for setlinebuf >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for setlocale >configure:9842: result: yes >configure:9842: checking for setvbuf >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for siginterrupt >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for strchr >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:217:6: warning: conflicting types for built-in function 'strchr' > char strchr (); > ^~~~~~ >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for sysconf >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for syslog >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for tcgetattr >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for times >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for ttyname >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for tzset >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9842: checking for unsetenv >configure:9842: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9842: $? = 0 >configure:9842: result: yes >configure:9855: checking for vasprintf >configure:9855: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9855: $? = 0 >configure:9855: result: yes >configure:9855: checking for asprintf >configure:9855: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9855: $? = 0 >configure:9855: result: yes >configure:9867: checking for isascii >configure:9867: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:227:6: warning: conflicting types for built-in function 'isascii' > char isascii (); > ^~~~~~~ >configure:9867: $? = 0 >configure:9867: result: yes >configure:9867: checking for isblank >configure:9867: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:228:6: warning: conflicting types for built-in function 'isblank' > char isblank (); > ^~~~~~~ >configure:9867: $? = 0 >configure:9867: result: yes >configure:9867: checking for isgraph >configure:9867: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:229:6: warning: conflicting types for built-in function 'isgraph' > char isgraph (); > ^~~~~~~ >configure:9867: $? = 0 >configure:9867: result: yes >configure:9867: checking for isprint >configure:9867: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:230:6: warning: conflicting types for built-in function 'isprint' > char isprint (); > ^~~~~~~ >configure:9867: $? = 0 >configure:9867: result: yes >configure:9867: checking for isspace >configure:9867: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:231:6: warning: conflicting types for built-in function 'isspace' > char isspace (); > ^~~~~~~ >configure:9867: $? = 0 >configure:9867: result: yes >configure:9867: checking for isxdigit >configure:9867: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:232:6: warning: conflicting types for built-in function 'isxdigit' > char isxdigit (); > ^~~~~~~~ >configure:9867: $? = 0 >configure:9867: result: yes >configure:9879: checking for getpwent >configure:9879: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9879: $? = 0 >configure:9879: result: yes >configure:9879: checking for getpwnam >configure:9879: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9879: $? = 0 >configure:9879: result: yes >configure:9879: checking for getpwuid >configure:9879: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9879: $? = 0 >configure:9879: result: yes >configure:9890: checking for mkstemp >configure:9890: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9890: $? = 0 >configure:9890: result: yes >configure:9899: checking for getcwd >configure:9899: result: yes >configure:9912: checking for memset >configure:9912: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:238:6: warning: conflicting types for built-in function 'memset' > char memset (); > ^~~~~~ >configure:9912: $? = 0 >configure:9912: result: yes >configure:9926: checking for strcasecmp >configure:9926: result: yes >configure:9939: checking for strcasestr >configure:9939: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9939: $? = 0 >configure:9939: result: yes >configure:9952: checking for strerror >configure:9952: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9952: $? = 0 >configure:9952: result: yes >configure:9965: checking for strftime >configure:9965: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:242:6: warning: conflicting types for built-in function 'strftime' > char strftime (); > ^~~~~~~~ >configure:9965: $? = 0 >configure:9965: result: yes >configure:9978: checking for strnlen >configure:9978: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9978: $? = 0 >configure:9978: result: yes >configure:9991: checking for strpbrk >configure:9991: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:244:6: warning: conflicting types for built-in function 'strpbrk' > char strpbrk (); > ^~~~~~~ >configure:9991: $? = 0 >configure:9991: result: yes >configure:10004: checking for strstr >configure:10004: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:245:6: warning: conflicting types for built-in function 'strstr' > char strstr (); > ^~~~~~ >configure:10004: $? = 0 >configure:10004: result: yes >configure:10018: checking for strtod >configure:10018: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:10018: $? = 0 >configure:10018: result: yes >configure:10031: checking for strtol >configure:10031: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:10031: $? = 0 >configure:10031: result: yes >configure:10044: checking for strtoul >configure:10044: result: yes >configure:10057: checking for strtoll >configure:10057: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:10057: $? = 0 >configure:10057: result: yes >configure:10070: checking for strtoull >configure:10070: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:10070: $? = 0 >configure:10070: result: yes >configure:10083: checking for strtoimax >configure:10083: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:10083: $? = 0 >configure:10083: result: yes >configure:10096: checking for strtoumax >configure:10096: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:10096: $? = 0 >configure:10096: result: yes >configure:10110: checking for dprintf >configure:10110: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:10110: $? = 0 >configure:10110: result: yes >configure:10124: checking for strchrnul >configure:10124: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:10124: $? = 0 >configure:10124: result: yes >configure:10138: checking for strdup >configure:10138: result: yes >configure:10155: checking libaudit.h usability >configure:10155: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c:266:22: fatal error: libaudit.h: No such file or directory > #include <libaudit.h> > ^ >compilation terminated. >distcc[19559] ERROR: compile conftest.c on localhost failed >configure:10155: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <libaudit.h> >configure:10155: result: no >configure:10155: checking libaudit.h presence >configure:10155: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >conftest.c:233:22: fatal error: libaudit.h: No such file or directory > #include <libaudit.h> > ^ >compilation terminated. >distcc[19570] ERROR: compile (null) on localhost failed >configure:10155: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| /* end confdefs.h. */ >| #include <libaudit.h> >configure:10155: result: no >configure:10155: checking for libaudit.h >configure:10155: result: no >configure:10165: checking whether AUDIT_USER_TTY is declared >configure:10165: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:10165: $? = 0 >configure:10165: result: yes >configure:10178: checking whether confstr is declared >configure:10178: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:10178: $? = 0 >configure:10178: result: yes >configure:10189: checking whether printf is declared >configure:10189: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:10189: $? = 0 >configure:10189: result: yes >configure:10200: checking whether sbrk is declared >configure:10200: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:10200: $? = 0 >configure:10200: result: yes >configure:10211: checking whether setregid is declared >configure:10211: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:10211: $? = 0 >configure:10211: result: yes >configure:10222: checking whether strcpy is declared >configure:10222: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:10222: $? = 0 >configure:10222: result: yes >configure:10233: checking whether strsignal is declared >configure:10233: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:10233: $? = 0 >configure:10233: result: yes >configure:10245: checking whether strtold is declared >configure:10245: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:10245: $? = 0 >configure:10245: result: yes >configure:10257: checking for broken strtold >configure:10273: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:245:62: warning: passing argument 2 of 'strtold' from incompatible pointer type [-Wincompatible-pointer-types] > int main() { long double r; char *foo, bar; r = strtold(foo, &bar);} > ^ >In file included from conftest.c:241:0: >/usr/armv6j-unknown-linux-musleabihf/usr/include/stdlib.h:28:13: note: expected 'char ** restrict' but argument is of type 'char *' > long double strtold (const char *__restrict, char **__restrict); > ^~~~~~~ >configure:10273: $? = 0 >configure:10283: result: no >configure:10296: checking for declaration of strtoimax >configure:10319: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:10319: $? = 0 >configure:10327: result: yes >configure:10345: checking for declaration of strtol >configure:10368: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:10368: $? = 0 >configure:10376: result: yes >configure:10394: checking for declaration of strtoll >configure:10417: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:10417: $? = 0 >configure:10425: result: yes >configure:10443: checking for declaration of strtoul >configure:10466: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:10466: $? = 0 >configure:10474: result: yes >configure:10492: checking for declaration of strtoull >configure:10515: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:10515: $? = 0 >configure:10523: result: yes >configure:10541: checking for declaration of strtoumax >configure:10564: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:10564: $? = 0 >configure:10572: result: yes >configure:10596: checking for alarm >configure:10596: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:10596: $? = 0 >configure:10596: result: yes >configure:10596: checking for fpurge >configure:10596: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:10596: $? = 0 >configure:10596: result: yes >configure:10596: checking for __fpurge >configure:10596: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:10596: $? = 0 >configure:10596: result: yes >configure:10596: checking for snprintf >configure:10596: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:273:6: warning: conflicting types for built-in function 'snprintf' > char snprintf (); > ^~~~~~~~ >configure:10596: $? = 0 >configure:10596: result: yes >configure:10596: checking for vsnprintf >configure:10596: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:274:6: warning: conflicting types for built-in function 'vsnprintf' > char vsnprintf (); > ^~~~~~~~~ >configure:10596: $? = 0 >configure:10596: result: yes >configure:10609: checking for working mktime >configure:10821: result: no >configure:10837: checking for argz.h >configure:10837: result: no >configure:10837: checking errno.h usability >configure:10837: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:10837: $? = 0 >configure:10837: result: yes >configure:10837: checking errno.h presence >configure:10837: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:10837: $? = 0 >configure:10837: result: yes >configure:10837: checking for errno.h >configure:10837: result: yes >configure:10837: checking fcntl.h usability >configure:10837: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:10837: $? = 0 >configure:10837: result: yes >configure:10837: checking fcntl.h presence >configure:10837: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:10837: $? = 0 >configure:10837: result: yes >configure:10837: checking for fcntl.h >configure:10837: result: yes >configure:10837: checking for malloc.h >configure:10837: result: yes >configure:10837: checking stdio_ext.h usability >configure:10837: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:10837: $? = 0 >configure:10837: result: yes >configure:10837: checking stdio_ext.h presence >configure:10837: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:10837: $? = 0 >configure:10837: result: yes >configure:10837: checking for stdio_ext.h >configure:10837: result: yes >configure:10851: checking for getpagesize >configure:10851: result: yes >configure:10860: checking for working mmap >configure:11017: result: yes >configure:11030: checking for __argz_count >configure:11030: result: no >configure:11030: checking for __argz_next >configure:11030: result: no >configure:11030: checking for __argz_stringify >configure:11030: result: no >configure:11030: checking for dcgettext >configure:11030: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:281:6: warning: conflicting types for built-in function 'dcgettext' > char dcgettext (); > ^~~~~~~~~ >configure:11030: $? = 0 >configure:11030: result: yes >configure:11030: checking for mempcpy >configure:11030: result: yes >configure:11030: checking for munmap >configure:11030: result: yes >configure:11030: checking for stpcpy >configure:11030: result: yes >configure:11030: checking for strcspn >configure:11030: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:285:6: warning: conflicting types for built-in function 'strcspn' > char strcspn (); > ^~~~~~~ >configure:11030: $? = 0 >configure:11030: result: yes >configure:11054: checking wctype.h usability >configure:11054: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:11054: $? = 0 >configure:11054: result: yes >configure:11054: checking wctype.h presence >configure:11054: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:11054: $? = 0 >configure:11054: result: yes >configure:11054: checking for wctype.h >configure:11054: result: yes >configure:11066: checking wchar.h usability >configure:11066: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:11066: $? = 0 >configure:11066: result: yes >configure:11066: checking wchar.h presence >configure:11066: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:11066: $? = 0 >configure:11066: result: yes >configure:11066: checking for wchar.h >configure:11066: result: yes >configure:11078: checking langinfo.h usability >configure:11078: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:11078: $? = 0 >configure:11078: result: yes >configure:11078: checking langinfo.h presence >configure:11078: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >configure:11078: $? = 0 >configure:11078: result: yes >configure:11078: checking for langinfo.h >configure:11078: result: yes >configure:11091: checking mbstr.h usability >configure:11091: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c:299:19: fatal error: mbstr.h: No such file or directory > #include <mbstr.h> > ^ >compilation terminated. >distcc[20123] ERROR: compile conftest.c on localhost failed >configure:11091: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <mbstr.h> >configure:11091: result: no >configure:11091: checking mbstr.h presence >configure:11091: armv6j-unknown-linux-musleabihf-gcc -E -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >conftest.c:266:19: fatal error: mbstr.h: No such file or directory > #include <mbstr.h> > ^ >compilation terminated. >distcc[20134] ERROR: compile (null) on localhost failed >configure:11091: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| /* end confdefs.h. */ >| #include <mbstr.h> >configure:11091: result: no >configure:11091: checking for mbstr.h >configure:11091: result: no >configure:11102: checking for mbrlen >configure:11102: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11102: $? = 0 >configure:11102: result: yes >configure:11108: checking for mbscasecmp >configure:11108: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/armv6j-unknown-linux-musleabihf/tmp/portage/app-shells/bash-4.4_p19/temp/cc4XjV71.o: In function `main': >conftest.c:(.text.startup+0x4): undefined reference to `mbscasecmp' >collect2: error: ld returned 1 exit status >distcc[20156] ERROR: compile conftest.c on localhost failed >configure:11108: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| /* end confdefs.h. */ >| /* Define mbscasecmp to an innocuous variant, in case <limits.h> declares mbscasecmp. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define mbscasecmp innocuous_mbscasecmp >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char mbscasecmp (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef mbscasecmp >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char mbscasecmp (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_mbscasecmp || defined __stub___mbscasecmp >| choke me >| #endif >| >| int >| main () >| { >| return mbscasecmp (); >| ; >| return 0; >| } >configure:11108: result: no >configure:11114: checking for mbscmp >configure:11114: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/armv6j-unknown-linux-musleabihf/tmp/portage/app-shells/bash-4.4_p19/temp/ccucP3gd.o: In function `main': >conftest.c:(.text.startup+0x4): undefined reference to `mbscmp' >collect2: error: ld returned 1 exit status >distcc[20171] ERROR: compile conftest.c on localhost failed >configure:11114: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| /* end confdefs.h. */ >| /* Define mbscmp to an innocuous variant, in case <limits.h> declares mbscmp. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define mbscmp innocuous_mbscmp >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char mbscmp (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef mbscmp >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char mbscmp (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_mbscmp || defined __stub___mbscmp >| choke me >| #endif >| >| int >| main () >| { >| return mbscmp (); >| ; >| return 0; >| } >configure:11114: result: no >configure:11120: checking for mbsnrtowcs >configure:11120: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11120: $? = 0 >configure:11120: result: yes >configure:11126: checking for mbsrtowcs >configure:11126: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11126: $? = 0 >configure:11126: result: yes >configure:11133: checking for mbschr >configure:11133: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/armv6j-unknown-linux-musleabihf/tmp/portage/app-shells/bash-4.4_p19/temp/ccCP2Keg.o: In function `main': >conftest.c:(.text.startup+0x4): undefined reference to `mbschr' >collect2: error: ld returned 1 exit status >distcc[20208] ERROR: compile conftest.c on localhost failed >configure:11133: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| /* end confdefs.h. */ >| /* Define mbschr to an innocuous variant, in case <limits.h> declares mbschr. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define mbschr innocuous_mbschr >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char mbschr (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef mbschr >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char mbschr (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_mbschr || defined __stub___mbschr >| choke me >| #endif >| >| int >| main () >| { >| return mbschr (); >| ; >| return 0; >| } >configure:11133: result: no >configure:11148: checking for wcrtomb >configure:11148: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11148: $? = 0 >configure:11148: result: yes >configure:11154: checking for wcscoll >configure:11154: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11154: $? = 0 >configure:11154: result: yes >configure:11160: checking for wcsdup >configure:11160: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11160: $? = 0 >configure:11160: result: yes >configure:11166: checking for wcwidth >configure:11166: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11166: $? = 0 >configure:11166: result: yes >configure:11172: checking for wctype >configure:11172: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11172: $? = 0 >configure:11172: result: yes >configure:11179: checking for wcswidth >configure:11179: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11179: $? = 0 >configure:11179: result: yes >configure:11195: checking whether mbrtowc and mbstate_t are properly declared >configure:11215: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11215: $? = 0 >configure:11223: result: yes >configure:11239: checking for iswlower >configure:11239: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:300:6: warning: conflicting types for built-in function 'iswlower' > char iswlower (); > ^~~~~~~~ >configure:11239: $? = 0 >configure:11239: result: yes >configure:11239: checking for iswupper >configure:11239: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:301:6: warning: conflicting types for built-in function 'iswupper' > char iswupper (); > ^~~~~~~~ >configure:11239: $? = 0 >configure:11239: result: yes >configure:11239: checking for towlower >configure:11239: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:302:6: warning: conflicting types for built-in function 'towlower' > char towlower (); > ^~~~~~~~ >configure:11239: $? = 0 >configure:11239: result: yes >configure:11239: checking for towupper >configure:11239: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:303:6: warning: conflicting types for built-in function 'towupper' > char towupper (); > ^~~~~~~~ >configure:11239: $? = 0 >configure:11239: result: yes >configure:11239: checking for iswctype >configure:11239: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11239: $? = 0 >configure:11239: result: yes >configure:11249: checking for nl_langinfo and CODESET >configure:11265: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11265: $? = 0 >configure:11273: result: yes >configure:11280: checking for wchar_t in wchar.h >configure:11300: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:11300: $? = 0 >configure:11307: result: yes >configure:11315: checking for wctype_t in wctype.h >configure:11334: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:11334: $? = 0 >configure:11341: result: yes >configure:11349: checking for wint_t in wctype.h >configure:11368: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:11368: $? = 0 >configure:11375: result: yes >configure:11383: checking for wcwidth broken with unicode combining characters >configure:11423: result: no >configure:11436: checking for locale_charset >configure:11436: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c lib/intl/libintl.a >&5 >armv6j-unknown-linux-musleabihf-gcc: error: lib/intl/libintl.a: No such file or directory >distcc[20447] ERROR: compile conftest.c on localhost failed >configure:11436: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| /* end confdefs.h. */ >| /* Define locale_charset to an innocuous variant, in case <limits.h> declares locale_charset. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define locale_charset innocuous_locale_charset >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char locale_charset (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef locale_charset >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char locale_charset (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_locale_charset || defined __stub___locale_charset >| choke me >| #endif >| >| int >| main () >| { >| return locale_charset (); >| ; >| return 0; >| } >configure:11436: result: no >configure:11451: checking for dlopen in -ldl >configure:11485: result: no >configure:11499: checking for dlopen >configure:11499: result: no >configure:11499: checking for dlclose >configure:11499: result: no >configure:11499: checking for dlsym >configure:11499: result: no >configure:11510: checking whether sys_siglist is declared >configure:11510: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:300:10: error: 'sys_siglist' undeclared (first use in this function) > (void) sys_siglist; > ^~~~~~~~~~~ >conftest.c:300:10: note: each undeclared identifier is reported only once for each function it appears in >distcc[20476] ERROR: compile conftest.c on localhost failed >configure:11510: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| /* end confdefs.h. */ >| #include <signal.h> >| /* NetBSD declares sys_siglist in unistd.h. */ >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| >| int >| main () >| { >| #ifndef sys_siglist >| #ifdef __cplusplus >| (void) sys_siglist; >| #else >| (void) sys_siglist; >| #endif >| #endif >| >| ; >| return 0; >| } >configure:11510: result: no >configure:11804: checking type of array argument to getgroups >configure:11863: result: gid_t >configure:11871: checking for off_t >configure:11871: result: yes >configure:11882: checking for mode_t >configure:11882: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:11882: $? = 0 >configure:11882: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:324:21: error: expected expression before ')' token > if (sizeof ((mode_t))) > ^ >distcc[20504] ERROR: compile conftest.c on localhost failed >configure:11882: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((mode_t))) >| return 0; >| ; >| return 0; >| } >configure:11882: result: yes >configure:11893: checking for uid_t in sys/types.h >configure:11912: result: yes >configure:11923: checking for pid_t >configure:11923: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:11923: $? = 0 >configure:11923: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:324:20: error: expected expression before ')' token > if (sizeof ((pid_t))) > ^ >distcc[20524] ERROR: compile conftest.c on localhost failed >configure:11923: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((pid_t))) >| return 0; >| ; >| return 0; >| } >configure:11923: result: yes >configure:11934: checking for size_t >configure:11934: result: yes >configure:11946: checking for uintptr_t >configure:11946: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:11946: $? = 0 >configure:11946: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:324:24: error: expected expression before ')' token > if (sizeof ((uintptr_t))) > ^ >distcc[20544] ERROR: compile conftest.c on localhost failed >configure:11946: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((uintptr_t))) >| return 0; >| ; >| return 0; >| } >configure:11946: result: yes >configure:11983: checking for ssize_t >configure:11983: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:11983: $? = 0 >configure:11983: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:325:22: error: expected expression before ')' token > if (sizeof ((ssize_t))) > ^ >distcc[20564] ERROR: compile conftest.c on localhost failed >configure:11983: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((ssize_t))) >| return 0; >| ; >| return 0; >| } >configure:11983: result: yes >configure:11994: checking for time_t >configure:11994: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:11994: $? = 0 >configure:11994: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:325:21: error: expected expression before ')' token > if (sizeof ((time_t))) > ^ >distcc[20584] ERROR: compile conftest.c on localhost failed >configure:11994: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((time_t))) >| return 0; >| ; >| return 0; >| } >configure:11994: result: yes >configure:12007: checking for long long >configure:12027: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:12027: $? = 0 >configure:12035: result: long long >configure:12043: checking for unsigned long long >configure:12063: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:12063: $? = 0 >configure:12071: result: unsigned long long >configure:12079: checking return type of signal handlers >configure:12104: result: void >configure:12112: checking for sig_atomic_t in signal.h >configure:12130: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:12130: $? = 0 >configure:12138: result: yes >configure:12160: checking size of char >configure:12165: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12165: $? = 0 >configure:12165: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:328:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= 0)]; > ^~~~~~~~~~ >distcc[20638] ERROR: compile conftest.c on localhost failed >configure:12165: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= 0)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12165: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12165: $? = 0 >configure:12179: result: 1 >configure:12193: checking size of short >configure:12198: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12198: $? = 0 >configure:12198: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:329:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)]; > ^~~~~~~~~~ >distcc[20666] ERROR: compile conftest.c on localhost failed >configure:12198: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12198: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:329:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)]; > ^~~~~~~~~~ >distcc[20678] ERROR: compile conftest.c on localhost failed >configure:12198: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12198: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12198: $? = 0 >configure:12198: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12198: $? = 0 >configure:12212: result: 2 >configure:12226: checking size of int >configure:12231: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12231: $? = 0 >configure:12231: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:330:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)]; > ^~~~~~~~~~ >distcc[20714] ERROR: compile conftest.c on localhost failed >configure:12231: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12231: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:330:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)]; > ^~~~~~~~~~ >distcc[20726] ERROR: compile conftest.c on localhost failed >configure:12231: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12231: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:330:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)]; > ^~~~~~~~~~ >distcc[20738] ERROR: compile conftest.c on localhost failed >configure:12231: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12231: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12231: $? = 0 >configure:12231: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12231: $? = 0 >configure:12231: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12231: $? = 0 >configure:12245: result: 4 >configure:12259: checking size of long >configure:12264: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12264: $? = 0 >configure:12264: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:331:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)]; > ^~~~~~~~~~ >distcc[20782] ERROR: compile conftest.c on localhost failed >configure:12264: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12264: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:331:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)]; > ^~~~~~~~~~ >distcc[20794] ERROR: compile conftest.c on localhost failed >configure:12264: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12264: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:331:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)]; > ^~~~~~~~~~ >distcc[20806] ERROR: compile conftest.c on localhost failed >configure:12264: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12264: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12264: $? = 0 >configure:12264: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12264: $? = 0 >configure:12264: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12264: $? = 0 >configure:12278: result: 4 >configure:12292: checking size of char * >configure:12297: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12297: $? = 0 >configure:12297: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:332:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (char *))) <= 0)]; > ^~~~~~~~~~ >distcc[20850] ERROR: compile conftest.c on localhost failed >configure:12297: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (char *))) <= 0)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12297: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:332:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (char *))) <= 1)]; > ^~~~~~~~~~ >distcc[20862] ERROR: compile conftest.c on localhost failed >configure:12297: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (char *))) <= 1)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12297: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:332:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (char *))) <= 3)]; > ^~~~~~~~~~ >distcc[20874] ERROR: compile conftest.c on localhost failed >configure:12297: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (char *))) <= 3)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12297: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12297: $? = 0 >configure:12297: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12297: $? = 0 >configure:12297: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12297: $? = 0 >configure:12311: result: 4 >configure:12325: checking size of double >configure:12330: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12330: $? = 0 >configure:12330: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:333:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 0)]; > ^~~~~~~~~~ >distcc[20918] ERROR: compile conftest.c on localhost failed >configure:12330: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 0)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12330: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:333:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 1)]; > ^~~~~~~~~~ >distcc[20930] ERROR: compile conftest.c on localhost failed >configure:12330: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 1)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12330: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:333:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 3)]; > ^~~~~~~~~~ >distcc[20942] ERROR: compile conftest.c on localhost failed >configure:12330: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 3)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12330: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:333:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 7)]; > ^~~~~~~~~~ >distcc[20954] ERROR: compile conftest.c on localhost failed >configure:12330: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 7)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12330: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12330: $? = 0 >configure:12330: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12330: $? = 0 >configure:12330: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12330: $? = 0 >configure:12330: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12330: $? = 0 >configure:12344: result: 8 >configure:12358: checking size of long long >configure:12363: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12363: $? = 0 >configure:12363: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:334:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)]; > ^~~~~~~~~~ >distcc[21006] ERROR: compile conftest.c on localhost failed >configure:12363: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12363: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:334:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)]; > ^~~~~~~~~~ >distcc[21018] ERROR: compile conftest.c on localhost failed >configure:12363: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12363: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:334:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)]; > ^~~~~~~~~~ >distcc[21030] ERROR: compile conftest.c on localhost failed >configure:12363: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12363: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:334:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)]; > ^~~~~~~~~~ >distcc[21042] ERROR: compile conftest.c on localhost failed >configure:12363: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:12363: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12363: $? = 0 >configure:12363: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12363: $? = 0 >configure:12363: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12363: $? = 0 >configure:12363: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12363: $? = 0 >configure:12377: result: 8 >configure:12388: checking for u_int >configure:12388: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12388: $? = 0 >configure:12388: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:335:20: error: expected expression before ')' token > if (sizeof ((u_int))) > ^ >distcc[21094] ERROR: compile conftest.c on localhost failed >configure:12388: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((u_int))) >| return 0; >| ; >| return 0; >| } >configure:12388: result: yes >configure:12399: checking for u_long >configure:12399: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12399: $? = 0 >configure:12399: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:335:21: error: expected expression before ')' token > if (sizeof ((u_long))) > ^ >distcc[21114] ERROR: compile conftest.c on localhost failed >configure:12399: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((u_long))) >| return 0; >| ; >| return 0; >| } >configure:12399: result: yes >configure:12413: checking for bits16_t >configure:12413: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:335:13: error: 'bits16_t' undeclared (first use in this function) > if (sizeof (bits16_t)) > ^~~~~~~~ >conftest.c:335:13: note: each undeclared identifier is reported only once for each function it appears in >distcc[21127] ERROR: compile conftest.c on localhost failed >configure:12413: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (bits16_t)) >| return 0; >| ; >| return 0; >| } >configure:12413: result: no >configure:12452: checking for u_bits16_t >configure:12452: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:336:13: error: 'u_bits16_t' undeclared (first use in this function) > if (sizeof (u_bits16_t)) > ^~~~~~~~~~ >conftest.c:336:13: note: each undeclared identifier is reported only once for each function it appears in >distcc[21140] ERROR: compile conftest.c on localhost failed >configure:12452: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_LONG_LONG 8 >| #define bits16_t short >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (u_bits16_t)) >| return 0; >| ; >| return 0; >| } >configure:12452: result: no >configure:12491: checking for bits32_t >configure:12491: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:337:13: error: 'bits32_t' undeclared (first use in this function) > if (sizeof (bits32_t)) > ^~~~~~~~ >conftest.c:337:13: note: each undeclared identifier is reported only once for each function it appears in >distcc[21153] ERROR: compile conftest.c on localhost failed >configure:12491: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_LONG_LONG 8 >| #define bits16_t short >| #define u_bits16_t unsigned short >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (bits32_t)) >| return 0; >| ; >| return 0; >| } >configure:12491: result: no >configure:12530: checking for u_bits32_t >configure:12530: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:338:13: error: 'u_bits32_t' undeclared (first use in this function) > if (sizeof (u_bits32_t)) > ^~~~~~~~~~ >conftest.c:338:13: note: each undeclared identifier is reported only once for each function it appears in >distcc[21166] ERROR: compile conftest.c on localhost failed >configure:12530: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_LONG_LONG 8 >| #define bits16_t short >| #define u_bits16_t unsigned short >| #define bits32_t int >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (u_bits32_t)) >| return 0; >| ; >| return 0; >| } >configure:12530: result: no >configure:12581: checking for bits64_t >configure:12581: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:339:13: error: 'bits64_t' undeclared (first use in this function) > if (sizeof (bits64_t)) > ^~~~~~~~ >conftest.c:339:13: note: each undeclared identifier is reported only once for each function it appears in >distcc[21179] ERROR: compile conftest.c on localhost failed >configure:12581: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_LONG_LONG 8 >| #define bits16_t short >| #define u_bits16_t unsigned short >| #define bits32_t int >| #define u_bits32_t unsigned int >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (bits64_t)) >| return 0; >| ; >| return 0; >| } >configure:12581: result: no >configure:12633: checking for ptrdiff_t >configure:12633: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12633: $? = 0 >configure:12633: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:340:24: error: expected expression before ')' token > if (sizeof ((ptrdiff_t))) > ^ >distcc[21199] ERROR: compile conftest.c on localhost failed >configure:12633: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_LONG_LONG 8 >| #define bits16_t short >| #define u_bits16_t unsigned short >| #define bits32_t int >| #define u_bits32_t unsigned int >| #define bits64_t double >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((ptrdiff_t))) >| return 0; >| ; >| return 0; >| } >configure:12633: result: yes >configure:12683: checking whether stat file-mode macros are broken >configure:12710: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:12710: $? = 0 >configure:12717: result: no >configure:12726: checking whether #! works in shell scripts >configure:12743: result: yes >configure:12790: checking whether the ctype macros accept non-ascii characters >configure:12796: WARNING: cannot check ctype macros if cross compiling -- defaulting to no >configure:12846: result: no >configure:12853: checking if dup2 fails to clear the close-on-exec flag >configure:12859: WARNING: cannot check dup2 if cross compiling -- defaulting to no >configure:12895: result: no >configure:12903: checking whether pgrps need synchronization >configure:12909: WARNING: cannot check pgrp synchronization if cross compiling -- defaulting to no >configure:12977: result: no >configure:12985: checking for type of signal functions >configure:13008: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:13008: $? = 0 >configure:13066: result: posix >configure:13080: checking for sys_errlist and sys_nerr >configure:13098: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:13098: $? = 0 >configure:13106: result: yes >configure:13114: checking for sys_siglist in system C library >configure:13120: WARNING: cannot check for sys_siglist if cross compiling -- defaulting to no >configure:13152: result: no >configure:13159: checking for _sys_siglist in signal.h or unistd.h >configure:13180: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:316:14: error: '_sys_siglist' undeclared (first use in this function) > char *msg = _sys_siglist[2]; > ^~~~~~~~~~~~ >conftest.c:316:14: note: each undeclared identifier is reported only once for each function it appears in >distcc[21246] ERROR: compile conftest.c on localhost failed >configure:13180: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_LONG_LONG 8 >| #define bits16_t short >| #define u_bits16_t unsigned short >| #define bits32_t int >| #define u_bits32_t unsigned int >| #define bits64_t double >| #define HAVE_HASH_BANG_EXEC 1 >| #define HAVE_POSIX_SIGNALS 1 >| #define HAVE_SYS_ERRLIST 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <signal.h> >| #ifdef HAVE_UNISTD_H >| #include <unistd.h> >| #endif >| int >| main () >| { >| char *msg = _sys_siglist[2]; >| ; >| return 0; >| } >configure:13187: result: no >configure:13195: checking for _sys_siglist in system C library >configure:13201: WARNING: cannot check for _sys_siglist if cross compiling -- defaulting to no >configure:13233: result: no >configure:13241: checking whether signal handlers are of type void >configure:13265: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:13265: $? = 0 >configure:13272: result: yes >configure:13281: checking for clock_t >configure:13312: result: yes >configure:13324: checking for sigset_t >configure:13355: result: yes >configure:13367: checking for sig_atomic_t >configure:13398: result: yes >configure:13410: checking for quad_t >configure:13441: result: yes >configure:13456: checking for intmax_t >configure:13487: result: yes >configure:13499: checking for uintmax_t >configure:13530: result: yes >configure:13543: checking for socklen_t >configure:13574: result: yes >configure:13588: checking for size and type of struct rlimit fields >configure:13605: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:13605: $? = 0 >configure:13644: result: rlim_t >configure:13659: checking size of intmax_t >configure:13664: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:13664: $? = 0 >configure:13664: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:347:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 0)]; > ^~~~~~~~~~ >distcc[21330] ERROR: compile conftest.c on localhost failed >configure:13664: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_LONG_LONG 8 >| #define bits16_t short >| #define u_bits16_t unsigned short >| #define bits32_t int >| #define u_bits32_t unsigned int >| #define bits64_t double >| #define HAVE_HASH_BANG_EXEC 1 >| #define HAVE_POSIX_SIGNALS 1 >| #define HAVE_SYS_ERRLIST 1 >| #define VOID_SIGHANDLER 1 >| #define HAVE_QUAD_T 1 >| #define HAVE_SOCKLEN_T 1 >| #define RLIMTYPE rlim_t >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 0)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:13664: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:347:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 1)]; > ^~~~~~~~~~ >distcc[21359] ERROR: compile conftest.c on localhost failed >configure:13664: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_LONG_LONG 8 >| #define bits16_t short >| #define u_bits16_t unsigned short >| #define bits32_t int >| #define u_bits32_t unsigned int >| #define bits64_t double >| #define HAVE_HASH_BANG_EXEC 1 >| #define HAVE_POSIX_SIGNALS 1 >| #define HAVE_SYS_ERRLIST 1 >| #define VOID_SIGHANDLER 1 >| #define HAVE_QUAD_T 1 >| #define HAVE_SOCKLEN_T 1 >| #define RLIMTYPE rlim_t >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 1)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:13664: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:347:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 3)]; > ^~~~~~~~~~ >distcc[21371] ERROR: compile conftest.c on localhost failed >configure:13664: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_LONG_LONG 8 >| #define bits16_t short >| #define u_bits16_t unsigned short >| #define bits32_t int >| #define u_bits32_t unsigned int >| #define bits64_t double >| #define HAVE_HASH_BANG_EXEC 1 >| #define HAVE_POSIX_SIGNALS 1 >| #define HAVE_SYS_ERRLIST 1 >| #define VOID_SIGHANDLER 1 >| #define HAVE_QUAD_T 1 >| #define HAVE_SOCKLEN_T 1 >| #define RLIMTYPE rlim_t >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 3)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:13664: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:347:12: error: size of array 'test_array' is negative > static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 7)]; > ^~~~~~~~~~ >distcc[21383] ERROR: compile conftest.c on localhost failed >configure:13664: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_LONG_LONG 8 >| #define bits16_t short >| #define u_bits16_t unsigned short >| #define bits32_t int >| #define u_bits32_t unsigned int >| #define bits64_t double >| #define HAVE_HASH_BANG_EXEC 1 >| #define HAVE_POSIX_SIGNALS 1 >| #define HAVE_SYS_ERRLIST 1 >| #define VOID_SIGHANDLER 1 >| #define HAVE_QUAD_T 1 >| #define HAVE_SOCKLEN_T 1 >| #define RLIMTYPE rlim_t >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 7)]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:13664: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:13664: $? = 0 >configure:13664: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:13664: $? = 0 >configure:13664: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:13664: $? = 0 >configure:13664: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:13664: $? = 0 >configure:13678: result: 8 >configure:13690: checking for struct termios.c_line >configure:13690: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:13690: $? = 0 >configure:13690: result: yes >configure:13702: checking for struct termio.c_line >configure:13702: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c:315:20: fatal error: termio.h: No such file or directory > #include <termio.h> > ^ >compilation terminated. >distcc[21436] ERROR: compile conftest.c on localhost failed >configure:13702: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_LONG_LONG 8 >| #define bits16_t short >| #define u_bits16_t unsigned short >| #define bits32_t int >| #define u_bits32_t unsigned int >| #define bits64_t double >| #define HAVE_HASH_BANG_EXEC 1 >| #define HAVE_POSIX_SIGNALS 1 >| #define HAVE_SYS_ERRLIST 1 >| #define VOID_SIGHANDLER 1 >| #define HAVE_QUAD_T 1 >| #define HAVE_SOCKLEN_T 1 >| #define RLIMTYPE rlim_t >| #define SIZEOF_INTMAX_T 8 >| #define TERMIOS_LDISC 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <termio.h> >| >| >| int >| main () >| { >| static struct termio ac_aggr; >| if (ac_aggr.c_line) >| return 0; >| ; >| return 0; >| } >configure:13702: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c:315:20: fatal error: termio.h: No such file or directory > #include <termio.h> > ^ >compilation terminated. >distcc[21447] ERROR: compile conftest.c on localhost failed >configure:13702: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_LONG_LONG 8 >| #define bits16_t short >| #define u_bits16_t unsigned short >| #define bits32_t int >| #define u_bits32_t unsigned int >| #define bits64_t double >| #define HAVE_HASH_BANG_EXEC 1 >| #define HAVE_POSIX_SIGNALS 1 >| #define HAVE_SYS_ERRLIST 1 >| #define VOID_SIGHANDLER 1 >| #define HAVE_QUAD_T 1 >| #define HAVE_SOCKLEN_T 1 >| #define RLIMTYPE rlim_t >| #define SIZEOF_INTMAX_T 8 >| #define TERMIOS_LDISC 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <termio.h> >| >| >| int >| main () >| { >| static struct termio ac_aggr; >| if (sizeof ac_aggr.c_line) >| return 0; >| ; >| return 0; >| } >configure:13702: result: no >configure:13714: checking for struct dirent.d_ino >configure:13752: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:13752: $? = 0 >configure:13760: result: yes >configure:13768: checking for struct dirent.d_fileno >configure:13806: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:13806: $? = 0 >configure:13814: result: yes >configure:13822: checking for struct dirent.d_namlen >configure:13860: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:340:30: error: 'struct dirent' has no member named 'd_namlen'; did you mean 'd_name'? > struct dirent d; int z; z = d.d_namlen; > ^ >distcc[21476] ERROR: compile conftest.c on localhost failed >configure:13860: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_LONG_LONG 8 >| #define bits16_t short >| #define u_bits16_t unsigned short >| #define bits32_t int >| #define u_bits32_t unsigned int >| #define bits64_t double >| #define HAVE_HASH_BANG_EXEC 1 >| #define HAVE_POSIX_SIGNALS 1 >| #define HAVE_SYS_ERRLIST 1 >| #define VOID_SIGHANDLER 1 >| #define HAVE_QUAD_T 1 >| #define HAVE_SOCKLEN_T 1 >| #define RLIMTYPE rlim_t >| #define SIZEOF_INTMAX_T 8 >| #define TERMIOS_LDISC 1 >| #define HAVE_STRUCT_DIRENT_D_INO 1 >| #define HAVE_STRUCT_DIRENT_D_FILENO 1 >| /* end confdefs.h. */ >| >| #include <stdio.h> >| #include <sys/types.h> >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif /* HAVE_UNISTD_H */ >| #if defined(HAVE_DIRENT_H) >| # include <dirent.h> >| #else >| # define dirent direct >| # ifdef HAVE_SYS_NDIR_H >| # include <sys/ndir.h> >| # endif /* SYSNDIR */ >| # ifdef HAVE_SYS_DIR_H >| # include <sys/dir.h> >| # endif /* SYSDIR */ >| # ifdef HAVE_NDIR_H >| # include <ndir.h> >| # endif >| #endif /* HAVE_DIRENT_H */ >| >| int >| main () >| { >| >| struct dirent d; int z; z = d.d_namlen; >| >| ; >| return 0; >| } >configure:13868: result: no >configure:13875: checking for struct winsize in sys/ioctl.h and termios.h >configure:13892: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:13892: $? = 0 >configure:13919: result: sys/ioctl.h >configure:13933: checking for struct timeval in sys/time.h and time.h >configure:13967: result: yes >configure:13974: checking for struct stat.st_blocks >configure:13974: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:13974: $? = 0 >configure:13974: result: yes >configure:13984: checking whether struct tm is in sys/time.h or time.h >configure:14004: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:14004: $? = 0 >configure:14011: result: time.h >configure:14019: checking for struct tm.tm_zone >configure:14019: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:14019: $? = 0 >configure:14019: result: yes >configure:14086: checking for struct timezone in sys/time.h and time.h >configure:14120: result: yes >configure:14128: checking for offset of exit status in return status from wait >configure:14134: WARNING: cannot check WEXITSTATUS offset if cross compiling -- defaulting to 0 >configure:14192: result: 0 >configure:14203: checking for struct timespec in <time.h> >configure:14220: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:14220: $? = 0 >configure:14227: result: yes >configure:14318: checking for struct stat.st_atim.tv_nsec >configure:14318: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:14318: $? = 0 >configure:14318: result: yes >configure:14327: checking whether struct stat.st_atim is of type struct timespec >configure:14354: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:14354: $? = 0 >configure:14361: result: yes >configure:14411: checking for the existence of strsignal >configure:14428: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c: In function 'main': >conftest.c:331:19: warning: implicit declaration of function 'strsignal' [-Wimplicit-function-declaration] > char *s = (char *)strsignal(2); > ^~~~~~~~~ >configure:14428: $? = 0 >configure:14437: result: yes >configure:14444: checking if opendir() opens non-directories >configure:14450: WARNING: cannot check opendir if cross compiling -- defaulting to no >configure:14508: result: no >configure:14515: checking whether ulimit can substitute for getdtablesize >configure:14521: WARNING: cannot check ulimit if cross compiling -- defaulting to no >configure:14547: result: no >configure:14561: checking whether fpurge is declared >configure:14561: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:336:10: error: 'fpurge' undeclared (first use in this function) > (void) fpurge; > ^~~~~~ >conftest.c:336:10: note: each undeclared identifier is reported only once for each function it appears in >distcc[21582] ERROR: compile conftest.c on localhost failed >configure:14561: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_LONG_LONG 8 >| #define bits16_t short >| #define u_bits16_t unsigned short >| #define bits32_t int >| #define u_bits32_t unsigned int >| #define bits64_t double >| #define HAVE_HASH_BANG_EXEC 1 >| #define HAVE_POSIX_SIGNALS 1 >| #define HAVE_SYS_ERRLIST 1 >| #define VOID_SIGHANDLER 1 >| #define HAVE_QUAD_T 1 >| #define HAVE_SOCKLEN_T 1 >| #define RLIMTYPE rlim_t >| #define SIZEOF_INTMAX_T 8 >| #define TERMIOS_LDISC 1 >| #define HAVE_STRUCT_DIRENT_D_INO 1 >| #define HAVE_STRUCT_DIRENT_D_FILENO 1 >| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 >| #define HAVE_TIMEVAL 1 >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE_STRUCT_TIMEZONE 1 >| #define WEXITSTATUS_OFFSET 0 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define TIME_H_DEFINES_STRUCT_TIMESPEC 1 >| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 >| #define HAVE_STRSIGNAL 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| >| int >| main () >| { >| #ifndef fpurge >| #ifdef __cplusplus >| (void) fpurge; >| #else >| (void) fpurge; >| #endif >| #endif >| >| ; >| return 0; >| } >configure:14561: result: no >configure:14574: checking to see if getenv can be redefined >configure:14580: WARNING: cannot check getenv redefinition if cross compiling -- defaulting to yes >configure:14631: result: yes >configure:14639: checking if getcwd() will dynamically allocate memory with 0 size >configure:14645: WARNING: cannot check whether getcwd allocates memory when cross-compiling -- defaulting to no >configure:14677: result: no >configure:14692: checking for presence of POSIX-style sigsetjmp/siglongjmp >configure:14698: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing >configure:14755: result: missing >configure:14763: checking whether or not strcoll and strcmp differ >configure:14769: WARNING: cannot check strcoll if cross compiling -- defaulting to no >configure:14824: result: no >configure:14836: checking for standard-conformant snprintf >configure:14842: WARNING: cannot check standard snprintf if cross-compiling >configure:14870: result: yes >configure:14887: checking for standard-conformant vsnprintf >configure:14893: WARNING: cannot check standard vsnprintf if cross-compiling >configure:14949: result: yes >configure:14967: checking for standard-conformant putenv declaration >configure:14998: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14998: $? = 0 >configure:15007: result: yes >configure:15022: checking for standard-conformant unsetenv declaration >configure:15053: armv6j-unknown-linux-musleabihf-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:15053: $? = 0 >configure:15062: result: yes >configure:15074: checking for printf floating point output in hex notation >configure:15080: WARNING: cannot check printf if cross compiling -- defaulting to no >configure:15113: result: no >configure:15123: checking if signal handlers must be reinstalled when invoked >configure:15129: WARNING: cannot check signal handling if cross compiling -- defaulting to no >configure:15192: result: no >configure:15200: checking for presence of necessary job control definitions >configure:15269: result: present >configure:15276: checking for presence of named pipes >configure:15282: WARNING: cannot check for named pipes if cross-compiling -- defaulting to missing >configure:15339: result: missing >configure:15347: checking whether termios.h defines TIOCGWINSZ >configure:15370: result: no >configure:15374: checking whether sys/ioctl.h defines TIOCGWINSZ >configure:15397: result: yes >configure:15407: checking for TIOCSTAT in sys/ioctl.h >configure:15424: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:339:9: error: 'TIOCSTAT' undeclared (first use in this function) > int x = TIOCSTAT; > ^~~~~~~~ >conftest.c:339:9: note: each undeclared identifier is reported only once for each function it appears in >distcc[21631] ERROR: compile conftest.c on localhost failed >configure:15424: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_LONG_LONG 8 >| #define bits16_t short >| #define u_bits16_t unsigned short >| #define bits32_t int >| #define u_bits32_t unsigned int >| #define bits64_t double >| #define HAVE_HASH_BANG_EXEC 1 >| #define HAVE_POSIX_SIGNALS 1 >| #define HAVE_SYS_ERRLIST 1 >| #define VOID_SIGHANDLER 1 >| #define HAVE_QUAD_T 1 >| #define HAVE_SOCKLEN_T 1 >| #define RLIMTYPE rlim_t >| #define SIZEOF_INTMAX_T 8 >| #define TERMIOS_LDISC 1 >| #define HAVE_STRUCT_DIRENT_D_INO 1 >| #define HAVE_STRUCT_DIRENT_D_FILENO 1 >| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 >| #define HAVE_TIMEVAL 1 >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE_STRUCT_TIMEZONE 1 >| #define WEXITSTATUS_OFFSET 0 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define TIME_H_DEFINES_STRUCT_TIMESPEC 1 >| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 >| #define HAVE_STRSIGNAL 1 >| #define HAVE_DECL_FPURGE 0 >| #define CAN_REDEFINE_GETENV 1 >| #define GETCWD_BROKEN 1 >| #define HAVE_STD_PUTENV 1 >| #define HAVE_STD_UNSETENV 1 >| #define NAMED_PIPES_MISSING 1 >| #define GWINSZ_IN_SYS_IOCTL 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/ioctl.h> >| int >| main () >| { >| int x = TIOCSTAT; >| ; >| return 0; >| } >configure:15432: result: no >configure:15439: checking for FIONREAD in sys/ioctl.h >configure:15456: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >configure:15456: $? = 0 >configure:15464: result: yes >configure:15473: checking whether WCONTINUED flag to waitpid is unavailable or available but broken >configure:15479: WARNING: cannot check WCONTINUED if cross compiling -- defaulting to no >configure:15518: result: no >configure:15526: checking for speed_t in sys/types.h >configure:15542: armv6j-unknown-linux-musleabihf-gcc -c -O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC conftest.c >&5 >conftest.c: In function 'main': >conftest.c:339:1: error: unknown type name 'speed_t' > speed_t x; > ^~~~~~~ >distcc[21651] ERROR: compile conftest.c on localhost failed >configure:15542: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "bash" >| #define PACKAGE_TARNAME "bash" >| #define PACKAGE_VERSION "4.4-release" >| #define PACKAGE_STRING "bash 4.4-release" >| #define PACKAGE_BUGREPORT "bug-bash@gnu.org" >| #define PACKAGE_URL "" >| #define ALIAS 1 >| #define PUSHD_AND_POPD 1 >| #define RESTRICTED_SHELL 1 >| #define PROCESS_SUBSTITUTION 1 >| #define PROMPT_STRING_DECODE 1 >| #define SELECT_COMMAND 1 >| #define HELP_BUILTIN 1 >| #define ARRAY_VARS 1 >| #define DPAREN_ARITHMETIC 1 >| #define BRACE_EXPANSION 1 >| #define COMMAND_TIMING 1 >| #define EXTENDED_GLOB 1 >| #define EXTGLOB_DEFAULT 0 >| #define COND_COMMAND 1 >| #define COND_REGEXP 1 >| #define COPROCESS_SUPPORT 1 >| #define ARITH_FOR_COMMAND 1 >| #define NETWORK_REDIRECTIONS 1 >| #define PROGRAMMABLE_COMPLETION 1 >| #define DEBUGGER 1 >| #define CASEMOD_ATTRS 1 >| #define CASEMOD_EXPANSIONS 1 >| #define GLOBASCII_DEFAULT 0 >| #define FUNCTION_IMPORT 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define READLINE 1 >| #define HISTORY 1 >| #define BANG_HISTORY 1 >| #define _GNU_SOURCE 1 >| #define HAVE_STRINGIZE 1 >| #define PROTOTYPES 1 >| #define __PROTOTYPES 1 >| #define restrict __restrict >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define INTDIV0_RAISES_SIGFPE 0 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define HAVE_UINTMAX_T 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_NL_TYPES_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_FEOF_UNLOCKED 1 >| #define HAVE_FGETS_UNLOCKED 1 >| #define HAVE_GETC_UNLOCKED 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETEGID 1 >| #define HAVE_GETEUID 1 >| #define HAVE_GETGID 1 >| #define HAVE_GETUID 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_TSEARCH 1 >| #define HAVE___FSETLOCKING 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_LC_MESSAGES 1 >| #define ENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_TERMCAP_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_ULIMIT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_UNISTD_H 1 >| #define GETPGRP_VOID 1 >| #define HAVE_VPRINTF 1 >| #define RETSIGTYPE void >| #define HAVE_WAIT3 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_DUP2 1 >| #define HAVE_EACCESS 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETGROUPS 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETPEERNAME 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_KILL 1 >| #define HAVE_KILLPG 1 >| #define HAVE_LSTAT 1 >| #define HAVE_PSELECT 1 >| #define HAVE_READLINK 1 >| #define HAVE_SBRK 1 >| #define HAVE_SELECT 1 >| #define HAVE_SETITIMER 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_UNAME 1 >| #define HAVE_ULIMIT 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RENAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_CONFSTR 1 >| #define HAVE_FACCESSAT 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_GETSERVENT 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_IMAXDIV 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_PUTENV 1 >| #define HAVE_RAISE 1 >| #define HAVE_RANDOM 1 >| #define HAVE_REGCOMP 1 >| #define HAVE_REGEXEC 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGINTERRUPT 1 >| #define HAVE_STRCHR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_SYSLOG 1 >| #define HAVE_TCGETATTR 1 >| #define HAVE_TIMES 1 >| #define HAVE_TTYNAME 1 >| #define HAVE_TZSET 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_ASPRINTF 1 >| #define HAVE_ISASCII 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISGRAPH 1 >| #define HAVE_ISPRINT 1 >| #define HAVE_ISSPACE 1 >| #define HAVE_ISXDIGIT 1 >| #define HAVE_GETPWENT 1 >| #define HAVE_GETPWNAM 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_GETCWD 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCASESTR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRPBRK 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOD 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOIMAX 1 >| #define HAVE_STRTOUMAX 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_STRCHRNUL 1 >| #define HAVE_STRDUP 1 >| #define HAVE_DECL_AUDIT_USER_TTY 1 >| #define HAVE_DECL_CONFSTR 1 >| #define HAVE_DECL_PRINTF 1 >| #define HAVE_DECL_SBRK 1 >| #define HAVE_DECL_SETREGID 1 >| #define HAVE_DECL_STRCPY 1 >| #define HAVE_DECL_STRSIGNAL 1 >| #define HAVE_DECL_STRTOLD 1 >| #define HAVE_DECL_STRTOIMAX 1 >| #define HAVE_DECL_STRTOL 1 >| #define HAVE_DECL_STRTOLL 1 >| #define HAVE_DECL_STRTOUL 1 >| #define HAVE_DECL_STRTOULL 1 >| #define HAVE_DECL_STRTOUMAX 1 >| #define HAVE_ALARM 1 >| #define HAVE_FPURGE 1 >| #define HAVE___FPURGE 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDIO_EXT_H 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_DCGETTEXT 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_STPCPY 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MBSNRTOWCS 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCWIDTH 1 >| #define HAVE_WCTYPE 1 >| #define HAVE_WCSWIDTH 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_ISWLOWER 1 >| #define HAVE_ISWUPPER 1 >| #define HAVE_TOWLOWER 1 >| #define HAVE_TOWUPPER 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WCTYPE_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_SYS_SIGLIST 0 >| #define GETGROUPS_T gid_t >| #define HAVE_UINTPTR_T 1 >| #define HAVE_LONG_LONG 1 >| #define HAVE_UNSIGNED_LONG_LONG 1 >| #define RETSIGTYPE void >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_CHAR_P 4 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_LONG_LONG 8 >| #define bits16_t short >| #define u_bits16_t unsigned short >| #define bits32_t int >| #define u_bits32_t unsigned int >| #define bits64_t double >| #define HAVE_HASH_BANG_EXEC 1 >| #define HAVE_POSIX_SIGNALS 1 >| #define HAVE_SYS_ERRLIST 1 >| #define VOID_SIGHANDLER 1 >| #define HAVE_QUAD_T 1 >| #define HAVE_SOCKLEN_T 1 >| #define RLIMTYPE rlim_t >| #define SIZEOF_INTMAX_T 8 >| #define TERMIOS_LDISC 1 >| #define HAVE_STRUCT_DIRENT_D_INO 1 >| #define HAVE_STRUCT_DIRENT_D_FILENO 1 >| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 >| #define HAVE_TIMEVAL 1 >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE_STRUCT_TIMEZONE 1 >| #define WEXITSTATUS_OFFSET 0 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define TIME_H_DEFINES_STRUCT_TIMESPEC 1 >| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 >| #define HAVE_STRSIGNAL 1 >| #define HAVE_DECL_FPURGE 0 >| #define CAN_REDEFINE_GETENV 1 >| #define GETCWD_BROKEN 1 >| #define HAVE_STD_PUTENV 1 >| #define HAVE_STD_UNSETENV 1 >| #define NAMED_PIPES_MISSING 1 >| #define GWINSZ_IN_SYS_IOCTL 1 >| #define FIONREAD_IN_SYS_IOCTL 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| int >| main () >| { >| speed_t x; >| ; >| return 0; >| } >configure:15550: result: no >configure:15557: checking whether getpw functions are declared in pwd.h >configure:15582: result: yes >configure:15589: checking for unusable real-time signals due to large values >configure:15595: WARNING: cannot check real-time signals if cross compiling -- defaulting to yes >configure:15633: result: yes >configure:15725: checking which library has the termcap functions >configure:15909: result: using libcurses >configure:15936: checking whether /dev/fd is available >configure:15960: result: standard >configure:15974: checking whether /dev/stdin stdout stderr are available >configure:15989: result: present >configure:15996: checking for default mail directory >configure:16015: result: unknown >configure:16316: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by bash config.status 4.4-release, which was >generated by GNU Autoconf 2.69. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on pwr-pi > >config.status:1262: creating Makefile >config.status:1262: creating builtins/Makefile >config.status:1262: creating lib/readline/Makefile >config.status:1262: creating lib/glob/Makefile >config.status:1262: creating lib/intl/Makefile >config.status:1262: creating lib/malloc/Makefile >config.status:1262: creating lib/sh/Makefile >config.status:1262: creating lib/termcap/Makefile >config.status:1262: creating lib/tilde/Makefile >config.status:1262: creating doc/Makefile >config.status:1262: creating support/Makefile >config.status:1262: creating po/Makefile.in >config.status:1262: creating examples/loadables/Makefile >config.status:1262: creating examples/loadables/Makefile.inc >config.status:1262: creating examples/loadables/perl/Makefile >config.status:1262: creating support/bash.pc >config.status:1262: creating config.h >config.status:1451: executing default-1 commands >config.status:1451: executing default commands > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=armv6j-hardfloat-linux-gnueabi >ac_cv_c_bigendian=no >ac_cv_c_char_unsigned=yes >ac_cv_c_compiler_gnu=yes >ac_cv_c_const=yes >ac_cv_c_inline=inline >ac_cv_c_long_double=no >ac_cv_c_restrict=__restrict >ac_cv_c_stringize=yes >ac_cv_c_volatile=yes >ac_cv_env_CC_FOR_BUILD_set= >ac_cv_env_CC_FOR_BUILD_value= >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_FOR_BUILD_set= >ac_cv_env_CFLAGS_FOR_BUILD_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-O2 -pipe -fomit-frame-pointer' >ac_cv_env_CPPFLAGS_FOR_BUILD_set= >ac_cv_env_CPPFLAGS_FOR_BUILD_value= >ac_cv_env_CPPFLAGS_set=set >ac_cv_env_CPPFLAGS_value=' -DDEFAULT_PATH_VALUE='\''"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"'\'' -DSTANDARD_UTILS_PATH='\''"/bin:/usr/bin:/sbin:/usr/sbin"'\'' -DSYS_BASHRC='\''"/etc/bash/bashrc"'\'' -DSYS_BASH_LOGOUT='\''"/etc/bash/bash_logout"'\'' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC' >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_DEBUGGER_START_FILE_set= >ac_cv_env_DEBUGGER_START_FILE_value= >ac_cv_env_LDFLAGS_FOR_BUILD_set= >ac_cv_env_LDFLAGS_FOR_BUILD_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_YACC_set= >ac_cv_env_YACC_value= >ac_cv_env_YFLAGS_set= >ac_cv_env_YFLAGS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=armv6j-hardfloat-linux-gnueabi >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=armv6j-unknown-linux-musleabihf >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_file___dev_urandom_=yes >ac_cv_file__bin_bash=yes >ac_cv_file__dev_arandom=no >ac_cv_file__dev_ptc=no >ac_cv_file__dev_ptmx=yes >ac_cv_file__dev_random=yes >ac_cv_file__dev_srandom=yes >ac_cv_file__dev_urandom=yes >ac_cv_file__dev_zero=yes >ac_cv_file__usr_share_sgml_X11_defs_ent=1 >ac_cv_func___argz_count=no >ac_cv_func___argz_next=no >ac_cv_func___argz_stringify=no >ac_cv_func___fpurge=yes >ac_cv_func___fsetlocking=yes >ac_cv_func___setostype=no >ac_cv_func__doprnt=no >ac_cv_func_alarm=yes >ac_cv_func_alloca_works=yes >ac_cv_func_asprintf=yes >ac_cv_func_bcopy=yes >ac_cv_func_bzero=yes >ac_cv_func_calloc_0_nonnull=yes >ac_cv_func_chown_works=no >ac_cv_func_confstr=yes >ac_cv_func_dcgettext=yes >ac_cv_func_dlclose=no >ac_cv_func_dlopen=no >ac_cv_func_dlsym=no >ac_cv_func_dprintf=yes >ac_cv_func_dup2=yes >ac_cv_func_eaccess=yes >ac_cv_func_faccessat=yes >ac_cv_func_fcntl=yes >ac_cv_func_feof_unlocked=yes >ac_cv_func_fgets_unlocked=yes >ac_cv_func_fnmatch=yes >ac_cv_func_fpurge=yes >ac_cv_func_getaddrinfo=yes >ac_cv_func_getc_unlocked=yes >ac_cv_func_getcwd=yes >ac_cv_func_getdtablesize=yes >ac_cv_func_getegid=yes >ac_cv_func_geteuid=yes >ac_cv_func_getgid=yes >ac_cv_func_getgroups=yes >ac_cv_func_gethostbyname=yes >ac_cv_func_gethostname=yes >ac_cv_func_getpagesize=yes >ac_cv_func_getpeername=yes >ac_cv_func_getpgrp_void=yes >ac_cv_func_getpwent=yes >ac_cv_func_getpwnam=yes >ac_cv_func_getpwuid=yes >ac_cv_func_getrlimit=yes >ac_cv_func_getrusage=yes >ac_cv_func_getservbyname=yes >ac_cv_func_getservent=yes >ac_cv_func_gettimeofday=yes >ac_cv_func_getuid=yes >ac_cv_func_imaxdiv=yes >ac_cv_func_inet_aton=yes >ac_cv_func_isascii=yes >ac_cv_func_isblank=yes >ac_cv_func_isgraph=yes >ac_cv_func_isprint=yes >ac_cv_func_isspace=yes >ac_cv_func_iswctype=yes >ac_cv_func_iswlower=yes >ac_cv_func_iswupper=yes >ac_cv_func_isxdigit=yes >ac_cv_func_kill=yes >ac_cv_func_killpg=yes >ac_cv_func_locale_charset=no >ac_cv_func_localeconv=yes >ac_cv_func_lstat=yes >ac_cv_func_mbrlen=yes >ac_cv_func_mbrtowc=yes >ac_cv_func_mbscasecmp=no >ac_cv_func_mbschr=no >ac_cv_func_mbscmp=no >ac_cv_func_mbsnrtowcs=yes >ac_cv_func_mbsrtowcs=yes >ac_cv_func_memmove=yes >ac_cv_func_mempcpy=yes >ac_cv_func_memset=yes >ac_cv_func_mkfifo=yes >ac_cv_func_mkstemp=yes >ac_cv_func_mmap_fixed_mapped=yes >ac_cv_func_munmap=yes >ac_cv_func_pathconf=yes >ac_cv_func_pselect=yes >ac_cv_func_putenv=yes >ac_cv_func_raise=yes >ac_cv_func_random=yes >ac_cv_func_readlink=yes >ac_cv_func_regcomp=yes >ac_cv_func_regexec=yes >ac_cv_func_rename=yes >ac_cv_func_sbrk=yes >ac_cv_func_select=yes >ac_cv_func_setdtablesize=no >ac_cv_func_setenv=yes >ac_cv_func_setgrent_void=yes >ac_cv_func_setitimer=yes >ac_cv_func_setlinebuf=yes >ac_cv_func_setlocale=yes >ac_cv_func_setvbuf=yes >ac_cv_func_setvbuf_reversed=no >ac_cv_func_siginterrupt=yes >ac_cv_func_snprintf=yes >ac_cv_func_stpcpy=yes >ac_cv_func_strcasecmp=yes >ac_cv_func_strcasestr=yes >ac_cv_func_strchr=yes >ac_cv_func_strchrnul=yes >ac_cv_func_strcoll_works=no >ac_cv_func_strcspn=yes >ac_cv_func_strdup=yes >ac_cv_func_strerror=yes >ac_cv_func_strftime=yes >ac_cv_func_strnlen=yes >ac_cv_func_strnlen_working=yes >ac_cv_func_strpbrk=yes >ac_cv_func_strstr=yes >ac_cv_func_strtod=yes >ac_cv_func_strtoimax=yes >ac_cv_func_strtol=yes >ac_cv_func_strtoll=yes >ac_cv_func_strtoul=yes >ac_cv_func_strtoull=yes >ac_cv_func_strtoumax=yes >ac_cv_func_sysconf=yes >ac_cv_func_syslog=yes >ac_cv_func_tcgetattr=yes >ac_cv_func_tcgetpgrp=yes >ac_cv_func_tgetent=no >ac_cv_func_times=yes >ac_cv_func_towlower=yes >ac_cv_func_towupper=yes >ac_cv_func_tsearch=yes >ac_cv_func_ttyname=yes >ac_cv_func_tzset=yes >ac_cv_func_ulimit=yes >ac_cv_func_uname=yes >ac_cv_func_unsetenv=yes >ac_cv_func_vasprintf=yes >ac_cv_func_vprintf=yes >ac_cv_func_vsnprintf=yes >ac_cv_func_wait3=yes >ac_cv_func_waitpid=yes >ac_cv_func_wcrtomb=yes >ac_cv_func_wcscoll=yes >ac_cv_func_wcsdup=yes >ac_cv_func_wcswidth=yes >ac_cv_func_wctype=yes >ac_cv_func_wcwidth=yes >ac_cv_func_working_mktime=no >ac_cv_gnu_library_2_1=no >ac_cv_have_decl_AUDIT_USER_TTY=yes >ac_cv_have_decl_confstr=yes >ac_cv_have_decl_fpurge=no >ac_cv_have_decl_printf=yes >ac_cv_have_decl_sbrk=yes >ac_cv_have_decl_setregid=yes >ac_cv_have_decl_strcpy=yes >ac_cv_have_decl_strsignal=yes >ac_cv_have_decl_strtold=yes >ac_cv_have_decl_sys_siglist=no >ac_cv_have_sig_atomic_t=yes >ac_cv_header_argz_h=no >ac_cv_header_arpa_inet_h=yes >ac_cv_header_dirent_dirent_h=yes >ac_cv_header_dlfcn_h=no >ac_cv_header_errno_h=yes >ac_cv_header_fcntl_h=yes >ac_cv_header_grp_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_langinfo_h=yes >ac_cv_header_libaudit_h=no >ac_cv_header_limits_h=yes >ac_cv_header_locale_h=yes >ac_cv_header_malloc_h=yes >ac_cv_header_mbstr_h=no >ac_cv_header_memory_h=yes >ac_cv_header_minix_config_h=no >ac_cv_header_netdb_h=yes >ac_cv_header_netinet_in_h=yes >ac_cv_header_nl_types_h=yes >ac_cv_header_pwd_h=yes >ac_cv_header_regex_h=yes >ac_cv_header_stat_broken=no >ac_cv_header_stdarg_h=yes >ac_cv_header_stdbool_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stddef_h=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdio_ext_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_file_h=yes >ac_cv_header_sys_ioctl_h=yes >ac_cv_header_sys_param_h=yes >ac_cv_header_sys_pte_h=no >ac_cv_header_sys_ptem_h=no >ac_cv_header_sys_resource_h=yes >ac_cv_header_sys_select_h=yes >ac_cv_header_sys_socket_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_stream_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_sys_wait_h=yes >ac_cv_header_syslog_h=yes >ac_cv_header_termcap_h=yes >ac_cv_header_termio_h=no >ac_cv_header_termios_h=yes >ac_cv_header_time=yes >ac_cv_header_ulimit_h=yes >ac_cv_header_unistd_h=yes >ac_cv_header_varargs_h=no >ac_cv_header_wchar_h=yes >ac_cv_header_wctype_h=yes >ac_cv_host=armv6j-unknown-linux-musleabihf >ac_cv_lib_cposix_strerror=no >ac_cv_lib_curses_tgetent=yes >ac_cv_lib_dl_dlopen=no >ac_cv_lib_termcap_tgetent=no >ac_cv_lib_tinfo_tgetent=no >ac_cv_member_struct_stat_st_atim_tv_nsec=yes >ac_cv_member_struct_stat_st_blocks=yes >ac_cv_member_struct_termio_c_line=no >ac_cv_member_struct_termios_c_line=yes >ac_cv_member_struct_tm_tm_zone=yes >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt >ac_cv_path_GREP=/bin/grep >ac_cv_path_MSGFMT=/usr/bin/msgfmt >ac_cv_path_MSGMERGE=/usr/bin/msgmerge >ac_cv_path_XGETTEXT=/usr/bin/xgettext >ac_cv_path_install='/usr/bin/install -c' >ac_cv_prog_AR=armv6j-unknown-linux-musleabihf-ar >ac_cv_prog_CC=armv6j-unknown-linux-musleabihf-gcc >ac_cv_prog_CPP='armv6j-unknown-linux-musleabihf-gcc -E' >ac_cv_prog_INTLBISON=bison >ac_cv_prog_RANLIB=armv6j-unknown-linux-musleabihf-ranlib >ac_cv_prog_YACC='bison -y' >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_gcc_traditional=no >ac_cv_prog_make_make_set=yes >ac_cv_rl_includedir=./include >ac_cv_rl_libdir=./lib >ac_cv_rl_prefix=. >ac_cv_rl_version=7.0 >ac_cv_safe_to_define___extensions__=yes >ac_cv_search_opendir='none required' >ac_cv_sizeof_char=1 >ac_cv_sizeof_char_p=4 >ac_cv_sizeof_double=8 >ac_cv_sizeof_int=4 >ac_cv_sizeof_intmax_t=8 >ac_cv_sizeof_long=4 >ac_cv_sizeof_long_long=8 >ac_cv_sizeof_short=2 >ac_cv_struct_tm=time.h >ac_cv_sys_file_offset_bits=no >ac_cv_sys_interpreter=yes >ac_cv_sys_largefile_CC=no >ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes >ac_cv_sys_tiocgwinsz_in_termios_h=no >ac_cv_type_bits16_t=no >ac_cv_type_bits32_t=no >ac_cv_type_bits64_t=no >ac_cv_type_getgroups=gid_t >ac_cv_type_long_double_wider=no >ac_cv_type_mode_t=yes >ac_cv_type_off_t=yes >ac_cv_type_pid_t=yes >ac_cv_type_ptrdiff_t=yes >ac_cv_type_signal=void >ac_cv_type_size_t=yes >ac_cv_type_ssize_t=yes >ac_cv_type_time_t=yes >ac_cv_type_u_bits16_t=no >ac_cv_type_u_bits32_t=no >ac_cv_type_u_int=yes >ac_cv_type_u_long=yes >ac_cv_type_uid_t=yes >ac_cv_type_uintptr_t=yes >ac_cv_type_unsigned_long_long=yes >ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes >ac_cv_working_alloca_h=yes >acl_cv_hardcode_direct=no >acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' >acl_cv_hardcode_libdir_separator= >acl_cv_hardcode_minus_L=no >acl_cv_libext=a >acl_cv_path_LD=/usr/libexec/gcc/armv6j-unknown-linux-musleabihf/ld >acl_cv_prog_gnu_ld=yes >acl_cv_rpath=done >acl_cv_shlibext=so >acl_cv_wl=-Wl, >am_cv_func_iconv=yes >am_cv_langinfo_codeset=yes >am_cv_lib_iconv=no >am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' >am_cv_proto_iconv_arg1= >am_cv_val_LC_MESSAGES=yes >bash_cv_decl_strtoimax=yes >bash_cv_decl_strtol=yes >bash_cv_decl_strtoll=yes >bash_cv_decl_strtoul=yes >bash_cv_decl_strtoull=yes >bash_cv_decl_strtoumax=yes >bash_cv_decl_under_sys_siglist=no >bash_cv_dev_fd=standard >bash_cv_dev_stdin=present >bash_cv_dirent_has_d_fileno=yes >bash_cv_dirent_has_d_namlen=no >bash_cv_dirent_has_dino=yes >bash_cv_dup2_broken=no >bash_cv_fionread_in_ioctl=yes >bash_cv_func_ctype_nonascii=no >bash_cv_func_sigsetjmp=missing >bash_cv_func_snprintf=yes >bash_cv_func_strcoll_broken=no >bash_cv_func_vsnprintf=yes >bash_cv_getcwd_malloc=no >bash_cv_getenv_redef=yes >bash_cv_getpw_declared=yes >bash_cv_have_strsignal=yes >bash_cv_job_control_missing=present >bash_cv_langinfo_codeset=yes >bash_cv_mail_dir=unknown >bash_cv_must_reinstall_sighandlers=no >bash_cv_opendir_not_robust=no >bash_cv_pgrp_pipe=no >bash_cv_printf_a_format=no >bash_cv_signal_vintage=posix >bash_cv_speed_t_in_sys_types=no >bash_cv_std_putenv=yes >bash_cv_std_unsetenv=yes >bash_cv_strtold_broken=no >bash_cv_struct_timeval=yes >bash_cv_struct_timezone=yes >bash_cv_struct_winsize_header=ioctl_h >bash_cv_sys_errlist=yes >bash_cv_sys_named_pipes=missing >bash_cv_sys_siglist=no >bash_cv_sys_struct_timespec_in_time_h=yes >bash_cv_termcap_lib=libcurses >bash_cv_tiocstat_in_ioctl=no >bash_cv_type_clock_t=yes >bash_cv_type_intmax_t=yes >bash_cv_type_long_long='long long' >bash_cv_type_quad_t=yes >bash_cv_type_rlimit=rlim_t >bash_cv_type_sig_atomic_t=yes >bash_cv_type_sigset_t=yes >bash_cv_type_socklen_t=yes >bash_cv_type_uintmax_t=yes >bash_cv_type_unsigned_long_long='unsigned long long' >bash_cv_type_wchar_t=yes >bash_cv_type_wctype_t=yes >bash_cv_type_wint_t=yes >bash_cv_ulimit_maxfds=no >bash_cv_under_sys_siglist=no >bash_cv_unusable_rtsigs=yes >bash_cv_void_sighandler=yes >bash_cv_wcontinued_broken=no >bash_cv_wcwidth_broken=no >bash_cv_wexitstatus_offset=0 >fu_cv_sys_stat_statvfs=yes >gl_cv_func_btowc_eof=yes >gl_cv_func_malloc_0_nonnull=yes >gl_cv_func_rename_trailing_dest_slash_bug=no >gl_cv_func_rename_trailing_slash_bug=no >glib_cv___va_copy=yes >glib_cv_has__inline=yes >glib_cv_has__inline__=yes >glib_cv_hasinline=yes >glib_cv_rtldglobal_broken=no >glib_cv_sane_realloc=yes >glib_cv_stack_grows=no >glib_cv_uscore=no >glib_cv_va_copy=yes >glib_cv_va_val_copy=no >gt_cv_func_gnugettext2_libc=no >gt_cv_func_gnugettext2_libintl=no >gt_cv_header_inttypes_h=yes >gt_cv_int_divbyzero_sigfpe='guessing no' >gt_cv_inttypes_pri_broken=no >jm_ac_cv_header_inttypes_h=yes >jm_ac_cv_header_stdint_h=yes >nls_cv_force_use_gnu_gettext=no >nls_cv_header_intl= >nls_cv_header_libgt= >nls_cv_use_gnu_gettext=yes >screen_cv_sys_bcopy_overlap=no >screen_cv_sys_fifo_broken_impl=yes >screen_cv_sys_fifo_usable=yes >screen_cv_sys_memcpy_overlap=no >screen_cv_sys_memmove_overlap=no >screen_cv_sys_select_broken_retval=no >screen_cv_sys_sockets_nofs=no >screen_cv_sys_sockets_usable=yes >screen_cv_sys_terminfo_used=yes >yeti_cv_func_scanf_modif_size_t=z > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ALLOCA='' >AR='armv6j-unknown-linux-musleabihf-ar' >ARFLAGS='cr' >BASHVERS='4.4' >BUILD_DIR='/usr/armv6j-unknown-linux-musleabihf/tmp/portage/app-shells/bash-4.4_p19/work/bash-4.4' >BUILD_INCLUDED_LIBINTL='yes' >CATOBJEXT='.gmo' >CC='armv6j-unknown-linux-musleabihf-gcc' >CC_FOR_BUILD='gcc' >CFLAGS='-O2 -pipe -fomit-frame-pointer -Wno-parentheses -Wno-format-security' >CFLAGS_FOR_BUILD='-g' >CPP='armv6j-unknown-linux-musleabihf-gcc -E' >CPPFLAGS=' -DDEFAULT_PATH_VALUE='\''"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"'\'' -DSTANDARD_UTILS_PATH='\''"/bin:/usr/bin:/sbin:/usr/sbin"'\'' -DSYS_BASHRC='\''"/etc/bash/bashrc"'\'' -DSYS_BASH_LOGOUT='\''"/etc/bash/bash_logout"'\'' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC' >CPPFLAGS_FOR_BUILD='' >CROSS_COMPILE='-DCROSS_COMPILING' >DATADIRNAME='share' >DEBUG='' >DEBUGGER_START_FILE='${datadir}/bashdb/bashdb-main.inc' >DEFS='-DHAVE_CONFIG_H' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >GENCAT='gencat' >GLIBC21='no' >GMSGFMT='/usr/bin/gmsgfmt' >GREP='/bin/grep' >HELPDIR='' >HELPDIRDEFINE='' >HELPFILES_TARGET='' >HELPINSTALL='' >HELPSTRINGS='' >HISTORY_DEP='' >HISTORY_LIB='-lhistory' >HIST_LIBDIR='./lib' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTOBJEXT='.mo' >INTLBISON='bison' >INTLLIBS='lib/intl/libintl.a ' >INTLOBJS='$(GETTOBJS)' >INTL_DEP='${INTL_LIBDIR}/libintl.a' >INTL_INC='-I${INTL_LIBSRC} -I${INTL_BUILDDIR}' >INTL_LIBTOOL_SUFFIX_PREFIX='' >JOBS_O='jobs.o' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LDFLAGS_FOR_BUILD='' >LIBICONV='' >LIBINTL='lib/intl/libintl.a ' >LIBINTL_H='${INTL_BUILDDIR}/libintl.h' >LIBOBJS=' ${LIBOBJDIR}mktime$U.o ${LIBOBJDIR}mbschr$U.o ${LIBOBJDIR}getcwd$U.o' >LIBS='' >LIBS_FOR_BUILD='' >LOCAL_CFLAGS='' >LOCAL_DEFS='-DSHELL' >LOCAL_LDFLAGS='' >LOCAL_LIBS='' >LTLIBICONV='' >LTLIBINTL='lib/intl/libintl.a ' >LTLIBOBJS=' ${LIBOBJDIR}mktime$U.lo ${LIBOBJDIR}mbschr$U.lo ${LIBOBJDIR}getcwd$U.lo' >MAKE_SHELL='/bin/sh' >MALLOC_DEBUG='' >MALLOC_DEP='' >MALLOC_LDFLAGS='' >MALLOC_LIB='' >MALLOC_LIBRARY='' >MALLOC_SRC='' >MALLOC_TARGET='' >MKINSTALLDIRS='$(top_builddir)/./support/mkinstalldirs' >MSGFMT='/usr/bin/msgfmt' >MSGMERGE='/usr/bin/msgmerge' >OBJEXT='o' >PACKAGE_BUGREPORT='bug-bash@gnu.org' >PACKAGE_NAME='bash' >PACKAGE_STRING='bash 4.4-release' >PACKAGE_TARNAME='bash' >PACKAGE_URL='' >PACKAGE_VERSION='4.4-release' >PATH_SEPARATOR=':' >POSUB='po' >PROFILE_FLAGS='' >PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0' >RANLIB='armv6j-unknown-linux-musleabihf-ranlib' >READLINE_DEP='' >READLINE_LIB='-lreadline' >RELSTATUS='release' >RL_INCLUDE='-I${RL_INCLUDEDIR}' >RL_INCLUDEDIR='./include' >RL_LIBDIR='./lib' >RL_MAJOR='7' >RL_MINOR='0' >RL_VERSION='0x0700' >SET_MAKE='' >SHELL='/bin/sh' >SHOBJ_CC='' >SHOBJ_CFLAGS='' >SHOBJ_LD='' >SHOBJ_LDFLAGS='' >SHOBJ_LIBS='' >SHOBJ_STATUS='' >SHOBJ_XLDFLAGS='' >SIGLIST_O='' >SIGNAMES_H='lsignames.h' >SIGNAMES_O='signames.o' >SIZE='armv6j-unknown-linux-musleabihf-size' >STATIC_LD='' >SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0' >TERMCAP_DEP='' >TERMCAP_LIB='-lcurses' >TESTSCRIPT='run-all' >TILDE_LIB='-ltilde' >TIME_H_DEFINES_STRUCT_TIMESPEC='1' >USE_INCLUDED_LIBINTL='yes' >USE_NLS='yes' >XGETTEXT='/usr/bin/xgettext' >YACC='bison -y' >YFLAGS='' >ac_ct_CC='' >bindir='${exec_prefix}/bin' >build='armv6j-hardfloat-linux-gnueabi' >build_alias='armv6j-hardfloat-linux-gnueabi' >build_cpu='armv6j' >build_os='linux-gnueabi' >build_vendor='hardfloat' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='$(datarootdir)/doc/bash-4.4_p19' >dvidir='${docdir}' >exec_prefix='${prefix}' >headersdir='$(includedir)/$(PACKAGE_NAME)' >host='armv6j-unknown-linux-musleabihf' >host_alias='armv6j-unknown-linux-musleabihf' >host_cpu='armv6j' >host_os='linux-musleabihf' >host_vendor='unknown' >htmldir='$(docdir)/html' >incdir='' >includedir='${prefix}/include' >infodir='/usr/share/info' >libdir='/usr/lib' >libexecdir='${exec_prefix}/libexec' >loadablesdir='${libdir}/bash' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "bash" >#define PACKAGE_TARNAME "bash" >#define PACKAGE_VERSION "4.4-release" >#define PACKAGE_STRING "bash 4.4-release" >#define PACKAGE_BUGREPORT "bug-bash@gnu.org" >#define PACKAGE_URL "" >#define ALIAS 1 >#define PUSHD_AND_POPD 1 >#define RESTRICTED_SHELL 1 >#define PROCESS_SUBSTITUTION 1 >#define PROMPT_STRING_DECODE 1 >#define SELECT_COMMAND 1 >#define HELP_BUILTIN 1 >#define ARRAY_VARS 1 >#define DPAREN_ARITHMETIC 1 >#define BRACE_EXPANSION 1 >#define COMMAND_TIMING 1 >#define EXTENDED_GLOB 1 >#define EXTGLOB_DEFAULT 0 >#define COND_COMMAND 1 >#define COND_REGEXP 1 >#define COPROCESS_SUPPORT 1 >#define ARITH_FOR_COMMAND 1 >#define NETWORK_REDIRECTIONS 1 >#define PROGRAMMABLE_COMPLETION 1 >#define DEBUGGER 1 >#define CASEMOD_ATTRS 1 >#define CASEMOD_EXPANSIONS 1 >#define GLOBASCII_DEFAULT 0 >#define FUNCTION_IMPORT 1 >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define __EXTENSIONS__ 1 >#define _ALL_SOURCE 1 >#define _GNU_SOURCE 1 >#define _POSIX_PTHREAD_SEMANTICS 1 >#define _TANDEM_SOURCE 1 >#define READLINE 1 >#define HISTORY 1 >#define BANG_HISTORY 1 >#define _GNU_SOURCE 1 >#define HAVE_STRINGIZE 1 >#define PROTOTYPES 1 >#define __PROTOTYPES 1 >#define restrict __restrict >#define HAVE_ALLOCA_H 1 >#define HAVE_ALLOCA 1 >#define HAVE_STDLIB_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_SYS_PARAM_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_GETPAGESIZE 1 >#define HAVE_MMAP 1 >#define INTDIV0_RAISES_SIGFPE 0 >#define HAVE_INTTYPES_H_WITH_UINTMAX 1 >#define HAVE_STDINT_H_WITH_UINTMAX 1 >#define HAVE_UNSIGNED_LONG_LONG 1 >#define HAVE_UINTMAX_T 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_LIMITS_H 1 >#define HAVE_LOCALE_H 1 >#define HAVE_NL_TYPES_H 1 >#define HAVE_MALLOC_H 1 >#define HAVE_STDDEF_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_SYS_PARAM_H 1 >#define HAVE_FEOF_UNLOCKED 1 >#define HAVE_FGETS_UNLOCKED 1 >#define HAVE_GETC_UNLOCKED 1 >#define HAVE_GETCWD 1 >#define HAVE_GETEGID 1 >#define HAVE_GETEUID 1 >#define HAVE_GETGID 1 >#define HAVE_GETUID 1 >#define HAVE_MEMPCPY 1 >#define HAVE_MUNMAP 1 >#define HAVE_PUTENV 1 >#define HAVE_SETENV 1 >#define HAVE_SETLOCALE 1 >#define HAVE_LOCALECONV 1 >#define HAVE_STPCPY 1 >#define HAVE_STRCASECMP 1 >#define HAVE_STRDUP 1 >#define HAVE_STRTOUL 1 >#define HAVE_TSEARCH 1 >#define HAVE___FSETLOCKING 1 >#define HAVE_ICONV 1 >#define ICONV_CONST >#define HAVE_LANGINFO_CODESET 1 >#define HAVE_LC_MESSAGES 1 >#define ENABLE_NLS 1 >#define HAVE_DIRENT_H 1 >#define TIME_WITH_SYS_TIME 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STDARG_H 1 >#define HAVE_LIMITS_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_LOCALE_H 1 >#define HAVE_TERMCAP_H 1 >#define HAVE_TERMIOS_H 1 >#define HAVE_STDBOOL_H 1 >#define HAVE_STDDEF_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_NETDB_H 1 >#define HAVE_PWD_H 1 >#define HAVE_GRP_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_REGEX_H 1 >#define HAVE_SYSLOG_H 1 >#define HAVE_ULIMIT_H 1 >#define HAVE_SYS_SELECT_H 1 >#define HAVE_SYS_FILE_H 1 >#define HAVE_SYS_IOCTL_H 1 >#define HAVE_SYS_PARAM_H 1 >#define HAVE_SYS_SOCKET_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_SYS_TIMES_H 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_WAIT_H 1 >#define HAVE_NETINET_IN_H 1 >#define HAVE_ARPA_INET_H 1 >#define HAVE_SYS_RESOURCE_H 1 >#define HAVE_ALLOCA_H 1 >#define HAVE_ALLOCA 1 >#define HAVE_UNISTD_H 1 >#define GETPGRP_VOID 1 >#define HAVE_VPRINTF 1 >#define RETSIGTYPE void >#define HAVE_WAIT3 1 >#define HAVE_MKFIFO 1 >#define HAVE_DUP2 1 >#define HAVE_EACCESS 1 >#define HAVE_FCNTL 1 >#define HAVE_GETDTABLESIZE 1 >#define HAVE_GETGROUPS 1 >#define HAVE_GETHOSTNAME 1 >#define HAVE_GETPAGESIZE 1 >#define HAVE_GETPEERNAME 1 >#define HAVE_GETRLIMIT 1 >#define HAVE_GETRUSAGE 1 >#define HAVE_GETTIMEOFDAY 1 >#define HAVE_KILL 1 >#define HAVE_KILLPG 1 >#define HAVE_LSTAT 1 >#define HAVE_PSELECT 1 >#define HAVE_READLINK 1 >#define HAVE_SBRK 1 >#define HAVE_SELECT 1 >#define HAVE_SETITIMER 1 >#define HAVE_TCGETPGRP 1 >#define HAVE_UNAME 1 >#define HAVE_ULIMIT 1 >#define HAVE_WAITPID 1 >#define HAVE_RENAME 1 >#define HAVE_BCOPY 1 >#define HAVE_BZERO 1 >#define HAVE_CONFSTR 1 >#define HAVE_FACCESSAT 1 >#define HAVE_FNMATCH 1 >#define HAVE_GETADDRINFO 1 >#define HAVE_GETHOSTBYNAME 1 >#define HAVE_GETSERVBYNAME 1 >#define HAVE_GETSERVENT 1 >#define HAVE_INET_ATON 1 >#define HAVE_IMAXDIV 1 >#define HAVE_MEMMOVE 1 >#define HAVE_PATHCONF 1 >#define HAVE_PUTENV 1 >#define HAVE_RAISE 1 >#define HAVE_RANDOM 1 >#define HAVE_REGCOMP 1 >#define HAVE_REGEXEC 1 >#define HAVE_SETENV 1 >#define HAVE_SETLINEBUF 1 >#define HAVE_SETLOCALE 1 >#define HAVE_SETVBUF 1 >#define HAVE_SIGINTERRUPT 1 >#define HAVE_STRCHR 1 >#define HAVE_SYSCONF 1 >#define HAVE_SYSLOG 1 >#define HAVE_TCGETATTR 1 >#define HAVE_TIMES 1 >#define HAVE_TTYNAME 1 >#define HAVE_TZSET 1 >#define HAVE_UNSETENV 1 >#define HAVE_VASPRINTF 1 >#define HAVE_ASPRINTF 1 >#define HAVE_ISASCII 1 >#define HAVE_ISBLANK 1 >#define HAVE_ISGRAPH 1 >#define HAVE_ISPRINT 1 >#define HAVE_ISSPACE 1 >#define HAVE_ISXDIGIT 1 >#define HAVE_GETPWENT 1 >#define HAVE_GETPWNAM 1 >#define HAVE_GETPWUID 1 >#define HAVE_MKSTEMP 1 >#define HAVE_GETCWD 1 >#define HAVE_MEMSET 1 >#define HAVE_STRCASECMP 1 >#define HAVE_STRCASESTR 1 >#define HAVE_STRERROR 1 >#define HAVE_STRFTIME 1 >#define HAVE_STRNLEN 1 >#define HAVE_STRPBRK 1 >#define HAVE_STRSTR 1 >#define HAVE_STRTOD 1 >#define HAVE_STRTOL 1 >#define HAVE_STRTOUL 1 >#define HAVE_STRTOLL 1 >#define HAVE_STRTOULL 1 >#define HAVE_STRTOIMAX 1 >#define HAVE_STRTOUMAX 1 >#define HAVE_DPRINTF 1 >#define HAVE_STRCHRNUL 1 >#define HAVE_STRDUP 1 >#define HAVE_DECL_AUDIT_USER_TTY 1 >#define HAVE_DECL_CONFSTR 1 >#define HAVE_DECL_PRINTF 1 >#define HAVE_DECL_SBRK 1 >#define HAVE_DECL_SETREGID 1 >#define HAVE_DECL_STRCPY 1 >#define HAVE_DECL_STRSIGNAL 1 >#define HAVE_DECL_STRTOLD 1 >#define HAVE_DECL_STRTOIMAX 1 >#define HAVE_DECL_STRTOL 1 >#define HAVE_DECL_STRTOLL 1 >#define HAVE_DECL_STRTOUL 1 >#define HAVE_DECL_STRTOULL 1 >#define HAVE_DECL_STRTOUMAX 1 >#define HAVE_ALARM 1 >#define HAVE_FPURGE 1 >#define HAVE___FPURGE 1 >#define HAVE_SNPRINTF 1 >#define HAVE_VSNPRINTF 1 >#define HAVE_ERRNO_H 1 >#define HAVE_FCNTL_H 1 >#define HAVE_MALLOC_H 1 >#define HAVE_STDIO_EXT_H 1 >#define HAVE_GETPAGESIZE 1 >#define HAVE_MMAP 1 >#define HAVE_DCGETTEXT 1 >#define HAVE_MEMPCPY 1 >#define HAVE_MUNMAP 1 >#define HAVE_STPCPY 1 >#define HAVE_STRCSPN 1 >#define HAVE_WCTYPE_H 1 >#define HAVE_WCHAR_H 1 >#define HAVE_LANGINFO_H 1 >#define HAVE_MBRLEN 1 >#define HAVE_MBSNRTOWCS 1 >#define HAVE_MBSRTOWCS 1 >#define HAVE_WCRTOMB 1 >#define HAVE_WCSCOLL 1 >#define HAVE_WCSDUP 1 >#define HAVE_WCWIDTH 1 >#define HAVE_WCTYPE 1 >#define HAVE_WCSWIDTH 1 >#define HAVE_MBRTOWC 1 >#define HAVE_MBSTATE_T 1 >#define HAVE_ISWLOWER 1 >#define HAVE_ISWUPPER 1 >#define HAVE_TOWLOWER 1 >#define HAVE_TOWUPPER 1 >#define HAVE_ISWCTYPE 1 >#define HAVE_LANGINFO_CODESET 1 >#define HAVE_WCHAR_T 1 >#define HAVE_WCTYPE_T 1 >#define HAVE_WINT_T 1 >#define HAVE_DECL_SYS_SIGLIST 0 >#define GETGROUPS_T gid_t >#define HAVE_UINTPTR_T 1 >#define HAVE_LONG_LONG 1 >#define HAVE_UNSIGNED_LONG_LONG 1 >#define RETSIGTYPE void >#define SIZEOF_CHAR 1 >#define SIZEOF_SHORT 2 >#define SIZEOF_INT 4 >#define SIZEOF_LONG 4 >#define SIZEOF_CHAR_P 4 >#define SIZEOF_DOUBLE 8 >#define SIZEOF_LONG_LONG 8 >#define bits16_t short >#define u_bits16_t unsigned short >#define bits32_t int >#define u_bits32_t unsigned int >#define bits64_t double >#define HAVE_HASH_BANG_EXEC 1 >#define HAVE_POSIX_SIGNALS 1 >#define HAVE_SYS_ERRLIST 1 >#define VOID_SIGHANDLER 1 >#define HAVE_QUAD_T 1 >#define HAVE_SOCKLEN_T 1 >#define RLIMTYPE rlim_t >#define SIZEOF_INTMAX_T 8 >#define TERMIOS_LDISC 1 >#define HAVE_STRUCT_DIRENT_D_INO 1 >#define HAVE_STRUCT_DIRENT_D_FILENO 1 >#define STRUCT_WINSIZE_IN_SYS_IOCTL 1 >#define HAVE_TIMEVAL 1 >#define HAVE_STRUCT_STAT_ST_BLOCKS 1 >#define HAVE_STRUCT_TM_TM_ZONE 1 >#define HAVE_TM_ZONE 1 >#define HAVE_STRUCT_TIMEZONE 1 >#define WEXITSTATUS_OFFSET 0 >#define HAVE_STRUCT_TIMESPEC 1 >#define TIME_H_DEFINES_STRUCT_TIMESPEC 1 >#define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >#define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 >#define HAVE_STRSIGNAL 1 >#define HAVE_DECL_FPURGE 0 >#define CAN_REDEFINE_GETENV 1 >#define GETCWD_BROKEN 1 >#define HAVE_STD_PUTENV 1 >#define HAVE_STD_UNSETENV 1 >#define NAMED_PIPES_MISSING 1 >#define GWINSZ_IN_SYS_IOCTL 1 >#define FIONREAD_IN_SYS_IOCTL 1 >#define HAVE_GETPW_DECLS 1 >#define UNUSABLE_RT_SIGNALS 1 >#define HAVE_DEV_FD 1 >#define DEV_FD_PREFIX "/dev/fd/" >#define HAVE_DEV_STDIN 1 >#define DEFAULT_MAIL_DIRECTORY "unknown" >#define JOB_CONTROL 1 >#define PGRP_PIPE 1 > >configure: exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 653454
:
527910
| 527912