Re: 2.44
Paul Zimmermann <[email protected]> Mon, 27 Jul 2026 16:41:04 +0200
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <p9u0zezc337j.fsf@thym> |
Andreas,
> Well, yes in the sense that with -j1 you likely won't get the bug.
with -j1 I still get:
=== Summary of results ===
1 FAIL
1251 PASS
15 XFAIL
Attached is config.log.
Paul
config.log
(application/octet-stream, 48.8 KB)
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNU C Library configure (see version.h), which was
generated by GNU Autoconf 2.72. Invocation command line was
$ ../configure --disable-sanity-checks
## --------- ##
## Platform. ##
## --------- ##
hostname = thym
uname -m = x86_64
uname -r = 7.1.3+deb14-amd64
uname -s = Linux
uname -v = #1 SMP PREEMPT_DYNAMIC Debian 7.1.3-1 (2026-07-04)
/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: /localdisk/zimmerma/.opam/with-rocq/bin/
PATH: /users/zimmerma/bin/
PATH: /usr/bin/
PATH: /usr/local/bin/
PATH: /bin/
PATH: /localdisk/zimmerma/bin/
PATH: /usr/local/sbin/
PATH: /localdisk/zimmerma/sollya-7.0/
PATH: /localdisk/zimmerma/z3-4.8.5-x64-debian-8.11/bin/
PATH: /opt/intel/oneapi/compiler/latest/bin/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2687: looking for aux files: install-sh config.guess config.sub
configure:2700: trying ../scripts/
configure:2711: ../scripts/install-sh found
configure:2729: ../scripts/config.guess found
configure:2729: ../scripts/config.sub found
configure:2929: checking build system type
configure:2945: result: x86_64-pc-linux-gnu
configure:2965: checking host system type
configure:2980: result: x86_64-pc-linux-gnu
configure:3064: checking for gcc
configure:3085: found /usr/bin/gcc
configure:3097: result: gcc
configure:3456: checking for C compiler version
configure:3465: gcc --version >&5
gcc (Debian 15.3.0-1) 15.3.0
Copyright (C) 2025 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:3476: $? = 0
configure:3465: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/15/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 15.3.0-1' --with-bugurl=file:///usr/share/doc/gcc-15/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust,cobol,algol68 --prefix=/usr --with-gcc-major-version-only --program-suffix=-15 --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 --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-15-15.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-15-15.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --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=3
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 15.3.0 (Debian 15.3.0-1)
... rest of stderr output deleted ...
configure:3476: $? = 0
configure:3465: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3476: $? = 1
configure:3465: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3476: $? = 1
configure:3465: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:3476: $? = 1
configure:3481: checking for suffix of object files
configure:3504: gcc -c conftest.c >&5
configure:3508: $? = 0
configure:3532: result: o
configure:3536: checking whether the compiler supports GNU C
configure:3556: gcc -c conftest.c >&5
configure:3556: $? = 0
configure:3568: result: yes
configure:3579: checking whether gcc accepts -g
configure:3600: gcc -c -g conftest.c >&5
configure:3600: $? = 0
configure:3647: result: yes
configure:3667: checking for gcc option to enable C11 features
configure:3682: gcc -c -g -O2 conftest.c >&5
configure:3682: $? = 0
configure:3701: result: none needed
configure:3979: checking for g++
configure:4000: found /usr/bin/g++
configure:4012: result: g++
configure:4039: checking for C++ compiler version
configure:4048: g++ --version >&5
g++ (Debian 15.3.0-1) 15.3.0
Copyright (C) 2025 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:4059: $? = 0
configure:4048: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/15/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 15.3.0-1' --with-bugurl=file:///usr/share/doc/gcc-15/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust,cobol,algol68 --prefix=/usr --with-gcc-major-version-only --program-suffix=-15 --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 --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-15-15.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-15-15.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --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=3
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 15.3.0 (Debian 15.3.0-1)
... rest of stderr output deleted ...
configure:4059: $? = 0
configure:4048: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4059: $? = 1
configure:4048: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:4059: $? = 1
configure:4063: checking whether the compiler supports GNU C++
configure:4083: g++ -c conftest.cpp >&5
configure:4083: $? = 0
configure:4095: result: yes
configure:4106: checking whether g++ accepts -g
configure:4127: g++ -c -g conftest.cpp >&5
configure:4127: $? = 0
configure:4174: result: yes
configure:4194: checking for g++ option to enable C++11 features
configure:4209: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main(int, char**)':
conftest.cpp:177:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
177 | cxx11test::delegate d2();
| ^~
conftest.cpp:177:25: note: remove parentheses to default-initialize a variable
177 | cxx11test::delegate d2();
| ^~
| --
conftest.cpp:177:25: note: or replace parentheses with braces to value-initialize a variable
configure:4209: $? = 0
configure:4228: result: none needed
configure:4306: checking whether g++ can link programs
configure:4330: g++ -o conftest -g -O2 conftest.cpp >&5
configure:4330: $? = 0
configure:4356: g++ -o conftest -g -O2 -static conftest.cpp >&5
configure:4356: $? = 0
configure:4375: result: yes
configure:4797: gcc -E conftest.c
conftest.c:18:3: error: #error no CET compiler support
18 | # error no CET compiler support
| ^~~~~
configure:4797: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "https://sourceware.org/bugzilla/"
| #define PACKAGE_URL "https://www.gnu.org/software/glibc/"
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/libc/bugs.html>"
| #define TIMEOUTFACTOR 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| #ifndef __CET__
| # error no CET compiler support
| #endif
| ;
| return 0;
| }
configure:4907: checking for sysdeps preconfigure fragments
configure:6: checking for egrep -e
configure:136: result: /usr/bin/grep -E
configure:6: checking for egrep -e
configure:136: result: /usr/bin/grep -E
configure:9: checking whether gcc compiles in -mx32 mode by default
configure:28: gcc -c -g -O2 conftest.c >&5
conftest.c:14:3: error: #error not x32
14 | # error not x32
| ^~~~~
configure:28: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "https://sourceware.org/bugzilla/"
| #define PACKAGE_URL "https://www.gnu.org/software/glibc/"
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/libc/bugs.html>"
| #define TIMEOUTFACTOR 1
| #define USE_PPC_SCV 1
| /* end confdefs.h. */
| #ifndef __ILP32__
| # error not x32
| #endif
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:38: result: no
configure:4914: result:
configure:4960: checking for a BSD-compatible install
configure:5034: result: /usr/bin/install -c
configure:5049: checking whether ln -s works
configure:5053: result: yes
configure:5257: checking for /usr/bin/x86_64-linux-gnu-ld
configure:5290: result: /usr/bin/x86_64-linux-gnu-ld
configure:5305: checking version of /usr/bin/x86_64-linux-gnu-ld
configure:5315: result: 2.46.90.20260712, ok
configure:5332: checking for gnumake
configure:5368: result: no
configure:5332: checking for gmake
configure:5353: found /usr/bin/gmake
configure:5365: result: gmake
configure:5380: checking version of gmake
configure:5390: result: 4.4.1, ok
configure:5402: checking for gnumsgfmt
configure:5438: result: no
configure:5402: checking for gmsgfmt
configure:5438: result: no
configure:5402: checking for msgfmt
configure:5423: found /usr/bin/msgfmt
configure:5435: result: msgfmt
configure:5450: checking version of msgfmt
configure:5460: result: 1.0, ok
configure:5471: checking for makeinfo
configure:5492: found /usr/bin/makeinfo
configure:5504: result: makeinfo
configure:5519: checking version of makeinfo
configure:5529: result: 7.3, ok
configure:5540: checking for sed
configure:5561: found /usr/bin/sed
configure:5573: result: sed
configure:5588: checking version of sed
configure:5598: result: 4.9, ok
configure:5609: checking for gawk
configure:5630: found /usr/bin/gawk
configure:5642: result: gawk
configure:5657: checking version of gawk
configure:5667: result: 5.3.2, ok
configure:5678: checking for bison
configure:5699: found /usr/bin/bison
configure:5711: result: bison
configure:5726: checking version of bison
configure:5736: result: 3.8.2, ok
configure:5745: checking if gcc is sufficient to build libc
configure:5766: gcc -E conftest.c
configure:5766: $? = 0
configure:5776: result: yes
configure:5866: checking for python3
configure:5887: found /usr/bin/python3
configure:5899: result: python3
configure:5914: checking version of python3
configure:5924: result: 3.14.6, ok
configure:5949: checking for use of fpu sysdeps directories
configure:5970: result: yes
configure:5987: checking for clang in testing
configure:5994: gcc -g -O2 -c conftest.c -o conftest 1>&5
conftest.c:3:2: error: #error Not Clang!
3 | #error Not Clang!
| ^~~~~
configure:5997: $? = 1
configure:6006: result: no
configure:6022: checking for clang++ in testing
configure:6029: g++ -g -O2 -c conftest.cc -o conftest 1>&5
conftest.cc:3:2: error: #error Not Clang!
3 | #error Not Clang!
| ^~~~~
configure:6032: $? = 1
configure:6041: result: no
configure:6093: checking for -fstack-protector
configure:6100: gcc -Werror -fstack-protector -xc /dev/null -S -o /dev/null
configure:6103: $? = 0
configure:6113: result: yes
configure:6149: checking for -fstack-protector-strong
configure:6156: gcc -g -O2 -Werror -fstack-protector-strong -xc /dev/null -S -o /dev/null
configure:6159: $? = 0
configure:6170: result: yes
configure:6173: checking for -fstack-protector-all
configure:6180: gcc -g -O2 -Werror -fstack-protector-all -xc /dev/null -S -o /dev/null
configure:6183: $? = 0
configure:6194: result: yes
configure:6242: checking for assembler and linker STT_GNU_IFUNC support
Relocation section '.rela.dyn' at offset 0x248 contains 1 entry:
Offset Info Type Sym. Value Sym. Name + Addend
000000002000 000000000025 R_X86_64_IRELATIV 1000
configure:6275: result: yes
configure:6279: checking for gcc attribute ifunc support
configure:6307: result: yes
configure:6312: checking whether the linker supports textrels along with ifunc
configure:6343: gcc -g -O2 -nostartfiles -nostdlib -fno-stack-protector -pie -o conftest conftest.S
/usr/bin/x86_64-linux-gnu-ld.bfd: /tmp/cccl2tLA.o: warning: relocation against `address' in read-only section `.text'
/usr/bin/x86_64-linux-gnu-ld.bfd: warning: GNU indirect functions with DT_TEXTREL may result in a segfault at runtime; recompile with -fPIE
/usr/bin/x86_64-linux-gnu-ld.bfd: warning: creating DT_TEXTREL in a PIE
configure:6346: $? = 0
configure:6354: result: yes
configure:6359: checking for GNU attribute retain support
configure:6376: result: yes
configure:6386: checking if compiler warns about alias for function with incompatible types
conftest.c:9:34: error: 'foo_alias' alias between functions of incompatible types 'int(const void *, int)' and 'int (*(void))(const void *, int)' [-Werror=attribute-alias=]
9 | extern __typeof (__redirect_foo) foo_alias __attribute__ ((alias ("foo")));
| ^~~~~~~~~
conftest.c:4:28: note: aliased declaration here
4 | __typeof (__redirect_foo) *foo_impl (void)
| ^~~~~~~~
cc1: all warnings being treated as errors
configure:6410: result: yes
configure:6448: checking sysdep dirs
configure:6646: result: sysdeps/generic
configure:6697: checking LD_LIBRARY_PATH variable
configure:6707: result: ok
configure:6718: checking for bash
configure:6741: found /usr/bin/bash
configure:6755: result: /usr/bin/bash
configure:6766: checking for perl
configure:6789: found /usr/bin/perl
configure:6803: result: /usr/bin/perl
configure:6817: checking for install-info
configure:6841: found /usr/bin/install-info
configure:6855: result: /usr/bin/install-info
configure:6864: checking for .set assembler directive
configure:6892: result: yes
configure:6899: checking linker support for protected data symbol
configure:6910: gcc -nostdlib -nostartfiles -fno-stack-protector -fPIC -shared conftest.c -o conftest.so
configure:6913: $? = 0
configure:6920: gcc -nostdlib -nostartfiles -fno-stack-protector conftest.c -o conftest conftest.so
/usr/bin/x86_64-linux-gnu-ld.bfd: /tmp/cc5BQOg9.o: copy relocation against non-copyable protected symbol `bar' in conftest.so
collect2: error: ld returned 1 exit status
configure:6923: $? = 1
configure:6932: result: no
configure:6936: checking linker support for INSERT in linker script
configure:6955: gcc -nostdlib -nostartfiles -fno-stack-protector -fPIC -shared conftest.c -Wl,-T,conftest.t -o conftest.so
configure:6958: $? = 0
configure:6966: result: yes
configure:6970: checking for broken __attribute__((alias()))
configure:6986: gcc -Werror -S conftest.c -o conftest.s 1>&5
configure:6989: $? = 0
configure:7000: result: no
configure:7006: checking whether to put _rtld_local into .sdata section
configure:7022: result: no
configure:7029: checking whether the compiler links with libunwind
configure:7047: result: no
configure:7058: checking whether --noexecstack is desirable for .S files
configure:7069: gcc -g -O2
-S -o conftest.s conftest.c 1>&5
configure:7072: $? = 0
configure:7077: gcc -Wa,--noexecstack
-c -o conftest.o conftest.s 1>&5
configure:7080: $? = 0
configure:7090: result: yes
configure:7097: checking for linker that supports --no-error-execstack
configure:7109: gcc -g -O2 -fno-stack-protector
-Wl,--no-error-execstack -nostdlib -nostartfiles
-fPIC -shared -o conftest.so conftest.c
1>&5
configure:7112: $? = 0
configure:7130: result: yes
configure:7134: checking for linker that supports -z execstack
configure:7144: gcc -g -O2 -fno-stack-protector
-Wl,-z,execstack -nostdlib -nostartfiles
-fPIC -shared -o conftest.so conftest.c
1>&5
configure:7147: $? = 0
configure:7164: result: yes
configure:7168: checking for linker that supports -z start-stop-gc
configure:7178: gcc -g -O2 -fno-stack-protector
-Wl,-z,start-stop-gc -nostdlib -nostartfiles
-fPIC -shared -o conftest.so conftest.c
1>&5
configure:7181: $? = 0
configure:7198: result: yes
configure:7203: checking for linker that supports --depaudit
configure:7215: gcc -g -O2 -fno-stack-protector
-Wl,--depaudit,x -nostdlib -nostartfiles
-fPIC -shared -o conftest.so conftest.c
1>&5
configure:7218: $? = 0
configure:7236: result: yes
configure:7241: checking for linker that supports -z pack-relative-relocs
configure:7251: gcc -g -O2 -fno-stack-protector
-Wl,-z,pack-relative-relocs -nostdlib -nostartfiles
-fPIC -shared -o conftest.so conftest.c
1>&5
configure:7254: $? = 0
configure:7271: result: yes
configure:7276: checking for linker that supports --no-dynamic-linker
configure:7286: gcc -g -O2 -fno-stack-protector
-Wl,--no-dynamic-linker -nostdlib -nostartfiles
-fPIC -shared -o conftest.so conftest.c
1>&5
configure:7289: $? = 0
configure:7306: result: yes
configure:7312: checking for -static-pie
configure:7319: gcc -static-pie -xc /dev/null -S -o /dev/null
configure:7322: $? = 0
configure:7332: result: yes
configure:7372: checking for -fpie
configure:7379: gcc -fpie -xc /dev/null -S -o /dev/null
configure:7382: $? = 0
configure:7393: result: yes
configure:7398: checking for GLOB_DAT reloc
configure:7412: gcc -g -O2
-fPIC -shared -o conftest.so conftest.c
-nostdlib -nostartfiles -fno-stack-protector
1>&5
configure:7415: $? = 0
configure:7429: result: yes
configure:7447: checking for tls descriptor support in testing
configure:7454: gcc -g -O2 -fPIC -mtls-dialect=gnu2 -nostdlib -nostartfiles -shared conftest.c -o conftest 1>&5
configure:7457: $? = 0
configure:7466: result: gnu2
configure:7482: checking for traditional tls support in testing
configure:7489: gcc -g -O2 -fPIC -mtls-dialect=gnu -nostdlib -nostartfiles -shared conftest.c -o conftest 1>&5
configure:7492: $? = 0
configure:7501: result: gnu
configure:7510: checking for -Wno-maybe-uninitialized
configure:7517: gcc -Werror -Wno-maybe-uninitialized -xc /dev/null -S -o /dev/null
configure:7520: $? = 0
configure:7531: result: -Wno-maybe-uninitialized
configure:7536: checking whether cc puts quotes around section names
configure:7559: result: no
configure:7566: checking for __builtin_memset
configure:7579: gcc -O3 -S conftest.c -o - | grep -F memset > /dev/null
configure:7582: $? = 1
configure:7592: result: yes
configure:7599: checking for 64-bit atomic support
configure:7618: gcc -O2 -S conftest.c
configure:7621: $? = 0
configure:7631: result: yes
configure:7641: checking for compiler option to disable generation of FMA instructions
configure:7650: gcc -ffp-contract=off -xc /dev/null -S -o /dev/null
configure:7653: $? = 0
configure:7661: result: -ffp-contract=off
configure:7697: checking for compiler option that -fsignaling-nans
configure:7704: gcc -Werror -fsignaling-nans -xc /dev/null -S -o /dev/null
configure:7707: $? = 0
configure:7717: result: -fsignaling-nans
configure:7760: checking -fsemantic-interposition in testing
configure:7767: gcc -Werror -fsemantic-interposition -xc /dev/null -S -o /dev/null
configure:7770: $? = 0
configure:7781: result: yes
configure:7794: checking for -ffloat-store in testing
configure:7801: gcc -Werror -ffloat-store -xc /dev/null -S -o /dev/null
configure:7804: $? = 0
configure:7814: result: -ffloat-store
configure:7832: checking if __attribute__ ((__optimize__("-fno-tree-loop-distribute-patterns"))) works
configure:7839: gcc -g -O2 -c -Werror conftest.c -o conftest 1>&5
configure:7842: $? = 0
configure:7852: result: yes
configure:7899: checking for -Wimplicit-fallthrough
configure:7906: gcc -Werror -Wimplicit-fallthrough -xc /dev/null -S -o /dev/null
configure:7909: $? = 0
configure:7919: result: -Wimplicit-fallthrough
configure:7962: checking for -Wfree-labels
configure:7969: gcc -Werror -Wfree-labels -xc /dev/null -S -o /dev/null
configure:7972: $? = 0
configure:7982: result: -Wfree-labels
configure:8022: checking for -Wmissing-parameter-name
configure:8029: gcc -Werror -Wmissing-parameter-name -xc /dev/null -S -o /dev/null
configure:8032: $? = 0
configure:8042: result: -Wmissing-parameter-name
configure:8099: checking support for trampolines in testing
configure:8106: gcc -g -O2 -c -Werror conftest.c -o conftest 1>&5
configure:8109: $? = 0
configure:8119: result: yes
configure:8132: checking -Wno-restrict in testing
configure:8139: gcc -Werror -Wno-restrict -xc /dev/null -S -o /dev/null
configure:8142: $? = 0
configure:8153: result: -Wno-restrict
configure:8166: checking -Wno-fortify-source in testing
configure:8173: gcc -Werror -Wno-fortify-source -xc /dev/null -S -o /dev/null
configure:8176: $? = 0
configure:8187: result: -Wno-fortify-source
configure:8200: checking -finput-charset=ascii in testing
configure:8207: gcc -Werror -finput-charset=ascii -xc /dev/null -S -o /dev/null
configure:8210: $? = 0
configure:8221: result: -finput-charset=ascii
configure:8234: checking g++ -finput-charset=ascii in testing
configure:8241: g++ -Werror -finput-charset=ascii -xc++ /dev/null -S -o /dev/null
configure:8244: $? = 0
configure:8255: result: -finput-charset=ascii
configure:8268: checking g++ -std=c++26 in testing
configure:8275: g++ -Werror -std=c++26 -xc++ /dev/null -S -o /dev/null
configure:8278: $? = 0
configure:8289: result: -std=c++26
configure:8322: checking for STB_GNU_UNIQUE in testing
configure:8329: g++ -g -O2 -c conftest.cc -o conftest 1>&5
configure:8332: $? = 0
configure:8348: result: yes
configure:8357: checking for libgd
configure:8377: gcc -o conftest -g -O2 conftest.c -lgd -lpng -lz -lm >&5
conftest.c:23:10: fatal error: gd.h: No such file or directory
23 | #include <gd.h>
| ^~~~~~
compilation terminated.
configure:8377: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "https://sourceware.org/bugzilla/"
| #define PACKAGE_URL "https://www.gnu.org/software/glibc/"
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/libc/bugs.html>"
| #define TIMEOUTFACTOR 1
| #define USE_PPC_SCV 1
| #define HAVE_CC_NO_STACK_PROTECTOR 1
| #define HAVE_TEST_CC_NO_STACK_PROTECTOR 1
| #define STACK_PROTECTOR_LEVEL 0
| #define HAVE_GNU_RETAIN 1
| #define USE_MULTIARCH 1
| #define HAVE_ASM_SET_DIRECTIVE 1
| #define HAVE_BUILTIN_MEMSET 1
| #define HAVE_64B_ATOMICS 1
| #define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
| #define HAVE_TEST_CC_INHIBIT_LOOP_TO_LIBCALL 1
| /* end confdefs.h. */
| #include <gd.h>
| int
| main (void)
| {
| gdImagePng (0, 0)
| ;
| return 0;
| }
configure:8392: result: no
configure:8401: checking for is_selinux_enabled in -lselinux
configure:8430: gcc -o conftest -g -O2 conftest.c -lselinux >&5
configure:8430: $? = 0
configure:8442: result: yes
configure:8465: checking for audit_log_user_avc_message in -laudit
configure:8494: gcc -o conftest -g -O2 conftest.c -laudit >&5
/usr/bin/x86_64-linux-gnu-ld.bfd: cannot find -laudit: No such file or directory
collect2: error: ld returned 1 exit status
configure:8494: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "https://sourceware.org/bugzilla/"
| #define PACKAGE_URL "https://www.gnu.org/software/glibc/"
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/libc/bugs.html>"
| #define TIMEOUTFACTOR 1
| #define USE_PPC_SCV 1
| #define HAVE_CC_NO_STACK_PROTECTOR 1
| #define HAVE_TEST_CC_NO_STACK_PROTECTOR 1
| #define STACK_PROTECTOR_LEVEL 0
| #define HAVE_GNU_RETAIN 1
| #define USE_MULTIARCH 1
| #define HAVE_ASM_SET_DIRECTIVE 1
| #define HAVE_BUILTIN_MEMSET 1
| #define HAVE_64B_ATOMICS 1
| #define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
| #define HAVE_TEST_CC_INHIBIT_LOOP_TO_LIBCALL 1
| #define HAVE_SELINUX 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply.
| The 'extern "C"' is for builds by C++ compilers;
| although this is not generally supported in C code supporting it here
| has little cost and some practical benefit (sr 110532). */
| #ifdef __cplusplus
| extern "C"
| #endif
| char audit_log_user_avc_message (void);
| int
| main (void)
| {
| return audit_log_user_avc_message ();
| ;
| return 0;
| }
configure:8506: result: no
configure:8524: checking for cap_init in -lcap
configure:8553: gcc -o conftest -g -O2 conftest.c -lcap >&5
/usr/bin/x86_64-linux-gnu-ld.bfd: cannot find -lcap: No such file or directory
collect2: error: ld returned 1 exit status
configure:8553: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "https://sourceware.org/bugzilla/"
| #define PACKAGE_URL "https://www.gnu.org/software/glibc/"
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/libc/bugs.html>"
| #define TIMEOUTFACTOR 1
| #define USE_PPC_SCV 1
| #define HAVE_CC_NO_STACK_PROTECTOR 1
| #define HAVE_TEST_CC_NO_STACK_PROTECTOR 1
| #define STACK_PROTECTOR_LEVEL 0
| #define HAVE_GNU_RETAIN 1
| #define USE_MULTIARCH 1
| #define HAVE_ASM_SET_DIRECTIVE 1
| #define HAVE_BUILTIN_MEMSET 1
| #define HAVE_64B_ATOMICS 1
| #define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
| #define HAVE_TEST_CC_INHIBIT_LOOP_TO_LIBCALL 1
| #define HAVE_SELINUX 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply.
| The 'extern "C"' is for builds by C++ compilers;
| although this is not generally supported in C code supporting it here
| has little cost and some practical benefit (sr 110532). */
| #ifdef __cplusplus
| extern "C"
| #endif
| char cap_init (void);
| int
| main (void)
| {
| return cap_init ();
| ;
| return 0;
| }
configure:8565: result: no
configure:8588: checking for maximum supported _FORTIFY_SOURCE level
configure:8606: gcc -o conftest -g -O2 conftest.c >&5
configure:8606: $? = 0
configure:8618: result: 3
configure:8709: gcc -E conftest.c
conftest.c:30:3: error: #error _FILE_OFFSET_BITS not defined
30 | # error _FILE_OFFSET_BITS not defined
| ^~~~~
configure:8709: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "https://sourceware.org/bugzilla/"
| #define PACKAGE_URL "https://www.gnu.org/software/glibc/"
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/libc/bugs.html>"
| #define TIMEOUTFACTOR 1
| #define USE_PPC_SCV 1
| #define HAVE_CC_NO_STACK_PROTECTOR 1
| #define HAVE_TEST_CC_NO_STACK_PROTECTOR 1
| #define STACK_PROTECTOR_LEVEL 0
| #define HAVE_GNU_RETAIN 1
| #define USE_MULTIARCH 1
| #define HAVE_ASM_SET_DIRECTIVE 1
| #define HAVE_BUILTIN_MEMSET 1
| #define HAVE_64B_ATOMICS 1
| #define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
| #define HAVE_TEST_CC_INHIBIT_LOOP_TO_LIBCALL 1
| #define HAVE_SELINUX 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| #ifndef _FILE_OFFSET_BITS
| # error _FILE_OFFSET_BITS not defined
| #endif
| ;
| return 0;
| }
configure:8739: gcc -E conftest.c
conftest.c:30:3: error: #error _TIME_BITS not defined
30 | # error _TIME_BITS not defined
| ^~~~~
configure:8739: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "https://sourceware.org/bugzilla/"
| #define PACKAGE_URL "https://www.gnu.org/software/glibc/"
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/libc/bugs.html>"
| #define TIMEOUTFACTOR 1
| #define USE_PPC_SCV 1
| #define HAVE_CC_NO_STACK_PROTECTOR 1
| #define HAVE_TEST_CC_NO_STACK_PROTECTOR 1
| #define STACK_PROTECTOR_LEVEL 0
| #define HAVE_GNU_RETAIN 1
| #define USE_MULTIARCH 1
| #define HAVE_ASM_SET_DIRECTIVE 1
| #define HAVE_BUILTIN_MEMSET 1
| #define HAVE_64B_ATOMICS 1
| #define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
| #define HAVE_TEST_CC_INHIBIT_LOOP_TO_LIBCALL 1
| #define HAVE_SELINUX 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| #ifndef _TIME_BITS
| # error _TIME_BITS not defined
| #endif
| ;
| return 0;
| }
configure:8755: checking whether the assembler requires one version per symbol
configure:8778: result: no
configure:8785: checking for __builtin_trap with no external dependencies
configure:8803: gcc -c -g -O2 conftest.c >&5
configure:8803: $? = 0
libc_undefs=''
configure:8819: result: yes
configure:8826: checking whether the compiler supports __attribute__ ((aligned (65536)))
configure:8839: gcc -c -g -O2 conftest.c >&5
configure:8839: $? = 0
configure:8850: result: yes
configure:8862: checking whether the C++ compiler supports thread_local
configure:8891: g++ -c -g -O2 -std=gnu++11 conftest.cpp >&5
configure:8891: $? = 0
configure:8903: result: yes
configure:8934: result: running configure fragment for sysdeps/unix/sysv/linux/x86_64/64
configure:8934: result: running configure fragment for sysdeps/unix/sysv/linux/x86_64
configure:8934: result: running configure fragment for sysdeps/unix/sysv/linux
configure:10: checking installed Linux kernel header files
configure:30: gcc -E conftest.c
configure:30: $? = 0
configure:40: result: 3.2.0 or later
configure:74: checking for kernel header at least 3.2.0
configure:93: gcc -E conftest.c
configure:93: $? = 0
configure:101: result: ok
configure:148: checking for symlinks in /usr/local/include
configure:165: result: ok
configure:8934: result: running configure fragment for sysdeps/nptl
configure:8934: result: running configure fragment for sysdeps/gnu
configure:8934: result: running configure fragment for sysdeps/x86_64
configure:5: checking for -mprefer-vector-width=128
configure:12: gcc -mprefer-vector-width=128 -xc /dev/null -S -o /dev/null
configure:15: $? = 0
configure:25: result: yes
configure:63: checking for linker that supports -z mark-plt
configure:73: gcc -g -O2 -fno-stack-protector
-Wl,-z,mark-plt -Wl,--fatal-warnings -nostdlib -nostartfiles
-fPIC -shared -o conftest.so conftest.c
1>&5
configure:76: $? = 0
configure:93: result: yes
configure:221: checking whether -mamx-tile works properly in testing
configure:228: gcc -g -O2 -E -mamx-tile conftest.c -o conftest 1>&5
configure:231: $? = 0
configure:250: result: yes
configure:260: checking whether -mapxf is enabled
configure:273: gcc -c -g -O2 conftest.c -o conftest.o 1>&5
conftest.c:2:16: warning: missing terminating ' character
2 | # error APX isn't enabled
| ^
conftest.c:2:3: error: #error APX isn't enabled
2 | # error APX isn't enabled
| ^~~~~
configure:276: $? = 1
configure:283: result: no
configure:8934: result: running configure fragment for sysdeps/x86
configure:5: checking for linker x86 ISA level support
configure:63: gcc -g -O2 -nostartfiles -nostdlib -r -o conftest conftest1.S conftest2.S
configure:66: $? = 0
configure:76: result: yes
configure:81: checking for LAHF/SAHF instruction support
configure:89: gcc -g -O2 -fverbose-asm -S -o - -x c /dev/null
configure:92: $? = 0
configure:98: result: no
configure:105: checking for MOVBE instruction support
configure:113: gcc -g -O2 -fverbose-asm -S -o - -x c /dev/null
configure:116: $? = 0
configure:122: result: no
configure:131: checking for ISA level support
configure:157: result: baseline
configure:186: checking if -mfpmath=387 works in testing
configure:193: gcc -Werror -mfpmath=387 -xc /dev/null -S -o /dev/null
configure:196: $? = 0
configure:207: result: yes
configure:228: checking if no direct extern access is enabled by default
configure:235: gcc -g -O2 -S -O2 -fno-pic conftest.c -o conftest 1>&5
configure:238: $? = 0
configure:266: result:
configure:274: checking if -mno-direct-extern-access works in testing
configure:281: gcc -Werror -mno-direct-extern-access -xc /dev/null -S -o /dev/null
configure:284: $? = 0
configure:295: result: yes
configure:306: checking if -fno-direct-access-external-data works in testing
configure:313: gcc -Werror -fno-direct-access-external-data -xc /dev/null -S -o /dev/null
gcc: error: unrecognized command-line option '-fno-direct-access-external-data'
configure:316: $? = 1
configure:327: result: no
configure:356: checking if -Os inlines trunc
configure:363: gcc -g -O2 -S -Os -msse4.1 conftest.c -o conftest 1>&5
configure:366: $? = 0
configure:384: result: no
configure:403: checking for __libgcc_cmp_return__ mode attribute support
configure:410: gcc -g -O2 -g -O2 -c conftest.c -o conftest 1>&5
configure:413: $? = 0
configure:422: result: yes
configure:443: checking if compiler inlines __builtin_fmod/__builtin_remainder
configure:450: gcc -g -O2 -g -O2 -fno-math-errno -S conftest.c -o conftest 1>&5
configure:453: $? = 0
configure:471: result: yes
configure:8999: checking whether -fPIC is default
conftest.c:2:3: error: #error PIC is default.
2 | # error PIC is default.
| ^~~~~
configure:9017: result: yes
configure:9022: checking whether -fPIE is default
conftest.c:2:3: error: #error PIE is default.
2 | # error PIE is default.
| ^~~~~
configure:9040: result: yes
configure:9049: checking PDE load address
configure:9077: result: 0x0000000000400000
configure:9085: checking for linker that supports -Ttext-segment=0x0000000000400000
configure:9095: gcc -g -O2 -fno-stack-protector
-Wl,-Ttext-segment=0x0000000000400000 -nostdlib -nostartfiles
-fPIC -shared -o conftest.so conftest.c
1>&5
configure:9098: $? = 0
configure:9115: result: yes
configure:9122: checking if compiler supports -fno-fp-int-builtin-inexact
configure:9129: gcc -Werror -fno-fp-int-builtin-inexact -xc /dev/null -S -o /dev/null
configure:9132: $? = 0
configure:9142: result: -fno-fp-int-builtin-inexact
configure:9181: checking for linker that supports --undefined-version
configure:9191: gcc -g -O2 -fno-stack-protector
-Wl,--undefined-version -nostdlib -nostartfiles
-fPIC -shared -o conftest.so conftest.c
1>&5
configure:9194: $? = 0
configure:9211: result: yes
configure:9216: checking if we can build programs as PIE
configure:9224: gcc -c -g -O2 conftest.c >&5
configure:9224: $? = 0
configure:9232: result: yes
configure:9244: checking if we can build static PIE programs
configure:9255: gcc -c -g -O2 conftest.c >&5
configure:9255: $? = 0
configure:9264: result: yes
configure:9285: checking whether gcc can link against -lgcc_s
configure:9304: gcc -o conftest -g -O2 conftest.c -lgcc_s >&5
configure:9304: $? = 0
configure:9316: result: yes
configure:9322: checking for the usable compiler runtime library
configure:9348: result: libgcc
configure:9357: checking for __sfp_handle_exceptions support
configure:9375: gcc -o conftest -g -O2 conftest.c >&5
configure:9375: $? = 0
configure:9387: result: yes
configure:9589: checking attribute can declared after function declaration
configure:9607: result: yes
configure:9735: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by GNU C Library config.status (see version.h), which was
generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on thym
config.status:1014: creating config.make
config.status:1014: creating Makefile
config.status:1014: creating config.h
config.status:1188: executing default commands
## ---------------- ##
## 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_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_TEST_CC_set=
ac_cv_env_TEST_CC_value=
ac_cv_env_TEST_CXX_set=
ac_cv_env_TEST_CXX_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_audit_audit_log_user_avc_message=no
ac_cv_lib_cap_cap_init=no
ac_cv_lib_selinux_is_selinux_enabled=yes
ac_cv_objext=o
ac_cv_path_BASH_SHELL=/usr/bin/bash
ac_cv_path_EGREP_TRADITIONAL='/usr/bin/grep -E'
ac_cv_path_INSTALL_INFO=/usr/bin/install-info
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_BISON=bison
ac_cv_prog_LD=/usr/bin/x86_64-linux-gnu-ld
ac_cv_prog_MAKE=gmake
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_MSGFMT=msgfmt
ac_cv_prog_PYTHON_PROG=python3
ac_cv_prog_SED=sed
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_cxx11=
ac_cv_prog_cxx_g=yes
ac_cv_prog_cxx_stdcxx=
libc_cv_aligned_65536=yes
libc_cv_as_noexecstack=yes
libc_cv_asm_set_directive=yes
libc_cv_attr_after_func_decl=yes
libc_cv_broken_alias_attribute=no
libc_cv_builtin_trap=yes
libc_cv_cc_cflags_no_direct_extern_access=no
libc_cv_cc_loop_to_function=yes
libc_cv_cc_mprefer_vector_width=yes
libc_cv_cc_no_fp_builtin_inexact=-fno-fp-int-builtin-inexact
libc_cv_cc_nofma=-ffp-contract=off
libc_cv_cc_pie_default=yes
libc_cv_cc_signaling_nans=-fsignaling-nans
libc_cv_cc_wfree_labels=-Wfree-labels
libc_cv_cc_wimplicit_fallthrough=-Wimplicit-fallthrough
libc_cv_cc_with_libunwind=no
libc_cv_cc_wmissing_parameter_name=-Wmissing-parameter-name
libc_cv_cc_x86_inline_fmod=yes
libc_cv_cc_x86_inline_trunc=no
libc_cv_cc_x86_libgcc_cmp_return_attribute=yes
libc_cv_compiler_default_cet=no
libc_cv_compiler_default_file_offset_bits=no
libc_cv_compiler_default_time_bits=no
libc_cv_compiler_ok=yes
libc_cv_cxx_link_ok=yes
libc_cv_cxx_thread_local=yes
libc_cv_dt_relr=yes
libc_cv_fortify_source=no
libc_cv_fpie=yes
libc_cv_gcc_builtin_memset=yes
libc_cv_gcc_has_64b_atomics=yes
libc_cv_gcc_incompatible_alias=yes
libc_cv_gcc_indirect_function=yes
libc_cv_gcc_unwind_find_fde=no
libc_cv_gnu_retain=yes
libc_cv_has_glob_dat=yes
libc_cv_have_libgcc_s=yes
libc_cv_have_sdata_section=no
libc_cv_have_section_quotes=no
libc_cv_have_test_cc_cflags_mfpmath_387=yes
libc_cv_have_x86_isa_level=baseline
libc_cv_have_x86_lahf_sahf=no
libc_cv_have_x86_movbe=no
libc_cv_idn=no
libc_cv_include_x86_isa_level=yes
libc_cv_insert=yes
libc_cv_ld_gnu_indirect_function=yes
libc_cv_ld_undefined_version=-Wl,--undefined-version
libc_cv_libgcc=-lgcc
libc_cv_libgcc_eh=-lgcc_eh
libc_cv_libgcc_usable=no
libc_cv_linux320='3.2.0 or later'
libc_cv_load_address_ldflag=-Wl,-Ttext-segment
libc_cv_localstatedir='${prefix}/var'
libc_cv_multidir=.
libc_cv_no_dynamic_linker=yes
libc_cv_pde_load_address=0x0000000000400000
libc_cv_pic_default=yes
libc_cv_pie_supported=yes
libc_cv_protected_data=no
libc_cv_runtime_library=libgcc
libc_cv_sfp_handle_exceptions=yes
libc_cv_ssp=yes
libc_cv_ssp_all=yes
libc_cv_ssp_strong=yes
libc_cv_static_pie=yes
libc_cv_static_pie_supported=yes
libc_cv_support_sframe=yes
libc_cv_supported_fortify_source=3
libc_cv_symver_needs_alias=no
libc_cv_sysconfdir='${prefix}/etc'
libc_cv_test_cc_cflags_fno_direct_access_external_data=no
libc_cv_test_cc_cflags_fsemantic_interposition=yes
libc_cv_test_cc_cflags_mno_direct_extern_access=yes
libc_cv_test_cc_cflags_no_direct_extern_access=-mno-direct-extern-access
libc_cv_test_cc_float_store=-ffloat-store
libc_cv_test_cc_loop_to_function=yes
libc_cv_test_cc_mprefer_vector_width=yes
libc_cv_test_cc_no_fp_builtin_inexact=-fno-fp-int-builtin-inexact
libc_cv_test_cc_signaling_nans=-fsignaling-nans
libc_cv_test_cc_trampolines=yes
libc_cv_test_cc_wfree_labels=-Wfree-labels
libc_cv_test_cc_wimplicit_fallthrough=-Wimplicit-fallthrough
libc_cv_test_cc_wmissing_parameter_name=-Wmissing-parameter-name
libc_cv_test_cflags_finput_charset_ascii=-finput-charset=ascii
libc_cv_test_cflags_wno_fortify_source=-Wno-fortify-source
libc_cv_test_cflags_wno_restrict=-Wno-restrict
libc_cv_test_clang=no
libc_cv_test_clangxx=no
libc_cv_test_cxxflags_finput_charset_ascii=-finput-charset=ascii
libc_cv_test_cxxflags_stdcxx26=-std=c++26
libc_cv_test_depaudit=yes
libc_cv_test_mtls_descriptor=gnu2
libc_cv_test_mtls_traditional=gnu
libc_cv_test_no_error_execstack=yes
libc_cv_test_sfp_handle_exceptions=yes
libc_cv_test_ssp=yes
libc_cv_test_static_pie=yes
libc_cv_test_stb_gnu_unique=yes
libc_cv_test_supported_fortify_source=3
libc_cv_test_x86_have_amx_tile=yes
libc_cv_textrel_ifunc=yes
libc_cv_with_fp=yes
libc_cv_with_lld=no
libc_cv_wno_maybe_uninitialized=-Wno-maybe-uninitialized
libc_cv_x32=no
libc_cv_x86_have_apx=no
libc_cv_z_execstack=yes
libc_cv_z_mark_plt=yes
libc_cv_z_start_stop_gc=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
ASFLAGS_config=' -Wa,--noexecstack'
AUTOCONF='no'
AWK='gawk'
BASH_SHELL='/usr/bin/bash'
BISON='bison'
BUILD_CC=''
CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
CXX_BITS_STD_ABS_H='/usr/include/c++/15/bits/std_abs.h'
CXX_CMATH_HEADER='/usr/include/c++/15/cmath'
CXX_CSTDLIB_HEADER='/usr/include/c++/15/cstdlib'
CXX_SYSINCLUDES=''
DEFINES=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
GPROF='gprof'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INFO='/usr/bin/install-info'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='/usr/bin/x86_64-linux-gnu-ld'
LDFLAGS=''
LIBGD='no'
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKE='gmake'
MAKEINFO='makeinfo'
MSGFMT='msgfmt'
NM='nm'
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE_BUGREPORT='https://sourceware.org/bugzilla/'
PACKAGE_NAME='GNU C Library'
PACKAGE_STRING='GNU C Library (see version.h)'
PACKAGE_TARNAME='glibc'
PACKAGE_URL='https://www.gnu.org/software/glibc/'
PACKAGE_VERSION='(see version.h)'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PKGVERSION='(GNU libc) '
PKGVERSION_TEXI='(GNU libc) '
PYTHON='python3 -B'
PYTHON_PROG='python3'
READELF='readelf'
RELEASE='development'
REPORT_BUGS_TEXI='@uref{https://www.gnu.org/software/libc/bugs.html}'
REPORT_BUGS_TO='<https://www.gnu.org/software/libc/bugs.html>'
SED='sed'
SHELL='/bin/bash'
STRIP='strip'
SYSINCLUDES=''
TEST_CC='gcc'
TEST_CXX='g++'
VERSION='2.43.9000'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
base_machine='x86_64'
bindir='${exec_prefix}/bin'
bindnow='no'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_nscd='yes'
build_os='linux-gnu'
build_pt_chown='no'
build_vendor='pc'
cross_compiling='no'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_fortify_source='no'
enable_timezone_tools='yes'
enable_werror='yes'
exec_prefix='${prefix}'
extra_nonshared_cflags=''
force_install='yes'
fortify_source='-U_FORTIFY_SOURCE'
hardcoded_path_in_tests='no'
have_libaudit='no'
have_libcap='no'
have_selinux='yes'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
ldd_rewrite_script='sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed'
libc_cv_cc_loop_to_function='yes'
libc_cv_cc_nofma='-ffp-contract=off'
libc_cv_cc_submachine=''
libc_cv_cc_with_libunwind='no'
libc_cv_complocaledir=''
libc_cv_cxx_thread_local='yes'
libc_cv_fortify_source='no'
libc_cv_fpie='yes'
libc_cv_gcc_unwind_find_fde='no'
libc_cv_has_glob_dat='yes'
libc_cv_insert='yes'
libc_cv_localstatedir='${prefix}/var'
libc_cv_multidir='.'
libc_cv_protected_data='no'
libc_cv_rootsbindir=''
libc_cv_rtlddir=''
libc_cv_slibdir=''
libc_cv_ssp='yes'
libc_cv_sysconfdir='${prefix}/etc'
libc_cv_test_cc_mprefer_vector_width='yes'
libc_cv_test_cc_signaling_nans='-fsignaling-nans'
libc_cv_test_cc_wfree_labels='-Wfree-labels'
libc_cv_test_cc_wimplicit_fallthrough='-Wimplicit-fallthrough'
libc_cv_test_cc_wmissing_parameter_name='-Wmissing-parameter-name'
libc_cv_test_no_error_execstack='yes'
libc_cv_test_static_pie='yes'
libc_cv_test_supported_fortify_source='3'
libc_cv_textrel_ifunc='yes'
libc_cv_with_fp='yes'
libc_cv_z_execstack='yes'
libc_extra_cflags=''
libc_extra_cppflags=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mach_interface_list=''
man_pages_version='6.9.1'
mandir='${datarootdir}/man'
multi_arch='default'
no_file_offset_bits_source=''
no_fortify_source='-U_FORTIFY_SOURCE'
no_stack_protector='-fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0'
no_time_bits_source=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
profile='no'
program_transform_name='s,x,x,'
psdir='${docdir}'
rtld_early_cflags=''
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
shared='yes'
sharedstatedir='${prefix}/com'
stack_protector='-fno-stack-protector'
static=''
subdirs=' '
submachine=''
sysconfdir='${prefix}/etc'
sysheaders=''
sysnames=' sysdeps/unix/sysv/linux/x86_64/64 sysdeps/x86_64/64/nptl sysdeps/unix/sysv/linux/x86_64 sysdeps/unix/sysv/linux/x86 sysdeps/x86/nptl sysdeps/unix/sysv/linux/wordsize-64 sysdeps/x86_64/nptl sysdeps/unix/sysv/linux sysdeps/nptl sysdeps/pthread sysdeps/gnu sysdeps/unix/inet sysdeps/unix/sysv sysdeps/unix/x86_64 sysdeps/unix sysdeps/posix sysdeps/x86_64/64 sysdeps/x86_64/fpu/multiarch sysdeps/x86_64/fpu sysdeps/x86/fpu sysdeps/x86_64/multiarch sysdeps/x86_64 sysdeps/x86 sysdeps/ieee754/float128 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/wordsize-64 sysdeps/ieee754 sysdeps/generic'
target_alias=''
test_enable_cet='no'
use_ldconfig='yes'
use_nscd='yes'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "GNU C Library"
#define PACKAGE_TARNAME "glibc"
#define PACKAGE_VERSION "(see version.h)"
#define PACKAGE_STRING "GNU C Library (see version.h)"
#define PACKAGE_BUGREPORT "https://sourceware.org/bugzilla/"
#define PACKAGE_URL "https://www.gnu.org/software/glibc/"
#define PKGVERSION "(GNU libc) "
#define REPORT_BUGS_TO "<https://www.gnu.org/software/libc/bugs.html>"
#define TIMEOUTFACTOR 1
#define USE_PPC_SCV 1
#define HAVE_CC_NO_STACK_PROTECTOR 1
#define HAVE_TEST_CC_NO_STACK_PROTECTOR 1
#define STACK_PROTECTOR_LEVEL 0
#define HAVE_GNU_RETAIN 1
#define USE_MULTIARCH 1
#define HAVE_ASM_SET_DIRECTIVE 1
#define HAVE_BUILTIN_MEMSET 1
#define HAVE_64B_ATOMICS 1
#define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
#define HAVE_TEST_CC_INHIBIT_LOOP_TO_LIBCALL 1
#define HAVE_SELINUX 1
#define HAVE_BUILTIN_TRAP 1
#define __LINUX_KERNEL_VERSION (3 * 65536 + 2 * 256 + 0)
#define __LINUX_KERNEL_VERSION_STR "3.2.0"
#define __ABI_TAG_VERSION 3,2,0
#define HAVE_INLINED_SYSCALLS 1
#define __PTHREAD_NPTL 1
#define INCLUDE_X86_ISA_LEVEL 1
#define MINIMUM_X86_ISA_LEVEL 1
#define HAVE_X86_INLINE_TRUNC 0
#define HAVE_X86_LIBGCC_CMP_RETURN_ATTR 1
#define HAVE_X86_INLINE_FMOD 1
#define SUPPORT_STATIC_PIE 1
#define HAVE_IFUNC 1
#define HAVE_GCC_IFUNC 1
#define USE_NSCD 1
#define USE_LDCONFIG 1
#define ENABLE_STATIC_PIE 1
#define HAVE_SFP_HANDLE_EXCEPTIONS 1
#define ATTR_AFTER_FUNC_DECL 1
configure: exit 0