This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libxcb configure 1.17.0, which was generated by GNU Autoconf 2.71. Invocation command line was $ /var/tmp/portage/x11-libs/libxcb-1.17.0/work/libxcb-1.17.0/configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/libxcb-1.17.0 --htmldir=/usr/share/doc/libxcb-1.17.0/html --with-sysroot=/ --libdir=/usr/lib --disable-dependency-tracking --disable-selective-werror --disable-static --enable-devel-docs --disable-selinux ## --------- ## ## Platform. ## ## --------- ## hostname = localhost uname -m = x86_64 uname -r = 6.1.87-gentoo-dist uname -s = Linux uname -v = #1 SMP PREEMPT_DYNAMIC Tue Apr 30 15:57:27 CEST 2024 /usr/bin/uname -p = AMD EPYC 7513 32-Core Processor /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/tmp/portage/x11-libs/libxcb-1.17.0/temp/python3.12/bin/ PATH: /usr/lib/portage/python3.12/ebuild-helpers/xattr/ PATH: /usr/lib/portage/python3.12/ebuild-helpers/ PATH: /usr/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/sbin/ PATH: /usr/bin/ PATH: /sbin/ PATH: /bin/ PATH: /opt/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2710: looking for aux files: config.guess config.sub ltmain.sh compile missing install-sh configure:2723: trying /var/tmp/portage/x11-libs/libxcb-1.17.0/work/libxcb-1.17.0/build-aux/ configure:2752: /var/tmp/portage/x11-libs/libxcb-1.17.0/work/libxcb-1.17.0/build-aux/config.guess found configure:2752: /var/tmp/portage/x11-libs/libxcb-1.17.0/work/libxcb-1.17.0/build-aux/config.sub found configure:2752: /var/tmp/portage/x11-libs/libxcb-1.17.0/work/libxcb-1.17.0/build-aux/ltmain.sh found configure:2752: /var/tmp/portage/x11-libs/libxcb-1.17.0/work/libxcb-1.17.0/build-aux/compile found configure:2752: /var/tmp/portage/x11-libs/libxcb-1.17.0/work/libxcb-1.17.0/build-aux/missing found configure:2734: /var/tmp/portage/x11-libs/libxcb-1.17.0/work/libxcb-1.17.0/build-aux/install-sh found configure:2888: checking for a BSD-compatible install configure:2961: result: /usr/lib/portage/python3.12/ebuild-helpers/xattr/install -c configure:2972: checking whether build environment is sane configure:3027: result: yes configure:3186: checking for a race-free mkdir -p configure:3230: result: /bin/mkdir -p configure:3237: checking for gawk configure:3258: found /usr/bin/gawk configure:3269: result: gawk configure:3280: checking whether make sets $(MAKE) configure:3303: result: yes configure:3333: checking whether make supports nested variables configure:3351: result: yes configure:3495: checking whether /usr/bin/python3.12 version is >= 3.0 configure:3506: /usr/bin/python3.12 -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) configure:3509: $? = 0 configure:3512: result: yes configure:3611: checking for /usr/bin/python3.12 version configure:3619: result: 3.12 configure:3624: checking for /usr/bin/python3.12 platform configure:3632: result: linux configure:3693: checking for GNU default /usr/bin/python3.12 prefix configure:3695: result: ${prefix} configure:3761: checking for GNU default /usr/bin/python3.12 exec_prefix configure:3763: result: ${exec_prefix} configure:3794: checking for /usr/bin/python3.12 script directory (pythondir) configure:3829: result: ${PYTHON_PREFIX}/lib/python3.12/site-packages configure:3837: checking for /usr/bin/python3.12 extension module directory (pyexecdir) configure:3872: result: ${PYTHON_EXEC_PREFIX}/lib/python3.12/site-packages configure:3900: checking whether make supports the include directive configure:3915: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:3918: $? = 0 configure:3937: result: yes (GNU style) configure:3968: checking for i686-pc-linux-gnu-gcc configure:4000: result: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse configure:4398: checking for C compiler version configure:4407: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 15.0.0_pre20240908 p12) 15.0.0 20240908 (experimental) Copyright (C) 2024 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:4418: $? = 0 configure:4407: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -v >&5 Using built-in specs. COLLECT_GCC=x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/15/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-15.0.0_pre20240908/work/gcc-15-20240908/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/15 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/15/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15 --disable-silent-rules --disable-dependency-tracking --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/15/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=yes,extra,rtl --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 15.0.0_pre20240908 p12' --with-gcc-major-version-only --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --enable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --with-isl --disable-isl-version-check --enable-default-pie --enable-host-pie --enable-host-bind-now --enable-default-ssp --disable-fixincludes --with-build-config='bootstrap-lto bootstrap-cet' Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 15.0.0 20240908 (experimental) (Gentoo 15.0.0_pre20240908 p12) configure:4418: $? = 0 configure:4407: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -V >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-V' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:4418: $? = 1 configure:4407: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:4418: $? = 1 configure:4407: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -version >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-version' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:4418: $? = 1 configure:4438: checking whether the C compiler works configure:4460: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:4464: $? = 0 configure:4514: result: yes configure:4517: checking for C compiler default output file name configure:4519: result: a.out configure:4525: checking for suffix of executables configure:4532: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:4536: $? = 0 configure:4559: result: configure:4581: checking whether we are cross compiling configure:4589: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:4593: $? = 0 configure:4600: ./conftest configure:4604: $? = 0 configure:4619: result: no configure:4624: checking for suffix of object files configure:4647: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:4651: $? = 0 configure:4673: result: o configure:4677: checking whether the compiler supports GNU C configure:4697: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:4697: $? = 0 configure:4707: result: yes configure:4718: checking whether x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse accepts -g configure:4739: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -g conftest.c >&5 configure:4739: $? = 0 configure:4783: result: yes configure:4803: checking for x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse option to enable C11 features configure:4818: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:4818: $? = 0 configure:4836: result: none needed configure:4952: checking whether x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse understands -c and -o together configure:4975: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c conftest.c -o conftest2.o configure:4978: $? = 0 configure:4975: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c conftest.c -o conftest2.o configure:4978: $? = 0 configure:4990: result: yes configure:5009: checking dependency style of x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse configure:5121: result: none configure:5141: checking for stdio.h configure:5141: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5141: $? = 0 configure:5141: result: yes configure:5141: checking for stdlib.h configure:5141: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5141: $? = 0 configure:5141: result: yes configure:5141: checking for string.h configure:5141: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5141: $? = 0 configure:5141: result: yes configure:5141: checking for inttypes.h configure:5141: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5141: $? = 0 configure:5141: result: yes configure:5141: checking for stdint.h configure:5141: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5141: $? = 0 configure:5141: result: yes configure:5141: checking for strings.h configure:5141: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5141: $? = 0 configure:5141: result: yes configure:5141: checking for sys/stat.h configure:5141: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5141: $? = 0 configure:5141: result: yes configure:5141: checking for sys/types.h configure:5141: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5141: $? = 0 configure:5141: result: yes configure:5141: checking for unistd.h configure:5141: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5141: $? = 0 configure:5141: result: yes configure:5141: checking for wchar.h configure:5141: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5141: $? = 0 configure:5141: result: yes configure:5141: checking for minix/config.h configure:5141: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 conftest.c:49:10: fatal error: minix/config.h: No such file or directory 49 | #include | ^~~~~~~~~~~~~~~~ compilation terminated. configure:5141: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.17.0" | #define PACKAGE_STRING "libxcb 1.17.0" | #define PACKAGE_BUGREPORT "https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.17.0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5141: result: no configure:5172: checking whether it is safe to define __EXTENSIONS__ configure:5191: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5191: $? = 0 configure:5199: result: yes configure:5202: checking whether _XOPEN_SOURCE should be defined configure:5224: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5224: $? = 0 configure:5251: result: no configure:5315: checking for special C compiler options needed for large files configure:5363: result: no configure:5369: checking for _FILE_OFFSET_BITS value needed for large files configure:5395: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 conftest.c:43:39: warning: result of '-2147483648 << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=] 43 | #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31)) | ^~ conftest.c:44:23: note: in expansion of macro 'LARGE_OFF_T' 44 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | ^~~~~~~~~~~ conftest.c:43:69: warning: result of '-2147483648 << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=] 43 | #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31)) | ^~ conftest.c:44:23: note: in expansion of macro 'LARGE_OFF_T' 44 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | ^~~~~~~~~~~ conftest.c:43:39: warning: result of '-2147483648 << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=] 43 | #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31)) | ^~ conftest.c:45:27: note: in expansion of macro 'LARGE_OFF_T' 45 | && LARGE_OFF_T % 2147483647 == 1) | ^~~~~~~~~~~ conftest.c:43:69: warning: result of '-2147483648 << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=] 43 | #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31)) | ^~ conftest.c:45:27: note: in expansion of macro 'LARGE_OFF_T' 45 | && LARGE_OFF_T % 2147483647 == 1) | ^~~~~~~~~~~ conftest.c:44:7: error: variably modified 'off_t_is_large' at file scope 44 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | ^~~~~~~~~~~~~~ configure:5395: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.17.0" | #define PACKAGE_STRING "libxcb 1.17.0" | #define PACKAGE_BUGREPORT "https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.17.0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 31 << 31) - 1 + ((off_t) 1 << 31 << 31)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main (void) | { | | ; | return 0; | } configure:5420: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:5420: $? = 0 configure:5429: result: 64 configure:5546: checking build system type configure:5561: result: i686-pc-linux-gnu configure:5581: checking host system type configure:5595: result: i686-pc-linux-gnu configure:5636: checking how to print strings configure:5663: result: printf configure:5684: checking for a sed that does not truncate output configure:5754: result: /bin/sed configure:5772: checking for grep that handles long lines and -e configure:5836: result: /bin/grep configure:5841: checking for egrep configure:5909: result: /bin/grep -E configure:5914: checking for fgrep configure:5982: result: /bin/grep -F configure:6018: checking for ld used by x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse configure:6086: result: x86_64-pc-linux-gnu-ld -m elf_i386 configure:6093: checking if the linker (x86_64-pc-linux-gnu-ld -m elf_i386) is GNU ld configure:6109: result: yes configure:6121: checking for BSD- or MS-compatible name lister (nm) configure:6176: result: x86_64-pc-linux-gnu-nm configure:6316: checking the name lister (x86_64-pc-linux-gnu-nm) interface configure:6324: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:6327: x86_64-pc-linux-gnu-nm "conftest.o" configure:6330: output 00000000 B some_variable configure:6337: result: BSD nm configure:6340: checking whether ln -s works configure:6344: result: yes configure:6352: checking the maximum length of command line arguments configure:6484: result: 1572864 configure:6532: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format configure:6573: result: func_convert_file_noop configure:6580: checking how to convert i686-pc-linux-gnu file names to toolchain format configure:6601: result: func_convert_file_noop configure:6608: checking for x86_64-pc-linux-gnu-ld -m elf_i386 option to reload object files configure:6616: result: -r configure:6650: checking for i686-pc-linux-gnu-file configure:6686: result: no configure:6696: checking for file configure:6732: result: no configure:6760: checking for i686-pc-linux-gnu-objdump configure:6792: result: x86_64-pc-linux-gnu-objdump configure:6866: checking how to recognize dependent libraries configure:7067: result: pass_all configure:7112: checking for i686-pc-linux-gnu-dlltool configure:7147: result: no configure:7157: checking for dlltool configure:7192: result: no configure:7219: checking how to associate runtime and link libraries configure:7247: result: printf %s\n configure:7263: checking for i686-pc-linux-gnu-ar configure:7295: result: x86_64-pc-linux-gnu-ar configure:7397: checking for archiver @FILE support configure:7415: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:7415: $? = 0 configure:7419: x86_64-pc-linux-gnu-ar cr libconftest.a @conftest.lst >&5 configure:7422: $? = 0 configure:7427: x86_64-pc-linux-gnu-ar cr libconftest.a @conftest.lst >&5 x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory configure:7430: $? = 1 configure:7442: result: @ configure:7460: checking for i686-pc-linux-gnu-strip configure:7492: result: x86_64-pc-linux-gnu-strip configure:7569: checking for i686-pc-linux-gnu-ranlib configure:7601: result: x86_64-pc-linux-gnu-ranlib configure:7748: checking command to parse x86_64-pc-linux-gnu-nm output from x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse object configure:7902: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:7905: $? = 0 configure:7909: x86_64-pc-linux-gnu-nm conftest.o \| /bin/sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed '/ __gnu_lto/d' \> conftest.nm configure:7912: $? = 0 configure:7978: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c conftstm.o >&5 configure:7981: $? = 0 configure:8019: result: ok configure:8066: checking for sysroot configure:8097: result: / configure:8104: checking for a working dd configure:8148: result: /bin/dd configure:8152: checking how to truncate binary pipes configure:8168: result: /bin/dd bs=4096 count=1 configure:8460: checking for i686-pc-linux-gnu-mt configure:8495: result: no configure:8505: checking for mt configure:8540: result: no configure:8560: checking if : is a manifest tool configure:8567: : '-?' configure:8575: result: no configure:9296: checking for dlfcn.h configure:9296: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:9296: $? = 0 configure:9296: result: yes configure:9883: checking for objdir configure:9899: result: .libs configure:10163: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -fno-rtti -fno-exceptions configure:10182: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C configure:10186: $? = 0 configure:10199: result: no configure:10557: checking for x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse option to produce PIC configure:10565: result: -fPIC -DPIC configure:10573: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse PIC flag -fPIC -DPIC works configure:10592: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -DPIC -DPIC conftest.c >&5 configure:10596: $? = 0 configure:10609: result: yes configure:10638: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse static flag -static works configure:10667: result: yes configure:10682: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -c -o file.o configure:10704: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -o out/conftest2.o conftest.c >&5 configure:10708: $? = 0 configure:10730: result: yes configure:10738: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -c -o file.o configure:10786: result: yes configure:10819: checking whether the x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse linker (x86_64-pc-linux-gnu-ld -m elf_i386) supports shared libraries configure:12087: result: yes configure:12124: checking whether -lc should be explicitly linked in configure:12133: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:12136: $? = 0 configure:12151: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:12154: $? = 0 configure:12168: result: no configure:12328: checking dynamic linker characteristics configure:12923: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:12923: $? = 0 configure:13162: result: GNU/Linux ld.so configure:13284: checking how to hardcode library paths into programs configure:13309: result: immediate configure:13891: checking whether stripping libraries is possible configure:13900: result: yes configure:13942: checking if libtool supports shared libraries configure:13944: result: yes configure:13947: checking whether to build shared libraries configure:13972: result: yes configure:13975: checking whether to build static libraries configure:13979: result: no configure:14029: checking for x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse options needed to detect all undeclared functions configure:14095: result: none needed configure:14113: checking whether __clang__ is declared configure:14113: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:76:10: error: '__clang__' undeclared (first use in this function) 76 | (void) __clang__; | ^~~~~~~~~ conftest.c:76:10: note: each undeclared identifier is reported only once for each function it appears in configure:14113: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.17.0" | #define PACKAGE_STRING "libxcb 1.17.0" | #define PACKAGE_BUGREPORT "https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.17.0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | #ifndef __clang__ | #ifdef __cplusplus | (void) __clang__; | #else | (void) __clang__; | #endif | #endif | | ; | return 0; | } configure:14113: result: no configure:14120: checking whether __INTEL_COMPILER is declared configure:14120: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:76:10: error: '__INTEL_COMPILER' undeclared (first use in this function) 76 | (void) __INTEL_COMPILER; | ^~~~~~~~~~~~~~~~ conftest.c:76:10: note: each undeclared identifier is reported only once for each function it appears in configure:14120: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.17.0" | #define PACKAGE_STRING "libxcb 1.17.0" | #define PACKAGE_BUGREPORT "https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.17.0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | #ifndef __INTEL_COMPILER | #ifdef __cplusplus | (void) __INTEL_COMPILER; | #else | (void) __INTEL_COMPILER; | #endif | #endif | | ; | return 0; | } configure:14120: result: no configure:14127: checking whether __SUNPRO_C is declared configure:14127: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 conftest.c: In function 'main': conftest.c:76:10: error: '__SUNPRO_C' undeclared (first use in this function) 76 | (void) __SUNPRO_C; | ^~~~~~~~~~ conftest.c:76:10: note: each undeclared identifier is reported only once for each function it appears in configure:14127: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.17.0" | #define PACKAGE_STRING "libxcb 1.17.0" | #define PACKAGE_BUGREPORT "https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.17.0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | #ifndef __SUNPRO_C | #ifdef __cplusplus | (void) __SUNPRO_C; | #else | (void) __SUNPRO_C; | #endif | #endif | | ; | return 0; | } configure:14127: result: no configure:14254: checking pkg-config is at least version 0.9.0 configure:14257: result: yes configure:14307: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Werror=unknown-warning-option configure:14317: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=unknown-warning-option conftest.c >&5 cc1: error: '-Werror=unknown-warning-option': no option '-Wunknown-warning-option' configure:14317: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.17.0" | #define PACKAGE_STRING "libxcb 1.17.0" | #define PACKAGE_BUGREPORT "https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.17.0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | int i; configure:14325: result: no configure:14336: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Werror=unused-command-line-argument configure:14346: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -c -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=unused-command-line-argument conftest.c >&5 cc1: error: '-Werror=unused-command-line-argument': no option '-Wunused-command-line-argument'; did you mean '-Wunused-dummy-argument'? configure:14346: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.17.0" | #define PACKAGE_STRING "libxcb 1.17.0" | #define PACKAGE_BUGREPORT "https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.17.0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | int i; configure:14354: result: no configure:14373: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wall configure:14391: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wall -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:14391: $? = 0 configure:14405: result: yes configure:14497: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wpointer-arith configure:14515: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wpointer-arith -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:14515: $? = 0 configure:14529: result: yes configure:14621: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wmissing-declarations configure:14639: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wmissing-declarations -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:14639: $? = 0 configure:14653: result: yes configure:14745: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wformat=2 configure:14763: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wformat=2 -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:14763: $? = 0 configure:14777: result: yes configure:14922: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wstrict-prototypes configure:14940: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wstrict-prototypes -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:14940: $? = 0 configure:14954: result: yes configure:15046: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wmissing-prototypes configure:15064: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wmissing-prototypes -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:15064: $? = 0 configure:15078: result: yes configure:15170: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wnested-externs configure:15188: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wnested-externs -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:15188: $? = 0 configure:15202: result: yes configure:15294: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wbad-function-cast configure:15312: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wbad-function-cast -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:15312: $? = 0 configure:15326: result: yes configure:15418: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wold-style-definition configure:15436: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wold-style-definition -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:15436: $? = 0 configure:15450: result: yes configure:15593: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wdeclaration-after-statement configure:15611: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:15611: $? = 0 configure:15625: result: yes configure:15721: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wunused configure:15739: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wunused -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:15739: $? = 0 configure:15753: result: yes configure:15845: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wuninitialized configure:15863: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wuninitialized -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:15863: $? = 0 configure:15877: result: yes configure:15969: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wshadow configure:15987: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wshadow -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:15987: $? = 0 configure:16001: result: yes configure:16093: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wmissing-noreturn configure:16111: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wmissing-noreturn -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:16111: $? = 0 configure:16125: result: yes configure:16217: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wmissing-format-attribute configure:16235: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wmissing-format-attribute -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:16235: $? = 0 configure:16249: result: yes configure:16341: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wredundant-decls configure:16359: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wredundant-decls -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:16359: $? = 0 configure:16373: result: yes configure:16465: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wlogical-op configure:16483: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wlogical-op -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:16483: $? = 0 configure:16497: result: yes configure:18284: WARNING: You have chosen not to turn some select compiler warnings into errors. This should not be necessary. Please report why you needed to do so in a bug report at https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues configure:18369: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wimplicit configure:18387: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wimplicit -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:18387: $? = 0 configure:18401: result: yes configure:18493: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wnonnull configure:18511: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wnonnull -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:18511: $? = 0 configure:18525: result: yes configure:18617: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Winit-self configure:18635: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Winit-self -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:18635: $? = 0 configure:18649: result: yes configure:18741: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wmain configure:18759: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wmain -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:18759: $? = 0 configure:18773: result: yes configure:18865: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wmissing-braces configure:18883: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wmissing-braces -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:18883: $? = 0 configure:18897: result: yes configure:18989: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wsequence-point configure:19007: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wsequence-point -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:19007: $? = 0 configure:19021: result: yes configure:19113: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wreturn-type configure:19131: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wreturn-type -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:19131: $? = 0 configure:19145: result: yes configure:19237: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wtrigraphs configure:19255: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wtrigraphs -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:19255: $? = 0 configure:19269: result: yes configure:19361: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Warray-bounds configure:19379: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Warray-bounds -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:19379: $? = 0 configure:19393: result: yes configure:19485: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wwrite-strings configure:19503: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wwrite-strings -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:19503: $? = 0 configure:19517: result: yes configure:19609: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Waddress configure:19627: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Waddress -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:19627: $? = 0 configure:19641: result: yes configure:19733: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wint-to-pointer-cast configure:19751: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wint-to-pointer-cast -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:19751: $? = 0 configure:19765: result: yes configure:19857: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Wpointer-to-int-cast configure:19875: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wpointer-to-int-cast -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:19875: $? = 0 configure:19889: result: yes configure:20015: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -pedantic configure:20033: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -pedantic -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:20033: $? = 0 configure:20047: result: yes configure:20139: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Werror configure:20157: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:20157: $? = 0 configure:20171: result: yes configure:20317: checking if x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse supports -Werror=attributes configure:20335: x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -o conftest -O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Werror=attributes -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 configure:20335: $? = 0 configure:20349: result: yes configure:20542: checking whether make supports nested variables configure:20560: result: yes configure:20592: checking whether to build developer documentation configure:20594: result: yes configure:20615: checking for doxygen configure:20638: found /usr/bin/doxygen configure:20650: result: /usr/bin/doxygen configure:20730: checking for dot configure:20753: found /usr/bin/dot configure:20765: result: /usr/bin/dot configure:20805: checking for check >= 0.9.6 configure:20812: $PKG_CONFIG --exists --print-errors "check >= 0.9.6" Package check was not found in the pkg-config search path. Perhaps you should add the directory containing `check.pc' to the PKG_CONFIG_PATH environment variable Package 'check' not found configure:20815: $? = 1 configure:20829: $PKG_CONFIG --exists --print-errors "check >= 0.9.6" Package check was not found in the pkg-config search path. Perhaps you should add the directory containing `check.pc' to the PKG_CONFIG_PATH environment variable Package 'check' not found configure:20832: $? = 1 configure:20846: result: no Package 'check' not found configure:20941: checking for xcb-proto >= 1.17.0 configure:20948: $PKG_CONFIG --exists --print-errors "xcb-proto >= 1.17.0" configure:20951: $? = 0 configure:20965: $PKG_CONFIG --exists --print-errors "xcb-proto >= 1.17.0" configure:20968: $? = 0 configure:21026: result: yes configure:21037: checking for xau >= 0.99.2 configure:21044: $PKG_CONFIG --exists --print-errors "$NEEDED" Package xau was not found in the pkg-config search path. Perhaps you should add the directory containing `xau.pc' to the PKG_CONFIG_PATH environment variable Package 'xau' not found configure:21047: $? = 1 configure:21061: $PKG_CONFIG --exists --print-errors "$NEEDED" Package xau was not found in the pkg-config search path. Perhaps you should add the directory containing `xau.pc' to the PKG_CONFIG_PATH environment variable Package 'xau' not found configure:21064: $? = 1 configure:21078: result: no Package 'xau' not found configure:21094: error: Package requirements (xau >= 0.99.2) were not met: Package 'xau' not found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables NEEDED_CFLAGS and NEEDED_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_undeclared_builtin_options='none needed' ac_cv_env_CC_set=set ac_cv_env_CC_value='x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse' ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0' ac_cv_env_CHECK_CFLAGS_set= ac_cv_env_CHECK_CFLAGS_value= ac_cv_env_CHECK_LIBS_set= ac_cv_env_CHECK_LIBS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_DOT_set= ac_cv_env_DOT_value= ac_cv_env_DOXYGEN_set= ac_cv_env_DOXYGEN_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_NEEDED_CFLAGS_set= ac_cv_env_NEEDED_CFLAGS_value= ac_cv_env_NEEDED_LIBS_set= ac_cv_env_NEEDED_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set=set ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig ac_cv_env_PKG_CONFIG_PATH_set=set ac_cv_env_PKG_CONFIG_PATH_value=/usr/share/pkgconfig ac_cv_env_PKG_CONFIG_set=set ac_cv_env_PKG_CONFIG_value=x86_64-pc-linux-gnu-pkg-config ac_cv_env_PYTHON_set=set ac_cv_env_PYTHON_value=/usr/bin/python3.12 ac_cv_env_XCBPROTO_CFLAGS_set= ac_cv_env_XCBPROTO_CFLAGS_value= ac_cv_env_XCBPROTO_LIBS_set= ac_cv_env_XCBPROTO_LIBS_value= ac_cv_env_XDMCP_CFLAGS_set= ac_cv_env_XDMCP_CFLAGS_value= ac_cv_env_XDMCP_LIBS_set= ac_cv_env_XDMCP_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_have_decl___INTEL_COMPILER=no ac_cv_have_decl___SUNPRO_C=no ac_cv_have_decl___clang__=no ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_minix_config_h=no ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_wchar_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_objext=o ac_cv_path_DOT=/usr/bin/dot ac_cv_path_DOXYGEN=/usr/bin/doxygen ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_SED=/bin/sed ac_cv_path_install='/usr/lib/portage/python3.12/ebuild-helpers/xattr/install -c' ac_cv_path_lt_DD=/bin/dd ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=x86_64-pc-linux-gnu-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC='x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse' ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_should_define__xopen_source=no ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no am_cv_CC_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes am_cv_python_platform=linux am_cv_python_pyexecdir='${PYTHON_EXEC_PREFIX}/lib/python3.12/site-packages' am_cv_python_pythondir='${PYTHON_PREFIX}/lib/python3.12/site-packages' am_cv_python_version=3.12 gl_cv_compiler_check_decl_option=-Werror=implicit-function-declaration gl_cv_func_getcwd_path_max=yes lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD='x86_64-pc-linux-gnu-ld -m elf_i386' lt_cv_path_NM=x86_64-pc-linux-gnu-nm lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=yes lt_cv_sys_global_symbol_pipe='/bin/sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | /bin/sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='/bin/sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='/bin/sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='/bin/sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/bin/dd bs=4096 count=1' pkg_cv_XCBPROTO_CFLAGS= pkg_cv_XCBPROTO_LIBS= xorg_cv_cc_flag__Waddress=yes xorg_cv_cc_flag__Wall=yes xorg_cv_cc_flag__Warray_bounds=yes xorg_cv_cc_flag__Wbad_function_cast=yes xorg_cv_cc_flag__Wdeclaration_after_statement=yes xorg_cv_cc_flag__Werror=yes xorg_cv_cc_flag__Werror_attributes=yes xorg_cv_cc_flag__Wformat_2=yes xorg_cv_cc_flag__Wimplicit=yes xorg_cv_cc_flag__Winit_self=yes xorg_cv_cc_flag__Wint_to_pointer_cast=yes xorg_cv_cc_flag__Wlogical_op=yes xorg_cv_cc_flag__Wmain=yes xorg_cv_cc_flag__Wmissing_braces=yes xorg_cv_cc_flag__Wmissing_declarations=yes xorg_cv_cc_flag__Wmissing_format_attribute=yes xorg_cv_cc_flag__Wmissing_noreturn=yes xorg_cv_cc_flag__Wmissing_prototypes=yes xorg_cv_cc_flag__Wnested_externs=yes xorg_cv_cc_flag__Wnonnull=yes xorg_cv_cc_flag__Wold_style_definition=yes xorg_cv_cc_flag__Wpointer_arith=yes xorg_cv_cc_flag__Wpointer_to_int_cast=yes xorg_cv_cc_flag__Wredundant_decls=yes xorg_cv_cc_flag__Wreturn_type=yes xorg_cv_cc_flag__Wsequence_point=yes xorg_cv_cc_flag__Wshadow=yes xorg_cv_cc_flag__Wstrict_prototypes=yes xorg_cv_cc_flag__Wtrigraphs=yes xorg_cv_cc_flag__Wuninitialized=yes xorg_cv_cc_flag__Wunused=yes xorg_cv_cc_flag__Wwrite_strings=yes xorg_cv_cc_flag__pedantic=yes xorg_cv_cc_flag_unknown_warning_option=no xorg_cv_cc_flag_unused_command_line_argument=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} '\''/var/tmp/portage/x11-libs/libxcb-1.17.0/work/libxcb-1.17.0/build-aux/missing'\'' aclocal-1.16' ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)' ADMIN_MAN_SUFFIX='8' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' APP_MAN_SUFFIX='1' AR='x86_64-pc-linux-gnu-ar' AS='as' AUTOCONF='${SHELL} '\''/var/tmp/portage/x11-libs/libxcb-1.17.0/work/libxcb-1.17.0/build-aux/missing'\'' autoconf' AUTOHEADER='${SHELL} '\''/var/tmp/portage/x11-libs/libxcb-1.17.0/work/libxcb-1.17.0/build-aux/missing'\'' autoheader' AUTOMAKE='${SHELL} '\''/var/tmp/portage/x11-libs/libxcb-1.17.0/work/libxcb-1.17.0/build-aux/missing'\'' automake-1.16' AWK='gawk' BASE_CFLAGS=' -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Wimplicit -Wnonnull -Winit-self -Wmain -Wmissing-braces -Wsequence-point -Wreturn-type -Wtrigraphs -Warray-bounds -Wwrite-strings -Waddress -Wint-to-pointer-cast -Wpointer-to-int-cast' BUILD_COMPOSITE_FALSE='' BUILD_COMPOSITE_TRUE='' BUILD_DAMAGE_FALSE='' BUILD_DAMAGE_TRUE='' BUILD_DBE_FALSE='' BUILD_DBE_TRUE='' BUILD_DPMS_FALSE='' BUILD_DPMS_TRUE='' BUILD_DRI2_FALSE='' BUILD_DRI2_TRUE='' BUILD_DRI3_FALSE='' BUILD_DRI3_TRUE='' BUILD_GE_FALSE='' BUILD_GE_TRUE='' BUILD_GLX_FALSE='' BUILD_GLX_TRUE='' BUILD_PRESENT_FALSE='' BUILD_PRESENT_TRUE='' BUILD_RANDR_FALSE='' BUILD_RANDR_TRUE='' BUILD_RECORD_FALSE='' BUILD_RECORD_TRUE='' BUILD_RENDER_FALSE='' BUILD_RENDER_TRUE='' BUILD_RESOURCE_FALSE='' BUILD_RESOURCE_TRUE='' BUILD_SCREENSAVER_FALSE='' BUILD_SCREENSAVER_TRUE='' BUILD_SELINUX_FALSE='' BUILD_SELINUX_TRUE='' BUILD_SHAPE_FALSE='' BUILD_SHAPE_TRUE='' BUILD_SHM_FALSE='' BUILD_SHM_TRUE='' BUILD_SYNC_FALSE='' BUILD_SYNC_TRUE='' BUILD_XEVIE_FALSE='' BUILD_XEVIE_TRUE='' BUILD_XFIXES_FALSE='' BUILD_XFIXES_TRUE='' BUILD_XFREE86_DRI_FALSE='' BUILD_XFREE86_DRI_TRUE='' BUILD_XINERAMA_FALSE='' BUILD_XINERAMA_TRUE='' BUILD_XINPUT_FALSE='' BUILD_XINPUT_TRUE='' BUILD_XKB_FALSE='' BUILD_XKB_TRUE='' BUILD_XPRINT_FALSE='' BUILD_XPRINT_TRUE='' BUILD_XTEST_FALSE='' BUILD_XTEST_TRUE='' BUILD_XVMC_FALSE='' BUILD_XVMC_TRUE='' BUILD_XV_FALSE='' BUILD_XV_TRUE='' CC='x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse' CCDEPMODE='depmode=none' CFLAGS='-O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0' CHANGELOG_CMD='((GIT_DIR=$(top_srcdir)/.git git log > $(top_srcdir)/.changelog.tmp) 2>/dev/null && mv $(top_srcdir)/.changelog.tmp $(top_srcdir)/ChangeLog) || (rm -f $(top_srcdir)/.changelog.tmp; test -e $(top_srcdir)/ChangeLog || ( touch $(top_srcdir)/ChangeLog; echo '\''git failed to create ChangeLog: installing empty ChangeLog.'\'' >&2))' CHECK_CFLAGS='' CHECK_LIBS='' CPPFLAGS='' CSCOPE='cscope' CTAGS='ctags' CWARNFLAGS=' -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Wimplicit -Wnonnull -Winit-self -Wmain -Wmissing-braces -Wsequence-point -Wreturn-type -Wtrigraphs -Warray-bounds -Wwrite-strings -Waddress -Wint-to-pointer-cast -Wpointer-to-int-cast -fno-strict-aliasing' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='false' DOT='/usr/bin/dot' DOXYGEN='/usr/bin/doxygen' DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' DRIVER_MAN_SUFFIX='4' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_DEVEL_DOCS_FALSE='#' ENABLE_DEVEL_DOCS_TRUE='' ETAGS='etags' EXEEXT='' FGREP='/bin/grep -F' FILECMD='file' FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' FILE_MAN_SUFFIX='5' GREP='/bin/grep' HAVE_CHECK_FALSE='' HAVE_CHECK_TRUE='#' HAVE_DOT='yes' HAVE_DOT_FALSE='#' HAVE_DOT_TRUE='' HAVE_DOXYGEN_FALSE='#' HAVE_DOXYGEN_TRUE='' HTML_CHECK_RESULT='no' INSTALL_CMD='(cp -f /INSTALL $(top_srcdir)/.INSTALL.tmp && mv $(top_srcdir)/.INSTALL.tmp $(top_srcdir)/INSTALL) || (rm -f $(top_srcdir)/.INSTALL.tmp; test -e $(top_srcdir)/INSTALL || ( touch $(top_srcdir)/INSTALL; echo '\''failed to copy INSTALL from util-macros: installing empty INSTALL.'\'' >&2))' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='x86_64-pc-linux-gnu-ld -m elf_i386' LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' LIB_MAN_SUFFIX='3' LIPO='' LN_S='ln -s' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAKEINFO='${SHELL} '\''/var/tmp/portage/x11-libs/libxcb-1.17.0/work/libxcb-1.17.0/build-aux/missing'\'' makeinfo' MANIFEST_TOOL=':' MAN_SUBSTS=' -e '\''s|__vendorversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\'' -e '\''s|__xorgversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\'' -e '\''s|__xservername__|Xorg|g'\'' -e '\''s|__xconfigfile__|xorg.conf|g'\'' -e '\''s|__projectroot__|$(prefix)|g'\'' -e '\''s|__apploaddir__|$(appdefaultdir)|g'\'' -e '\''s|__appmansuffix__|$(APP_MAN_SUFFIX)|g'\'' -e '\''s|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g'\'' -e '\''s|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g'\'' -e '\''s|__libmansuffix__|$(LIB_MAN_SUFFIX)|g'\'' -e '\''s|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g'\'' -e '\''s|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'\''' MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' MISC_MAN_SUFFIX='7' MKDIR_P='/bin/mkdir -p' NEEDED='xau >= 0.99.2' NEEDED_CFLAGS='' NEEDED_LIBS='' NM='x86_64-pc-linux-gnu-nm' NMEDIT='' OBJDUMP='x86_64-pc-linux-gnu-objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='libxcb' PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues' PACKAGE_NAME='libxcb' PACKAGE_STRING='libxcb 1.17.0' PACKAGE_TARNAME='libxcb' PACKAGE_URL='' PACKAGE_VERSION='1.17.0' PATH_SEPARATOR=':' PKG_CONFIG='x86_64-pc-linux-gnu-pkg-config' PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig' PKG_CONFIG_PATH='/usr/share/pkgconfig' PYTHON='/usr/bin/python3.12' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_PLATFORM='linux' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='3.12' RANLIB='x86_64-pc-linux-gnu-ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRICT_CFLAGS=' -pedantic -Werror -Werror=attributes' STRIP='x86_64-pc-linux-gnu-strip' VERSION='1.17.0' XCBPROTO_CFLAGS='' XCBPROTO_LIBS='' XCBPROTO_VERSION='' XCBPROTO_XCBINCLUDEDIR='' XCBPROTO_XCBPYTHONDIR='' XCB_HAVE_WIN32_FALSE='' XCB_HAVE_WIN32_TRUE='' XCB_SERVERSIDE_SUPPORT_FALSE='' XCB_SERVERSIDE_SUPPORT_TRUE='' XDMCP_CFLAGS='' XDMCP_LIBS='' XORG_MAN_PAGE='X Version 11' XSLTPROC='no' ac_ct_AR='' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__include='include' am__isrc=' -I$(srcdir)' am__leading_dot='.' am__nodep='' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='i686-pc-linux-gnu' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='/usr/share' datarootdir='/usr/share' docdir='/usr/share/doc/libxcb-1.17.0' dvidir='${docdir}' exec_prefix='NONE' host='i686-pc-linux-gnu' host_alias='i686-pc-linux-gnu' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='/usr/share/doc/libxcb-1.17.0/html' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/x11-libs/libxcb-1.17.0/work/libxcb-1.17.0/build-aux/install-sh' libdir='/usr/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' lt_enable_auto_import='' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' pkgpyexecdir='${pyexecdir}/libxcb' pkgpythondir='${pythondir}/libxcb' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='${PYTHON_EXEC_PREFIX}/lib/python3.12/site-packages' pythondir='${PYTHON_PREFIX}/lib/python3.12/site-packages' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' xcbincludedir='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "libxcb" #define PACKAGE_TARNAME "libxcb" #define PACKAGE_VERSION "1.17.0" #define PACKAGE_STRING "libxcb 1.17.0" #define PACKAGE_BUGREPORT "https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues" #define PACKAGE_URL "" #define PACKAGE "libxcb" #define VERSION "1.17.0" #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_WCHAR_H 1 #define STDC_HEADERS 1 #define _ALL_SOURCE 1 #define _DARWIN_C_SOURCE 1 #define _GNU_SOURCE 1 #define _HPUX_ALT_XOPEN_SOCKET_API 1 #define _NETBSD_SOURCE 1 #define _OPENBSD_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 #define __STDC_WANT_LIB_EXT2__ 1 #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 #define _TANDEM_SOURCE 1 #define __EXTENSIONS__ 1 #define _FILE_OFFSET_BITS 64 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define PACKAGE_VERSION_MAJOR 1 #define PACKAGE_VERSION_MINOR 17 #define PACKAGE_VERSION_PATCHLEVEL 0 configure: exit 1