Skip to content
Failed

Console Output

Skipping 66,835 KB.. Full Log
configure:7171: checking for sys_nerr
configure:7190: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
/usr/bin/ld: /tmp/cc7EBtTF.o: warning: relocation against `sys_nerr' in read-only section `.text.startup'
/usr/bin/ld: /tmp/cc7EBtTF.o: in function `main':
/tmp/buildd/gcc3/gcc-13-13.3.0/build/libiberty/conftest.c:116:(.text.startup+0x2): undefined reference to `sys_nerr'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status
configure:7190: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define UNSIGNED_64BIT_TYPE uint64_t
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_ASPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_BASENAME 1
| #define HAVE_BCMP 1
| #define HAVE_BCOPY 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_CALLOC 1
| #define HAVE_CLOCK 1
| #define HAVE_FFS 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INDEX 1
| #define HAVE_INSQUE 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCMP 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_PUTENV 1
| #define HAVE_RANDOM 1
| #define HAVE_RENAME 1
| #define HAVE_RINDEX 1
| #define HAVE_SETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_STPCPY 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRRCHR 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_STRVERSCMP 1
| #define HAVE_TMPNAM 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_WAITPID 1
| #define STACK_DIRECTION 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| /* end confdefs.h.  */
| extern int sys_nerr [];
| int
| main ()
| {
| if (sys_nerr [0]) return 1;
|   ;
|   return 0;
| }
configure:7208: result: no
configure:7171: checking for sys_siglist
configure:7190: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
/usr/bin/ld: /tmp/ccixVAIy.o: warning: relocation against `sys_siglist' in read-only section `.text.startup'
/usr/bin/ld: /tmp/ccixVAIy.o: in function `main':
/tmp/buildd/gcc3/gcc-13-13.3.0/build/libiberty/conftest.c:116:(.text.startup+0x2): undefined reference to `sys_siglist'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status
configure:7190: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define UNSIGNED_64BIT_TYPE uint64_t
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_ASPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_BASENAME 1
| #define HAVE_BCMP 1
| #define HAVE_BCOPY 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_CALLOC 1
| #define HAVE_CLOCK 1
| #define HAVE_FFS 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INDEX 1
| #define HAVE_INSQUE 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCMP 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_PUTENV 1
| #define HAVE_RANDOM 1
| #define HAVE_RENAME 1
| #define HAVE_RINDEX 1
| #define HAVE_SETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_STPCPY 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRRCHR 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_STRVERSCMP 1
| #define HAVE_TMPNAM 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_WAITPID 1
| #define STACK_DIRECTION 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| /* end confdefs.h.  */
| extern int sys_siglist [];
| int
| main ()
| {
| if (sys_siglist [0]) return 1;
|   ;
|   return 0;
| }
configure:7208: result: no
configure:7215: checking for external symbol _system_configuration
configure:7228: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
conftest.c:112:10: fatal error: sys/systemcfg.h: No such file or directory
  112 | #include <sys/systemcfg.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
