This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU Emacs configure 29.0.50, which was generated by GNU Autoconf 2.71. Invocation command line was $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-silent-rules --docdir=/usr/share/doc/emacs-29.0.9999 --htmldir=/usr/share/doc/emacs-29.0.9999/html --libdir=/usr/lib64 --program-suffix=-emacs-29-vcs --includedir=/usr/include/emacs-29-vcs --infodir=/usr/share/info/emacs-29-vcs --localstatedir=/var --enable-locallisppath=/etc/emacs:/usr/share/emacs/site-lisp --without-compress-install --without-hesiod --without-pop --with-file-notification=inotify --with-pdumper --enable-acl --with-dbus --with-modules --without-gameuser --with-libgmp --with-gpm --with-native-compilation=aot --with-json --without-kerberos --without-kerberos5 --with-lcms2 --without-xml2 --without-mailutils --without-selinux --without-sqlite3 --with-gnutls --with-libsystemd --with-threads --without-wide-int --with-sound=alsa --with-zlib --with-x --without-pgtk --without-ns --without-gconf --with-gsettings --without-toolkit-scroll-bars --with-xpm --with-xft --with-cairo --with-harfbuzz --without-libotf --without-m17n-flt --with-x-toolkit=gtk3 --without-xwidgets --with-gif --with-jpeg --with-png --with-rsvg --with-tiff --without-webp --without-imagemagick --with-dumping=pdumper ## --------- ## ## Platform. ## ## --------- ## hostname = localhost uname -m = x86_64 uname -r = 5.15.77-gentoo-dist-hardened uname -s = Linux uname -v = #1 SMP Tue Nov 8 23:21:26 GMT 2022 /usr/bin/uname -p = AMD Ryzen 9 3950X 16-Core Processor /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: /var/tmp/portage/app-editors/emacs-29.0.9999/temp/clang-wrappers/ PATH: /usr/lib/portage/python3.11/ebuild-helpers/xattr/ PATH: /usr/lib/portage/python3.11/ebuild-helpers/ PATH: /usr/sbin/ PATH: /sbin/ PATH: /bin/ PATH: /usr/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/bin/ PATH: /opt/bin/ PATH: /usr/lib/llvm/16/bin/ PATH: /usr/lib/llvm/15/bin/ PATH: /usr/lib/llvm/14/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:4029: loading site script /usr/share/config.site | #!/bin/sh | # Copyright 2009-2014 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | | # provided by crossdev | SITEDIR="/usr/share/crossdev/include/site" | | # user override | ETC_SITEDIR="/etc/crossdev/include/site" | | config_site_arch() { | local host="${CHOST%%-*}" | | case ${host} in | arm*b*) host=armeb ;; | arm*) host=arm ;; | mips*l*) host=mipsel ;; | mips*) host=mips ;; | esac | | echo "${host}" | } | | config_site_names() { | local site_arch="$(config_site_arch)" | local sites="" | local x | | case ${CHOST} in | *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; | *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; | mingw*|*-mingw*) sites="${sites} mingw ${site_arch}-mingw" ;; | esac | | case ${CHOST} in | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; | *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; | esac | | case ${CHOST} in | *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; | *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; | esac | | for x in ${sites} ${CHOST}; do | [ -e "${SITEDIR}/${x}" ] && echo "${SITEDIR}/${x}" | [ -e "${ETC_SITEDIR}/${x}" ] && echo "${ETC_SITEDIR}/${x}" | done | } | | # Only kick in for cross-compiles so we don't break native builds #427184 | if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then | sites="$(config_site_names)" | if [ -n "${sites}" ] ; then | for site in ${sites}; do | echo "${0##*/}: loading site script ${site}" | . "${site}" | done | fi | unset site sites | fi configure:4677: looking for aux files: install-sh config.guess config.sub configure:4690: trying ./build-aux/ configure:4701: ./build-aux/install-sh found configure:4719: ./build-aux/config.guess found configure:4719: ./build-aux/config.sub found configure:4875: checking for xcrun configure:4910: result: no configure:4979: checking for GNU Make configure:5035: result: make configure:5052: checking build system type configure:5067: result: x86_64-pc-linux-gnu configure:5087: checking host system type configure:5101: result: x86_64-pc-linux-gnu configure:6249: checking for x86_64-pc-linux-gnu-gcc configure:6270: found /var/tmp/portage/app-editors/emacs-29.0.9999/temp/clang-wrappers/x86_64-pc-linux-gnu-gcc configure:6281: result: x86_64-pc-linux-gnu-gcc configure:6361: checking for C compiler version configure:6370: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo Hardened 12.2.1_p20221119 p2) 12.2.1 20221118 Copyright (C) 2022 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:6381: $? = 0 configure:6370: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=//usr/bin/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-12.2.1_p20221119/work/gcc-12-20221119/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/12/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 12.2.1_p20221119 p2' --with-gcc-major-version-only --enable-esp --enable-libstdcxx-time --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 --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp --with-build-config='bootstrap-lto bootstrap-cet' Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 12.2.1 20221118 (Gentoo Hardened 12.2.1_p20221119 p2) configure:6381: $? = 0 configure:6370: x86_64-pc-linux-gnu-gcc -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:6381: $? = 1 configure:6370: x86_64-pc-linux-gnu-gcc -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:6381: $? = 1 configure:6370: x86_64-pc-linux-gnu-gcc -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:6381: $? = 1 configure:6401: checking whether the C compiler works configure:6423: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6427: $? = 0 configure:6477: result: yes configure:6480: checking for C compiler default output file name configure:6482: result: a.out configure:6488: checking for suffix of executables configure:6495: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6499: $? = 0 configure:6522: result: configure:6544: checking whether we are cross compiling configure:6552: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6556: $? = 0 configure:6563: ./conftest configure:6567: $? = 0 configure:6582: result: no configure:6587: checking for suffix of object files configure:6610: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:6614: $? = 0 configure:6636: result: o configure:6640: checking whether the compiler supports GNU C configure:6660: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:6660: $? = 0 configure:6670: result: yes configure:6681: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:6702: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:6702: $? = 0 configure:6746: result: yes configure:6766: checking for x86_64-pc-linux-gnu-gcc option to enable C11 features configure:6781: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:6781: $? = 0 configure:6799: result: none needed configure:6910: checking whether the compiler is clang configure:6932: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:6932: $? = 0 configure:6941: result: no configure:6945: checking for compiler option needed when checking for declarations configure:6978: result: -Werror=implicit-function-declaration configure:7043: checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together configure:7075: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 configure:7079: $? = 0 configure:7085: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 configure:7089: $? = 0 configure:7100: cc -c conftest.c >&5 configure:7104: $? = 0 configure:7112: cc -c conftest.c -o conftest2.o >&5 configure:7116: $? = 0 configure:7122: cc -c conftest.c -o conftest2.o >&5 configure:7126: $? = 0 configure:7144: result: yes configure:7179: checking for stdio.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for stdlib.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for string.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for inttypes.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for stdint.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for strings.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for sys/stat.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for sys/types.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for unistd.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for wchar.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for minix/config.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c:48:10: fatal error: minix/config.h: No such file or directory 48 | #include  | ^~~~~~~~~~~~~~~~ compilation terminated. configure:7179: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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:7179: result: no configure:7179: checking for linux/fs.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for malloc.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for sys/systeminfo.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c:50:10: fatal error: sys/systeminfo.h: No such file or directory 50 | #include  | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:7179: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_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:7179: result: no configure:7179: checking for sys/sysinfo.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for coff.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c:51:10: fatal error: coff.h: No such file or directory 51 | #include  | ^~~~~~~~ compilation terminated. configure:7179: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_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:7179: result: no configure:7179: checking for pty.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for sys/resource.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for sys/utsname.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for pwd.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for utmp.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for util.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c:56:10: fatal error: util.h: No such file or directory 56 | #include  | ^~~~~~~~ compilation terminated. configure:7179: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_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:7179: result: no configure:7179: checking for sanitizer/lsan_interface.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for sys/socket.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for sys/param.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for pthread.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for malloc/malloc.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c:60:10: fatal error: malloc/malloc.h: No such file or directory 60 | #include  | ^~~~~~~~~~~~~~~~~ compilation terminated. configure:7179: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_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:7179: result: no configure:7179: checking for sys/un.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for vfork.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c:61:10: fatal error: vfork.h: No such file or directory 61 | #include  | ^~~~~~~~~ compilation terminated. configure:7179: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_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:7179: result: no configure:7179: checking for dirent.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for execinfo.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for stdio_ext.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for sys/vfs.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for sys/fs_types.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c:65:10: fatal error: sys/fs_types.h: No such file or directory 65 | #include  | ^~~~~~~~~~~~~~~~ compilation terminated. configure:7179: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_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:7179: result: no configure:7179: checking for getopt.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for sys/cdefs.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for sys/time.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for ieee754.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for limits.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for sys/select.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for stdalign.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for stdbool.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for sys/random.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7179: $? = 0 configure:7179: result: yes configure:7179: checking for stdckdint.h configure:7179: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c:74:10: fatal error: stdckdint.h: No such file or directory 74 | #include  | ^~~~~~~~~~~~~ compilation terminated. configure:7179: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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:7179: result: no configure:7210: checking whether it is safe to define __EXTENSIONS__ configure:7229: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7229: $? = 0 configure:7237: result: yes configure:7240: checking whether _XOPEN_SOURCE should be defined configure:7262: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:7262: $? = 0 configure:7289: result: no configure:7362: checking how to run the C preprocessor configure:7388: x86_64-pc-linux-gnu-gcc -E conftest.c configure:7388: $? = 0 configure:7403: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:63:10: fatal error: ac_nonexistent.h: No such file or directory 63 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:7403: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 configure:7430: result: x86_64-pc-linux-gnu-gcc -E configure:7444: x86_64-pc-linux-gnu-gcc -E conftest.c configure:7444: $? = 0 configure:7459: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:63:10: fatal error: ac_nonexistent.h: No such file or directory 63 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:7459: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 configure:7490: checking for grep that handles long lines and -e configure:7554: result: /usr/sbin/grep configure:7559: checking for egrep configure:7627: result: /usr/sbin/grep -E configure:7635: checking for Minix Amsterdam compiler configure:7661: result: no configure:7678: checking for x86_64-pc-linux-gnu-ar configure:7699: found /usr/sbin/x86_64-pc-linux-gnu-ar configure:7710: result: x86_64-pc-linux-gnu-ar configure:7790: checking for x86_64-pc-linux-gnu-ranlib configure:7811: found /usr/sbin/x86_64-pc-linux-gnu-ranlib configure:7822: result: x86_64-pc-linux-gnu-ranlib configure:7940: checking for special C compiler options needed for large files configure:7988: result: no configure:7994: checking for _FILE_OFFSET_BITS value needed for large files configure:8020: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:8020: $? = 0 configure:8055: result: no configure:8541: checking whether the compiler is clang configure:8562: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c:65:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before string constant 65 | error "not clang"; | ^~~~~~~~~~~ configure:8562: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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. */ | | #ifndef __clang__ | error "not clang"; | #endif | | int | main (void) | { | | ; | return 0; | } configure:8570: result: no configure:8613: x86_64-pc-linux-gnu-gcc -E conftest.c configure:8613: $? = 0 configure:8670: checking whether C compiler handles -Werror -Wunknown-warning-option configure:8690: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Werror -Wunknown-warning-option -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-Wunknown-warning-option' configure:8690: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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. */ | | int | main (void) | { | | ; | return 0; | } configure:8701: result: no configure:9015: checking whether -Wno-missing-field-initializers is supported configure:9034: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wextra -Werror -Wno-missing-field-initializers conftest.c >&5 configure:9034: $? = 0 configure:9044: result: yes configure:9048: checking whether -Wno-missing-field-initializers is needed configure:9073: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wextra -Werror conftest.c >&5 configure:9073: $? = 0 configure:9083: result: no configure:9087: checking whether -Wuninitialized is supported configure:9106: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Werror -Wuninitialized conftest.c >&5 configure:9106: $? = 0 configure:9116: result: yes configure:9252: checking whether C compiler handles -fno-common configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -fno-common -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wall configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Warith-conversion configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Warith-conversion -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wdate-time configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wdate-time -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wdisabled-optimization configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wdisabled-optimization -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wdouble-promotion configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wdouble-promotion -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wduplicated-cond configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wduplicated-cond -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wextra configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wformat-signedness configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wformat-signedness -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Winit-self configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Winit-self -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Winvalid-pch configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Winvalid-pch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wlogical-op configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wlogical-op -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wmissing-declarations configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wmissing-declarations -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wmissing-include-dirs configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wmissing-include-dirs -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wmissing-prototypes configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wmissing-prototypes -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wnested-externs configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wnested-externs -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wnull-dereference configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wnull-dereference -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wold-style-definition configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wold-style-definition -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wopenmp-simd configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wopenmp-simd -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wpacked configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wpacked -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wpointer-arith configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wpointer-arith -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wstrict-prototypes configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wstrict-prototypes -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wsuggest-attribute=format configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wsuggest-attribute=format -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wsuggest-attribute=noreturn configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wsuggest-attribute=noreturn -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wsuggest-final-methods configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wsuggest-final-methods -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wsuggest-final-types configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wsuggest-final-types -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wtrampolines configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wtrampolines -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wuninitialized configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wuninitialized -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wunknown-pragmas configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wunknown-pragmas -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wunused-macros configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wunused-macros -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:11: warning: macro "HAVE_STRING_H" is not used [-Wunused-macros] 11 | #define HAVE_STRING_H 1 | conftest.c:61: warning: macro "__EXTENSIONS__" is not used [-Wunused-macros] 61 | #define __EXTENSIONS__ 1 | conftest.c:57: warning: macro "__STDC_WANT_IEC_60559_TYPES_EXT__" is not used [-Wunused-macros] 57 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | conftest.c:47: warning: macro "_DARWIN_C_SOURCE" is not used [-Wunused-macros] 47 | #define _DARWIN_C_SOURCE 1 | conftest.c:37: warning: macro "HAVE_SYS_CDEFS_H" is not used [-Wunused-macros] 37 | #define HAVE_SYS_CDEFS_H 1 | conftest.c:22: warning: macro "HAVE_PTY_H" is not used [-Wunused-macros] 22 | #define HAVE_PTY_H 1 | conftest.c:55: warning: macro "__STDC_WANT_IEC_60559_DFP_EXT__" is not used [-Wunused-macros] 55 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | conftest.c:5: warning: macro "PACKAGE_STRING" is not used [-Wunused-macros] 5 | #define PACKAGE_STRING "GNU Emacs 29.0.50" | conftest.c:13: warning: macro "HAVE_STDINT_H" is not used [-Wunused-macros] 13 | #define HAVE_STDINT_H 1 | conftest.c:12: warning: macro "HAVE_INTTYPES_H" is not used [-Wunused-macros] 12 | #define HAVE_INTTYPES_H 1 | conftest.c:3: warning: macro "PACKAGE_TARNAME" is not used [-Wunused-macros] 3 | #define PACKAGE_TARNAME "emacs" | conftest.c:20: warning: macro "HAVE_MALLOC_H" is not used [-Wunused-macros] 20 | #define HAVE_MALLOC_H 1 | conftest.c:51: warning: macro "_OPENBSD_SOURCE" is not used [-Wunused-macros] 51 | #define _OPENBSD_SOURCE 1 | conftest.c:10: warning: macro "HAVE_STDLIB_H" is not used [-Wunused-macros] 10 | #define HAVE_STDLIB_H 1 | conftest.c:35: warning: macro "HAVE_SYS_VFS_H" is not used [-Wunused-macros] 35 | #define HAVE_SYS_VFS_H 1 | conftest.c:16: warning: macro "HAVE_SYS_TYPES_H" is not used [-Wunused-macros] 16 | #define HAVE_SYS_TYPES_H 1 | conftest.c:28: warning: macro "HAVE_SYS_SOCKET_H" is not used [-Wunused-macros] 28 | #define HAVE_SYS_SOCKET_H 1 | conftest.c:25: warning: macro "HAVE_PWD_H" is not used [-Wunused-macros] 25 | #define HAVE_PWD_H 1 | conftest.c:6: warning: macro "PACKAGE_BUGREPORT" is not used [-Wunused-macros] 6 | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | conftest.c:43: warning: macro "HAVE_STDBOOL_H" is not used [-Wunused-macros] 43 | #define HAVE_STDBOOL_H 1 | conftest.c:24: warning: macro "HAVE_SYS_UTSNAME_H" is not used [-Wunused-macros] 24 | #define HAVE_SYS_UTSNAME_H 1 | conftest.c:17: warning: macro "HAVE_UNISTD_H" is not used [-Wunused-macros] 17 | #define HAVE_UNISTD_H 1 | conftest.c:60: warning: macro "_TANDEM_SOURCE" is not used [-Wunused-macros] 60 | #define _TANDEM_SOURCE 1 | conftest.c:52: warning: macro "_POSIX_PTHREAD_SEMANTICS" is not used [-Wunused-macros] 52 | #define _POSIX_PTHREAD_SEMANTICS 1 | conftest.c:58: warning: macro "__STDC_WANT_LIB_EXT2__" is not used [-Wunused-macros] 58 | #define __STDC_WANT_LIB_EXT2__ 1 | conftest.c:21: warning: macro "HAVE_SYS_SYSINFO_H" is not used [-Wunused-macros] 21 | #define HAVE_SYS_SYSINFO_H 1 | conftest.c:23: warning: macro "HAVE_SYS_RESOURCE_H" is not used [-Wunused-macros] 23 | #define HAVE_SYS_RESOURCE_H 1 | conftest.c:33: warning: macro "HAVE_EXECINFO_H" is not used [-Wunused-macros] 33 | #define HAVE_EXECINFO_H 1 | conftest.c:9: warning: macro "HAVE_STDIO_H" is not used [-Wunused-macros] 9 | #define HAVE_STDIO_H 1 | conftest.c:53: warning: macro "__STDC_WANT_IEC_60559_ATTRIBS_EXT__" is not used [-Wunused-macros] 53 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | conftest.c:42: warning: macro "HAVE_STDALIGN_H" is not used [-Wunused-macros] 42 | #define HAVE_STDALIGN_H 1 | conftest.c:14: warning: macro "HAVE_STRINGS_H" is not used [-Wunused-macros] 14 | #define HAVE_STRINGS_H 1 | conftest.c:56: warning: macro "__STDC_WANT_IEC_60559_FUNCS_EXT__" is not used [-Wunused-macros] 56 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | conftest.c:15: warning: macro "HAVE_SYS_STAT_H" is not used [-Wunused-macros] 15 | #define HAVE_SYS_STAT_H 1 | conftest.c:45: warning: macro "STDC_HEADERS" is not used [-Wunused-macros] 45 | #define STDC_HEADERS 1 | conftest.c:31: warning: macro "HAVE_SYS_UN_H" is not used [-Wunused-macros] 31 | #define HAVE_SYS_UN_H 1 | conftest.c:4: warning: macro "PACKAGE_VERSION" is not used [-Wunused-macros] 4 | #define PACKAGE_VERSION "29.0.50" | conftest.c:2: warning: macro "PACKAGE_NAME" is not used [-Wunused-macros] 2 | #define PACKAGE_NAME "GNU Emacs" | conftest.c:59: warning: macro "__STDC_WANT_MATH_SPEC_FUNCS__" is not used [-Wunused-macros] 59 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | conftest.c:38: warning: macro "HAVE_SYS_TIME_H" is not used [-Wunused-macros] 38 | #define HAVE_SYS_TIME_H 1 | conftest.c:54: warning: macro "__STDC_WANT_IEC_60559_BFP_EXT__" is not used [-Wunused-macros] 54 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | conftest.c:49: warning: macro "_HPUX_ALT_XOPEN_SOCKET_API" is not used [-Wunused-macros] 49 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | conftest.c:30: warning: macro "HAVE_PTHREAD_H" is not used [-Wunused-macros] 30 | #define HAVE_PTHREAD_H 1 | conftest.c:26: warning: macro "HAVE_UTMP_H" is not used [-Wunused-macros] 26 | #define HAVE_UTMP_H 1 | conftest.c:29: warning: macro "HAVE_SYS_PARAM_H" is not used [-Wunused-macros] 29 | #define HAVE_SYS_PARAM_H 1 | conftest.c:39: warning: macro "HAVE_IEEE754_H" is not used [-Wunused-macros] 39 | #define HAVE_IEEE754_H 1 | conftest.c:8: warning: macro "HAVE_PDUMPER" is not used [-Wunused-macros] 8 | #define HAVE_PDUMPER 1 | conftest.c:19: warning: macro "HAVE_LINUX_FS_H" is not used [-Wunused-macros] 19 | #define HAVE_LINUX_FS_H 1 | conftest.c:34: warning: macro "HAVE_STDIO_EXT_H" is not used [-Wunused-macros] 34 | #define HAVE_STDIO_EXT_H 1 | conftest.c:40: warning: macro "HAVE_LIMITS_H" is not used [-Wunused-macros] 40 | #define HAVE_LIMITS_H 1 | conftest.c:44: warning: macro "HAVE_SYS_RANDOM_H" is not used [-Wunused-macros] 44 | #define HAVE_SYS_RANDOM_H 1 | conftest.c:27: warning: macro "HAVE_SANITIZER_LSAN_INTERFACE_H" is not used [-Wunused-macros] 27 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | conftest.c:36: warning: macro "HAVE_GETOPT_H" is not used [-Wunused-macros] 36 | #define HAVE_GETOPT_H 1 | conftest.c:50: warning: macro "_NETBSD_SOURCE" is not used [-Wunused-macros] 50 | #define _NETBSD_SOURCE 1 | conftest.c:7: warning: macro "PACKAGE_URL" is not used [-Wunused-macros] 7 | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | conftest.c:46: warning: macro "_ALL_SOURCE" is not used [-Wunused-macros] 46 | #define _ALL_SOURCE 1 | conftest.c:48: warning: macro "_GNU_SOURCE" is not used [-Wunused-macros] 48 | #define _GNU_SOURCE 1 | conftest.c:18: warning: macro "HAVE_WCHAR_H" is not used [-Wunused-macros] 18 | #define HAVE_WCHAR_H 1 | conftest.c:32: warning: macro "HAVE_DIRENT_H" is not used [-Wunused-macros] 32 | #define HAVE_DIRENT_H 1 | conftest.c:41: warning: macro "HAVE_SYS_SELECT_H" is not used [-Wunused-macros] 41 | #define HAVE_SYS_SELECT_H 1 | configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wvariadic-macros configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wvariadic-macros -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wvector-operation-performance configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wvector-operation-performance -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wwrite-strings configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wwrite-strings -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Warray-bounds=2 configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Warray-bounds=2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wattribute-alias=2 configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wattribute-alias=2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wformat=2 configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wformat=2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wformat-truncation=2 configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wformat-truncation=2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wimplicit-fallthrough=5 configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wimplicit-fallthrough=5 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wshift-overflow=2 configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wshift-overflow=2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wuse-after-free=3 configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wuse-after-free=3 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9252: checking whether C compiler handles -Wvla-larger-than=4031 configure:9272: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wvla-larger-than=4031 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9272: $? = 0 configure:9284: result: yes configure:9295: checking whether C compiler handles -Wredundant-decls configure:9315: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wredundant-decls -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9315: $? = 0 configure:9326: result: yes configure:9336: checking whether C compiler handles -Wno-missing-field-initializers configure:9356: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wmissing-field-initializers -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9356: $? = 0 configure:9367: result: yes configure:9377: checking whether C compiler handles -Wno-override-init configure:9397: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Woverride-init -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9397: $? = 0 configure:9408: result: yes configure:9418: checking whether C compiler handles -Wno-sign-compare configure:9438: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wsign-compare -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9438: $? = 0 configure:9449: result: yes configure:9459: checking whether C compiler handles -Wno-type-limits configure:9479: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wtype-limits -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9479: $? = 0 configure:9490: result: yes configure:9500: checking whether C compiler handles -Wno-unused-parameter configure:9520: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wunused-parameter -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9520: $? = 0 configure:9531: result: yes configure:9541: checking whether C compiler handles -Wno-format-nonliteral configure:9561: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wformat-nonliteral -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9561: $? = 0 configure:9572: result: yes configure:9582: checking whether C compiler handles -Wno-bidi-chars configure:9602: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wbidi-chars -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9602: $? = 0 configure:9613: result: yes configure:10192: checking for a BSD-compatible install configure:10265: result: /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c configure:10279: checking command to symlink files in the same directory configure:10301: result: ln -s configure:10315: checking for install-info configure:10338: found /usr/sbin/install-info configure:10351: result: /usr/sbin/install-info configure:10361: checking for gzip configure:10396: result: /usr/sbin/pigz configure:10412: checking for 'find' args to delete a file configure:10424: result: -delete configure:10551: checking for brew configure:10586: result: no configure:10748: checking for -znocombreloc configure:10781: result: not needed configure:10790: checking whether addresses are sanitized configure:10814: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c:69:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before string constant 69 | error "Addresses are not sanitized."; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ configure:10814: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 GCC_LINT 1 | /* end confdefs.h. */ | #ifndef __has_feature | #define __has_feature(f) 0 | #endif | #if defined __SANITIZE_ADDRESS__ || __has_feature (address_sanitizer) | #else | error "Addresses are not sanitized."; | #endif | | int | main (void) | { | | ; | return 0; | } configure:10822: result: no configure:10987: checking for math library configure:11038: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/app-editors/emacs-29.0.9999/temp/ccs35pX5.o: in function `main': /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/conftest.c:73: undefined reference to `acos' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/conftest.c:74: undefined reference to `asin' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/conftest.c:75: undefined reference to `atan' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/conftest.c:76: undefined reference to `atan2' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/conftest.c:79: undefined reference to `cos' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/conftest.c:80: undefined reference to `exp' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/conftest.c:83: undefined reference to `fmod' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/conftest.c:86: undefined reference to `log' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/conftest.c:87: undefined reference to `log2' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/conftest.c:88: undefined reference to `log10' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/conftest.c:89: undefined reference to `pow' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/conftest.c:92: undefined reference to `sin' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/conftest.c:94: undefined reference to `tan' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/conftest.c:97: undefined reference to `powf' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/conftest.c:98: undefined reference to `ilogb' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/conftest.c:100: undefined reference to `lrint' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/conftest.c:93: undefined reference to `sqrt' collect2: error: ld returned 1 exit status configure:11038: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 GCC_LINT 1 | /* end confdefs.h. */ | | #include | int | main (int argc, char **argv) | { | double d = argc; | float f = argc; | int i = argc; | long l = argc; | d = acos (d); | d = asin (d); | d = atan (d); | d = atan2 (d, d); | d = ceil (d); | d = copysign (d, d); | d = cos (d); | d = exp (d); | d = fabs (d); | d = floor (d); | d = fmod (d, d); | d = frexp (d, &i); | d = ldexp (d, i); | d = log (d); | d = log2 (d); | d = log10 (d); | d = pow (d, d); | d = rint (d); | d = scalbn (d, l); | d = sin (d); | d = sqrt (d); | d = tan (d); | d = trunc (d); | f = fabsf (f); | f = powf (f, f); | i = ilogb (d); | i = signbit (d); | l = lrint (d); | l = lround (d); | return d == f && i == l; | } | configure:11043: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 configure:11043: $? = 0 configure:11056: result: -lm configure:11115: checking for x86_64-pc-linux-gnu-pkg-config configure:11138: found /usr/sbin/x86_64-pc-linux-gnu-pkg-config configure:11150: result: /usr/sbin/x86_64-pc-linux-gnu-pkg-config configure:11223: checking pkg-config is at least version 0.9.0 configure:11226: result: yes configure:11243: checking for machine/soundcard.h configure:11243: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c:72:10: fatal error: machine/soundcard.h: No such file or directory 72 | #include  | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:11243: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | /* end confdefs.h. */ | | #ifdef __MINGW32__ | #define WIN32_LEAN_AND_MEAN | #include | #endif | | | #include configure:11243: result: no configure:11243: checking for sys/soundcard.h configure:11243: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:11243: $? = 0 configure:11243: result: yes configure:11243: checking for soundcard.h configure:11243: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c:73:10: fatal error: soundcard.h: No such file or directory 73 | #include  | ^~~~~~~~~~~~~ compilation terminated. configure:11243: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | /* end confdefs.h. */ | | #ifdef __MINGW32__ | #define WIN32_LEAN_AND_MEAN | #include | #endif | | | #include configure:11243: result: no configure:11243: checking for mmsystem.h configure:11243: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c:73:10: fatal error: mmsystem.h: No such file or directory 73 | #include  | ^~~~~~~~~~~~ compilation terminated. configure:11243: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | /* end confdefs.h. */ | | #ifdef __MINGW32__ | #define WIN32_LEAN_AND_MEAN | #include | #endif | | | #include configure:11243: result: no configure:11322: checking for alsa >= 1.0.0 configure:11329: $PKG_CONFIG --exists --print-errors "$ALSA_MODULES" configure:11332: $? = 0 configure:11346: $PKG_CONFIG --exists --print-errors "$ALSA_MODULES" configure:11349: $? = 0 configure:11387: result: yes configure:11430: checking for ADDR_NO_RANDOMIZE configure:11448: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:11448: $? = 0 configure:11456: result: yes configure:11468: checking if Linux sysinfo may be used configure:11487: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:11487: $? = 0 configure:11495: result: yes configure:11513: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:11513: $? = 0 configure:11534: x86_64-pc-linux-gnu-gcc -E conftest.c configure:11534: $? = 0 configure:11541: checking for sys/wait.h that is POSIX.1 compatible configure:11568: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:11568: $? = 0 configure:11576: result: yes configure:11587: checking for net/if.h configure:11587: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:11587: $? = 0 configure:11587: result: yes configure:11598: checking for ifaddrs.h configure:11598: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:11598: $? = 0 configure:11598: result: yes configure:11609: checking for net/if_dl.h configure:11609: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c:107:10: fatal error: net/if_dl.h: No such file or directory 107 | #include  | ^~~~~~~~~~~~~ compilation terminated. configure:11609: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_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 | #if HAVE_SYS_SOCKET_H | #include | #endif | | #include configure:11609: result: no configure:11621: checking for struct ifreq.ifr_flags configure:11621: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:11621: $? = 0 configure:11621: result: yes configure:11636: checking for struct ifreq.ifr_hwaddr configure:11636: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c: In function 'main': conftest.c:115:5: error: used struct type value where scalar is required 115 | if (ac_aggr.ifr_hwaddr) | ^~~~~~~ configure:11636: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 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 | #if HAVE_SYS_SOCKET_H | #include | #endif | #if HAVE_NET_IF_H | #include | #endif | | int | main (void) | { | static struct ifreq ac_aggr; | if (ac_aggr.ifr_hwaddr) | return 0; | ; | return 0; | } configure:11636: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:11636: $? = 0 configure:11636: result: yes configure:11651: checking for struct ifreq.ifr_netmask configure:11651: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c: In function 'main': conftest.c:116:5: error: used struct type value where scalar is required 116 | if (ac_aggr.ifr_netmask) | ^~~~~~~ configure:11651: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 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 | #if HAVE_SYS_SOCKET_H | #include | #endif | #if HAVE_NET_IF_H | #include | #endif | | int | main (void) | { | static struct ifreq ac_aggr; | if (ac_aggr.ifr_netmask) | return 0; | ; | return 0; | } configure:11651: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:11651: $? = 0 configure:11651: result: yes configure:11666: checking for struct ifreq.ifr_broadaddr configure:11666: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c: In function 'main': conftest.c:117:5: error: used struct type value where scalar is required 117 | if (ac_aggr.ifr_broadaddr) | ^~~~~~~ configure:11666: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 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 | #if HAVE_SYS_SOCKET_H | #include | #endif | #if HAVE_NET_IF_H | #include | #endif | | int | main (void) | { | static struct ifreq ac_aggr; | if (ac_aggr.ifr_broadaddr) | return 0; | ; | return 0; | } configure:11666: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:11666: $? = 0 configure:11666: result: yes configure:11681: checking for struct ifreq.ifr_addr configure:11681: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c: In function 'main': conftest.c:118:5: error: used struct type value where scalar is required 118 | if (ac_aggr.ifr_addr) | ^~~~~~~ configure:11681: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 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 | #if HAVE_SYS_SOCKET_H | #include | #endif | #if HAVE_NET_IF_H | #include | #endif | | int | main (void) | { | static struct ifreq ac_aggr; | if (ac_aggr.ifr_addr) | return 0; | ; | return 0; | } configure:11681: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:11681: $? = 0 configure:11681: result: yes configure:11696: checking for struct ifreq.ifr_addr.sa_len configure:11696: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c: In function 'main': conftest.c:119:21: error: 'struct sockaddr' has no member named 'sa_len' 119 | if (ac_aggr.ifr_addr.sa_len) | ^ configure:11696: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 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 | #if HAVE_SYS_SOCKET_H | #include | #endif | #if HAVE_NET_IF_H | #include | #endif | | int | main (void) | { | static struct ifreq ac_aggr; | if (ac_aggr.ifr_addr.sa_len) | return 0; | ; | return 0; | } configure:11696: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 conftest.c: In function 'main': conftest.c:119:28: error: 'struct sockaddr' has no member named 'sa_len' 119 | if (sizeof ac_aggr.ifr_addr.sa_len) | ^ configure:11696: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 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 | #if HAVE_SYS_SOCKET_H | #include | #endif | #if HAVE_NET_IF_H | #include | #endif | | int | main (void) | { | static struct ifreq ac_aggr; | if (sizeof ac_aggr.ifr_addr.sa_len) | return 0; | ; | return 0; | } configure:11696: result: no configure:11718: checking whether gcc understands -MMD -MF configure:11737: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -MMD -MF deps.d -MP conftest.c >&5 configure:11737: $? = 0 configure:11748: result: yes configure:11770: checking for X configure:11808: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 configure:11808: $? = 0 configure:11995: result: libraries , headers configure:13449: checking whether malloc is Doug Lea style configure:13471: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c: In function 'main': conftest.c:85:1: error: implicit declaration of function 'malloc_set_state'; did you mean 'malloc_stats'? [-Werror=implicit-function-declaration] 85 | malloc_set_state (malloc_get_state ()); | ^~~~~~~~~~~~~~~~ | malloc_stats conftest.c:85:19: error: implicit declaration of function 'malloc_get_state'; did you mean 'malloc_stats'? [-Werror=implicit-function-declaration] 85 | malloc_set_state (malloc_get_state ()); | ^~~~~~~~~~~~~~~~ | malloc_stats conftest.c:86:13: error: '__after_morecore_hook' undeclared (first use in this function) 86 | __after_morecore_hook = hook; | ^~~~~~~~~~~~~~~~~~~~~ conftest.c:86:13: note: each undeclared identifier is reported only once for each function it appears in conftest.c:87:13: error: '__malloc_initialize_hook' undeclared (first use in this function) 87 | __malloc_initialize_hook = hook; | ^~~~~~~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors configure:13471: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | /* end confdefs.h. */ | #include | static void hook (void) {} | int | main (void) | { | malloc_set_state (malloc_get_state ()); | __after_morecore_hook = hook; | __malloc_initialize_hook = hook; | ; | return 0; | } configure:13479: result: no configure:13490: checking for sbrk configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for getpagesize configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for __lsan_ignore_object configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/app-editors/emacs-29.0.9999/temp/ccyNNlfY.o: in function `main': /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/conftest.c:109: undefined reference to `__lsan_ignore_object' collect2: error: ld returned 1 exit status configure:13490: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | /* end confdefs.h. */ | /* Define __lsan_ignore_object to an innocuous variant, in case declares __lsan_ignore_object. | For example, HP-UX 11i declares gettimeofday. */ | #define __lsan_ignore_object innocuous___lsan_ignore_object | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __lsan_ignore_object (void); below. */ | | #include | #undef __lsan_ignore_object | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char __lsan_ignore_object (void); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub___lsan_ignore_object || defined __stub_____lsan_ignore_object | choke me | #endif | | int | main (void) | { | return __lsan_ignore_object (); | ; | return 0; | } configure:13490: result: no configure:13490: checking for fork configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:98:6: warning: conflicting types for built-in function 'fork'; expected 'int(void)' [-Wbuiltin-declaration-mismatch] 98 | char fork (void); | ^~~~ configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for vfork configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for fchmod configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for canonicalize_file_name configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for faccessat configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for realpath configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for lstat configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for readlinkat configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for explicit_bzero configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for memset_s configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: /var/tmp/portage/app-editors/emacs-29.0.9999/temp/ccLjSO4T.o: in function `main': /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/conftest.c:118: undefined reference to `memset_s' collect2: error: ld returned 1 exit status configure:13490: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_FACCESSAT 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_READLINKAT 1 | #define HAVE_EXPLICIT_BZERO 1 | /* end confdefs.h. */ | /* Define memset_s to an innocuous variant, in case declares memset_s. | For example, HP-UX 11i declares gettimeofday. */ | #define memset_s innocuous_memset_s | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char memset_s (void); below. */ | | #include | #undef memset_s | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char memset_s (void); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_memset_s || defined __stub___memset_s | choke me | #endif | | int | main (void) | { | return memset_s (); | ; | return 0; | } configure:13490: result: no configure:13490: checking for fchmodat configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for lchmod configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for fcntl configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for fdopendir configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for fstatat configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for fsync configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for futimens configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for getrandom configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for gettimeofday configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for mkostemp configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for pipe2 configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for pselect configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for pthread_sigmask configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for readlink configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for isblank configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:121:6: warning: conflicting types for built-in function 'isblank'; expected 'int(int)' [-Wbuiltin-declaration-mismatch] 121 | char isblank (void); | ^~~~~~~ conftest.c:113:1: note: 'isblank' is declared in header '' 112 | #include 113 | #undef isblank configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for iswctype configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for strtoimax configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for symlink configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for localtime_r configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for timegm configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for utimensat configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for getdtablesize configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for futimes configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for futimesat configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13490: checking for lutimes configure:13490: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13490: $? = 0 configure:13490: result: yes configure:13615: checking for working mmap configure:13767: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13767: $? = 0 configure:13767: ./conftest configure:13767: $? = 0 configure:13778: result: yes configure:13796: checking for main in -lXbsd configure:13816: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lXbsd >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: cannot find -lXbsd: No such file or directory collect2: error: ld returned 1 exit status configure:13816: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_FACCESSAT 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_READLINKAT 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_PIPE2 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMEGM 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_LUTIMES 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | /* end confdefs.h. */ | | | int | main (void) | { | return main (); | ; | return 0; | } configure:13826: result: no configure:13838: checking for pthread library configure:13875: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13875: $? = 0 configure:13887: result: none needed configure:13914: checking for thread support configure:13930: result: yes configure:13999: checking whether X on GNU/Linux needs -b to link configure:14016: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 conftest.c: In function 'main': conftest.c:124:1: error: implicit declaration of function 'XOpenDisplay' [-Werror=implicit-function-declaration] 124 | XOpenDisplay ("foo"); | ^~~~~~~~~~~~ cc1: some warnings being treated as errors configure:14016: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_FACCESSAT 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_READLINKAT 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_PIPE2 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMEGM 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_LUTIMES 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | /* end confdefs.h. */ | | int | main (void) | { | XOpenDisplay ("foo"); | ; | return 0; | } configure:14040: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -b i486-linuxaout -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 -b i486-linuxaout >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-b' x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-b' configure:14040: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Emacs" | #define PACKAGE_TARNAME "emacs" | #define PACKAGE_VERSION "29.0.50" | #define PACKAGE_STRING "GNU Emacs 29.0.50" | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" | #define HAVE_PDUMPER 1 | #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 HAVE_LINUX_FS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_IEEE754_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_STDALIGN_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_RANDOM_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 GCC_LINT 1 | #define SYSTEM_TYPE "gnu/linux" | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ALSA 1 | #define HAVE_SOUND 1 | #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 | #define HAVE_LINUX_SYSINFO 1 | #define LINUX_SYSINFO_UNIT 1 | #define HAVE_TERM_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | #define HAVE_SBRK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_FCHMOD 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_FACCESSAT 1 | #define HAVE_REALPATH 1 | #define HAVE_LSTAT 1 | #define HAVE_READLINKAT 1 | #define HAVE_EXPLICIT_BZERO 1 | #define HAVE_FCHMODAT 1 | #define HAVE_LCHMOD 1 | #define HAVE_FCNTL 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FSTATAT 1 | #define HAVE_FSYNC 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETRANDOM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_PIPE2 1 | #define HAVE_PSELECT 1 | #define HAVE_PTHREAD_SIGMASK 1 | #define HAVE_READLINK 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_SYMLINK 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMEGM 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_LUTIMES 1 | #define SYSTEM_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_PTHREAD 1 | #define THREADS_ENABLED 1 | /* end confdefs.h. */ | | int | main (void) | { | XOpenDisplay ("foo"); | ; | return 0; | } configure:14061: result: no configure:14071: checking for Xkb configure:14089: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 configure:14089: $? = 0 configure:14098: result: yes configure:14104: checking for XkbRefreshKeyboardMapping configure:14104: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 configure:14104: $? = 0 configure:14104: result: yes configure:14110: checking for XkbFreeNames configure:14110: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 configure:14110: $? = 0 configure:14110: result: yes configure:14119: checking for XrmSetDatabase configure:14119: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 configure:14119: $? = 0 configure:14119: result: yes configure:14125: checking for XScreenResourceString configure:14125: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 configure:14125: $? = 0 configure:14125: result: yes configure:14131: checking for XScreenNumberOfScreen configure:14131: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 configure:14131: $? = 0 configure:14131: result: yes configure:14138: checking for XDisplayCells configure:14138: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 configure:14138: $? = 0 configure:14138: result: yes configure:14144: checking for XDestroySubwindows configure:14144: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 configure:14144: $? = 0 configure:14144: result: yes configure:14154: checking X11 version 6 configure:14174: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 configure:14174: $? = 0 configure:14185: result: 6 or newer configure:14193: checking for XICCallback.callback configure:14193: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int conftest.c >&5 configure:14193: $? = 0 configure:14193: result: yes configure:14230: checking for librsvg-2.0 >= 2.14.0 configure:14237: $PKG_CONFIG --exists --print-errors "$RSVG_MODULE" configure:14240: $? = 0 configure:14254: $PKG_CONFIG --exists --print-errors "$RSVG_MODULE" configure:14257: $? = 0 configure:14295: result: yes configure:14748: checking for getaddrinfo_a in -lanl configure:14777: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -isystem /usr/include/librsvg-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/lzo -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/pixman-1 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lanl -lX11 >&5 configure:14777: $? = 0 configure:14787: result: yes configure:14819: checking for gtk+-3.0 >= 3.10 glib-2.0 >= 2.37.5 configure:14826: $PKG_CONFIG --exists --print-errors "$GTK_MODULES" configure:14829: $? = 0 configure:14843: $PKG_CONFIG --exists --print-errors "$GTK_MODULES" configure:14846: $? = 0 configure:14884: result: yes configure:15007: checking whether GTK compiles configure:15038: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -isystem /usr/include/librsvg-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/lzo -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/pixman-1 -isystem /usr/include/gtk-3.0 -isystem /usr/include/pango-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -isystem /usr/include/harfbuzz -isystem /usr/include/freetype2 -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/fribidi -isystem /usr/include/cairo -isystem /usr/include/lzo -isystem /usr/include/libpng16 -isystem /usr/include/pixman-1 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/atk-1.0 -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/at-spi-2.0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib64/dbus-1.0/include -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lgtk-3 -lgdk-3 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lpangocairo-1.0 -lcairo -lgdk_pixbuf-2.0 -lcairo-gobject -latk-1.0 -lgio-2.0 -lX11 >&5 configure:15038: $? = 0 configure:15047: result: yes configure:15063: WARNING: Your version of Gtk+ will have problems with closing open displays. This is no problem if you just use one display, but if you use more than one and close one of them Emacs may crash. See https://gitlab.gnome.org/GNOME/gtk/issues/221 configure:15211: checking for malloc_trim configure:15211: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -isystem /usr/include/librsvg-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/lzo -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/pixman-1 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 configure:15211: $? = 0 configure:15211: result: yes configure:15224: checking for dbus-1 >= 1.0 configure:15231: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0" configure:15234: $? = 0 configure:15248: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0" configure:15251: $? = 0 configure:15289: result: yes configure:15300: checking for dbus_watch_get_unix_fd configure:15300: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -isystem /usr/include/librsvg-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/lzo -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/pixman-1 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 -ldbus-1 >&5 configure:15300: $? = 0 configure:15300: result: yes configure:15306: checking for dbus_type_is_valid configure:15306: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -isystem /usr/include/librsvg-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/lzo -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/pixman-1 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 -ldbus-1 >&5 configure:15306: $? = 0 configure:15306: result: yes configure:15312: checking for dbus_validate_bus_name configure:15312: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -isystem /usr/include/librsvg-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/lzo -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/pixman-1 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 -ldbus-1 >&5 configure:15312: $? = 0 configure:15312: result: yes configure:15318: checking for dbus_validate_path configure:15318: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -isystem /usr/include/librsvg-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/lzo -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/pixman-1 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 -ldbus-1 >&5 configure:15318: $? = 0 configure:15318: result: yes configure:15324: checking for dbus_validate_interface configure:15324: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -isystem /usr/include/librsvg-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/lzo -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/pixman-1 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 -ldbus-1 >&5 configure:15324: $? = 0 configure:15324: result: yes configure:15330: checking for dbus_validate_member configure:15330: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -isystem /usr/include/librsvg-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/lzo -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/pixman-1 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 -ldbus-1 >&5 configure:15330: $? = 0 configure:15330: result: yes configure:15349: checking for gio-2.0 >= 2.26 configure:15356: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.26" configure:15359: $? = 0 configure:15373: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.26" configure:15376: $? = 0 configure:15414: result: yes configure:15424: checking whether GSettings is in gio configure:15447: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -isystem /usr/include/librsvg-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/lzo -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/pixman-1 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -lX11 -lgio-2.0 -lglib-2.0 -lgobject-2.0 >&5 configure:15447: $? = 0 configure:15456: result: yes configure:15559: checking for gobject-2.0 >= 2.0 configure:15566: $PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.0" configure:15569: $? = 0 configure:15583: $PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.0" configure:15586: $? = 0 configure:15624: result: yes configure:15713: checking for gnutls >= 2.12.2 configure:15720: $PKG_CONFIG --exists --print-errors "gnutls >= 2.12.2" configure:15723: $? = 0 configure:15737: $PKG_CONFIG --exists --print-errors "gnutls >= 2.12.2" configure:15740: $? = 0 configure:15778: result: yes configure:15802: checking for libsystemd >= 222 configure:15809: $PKG_CONFIG --exists --print-errors "libsystemd >= 222" configure:15812: $? = 0 configure:15826: $PKG_CONFIG --exists --print-errors "libsystemd >= 222" configure:15829: $? = 0 configure:15867: result: yes configure:15888: checking for jansson >= 2.7 configure:15895: $PKG_CONFIG --exists --print-errors "jansson >= 2.7" configure:15898: $? = 0 configure:15912: $PKG_CONFIG --exists --print-errors "jansson >= 2.7" configure:15915: $? = 0 configure:15953: result: yes configure:15981: checking for tree-sitter >= 0.20.2 configure:15988: $PKG_CONFIG --exists --print-errors "tree-sitter >= 0.20.2" Package dependency requirement 'tree-sitter >= 0.20.2' could not be satisfied. Package 'tree-sitter' has version '0.6.3', required version is '>= 0.20.2' configure:15991: $? = 1 configure:16005: $PKG_CONFIG --exists --print-errors "tree-sitter >= 0.20.2" Package dependency requirement 'tree-sitter >= 0.20.2' could not be satisfied. Package 'tree-sitter' has version '0.6.3', required version is '>= 0.20.2' configure:16008: $? = 1 configure:16022: result: no Package dependency requirement 'tree-sitter >= 0.20.2' could not be satisfied. Package 'tree-sitter' has version '0.6.3', required version is '>= 0.20.2' configure:16058: checking for tree-sitter >= 0.6.3 configure:16065: $PKG_CONFIG --exists --print-errors "tree-sitter >= 0.6.3" configure:16068: $? = 0 configure:16082: $PKG_CONFIG --exists --print-errors "tree-sitter >= 0.6.3" configure:16085: $? = 0 configure:16123: result: yes configure:16133: checking for ts_set_allocator configure:16133: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -isystem /usr/include/librsvg-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/lzo -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/pixman-1 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed conftest.c -ltree-sitter -lX11 >&5 configure:16133: $? = 0 configure:16133: result: yes configure:16147: error: Tree-sitter library exists but its version is too old ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build='x86_64-pc-linux-gnu' ac_cv_c_compiler_gnu='yes' ac_cv_c_undeclared_builtin_options='none needed' ac_cv_env_ALSA_CFLAGS_set='' ac_cv_env_ALSA_CFLAGS_value='' ac_cv_env_ALSA_LIBS_set='' ac_cv_env_ALSA_LIBS_value='' ac_cv_env_CAIRO_CFLAGS_set='' ac_cv_env_CAIRO_CFLAGS_value='' ac_cv_env_CAIRO_LIBS_set='' ac_cv_env_CAIRO_LIBS_value='' ac_cv_env_CAIRO_XCB_CFLAGS_set='' ac_cv_env_CAIRO_XCB_CFLAGS_value='' ac_cv_env_CAIRO_XCB_LIBS_set='' ac_cv_env_CAIRO_XCB_LIBS_value='' ac_cv_env_CAIRO_XLIB_CFLAGS_set='' ac_cv_env_CAIRO_XLIB_CFLAGS_value='' ac_cv_env_CAIRO_XLIB_LIBS_set='' ac_cv_env_CAIRO_XLIB_LIBS_value='' 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='set' ac_cv_env_CFLAGS_value='-O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int' 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='set' ac_cv_env_CXXFLAGS_value='-O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -D_GLIBCXX_ASSERTIONS -ggdb3' ac_cv_env_CXX_set='' ac_cv_env_CXX_value='' ac_cv_env_DBUS_CFLAGS_set='' ac_cv_env_DBUS_CFLAGS_value='' ac_cv_env_DBUS_LIBS_set='' ac_cv_env_DBUS_LIBS_value='' ac_cv_env_FONTCONFIG_CFLAGS_set='' ac_cv_env_FONTCONFIG_CFLAGS_value='' ac_cv_env_FONTCONFIG_LIBS_set='' ac_cv_env_FONTCONFIG_LIBS_value='' ac_cv_env_FREETYPE_CFLAGS_set='' ac_cv_env_FREETYPE_CFLAGS_value='' ac_cv_env_FREETYPE_LIBS_set='' ac_cv_env_FREETYPE_LIBS_value='' ac_cv_env_GCONF_CFLAGS_set='' ac_cv_env_GCONF_CFLAGS_value='' ac_cv_env_GCONF_LIBS_set='' ac_cv_env_GCONF_LIBS_value='' ac_cv_env_GFILENOTIFY_CFLAGS_set='' ac_cv_env_GFILENOTIFY_CFLAGS_value='' ac_cv_env_GFILENOTIFY_LIBS_set='' ac_cv_env_GFILENOTIFY_LIBS_value='' ac_cv_env_GOBJECT_CFLAGS_set='' ac_cv_env_GOBJECT_CFLAGS_value='' ac_cv_env_GOBJECT_LIBS_set='' ac_cv_env_GOBJECT_LIBS_value='' ac_cv_env_GSETTINGS_CFLAGS_set='' ac_cv_env_GSETTINGS_CFLAGS_value='' ac_cv_env_GSETTINGS_LIBS_set='' ac_cv_env_GSETTINGS_LIBS_value='' ac_cv_env_GTK_CFLAGS_set='' ac_cv_env_GTK_CFLAGS_value='' ac_cv_env_GTK_LIBS_set='' ac_cv_env_GTK_LIBS_value='' ac_cv_env_HARFBUZZ_CFLAGS_set='' ac_cv_env_HARFBUZZ_CFLAGS_value='' ac_cv_env_HARFBUZZ_LIBS_set='' ac_cv_env_HARFBUZZ_LIBS_value='' ac_cv_env_IMAGEMAGICK_CFLAGS_set='' ac_cv_env_IMAGEMAGICK_CFLAGS_value='' ac_cv_env_IMAGEMAGICK_LIBS_set='' ac_cv_env_IMAGEMAGICK_LIBS_value='' ac_cv_env_JSON_CFLAGS_set='' ac_cv_env_JSON_CFLAGS_value='' ac_cv_env_JSON_LIBS_set='' ac_cv_env_JSON_LIBS_value='' ac_cv_env_KQUEUE_CFLAGS_set='' ac_cv_env_KQUEUE_CFLAGS_value='' ac_cv_env_KQUEUE_LIBS_set='' ac_cv_env_KQUEUE_LIBS_value='' ac_cv_env_LCMS2_CFLAGS_set='' ac_cv_env_LCMS2_CFLAGS_value='' ac_cv_env_LCMS2_LIBS_set='' ac_cv_env_LCMS2_LIBS_value='' ac_cv_env_LDFLAGS_set='set' ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed' ac_cv_env_LIBGNUTLS_CFLAGS_set='' ac_cv_env_LIBGNUTLS_CFLAGS_value='' ac_cv_env_LIBGNUTLS_LIBS_set='' ac_cv_env_LIBGNUTLS_LIBS_value='' ac_cv_env_LIBOTF_CFLAGS_set='' ac_cv_env_LIBOTF_CFLAGS_value='' ac_cv_env_LIBOTF_LIBS_set='' ac_cv_env_LIBOTF_LIBS_value='' ac_cv_env_LIBSECCOMP_CFLAGS_set='' ac_cv_env_LIBSECCOMP_CFLAGS_value='' ac_cv_env_LIBSECCOMP_LIBS_set='' ac_cv_env_LIBSECCOMP_LIBS_value='' ac_cv_env_LIBSYSTEMD_CFLAGS_set='' ac_cv_env_LIBSYSTEMD_CFLAGS_value='' ac_cv_env_LIBSYSTEMD_LIBS_set='' ac_cv_env_LIBSYSTEMD_LIBS_value='' ac_cv_env_LIBS_set='' ac_cv_env_LIBS_value='' ac_cv_env_LIBXML2_CFLAGS_set='' ac_cv_env_LIBXML2_CFLAGS_value='' ac_cv_env_LIBXML2_LIBS_set='' ac_cv_env_LIBXML2_LIBS_value='' ac_cv_env_M17N_FLT_CFLAGS_set='' ac_cv_env_M17N_FLT_CFLAGS_value='' ac_cv_env_M17N_FLT_LIBS_set='' ac_cv_env_M17N_FLT_LIBS_value='' ac_cv_env_OBJCFLAGS_set='' ac_cv_env_OBJCFLAGS_value='' ac_cv_env_OBJC_set='' ac_cv_env_OBJC_value='' ac_cv_env_PKG_CONFIG_LIBDIR_set='' ac_cv_env_PKG_CONFIG_LIBDIR_value='' ac_cv_env_PKG_CONFIG_PATH_set='' ac_cv_env_PKG_CONFIG_PATH_value='' ac_cv_env_PKG_CONFIG_set='' ac_cv_env_PKG_CONFIG_value='' ac_cv_env_PNG_CFLAGS_set='' ac_cv_env_PNG_CFLAGS_value='' ac_cv_env_PNG_LIBS_set='' ac_cv_env_PNG_LIBS_value='' ac_cv_env_RSVG_CFLAGS_set='' ac_cv_env_RSVG_CFLAGS_value='' ac_cv_env_RSVG_LIBS_set='' ac_cv_env_RSVG_LIBS_value='' ac_cv_env_TREE_SITTER_CFLAGS_set='' ac_cv_env_TREE_SITTER_CFLAGS_value='' ac_cv_env_TREE_SITTER_LIBS_set='' ac_cv_env_TREE_SITTER_LIBS_value='' ac_cv_env_WEBKIT_CFLAGS_set='' ac_cv_env_WEBKIT_CFLAGS_value='' ac_cv_env_WEBKIT_LIBS_set='' ac_cv_env_WEBKIT_LIBS_value='' ac_cv_env_WEBP_CFLAGS_set='' ac_cv_env_WEBP_CFLAGS_value='' ac_cv_env_WEBP_LIBS_set='' ac_cv_env_WEBP_LIBS_value='' ac_cv_env_XFIXES_CFLAGS_set='' ac_cv_env_XFIXES_CFLAGS_value='' ac_cv_env_XFIXES_LIBS_set='' ac_cv_env_XFIXES_LIBS_value='' ac_cv_env_XFT_CFLAGS_set='' ac_cv_env_XFT_CFLAGS_value='' ac_cv_env_XFT_LIBS_set='' ac_cv_env_XFT_LIBS_value='' ac_cv_env_XINERAMA_CFLAGS_set='' ac_cv_env_XINERAMA_CFLAGS_value='' ac_cv_env_XINERAMA_LIBS_set='' ac_cv_env_XINERAMA_LIBS_value='' ac_cv_env_XINPUT_CFLAGS_set='' ac_cv_env_XINPUT_CFLAGS_value='' ac_cv_env_XINPUT_LIBS_set='' ac_cv_env_XINPUT_LIBS_value='' ac_cv_env_XMKMF_set='' ac_cv_env_XMKMF_value='' ac_cv_env_XRANDR_CFLAGS_set='' ac_cv_env_XRANDR_CFLAGS_value='' ac_cv_env_XRANDR_LIBS_set='' ac_cv_env_XRANDR_LIBS_value='' ac_cv_env_build_alias_set='set' ac_cv_env_build_alias_value='x86_64-pc-linux-gnu' ac_cv_env_host_alias_set='set' ac_cv_env_host_alias_value='x86_64-pc-linux-gnu' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_func_XDestroySubwindows='yes' ac_cv_func_XDisplayCells='yes' ac_cv_func_XScreenNumberOfScreen='yes' ac_cv_func_XScreenResourceString='yes' ac_cv_func_XkbFreeNames='yes' ac_cv_func_XkbRefreshKeyboardMapping='yes' ac_cv_func_XrmSetDatabase='yes' ac_cv_func___lsan_ignore_object='no' ac_cv_func_canonicalize_file_name='yes' ac_cv_func_dbus_type_is_valid='yes' ac_cv_func_dbus_validate_bus_name='yes' ac_cv_func_dbus_validate_interface='yes' ac_cv_func_dbus_validate_member='yes' ac_cv_func_dbus_validate_path='yes' ac_cv_func_dbus_watch_get_unix_fd='yes' ac_cv_func_explicit_bzero='yes' ac_cv_func_faccessat='yes' ac_cv_func_fchmod='yes' ac_cv_func_fchmodat='yes' ac_cv_func_fcntl='yes' ac_cv_func_fdopendir='yes' ac_cv_func_fork='yes' ac_cv_func_fstatat='yes' ac_cv_func_fsync='yes' ac_cv_func_futimens='yes' ac_cv_func_futimes='yes' ac_cv_func_futimesat='yes' ac_cv_func_getdtablesize='yes' ac_cv_func_getpagesize='yes' ac_cv_func_getrandom='yes' ac_cv_func_gettimeofday='yes' ac_cv_func_isblank='yes' ac_cv_func_iswctype='yes' ac_cv_func_lchmod='yes' ac_cv_func_localtime_r='yes' ac_cv_func_lstat='yes' ac_cv_func_lutimes='yes' ac_cv_func_malloc_trim='yes' ac_cv_func_memset_s='no' ac_cv_func_mkostemp='yes' ac_cv_func_mmap_fixed_mapped='yes' ac_cv_func_pipe2='yes' ac_cv_func_pselect='yes' ac_cv_func_pthread_sigmask='yes' ac_cv_func_readlink='yes' ac_cv_func_readlinkat='yes' ac_cv_func_realpath='yes' ac_cv_func_sbrk='yes' ac_cv_func_strtoimax='yes' ac_cv_func_symlink='yes' ac_cv_func_timegm='yes' ac_cv_func_ts_set_allocator='yes' ac_cv_func_utimensat='yes' ac_cv_func_vfork='yes' ac_cv_have_x='have_x=yes ac_x_includes='"''"' ac_x_libraries='"''" ac_cv_header_coff_h='no' ac_cv_header_dirent_h='yes' ac_cv_header_execinfo_h='yes' ac_cv_header_getopt_h='yes' ac_cv_header_ieee754_h='yes' ac_cv_header_ifaddrs_h='yes' ac_cv_header_inttypes_h='yes' ac_cv_header_limits_h='yes' ac_cv_header_linux_fs_h='yes' ac_cv_header_machine_soundcard_h='no' ac_cv_header_malloc_h='yes' ac_cv_header_malloc_malloc_h='no' ac_cv_header_minix_config_h='no' ac_cv_header_mmsystem_h='no' ac_cv_header_net_if_dl_h='no' ac_cv_header_net_if_h='yes' ac_cv_header_pthread_h='yes' ac_cv_header_pty_h='yes' ac_cv_header_pwd_h='yes' ac_cv_header_sanitizer_lsan_interface_h='yes' ac_cv_header_soundcard_h='no' ac_cv_header_stdalign_h='yes' ac_cv_header_stdbool_h='yes' ac_cv_header_stdckdint_h='no' ac_cv_header_stdint_h='yes' ac_cv_header_stdio_ext_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_cdefs_h='yes' ac_cv_header_sys_fs_types_h='no' ac_cv_header_sys_param_h='yes' ac_cv_header_sys_random_h='yes' ac_cv_header_sys_resource_h='yes' ac_cv_header_sys_select_h='yes' ac_cv_header_sys_socket_h='yes' ac_cv_header_sys_soundcard_h='yes' ac_cv_header_sys_stat_h='yes' ac_cv_header_sys_sysinfo_h='yes' ac_cv_header_sys_systeminfo_h='no' ac_cv_header_sys_time_h='yes' ac_cv_header_sys_types_h='yes' ac_cv_header_sys_un_h='yes' ac_cv_header_sys_utsname_h='yes' ac_cv_header_sys_vfs_h='yes' ac_cv_header_sys_wait_h='yes' ac_cv_header_unistd_h='yes' ac_cv_header_util_h='no' ac_cv_header_utmp_h='yes' ac_cv_header_vfork_h='no' ac_cv_header_wchar_h='yes' ac_cv_host='x86_64-pc-linux-gnu' ac_cv_lib_Xbsd_main='no' ac_cv_lib_anl_getaddrinfo_a='yes' ac_cv_member_XICCallback_callback='yes' ac_cv_member_struct_ifreq_ifr_addr='yes' ac_cv_member_struct_ifreq_ifr_addr_sa_len='no' ac_cv_member_struct_ifreq_ifr_broadaddr='yes' ac_cv_member_struct_ifreq_ifr_flags='yes' ac_cv_member_struct_ifreq_ifr_hwaddr='yes' ac_cv_member_struct_ifreq_ifr_netmask='yes' ac_cv_objext='o' ac_cv_path_EGREP='/usr/sbin/grep -E' ac_cv_path_GREP='/usr/sbin/grep' ac_cv_path_GZIP_PROG='/usr/sbin/pigz' ac_cv_path_INSTALL_INFO='/usr/sbin/install-info' ac_cv_path_MAKE='make' ac_cv_path_PKG_CONFIG='/usr/sbin/x86_64-pc-linux-gnu-pkg-config' ac_cv_path_install='/usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c' ac_cv_prog_AR='x86_64-pc-linux-gnu-ar' ac_cv_prog_CC='x86_64-pc-linux-gnu-gcc' ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' ac_cv_prog_RANLIB='x86_64-pc-linux-gnu-ranlib' ac_cv_prog_cc_c11='' ac_cv_prog_cc_g='yes' ac_cv_prog_cc_stdc='' ac_cv_prog_cc_x86_64_pc_linux_gnu_gcc_c_o='yes' ac_cv_safe_to_define___extensions__='yes' ac_cv_should_define__xopen_source='no' ac_cv_sys_file_offset_bits='no' ac_cv_sys_largefile_CC='no' emacs_cv_autodepend='yes' emacs_cv_b_link='no' emacs_cv_clang='no' emacs_cv_find_delete='-delete' emacs_cv_gsettings_in_gio='yes' emacs_cv_gtk_compiles='yes' emacs_cv_lib_math='-lm' emacs_cv_linux_sysinfo='yes' emacs_cv_ln_s_fileonly='ln -s' emacs_cv_personality_addr_no_randomize='yes' emacs_cv_pthread_lib='none needed' emacs_cv_sanitize_address='no' emacs_cv_var_doug_lea_malloc='no' emacs_cv_x11_version_6='yes' emacs_cv_xkb='yes' emacs_cv_znocombreloc='not needed' gl_cv_c_amsterdam_compiler='no' gl_cv_cc_nomfi_needed='no' gl_cv_cc_nomfi_supported='yes' gl_cv_cc_uninitialized_supported='yes' gl_cv_compiler_check_decl_option='-Werror=implicit-function-declaration' gl_cv_compiler_clang='no' gl_cv_warn_c__Wall='yes' gl_cv_warn_c__Warith_conversion='yes' gl_cv_warn_c__Warray_bounds_2='yes' gl_cv_warn_c__Wattribute_alias_2='yes' gl_cv_warn_c__Wdate_time='yes' gl_cv_warn_c__Wdisabled_optimization='yes' gl_cv_warn_c__Wdouble_promotion='yes' gl_cv_warn_c__Wduplicated_cond='yes' gl_cv_warn_c__Werror__Wunknown_warning_option='no' gl_cv_warn_c__Wextra='yes' gl_cv_warn_c__Wformat_2='yes' gl_cv_warn_c__Wformat_signedness='yes' gl_cv_warn_c__Wformat_truncation_2='yes' gl_cv_warn_c__Wimplicit_fallthrough_5='yes' gl_cv_warn_c__Winit_self='yes' gl_cv_warn_c__Winvalid_pch='yes' gl_cv_warn_c__Wlogical_op='yes' gl_cv_warn_c__Wmissing_declarations='yes' gl_cv_warn_c__Wmissing_include_dirs='yes' gl_cv_warn_c__Wmissing_prototypes='yes' gl_cv_warn_c__Wnested_externs='yes' gl_cv_warn_c__Wno_bidi_chars='yes' gl_cv_warn_c__Wno_format_nonliteral='yes' gl_cv_warn_c__Wno_missing_field_initializers='yes' gl_cv_warn_c__Wno_override_init='yes' gl_cv_warn_c__Wno_sign_compare='yes' gl_cv_warn_c__Wno_type_limits='yes' gl_cv_warn_c__Wno_unused_parameter='yes' gl_cv_warn_c__Wnull_dereference='yes' gl_cv_warn_c__Wold_style_definition='yes' gl_cv_warn_c__Wopenmp_simd='yes' gl_cv_warn_c__Wpacked='yes' gl_cv_warn_c__Wpointer_arith='yes' gl_cv_warn_c__Wredundant_decls='yes' gl_cv_warn_c__Wshift_overflow_2='yes' gl_cv_warn_c__Wstrict_prototypes='yes' gl_cv_warn_c__Wsuggest_attribute_format='yes' gl_cv_warn_c__Wsuggest_attribute_noreturn='yes' gl_cv_warn_c__Wsuggest_final_methods='yes' gl_cv_warn_c__Wsuggest_final_types='yes' gl_cv_warn_c__Wtrampolines='yes' gl_cv_warn_c__Wuninitialized='yes' gl_cv_warn_c__Wunknown_pragmas='yes' gl_cv_warn_c__Wunused_macros='yes' gl_cv_warn_c__Wuse_after_free_3='yes' gl_cv_warn_c__Wvariadic_macros='yes' gl_cv_warn_c__Wvector_operation_performance='yes' gl_cv_warn_c__Wvla_larger_than_4031='yes' gl_cv_warn_c__Wwrite_strings='yes' gl_cv_warn_c__fno_common='yes' pkg_cv_ALSA_CFLAGS='' pkg_cv_ALSA_LIBS='-lasound ' pkg_cv_DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include ' pkg_cv_DBUS_LIBS='-ldbus-1 ' pkg_cv_GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include ' pkg_cv_GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0 ' pkg_cv_GSETTINGS_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid ' pkg_cv_GSETTINGS_LIBS='-lgio-2.0 -lglib-2.0 -lgobject-2.0 ' pkg_cv_GTK_CFLAGS='-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include ' pkg_cv_GTK_LIBS='-lgtk-3 -lgdk-3 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lpangocairo-1.0 -lcairo -lgdk_pixbuf-2.0 -lcairo-gobject -latk-1.0 -lgio-2.0 ' pkg_cv_JSON_CFLAGS='' pkg_cv_JSON_LIBS='-ljansson ' pkg_cv_LIBGNUTLS_CFLAGS='-I/usr/include/p11-kit-1 ' pkg_cv_LIBGNUTLS_LIBS='-lgnutls ' pkg_cv_LIBSYSTEMD_CFLAGS='' pkg_cv_LIBSYSTEMD_LIBS='-lsystemd ' pkg_cv_RSVG_CFLAGS='-I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/pixman-1 ' pkg_cv_RSVG_LIBS='-lrsvg-2 -lm -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lgdk_pixbuf-2.0 -lcairo ' pkg_cv_TREE_SITTER_CFLAGS='' pkg_cv_TREE_SITTER_LIBS='-ltree-sitter ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ALLOCA='' ALLOCA_H='' ALSA_CFLAGS='' ALSA_LIBS='-lasound ' AM_DEFAULT_VERBOSITY='1' APPLE_UNIVERSAL_BUILD='' AR='x86_64-pc-linux-gnu-ar' ARFLAGS='cr' ASSERT_H='' AUTO_DEPEND='yes' AWK='' BITSIZEOF_PTRDIFF_T='' BITSIZEOF_SIG_ATOMIC_T='' BITSIZEOF_SIZE_T='' BITSIZEOF_WCHAR_T='' BITSIZEOF_WINT_T='' BLESSMAIL_TARGET='' BREW='' BUILD_DETAILS='' BYTESWAP_H='' CAIRO_CFLAGS='' CAIRO_LIBS='' CAIRO_XCB_CFLAGS='' CAIRO_XCB_LIBS='' CAIRO_XLIB_CFLAGS='' CAIRO_XLIB_LIBS='' CC='x86_64-pc-linux-gnu-gcc' CFLAGS=' -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3 -Werror=implicit-function-declaration -Werror=implicit-int -isystem /usr/include/librsvg-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/lzo -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/pixman-1 ' CFLAGS_SOUND=' ' CHECK_STRUCTS='false' CLIENTRES='' CLIENTW='' CM_OBJ='cm.o' COM_ERRLIB='' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS=' ' CRYPTOLIB='' CXX='' CXXFLAGS='-O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -D_GLIBCXX_ASSERTIONS -ggdb3' CYGWIN_OBJ='' C_SWITCH_MACHINE='' C_SWITCH_SYSTEM='' C_SWITCH_X_SITE=' -isystem /usr/include/gtk-3.0 -isystem /usr/include/pango-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -isystem /usr/include/harfbuzz -isystem /usr/include/freetype2 -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/fribidi -isystem /usr/include/cairo -isystem /usr/include/lzo -isystem /usr/include/libpng16 -isystem /usr/include/pixman-1 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/atk-1.0 -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/at-spi-2.0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib64/dbus-1.0/include ' DBUS_CFLAGS='-isystem /usr/include/dbus-1.0 -isystem /usr/lib64/dbus-1.0/include ' DBUS_LIBS='-ldbus-1 ' DBUS_OBJ='dbusbind.o' DEFS=' ' DESLIB='' DOCMISC_W32='' DUMPING='pdumper' DYNAMIC_LIB_SECONDARY_SUFFIX='' DYNAMIC_LIB_SUFFIX='' DYNLIB_OBJ='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/sbin/grep -E' EMACSRES='' EMACS_MANIFEST='' EMULTIHOP_HIDDEN='' EMULTIHOP_VALUE='' ENOLINK_HIDDEN='' ENOLINK_VALUE='' EOVERFLOW_HIDDEN='' EOVERFLOW_VALUE='' ERRNO_H='' EXECINFO_H='' EXEEXT='' FIND_DELETE='-delete' FIRSTFILE_OBJ='' FONTCONFIG_CFLAGS='' FONTCONFIG_LIBS='' FONT_OBJ='' FREETYPE_CFLAGS='' FREETYPE_LIBS='' GCONF_CFLAGS='' GCONF_LIBS='' GETADDRINFO_A_LIBS='-lanl' GETLOADAVG_LIBS='' GETOPT_CDEFS_H='' GETOPT_H='' GFILENOTIFY_CFLAGS='' GFILENOTIFY_LIBS='' GL_CFLAG_ALLOW_WARNINGS='' GL_CFLAG_GNULIB_WARNINGS='' GL_COND_LIBTOOL_CONDITION='' GL_COND_OBJ_CANONICALIZE_LGPL_CONDITION='' GL_COND_OBJ_COPY_FILE_RANGE_CONDITION='' GL_COND_OBJ_DIRFD_CONDITION='' GL_COND_OBJ_DUP2_CONDITION='' GL_COND_OBJ_EUIDACCESS_CONDITION='' GL_COND_OBJ_EXECINFO_CONDITION='' GL_COND_OBJ_EXPLICIT_BZERO_CONDITION='' GL_COND_OBJ_FACCESSAT_CONDITION='' GL_COND_OBJ_FCHMODAT_CONDITION='' GL_COND_OBJ_FCNTL_CONDITION='' GL_COND_OBJ_FDOPENDIR_CONDITION='' GL_COND_OBJ_FPENDING_CONDITION='' GL_COND_OBJ_FREE_CONDITION='' GL_COND_OBJ_FSTATAT_CONDITION='' GL_COND_OBJ_FSUSAGE_CONDITION='' GL_COND_OBJ_FSYNC_CONDITION='' GL_COND_OBJ_FUTIMENS_CONDITION='' GL_COND_OBJ_GETDTABLESIZE_CONDITION='' GL_COND_OBJ_GETGROUPS_CONDITION='' GL_COND_OBJ_GETLOADAVG_CONDITION='' GL_COND_OBJ_GETOPT_CONDITION='' GL_COND_OBJ_GETRANDOM_CONDITION='' GL_COND_OBJ_GETTIMEOFDAY_CONDITION='' GL_COND_OBJ_GROUP_MEMBER_CONDITION='' GL_COND_OBJ_LCHMOD_CONDITION='' GL_COND_OBJ_LSTAT_CONDITION='' GL_COND_OBJ_MEMPCPY_CONDITION='' GL_COND_OBJ_MEMRCHR_CONDITION='' GL_COND_OBJ_MINI_GMP_GNULIB_CONDITION='' GL_COND_OBJ_MKOSTEMP_CONDITION='' GL_COND_OBJ_NANOSLEEP_CONDITION='' GL_COND_OBJ_OPEN_CONDITION='' GL_COND_OBJ_PSELECT_CONDITION='' GL_COND_OBJ_PTHREAD_SIGMASK_CONDITION='' GL_COND_OBJ_RAWMEMCHR_CONDITION='' GL_COND_OBJ_READLINKAT_CONDITION='' GL_COND_OBJ_READLINK_CONDITION='' GL_COND_OBJ_REGEX_CONDITION='' GL_COND_OBJ_SIG2STR_CONDITION='' GL_COND_OBJ_SIGDESCR_NP_CONDITION='' GL_COND_OBJ_STDIO_READ_CONDITION='' GL_COND_OBJ_STDIO_WRITE_CONDITION='' GL_COND_OBJ_STPCPY_CONDITION='' GL_COND_OBJ_STRNLEN_CONDITION='' GL_COND_OBJ_STRTOIMAX_CONDITION='' GL_COND_OBJ_STRTOLL_CONDITION='' GL_COND_OBJ_SYMLINK_CONDITION='' GL_COND_OBJ_TIMEGM_CONDITION='' GL_COND_OBJ_TIME_RZ_CONDITION='' GL_COND_OBJ_TIME_R_CONDITION='' GL_COND_OBJ_UTIMENSAT_CONDITION='' GL_GENERATE_ALLOCA_H_CONDITION='' GL_GENERATE_ASSERT_H_CONDITION='' GL_GENERATE_BYTESWAP_H_CONDITION='' GL_GENERATE_ERRNO_H_CONDITION='' GL_GENERATE_EXECINFO_H_CONDITION='' GL_GENERATE_GETOPT_CDEFS_H_CONDITION='' GL_GENERATE_GETOPT_H_CONDITION='' GL_GENERATE_GMP_GMP_H_CONDITION='' GL_GENERATE_GMP_H_CONDITION='' GL_GENERATE_IEEE754_H_CONDITION='' GL_GENERATE_LIMITS_H_CONDITION='' GL_GENERATE_MINI_GMP_H_CONDITION='' GL_GENERATE_STDALIGN_H_CONDITION='' GL_GENERATE_STDCKDINT_H_CONDITION='' GL_GENERATE_STDDEF_H_CONDITION='' GL_GENERATE_STDINT_H_CONDITION='' GL_GNULIB_ACCESS='' GL_GNULIB_ALIGNED_ALLOC='' GL_GNULIB_ALPHASORT='' GL_GNULIB_ATOLL='' GL_GNULIB_CALLOC_GNU='' GL_GNULIB_CALLOC_POSIX='' GL_GNULIB_CANONICALIZE_FILE_NAME='' GL_GNULIB_CHDIR='' GL_GNULIB_CHMOD='' GL_GNULIB_CHOWN='' GL_GNULIB_CLOSE='' GL_GNULIB_CLOSEDIR='' GL_GNULIB_COPY_FILE_RANGE='' GL_GNULIB_CREAT='' GL_GNULIB_CTIME='' GL_GNULIB_DIRFD='' GL_GNULIB_DPRINTF='' GL_GNULIB_DUP2='' GL_GNULIB_DUP3='' GL_GNULIB_DUP='' GL_GNULIB_ENVIRON='' GL_GNULIB_EUIDACCESS='' GL_GNULIB_EXECL='' GL_GNULIB_EXECLE='' GL_GNULIB_EXECLP='' GL_GNULIB_EXECV='' GL_GNULIB_EXECVE='' GL_GNULIB_EXECVP='' GL_GNULIB_EXECVPE='' GL_GNULIB_EXPLICIT_BZERO='' GL_GNULIB_FACCESSAT='' GL_GNULIB_FCHDIR='' GL_GNULIB_FCHMODAT='' GL_GNULIB_FCHOWNAT='' GL_GNULIB_FCLOSE='' GL_GNULIB_FCNTL='' GL_GNULIB_FDATASYNC='' GL_GNULIB_FDOPEN='' GL_GNULIB_FDOPENDIR='' GL_GNULIB_FFLUSH='' GL_GNULIB_FFSL='' GL_GNULIB_FFSLL='' GL_GNULIB_FGETC='' GL_GNULIB_FGETS='' GL_GNULIB_FOPEN='' GL_GNULIB_FOPEN_GNU='' GL_GNULIB_FPRINTF='' GL_GNULIB_FPRINTF_POSIX='' GL_GNULIB_FPURGE='' GL_GNULIB_FPUTC='' GL_GNULIB_FPUTS='' GL_GNULIB_FREAD='' GL_GNULIB_FREE_POSIX='' GL_GNULIB_FREOPEN='' GL_GNULIB_FSCANF='' GL_GNULIB_FSEEK='' GL_GNULIB_FSEEKO='' GL_GNULIB_FSTAT='' GL_GNULIB_FSTATAT='' GL_GNULIB_FSYNC='' GL_GNULIB_FTELL='' GL_GNULIB_FTELLO='' GL_GNULIB_FTRUNCATE='' GL_GNULIB_FUTIMENS='' GL_GNULIB_FWRITE='' GL_GNULIB_GETC='' GL_GNULIB_GETCHAR='' GL_GNULIB_GETCWD='' GL_GNULIB_GETDELIM='' GL_GNULIB_GETDOMAINNAME='' GL_GNULIB_GETDTABLESIZE='' GL_GNULIB_GETENTROPY='' GL_GNULIB_GETGROUPS='' GL_GNULIB_GETHOSTNAME='' GL_GNULIB_GETLINE='' GL_GNULIB_GETLOADAVG='' GL_GNULIB_GETLOGIN='' GL_GNULIB_GETLOGIN_R='' GL_GNULIB_GETOPT_POSIX='' GL_GNULIB_GETPAGESIZE='' GL_GNULIB_GETPASS='' GL_GNULIB_GETPASS_GNU='' GL_GNULIB_GETRANDOM='' GL_GNULIB_GETSUBOPT='' GL_GNULIB_GETTIMEOFDAY='' GL_GNULIB_GETUMASK='' GL_GNULIB_GETUSERSHELL='' GL_GNULIB_GRANTPT='' GL_GNULIB_GROUP_MEMBER='' GL_GNULIB_IMAXABS='' GL_GNULIB_IMAXDIV='' GL_GNULIB_ISATTY='' GL_GNULIB_LCHMOD='' GL_GNULIB_LCHOWN='' GL_GNULIB_LINK='' GL_GNULIB_LINKAT='' GL_GNULIB_LOCALTIME='' GL_GNULIB_LSEEK='' GL_GNULIB_LSTAT='' GL_GNULIB_MALLOC_GNU='' GL_GNULIB_MALLOC_POSIX='' GL_GNULIB_MBSCASECMP='' GL_GNULIB_MBSCASESTR='' GL_GNULIB_MBSCHR='' GL_GNULIB_MBSCSPN='' GL_GNULIB_MBSLEN='' GL_GNULIB_MBSNCASECMP='' GL_GNULIB_MBSNLEN='' GL_GNULIB_MBSPBRK='' GL_GNULIB_MBSPCASECMP='' GL_GNULIB_MBSRCHR='' GL_GNULIB_MBSSEP='' GL_GNULIB_MBSSPN='' GL_GNULIB_MBSSTR='' GL_GNULIB_MBSTOK_R='' GL_GNULIB_MBTOWC='' GL_GNULIB_MDA_ACCESS='' GL_GNULIB_MDA_CHDIR='' GL_GNULIB_MDA_CHMOD='' GL_GNULIB_MDA_CLOSE='' GL_GNULIB_MDA_CREAT='' GL_GNULIB_MDA_DUP2='' GL_GNULIB_MDA_DUP='' GL_GNULIB_MDA_ECVT='' GL_GNULIB_MDA_EXECL='' GL_GNULIB_MDA_EXECLE='' GL_GNULIB_MDA_EXECLP='' GL_GNULIB_MDA_EXECV='' GL_GNULIB_MDA_EXECVE='' GL_GNULIB_MDA_EXECVP='' GL_GNULIB_MDA_EXECVPE='' GL_GNULIB_MDA_FCLOSEALL='' GL_GNULIB_MDA_FCVT='' GL_GNULIB_MDA_FDOPEN='' GL_GNULIB_MDA_FILENO='' GL_GNULIB_MDA_GCVT='' GL_GNULIB_MDA_GETCWD='' GL_GNULIB_MDA_GETPID='' GL_GNULIB_MDA_GETW='' GL_GNULIB_MDA_ISATTY='' GL_GNULIB_MDA_LSEEK='' GL_GNULIB_MDA_MEMCCPY='' GL_GNULIB_MDA_MKDIR='' GL_GNULIB_MDA_MKTEMP='' GL_GNULIB_MDA_OPEN='' GL_GNULIB_MDA_PUTENV='' GL_GNULIB_MDA_PUTW='' GL_GNULIB_MDA_READ='' GL_GNULIB_MDA_RMDIR='' GL_GNULIB_MDA_STRDUP='' GL_GNULIB_MDA_SWAB='' GL_GNULIB_MDA_TEMPNAM='' GL_GNULIB_MDA_TZSET='' GL_GNULIB_MDA_UMASK='' GL_GNULIB_MDA_UNLINK='' GL_GNULIB_MDA_WRITE='' GL_GNULIB_MEMCHR='' GL_GNULIB_MEMMEM='' GL_GNULIB_MEMPCPY='' GL_GNULIB_MEMRCHR='' GL_GNULIB_MKDIR='' GL_GNULIB_MKDIRAT='' GL_GNULIB_MKDTEMP='' GL_GNULIB_MKFIFO='' GL_GNULIB_MKFIFOAT='' GL_GNULIB_MKNOD='' GL_GNULIB_MKNODAT='' GL_GNULIB_MKOSTEMP='' GL_GNULIB_MKOSTEMPS='' GL_GNULIB_MKSTEMP='' GL_GNULIB_MKSTEMPS='' GL_GNULIB_MKTIME='' GL_GNULIB_NANOSLEEP='' GL_GNULIB_NONBLOCKING='' GL_GNULIB_OBSTACK_PRINTF='' GL_GNULIB_OBSTACK_PRINTF_POSIX='' GL_GNULIB_OPEN='' GL_GNULIB_OPENAT='' GL_GNULIB_OPENDIR='' GL_GNULIB_OVERRIDES_STRUCT_STAT='' GL_GNULIB_PCLOSE='' GL_GNULIB_PERROR='' GL_GNULIB_PIPE2='' GL_GNULIB_PIPE='' GL_GNULIB_POPEN='' GL_GNULIB_POSIX_MEMALIGN='' GL_GNULIB_POSIX_OPENPT='' GL_GNULIB_PREAD='' GL_GNULIB_PRINTF='' GL_GNULIB_PRINTF_POSIX='' GL_GNULIB_PSELECT='' GL_GNULIB_PTHREAD_SIGMASK='' GL_GNULIB_PTSNAME='' GL_GNULIB_PTSNAME_R='' GL_GNULIB_PUTC='' GL_GNULIB_PUTCHAR='' GL_GNULIB_PUTENV='' GL_GNULIB_PUTS='' GL_GNULIB_PWRITE='' GL_GNULIB_QSORT_R='' GL_GNULIB_RAISE='' GL_GNULIB_RANDOM='' GL_GNULIB_RANDOM_R='' GL_GNULIB_RAWMEMCHR='' GL_GNULIB_READ='' GL_GNULIB_READDIR='' GL_GNULIB_READLINK='' GL_GNULIB_READLINKAT='' GL_GNULIB_REALLOCARRAY='' GL_GNULIB_REALLOC_GNU='' GL_GNULIB_REALLOC_POSIX='' GL_GNULIB_REALPATH='' GL_GNULIB_REMOVE='' GL_GNULIB_RENAME='' GL_GNULIB_RENAMEAT='' GL_GNULIB_REWINDDIR='' GL_GNULIB_RMDIR='' GL_GNULIB_RPMATCH='' GL_GNULIB_SCANDIR='' GL_GNULIB_SCANF='' GL_GNULIB_SECURE_GETENV='' GL_GNULIB_SELECT='' GL_GNULIB_SETENV='' GL_GNULIB_SETHOSTNAME='' GL_GNULIB_SIGABBREV_NP='' GL_GNULIB_SIGACTION='' GL_GNULIB_SIGDESCR_NP='' GL_GNULIB_SIGNAL_H_SIGPIPE='' GL_GNULIB_SIGPROCMASK='' GL_GNULIB_SLEEP='' GL_GNULIB_SNPRINTF='' GL_GNULIB_SPRINTF_POSIX='' GL_GNULIB_STAT='' GL_GNULIB_STDIO_H_NONBLOCKING='' GL_GNULIB_STDIO_H_SIGPIPE='' GL_GNULIB_STPCPY='' GL_GNULIB_STPNCPY='' GL_GNULIB_STRCASESTR='' GL_GNULIB_STRCHRNUL='' GL_GNULIB_STRDUP='' GL_GNULIB_STRERROR='' GL_GNULIB_STRERRORNAME_NP='' GL_GNULIB_STRERROR_R='' GL_GNULIB_STRFTIME='' GL_GNULIB_STRNCAT='' GL_GNULIB_STRNDUP='' GL_GNULIB_STRNLEN='' GL_GNULIB_STRPBRK='' GL_GNULIB_STRPTIME='' GL_GNULIB_STRSEP='' GL_GNULIB_STRSIGNAL='' GL_GNULIB_STRSTR='' GL_GNULIB_STRTOD='' GL_GNULIB_STRTOIMAX='' GL_GNULIB_STRTOK_R='' GL_GNULIB_STRTOL='' GL_GNULIB_STRTOLD='' GL_GNULIB_STRTOLL='' GL_GNULIB_STRTOUL='' GL_GNULIB_STRTOULL='' GL_GNULIB_STRTOUMAX='' GL_GNULIB_STRVERSCMP='' GL_GNULIB_SYMLINK='' GL_GNULIB_SYMLINKAT='' GL_GNULIB_SYSTEM_POSIX='' GL_GNULIB_TIMEGM='' GL_GNULIB_TIMESPEC_GET='' GL_GNULIB_TIMESPEC_GETRES='' GL_GNULIB_TIME_R='' GL_GNULIB_TIME_RZ='' GL_GNULIB_TMPFILE='' GL_GNULIB_TRUNCATE='' GL_GNULIB_TTYNAME_R='' GL_GNULIB_TZSET='' GL_GNULIB_UNISTD_H_GETOPT='' GL_GNULIB_UNISTD_H_NONBLOCKING='' GL_GNULIB_UNISTD_H_SIGPIPE='' GL_GNULIB_UNLINK='' GL_GNULIB_UNLINKAT='' GL_GNULIB_UNLOCKPT='' GL_GNULIB_UNSETENV='' GL_GNULIB_USLEEP='' GL_GNULIB_UTIMENSAT='' GL_GNULIB_VASPRINTF='' GL_GNULIB_VDPRINTF='' GL_GNULIB_VFPRINTF='' GL_GNULIB_VFPRINTF_POSIX='' GL_GNULIB_VFSCANF='' GL_GNULIB_VPRINTF='' GL_GNULIB_VPRINTF_POSIX='' GL_GNULIB_VSCANF='' GL_GNULIB_VSNPRINTF='' GL_GNULIB_VSPRINTF_POSIX='' GL_GNULIB_WCTOMB='' GL_GNULIB_WRITE='' GL_GNULIB__EXIT='' GMALLOC_OBJ='' GMP_H='' GNULIBHEADERS_OVERRIDE_WINT_T='' GNULIB_GETTIMEOFDAY='' GNULIB_WARN_CFLAGS=' -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wuse-after-free=3 -Wvla-larger-than=4031 -Wredundant-decls -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-bidi-chars' GNUSTEP_CFLAGS='' GNU_OBJC_CFLAGS='' GOBJECT_CFLAGS='-isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include ' GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0 ' GREP='/usr/sbin/grep' GSETTINGS_CFLAGS='-isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid ' GSETTINGS_LIBS='-lgio-2.0 -lglib-2.0 -lgobject-2.0 ' GTK_CFLAGS='-isystem /usr/include/gtk-3.0 -isystem /usr/include/pango-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -isystem /usr/include/harfbuzz -isystem /usr/include/freetype2 -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/fribidi -isystem /usr/include/cairo -isystem /usr/include/lzo -isystem /usr/include/libpng16 -isystem /usr/include/pixman-1 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/atk-1.0 -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/at-spi-2.0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib64/dbus-1.0/include ' GTK_LIBS='-lgtk-3 -lgdk-3 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lpangocairo-1.0 -lcairo -lgdk_pixbuf-2.0 -lcairo-gobject -latk-1.0 -lgio-2.0 ' GTK_OBJ='gtkutil.o emacsgtkfixed.o' GZIP_PROG=' # /usr/sbin/pigz # (disabled by configure --without-compress-install)' HAIKU_CFLAGS='' HAIKU_CXX_OBJ='' HAIKU_LIBS='' HAIKU_OBJ='' HARFBUZZ_CFLAGS='' HARFBUZZ_LIBS='' HAVE_ALIGNED_ALLOC='' HAVE_ALLOCA_H='' HAVE_ALPHASORT='' HAVE_ATOLL='' HAVE_BE_APP='no' HAVE_C99_STDINT_H='' HAVE_CANONICALIZE_FILE_NAME='' HAVE_CHOWN='' HAVE_CLOSEDIR='' HAVE_COPY_FILE_RANGE='' HAVE_DECL_DIRFD='' HAVE_DECL_ECVT='' HAVE_DECL_ENVIRON='' HAVE_DECL_EXECVPE='' HAVE_DECL_FCHDIR='' HAVE_DECL_FCLOSEALL='' HAVE_DECL_FCVT='' HAVE_DECL_FDATASYNC='' HAVE_DECL_FDOPENDIR='' HAVE_DECL_FPURGE='' HAVE_DECL_FSEEKO='' HAVE_DECL_FTELLO='' HAVE_DECL_GCVT='' HAVE_DECL_GETDELIM='' HAVE_DECL_GETDOMAINNAME='' HAVE_DECL_GETLINE='' HAVE_DECL_GETLOADAVG='' HAVE_DECL_GETLOGIN='' HAVE_DECL_GETLOGIN_R='' HAVE_DECL_GETPAGESIZE='' HAVE_DECL_GETUSERSHELL='' HAVE_DECL_IMAXABS='' HAVE_DECL_IMAXDIV='' HAVE_DECL_INITSTATE='' HAVE_DECL_LOCALTIME_R='' HAVE_DECL_MEMMEM='' HAVE_DECL_MEMRCHR='' HAVE_DECL_OBSTACK_PRINTF='' HAVE_DECL_POSIX_SPAWN_SETSID='' HAVE_DECL_SETENV='' HAVE_DECL_SETHOSTNAME='' HAVE_DECL_SETSTATE='' HAVE_DECL_SNPRINTF='' HAVE_DECL_STRDUP='' HAVE_DECL_STRERROR_R='' HAVE_DECL_STRNDUP='' HAVE_DECL_STRNLEN='' HAVE_DECL_STRSIGNAL='' HAVE_DECL_STRTOIMAX='' HAVE_DECL_STRTOK_R='' HAVE_DECL_STRTOUMAX='' HAVE_DECL_TRUNCATE='' HAVE_DECL_TTYNAME_R='' HAVE_DECL_UNSETENV='' HAVE_DECL_VSNPRINTF='' HAVE_DIRENT_H='' HAVE_DPRINTF='' HAVE_DUP3='' HAVE_EUIDACCESS='' HAVE_EXECVPE='' HAVE_EXPLICIT_BZERO='' HAVE_FACCESSAT='' HAVE_FCHDIR='' HAVE_FCHMODAT='' HAVE_FCHOWNAT='' HAVE_FCNTL='' HAVE_FDATASYNC='' HAVE_FDOPENDIR='' HAVE_FFSL='' HAVE_FFSLL='' HAVE_FSEEKO='' HAVE_FSTATAT='' HAVE_FSYNC='' HAVE_FTELLO='' HAVE_FTRUNCATE='' HAVE_FUTIMENS='' HAVE_GETDTABLESIZE='' HAVE_GETENTROPY='' HAVE_GETGROUPS='' HAVE_GETHOSTNAME='' HAVE_GETLOGIN='' HAVE_GETOPT_H='' HAVE_GETPAGESIZE='' HAVE_GETPASS='' HAVE_GETRANDOM='' HAVE_GETSUBOPT='' HAVE_GETTIMEOFDAY='' HAVE_GETUMASK='' HAVE_GRANTPT='' HAVE_GROUP_MEMBER='' HAVE_GSETTINGS='yes' HAVE_IMAXDIV_T='' HAVE_INITSTATE='' HAVE_INTTYPES_H='' HAVE_LCHMOD='' HAVE_LCHOWN='' HAVE_LIBGMP='' HAVE_LIBSECCOMP='' HAVE_LINK='' HAVE_LINKAT='' HAVE_LSTAT='' HAVE_MACPORTS='' HAVE_MAX_ALIGN_T='' HAVE_MBSLEN='' HAVE_MBTOWC='' HAVE_MEMPCPY='' HAVE_MKDIRAT='' HAVE_MKDTEMP='' HAVE_MKFIFO='' HAVE_MKFIFOAT='' HAVE_MKNOD='' HAVE_MKNODAT='' HAVE_MKOSTEMP='' HAVE_MKOSTEMPS='' HAVE_MKSTEMP='' HAVE_MKSTEMPS='' HAVE_MODULES='' HAVE_NANOSLEEP='' HAVE_NATIVE_COMP='' HAVE_OPENAT='' HAVE_OPENDIR='' HAVE_OS_H='' HAVE_PCLOSE='' HAVE_PDUMPER='yes' HAVE_PGTK='no' HAVE_PIPE2='' HAVE_PIPE='' HAVE_POPEN='' HAVE_POSIX_MEMALIGN='' HAVE_POSIX_OPENPT='' HAVE_POSIX_SIGNALBLOCKING='' HAVE_POSIX_SPAWN='' HAVE_POSIX_SPAWNATTR_SETFLAGS='' HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR='' HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP='' HAVE_PREAD='' HAVE_PSELECT='' HAVE_PTHREAD_SIGMASK='' HAVE_PTSNAME='' HAVE_PTSNAME_R='' HAVE_PWRITE='' HAVE_QSORT_R='' HAVE_RAISE='' HAVE_RANDOM='' HAVE_RANDOM_H='' HAVE_RANDOM_R='' HAVE_RAWMEMCHR='' HAVE_READDIR='' HAVE_READLINK='' HAVE_READLINKAT='' HAVE_REALLOCARRAY='' HAVE_REALPATH='' HAVE_RENAMEAT='' HAVE_REWINDDIR='' HAVE_RPMATCH='' HAVE_SCANDIR='' HAVE_SECCOMP='' HAVE_SECURE_GETENV='' HAVE_SETENV='' HAVE_SETHOSTNAME='' HAVE_SETSTATE='' HAVE_SIGABBREV_NP='' HAVE_SIGACTION='' HAVE_SIGDESCR_NP='' HAVE_SIGHANDLER_T='' HAVE_SIGINFO_T='' HAVE_SIGNED_SIG_ATOMIC_T='' HAVE_SIGNED_WCHAR_T='' HAVE_SIGNED_WINT_T='' HAVE_SIGSET_T='' HAVE_SLEEP='' HAVE_SPAWN_H='' HAVE_STDINT_H='' HAVE_STPCPY='' HAVE_STPNCPY='' HAVE_STRCASESTR='' HAVE_STRCHRNUL='' HAVE_STRERRORNAME_NP='' HAVE_STRPBRK='' HAVE_STRPTIME='' HAVE_STRSEP='' HAVE_STRTOD='' HAVE_STRTOL='' HAVE_STRTOLD='' HAVE_STRTOLL='' HAVE_STRTOUL='' HAVE_STRTOULL='' HAVE_STRUCT_RANDOM_DATA='' HAVE_STRUCT_SIGACTION_SA_SIGACTION='' HAVE_STRUCT_TIMEVAL='' HAVE_STRVERSCMP='' HAVE_SYMLINK='' HAVE_SYMLINKAT='' HAVE_SYS_BITYPES_H='' HAVE_SYS_CDEFS_H='' HAVE_SYS_INTTYPES_H='' HAVE_SYS_LOADAVG_H='' HAVE_SYS_PARAM_H='' HAVE_SYS_RANDOM_H='' HAVE_SYS_SELECT_H='' HAVE_SYS_TIME_H='' HAVE_SYS_TYPES_H='' HAVE_TIMEGM='' HAVE_TIMESPEC_GET='' HAVE_TIMESPEC_GETRES='' HAVE_TIMEZONE_T='' HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='' HAVE_UNISTD_H='' HAVE_UNLINKAT='' HAVE_UNLOCKPT='' HAVE_USLEEP='' HAVE_UTIMENSAT='' HAVE_VASPRINTF='' HAVE_VDPRINTF='' HAVE_WCHAR_H='' HAVE_WCHAR_T='' HAVE_WINSOCK2_H='' HAVE_XSERVER='' HAVE__EXIT='' HYBRID_MALLOC='' IEEE754_H='' IMAGEMAGICK_CFLAGS='' IMAGEMAGICK_LIBS='' INCLUDE_NEXT='' INCLUDE_NEXT_AS_FIRST_DIRECTIVE='' INSTALL_ARCH_INDEP_EXTRA='install-etc' INSTALL_DATA='${INSTALL} -m 644' INSTALL_INFO='/usr/sbin/install-info' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INT32_MAX_LT_INTMAX_MAX='' INT64_MAX_EQ_LONG_MAX='' JSON_CFLAGS='' JSON_LIBS='-ljansson ' JSON_OBJ='json.o' KQUEUE_CFLAGS='' KQUEUE_LIBS='' KRB4LIB='' KRB5LIB='' LCMS2_CFLAGS='' LCMS2_LIBS='' LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,pack-relative-relocs -fuse-ld=bfd -Wl,-O1 -Wl,--as-needed ' LD_SWITCH_SYSTEM='' LD_SWITCH_SYSTEM_TEMACS='' LD_SWITCH_X_SITE='' LD_SWITCH_X_SITE_RPATH='' LIBGCCJIT_CFLAGS='' LIBGCCJIT_LIBS='' LIBGIF='' LIBGMP='' LIBGNUTLS_CFLAGS='-isystem /usr/include/p11-kit-1 ' LIBGNUTLS_LIBS='-lgnutls ' LIBGNU_LIBDEPS='' LIBGNU_LTLIBDEPS='' LIBGPM='' LIBHESIOD='' LIBINTL='' LIBJPEG='' LIBMODULES='' LIBOBJS='' LIBOTF_CFLAGS='' LIBOTF_LIBS='' LIBPNG='' LIBRESOLV='' LIBS='-lX11 ' LIBSECCOMP_CFLAGS='' LIBSECCOMP_LIBS='' LIBSELINUX_LIBS='' LIBSOUND=' -lasound ' LIBSYSTEMD_CFLAGS='' LIBSYSTEMD_LIBS='-lsystemd ' LIBS_ECLIENT='' LIBS_GNUSTEP='' LIBS_MAIL='' LIBS_SYSTEM='' LIBS_TERMCAP='' LIBTIFF='' LIBXMENU='' LIBXML2_CFLAGS='' LIBXML2_LIBS='' LIBXMU='' LIBXPM='' LIBXSM='' LIBXTR6='' LIBXT_OTHER='' LIBX_OTHER='' LIBZ='' LIB_ACL='' LIB_CLOCK_GETTIME='' LIB_EACCESS='' LIB_EXECINFO='' LIB_GETRANDOM='' LIB_HAS_ACL='' LIB_MATH='-lm' LIB_NANOSLEEP='' LIB_PTHREAD='' LIB_PTHREAD_SIGMASK='' LIB_TIMER_TIME='' LIB_WSOCK32='' LIMITS_H='' LN_S_FILEONLY='ln -s' LTLIBGMP='' LTLIBINTL='' LTLIBOBJS='' M17N_FLT_CFLAGS='' M17N_FLT_LIBS='' MAKEINFO='makeinfo' MAKE_PROG='' MKDIR_P='' MODULES_OBJ='' MODULES_SECONDARY_SUFFIX='' MODULES_SUFFIX='' NATIVE_COMPILATION_AOT='yes' NEXT_ASSERT_H='' NEXT_AS_FIRST_DIRECTIVE_ASSERT_H='' NEXT_AS_FIRST_DIRECTIVE_DIRENT_H='' NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='' NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='' NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='' NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='' NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='' NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' NEXT_AS_FIRST_DIRECTIVE_STDINT_H='' NEXT_AS_FIRST_DIRECTIVE_STDIO_H='' NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='' NEXT_AS_FIRST_DIRECTIVE_STRING_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_RANDOM_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='' NEXT_AS_FIRST_DIRECTIVE_TIME_H='' NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' NEXT_DIRENT_H='' NEXT_ERRNO_H='' NEXT_FCNTL_H='' NEXT_GETOPT_H='' NEXT_INTTYPES_H='' NEXT_LIMITS_H='' NEXT_SIGNAL_H='' NEXT_STDDEF_H='' NEXT_STDINT_H='' NEXT_STDIO_H='' NEXT_STDLIB_H='' NEXT_STRING_H='' NEXT_SYS_RANDOM_H='' NEXT_SYS_SELECT_H='' NEXT_SYS_STAT_H='' NEXT_SYS_TIME_H='' NEXT_SYS_TYPES_H='' NEXT_TIME_H='' NEXT_UNISTD_H='' NOTIFY_CFLAGS='' NOTIFY_LIBS='' NOTIFY_OBJ='' NS_OBJ='' NS_OBJC_OBJ='' NTDIR='' NTLIB='' OBJC='' OBJCFLAGS='' OBJEXT='o' OTHER_FILES='' PACKAGE_BUGREPORT='bug-gnu-emacs@gnu.org' PACKAGE_NAME='GNU Emacs' PACKAGE_STRING='GNU Emacs 29.0.50' PACKAGE_TARNAME='emacs' PACKAGE_URL='https://www.gnu.org/software/emacs/' PACKAGE_VERSION='29.0.50' PATH_SEPARATOR=':' PAXCTL='' PAXCTL_dumped='' PAXCTL_notdumped='' PGTK_LIBS='' PGTK_OBJ='' PKG_CONFIG='/usr/sbin/x86_64-pc-linux-gnu-pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' PNG_CFLAGS='' PNG_LIBS='' POST_ALLOC_OBJ='' PRAGMA_COLUMNS='' PRAGMA_SYSTEM_HEADER='' PRE_ALLOC_OBJ='' PRIPTR_PREFIX='' PROFILING_CFLAGS='' PTHREAD_H_DEFINES_STRUCT_TIMESPEC='' PTRDIFF_T_SUFFIX='' RALLOC_OBJ='' RANLIB='x86_64-pc-linux-gnu-ranlib' REPLACE_ACCESS='' REPLACE_ALIGNED_ALLOC='' REPLACE_CALLOC_FOR_CALLOC_GNU='' REPLACE_CALLOC_FOR_CALLOC_POSIX='' REPLACE_CANONICALIZE_FILE_NAME='' REPLACE_CHMOD='' REPLACE_CHOWN='' REPLACE_CLOSE='' REPLACE_CLOSEDIR='' REPLACE_COPY_FILE_RANGE='' REPLACE_CREAT='' REPLACE_CTIME='' REPLACE_DIRFD='' REPLACE_DPRINTF='' REPLACE_DUP2='' REPLACE_DUP='' REPLACE_EXECL='' REPLACE_EXECLE='' REPLACE_EXECLP='' REPLACE_EXECV='' REPLACE_EXECVE='' REPLACE_EXECVP='' REPLACE_EXECVPE='' REPLACE_FACCESSAT='' REPLACE_FCHMODAT='' REPLACE_FCHOWNAT='' REPLACE_FCLOSE='' REPLACE_FCNTL='' REPLACE_FDOPEN='' REPLACE_FDOPENDIR='' REPLACE_FFLUSH='' REPLACE_FFSLL='' REPLACE_FOPEN='' REPLACE_FOPEN_FOR_FOPEN_GNU='' REPLACE_FPRINTF='' REPLACE_FPURGE='' REPLACE_FREE='' REPLACE_FREOPEN='' REPLACE_FSEEK='' REPLACE_FSEEKO='' REPLACE_FSTAT='' REPLACE_FSTATAT='' REPLACE_FTELL='' REPLACE_FTELLO='' REPLACE_FTRUNCATE='' REPLACE_FUTIMENS='' REPLACE_GETCWD='' REPLACE_GETDELIM='' REPLACE_GETDOMAINNAME='' REPLACE_GETDTABLESIZE='' REPLACE_GETGROUPS='' REPLACE_GETLINE='' REPLACE_GETLOGIN_R='' REPLACE_GETPAGESIZE='' REPLACE_GETPASS='' REPLACE_GETPASS_FOR_GETPASS_GNU='' REPLACE_GETRANDOM='' REPLACE_GETTIMEOFDAY='' REPLACE_GMTIME='' REPLACE_INITSTATE='' REPLACE_ISATTY='' REPLACE_LCHOWN='' REPLACE_LINK='' REPLACE_LINKAT='' REPLACE_LOCALTIME='' REPLACE_LOCALTIME_R='' REPLACE_LSEEK='' REPLACE_LSTAT='' REPLACE_MALLOC_FOR_MALLOC_GNU='' REPLACE_MALLOC_FOR_MALLOC_POSIX='' REPLACE_MBTOWC='' REPLACE_MEMCHR='' REPLACE_MEMMEM='' REPLACE_MKDIR='' REPLACE_MKFIFO='' REPLACE_MKFIFOAT='' REPLACE_MKNOD='' REPLACE_MKNODAT='' REPLACE_MKSTEMP='' REPLACE_MKTIME='' REPLACE_NANOSLEEP='' REPLACE_NULL='' REPLACE_OBSTACK_PRINTF='' REPLACE_OPEN='' REPLACE_OPENAT='' REPLACE_OPENDIR='' REPLACE_PERROR='' REPLACE_POPEN='' REPLACE_POSIX_MEMALIGN='' REPLACE_PREAD='' REPLACE_PRINTF='' REPLACE_PSELECT='' REPLACE_PTHREAD_SIGMASK='' REPLACE_PTSNAME='' REPLACE_PTSNAME_R='' REPLACE_PUTENV='' REPLACE_PWRITE='' REPLACE_QSORT_R='' REPLACE_RAISE='' REPLACE_RANDOM='' REPLACE_RANDOM_R='' REPLACE_READ='' REPLACE_READLINK='' REPLACE_READLINKAT='' REPLACE_REALLOCARRAY='' REPLACE_REALLOC_FOR_REALLOC_GNU='' REPLACE_REALLOC_FOR_REALLOC_POSIX='' REPLACE_REALPATH='' REPLACE_REMOVE='' REPLACE_RENAME='' REPLACE_RENAMEAT='' REPLACE_RMDIR='' REPLACE_SELECT='' REPLACE_SETENV='' REPLACE_SETSTATE='' REPLACE_SLEEP='' REPLACE_SNPRINTF='' REPLACE_SPRINTF='' REPLACE_STAT='' REPLACE_STDIO_READ_FUNCS='' REPLACE_STDIO_WRITE_FUNCS='' REPLACE_STPNCPY='' REPLACE_STRCASESTR='' REPLACE_STRCHRNUL='' REPLACE_STRDUP='' REPLACE_STRERROR='' REPLACE_STRERRORNAME_NP='' REPLACE_STRERROR_R='' REPLACE_STRFTIME='' REPLACE_STRNCAT='' REPLACE_STRNDUP='' REPLACE_STRNLEN='' REPLACE_STRSIGNAL='' REPLACE_STRSTR='' REPLACE_STRTOD='' REPLACE_STRTOIMAX='' REPLACE_STRTOK_R='' REPLACE_STRTOL='' REPLACE_STRTOLD='' REPLACE_STRTOLL='' REPLACE_STRTOUL='' REPLACE_STRTOULL='' REPLACE_STRTOUMAX='' REPLACE_STRUCT_TIMEVAL='' REPLACE_SYMLINK='' REPLACE_SYMLINKAT='' REPLACE_TIMEGM='' REPLACE_TMPFILE='' REPLACE_TRUNCATE='' REPLACE_TTYNAME_R='' REPLACE_TZSET='' REPLACE_UNLINK='' REPLACE_UNLINKAT='' REPLACE_UNSETENV='' REPLACE_USLEEP='' REPLACE_UTIMENSAT='' REPLACE_VASPRINTF='' REPLACE_VDPRINTF='' REPLACE_VFPRINTF='' REPLACE_VPRINTF='' REPLACE_VSNPRINTF='' REPLACE_VSPRINTF='' REPLACE_WCTOMB='' REPLACE_WRITE='' RSVG_CFLAGS='-isystem /usr/include/librsvg-2.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/lzo -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/pixman-1 ' RSVG_LIBS='-lrsvg-2 -lm -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lgdk_pixbuf-2.0 -lcairo ' SEPCHAR='' SETFATTR='' SETTINGS_CFLAGS='-isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include ' SETTINGS_LIBS='-lgio-2.0 -lglib-2.0 -lgobject-2.0 -lgobject-2.0 -lglib-2.0 ' SHELL='/bin/sh' SIG_ATOMIC_T_SUFFIX='' SIZEOF_LONG='' SIZE_T_SUFFIX='' SMALL_JA_DIC='' SQLITE3_LIBS='' STDALIGN_H='' STDCKDINT_H='' STDDEF_H='' STDINT_H='' SUBDIR_MAKEFILES_IN='' SYSTEM_TYPE='gnu/linux' SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='' TERMCAP_OBJ='' TIME_H_DEFINES_STRUCT_TIMESPEC='' TIME_H_DEFINES_TIME_UTC='' TOOLKIT_LIBW='' TREE_SITTER_CFLAGS='' TREE_SITTER_LIBS='-ltree-sitter ' UINT32_MAX_LT_UINTMAX_MAX='' UINT64_MAX_EQ_ULONG_MAX='' UNDEFINE_STRTOK_R='' UNEXEC_OBJ='' UNISTD_H_DEFINES_STRUCT_TIMESPEC='' UNISTD_H_HAVE_SYS_RANDOM_H='' UNISTD_H_HAVE_WINSOCK2_H='' UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='' USE_ACL='' USE_STARTUP_NOTIFICATION='yes' VMLIMIT_OBJ='' W32_LIBS='' W32_OBJ='' W32_RES_LINK='' WARN_CFLAGS=' -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wuse-after-free=3 -Wvla-larger-than=4031 -Wredundant-decls -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-bidi-chars' WCHAR_T_SUFFIX='' WEBKIT_CFLAGS='' WEBKIT_LIBS='' WEBP_CFLAGS='' WEBP_LIBS='' WERROR_CFLAGS='' WIDGET_OBJ='' WINDOWS_64_BIT_OFF_T='' WINDOWS_64_BIT_ST_SIZE='' WINDOWS_STAT_INODES='' WINDOWS_STAT_TIMESPEC='' WINDOW_SYSTEM_OBJ='' WINDRES='' WINT_T_SUFFIX='' XARGS_LIMIT='' XCB_LIBS='' XCOMPOSITE_CFLAGS='' XCOMPOSITE_LIBS='' XCRUN='' XDBE_CFLAGS='' XDBE_LIBS='' XFIXES_CFLAGS='' XFIXES_LIBS='' XFT_CFLAGS='' XFT_LIBS='' XGSELOBJ='' XINERAMA_CFLAGS='' XINERAMA_LIBS='' XINPUT_CFLAGS='' XINPUT_LIBS='' XMENU_OBJ='' XMKMF='' XOBJ='' XRANDR_CFLAGS='' XRANDR_LIBS='' XRENDER_LIBS='' XSHAPE_CFLAGS='' XSHAPE_LIBS='' XSYNC_CFLAGS='' XSYNC_LIBS='' XWIDGETS_OBJ='' X_TOOLKIT_TYPE='' ac_ct_CC='' ac_ct_CXX='' ac_ct_OBJC='' archlibdir='${libexecdir}/emacs/${version}/${configuration}' bindir='${exec_prefix}/bin' bitmapdir='/usr/include/X11/bitmaps' build='x86_64-pc-linux-gnu' build_alias='x86_64-pc-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' cache_file='/dev/null' canonical='x86_64-pc-linux-gnu' comma_space_version='' comma_version='' configuration='x86_64-pc-linux-gnu' copyright='' datadir='/usr/share' datarootdir='/usr/share' docdir='/usr/share/doc/emacs-29.0.9999' dvidir='${docdir}' emacs_major_version='' etcdir='${datadir}/emacs/${version}/etc' etcdocdir='${datadir}/emacs/${version}/etc' exec_prefix='NONE' gamedir='${localstatedir}/games/emacs' gamegroup='' gameuser='' gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_CONDITION='' gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_CONDITION='' gl_GNULIB_ENABLED_5264294aa0a5557541b53c8c741f7f31_CONDITION='' gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_CONDITION='' gl_GNULIB_ENABLED_61bcaca76b3e6f9ae55d57a1c3193bc4_CONDITION='' gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_CONDITION='' gl_GNULIB_ENABLED_925677f0343de64b89a9f0c790b4104c_CONDITION='' gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_CONDITION='' gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_CONDITION='' gl_GNULIB_ENABLED_cloexec_CONDITION='' gl_GNULIB_ENABLED_d3b2383720ee0e541357aa2aac598e2b_CONDITION='' gl_GNULIB_ENABLED_dirfd_CONDITION='' gl_GNULIB_ENABLED_dynarray_CONDITION='' gl_GNULIB_ENABLED_e80bf6f757095d2e5fc94dafb8f8fc8b_CONDITION='' gl_GNULIB_ENABLED_ef455225c00f5049c808c2eda3e76866_CONDITION='' gl_GNULIB_ENABLED_euidaccess_CONDITION='' gl_GNULIB_ENABLED_getdtablesize_CONDITION='' gl_GNULIB_ENABLED_getgroups_CONDITION='' gl_GNULIB_ENABLED_lchmod_CONDITION='' gl_GNULIB_ENABLED_open_CONDITION='' gl_GNULIB_ENABLED_rawmemchr_CONDITION='' gl_GNULIB_ENABLED_scratch_buffer_CONDITION='' gl_GNULIB_ENABLED_stdckdint_CONDITION='' gl_GNULIB_ENABLED_strtoll_CONDITION='' gl_GNULIB_ENABLED_utimens_CONDITION='' gl_LIBOBJDEPS='' gl_LIBOBJS='' gl_LTLIBOBJS='' gltests_LIBOBJDEPS='' gltests_LIBOBJS='' gltests_LTLIBOBJS='' gltests_WITNESS='' gsettingsschemadir='' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='/usr/share/doc/emacs-29.0.9999/html' includedir='/usr/include/emacs-29-vcs' infodir='/usr/share/info/emacs-29-vcs' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' liblockfile='' lispdir='${datadir}/emacs/${version}/lisp' lispdirrel='${version}/lisp' lisppath='${locallisppath}:${standardlisppath}' localedir='${datarootdir}/locale' locallisppath='/etc/emacs:/usr/share/emacs/site-lisp' localstatedir='/var' mandir='/usr/share/man' ns_appbindir='' ns_appdir='' ns_applibdir='' ns_applibexecdir='' ns_appresdir='' ns_appsrc='' ns_check_file='' ns_self_contained='no' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s&$$&-emacs-29-vcs&' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' srcdir='.' standardlisppath='${lispdir}' sysconfdir='/etc' target_alias='' version='' with_mailutils='' x_default_search_path='/usr/share/X11/%L/%T/%N%C%S:/usr/share/X11/%l/%T/%N%C%S:/usr/share/X11/%T/%N%C%S:/usr/share/X11/%L/%T/%N%S:/usr/share/X11/%l/%T/%N%S:/usr/share/X11/%T/%N%S:/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S' ## ------------------- ## ## File substitutions. ## ## ------------------- ## module_env_snippet_25='' module_env_snippet_26='' module_env_snippet_27='' module_env_snippet_28='' module_env_snippet_29='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "GNU Emacs" #define PACKAGE_TARNAME "emacs" #define PACKAGE_VERSION "29.0.50" #define PACKAGE_STRING "GNU Emacs 29.0.50" #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" #define PACKAGE_URL "https://www.gnu.org/software/emacs/" #define HAVE_PDUMPER 1 #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 HAVE_LINUX_FS_H 1 #define HAVE_MALLOC_H 1 #define HAVE_SYS_SYSINFO_H 1 #define HAVE_PTY_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_PWD_H 1 #define HAVE_UTMP_H 1 #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_PTHREAD_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_DIRENT_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_STDIO_EXT_H 1 #define HAVE_SYS_VFS_H 1 #define HAVE_GETOPT_H 1 #define HAVE_SYS_CDEFS_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_IEEE754_H 1 #define HAVE_LIMITS_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_STDALIGN_H 1 #define HAVE_STDBOOL_H 1 #define HAVE_SYS_RANDOM_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 GCC_LINT 1 #define SYSTEM_TYPE "gnu/linux" #define HAVE_SYS_SOUNDCARD_H 1 #define HAVE_ALSA 1 #define HAVE_SOUND 1 #define HAVE_PERSONALITY_ADDR_NO_RANDOMIZE 1 #define HAVE_LINUX_SYSINFO 1 #define LINUX_SYSINFO_UNIT 1 #define HAVE_TERM_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_NET_IF_H 1 #define HAVE_IFADDRS_H 1 #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 #define HAVE_SBRK 1 #define HAVE_GETPAGESIZE 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_FCHMOD 1 #define HAVE_CANONICALIZE_FILE_NAME 1 #define HAVE_FACCESSAT 1 #define HAVE_REALPATH 1 #define HAVE_LSTAT 1 #define HAVE_READLINKAT 1 #define HAVE_EXPLICIT_BZERO 1 #define HAVE_FCHMODAT 1 #define HAVE_LCHMOD 1 #define HAVE_FCNTL 1 #define HAVE_FDOPENDIR 1 #define HAVE_FSTATAT 1 #define HAVE_FSYNC 1 #define HAVE_FUTIMENS 1 #define HAVE_GETRANDOM 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_MKOSTEMP 1 #define HAVE_PIPE2 1 #define HAVE_PSELECT 1 #define HAVE_PTHREAD_SIGMASK 1 #define HAVE_READLINK 1 #define HAVE_ISBLANK 1 #define HAVE_ISWCTYPE 1 #define HAVE_STRTOIMAX 1 #define HAVE_SYMLINK 1 #define HAVE_LOCALTIME_R 1 #define HAVE_TIMEGM 1 #define HAVE_UTIMENSAT 1 #define HAVE_GETDTABLESIZE 1 #define HAVE_FUTIMES 1 #define HAVE_FUTIMESAT 1 #define HAVE_LUTIMES 1 #define SYSTEM_MALLOC 1 #define HAVE_MMAP 1 #define HAVE_PTHREAD 1 #define THREADS_ENABLED 1 #define HAVE_XKB 1 #define HAVE_XKBREFRESHKEYBOARDMAPPING 1 #define HAVE_XKBFREENAMES 1 #define HAVE_XRMSETDATABASE 1 #define HAVE_XSCREENRESOURCESTRING 1 #define HAVE_XSCREENNUMBEROFSCREEN 1 #define HAVE_XDISPLAYCELLS 1 #define HAVE_XDESTROYSUBWINDOWS 1 #define HAVE_X11R6 1 #define HAVE_X_I18N 1 #define HAVE_XICCALLBACK_CALLBACK 1 #define HAVE_X11R6_XIM 1 #define HAVE_RSVG 1 #define HAVE_GETADDRINFO_A 1 #define HAVE_GTK3 1 #define GDK_DISABLE_DEPRECATION_WARNINGS 1 #define GLIB_DISABLE_DEPRECATION_WARNINGS 1 #define USE_GTK 1 #define HAVE_MALLOC_TRIM 1 #define HAVE_DBUS 1 #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 #define HAVE_DBUS_TYPE_IS_VALID 1 #define HAVE_DBUS_VALIDATE_BUS_NAME 1 #define HAVE_DBUS_VALIDATE_PATH 1 #define HAVE_DBUS_VALIDATE_INTERFACE 1 #define HAVE_DBUS_VALIDATE_MEMBER 1 #define HAVE_GSETTINGS 1 #define HAVE_GNUTLS 1 #define HAVE_LIBSYSTEMD 1 #define HAVE_JSON 1 #define HAVE_TS_SET_ALLOCATOR 1 configure: exit 2