configure:7228: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define UNSIGNED_64BIT_TYPE uint64_t
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_ASPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_BASENAME 1
| #define HAVE_BCMP 1
| #define HAVE_BCOPY 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_CALLOC 1
| #define HAVE_CLOCK 1
| #define HAVE_FFS 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INDEX 1
| #define HAVE_INSQUE 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCMP 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_PUTENV 1
| #define HAVE_RANDOM 1
| #define HAVE_RENAME 1
| #define HAVE_RINDEX 1
| #define HAVE_SETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_STPCPY 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRRCHR 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_STRVERSCMP 1
| #define HAVE_TMPNAM 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_WAITPID 1
| #define STACK_DIRECTION 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| /* end confdefs.h.  */
| #include <sys/systemcfg.h>
| int
| main ()
| {
| double x = _system_configuration.physmem;
|   ;
|   return 0;
| }
configure:7235: result: no
configure:7243: checking for __fsetlocking
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:7243: $? = 0
configure:7243: result: yes
configure:7243: checking for canonicalize_file_name
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:7243: $? = 0
configure:7243: result: yes
configure:7243: checking for dup3
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:7243: $? = 0
configure:7243: result: yes
configure:7243: checking for getrlimit
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:7243: $? = 0
configure:7243: result: yes
configure:7243: checking for getrusage
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:7243: $? = 0
configure:7243: result: yes
configure:7243: checking for getsysinfo
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
/usr/bin/ld: /tmp/cczZP2x5.o: in function `main':
/tmp/buildd/gcc3/gcc-13-13.3.0/build/libiberty/conftest.c:151:(.text.startup+0x7): undefined reference to `getsysinfo'
collect2: error: ld returned 1 exit status
configure:7243: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define UNSIGNED_64BIT_TYPE uint64_t
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_ASPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_BASENAME 1
| #define HAVE_BCMP 1
| #define HAVE_BCOPY 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_CALLOC 1
| #define HAVE_CLOCK 1
| #define HAVE_FFS 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INDEX 1
| #define HAVE_INSQUE 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCMP 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_PUTENV 1
| #define HAVE_RANDOM 1
| #define HAVE_RENAME 1
| #define HAVE_RINDEX 1
| #define HAVE_SETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_STPCPY 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRRCHR 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_STRVERSCMP 1
| #define HAVE_TMPNAM 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_WAITPID 1
| #define STACK_DIRECTION 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_DUP3 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| /* end confdefs.h.  */
| /* Define getsysinfo to an innocuous variant, in case <limits.h> declares getsysinfo.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getsysinfo innocuous_getsysinfo
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getsysinfo (); 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 getsysinfo
| 
| /* 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 getsysinfo ();
| /* 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_getsysinfo || defined __stub___getsysinfo
| choke me
| #endif
| 
| int
| main ()
| {
| return getsysinfo ();
|   ;
|   return 0;
| }
configure:7243: result: no
configure:7243: checking for gettimeofday
configure:7243: result: yes
configure:7243: checking for on_exit
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:7243: $? = 0
configure:7243: result: yes
configure:7243: checking for pipe2
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:7243: $? = 0
configure:7243: result: yes
configure:7243: checking for psignal
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:7243: $? = 0
configure:7243: result: yes
configure:7243: checking for pstat_getdynamic
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
/usr/bin/ld: /tmp/ccGuoBdm.o: in function `main':
/tmp/buildd/gcc3/gcc-13-13.3.0/build/libiberty/conftest.c:155:(.text.startup+0x7): undefined reference to `pstat_getdynamic'
collect2: error: ld returned 1 exit status
configure:7243: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define UNSIGNED_64BIT_TYPE uint64_t
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_ASPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_BASENAME 1
| #define HAVE_BCMP 1
| #define HAVE_BCOPY 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_CALLOC 1
| #define HAVE_CLOCK 1
| #define HAVE_FFS 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INDEX 1
| #define HAVE_INSQUE 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCMP 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_PUTENV 1
| #define HAVE_RANDOM 1
| #define HAVE_RENAME 1
| #define HAVE_RINDEX 1
| #define HAVE_SETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_STPCPY 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRRCHR 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_STRVERSCMP 1
| #define HAVE_TMPNAM 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_WAITPID 1
| #define STACK_DIRECTION 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_DUP3 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ON_EXIT 1
| #define HAVE_PIPE2 1
| #define HAVE_PSIGNAL 1
| /* end confdefs.h.  */
| /* Define pstat_getdynamic to an innocuous variant, in case <limits.h> declares pstat_getdynamic.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pstat_getdynamic innocuous_pstat_getdynamic
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pstat_getdynamic (); 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 pstat_getdynamic
| 
| /* 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 pstat_getdynamic ();
| /* 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_pstat_getdynamic || defined __stub___pstat_getdynamic
| choke me
| #endif
| 
| int
| main ()
| {
| return pstat_getdynamic ();
|   ;
|   return 0;
| }
configure:7243: result: no
configure:7243: checking for pstat_getstatic
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
/usr/bin/ld: /tmp/ccBX5pMX.o: in function `main':
/tmp/buildd/gcc3/gcc-13-13.3.0/build/libiberty/conftest.c:155:(.text.startup+0x7): undefined reference to `pstat_getstatic'
collect2: error: ld returned 1 exit status
configure:7243: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define UNSIGNED_64BIT_TYPE uint64_t
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_ASPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_BASENAME 1
| #define HAVE_BCMP 1
| #define HAVE_BCOPY 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_CALLOC 1
| #define HAVE_CLOCK 1
| #define HAVE_FFS 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INDEX 1
| #define HAVE_INSQUE 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCMP 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_PUTENV 1
| #define HAVE_RANDOM 1
| #define HAVE_RENAME 1
| #define HAVE_RINDEX 1
| #define HAVE_SETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_STPCPY 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRRCHR 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_STRVERSCMP 1
| #define HAVE_TMPNAM 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_WAITPID 1
| #define STACK_DIRECTION 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_DUP3 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ON_EXIT 1
| #define HAVE_PIPE2 1
| #define HAVE_PSIGNAL 1
| /* end confdefs.h.  */
| /* Define pstat_getstatic to an innocuous variant, in case <limits.h> declares pstat_getstatic.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pstat_getstatic innocuous_pstat_getstatic
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pstat_getstatic (); 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 pstat_getstatic
| 
| /* 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 pstat_getstatic ();
| /* 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_pstat_getstatic || defined __stub___pstat_getstatic
| choke me
| #endif
| 
| int
| main ()
| {
| return pstat_getstatic ();
|   ;
|   return 0;
| }
configure:7243: result: no
configure:7243: checking for realpath
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:7243: $? = 0
configure:7243: result: yes
configure:7243: checking for setrlimit
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:7243: $? = 0
configure:7243: result: yes
configure:7243: checking for spawnve
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
/usr/bin/ld: /tmp/ccxPQ6nO.o: in function `main':
/tmp/buildd/gcc3/gcc-13-13.3.0/build/libiberty/conftest.c:157:(.text.startup+0x7): undefined reference to `spawnve'
collect2: error: ld returned 1 exit status
configure:7243: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define UNSIGNED_64BIT_TYPE uint64_t
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_ASPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_BASENAME 1
| #define HAVE_BCMP 1
| #define HAVE_BCOPY 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_CALLOC 1
| #define HAVE_CLOCK 1
| #define HAVE_FFS 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INDEX 1
| #define HAVE_INSQUE 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCMP 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_PUTENV 1
| #define HAVE_RANDOM 1
| #define HAVE_RENAME 1
| #define HAVE_RINDEX 1
| #define HAVE_SETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_STPCPY 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRRCHR 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_STRVERSCMP 1
| #define HAVE_TMPNAM 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_WAITPID 1
| #define STACK_DIRECTION 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_DUP3 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ON_EXIT 1
| #define HAVE_PIPE2 1
| #define HAVE_PSIGNAL 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| /* end confdefs.h.  */
| /* Define spawnve to an innocuous variant, in case <limits.h> declares spawnve.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define spawnve innocuous_spawnve
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char spawnve (); 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 spawnve
| 
| /* 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 spawnve ();
| /* 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_spawnve || defined __stub___spawnve
| choke me
| #endif
| 
| int
| main ()
| {
| return spawnve ();
|   ;
|   return 0;
| }
configure:7243: result: no
configure:7243: checking for spawnvpe
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
/usr/bin/ld: /tmp/ccE3U983.o: in function `main':
/tmp/buildd/gcc3/gcc-13-13.3.0/build/libiberty/conftest.c:157:(.text.startup+0x7): undefined reference to `spawnvpe'
collect2: error: ld returned 1 exit status
configure:7243: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define UNSIGNED_64BIT_TYPE uint64_t
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_ASPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_BASENAME 1
| #define HAVE_BCMP 1
| #define HAVE_BCOPY 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_CALLOC 1
| #define HAVE_CLOCK 1
| #define HAVE_FFS 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INDEX 1
| #define HAVE_INSQUE 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCMP 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_PUTENV 1
| #define HAVE_RANDOM 1
| #define HAVE_RENAME 1
| #define HAVE_RINDEX 1
| #define HAVE_SETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_STPCPY 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRRCHR 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_STRVERSCMP 1
| #define HAVE_TMPNAM 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_WAITPID 1
| #define STACK_DIRECTION 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_DUP3 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ON_EXIT 1
| #define HAVE_PIPE2 1
| #define HAVE_PSIGNAL 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| /* end confdefs.h.  */
| /* Define spawnvpe to an innocuous variant, in case <limits.h> declares spawnvpe.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define spawnvpe innocuous_spawnvpe
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char spawnvpe (); 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 spawnvpe
| 
| /* 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 spawnvpe ();
| /* 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_spawnvpe || defined __stub___spawnvpe
| choke me
| #endif
| 
| int
| main ()
| {
| return spawnvpe ();
|   ;
|   return 0;
| }
configure:7243: result: no
configure:7243: checking for strerror
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:7243: $? = 0
configure:7243: result: yes
configure:7243: checking for strsignal
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:7243: $? = 0
configure:7243: result: yes
configure:7243: checking for sysconf
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:7243: $? = 0
configure:7243: result: yes
configure:7243: checking for sysctl
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
/usr/bin/ld: /tmp/ccAbX9GJ.o: in function `main':
/tmp/buildd/gcc3/gcc-13-13.3.0/build/libiberty/conftest.c:160:(.text.startup+0x7): undefined reference to `sysctl'
collect2: error: ld returned 1 exit status
configure:7243: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define UNSIGNED_64BIT_TYPE uint64_t
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_ASPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_BASENAME 1
| #define HAVE_BCMP 1
| #define HAVE_BCOPY 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_CALLOC 1
| #define HAVE_CLOCK 1
| #define HAVE_FFS 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INDEX 1
| #define HAVE_INSQUE 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCMP 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_PUTENV 1
| #define HAVE_RANDOM 1
| #define HAVE_RENAME 1
| #define HAVE_RINDEX 1
| #define HAVE_SETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_STPCPY 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRRCHR 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_STRVERSCMP 1
| #define HAVE_TMPNAM 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_WAITPID 1
| #define STACK_DIRECTION 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_DUP3 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ON_EXIT 1
| #define HAVE_PIPE2 1
| #define HAVE_PSIGNAL 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| /* end confdefs.h.  */
| /* Define sysctl to an innocuous variant, in case <limits.h> declares sysctl.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sysctl innocuous_sysctl
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sysctl (); 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 sysctl
| 
| /* 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 sysctl ();
| /* 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_sysctl || defined __stub___sysctl
| choke me
| #endif
| 
| int
| main ()
| {
| return sysctl ();
|   ;
|   return 0;
| }
configure:7243: result: no
configure:7243: checking for sysmp
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
/usr/bin/ld: /tmp/ccEdd2sW.o: in function `main':
/tmp/buildd/gcc3/gcc-13-13.3.0/build/libiberty/conftest.c:160:(.text.startup+0x7): undefined reference to `sysmp'
collect2: error: ld returned 1 exit status
configure:7243: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define UNSIGNED_64BIT_TYPE uint64_t
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_ASPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_BASENAME 1
| #define HAVE_BCMP 1
| #define HAVE_BCOPY 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_CALLOC 1
| #define HAVE_CLOCK 1
| #define HAVE_FFS 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INDEX 1
| #define HAVE_INSQUE 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCMP 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_PUTENV 1
| #define HAVE_RANDOM 1
| #define HAVE_RENAME 1
| #define HAVE_RINDEX 1
| #define HAVE_SETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_STPCPY 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRRCHR 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_STRVERSCMP 1
| #define HAVE_TMPNAM 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_WAITPID 1
| #define STACK_DIRECTION 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_DUP3 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ON_EXIT 1
| #define HAVE_PIPE2 1
| #define HAVE_PSIGNAL 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| /* end confdefs.h.  */
| /* Define sysmp to an innocuous variant, in case <limits.h> declares sysmp.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sysmp innocuous_sysmp
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sysmp (); 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 sysmp
| 
| /* 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 sysmp ();
| /* 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_sysmp || defined __stub___sysmp
| choke me
| #endif
| 
| int
| main ()
| {
| return sysmp ();
|   ;
|   return 0;
| }
configure:7243: result: no
configure:7243: checking for table
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
/usr/bin/ld: /tmp/ccfvZSSN.o: in function `main':
/tmp/buildd/gcc3/gcc-13-13.3.0/build/libiberty/conftest.c:160:(.text.startup+0x7): undefined reference to `table'
collect2: error: ld returned 1 exit status
configure:7243: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 HAVE_SYS_FILE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define UNSIGNED_64BIT_TYPE uint64_t
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_ASPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_BASENAME 1
| #define HAVE_BCMP 1
| #define HAVE_BCOPY 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_CALLOC 1
| #define HAVE_CLOCK 1
| #define HAVE_FFS 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INDEX 1
| #define HAVE_INSQUE 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMCMP 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMPS 1
| #define HAVE_PUTENV 1
| #define HAVE_RANDOM 1
| #define HAVE_RENAME 1
| #define HAVE_RINDEX 1
| #define HAVE_SETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_STPCPY 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRRCHR 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_STRVERSCMP 1
| #define HAVE_TMPNAM 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_WAITPID 1
| #define STACK_DIRECTION 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_DUP3 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ON_EXIT 1
| #define HAVE_PIPE2 1
| #define HAVE_PSIGNAL 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| /* end confdefs.h.  */
| /* Define table to an innocuous variant, in case <limits.h> declares table.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define table innocuous_table
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char table (); 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 table
| 
| /* 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 table ();
| /* 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_table || defined __stub___table
| choke me
| #endif
| 
| int
| main ()
| {
| return table ();
|   ;
|   return 0;
| }
configure:7243: result: no
configure:7243: checking for times
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:7243: $? = 0
configure:7243: result: yes
configure:7243: checking for wait3
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:7243: $? = 0
configure:7243: result: yes
configure:7243: checking for wait4
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:7243: $? = 0
configure:7243: result: yes
configure:7243: checking for sbrk
configure:7243: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:7243: $? = 0
configure:7243: result: yes
configure:7253: checking whether basename is declared
configure:7253: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7253: $? = 0
configure:7253: result: yes
configure:7263: checking whether ffs is declared
configure:7263: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7263: $? = 0
configure:7263: result: yes
configure:7273: checking whether asprintf is declared
configure:7273: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7273: $? = 0
configure:7273: result: yes
configure:7283: checking whether vasprintf is declared
configure:7283: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7283: $? = 0
configure:7283: result: yes
configure:7293: checking whether snprintf is declared
configure:7293: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7293: $? = 0
configure:7293: result: yes
configure:7303: checking whether vsnprintf is declared
configure:7303: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7303: $? = 0
configure:7303: result: yes
configure:7314: checking whether calloc is declared
configure:7314: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7314: $? = 0
configure:7314: result: yes
configure:7324: checking whether getenv is declared
configure:7324: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7324: $? = 0
configure:7324: result: yes
configure:7334: checking whether getopt is declared
configure:7334: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7334: $? = 0
configure:7334: result: yes
configure:7344: checking whether malloc is declared
configure:7344: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7344: $? = 0
configure:7344: result: yes
configure:7354: checking whether realloc is declared
configure:7354: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7354: $? = 0
configure:7354: result: yes
configure:7367: checking whether sbrk is declared
configure:7367: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7367: $? = 0
configure:7367: result: yes
configure:7379: checking whether strtol is declared
configure:7379: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7379: $? = 0
configure:7379: result: yes
configure:7389: checking whether strtoul is declared
configure:7389: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7389: $? = 0
configure:7389: result: yes
configure:7399: checking whether strtoll is declared
configure:7399: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7399: $? = 0
configure:7399: result: yes
configure:7409: checking whether strtoull is declared
configure:7409: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7409: $? = 0
configure:7409: result: yes
configure:7420: checking whether strverscmp is declared
configure:7420: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7420: $? = 0
configure:7420: result: yes
configure:7431: checking whether strnlen is declared
configure:7431: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7431: $? = 0
configure:7431: result: yes
configure:7442: checking whether canonicalize_file_name must be declared
configure:7473: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7473: $? = 0
configure:7481: result: no
configure:7500: checking for SHA1 HW acceleration support
configure:7546: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:7546: $? = 0
configure:7547: result: x86 SHA1
configure:7564: checking for stdlib.h
configure:7564: result: yes
configure:7564: checking for unistd.h
configure:7564: result: yes
configure:7564: checking for sys/param.h
configure:7564: result: yes
configure:7588: checking for getpagesize
configure:7588: result: yes
configure:7597: checking for working mmap
configure:7746: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:7746: $? = 0
configure:7746: ./conftest
configure:7746: $? = 0
configure:7756: result: yes
configure:7767: checking for working strncmp
configure:7842: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:7842: $? = 0
configure:7842: ./conftest
configure:7842: $? = 0
configure:7853: result: yes
configure:7950: updating cache ./config.cache
configure:8000: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on ionos9-amd64

config.status:1016: creating Makefile
config.status:1016: creating testsuite/Makefile
config.status:1016: creating config.h
config.status:1195: executing default commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_stack_direction=1
ac_cv_env_CC_set=set
ac_cv_env_CC_value=x86_64-linux-gnu-gcc-13
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -O2    '
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-static-libstdc++ -static-libgcc -Wl,-z,relro'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-linux-gnu
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=x86_64-linux-gnux32
ac_cv_func___fsetlocking=yes
ac_cv_func__doprnt=no
ac_cv_func_asprintf=yes
ac_cv_func_atexit=yes
ac_cv_func_basename=yes
ac_cv_func_bcmp=yes
ac_cv_func_bcopy=yes
ac_cv_func_bsearch=yes
ac_cv_func_bzero=yes
ac_cv_func_calloc=yes
ac_cv_func_canonicalize_file_name=yes
ac_cv_func_clock=yes
ac_cv_func_dup3=yes
ac_cv_func_ffs=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_getcwd=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_getsysinfo=no
ac_cv_func_gettimeofday=yes
ac_cv_func_index=yes
ac_cv_func_insque=yes
ac_cv_func_memchr=yes
ac_cv_func_memcmp=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmem=yes
ac_cv_func_memmove=yes
ac_cv_func_mempcpy=yes
ac_cv_func_memset=yes
ac_cv_func_mkstemps=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_on_exit=yes
ac_cv_func_pipe2=yes
ac_cv_func_psignal=yes
ac_cv_func_pstat_getdynamic=no
ac_cv_func_pstat_getstatic=no
ac_cv_func_putenv=yes
ac_cv_func_random=yes
ac_cv_func_realpath=yes
ac_cv_func_rename=yes
ac_cv_func_rindex=yes
ac_cv_func_sbrk=yes
ac_cv_func_setenv=yes
ac_cv_func_setproctitle=no
ac_cv_func_setrlimit=yes
ac_cv_func_sigsetmask=yes
ac_cv_func_snprintf=yes
ac_cv_func_spawnve=no
ac_cv_func_spawnvpe=no
ac_cv_func_stpcpy=yes
ac_cv_func_stpncpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strncmp_works=yes
ac_cv_func_strndup=yes
ac_cv_func_strnlen=yes
ac_cv_func_strrchr=yes
ac_cv_func_strsignal=yes
ac_cv_func_strstr=yes
ac_cv_func_strtod=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoul=yes
ac_cv_func_strtoull=yes
ac_cv_func_strverscmp=yes
ac_cv_func_sysconf=yes
ac_cv_func_sysctl=no
ac_cv_func_sysmp=no
ac_cv_func_table=no
ac_cv_func_times=yes
ac_cv_func_tmpnam=yes
ac_cv_func_vasprintf=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_vfprintf=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_vsprintf=yes
ac_cv_func_wait3=yes
ac_cv_func_wait4=yes
ac_cv_func_waitpid=yes
ac_cv_have_decl_asprintf=yes
ac_cv_have_decl_basename_char_p_=yes
ac_cv_have_decl_calloc=yes
ac_cv_have_decl_ffs=yes
ac_cv_have_decl_getenv=yes
ac_cv_have_decl_getopt=yes
ac_cv_have_decl_malloc=yes
ac_cv_have_decl_realloc=yes
ac_cv_have_decl_sbrk=yes
ac_cv_have_decl_snprintf=yes
ac_cv_have_decl_strnlen=yes
ac_cv_have_decl_strtol=yes
ac_cv_have_decl_strtoll=yes
ac_cv_have_decl_strtoul=yes
ac_cv_have_decl_strtoull=yes
ac_cv_have_decl_strverscmp=yes
ac_cv_have_decl_vasprintf=yes
ac_cv_have_decl_vsnprintf=yes
ac_cv_header_alloca_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_machine_hal_sysinfo_h=no
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_process_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_ext_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_prctl_h=yes
ac_cv_header_sys_pstat_h=no
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysctl_h=no
ac_cv_header_sys_sysinfo_h=yes
ac_cv_header_sys_sysmp_h=no
ac_cv_header_sys_systemcfg_h=no
ac_cv_header_sys_table_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_time=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_os_cray=no
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_prog_AR=x86_64-linux-gnu-ar
ac_cv_prog_CC=x86_64-linux-gnu-gcc-13
ac_cv_prog_CPP='x86_64-linux-gnu-gcc-13 -E'
ac_cv_prog_MAKEINFO='makeinfo --split-size=5000000'
ac_cv_prog_PERL=perl
ac_cv_prog_RANLIB=x86_64-linux-gnu-ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_x86_64_linux_gnu_gcc_13_c_o=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_strerror='none required'
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_long=8
ac_cv_sizeof_size_t=8
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_target=x86_64-pc-linux-gnux32
ac_cv_type_intptr_t=yes
ac_cv_type_long_long=yes
ac_cv_type_pid_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_uintptr_t=yes
acx_cv_prog_cc_pedantic_=yes
acx_cv_prog_cc_warning__W=yes
acx_cv_prog_cc_warning__Wall=yes
acx_cv_prog_cc_warning__Wcpp_compat=yes
acx_cv_prog_cc_warning__Wshadow_local=yes
acx_cv_prog_cc_warning__Wstrict_prototypes=yes
acx_cv_prog_cc_warning__Wwrite_strings=yes
gcc_cv_initfini_array=yes
gcc_cv_libc_provides_ssp=yes
liberty_cv_uint64=uint64_t
libiberty_cv_decl_needed_canonicalize_file_name=no
libiberty_cv_declare_errno=no
libiberty_cv_var_sys_errlist=no
libiberty_cv_var_sys_nerr=no
libiberty_cv_var_sys_siglist=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='x86_64-linux-gnu-ar'
BUILD_INFO='info'
CC='x86_64-linux-gnu-gcc-13'
CET_HOST_FLAGS='-fcf-protection'
CFLAGS='-g -O2    '
CHECK='really-check'
CPP='x86_64-linux-gnu-gcc-13 -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ETAGS='etags'
EXEEXT=''
GREP='/usr/bin/grep'
HAVE_PERL=''
HWCAP_CFLAGS=''
INSTALL_DATA='/usr/bin/install -c -m 644'
INSTALL_DEST='libdir'
INSTALL_PROGRAM='/usr/bin/install -c'
INSTALL_SCRIPT='/usr/bin/install -c'
LDFLAGS='-static-libstdc++ -static-libgcc -Wl,-z,relro'
LIBOBJS=' ${LIBOBJDIR}./setproctitle$U.o'
LIBS=''
LTLIBOBJS=' ${LIBOBJDIR}./setproctitle$U.lo'
MAINT='#'
MAKEINFO='makeinfo --split-size=5000000'
NOASANFLAG=''
NOTMAINT=''
NO_MINUS_C_MINUS_O=''
OBJEXT='o'
OUTPUT_OPTION='-o $@'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL='perl'
PICFLAG='-fpic'
RANLIB='x86_64-linux-gnu-ranlib'
SHELL='/bin/bash'
ac_ct_CC=''
ac_libiberty_warn_cflags='-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic '
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='/usr/x86_64-linux-gnux32/include'
infodir='${datarootdir}/info'
libdir='/usr/lib'
libexecdir='/usr/libexec'
libiberty_topdir='../../src/libiberty/..'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pexecute='pex-unix'
prefix='/usr'
program_transform_name='s&$&-13&;s&^&x86_64-linux-gnux32-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-pc-linux-gnux32'
target_alias='x86_64-linux-gnux32'
target_cpu='x86_64'
target_header_dir=''
target_os='linux-gnux32'
target_vendor='pc'

## ------------------- ##
## File substitutions. ##
## ------------------- ##

host_makefile_frag='xhost-mkfrag'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#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 HAVE_SYS_FILE_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_TIME_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_FCNTL_H 1
#define HAVE_ALLOCA_H 1
#define HAVE_SYS_SYSINFO_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDIO_EXT_H 1
#define HAVE_SYS_PRCTL_H 1
#define HAVE_SYS_WAIT_H 1
#define TIME_WITH_SYS_TIME 1
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_SIZE_T 8
#define HAVE_LONG_LONG 1
#define SIZEOF_LONG_LONG 8
#define UNSIGNED_64BIT_TYPE uint64_t
#define HAVE_INTPTR_T 1
#define HAVE_UINTPTR_T 1
#define HAVE_UINTPTR_T 1
#define HAVE_ASPRINTF 1
#define HAVE_ATEXIT 1
#define HAVE_BASENAME 1
#define HAVE_BCMP 1
#define HAVE_BCOPY 1
#define HAVE_BSEARCH 1
#define HAVE_BZERO 1
#define HAVE_CALLOC 1
#define HAVE_CLOCK 1
#define HAVE_FFS 1
#define HAVE_GETCWD 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INDEX 1
#define HAVE_INSQUE 1
#define HAVE_MEMCHR 1
#define HAVE_MEMCMP 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMEM 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMPCPY 1
#define HAVE_MEMSET 1
#define HAVE_MKSTEMPS 1
#define HAVE_PUTENV 1
#define HAVE_RANDOM 1
#define HAVE_RENAME 1
#define HAVE_RINDEX 1
#define HAVE_SETENV 1
#define HAVE_SNPRINTF 1
#define HAVE_SIGSETMASK 1
#define HAVE_STPCPY 1
#define HAVE_STPNCPY 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRNDUP 1
#define HAVE_STRNLEN 1
#define HAVE_STRRCHR 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_STRVERSCMP 1
#define HAVE_TMPNAM 1
#define HAVE_VASPRINTF 1
#define HAVE_VFPRINTF 1
#define HAVE_VPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_VSPRINTF 1
#define HAVE_WAITPID 1
#define STACK_DIRECTION 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE___FSETLOCKING 1
#define HAVE_CANONICALIZE_FILE_NAME 1
#define HAVE_DUP3 1
#define HAVE_GETRLIMIT 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_ON_EXIT 1
#define HAVE_PIPE2 1
#define HAVE_PSIGNAL 1
#define HAVE_REALPATH 1
#define HAVE_SETRLIMIT 1
#define HAVE_STRERROR 1
#define HAVE_STRSIGNAL 1
#define HAVE_SYSCONF 1
#define HAVE_TIMES 1
#define HAVE_WAIT3 1
#define HAVE_WAIT4 1
#define HAVE_SBRK 1
#define HAVE_DECL_BASENAME 1
#define HAVE_DECL_FFS 1
#define HAVE_DECL_ASPRINTF 1
#define HAVE_DECL_VASPRINTF 1
#define HAVE_DECL_SNPRINTF 1
#define HAVE_DECL_VSNPRINTF 1
#define HAVE_DECL_CALLOC 1
#define HAVE_DECL_GETENV 1
#define HAVE_DECL_GETOPT 1
#define HAVE_DECL_MALLOC 1
#define HAVE_DECL_REALLOC 1
#define HAVE_DECL_SBRK 1
#define HAVE_DECL_STRTOL 1
#define HAVE_DECL_STRTOUL 1
#define HAVE_DECL_STRTOLL 1
#define HAVE_DECL_STRTOULL 1
#define HAVE_DECL_STRVERSCMP 1
#define HAVE_DECL_STRNLEN 1
#define HAVE_X86_SHA1_HW_SUPPORT 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1

configure: exit 0
LOGFILE END /tmp/buildd/gcc3/gcc-13-13.3.0/build/libiberty/config.log
LOGFILE START /tmp/buildd/gcc3/gcc-13-13.3.0/build/fixincludes/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by fixincludes configure  , which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ /tmp/buildd/gcc3/gcc-13-13.3.0/src/fixincludes/configure --srcdir=../../src/fixincludes --cache-file=./config.cache --with-system-zlib -v --with-pkgversion=Debian 13.3.0-1 --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --prefix=/usr --with-gcc-major-version-only --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-libitm --disable-vtable-verify --enable-plugin --with-system-zlib --enable-multiarch --disable-werror --enable-cet --with-abi=mx32 --with-multilib-list=mx32,m64,m32 --enable-multilib --enable-checking=release --includedir=/usr/x86_64-linux-gnux32/include --with-build-config=bootstrap-lto-lean --enable-link-serialization=1 --enable-languages=c,c++,fortran,lto --program-transform-name=s&$&-13&;s&^&x86_64-linux-gnux32-& --disable-option-checking --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnux32

## --------- ##
## Platform. ##
## --------- ##

hostname = ionos9-amd64
uname -m = x86_64
uname -r = 6.1.0-21-amd64
uname -s = Linux
uname -v = #1 SMP PREEMPT_DYNAMIC Debian 6.1.90-1 (2024-05-03)

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /tmp/buildd/gcc3/gcc-13-13.3.0/bin
PATH: /usr/lib/gcc/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2098: creating cache ./config.cache
configure:3201: checking build system type
configure:3215: result: x86_64-pc-linux-gnu
configure:3235: checking host system type
configure:3248: result: x86_64-pc-linux-gnu
configure:3268: checking target system type
configure:3281: result: x86_64-pc-linux-gnux32
configure:3316: checking for x86_64-linux-gnu-gcc
configure:3343: result: x86_64-linux-gnu-gcc-13
configure:3612: checking for C compiler version
configure:3621: x86_64-linux-gnu-gcc-13 --version >&5
x86_64-linux-gnu-gcc-13 (Debian 13.3.0-1) 13.3.0
Copyright (C) 2023 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:3632: $? = 0
configure:3621: x86_64-linux-gnu-gcc-13 -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-linux-gnu-gcc-13
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 13.3.0-1' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,c++,fortran --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --disable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-libitm --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --disable-multilib --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-tune=generic --enable-offload-targets=nvptx-none=/tmp/buildd/gcc0/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/tmp/buildd/gcc0/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=1
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 13.3.0 (Debian 13.3.0-1) 
... rest of stderr output deleted ...
configure:3632: $? = 0
configure:3621: x86_64-linux-gnu-gcc-13 -V >&5
x86_64-linux-gnu-gcc-13: error: unrecognized command-line option '-V'
x86_64-linux-gnu-gcc-13: fatal error: no input files
compilation terminated.
configure:3632: $? = 1
configure:3621: x86_64-linux-gnu-gcc-13 -qversion >&5
x86_64-linux-gnu-gcc-13: error: unrecognized command-line option '-qversion'; did you mean '--version'?
x86_64-linux-gnu-gcc-13: fatal error: no input files
compilation terminated.
configure:3632: $? = 1
configure:3652: checking whether the C compiler works
configure:3674: x86_64-linux-gnu-gcc-13 -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:3678: $? = 0
configure:3726: result: yes
configure:3729: checking for C compiler default output file name
configure:3731: result: a.out
configure:3737: checking for suffix of executables
configure:3744: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:3748: $? = 0
configure:3770: result: 
configure:3792: checking whether we are cross compiling
configure:3800: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:3804: $? = 0
configure:3811: ./conftest
configure:3815: $? = 0
configure:3830: result: no
configure:3835: checking for suffix of object files
configure:3857: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:3861: $? = 0
configure:3882: result: o
configure:3886: checking whether we are using the GNU C compiler
configure:3905: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:3905: $? = 0
configure:3914: result: yes
configure:3923: checking whether x86_64-linux-gnu-gcc-13 accepts -g
configure:3943: x86_64-linux-gnu-gcc-13 -c -g  conftest.c >&5
configure:3943: $? = 0
configure:3984: result: yes
configure:4001: checking for x86_64-linux-gnu-gcc-13 option to accept ISO C89
configure:4064: x86_64-linux-gnu-gcc-13  -c -g -O2      conftest.c >&5
configure:4064: $? = 0
configure:4077: result: none needed
configure:4103: checking how to run the C preprocessor
configure:4134: x86_64-linux-gnu-gcc-13 -E  conftest.c
configure:4134: $? = 0
configure:4148: x86_64-linux-gnu-gcc-13 -E  conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
    9 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4148: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fixincludes"
| #define PACKAGE_TARNAME "fixincludes"
| #define PACKAGE_VERSION " "
| #define PACKAGE_STRING "fixincludes  "
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4173: result: x86_64-linux-gnu-gcc-13 -E
configure:4193: x86_64-linux-gnu-gcc-13 -E  conftest.c
configure:4193: $? = 0
configure:4207: x86_64-linux-gnu-gcc-13 -E  conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
    9 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4207: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fixincludes"
| #define PACKAGE_TARNAME "fixincludes"
| #define PACKAGE_VERSION " "
| #define PACKAGE_STRING "fixincludes  "
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4236: checking for grep that handles long lines and -e
configure:4294: result: /usr/bin/grep
configure:4299: checking for egrep
configure:4361: result: /usr/bin/grep -E
configure:4366: checking for ANSI C header files
configure:4386: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:4386: $? = 0
configure:4459: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:4459: $? = 0
configure:4459: ./conftest
configure:4459: $? = 0
configure:4470: result: yes
configure:4483: checking for sys/types.h
configure:4483: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:4483: $? = 0
configure:4483: result: yes
configure:4483: checking for sys/stat.h
configure:4483: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:4483: $? = 0
configure:4483: result: yes
configure:4483: checking for stdlib.h
configure:4483: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:4483: $? = 0
configure:4483: result: yes
configure:4483: checking for string.h
configure:4483: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:4483: $? = 0
configure:4483: result: yes
configure:4483: checking for memory.h
configure:4483: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:4483: $? = 0
configure:4483: result: yes
configure:4483: checking for strings.h
configure:4483: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:4483: $? = 0
configure:4483: result: yes
configure:4483: checking for inttypes.h
configure:4483: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:4483: $? = 0
configure:4483: result: yes
configure:4483: checking for stdint.h
configure:4483: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:4483: $? = 0
configure:4483: result: yes
configure:4483: checking for unistd.h
configure:4483: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:4483: $? = 0
configure:4483: result: yes
configure:4496: checking minix/config.h usability
configure:4496: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
conftest.c:52:10: fatal error: minix/config.h: No such file or directory
   52 | #include <minix/config.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:4496: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fixincludes"
| #define PACKAGE_TARNAME "fixincludes"
| #define PACKAGE_VERSION " "
| #define PACKAGE_STRING "fixincludes  "
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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:4496: result: no
configure:4496: checking minix/config.h presence
configure:4496: x86_64-linux-gnu-gcc-13 -E  conftest.c
conftest.c:19:10: fatal error: minix/config.h: No such file or directory
   19 | #include <minix/config.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:4496: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fixincludes"
| #define PACKAGE_TARNAME "fixincludes"
| #define PACKAGE_VERSION " "
| #define PACKAGE_STRING "fixincludes  "
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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:4496: result: no
configure:4496: checking for minix/config.h
configure:4496: result: no
configure:4517: checking whether it is safe to define __EXTENSIONS__
configure:4535: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:4535: $? = 0
configure:4542: result: yes
configure:4556: checking for a sed that does not truncate output
configure:4620: result: /usr/bin/sed
configure:4648: checking whether x86_64-linux-gnu-gcc-13 supports -W
configure:4665: x86_64-linux-gnu-gcc-13 -c -W  conftest.c >&5
configure:4665: $? = 0
configure:4674: result: yes
configure:4648: checking whether x86_64-linux-gnu-gcc-13 supports -Wall
configure:4665: x86_64-linux-gnu-gcc-13 -c -Wall  conftest.c >&5
configure:4665: $? = 0
configure:4674: result: yes
configure:4648: checking whether x86_64-linux-gnu-gcc-13 supports -Wwrite-strings
configure:4665: x86_64-linux-gnu-gcc-13 -c -Wwrite-strings  conftest.c >&5
configure:4665: $? = 0
configure:4674: result: yes
configure:4648: checking whether x86_64-linux-gnu-gcc-13 supports -Wstrict-prototypes
configure:4665: x86_64-linux-gnu-gcc-13 -c -Wstrict-prototypes  conftest.c >&5
conftest.c:26:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
   26 | main ()
      | ^~~~
configure:4665: $? = 0
configure:4674: result: yes
configure:4648: checking whether x86_64-linux-gnu-gcc-13 supports -Wmissing-prototypes
configure:4665: x86_64-linux-gnu-gcc-13 -c -Wmissing-prototypes  conftest.c >&5
configure:4665: $? = 0
configure:4674: result: yes
configure:4648: checking whether x86_64-linux-gnu-gcc-13 supports -Wold-style-definition
configure:4665: x86_64-linux-gnu-gcc-13 -c -Wold-style-definition  conftest.c >&5
conftest.c: In function 'main':
conftest.c:26:1: warning: old-style function definition [-Wold-style-definition]
   26 | main ()
      | ^~~~
configure:4665: $? = 0
configure:4674: result: yes
configure:4648: checking whether x86_64-linux-gnu-gcc-13 supports -Wmissing-format-attribute
configure:4665: x86_64-linux-gnu-gcc-13 -c -Wmissing-format-attribute  conftest.c >&5
configure:4665: $? = 0
configure:4674: result: yes
configure:4648: checking whether x86_64-linux-gnu-gcc-13 supports -Woverlength-strings
configure:4665: x86_64-linux-gnu-gcc-13 -c -Woverlength-strings  conftest.c >&5
configure:4665: $? = 0
configure:4674: result: yes
configure:4698: checking whether x86_64-linux-gnu-gcc-13 supports -pedantic -Wlong-long
configure:4716: x86_64-linux-gnu-gcc-13 -c -pedantic -Wlong-long  conftest.c >&5
configure:4716: $? = 0
configure:4724: result: yes
configure:4856: checking for ANSI C header files
configure:4960: result: yes
configure:4972: checking stddef.h usability
configure:4972: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:4972: $? = 0
configure:4972: result: yes
configure:4972: checking stddef.h presence
configure:4972: x86_64-linux-gnu-gcc-13 -E  conftest.c
configure:4972: $? = 0
configure:4972: result: yes
configure:4972: checking for stddef.h
configure:4972: result: yes
configure:4972: checking for stdlib.h
configure:4972: result: yes
configure:4972: checking for strings.h
configure:4972: result: yes
configure:4972: checking for unistd.h
configure:4972: result: yes
configure:4972: checking fcntl.h usability
configure:4972: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:4972: $? = 0
configure:4972: result: yes
configure:4972: checking fcntl.h presence
configure:4972: x86_64-linux-gnu-gcc-13 -E  conftest.c
configure:4972: $? = 0
configure:4972: result: yes
configure:4972: checking for fcntl.h
configure:4972: result: yes
configure:4972: checking sys/file.h usability
configure:4972: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:4972: $? = 0
configure:4972: result: yes
configure:4972: checking sys/file.h presence
configure:4972: x86_64-linux-gnu-gcc-13 -E  conftest.c
configure:4972: $? = 0
configure:4972: result: yes
configure:4972: checking for sys/file.h
configure:4972: result: yes
configure:4972: checking for sys/stat.h
configure:4972: result: yes
configure:4986: checking for clearerr_unlocked
configure:4986: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:4986: $? = 0
configure:4986: result: yes
configure:4986: checking for feof_unlocked
configure:4986: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:4986: $? = 0
configure:4986: result: yes
configure:4986: checking for ferror_unlocked
configure:4986: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:4986: $? = 0
configure:4986: result: yes
configure:4986: checking for fflush_unlocked
configure:4986: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:4986: $? = 0
configure:4986: result: yes
configure:4986: checking for fgetc_unlocked
configure:4986: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:4986: $? = 0
configure:4986: result: yes
configure:4986: checking for fgets_unlocked
configure:4986: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:4986: $? = 0
configure:4986: result: yes
configure:4986: checking for fileno_unlocked
configure:4986: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:4986: $? = 0
configure:4986: result: yes
configure:4986: checking for fprintf_unlocked
configure:4986: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
conftest.c:63:6: warning: conflicting types for built-in function 'fprintf_unlocked'; expected 'int(void *, const char *, ...)' [-Wbuiltin-declaration-mismatch]
   63 | char fprintf_unlocked ();
      |      ^~~~~~~~~~~~~~~~
/usr/bin/ld: /tmp/ccFRerus.o: in function `main':
/tmp/buildd/gcc3/gcc-13-13.3.0/build/fixincludes/conftest.c:74:(.text.startup+0x7): undefined reference to `fprintf_unlocked'
collect2: error: ld returned 1 exit status
configure:4986: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fixincludes"
| #define PACKAGE_TARNAME "fixincludes"
| #define PACKAGE_VERSION " "
| #define PACKAGE_STRING "fixincludes  "
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 EXE_EXT ""
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| /* end confdefs.h.  */
| /* Define fprintf_unlocked to an innocuous variant, in case <limits.h> declares fprintf_unlocked.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define fprintf_unlocked innocuous_fprintf_unlocked
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fprintf_unlocked (); 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 fprintf_unlocked
| 
| /* 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 fprintf_unlocked ();
| /* 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_fprintf_unlocked || defined __stub___fprintf_unlocked
| choke me
| #endif
| 
| int
| main ()
| {
| return fprintf_unlocked ();
|   ;
|   return 0;
| }
configure:4986: result: no
configure:4986: checking for fputc_unlocked
configure:4986: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
conftest.c:63:6: warning: conflicting types for built-in function 'fputc_unlocked'; expected 'int(int,  void *)' [-Wbuiltin-declaration-mismatch]
   63 | char fputc_unlocked ();
      |      ^~~~~~~~~~~~~~
configure:4986: $? = 0
configure:4986: result: yes
configure:4986: checking for fputs_unlocked
configure:4986: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
conftest.c:64:6: warning: conflicting types for built-in function 'fputs_unlocked'; expected 'int(const char *, void *)' [-Wbuiltin-declaration-mismatch]
   64 | char fputs_unlocked ();
      |      ^~~~~~~~~~~~~~
configure:4986: $? = 0
configure:4986: result: yes
configure:4986: checking for fread_unlocked
configure:4986: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:4986: $? = 0
configure:4986: result: yes
configure:4986: checking for fwrite_unlocked
configure:4986: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
conftest.c:66:6: warning: conflicting types for built-in function 'fwrite_unlocked'; expected 'long unsigned int(const void *, long unsigned int,  long unsigned int,  void *)' [-Wbuiltin-declaration-mismatch]
   66 | char fwrite_unlocked ();
      |      ^~~~~~~~~~~~~~~
configure:4986: $? = 0
configure:4986: result: yes
configure:4986: checking for getchar_unlocked
configure:4986: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:4986: $? = 0
configure:4986: result: yes
configure:4986: checking for getc_unlocked
configure:4986: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:4986: $? = 0
configure:4986: result: yes
configure:4986: checking for putchar_unlocked
configure:4986: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
conftest.c:69:6: warning: conflicting types for built-in function 'putchar_unlocked'; expected 'int(int)' [-Wbuiltin-declaration-mismatch]
   69 | char putchar_unlocked ();
      |      ^~~~~~~~~~~~~~~~
configure:4986: $? = 0
configure:4986: result: yes
configure:4986: checking for putc_unlocked
configure:4986: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
conftest.c:70:6: warning: conflicting types for built-in function 'putc_unlocked'; expected 'int(int,  void *)' [-Wbuiltin-declaration-mismatch]
   70 | char putc_unlocked ();
      |      ^~~~~~~~~~~~~
configure:4986: $? = 0
configure:4986: result: yes
configure:4995: checking whether abort is declared
configure:4995: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:4995: $? = 0
configure:4995: result: yes
configure:5005: checking whether asprintf is declared
configure:5005: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5005: $? = 0
configure:5005: result: yes
configure:5016: checking whether basename is declared
configure:5016: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5016: $? = 0
configure:5016: result: yes
configure:5026: checking whether errno is declared
configure:5026: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
conftest.c: In function 'main':
conftest.c:91:10: error: 'errno' undeclared (first use in this function)
   91 |   (void) errno;
      |          ^~~~~
conftest.c:83:1: note: 'errno' is defined in header '<errno.h>'; did you forget to '#include <errno.h>'?
   82 | # include <unistd.h>
   83 | #endif
conftest.c:91:10: note: each undeclared identifier is reported only once for each function it appears in
   91 |   (void) errno;
      |          ^~~~~
configure:5026: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fixincludes"
| #define PACKAGE_TARNAME "fixincludes"
| #define PACKAGE_VERSION " "
| #define PACKAGE_STRING "fixincludes  "
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 EXE_EXT ""
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| #define HAVE_FPUTC_UNLOCKED 1
| #define HAVE_FPUTS_UNLOCKED 1
| #define HAVE_FREAD_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_GETCHAR_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_PUTCHAR_UNLOCKED 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_DECL_ABORT 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_BASENAME 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 ()
| {
| #ifndef errno
| #ifdef __cplusplus
|   (void) errno;
| #else
|   (void) errno;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:5026: result: no
configure:5036: checking whether vasprintf is declared
configure:5036: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5036: $? = 0
configure:5036: result: yes
configure:5046: checking whether memmem is declared
configure:5046: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5046: $? = 0
configure:5046: result: yes
configure:5057: checking whether clearerr_unlocked is declared
configure:5057: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5057: $? = 0
configure:5057: result: yes
configure:5067: checking whether feof_unlocked is declared
configure:5067: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5067: $? = 0
configure:5067: result: yes
configure:5077: checking whether ferror_unlocked is declared
configure:5077: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5077: $? = 0
configure:5077: result: yes
configure:5087: checking whether fflush_unlocked is declared
configure:5087: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5087: $? = 0
configure:5087: result: yes
configure:5097: checking whether fgetc_unlocked is declared
configure:5097: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5097: $? = 0
configure:5097: result: yes
configure:5107: checking whether fgets_unlocked is declared
configure:5107: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5107: $? = 0
configure:5107: result: yes
configure:5117: checking whether fileno_unlocked is declared
configure:5117: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5117: $? = 0
configure:5117: result: yes
configure:5127: checking whether fprintf_unlocked is declared
configure:5127: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
conftest.c: In function 'main':
conftest.c:101:10: error: 'fprintf_unlocked' undeclared (first use in this function); did you mean 'fwrite_unlocked'?
  101 |   (void) fprintf_unlocked;
      |          ^~~~~~~~~~~~~~~~
      |          fwrite_unlocked
conftest.c:101:10: note: each undeclared identifier is reported only once for each function it appears in
configure:5127: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fixincludes"
| #define PACKAGE_TARNAME "fixincludes"
| #define PACKAGE_VERSION " "
| #define PACKAGE_STRING "fixincludes  "
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 EXE_EXT ""
| #define STDC_HEADERS 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| #define HAVE_FPUTC_UNLOCKED 1
| #define HAVE_FPUTS_UNLOCKED 1
| #define HAVE_FREAD_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_GETCHAR_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_PUTCHAR_UNLOCKED 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_DECL_ABORT 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_ERRNO 0
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETC_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FILENO_UNLOCKED 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 ()
| {
| #ifndef fprintf_unlocked
| #ifdef __cplusplus
|   (void) fprintf_unlocked;
| #else
|   (void) fprintf_unlocked;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:5127: result: no
configure:5137: checking whether fputc_unlocked is declared
configure:5137: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5137: $? = 0
configure:5137: result: yes
configure:5147: checking whether fputs_unlocked is declared
configure:5147: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5147: $? = 0
configure:5147: result: yes
configure:5157: checking whether fread_unlocked is declared
configure:5157: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5157: $? = 0
configure:5157: result: yes
configure:5167: checking whether fwrite_unlocked is declared
configure:5167: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5167: $? = 0
configure:5167: result: yes
configure:5177: checking whether getchar_unlocked is declared
configure:5177: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5177: $? = 0
configure:5177: result: yes
configure:5187: checking whether getc_unlocked is declared
configure:5187: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5187: $? = 0
configure:5187: result: yes
configure:5197: checking whether putchar_unlocked is declared
configure:5197: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5197: $? = 0
configure:5197: result: yes
configure:5207: checking whether putc_unlocked is declared
configure:5207: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5207: $? = 0
configure:5207: result: yes
configure:5220: checking for an ANSI C-conforming const
configure:5286: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5286: $? = 0
configure:5293: result: yes
configure:5304: checking sys/mman.h usability
configure:5304: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5304: $? = 0
configure:5304: result: yes
configure:5304: checking sys/mman.h presence
configure:5304: x86_64-linux-gnu-gcc-13 -E  conftest.c
configure:5304: $? = 0
configure:5304: result: yes
configure:5304: checking for sys/mman.h
configure:5304: result: yes
configure:5312: checking for mmap
configure:5312: x86_64-linux-gnu-gcc-13 -o conftest -g -O2      -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
configure:5312: $? = 0
configure:5312: result: yes
configure:5325: checking whether read-only mmap of a plain file works
configure:5342: result: yes
configure:5344: checking whether mmap from /dev/zero works
configure:5366: result: yes
configure:5370: checking for MAP_ANON(YMOUS)
configure:5393: x86_64-linux-gnu-gcc-13 -c -g -O2      conftest.c >&5
configure:5393: $? = 0
configure:5400: result: yes
configure:5406: checking whether mmap with MAP_ANON(YMOUS) works
configure:5423: result: yes
configure:5445: checking whether to enable maintainer-specific portions of Makefiles
configure:5454: result: no
configure:5544: updating cache ./config.cache
configure:5593: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by fixincludes config.status  , which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on ionos9-amd64

config.status:873: creating Makefile
config.status:873: creating mkheaders.almost
config.status:873: creating config.h

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=x86_64-linux-gnu-gcc-13
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -O2    '
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-static-libstdc++ -static-libgcc -Wl,-z,relro'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-linux-gnu
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=x86_64-linux-gnux32
ac_cv_func_clearerr_unlocked=yes
ac_cv_func_feof_unlocked=yes
ac_cv_func_ferror_unlocked=yes
ac_cv_func_fflush_unlocked=yes
ac_cv_func_fgetc_unlocked=yes
ac_cv_func_fgets_unlocked=yes
ac_cv_func_fileno_unlocked=yes
ac_cv_func_fprintf_unlocked=no
ac_cv_func_fputc_unlocked=yes
ac_cv_func_fputs_unlocked=yes
ac_cv_func_fread_unlocked=yes
ac_cv_func_fwrite_unlocked=yes
ac_cv_func_getc_unlocked=yes
ac_cv_func_getchar_unlocked=yes
ac_cv_func_mmap=yes
ac_cv_func_putc_unlocked=yes
ac_cv_func_putchar_unlocked=yes
ac_cv_have_decl_abort=yes
ac_cv_have_decl_asprintf=yes
ac_cv_have_decl_basename_char_p_=yes
ac_cv_have_decl_clearerr_unlocked=yes
ac_cv_have_decl_errno=no
ac_cv_have_decl_feof_unlocked=yes
ac_cv_have_decl_ferror_unlocked=yes
ac_cv_have_decl_fflush_unlocked=yes
ac_cv_have_decl_fgetc_unlocked=yes
ac_cv_have_decl_fgets_unlocked=yes
ac_cv_have_decl_fileno_unlocked=yes
ac_cv_have_decl_fprintf_unlocked=no
ac_cv_have_decl_fputc_unlocked=yes
ac_cv_have_decl_fputs_unlocked=yes
ac_cv_have_decl_fread_unlocked=yes
ac_cv_have_decl_fwrite_unlocked=yes
ac_cv_have_decl_getc_unlocked=yes
ac_cv_have_decl_getchar_unlocked=yes
ac_cv_have_decl_memmem=yes
ac_cv_have_decl_putc_unlocked=yes
ac_cv_have_decl_putchar_unlocked=yes
ac_cv_have_decl_vasprintf=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_prog_CC=x86_64-linux-gnu-gcc-13
ac_cv_prog_CPP='x86_64-linux-gnu-gcc-13 -E'
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_target=x86_64-pc-linux-gnux32
acx_cv_prog_cc_pedantic__Wlong_long=yes
acx_cv_prog_cc_warning__W=yes
acx_cv_prog_cc_warning__Wall=yes
acx_cv_prog_cc_warning__Wmissing_format_attribute=yes
acx_cv_prog_cc_warning__Wmissing_prototypes=yes
acx_cv_prog_cc_warning__Wold_style_definition=yes
acx_cv_prog_cc_warning__Woverlength_strings=yes
acx_cv_prog_cc_warning__Wstrict_prototypes=yes
acx_cv_prog_cc_warning__Wwrite_strings=yes
gcc_cv_decl_map_anon=yes
gcc_cv_func_mmap_anon=yes
gcc_cv_func_mmap_dev_zero=yes
gcc_cv_func_mmap_file=yes
gcc_cv_initfini_array=yes
gcc_cv_libc_provides_ssp=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

CC='x86_64-linux-gnu-gcc-13'
CFLAGS='-g -O2    '
CPP='x86_64-linux-gnu-gcc-13 -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
LDFLAGS='-static-libstdc++ -static-libgcc -Wl,-z,relro'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAINT='#'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='fixincludes'
PACKAGE_STRING='fixincludes  '
PACKAGE_TARNAME='fixincludes'
PACKAGE_URL=''
PACKAGE_VERSION=' '
PATH_SEPARATOR=':'
SED='/usr/bin/sed'
SHELL='/bin/bash'
TARGET='oneprocess'
WARN_CFLAGS='-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings'
WARN_PEDANTIC='-pedantic -Wno-long-long'
WERROR=''
ac_ct_CC=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
get_gcc_base_ver='sed -e '\''s/^\([0-9]*\).*/\1/'\'''
host='x86_64-pc-linux-gnu'
host_alias='x86_64-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='/usr/x86_64-linux-gnux32/include'
infodir='${datarootdir}/info'
libdir='/usr/lib'
libexecdir='/usr/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s&$&-13&;s&^&x86_64-linux-gnux32-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-pc-linux-gnux32'
target_alias='x86_64-linux-gnux32'
target_cpu='x86_64'
target_noncanonical='x86_64-linux-gnux32'
target_os='linux-gnux32'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "fixincludes"
#define PACKAGE_TARNAME "fixincludes"
#define PACKAGE_VERSION " "
#define PACKAGE_STRING "fixincludes  "
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#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 EXE_EXT ""
#define STDC_HEADERS 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FCNTL_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_CLEARERR_UNLOCKED 1
#define HAVE_FEOF_UNLOCKED 1
#define HAVE_FERROR_UNLOCKED 1
#define HAVE_FFLUSH_UNLOCKED 1
#define HAVE_FGETC_UNLOCKED 1
#define HAVE_FGETS_UNLOCKED 1
#define HAVE_FILENO_UNLOCKED 1
#define HAVE_FPUTC_UNLOCKED 1
#define HAVE_FPUTS_UNLOCKED 1
#define HAVE_FREAD_UNLOCKED 1
#define HAVE_FWRITE_UNLOCKED 1
#define HAVE_GETCHAR_UNLOCKED 1
#define HAVE_GETC_UNLOCKED 1
#define HAVE_PUTCHAR_UNLOCKED 1
#define HAVE_PUTC_UNLOCKED 1
#define HAVE_DECL_ABORT 1
#define HAVE_DECL_ASPRINTF 1
#define HAVE_DECL_BASENAME 1
#define HAVE_DECL_ERRNO 0
#define HAVE_DECL_VASPRINTF 1
#define HAVE_DECL_MEMMEM 1
#define HAVE_DECL_CLEARERR_UNLOCKED 1
#define HAVE_DECL_FEOF_UNLOCKED 1
#define HAVE_DECL_FERROR_UNLOCKED 1
#define HAVE_DECL_FFLUSH_UNLOCKED 1
#define HAVE_DECL_FGETC_UNLOCKED 1
#define HAVE_DECL_FGETS_UNLOCKED 1
#define HAVE_DECL_FILENO_UNLOCKED 1
#define HAVE_DECL_FPRINTF_UNLOCKED 0
#define HAVE_DECL_FPUTC_UNLOCKED 1
#define HAVE_DECL_FPUTS_UNLOCKED 1
#define HAVE_DECL_FREAD_UNLOCKED 1
#define HAVE_DECL_FWRITE_UNLOCKED 1
#define HAVE_DECL_GETCHAR_UNLOCKED 1
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_DECL_PUTCHAR_UNLOCKED 1
#define HAVE_DECL_PUTC_UNLOCKED 1
#define HAVE_MMAP_FILE 1
#define HAVE_MMAP_DEV_ZERO 1
#define HAVE_MMAP_ANON 1
#define SED_PROGRAM "/usr/bin/sed"

configure: exit 0
LOGFILE END /tmp/buildd/gcc3/gcc-13-13.3.0/build/fixincludes/config.log
LOGFILE START /tmp/buildd/gcc3/gcc-13-13.3.0/build/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ../src/configure -v --with-pkgversion=Debian 13.3.0-1 --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,c++,fortran --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-libitm --disable-vtable-verify --enable-plugin --with-system-zlib --enable-multiarch --disable-werror --enable-cet --with-abi=mx32 --with-multilib-list=mx32,m64,m32 --enable-multilib --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnux32 --program-prefix=x86_64-linux-gnux32- --includedir=/usr/x86_64-linux-gnux32/include --with-build-config=bootstrap-lto-lean --enable-link-serialization=1

## --------- ##
## Platform. ##
## --------- ##

hostname = ionos9-amd64
uname -m = x86_64
uname -r = 6.1.0-21-amd64
uname -s = Linux
uname -v = #1 SMP PREEMPT_DYNAMIC Debian 6.1.90-1 (2024-05-03)

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /tmp/buildd/gcc3/gcc-13-13.3.0/bin
PATH: /usr/lib/gcc/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2383: checking build system type
configure:2397: result: x86_64-pc-linux-gnu
configure:2444: checking host system type
configure:2457: result: x86_64-pc-linux-gnu
configure:2477: checking target system type
configure:2490: result: x86_64-pc-linux-gnux32
configure:2544: checking for a BSD-compatible install
configure:2612: result: /usr/bin/install -c
configure:2623: checking whether ln works
configure:2645: result: yes
configure:2649: checking whether ln -s works
configure:2653: result: yes
configure:2660: checking for a sed that does not truncate output
configure:2724: result: /usr/bin/sed
configure:2733: checking for gawk
configure:2749: found /usr/bin/gawk
configure:2760: result: gawk
configure:3256: checking for libatomic support
configure:3266: result: yes
configure:3294: checking for libsanitizer support
configure:3304: result: yes
configure:3313: checking for libvtv support
configure:3323: result: yes
configure:3443: checking for libphobos support
configure:3453: result: yes
configure:4109: checking for x86_64-linux-gnu-gcc
configure:4136: result: x86_64-linux-gnu-gcc-13
configure:4405: checking for C compiler version
configure:4414: x86_64-linux-gnu-gcc-13 --version >&5
x86_64-linux-gnu-gcc-13 (Debian 13.3.0-1) 13.3.0
Copyright (C) 2023 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:4425: $? = 0
configure:4414: x86_64-linux-gnu-gcc-13 -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-linux-gnu-gcc-13
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 13.3.0-1' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,c++,fortran --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --disable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-libitm --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --disable-multilib --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-tune=generic --enable-offload-targets=nvptx-none=/tmp/buildd/gcc0/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/tmp/buildd/gcc0/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=1
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 13.3.0 (Debian 13.3.0-1) 
... rest of stderr output deleted ...
configure:4425: $? = 0
configure:4414: x86_64-linux-gnu-gcc-13 -V >&5
x86_64-linux-gnu-gcc-13: error: unrecognized command-line option '-V'
x86_64-linux-gnu-gcc-13: fatal error: no input files
compilation terminated.
configure:4425: $? = 1
configure:4414: x86_64-linux-gnu-gcc-13 -qversion >&5
x86_64-linux-gnu-gcc-13: error: unrecognized command-line option '-qversion'; did you mean '--version'?
x86_64-linux-gnu-gcc-13: fatal error: no input files
compilation terminated.
configure:4425: $? = 1
configure:4445: checking whether the C compiler works
configure:4467: x86_64-linux-gnu-gcc-13 -g -O2  -Wl,-z,relro conftest.c  >&5
configure:4471: $? = 0
configure:4519: result: yes
configure:4522: checking for C compiler default output file name
configure:4524: result: a.out
configure:4530: checking for suffix of executables
configure:4537: x86_64-linux-gnu-gcc-13 -o conftest -g -O2  -Wl,-z,relro conftest.c  >&5
configure:4541: $? = 0
configure:4563: result: 
configure:4585: checking whether we are cross compiling
configure:4593: x86_64-linux-gnu-gcc-13 -o conftest -g -O2  -Wl,-z,relro conftest.c  >&5
configure:4597: $? = 0
configure:4604: ./conftest
configure:4608: $? = 0
configure:4623: result: no
configure:4628: checking for suffix of object files
configure:4650: x86_64-linux-gnu-gcc-13 -c -g -O2  conftest.c >&5
configure:4654: $? = 0
configure:4675: result: o
configure:4679: checking whether we are using the GNU C compiler
configure:4698: x86_64-linux-gnu-gcc-13 -c -g -O2  conftest.c >&5
configure:4698: $? = 0
configure:4707: result: yes
configure:4716: checking whether x86_64-linux-gnu-gcc-13 accepts -g
configure:4736: x86_64-linux-gnu-gcc-13 -c -g  conftest.c >&5
configure:4736: $? = 0
configure:4777: result: yes
configure:4794: checking for x86_64-linux-gnu-gcc-13 option to accept ISO C89
configure:4857: x86_64-linux-gnu-gcc-13  -c -g -O2  conftest.c >&5
configure:4857: $? = 0
configure:4870: result: none needed
configure:4890: checking for x86_64-linux-gnu-gcc-13 option to accept ISO C99
configure:5039: x86_64-linux-gnu-gcc-13  -c -g -O2  conftest.c >&5
configure:5039: $? = 0
configure:5052: result: none needed
configure:5179: checking for C++ compiler version
configure:5188: x86_64-linux-gnu-g++-13 --version >&5
x86_64-linux-gnu-g++-13 (Debian 13.3.0-1) 13.3.0
Copyright (C) 2023 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:5199: $? = 0
configure:5188: x86_64-linux-gnu-g++-13 -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-linux-gnu-g++-13
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 13.3.0-1' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,c++,fortran --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --disable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-libitm --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --disable-multilib --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-tune=generic --enable-offload-targets=nvptx-none=/tmp/buildd/gcc0/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/tmp/buildd/gcc0/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=1
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 13.3.0 (Debian 13.3.0-1) 
... rest of stderr output deleted ...
configure:5199: $? = 0
configure:5188: x86_64-linux-gnu-g++-13 -V >&5
x86_64-linux-gnu-g++-13: error: unrecognized command-line option '-V'
x86_64-linux-gnu-g++-13: fatal error: no input files
compilation terminated.
configure:5199: $? = 1
configure:5188: x86_64-linux-gnu-g++-13 -qversion >&5
x86_64-linux-gnu-g++-13: error: unrecognized command-line option '-qversion'; did you mean '--version'?
x86_64-linux-gnu-g++-13: fatal error: no input files
compilation terminated.
configure:5199: $? = 1
configure:5203: checking whether we are using the GNU C++ compiler
configure:5222: x86_64-linux-gnu-g++-13 -c   conftest.cpp >&5
configure:5222: $? = 0
configure:5231: result: yes
configure:5240: checking whether x86_64-linux-gnu-g++-13 accepts -g
configure:5260: x86_64-linux-gnu-g++-13 -c -g  conftest.cpp >&5
configure:5260: $? = 0
configure:5301: result: yes
configure:5350: checking whether g++ accepts -static-libstdc++ -static-libgcc
configure:5367: x86_64-linux-gnu-g++-13 -o conftest -g -O2  -Wl,-z,relro -static-libstdc++ -static-libgcc conftest.cpp  >&5
configure:5367: $? = 0
configure:5368: result: yes
configure:5392: checking for x86_64-linux-gnu-gnatbind
configure:5408: found /usr/bin/x86_64-linux-gnu-gnatbind
configure:5419: result: x86_64-linux-gnu-gnatbind
configure:5484: checking for x86_64-linux-gnu-gnatmake
configure:5500: found /usr/bin/x86_64-linux-gnu-gnatmake
configure:5511: result: x86_64-linux-gnu-gnatmake
configure:5573: checking whether compiler driver understands Ada and is recent enough
configure:5600: result: no
configure:5614: checking for x86_64-linux-gnu-gdc
configure:5641: result: x86_64-linux-gnu-gdc-13
configure:5703: checking whether the D compiler works
configure:5720: result: yes
configure:5728: checking how to compare bootstrapped objects
configure:5753: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5820: checking whether x86_64-linux-gnu-g++-13 supports C++11 features by default
configure:6116: x86_64-linux-gnu-g++-13 -c -g -O2  conftest.cpp >&5
configure:6116: $? = 0
configure:6123: result: yes
configure:7897: checking for objdir
configure:7912: result: .libs
configure:8082: checking for the correct version of gmp.h
configure:8101: x86_64-linux-gnu-gcc-13 -c -g -O2   conftest.c >&5
configure:8101: $? = 0
configure:8119: x86_64-linux-gnu-gcc-13 -c -g -O2   conftest.c >&5
configure:8119: $? = 0
configure:8120: result: yes
configure:8136: checking for the correct version of mpfr.h
configure:8154: x86_64-linux-gnu-gcc-13 -c -g -O2   conftest.c >&5
configure:8154: $? = 0
configure:8171: x86_64-linux-gnu-gcc-13 -c -g -O2   conftest.c >&5
configure:8171: $? = 0
configure:8172: result: yes
configure:8189: checking for the correct version of mpc.h
configure:8206: x86_64-linux-gnu-gcc-13 -c -g -O2   conftest.c >&5
configure:8206: $? = 0
configure:8222: x86_64-linux-gnu-gcc-13 -c -g -O2   conftest.c >&5
configure:8222: $? = 0
configure:8223: result: yes
configure:8241: checking for the correct version of the gmp/mpfr libraries
configure:8265: x86_64-linux-gnu-gcc-13 -o conftest -g -O2   -Wl,-z,relro conftest.c  -lmpc -lmpfr -lgmp >&5
configure:8265: $? = 0
configure:8266: result: yes
configure:8281: checking for the correct version of the mpc libraries
configure:8302: x86_64-linux-gnu-gcc-13 -o conftest -g -O2   -Wl,-z,relro conftest.c  -lmpc -lmpfr -lgmp >&5
configure:8302: $? = 0
configure:8303: result: yes
configure:8514: checking for isl 0.15 or later
configure:8527: x86_64-linux-gnu-gcc-13 -o conftest -g -O2    -Wl,-z,relro  -lisl -lmpc -lmpfr -lgmp conftest.c  -lisl -lgmp >&5
configure:8527: $? = 0
configure:8534: result: yes
configure:9703: checking for default BUILD_CONFIG
configure:9735: result: bootstrap-lto-lean
configure:9740: checking for --enable-vtable-verify
configure:9753: result: no
configure:10400: checking for bison
configure:10416: found /usr/bin/bison
configure:10427: result: bison -y
configure:10447: checking for bison
configure:10463: found /usr/bin/bison
configure:10474: result: bison
configure:10494: checking for gm4
configure:10524: result: no
configure:10494: checking for gnum4
configure:10524: result: no
configure:10494: checking for m4
configure:10510: found /usr/bin/m4
configure:10521: result: m4
configure:10541: checking for flex
configure:10557: found /usr/bin/flex
configure:10568: result: flex
configure:10589: checking for flex
configure:10605: found /usr/bin/flex
configure:10616: result: flex
configure:10636: checking for makeinfo
configure:10652: found /usr/bin/makeinfo
configure:10663: result: makeinfo
configure:10697: checking for expect
configure:10713: found /usr/bin/expect
configure:10724: result: expect
configure:10746: checking for runtest
configure:10762: found /usr/bin/runtest
configure:10773: result: runtest
configure:10852: checking for x86_64-linux-gnu-ar
configure:10868: found /usr/bin/x86_64-linux-gnu-ar
configure:10879: result: x86_64-linux-gnu-ar
configure:10993: checking for x86_64-linux-gnu-as
configure:11009: found /usr/bin/x86_64-linux-gnu-as
configure:11020: result: x86_64-linux-gnu-as
configure:11134: checking for x86_64-linux-gnu-dlltool
configure:11164: result: no
configure:11173: checking for dlltool
configure:11203: result: no
configure:11275: checking for x86_64-linux-gnu-dsymutil
configure:11305: result: no
configure:11314: checking for dsymutil
configure:11344: result: no
configure:11416: checking for x86_64-linux-gnu-ld
configure:11432: found /usr/bin/x86_64-linux-gnu-ld
configure:11443: result: x86_64-linux-gnu-ld
configure:11557: checking for x86_64-linux-gnu-lipo
configure:11587: result: no
configure:11596: checking for lipo
configure:11626: result: no
configure:11698: checking for x86_64-linux-gnu-nm
configure:11714: found /usr/bin/x86_64-linux-gnu-nm
configure:11725: result: x86_64-linux-gnu-nm
configure:11839: checking for x86_64-linux-gnu-ranlib
configure:11855: found /usr/bin/x86_64-linux-gnu-ranlib
configure:11866: result: x86_64-linux-gnu-ranlib
configure:11975: checking for x86_64-linux-gnu-strip
configure:11991: found /usr/bin/x86_64-linux-gnu-strip
configure:12002: result: x86_64-linux-gnu-strip
configure:12111: checking for x86_64-linux-gnu-windres
configure:12141: result: no
configure:12150: checking for windres
configure:12180: result: no
configure:12252: checking for x86_64-linux-gnu-windmc
configure:12282: result: no
configure:12291: checking for windmc
configure:12321: result: no
configure:12393: checking for x86_64-linux-gnu-objcopy
configure:12409: found /usr/bin/x86_64-linux-gnu-objcopy
configure:12420: result: x86_64-linux-gnu-objcopy
configure:12534: checking for x86_64-linux-gnu-objdump
configure:12550: found /usr/bin/x86_64-linux-gnu-objdump
configure:12561: result: x86_64-linux-gnu-objdump
configure:12675: checking for x86_64-linux-gnu-otool
configure:12705: result: no
configure:12714: checking for otool
configure:12744: result: no
configure:12816: checking for x86_64-linux-gnu-readelf
configure:12832: found /usr/bin/x86_64-linux-gnu-readelf
configure:12843: result: x86_64-linux-gnu-readelf
configure:12998: checking for x86_64-linux-gnux32-cc
configure:13028: result: no
configure:12998: checking for x86_64-linux-gnux32-gcc
configure:13014: found /usr/bin/x86_64-linux-gnux32-gcc
configure:13025: result: x86_64-linux-gnux32-gcc
configure:13159: checking for x86_64-linux-gnux32-c++
configure:13189: result: no
configure:13159: checking for x86_64-linux-gnux32-g++
configure:13189: result: no
configure:13159: checking for x86_64-linux-gnux32-cxx
configure:13189: result: no
configure:13159: checking for x86_64-linux-gnux32-gxx
configure:13189: result: no
configure:13320: checking for x86_64-linux-gnux32-gcc
configure:13336: found /usr/bin/x86_64-linux-gnux32-gcc
configure:13347: result: x86_64-linux-gnux32-gcc
configure:13476: checking for x86_64-linux-gnux32-gfortran
configure:13506: result: no
configure:13637: checking for x86_64-linux-gnux32-gccgo
configure:13667: result: no
configure:13798: checking for x86_64-linux-gnux32-gdc
configure:13828: result: no
configure:13959: checking for x86_64-linux-gnux32-gm2
configure:13989: result: no
configure:14089: checking for ar
configure:14107: found /usr/x86_64-linux-gnux32/bin/ar
configure:14119: result: /usr/x86_64-linux-gnux32/bin/ar
configure:14319: checking for as
configure:14337: found /usr/x86_64-linux-gnux32/bin/as
configure:14349: result: /usr/x86_64-linux-gnux32/bin/as
configure:14549: checking for dlltool
configure:14582: result: no
configure:14660: checking for x86_64-linux-gnux32-dlltool
configure:14690: result: no
configure:14779: checking for dsymutil
configure:14812: result: no
configure:14890: checking for x86_64-linux-gnux32-dsymutil
configure:14920: result: no
configure:15009: checking for ld
configure:15027: found /usr/x86_64-linux-gnux32/bin/ld
configure:15039: result: /usr/x86_64-linux-gnux32/bin/ld
configure:15239: checking for lipo
configure:15272: result: no
configure:15350: checking for x86_64-linux-gnux32-lipo
configure:15380: result: no
configure:15469: checking for nm
configure:15487: found /usr/x86_64-linux-gnux32/bin/nm
configure:15499: result: /usr/x86_64-linux-gnux32/bin/nm
configure:15699: checking for objcopy
configure:15717: found /usr/x86_64-linux-gnux32/bin/objcopy
configure:15729: result: /usr/x86_64-linux-gnux32/bin/objcopy
configure:15929: checking for objdump
configure:15947: found /usr/x86_64-linux-gnux32/bin/objdump
configure:15959: result: /usr/x86_64-linux-gnux32/bin/objdump
configure:16159: checking for otool
configure:16192: result: no
configure:16270: checking for x86_64-linux-gnux32-otool
configure:16300: result: no
configure:16389: checking for ranlib
configure:16407: found /usr/x86_64-linux-gnux32/bin/ranlib
configure:16419: result: /usr/x86_64-linux-gnux32/bin/ranlib
configure:16619: checking for readelf
configure:16637: found /usr/x86_64-linux-gnux32/bin/readelf
configure:16649: result: /usr/x86_64-linux-gnux32/bin/readelf
configure:16849: checking for strip
configure:16867: found /usr/x86_64-linux-gnux32/bin/strip
configure:16879: result: /usr/x86_64-linux-gnux32/bin/strip
configure:17079: checking for windres
configure:17112: result: no
configure:17190: checking for x86_64-linux-gnux32-windres
configure:17220: result: no
configure:17309: checking for windmc
configure:17342: result: no
configure:17420: checking for x86_64-linux-gnux32-windmc
configure:17450: result: no
configure:17517: checking where to find the target ar
configure:17545: result: pre-installed in /usr/x86_64-linux-gnux32/bin
configure:17559: checking where to find the target as
configure:17587: result: pre-installed in /usr/x86_64-linux-gnux32/bin
configure:17601: checking where to find the target cc
configure:17624: result: just compiled
configure:17643: checking where to find the target c++
configure:17669: result: just compiled
configure:17688: checking where to find the target c++ for libstdc++
configure:17714: result: just compiled
configure:17733: checking where to find the target dlltool
configure:17770: result: pre-installed
configure:17775: checking where to find the target dsymutil
configure:17801: result: pre-installed
configure:17806: checking where to find the target gcc
configure:17829: result: just compiled
configure:17848: checking where to find the target gfortran
configure:17874: result: just compiled
configure:17893: checking where to find the target gccgo
configure:17933: result: pre-installed
configure:17938: checking where to find the target gdc
configure:17978: result: pre-installed
configure:17983: checking where to find the target gm2
configure:18023: result: pre-installed
configure:18028: checking where to find the target ld
configure:18056: result: pre-installed in /usr/x86_64-linux-gnux32/bin
configure:18070: checking where to find the target lipo
configure:18096: result: pre-installed
configure:18101: checking where to find the target nm
configure:18129: result: pre-installed in /usr/x86_64-linux-gnux32/bin
configure:18143: checking where to find the target objcopy
configure:18171: result: pre-installed in /usr/x86_64-linux-gnux32/bin
configure:18185: checking where to find the target objdump
configure:18213: result: pre-installed in /usr/x86_64-linux-gnux32/bin
configure:18227: checking where to find the target otool
configure:18253: result: pre-installed
configure:18258: checking where to find the target ranlib
configure:18286: result: pre-installed in /usr/x86_64-linux-gnux32/bin
configure:18300: checking where to find the target readelf
configure:18328: result: pre-installed in /usr/x86_64-linux-gnux32/bin
configure:18342: checking where to find the target strip
configure:18370: result: pre-installed in /usr/x86_64-linux-gnux32/bin
configure:18384: checking where to find the target windres
configure:18421: result: pre-installed
configure:18426: checking where to find the target windmc
configure:18463: result: pre-installed
configure:18496: checking whether to enable maintainer-specific portions of Makefiles
configure:18505: result: no
configure:18743: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on ionos9-amd64

config.status:1090: creating Makefile

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AR_FOR_TARGET_set=
ac_cv_env_AR_FOR_TARGET_value=
ac_cv_env_AR_set=
ac_cv_env_AR_value=
ac_cv_env_AS_FOR_TARGET_set=
ac_cv_env_AS_FOR_TARGET_value=
ac_cv_env_AS_set=
ac_cv_env_AS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_TARGET_set=
ac_cv_env_CC_FOR_TARGET_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=x86_64-linux-gnu-gcc-13
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -O2'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_FOR_TARGET_set=
ac_cv_env_CXX_FOR_TARGET_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=x86_64-linux-gnu-g++-13
ac_cv_env_DLLTOOL_FOR_TARGET_set=
ac_cv_env_DLLTOOL_FOR_TARGET_value=
ac_cv_env_DLLTOOL_set=
ac_cv_env_DLLTOOL_value=
ac_cv_env_DSYMUTIL_FOR_TARGET_set=
ac_cv_env_DSYMUTIL_FOR_TARGET_value=
ac_cv_env_DSYMUTIL_set=
ac_cv_env_DSYMUTIL_value=
ac_cv_env_GCC_FOR_TARGET_set=
ac_cv_env_GCC_FOR_TARGET_value=
ac_cv_env_GDC_FOR_TARGET_set=
ac_cv_env_GDC_FOR_TARGET_value=
ac_cv_env_GFORTRAN_FOR_TARGET_set=
ac_cv_env_GFORTRAN_FOR_TARGET_value=
ac_cv_env_GM2_FOR_TARGET_set=
ac_cv_env_GM2_FOR_TARGET_value=
ac_cv_env_GOC_FOR_TARGET_set=
ac_cv_env_GOC_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-Wl,-z,relro
ac_cv_env_LD_FOR_TARGET_set=
ac_cv_env_LD_FOR_TARGET_value=
ac_cv_env_LD_set=
ac_cv_env_LD_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIPO_FOR_TARGET_set=
ac_cv_env_LIPO_FOR_TARGET_value=
ac_cv_env_LIPO_set=
ac_cv_env_LIPO_value=
ac_cv_env_NM_FOR_TARGET_set=
ac_cv_env_NM_FOR_TARGET_value=
ac_cv_env_NM_set=
ac_cv_env_NM_value=
ac_cv_env_OBJCOPY_FOR_TARGET_set=
ac_cv_env_OBJCOPY_FOR_TARGET_value=
ac_cv_env_OBJCOPY_set=
ac_cv_env_OBJCOPY_value=
ac_cv_env_OBJDUMP_FOR_TARGET_set=
ac_cv_env_OBJDUMP_FOR_TARGET_value=
ac_cv_env_OBJDUMP_set=
ac_cv_env_OBJDUMP_value=
ac_cv_env_OTOOL_FOR_TARGET_set=
ac_cv_env_OTOOL_FOR_TARGET_value=
ac_cv_env_OTOOL_set=
ac_cv_env_OTOOL_value=
ac_cv_env_RANLIB_FOR_TARGET_set=
ac_cv_env_RANLIB_FOR_TARGET_value=
ac_cv_env_RANLIB_set=
ac_cv_env_RANLIB_value=
ac_cv_env_READELF_FOR_TARGET_set=
ac_cv_env_READELF_FOR_TARGET_value=
ac_cv_env_READELF_set=
ac_cv_env_READELF_value=
ac_cv_env_STRIP_FOR_TARGET_set=
ac_cv_env_STRIP_FOR_TARGET_value=
ac_cv_env_STRIP_set=
ac_cv_env_STRIP_value=
ac_cv_env_WINDMC_FOR_TARGET_set=
ac_cv_env_WINDMC_FOR_TARGET_value=
ac_cv_env_WINDMC_set=
ac_cv_env_WINDMC_value=
ac_cv_env_WINDRES_FOR_TARGET_set=
ac_cv_env_WINDRES_FOR_TARGET_value=
ac_cv_env_WINDRES_set=
ac_cv_env_WINDRES_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-linux-gnu
ac_cv_env_build_configargs_set=
ac_cv_env_build_configargs_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-linux-gnu
ac_cv_env_host_configargs_set=
ac_cv_env_host_configargs_value=
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=x86_64-linux-gnux32
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_AR_FOR_TARGET=/usr/x86_64-linux-gnux32/bin/ar
ac_cv_path_AS_FOR_TARGET=/usr/x86_64-linux-gnux32/bin/as
ac_cv_path_LD_FOR_TARGET=/usr/x86_64-linux-gnux32/bin/ld
ac_cv_path_NM_FOR_TARGET=/usr/x86_64-linux-gnux32/bin/nm
ac_cv_path_OBJCOPY_FOR_TARGET=/usr/x86_64-linux-gnux32/bin/objcopy
ac_cv_path_OBJDUMP_FOR_TARGET=/usr/x86_64-linux-gnux32/bin/objdump
ac_cv_path_RANLIB_FOR_TARGET=/usr/x86_64-linux-gnux32/bin/ranlib
ac_cv_path_READELF_FOR_TARGET=/usr/x86_64-linux-gnux32/bin/readelf
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_STRIP_FOR_TARGET=/usr/x86_64-linux-gnux32/bin/strip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=x86_64-linux-gnu-ar
ac_cv_prog_AS=x86_64-linux-gnu-as
ac_cv_prog_AWK=gawk
ac_cv_prog_BISON=bison
ac_cv_prog_CC=x86_64-linux-gnu-gcc-13
ac_cv_prog_CC_FOR_TARGET=x86_64-linux-gnux32-gcc
ac_cv_prog_EXPECT=expect
ac_cv_prog_FLEX=flex
ac_cv_prog_GCC_FOR_TARGET=x86_64-linux-gnux32-gcc
ac_cv_prog_GDC=x86_64-linux-gnu-gdc-13
ac_cv_prog_GNATBIND=x86_64-linux-gnu-gnatbind
ac_cv_prog_GNATMAKE=x86_64-linux-gnu-gnatmake
ac_cv_prog_LD=x86_64-linux-gnu-ld
ac_cv_prog_LEX=flex
ac_cv_prog_M4=m4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=x86_64-linux-gnu-nm
ac_cv_prog_OBJCOPY=x86_64-linux-gnu-objcopy
ac_cv_prog_OBJDUMP=x86_64-linux-gnu-objdump
ac_cv_prog_RANLIB=x86_64-linux-gnu-ranlib
ac_cv_prog_READELF=x86_64-linux-gnu-readelf
ac_cv_prog_RUNTEST=runtest
ac_cv_prog_STRIP=x86_64-linux-gnu-strip
ac_cv_prog_YACC='bison -y'
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_target=x86_64-pc-linux-gnux32
acx_cv_cc_gcc_supports_ada=no
acx_cv_d_compiler_works=yes
acx_cv_prog_LN=ln
ax_cv_cxx_compile_cxx11=yes
gcc_cv_initfini_array=yes
gcc_cv_isl=yes
gcc_cv_libc_provides_ssp=yes
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
gcc_cv_tool_dirs=/usr/libexec/gcc/x86_64-linux-gnux32/13:/usr/libexec/gcc/x86_64-linux-gnux32:/usr/lib/gcc/x86_64-linux-gnux32/13:/usr/lib/gcc/x86_64-linux-gnux32:/usr/x86_64-linux-gnux32/bin/x86_64-linux-gnux32/13:/usr/x86_64-linux-gnux32/bin:
gcc_cv_tool_prefix=/usr
lt_cv_objdir=.libs

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='x86_64-linux-gnu-ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='/usr/x86_64-linux-gnux32/bin/ar'
AS='x86_64-linux-gnu-as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='/usr/x86_64-linux-gnux32/bin/as'
AWK='gawk'
BISON='bison'
BUILD_CONFIG='bootstrap-lto-lean'
CC='x86_64-linux-gnu-gcc-13'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
CFLAGS='-g -O2'
CFLAGS_FOR_BUILD='-g -O2'
CFLAGS_FOR_TARGET='-g -O2'
COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
CONFIGURE_GDB_TK=''
CPPFLAGS=''
CPPFLAGS_FOR_BUILD=''
CPP_FOR_BUILD=''
CXX='x86_64-linux-gnu-g++-13'
CXXFLAGS='-g -O2'
CXXFLAGS_FOR_BUILD='-g -O2'
CXXFLAGS_FOR_TARGET='-g -O2'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xg++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_CXX11=1 -DLT_OBJDIR=\".libs/\"'
DLLTOOL='dlltool'
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET='x86_64-linux-gnux32-dlltool'
DSYMUTIL='dsymutil'
DSYMUTIL_FOR_BUILD='$(DSYMUTIL)'
DSYMUTIL_FOR_TARGET='x86_64-linux-gnux32-dsymutil'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT='expect'
FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include -isystem $(CURDIR)/sys-include'
FLEX='flex'
GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
GCC_SHLIB_SUBDIR=''
GDB_TK=''
GDC='x86_64-linux-gnu-gdc-13'
GDCFLAGS=''
GDC_FOR_BUILD='$(GDC)'
GDC_FOR_TARGET='x86_64-linux-gnux32-gdc'
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
GM2_FOR_TARGET='x86_64-linux-gnux32-gm2'
GNATBIND='x86_64-linux-gnu-gnatbind'
GNATMAKE='x86_64-linux-gnu-gnatmake'
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET='x86_64-linux-gnux32-gccgo'
HAVE_CXX11='1'
HAVE_CXX11_FOR_BUILD=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='x86_64-linux-gnu-ld'
LDFLAGS='-Wl,-z,relro'
LDFLAGS_FOR_BUILD='-Wl,-z,relro'
LDFLAGS_FOR_TARGET='-Wl,-z,relro'
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='/usr/x86_64-linux-gnux32/bin/ld'
LEX='flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='x86_64-linux-gnux32-lipo'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
NM='x86_64-linux-gnu-nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='/usr/x86_64-linux-gnux32/bin/nm'
OBJCOPY='x86_64-linux-gnu-objcopy'
OBJCOPY_FOR_TARGET='/usr/x86_64-linux-gnux32/bin/objcopy'
OBJDUMP='x86_64-linux-gnu-objdump'
OBJDUMP_FOR_TARGET='/usr/x86_64-linux-gnux32/bin/objdump'
OBJEXT='o'
OTOOL='otool'
OTOOL_FOR_TARGET='x86_64-linux-gnux32-otool'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PGO_BUILD_GEN_CFLAGS=''
PGO_BUILD_LTO_CFLAGS=''
PGO_BUILD_USE_CFLAGS=''
RANLIB='x86_64-linux-gnu-ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='/usr/x86_64-linux-gnux32/bin/ranlib'
RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
READELF='x86_64-linux-gnu-readelf'
READELF_FOR_TARGET='/usr/x86_64-linux-gnux32/bin/readelf'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/usr/bin/sed'
SHELL='/bin/bash'
STRIP='x86_64-linux-gnu-strip'
STRIP_FOR_TARGET='/usr/x86_64-linux-gnux32/bin/strip'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../src/configure -v --with-pkgversion='\''Debian 13.3.0-1'\'' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,c++,fortran --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-libitm --disable-vtable-verify --enable-plugin --with-system-zlib --enable-multiarch --disable-werror --enable-cet --with-abi=mx32 --with-multilib-list=mx32,m64,m32 --enable-multilib --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnux32 --program-prefix=x86_64-linux-gnux32- --includedir=/usr/x86_64-linux-gnux32/include --with-build-config=bootstrap-lto-lean --enable-link-serialization=1'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='x86_64-linux-gnux32-windmc'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='x86_64-linux-gnux32-windres'
YACC='bison -y'
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-linux-gnu'
build_configargs=' --cache-file=./config.cache '\''-v'\'' '\''--with-pkgversion=Debian 13.3.0-1'\'' '\''--with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs'\'' '\''--prefix=/usr'\'' '\''--with-gcc-major-version-only'\'' '\''--enable-shared'\'' '\''--enable-linker-build-id'\'' '\''--libexecdir=/usr/libexec'\'' '\''--without-included-gettext'\'' '\''--enable-threads=posix'\'' '\''--libdir=/usr/lib'\'' '\''--enable-nls'\'' '\''--with-sysroot=/'\'' '\''--enable-clocale=gnu'\'' '\''--enable-libstdcxx-debug'\'' '\''--enable-libstdcxx-time=yes'\'' '\''--with-default-libstdcxx-abi=new'\'' '\''--enable-libstdcxx-backtrace'\'' '\''--enable-gnu-unique-object'\'' '\''--disable-libitm'\'' '\''--disable-vtable-verify'\'' '\''--enable-plugin'\'' '\''--with-system-zlib'\'' '\''--enable-multiarch'\'' '\''--disable-werror'\'' '\''--enable-cet'\'' '\''--with-abi=mx32'\'' '\''--with-multilib-list=mx32,m64,m32'\'' '\''--enable-multilib'\'' '\''--enable-checking=release'\'' '\''--includedir=/usr/x86_64-linux-gnux32/include'\'' '\''--with-build-config=bootstrap-lto-lean'\'' '\''--enable-link-serialization=1'\'' '\''--enable-languages=c,c++,fortran,lto'\'' --program-transform-name='\''s&$$&-13&;s&^&x86_64-linux-gnux32-&'\'' --disable-option-checking'
build_configdirs=' libiberty libcpp fixincludes'
build_cpu='x86_64'
build_libsubdir='build-x86_64-linux-gnu'
build_noncanonical='x86_64-linux-gnu'
build_os='linux-gnu'
build_subdir='build-x86_64-linux-gnu'
build_tooldir='${exec_prefix}/x86_64-linux-gnux32'
build_vendor='pc'
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/* | gcc/m2/gm2-compiler-boot/M2Version* | gcc/m2/gm2-compiler-boot/SYSTEM* | gcc/m2/gm2version*'
configdirs=' intl libiberty libbacktrace libcpp libcody libdecnumber fixincludes gcc libcc1 c++tools lto-plugin'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
do_compare='cmp --ignore-initial=16 $$f1 $$f2'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
extra_host_libiberty_configure_flags='--enable-shared'
extra_host_zlib_configure_flags=''
extra_isl_gmp_configure_flags=''
extra_linker_plugin_configure_flags=''
extra_linker_plugin_flags=''
extra_mpc_gmp_configure_flags=''
extra_mpc_mpfr_configure_flags=''
extra_mpfr_configure_flags=''
get_gcc_base_ver='sed -e '\''s/^\([0-9]*\).*/\1/'\'''
gmpinc=''
gmplibs='-lmpc -lmpfr -lgmp'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-linux-gnu'
host_configargs=' --cache-file=./config.cache  --with-system-zlib '\''-v'\'' '\''--with-pkgversion=Debian 13.3.0-1'\'' '\''--with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs'\'' '\''--prefix=/usr'\'' '\''--with-gcc-major-version-only'\'' '\''--enable-shared'\'' '\''--enable-linker-build-id'\'' '\''--libexecdir=/usr/libexec'\'' '\''--without-included-gettext'\'' '\''--enable-threads=posix'\'' '\''--libdir=/usr/lib'\'' '\''--enable-nls'\'' '\''--with-sysroot=/'\'' '\''--enable-clocale=gnu'\'' '\''--enable-libstdcxx-debug'\'' '\''--enable-libstdcxx-time=yes'\'' '\''--with-default-libstdcxx-abi=new'\'' '\''--enable-libstdcxx-backtrace'\'' '\''--enable-gnu-unique-object'\'' '\''--disable-libitm'\'' '\''--disable-vtable-verify'\'' '\''--enable-plugin'\'' '\''--with-system-zlib'\'' '\''--enable-multiarch'\'' '\''--disable-werror'\'' '\''--enable-cet'\'' '\''--with-abi=mx32'\'' '\''--with-multilib-list=mx32,m64,m32'\'' '\''--enable-multilib'\'' '\''--enable-checking=release'\'' '\''--includedir=/usr/x86_64-linux-gnux32/include'\'' '\''--with-build-config=bootstrap-lto-lean'\'' '\''--enable-link-serialization=1'\'' '\''--enable-languages=c,c++,fortran,lto'\'' --program-transform-name='\''s&$$&-13&;s&^&x86_64-linux-gnux32-&'\'' --disable-option-checking'
host_cpu='x86_64'
host_libs_picflag=''
host_noncanonical='x86_64-linux-gnu'
host_os='linux-gnu'
host_shared='no'
host_subdir='.'
host_vendor='pc'
htmldir='${docdir}'
includedir='/usr/x86_64-linux-gnux32/include'
infodir='${datarootdir}/info'
islinc=''
isllibs=' -lisl'
libdir='/usr/lib'
libexecdir='/usr/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags='-static-libstdc++ -static-libgcc'
poststage1_libs=''
prefix='/usr'
program_transform_name='s&$$&-13&;s&^&x86_64-linux-gnux32-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g'
stage1_checking='--enable-checking=release,types'
stage1_languages='c,c++,lto'
stage1_ldflags='-static-libstdc++ -static-libgcc'
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='x86_64-pc-linux-gnux32'
target_alias='x86_64-linux-gnux32'
target_configargs='--cache-file=./config.cache --with-cross-host=x86_64-linux-gnu   '\''-v'\'' '\''--with-pkgversion=Debian 13.3.0-1'\'' '\''--with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs'\'' '\''--prefix=/usr'\'' '\''--with-gcc-major-version-only'\'' '\''--enable-shared'\'' '\''--enable-linker-build-id'\'' '\''--libexecdir=/usr/libexec'\'' '\''--without-included-gettext'\'' '\''--enable-threads=posix'\'' '\''--libdir=/usr/lib'\'' '\''--enable-nls'\'' '\''--with-sysroot=/'\'' '\''--enable-clocale=gnu'\'' '\''--enable-libstdcxx-debug'\'' '\''--enable-libstdcxx-time=yes'\'' '\''--with-default-libstdcxx-abi=new'\'' '\''--enable-libstdcxx-backtrace'\'' '\''--enable-gnu-unique-object'\'' '\''--disable-libitm'\'' '\''--disable-vtable-verify'\'' '\''--enable-plugin'\'' '\''--with-system-zlib'\'' '\''--enable-multiarch'\'' '\''--disable-werror'\'' '\''--enable-cet'\'' '\''--with-abi=mx32'\'' '\''--with-multilib-list=mx32,m64,m32'\'' '\''--enable-multilib'\'' '\''--enable-checking=release'\'' '\''--includedir=/usr/x86_64-linux-gnux32/include'\'' '\''--with-build-config=bootstrap-lto-lean'\'' '\''--enable-link-serialization=1'\'' '\''--enable-languages=c,c++,fortran,lto'\'' --program-transform-name='\''s&$$&-13&;s&^&x86_64-linux-gnux32-&'\'' --disable-option-checking'
target_configdirs=' libgcc libbacktrace libgomp libatomic libstdc++-v3 libsanitizer libvtv libssp libquadmath libgfortran'
target_cpu='x86_64'
target_noncanonical='x86_64-linux-gnux32'
target_os='linux-gnux32'
target_subdir='x86_64-linux-gnux32'
target_vendor='pc'
tooldir='${exec_prefix}/x86_64-linux-gnux32'

## ------------------- ##
## File substitutions. ##
## ------------------- ##

alphaieee_frag='/dev/null'
host_makefile_frag='/dev/null'
ospace_frag='/dev/null'
serialization_dependencies='serdep.tmp'
target_makefile_frag='../src/config/mt-gnu'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define HAVE_CXX11 1
#define LT_OBJDIR ".libs/"

configure: exit 0
LOGFILE END /tmp/buildd/gcc3/gcc-13-13.3.0/build/config.log
make[1]: *** [debian/rules2:1323: stamps/05-build-stamp] Error 1
make[1]: Leaving directory '/tmp/buildd/gcc3/gcc-13-13.3.0'
make: *** [debian/rules:51: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
Sat Jun 29 08:16:56 UTC 2024 - chroot-run.sh stopped running as /tmp/jenkins-script-mpQ2Lh3A, removing.
+ cleanup_all
+ rm -r /tmp/gitclone-fMCTULqlx
Sat Jun 29 08:16:56 UTC 2024 - rebootstrap.sh stopped running as /tmp/jenkins-script-4SNsNiLf, removing.

SSH EXIT CODE: 2
Build step 'Execute shell' marked build as failure
Sending e-mails to: jenkins+debian-bootstrap@jenkins.debian.net helmutg@debian.org abrodkin@synopsys.com
Finished: FAILURE