unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#59460: 29.0.50; Build failure because of bashism in configure.ac (tree-sitter)
@ 2022-11-21 21:58 Sam James
  2022-11-22 12:48 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Sam James @ 2022-11-21 21:58 UTC (permalink / raw)
  To: 59460


[-- Attachment #1.1: Type: text/plain, Size: 694 bytes --]


Emacs fails to build from master at commit `` with the following error:
```
checking for tree-sitter >= 0.20.2... no
checking for tree-sitter >= 0.6.3... yes
checking for ts_set_allocator... yes
./configure: 16142: test: yes: unexpected operator
configure: error: Tree-sitter library exists but its version is too old

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/config.log
 * ERROR: app-editors/emacs-29.0.9999::gentoo failed (configure phase):
  *   econf failed
```

My /bin/sh is dash (POSIX compliant, not bash).

I've attached the logs for completeness, but the '==' in the
configure.ac test should become '='.


[-- Attachment #1.2: build.log --]
[-- Type: text/plain, Size: 23174 bytes --]

 * Package:    app-editors/emacs-29.0.9999:29-vcs
 * Repository: gentoo
 * Maintainer: gnu-emacs@gentoo.org
 * USE:        X abi_x86_64 acl alsa amd64 cairo dbus dynamic-loading elibc_glibc gfile gif gmp gpm gsettings gtk gui harfbuzz inotify jit jpeg json kernel_linux lcms png sound source ssl svg systemd threads tiff userland_GNU xft xpm zlib
 * FEATURES:   compressdebug installsources network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox

>>> Unpacking source...
 * Repository id: emacs.git
 * To override fetched repository properties, use:
 *   EGIT_OVERRIDE_REPO_EMACS
 *   EGIT_OVERRIDE_BRANCH_EMACS
 *   EGIT_OVERRIDE_COMMIT_EMACS
 *   EGIT_OVERRIDE_COMMIT_DATE_EMACS
 * 
 * Fetching https://git.savannah.gnu.org/git/emacs.git ...
git fetch https://git.savannah.gnu.org/git/emacs.git +refs/heads/master:refs/heads/master
remote: Counting objects: 1994, done.
remote: Compressing objects: 100% (707/707), done.
remote: Total 1994 (delta 1637), reused 1594 (delta 1287)
Receiving objects: 100% (1994/1994), 725.58 KiB | 1.93 MiB/s, done.
Resolving deltas: 100% (1637/1637), completed with 118 local objects.
From https://git.savannah.gnu.org/git/emacs
   f176a36f46..aeadba1418  master     -> master
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
git symbolic-ref refs/git-r3/app-editors/emacs/29-vcs/__main__ refs/heads/master
 * Checking out https://git.savannah.gnu.org/git/emacs.git to /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs ...
git checkout --quiet master
GIT update -->
   repository:               https://git.savannah.gnu.org/git/emacs.git
   updating from commit:     f176a36f4629b56c9fd9e3fc15aebd04a168c4f5
   to commit:                aeadba1418d8fc18f17b4ae415cde35e9e272e7a
 admin/notes/tree-sitter/build-module/README                           |   17 +
 admin/notes/tree-sitter/build-module/batch.sh                         |   20 +
 admin/notes/tree-sitter/build-module/build.sh                         |   62 +++
 admin/notes/tree-sitter/html-manual/Accessing-Node.html               |  206 +++++++++
 admin/notes/tree-sitter/html-manual/Language-Definitions.html         |  402 +++++++++++++++++
 admin/notes/tree-sitter/html-manual/Multiple-Languages.html           |  328 ++++++++++++++
 admin/notes/tree-sitter/html-manual/Parser_002dbased-Font-Lock.html   |  248 +++++++++++
 admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html |  281 ++++++++++++
 admin/notes/tree-sitter/html-manual/Parsing-Program-Source.html       |  126 ++++++
 admin/notes/tree-sitter/html-manual/Pattern-Matching.html             |  451 +++++++++++++++++++
 admin/notes/tree-sitter/html-manual/Retrieving-Node.html              |  421 ++++++++++++++++++
 admin/notes/tree-sitter/html-manual/Tree_002dsitter-C-API.html        |  212 +++++++++
 admin/notes/tree-sitter/html-manual/Using-Parser.html                 |  231 ++++++++++
 admin/notes/tree-sitter/html-manual/build-manual.sh                   |   23 +
 admin/notes/tree-sitter/html-manual/manual.css                        |  374 ++++++++++++++++
 admin/notes/tree-sitter/starter-guide                                 |  455 +++++++++++++++++++
 configure.ac                                                          |   83 +++-
 doc/lispref/Makefile.in                                               |    1 +
 doc/lispref/elisp.texi                                                |   15 +
 doc/lispref/modes.texi                                                |  459 +++++++++++++++++++-
 doc/lispref/parsing.texi                                              | 1886 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/lispref/positions.texi                                            |   16 +
 etc/NEWS                                                              |   39 ++
 lisp/cus-theme.el                                                     |   16 +-
 lisp/emacs-lisp/cl-preloaded.el                                       |    3 +
 lisp/emacs-lisp/lisp.el                                               |   27 +-
 lisp/font-lock.el                                                     |   67 ++-
 lisp/progmodes/c-ts-mode.el                                           |  553 ++++++++++++++++++++++++
 lisp/progmodes/java-ts-mode.el                                        |  321 ++++++++++++++
 lisp/progmodes/js.el                                                  |  372 +++++++++++++++-
 lisp/progmodes/json-ts-mode.el                                        |  167 +++++++
 lisp/progmodes/python.el                                              |  455 +++++++++++++++++--
 lisp/progmodes/sh-script.el                                           |  145 ++++++-
 lisp/progmodes/ts-mode.el                                             |  316 ++++++++++++++
 lisp/term/w32-win.el                                                  |    5 +-
 lisp/textmodes/css-mode.el                                            |  177 +++++++-
 lisp/treesit.el                                                       | 2260 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 msdos/sed1v2.inp                                                      |    2 +
 src/Makefile.in                                                       |    9 +-
 src/alloc.c                                                           |   10 +
 src/buffer.c                                                          |   16 +
 src/buffer.h                                                          |    4 +
 src/casefiddle.c                                                      |   12 +
 src/data.c                                                            |    9 +
 src/emacs.c                                                           |    8 +-
 src/eval.c                                                            |   13 +
 src/insdel.c                                                          |   47 +-
 src/json.c                                                            |   16 -
 src/lisp.h                                                            |   29 +-
 src/lread.c                                                           |    8 +
 src/print.c                                                           |   43 ++
 src/search.c                                                          |   20 +-
 src/treesit.c                                                         | 3076 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/treesit.h                                                         |  200 +++++++++
 test/src/treesit-tests.el                                             |  535 +++++++++++++++++++++++
 55 files changed, 15185 insertions(+), 112 deletions(-)
>>> Source unpacked in /var/tmp/portage/app-editors/emacs-29.0.9999/work
>>> Preparing source in /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs ...
 * Emacs branch: master
 * Commit: aeadba1418d8fc18f17b4ae415cde35e9e272e7a
 * Emacs version number: 29.0.50
 * Running eautoreconf in '/var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs' ...
 * Running 'aclocal -I m4 --system-acdir=/var/tmp/portage/app-editors/emacs-29.0.9999/temp/aclocal' ...
 [ ok ]
 * Running 'autoconf -I m4 --force' ...
 [ ok ]
 * Running 'autoheader -I m4' ...
 [ ok ]
 * Running elibtoolize in: emacs/
>>> Source prepared.
 * Clang 16 testing: this build is using a /etc/portage/bashrc hook!
 * Clang 16 testing: see https://wiki.gentoo.org/wiki/Modern_C_porting for more info.
>>> Configuring source in /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs ...
 * Configuring to build with GIMP Toolkit (GTK+)
 * 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> and
 * <https://gitlab.gnome.org/GNOME/gtk/-/issues/2315>.
 * If you intend to use more than one display, then it is strongly
 * recommended that you compile Emacs with the Athena/Lucid or the
 * Motif toolkit instead.
 * econf: updating emacs/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating emacs/build-aux/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating emacs/build-aux/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating emacs/config.sub with /usr/share/gnuconfig/config.sub
./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
configure: loading site script /usr/share/config.site
checking for xcrun... no
checking for GNU Make... make
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed
checking whether the compiler is clang... no
checking for compiler option needed when checking for declarations... (cached) -Werror=implicit-function-declaration
checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for linux/fs.h... yes
checking for malloc.h... yes
checking for sys/systeminfo.h... no
checking for sys/sysinfo.h... yes
checking for coff.h... no
checking for pty.h... yes
checking for sys/resource.h... yes
checking for sys/utsname.h... yes
checking for pwd.h... yes
checking for utmp.h... yes
checking for util.h... no
checking for sanitizer/lsan_interface.h... yes
checking for sys/socket.h... yes
checking for sys/param.h... yes
checking for pthread.h... yes
checking for malloc/malloc.h... no
checking for sys/un.h... yes
checking for vfork.h... no
checking for dirent.h... yes
checking for execinfo.h... yes
checking for stdio_ext.h... yes
checking for sys/vfs.h... yes
checking for sys/fs_types.h... no
checking for getopt.h... yes
checking for sys/cdefs.h... yes
checking for sys/time.h... yes
checking for ieee754.h... yes
checking for limits.h... yes
checking for sys/select.h... yes
checking for stdalign.h... yes
checking for stdbool.h... yes
checking for sys/random.h... yes
checking for stdckdint.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /usr/sbin/grep
checking for egrep... /usr/sbin/grep -E
checking for Minix Amsterdam compiler... no
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether the compiler is clang... no
checking whether C compiler handles -Werror -Wunknown-warning-option... no
checking whether -Wno-missing-field-initializers is supported... yes
checking whether -Wno-missing-field-initializers is needed... no
checking whether -Wuninitialized is supported... yes
checking whether C compiler handles -fno-common... yes
checking whether C compiler handles -Wall... yes
checking whether C compiler handles -Warith-conversion... yes
checking whether C compiler handles -Wdate-time... yes
checking whether C compiler handles -Wdisabled-optimization... yes
checking whether C compiler handles -Wdouble-promotion... yes
checking whether C compiler handles -Wduplicated-cond... yes
checking whether C compiler handles -Wextra... yes
checking whether C compiler handles -Wformat-signedness... yes
checking whether C compiler handles -Winit-self... yes
checking whether C compiler handles -Winvalid-pch... yes
checking whether C compiler handles -Wlogical-op... yes
checking whether C compiler handles -Wmissing-declarations... yes
checking whether C compiler handles -Wmissing-include-dirs... yes
checking whether C compiler handles -Wmissing-prototypes... yes
checking whether C compiler handles -Wnested-externs... yes
checking whether C compiler handles -Wnull-dereference... yes
checking whether C compiler handles -Wold-style-definition... yes
checking whether C compiler handles -Wopenmp-simd... yes
checking whether C compiler handles -Wpacked... yes
checking whether C compiler handles -Wpointer-arith... yes
checking whether C compiler handles -Wstrict-prototypes... yes
checking whether C compiler handles -Wsuggest-attribute=format... yes
checking whether C compiler handles -Wsuggest-attribute=noreturn... yes
checking whether C compiler handles -Wsuggest-final-methods... yes
checking whether C compiler handles -Wsuggest-final-types... yes
checking whether C compiler handles -Wtrampolines... yes
checking whether C compiler handles -Wuninitialized... yes
checking whether C compiler handles -Wunknown-pragmas... yes
checking whether C compiler handles -Wunused-macros... yes
checking whether C compiler handles -Wvariadic-macros... yes
checking whether C compiler handles -Wvector-operation-performance... yes
checking whether C compiler handles -Wwrite-strings... yes
checking whether C compiler handles -Warray-bounds=2... yes
checking whether C compiler handles -Wattribute-alias=2... yes
checking whether C compiler handles -Wformat=2... yes
checking whether C compiler handles -Wformat-truncation=2... yes
checking whether C compiler handles -Wimplicit-fallthrough=5... yes
checking whether C compiler handles -Wshift-overflow=2... yes
checking whether C compiler handles -Wuse-after-free=3... yes
checking whether C compiler handles -Wvla-larger-than=4031... yes
checking whether C compiler handles -Wredundant-decls... yes
checking whether C compiler handles -Wno-missing-field-initializers... yes
checking whether C compiler handles -Wno-override-init... yes
checking whether C compiler handles -Wno-sign-compare... yes
checking whether C compiler handles -Wno-type-limits... yes
checking whether C compiler handles -Wno-unused-parameter... yes
checking whether C compiler handles -Wno-format-nonliteral... yes
checking whether C compiler handles -Wno-bidi-chars... yes
checking for a BSD-compatible install... /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c
checking command to symlink files in the same directory... ln -s
checking for install-info... /usr/sbin/install-info
checking for gzip... (cached) /usr/sbin/pigz
checking for 'find' args to delete a file... -delete
checking for brew... no
checking for -znocombreloc... not needed
checking whether addresses are sanitized... no
checking for math library... -lm
checking for x86_64-pc-linux-gnu-pkg-config... /usr/sbin/x86_64-pc-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for machine/soundcard.h... no
checking for sys/soundcard.h... yes
checking for soundcard.h... no
checking for mmsystem.h... no
checking for alsa >= 1.0.0... yes
checking for ADDR_NO_RANDOMIZE... yes
checking if Linux sysinfo may be used... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for net/if.h... yes
checking for ifaddrs.h... yes
checking for net/if_dl.h... no
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... yes
checking for struct ifreq.ifr_netmask... yes
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for struct ifreq.ifr_addr.sa_len... no
checking whether gcc understands -MMD -MF... yes
checking for X... libraries , headers 
checking whether malloc is Doug Lea style... no
checking for sbrk... yes
checking for getpagesize... yes
checking for __lsan_ignore_object... no
checking for fork... yes
checking for vfork... yes
checking for fchmod... yes
checking for canonicalize_file_name... yes
checking for faccessat... yes
checking for realpath... yes
checking for lstat... yes
checking for readlinkat... yes
checking for explicit_bzero... yes
checking for memset_s... no
checking for fchmodat... yes
checking for lchmod... yes
checking for fcntl... yes
checking for fdopendir... yes
checking for fstatat... yes
checking for fsync... yes
checking for futimens... yes
checking for getrandom... yes
checking for gettimeofday... yes
checking for mkostemp... yes
checking for pipe2... yes
checking for pselect... yes
checking for pthread_sigmask... yes
checking for readlink... yes
checking for isblank... yes
checking for iswctype... yes
checking for strtoimax... yes
checking for symlink... yes
checking for localtime_r... yes
checking for timegm... yes
checking for utimensat... yes
checking for getdtablesize... yes
checking for futimes... yes
checking for futimesat... yes
checking for lutimes... yes
checking for working mmap... yes
checking for main in -lXbsd... no
checking for pthread library... none needed
checking for thread support... yes
checking whether X on GNU/Linux needs -b to link... no
checking for Xkb... yes
checking for XkbRefreshKeyboardMapping... yes
checking for XkbFreeNames... yes
checking for XrmSetDatabase... yes
checking for XScreenResourceString... yes
checking for XScreenNumberOfScreen... yes
checking for XDisplayCells... yes
checking for XDestroySubwindows... yes
checking X11 version 6... 6 or newer
checking for XICCallback.callback... yes
checking for librsvg-2.0 >= 2.14.0... yes
checking for getaddrinfo_a in -lanl... yes
checking for gtk+-3.0 >= 3.10 glib-2.0 >= 2.37.5... yes
checking whether GTK compiles... yes
configure: 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
checking for malloc_trim... yes
checking for dbus-1 >= 1.0... yes
checking for dbus_watch_get_unix_fd... yes
checking for dbus_type_is_valid... yes
checking for dbus_validate_bus_name... yes
checking for dbus_validate_path... yes
checking for dbus_validate_interface... yes
checking for dbus_validate_member... yes
checking for gio-2.0 >= 2.26... yes
checking whether GSettings is in gio... yes
checking for gobject-2.0 >= 2.0... yes
checking for gnutls >= 2.12.2... yes
checking for libsystemd >= 222... yes
checking for jansson >= 2.7... yes
checking for tree-sitter >= 0.20.2... no
checking for tree-sitter >= 0.6.3... yes
checking for ts_set_allocator... yes
./configure: 16142: test: yes: unexpected operator
configure: error: Tree-sitter library exists but its version is too old

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/config.log
 * ERROR: app-editors/emacs-29.0.9999::gentoo failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *               ebuild.sh, line  122:  Called src_configure
 *             environment, line 2859:  Called econf '--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'
 *        phase-helpers.sh, line  730:  Called __helpers_die 'econf failed'
 *   isolated-functions.sh, line  112:  Called die
 * The specific snippet of code:
 *   		die "$@"
 * 
 * If you need support, post the output of `emerge --info '=app-editors/emacs-29.0.9999::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-editors/emacs-29.0.9999::gentoo'`.
 * The complete build log is located at '/var/log/portage/build/app-editors/emacs-29.0.9999:20221121-215044.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-editors/emacs-29.0.9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-editors/emacs-29.0.9999/temp/environment'.
 * Working directory: '/var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs'
 * S: '/var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs'


[-- Attachment #1.3: config.log --]
[-- Type: text/plain, Size: 256622 bytes --]

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
^[[01m^[[Kconftest.c:48:10:^[[m^[[K ^[[01;31m^[[Kfatal error: ^[[m^[[Kminix/config.h: No such file or directory
   48 | #include ^[[01;31m^[[K<minix/config.h>^[[m^[[K
      |          ^[[01;31m^[[K^~~~~~~~~~~~~~~~^[[m^[[K
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 <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
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
^[[01m^[[Kconftest.c:50:10:^[[m^[[K ^[[01;31m^[[Kfatal error: ^[[m^[[Ksys/systeminfo.h: No such file or directory
   50 | #include ^[[01;31m^[[K<sys/systeminfo.h>^[[m^[[K
      |          ^[[01;31m^[[K^~~~~~~~~~~~~~~~~~^[[m^[[K
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 <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/systeminfo.h>
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
^[[01m^[[Kconftest.c:51:10:^[[m^[[K ^[[01;31m^[[Kfatal error: ^[[m^[[Kcoff.h: No such file or directory
   51 | #include ^[[01;31m^[[K<coff.h>^[[m^[[K
      |          ^[[01;31m^[[K^~~~~~~~^[[m^[[K
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 <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <coff.h>
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
^[[01m^[[Kconftest.c:56:10:^[[m^[[K ^[[01;31m^[[Kfatal error: ^[[m^[[Kutil.h: No such file or directory
   56 | #include ^[[01;31m^[[K<util.h>^[[m^[[K
      |          ^[[01;31m^[[K^~~~~~~~^[[m^[[K
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 <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <util.h>
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
^[[01m^[[Kconftest.c:60:10:^[[m^[[K ^[[01;31m^[[Kfatal error: ^[[m^[[Kmalloc/malloc.h: No such file or directory
   60 | #include ^[[01;31m^[[K<malloc/malloc.h>^[[m^[[K
      |          ^[[01;31m^[[K^~~~~~~~~~~~~~~~~^[[m^[[K
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 <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc/malloc.h>
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
^[[01m^[[Kconftest.c:61:10:^[[m^[[K ^[[01;31m^[[Kfatal error: ^[[m^[[Kvfork.h: No such file or directory
   61 | #include ^[[01;31m^[[K<vfork.h>^[[m^[[K
      |          ^[[01;31m^[[K^~~~~~~~~^[[m^[[K
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 <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
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
^[[01m^[[Kconftest.c:65:10:^[[m^[[K ^[[01;31m^[[Kfatal error: ^[[m^[[Ksys/fs_types.h: No such file or directory
   65 | #include ^[[01;31m^[[K<sys/fs_types.h>^[[m^[[K
      |          ^[[01;31m^[[K^~~~~~~~~~~~~~~~^[[m^[[K
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 <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/fs_types.h>
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
^[[01m^[[Kconftest.c:74:10:^[[m^[[K ^[[01;31m^[[Kfatal error: ^[[m^[[Kstdckdint.h: No such file or directory
   74 | #include ^[[01;31m^[[K<stdckdint.h>^[[m^[[K
      |          ^[[01;31m^[[K^~~~~~~~~~~~~^[[m^[[K
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 <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <stdckdint.h>
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 <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
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 <ac_nonexistent.h>
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 <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
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 <ac_nonexistent.h>
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
^[[01m^[[Kconftest.c:65:19:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kexpected '^[[01m^[[K=^[[m^[[K', '^[[01m^[[K,^[[m^[[K', '^[[01m^[[K;^[[m^[[K', '^[[01m^[[Kasm^[[m^[[K' or '^[[01m^[[K__attribute__^[[m^[[K' before string constant
   65 |             error ^[[01;31m^[[K"not clang"^[[m^[[K;
      |                   ^[[01;31m^[[K^~~~~~~~~~~^[[m^[[K
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
^[[01m^[[Kx86_64-pc-linux-gnu-gcc:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kunrecognized command-line option '^[[01m^[[K-Wunknown-warning-option^[[m^[[K'
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
^[[01m^[[Kconftest.c:11:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_STRING_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   11 | #define HAVE_STRING_H 1
      | 
^[[01m^[[Kconftest.c:61:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "__EXTENSIONS__" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   61 | #define __EXTENSIONS__ 1
      | 
^[[01m^[[Kconftest.c:57:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "__STDC_WANT_IEC_60559_TYPES_EXT__" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   57 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
      | 
^[[01m^[[Kconftest.c:47:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "_DARWIN_C_SOURCE" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   47 | #define _DARWIN_C_SOURCE 1
      | 
^[[01m^[[Kconftest.c:37:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_SYS_CDEFS_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   37 | #define HAVE_SYS_CDEFS_H 1
      | 
^[[01m^[[Kconftest.c:22:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_PTY_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   22 | #define HAVE_PTY_H 1
      | 
^[[01m^[[Kconftest.c:55:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "__STDC_WANT_IEC_60559_DFP_EXT__" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   55 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
      | 
^[[01m^[[Kconftest.c:5:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "PACKAGE_STRING" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
    5 | #define PACKAGE_STRING "GNU Emacs 29.0.50"
      | 
^[[01m^[[Kconftest.c:13:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_STDINT_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   13 | #define HAVE_STDINT_H 1
      | 
^[[01m^[[Kconftest.c:12:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_INTTYPES_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   12 | #define HAVE_INTTYPES_H 1
      | 
^[[01m^[[Kconftest.c:3:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "PACKAGE_TARNAME" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
    3 | #define PACKAGE_TARNAME "emacs"
      | 
^[[01m^[[Kconftest.c:20:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_MALLOC_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   20 | #define HAVE_MALLOC_H 1
      | 
^[[01m^[[Kconftest.c:51:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "_OPENBSD_SOURCE" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   51 | #define _OPENBSD_SOURCE 1
      | 
^[[01m^[[Kconftest.c:10:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_STDLIB_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   10 | #define HAVE_STDLIB_H 1
      | 
^[[01m^[[Kconftest.c:35:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_SYS_VFS_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   35 | #define HAVE_SYS_VFS_H 1
      | 
^[[01m^[[Kconftest.c:16:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_SYS_TYPES_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   16 | #define HAVE_SYS_TYPES_H 1
      | 
^[[01m^[[Kconftest.c:28:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_SYS_SOCKET_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   28 | #define HAVE_SYS_SOCKET_H 1
      | 
^[[01m^[[Kconftest.c:25:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_PWD_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   25 | #define HAVE_PWD_H 1
      | 
^[[01m^[[Kconftest.c:6:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "PACKAGE_BUGREPORT" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
    6 | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
      | 
^[[01m^[[Kconftest.c:43:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_STDBOOL_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   43 | #define HAVE_STDBOOL_H 1
      | 
^[[01m^[[Kconftest.c:24:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_SYS_UTSNAME_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   24 | #define HAVE_SYS_UTSNAME_H 1
      | 
^[[01m^[[Kconftest.c:17:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_UNISTD_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   17 | #define HAVE_UNISTD_H 1
      | 
^[[01m^[[Kconftest.c:60:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "_TANDEM_SOURCE" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   60 | #define _TANDEM_SOURCE 1
      | 
^[[01m^[[Kconftest.c:52:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "_POSIX_PTHREAD_SEMANTICS" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   52 | #define _POSIX_PTHREAD_SEMANTICS 1
      | 
^[[01m^[[Kconftest.c:58:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "__STDC_WANT_LIB_EXT2__" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   58 | #define __STDC_WANT_LIB_EXT2__ 1
      | 
^[[01m^[[Kconftest.c:21:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_SYS_SYSINFO_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   21 | #define HAVE_SYS_SYSINFO_H 1
      | 
^[[01m^[[Kconftest.c:23:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_SYS_RESOURCE_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   23 | #define HAVE_SYS_RESOURCE_H 1
      | 
^[[01m^[[Kconftest.c:33:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_EXECINFO_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   33 | #define HAVE_EXECINFO_H 1
      | 
^[[01m^[[Kconftest.c:9:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_STDIO_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
    9 | #define HAVE_STDIO_H 1
      | 
^[[01m^[[Kconftest.c:53:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "__STDC_WANT_IEC_60559_ATTRIBS_EXT__" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   53 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
      | 
^[[01m^[[Kconftest.c:42:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_STDALIGN_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   42 | #define HAVE_STDALIGN_H 1
      | 
^[[01m^[[Kconftest.c:14:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_STRINGS_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   14 | #define HAVE_STRINGS_H 1
      | 
^[[01m^[[Kconftest.c:56:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "__STDC_WANT_IEC_60559_FUNCS_EXT__" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   56 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
      | 
^[[01m^[[Kconftest.c:15:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_SYS_STAT_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   15 | #define HAVE_SYS_STAT_H 1
      | 
^[[01m^[[Kconftest.c:45:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "STDC_HEADERS" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   45 | #define STDC_HEADERS 1
      | 
^[[01m^[[Kconftest.c:31:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_SYS_UN_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   31 | #define HAVE_SYS_UN_H 1
      | 
^[[01m^[[Kconftest.c:4:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "PACKAGE_VERSION" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
    4 | #define PACKAGE_VERSION "29.0.50"
      | 
^[[01m^[[Kconftest.c:2:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "PACKAGE_NAME" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
    2 | #define PACKAGE_NAME "GNU Emacs"
      | 
^[[01m^[[Kconftest.c:59:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "__STDC_WANT_MATH_SPEC_FUNCS__" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   59 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
      | 
^[[01m^[[Kconftest.c:38:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_SYS_TIME_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   38 | #define HAVE_SYS_TIME_H 1
      | 
^[[01m^[[Kconftest.c:54:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "__STDC_WANT_IEC_60559_BFP_EXT__" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   54 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
      | 
^[[01m^[[Kconftest.c:49:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "_HPUX_ALT_XOPEN_SOCKET_API" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   49 | #define _HPUX_ALT_XOPEN_SOCKET_API 1
      | 
^[[01m^[[Kconftest.c:30:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_PTHREAD_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   30 | #define HAVE_PTHREAD_H 1
      | 
^[[01m^[[Kconftest.c:26:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_UTMP_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   26 | #define HAVE_UTMP_H 1
      | 
^[[01m^[[Kconftest.c:29:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_SYS_PARAM_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   29 | #define HAVE_SYS_PARAM_H 1
      | 
^[[01m^[[Kconftest.c:39:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_IEEE754_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   39 | #define HAVE_IEEE754_H 1
      | 
^[[01m^[[Kconftest.c:8:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_PDUMPER" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
    8 | #define HAVE_PDUMPER 1
      | 
^[[01m^[[Kconftest.c:19:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_LINUX_FS_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   19 | #define HAVE_LINUX_FS_H 1
      | 
^[[01m^[[Kconftest.c:34:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_STDIO_EXT_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   34 | #define HAVE_STDIO_EXT_H 1
      | 
^[[01m^[[Kconftest.c:40:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_LIMITS_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   40 | #define HAVE_LIMITS_H 1
      | 
^[[01m^[[Kconftest.c:44:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_SYS_RANDOM_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   44 | #define HAVE_SYS_RANDOM_H 1
      | 
^[[01m^[[Kconftest.c:27:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_SANITIZER_LSAN_INTERFACE_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   27 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
      | 
^[[01m^[[Kconftest.c:36:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_GETOPT_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   36 | #define HAVE_GETOPT_H 1
      | 
^[[01m^[[Kconftest.c:50:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "_NETBSD_SOURCE" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   50 | #define _NETBSD_SOURCE 1
      | 
^[[01m^[[Kconftest.c:7:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "PACKAGE_URL" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
    7 | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
      | 
^[[01m^[[Kconftest.c:46:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "_ALL_SOURCE" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   46 | #define _ALL_SOURCE 1
      | 
^[[01m^[[Kconftest.c:48:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "_GNU_SOURCE" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   48 | #define _GNU_SOURCE 1
      | 
^[[01m^[[Kconftest.c:18:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_WCHAR_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   18 | #define HAVE_WCHAR_H 1
      | 
^[[01m^[[Kconftest.c:32:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_DIRENT_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   32 | #define HAVE_DIRENT_H 1
      | 
^[[01m^[[Kconftest.c:41:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kmacro "HAVE_SYS_SELECT_H" is not used [^[[01;35m^[[K-Wunused-macros^[[m^[[K]
   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
^[[01m^[[Kconftest.c:69:18:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kexpected '^[[01m^[[K=^[[m^[[K', '^[[01m^[[K,^[[m^[[K', '^[[01m^[[K;^[[m^[[K', '^[[01m^[[Kasm^[[m^[[K' or '^[[01m^[[K__attribute__^[[m^[[K' before string constant
   69 |            error ^[[01;31m^[[K"Addresses are not sanitized."^[[m^[[K;
      |                  ^[[01;31m^[[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^[[m^[[K
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 <math.h>
| 	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
^[[01m^[[Kconftest.c:72:10:^[[m^[[K ^[[01;31m^[[Kfatal error: ^[[m^[[Kmachine/soundcard.h: No such file or directory
   72 | #include ^[[01;31m^[[K<machine/soundcard.h>^[[m^[[K
      |          ^[[01;31m^[[K^~~~~~~~~~~~~~~~~~~~~^[[m^[[K
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 <windows.h>
|     #endif
| 
| 
| #include <machine/soundcard.h>
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
^[[01m^[[Kconftest.c:73:10:^[[m^[[K ^[[01;31m^[[Kfatal error: ^[[m^[[Ksoundcard.h: No such file or directory
   73 | #include ^[[01;31m^[[K<soundcard.h>^[[m^[[K
      |          ^[[01;31m^[[K^~~~~~~~~~~~~^[[m^[[K
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 <windows.h>
|     #endif
| 
| 
| #include <soundcard.h>
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
^[[01m^[[Kconftest.c:73:10:^[[m^[[K ^[[01;31m^[[Kfatal error: ^[[m^[[Kmmsystem.h: No such file or directory
   73 | #include ^[[01;31m^[[K<mmsystem.h>^[[m^[[K
      |          ^[[01;31m^[[K^~~~~~~~~~~~^[[m^[[K
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 <windows.h>
|     #endif
| 
| 
| #include <mmsystem.h>
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
^[[01m^[[Kconftest.c:107:10:^[[m^[[K ^[[01;31m^[[Kfatal error: ^[[m^[[Knet/if_dl.h: No such file or directory
  107 | #include ^[[01;31m^[[K<net/if_dl.h>^[[m^[[K
      |          ^[[01;31m^[[K^~~~~~~~~~~~~^[[m^[[K
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 <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| #include <net/if_dl.h>
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
^[[01m^[[Kconftest.c:^[[m^[[K In function '^[[01m^[[Kmain^[[m^[[K':
^[[01m^[[Kconftest.c:115:5:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kused struct type value where scalar is required
  115 | if (^[[01;31m^[[Kac_aggr^[[m^[[K.ifr_hwaddr)
      |     ^[[01;31m^[[K^~~~~~~^[[m^[[K
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 <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #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
^[[01m^[[Kconftest.c:^[[m^[[K In function '^[[01m^[[Kmain^[[m^[[K':
^[[01m^[[Kconftest.c:116:5:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kused struct type value where scalar is required
  116 | if (^[[01;31m^[[Kac_aggr^[[m^[[K.ifr_netmask)
      |     ^[[01;31m^[[K^~~~~~~^[[m^[[K
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 <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #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
^[[01m^[[Kconftest.c:^[[m^[[K In function '^[[01m^[[Kmain^[[m^[[K':
^[[01m^[[Kconftest.c:117:5:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kused struct type value where scalar is required
  117 | if (^[[01;31m^[[Kac_aggr^[[m^[[K.ifr_broadaddr)
      |     ^[[01;31m^[[K^~~~~~~^[[m^[[K
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 <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #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
^[[01m^[[Kconftest.c:^[[m^[[K In function '^[[01m^[[Kmain^[[m^[[K':
^[[01m^[[Kconftest.c:118:5:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kused struct type value where scalar is required
  118 | if (^[[01;31m^[[Kac_aggr^[[m^[[K.ifr_addr)
      |     ^[[01;31m^[[K^~~~~~~^[[m^[[K
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 <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #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
^[[01m^[[Kconftest.c:^[[m^[[K In function '^[[01m^[[Kmain^[[m^[[K':
^[[01m^[[Kconftest.c:119:21:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K'^[[01m^[[Kstruct sockaddr^[[m^[[K' has no member named '^[[01m^[[Ksa_len^[[m^[[K'
  119 | if (ac_aggr.ifr_addr^[[01;31m^[[K.^[[m^[[Ksa_len)
      |                     ^[[01;31m^[[K^^[[m^[[K
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 <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #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
^[[01m^[[Kconftest.c:^[[m^[[K In function '^[[01m^[[Kmain^[[m^[[K':
^[[01m^[[Kconftest.c:119:28:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K'^[[01m^[[Kstruct sockaddr^[[m^[[K' has no member named '^[[01m^[[Ksa_len^[[m^[[K'
  119 | if (sizeof ac_aggr.ifr_addr^[[01;31m^[[K.^[[m^[[Ksa_len)
      |                            ^[[01;31m^[[K^^[[m^[[K
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 <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #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 
^[[01m^[[Kconftest.c:^[[m^[[K In function '^[[01m^[[Kmain^[[m^[[K':
^[[01m^[[Kconftest.c:85:1:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kimplicit declaration of function '^[[01m^[[Kmalloc_set_state^[[m^[[K'; did you mean '^[[01m^[[Kmalloc_stats^[[m^[[K'? [^[[01;31m^[[K-Werror=implicit-function-declaration^[[m^[[K]
   85 | ^[[01;31m^[[Kmalloc_set_state^[[m^[[K (malloc_get_state ());
      | ^[[01;31m^[[K^~~~~~~~~~~~~~~~^[[m^[[K
      | ^[[32m^[[Kmalloc_stats^[[m^[[K
^[[01m^[[Kconftest.c:85:19:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kimplicit declaration of function '^[[01m^[[Kmalloc_get_state^[[m^[[K'; did you mean '^[[01m^[[Kmalloc_stats^[[m^[[K'? [^[[01;31m^[[K-Werror=implicit-function-declaration^[[m^[[K]
   85 | malloc_set_state (^[[01;31m^[[Kmalloc_get_state^[[m^[[K ());
      |                   ^[[01;31m^[[K^~~~~~~~~~~~~~~~^[[m^[[K
      |                   ^[[32m^[[Kmalloc_stats^[[m^[[K
^[[01m^[[Kconftest.c:86:13:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K'^[[01m^[[K__after_morecore_hook^[[m^[[K' undeclared (first use in this function)
   86 |             ^[[01;31m^[[K__after_morecore_hook^[[m^[[K = hook;
      |             ^[[01;31m^[[K^~~~~~~~~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[Kconftest.c:86:13:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Keach undeclared identifier is reported only once for each function it appears in
^[[01m^[[Kconftest.c:87:13:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K'^[[01m^[[K__malloc_initialize_hook^[[m^[[K' undeclared (first use in this function)
   87 |             ^[[01;31m^[[K__malloc_initialize_hook^[[m^[[K = hook;
      |             ^[[01;31m^[[K^~~~~~~~~~~~~~~~~~~~~~~~^[[m^[[K
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 <malloc.h>
| 	    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 <limits.h> declares __lsan_ignore_object.
|    For example, HP-UX 11i <limits.h> 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 <limits.h>
| #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 
^[[01m^[[Kconftest.c:98:6:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kconflicting types for built-in function '^[[01m^[[Kfork^[[m^[[K'; expected '^[[01m^[[Kint(void)^[[m^[[K' [^[[01;35m^[[K-Wbuiltin-declaration-mismatch^[[m^[[K]
   98 | char ^[[01;35m^[[Kfork^[[m^[[K (void);
      |      ^[[01;35m^[[K^~~~^[[m^[[K
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 <limits.h> declares memset_s.
|    For example, HP-UX 11i <limits.h> 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 <limits.h>
| #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 
^[[01m^[[Kconftest.c:121:6:^[[m^[[K ^[[01;35m^[[Kwarning: ^[[m^[[Kconflicting types for built-in function '^[[01m^[[Kisblank^[[m^[[K'; expected '^[[01m^[[Kint(int)^[[m^[[K' [^[[01;35m^[[K-Wbuiltin-declaration-mismatch^[[m^[[K]
  121 | char ^[[01;35m^[[Kisblank^[[m^[[K (void);
      |      ^[[01;35m^[[K^~~~~~~^[[m^[[K
^[[01m^[[Kconftest.c:113:1:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[K'^[[01m^[[Kisblank^[[m^[[K' is declared in header '^[[01m^[[K<ctype.h>^[[m^[[K'
  112 | #include <limits.h>
  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 
^[[01m^[[Kconftest.c:^[[m^[[K In function '^[[01m^[[Kmain^[[m^[[K':
^[[01m^[[Kconftest.c:124:1:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kimplicit declaration of function '^[[01m^[[KXOpenDisplay^[[m^[[K' [^[[01;31m^[[K-Werror=implicit-function-declaration^[[m^[[K]
  124 | ^[[01;31m^[[KXOpenDisplay^[[m^[[K ("foo");
      | ^[[01;31m^[[K^~~~~~~~~~~~^[[m^[[K
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 
^[[01m^[[Kx86_64-pc-linux-gnu-gcc:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kunrecognized command-line option '^[[01m^[[K-b^[[m^[[K'
^[[01m^[[Kx86_64-pc-linux-gnu-gcc:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kunrecognized command-line option '^[[01m^[[K-b^[[m^[[K'
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

[-- Attachment #1.4: Type: text/plain, Size: 16 bytes --]


Patch attached.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.5: 0001-Fix-tree-sitter-build-using-non-bash-bin-sh.patch --]
[-- Type: text/x-patch, Size: 867 bytes --]

From cda103185aef6d0b754ccd25baee956d46b79898 Mon Sep 17 00:00:00 2001
From: Sam James <sam@gentoo.org>
Date: Mon, 21 Nov 2022 22:01:37 +0000
Subject: [PATCH] Fix tree-sitter build using non-bash /bin/sh

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 187a43dc3e..cc4e59ee5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3243,7 +3243,7 @@ if test "${with_tree_sitter}" != "no"; then
       AC_CHECK_FUNCS([ts_set_allocator])
       CFLAGS=$OLD_CFLAGS
       LIBS=$OLD_LIBS
-      if test "$ac_cv_func_ts_set_allocator" == yes; then
+      if test "$ac_cv_func_ts_set_allocator" = yes; then
         AC_DEFINE(HAVE_TREE_SITTER, 1, [Define if using tree-sitter.])
       else
         AC_MSG_ERROR([Tree-sitter library exists but its version is too old]);
-- 
2.38.1


[-- Attachment #1.6: Type: text/plain, Size: 18216 bytes --]



In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
 3.24.34, cairo version 1.17.6) of 2022-11-19 built on localhost
Repository revision: 1682bd18f50ed2095b2162207603c6b8a3f0225f
Repository branch: master
System Description: Gentoo Linux

Configured using:
 '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 'CFLAGS=-O2 -pipe -march=native
 -fdiagnostics-color=always -frecord-gcc-switches -Wreturn-type -ggdb3
 -Werror=implicit-function-declaration -Werror=implicit-int'
 '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''

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
JSON LCMS2 LIBSYSTEMD MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG
RSVG SECCOMP SOUND THREADS TIFF X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB

Important settings:
  value of $LANG: en_GB.utf8
  locale-coding-system: utf-8-unix

Major mode: mu4e:main

Minor modes in effect:
  global-flycheck-mode: t
  editorconfig-mode: t
  savehist-mode: t
  save-place-mode: t
  desktop-save-mode: t
  server-mode: t
  mu4e-search-minor-mode: t
  mu4e-update-minor-mode: t
  mu4e-context-minor-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  buffer-read-only: t
  line-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  overwrite-mode: overwrite-mode-binary

Load-path shadows:
/usr/share/emacs/site-lisp/cmake-mode hides /usr/share/emacs/site-lisp/cmake/cmake-mode
/usr/share/emacs/site-lisp/desktop-entry-mode hides /usr/share/emacs/site-lisp/desktop-file-utils/desktop-entry-mode
/usr/share/emacs/site-lisp/transient/transient hides /usr/share/emacs/29.0.50/lisp/transient
/usr/share/emacs/site-lisp/org-mode/ob-awk hides /usr/share/emacs/29.0.50/lisp/org/ob-awk
/usr/share/emacs/site-lisp/org-mode/org-attach hides /usr/share/emacs/29.0.50/lisp/org/org-attach
/usr/share/emacs/site-lisp/org-mode/ox hides /usr/share/emacs/29.0.50/lisp/org/ox
/usr/share/emacs/site-lisp/org-mode/ob-makefile hides /usr/share/emacs/29.0.50/lisp/org/ob-makefile
/usr/share/emacs/site-lisp/org-mode/ox-publish hides /usr/share/emacs/29.0.50/lisp/org/ox-publish
/usr/share/emacs/site-lisp/org-mode/oc-csl hides /usr/share/emacs/29.0.50/lisp/org/oc-csl
/usr/share/emacs/site-lisp/org-mode/ol-bbdb hides /usr/share/emacs/29.0.50/lisp/org/ol-bbdb
/usr/share/emacs/site-lisp/org-mode/ob-forth hides /usr/share/emacs/29.0.50/lisp/org/ob-forth
/usr/share/emacs/site-lisp/org-mode/ob-calc hides /usr/share/emacs/29.0.50/lisp/org/ob-calc
/usr/share/emacs/site-lisp/org-mode/ox-latex hides /usr/share/emacs/29.0.50/lisp/org/ox-latex
/usr/share/emacs/site-lisp/org-mode/org-table hides /usr/share/emacs/29.0.50/lisp/org/org-table
/usr/share/emacs/site-lisp/org-mode/org-goto hides /usr/share/emacs/29.0.50/lisp/org/org-goto
/usr/share/emacs/site-lisp/org-mode/ob hides /usr/share/emacs/29.0.50/lisp/org/ob
/usr/share/emacs/site-lisp/org-mode/ob-ocaml hides /usr/share/emacs/29.0.50/lisp/org/ob-ocaml
/usr/share/emacs/site-lisp/org-mode/ob-dot hides /usr/share/emacs/29.0.50/lisp/org/ob-dot
/usr/share/emacs/site-lisp/org-mode/org-mouse hides /usr/share/emacs/29.0.50/lisp/org/org-mouse
/usr/share/emacs/site-lisp/org-mode/org-capture hides /usr/share/emacs/29.0.50/lisp/org/org-capture
/usr/share/emacs/site-lisp/org-mode/org-inlinetask hides /usr/share/emacs/29.0.50/lisp/org/org-inlinetask
/usr/share/emacs/site-lisp/org-mode/ol hides /usr/share/emacs/29.0.50/lisp/org/ol
/usr/share/emacs/site-lisp/org-mode/org-src hides /usr/share/emacs/29.0.50/lisp/org/org-src
/usr/share/emacs/site-lisp/org-mode/org-timer hides /usr/share/emacs/29.0.50/lisp/org/org-timer
/usr/share/emacs/site-lisp/org-mode/ob-core hides /usr/share/emacs/29.0.50/lisp/org/ob-core
/usr/share/emacs/site-lisp/org-mode/org-element hides /usr/share/emacs/29.0.50/lisp/org/org-element
/usr/share/emacs/site-lisp/org-mode/ob-sed hides /usr/share/emacs/29.0.50/lisp/org/ob-sed
/usr/share/emacs/site-lisp/org-mode/ob-sass hides /usr/share/emacs/29.0.50/lisp/org/ob-sass
/usr/share/emacs/site-lisp/org-mode/ol-bibtex hides /usr/share/emacs/29.0.50/lisp/org/ol-bibtex
/usr/share/emacs/site-lisp/org-mode/org-footnote hides /usr/share/emacs/29.0.50/lisp/org/org-footnote
/usr/share/emacs/site-lisp/org-mode/ob-fortran hides /usr/share/emacs/29.0.50/lisp/org/ob-fortran
/usr/share/emacs/site-lisp/org-mode/ox-koma-letter hides /usr/share/emacs/29.0.50/lisp/org/ox-koma-letter
/usr/share/emacs/site-lisp/org-mode/ol-gnus hides /usr/share/emacs/29.0.50/lisp/org/ol-gnus
/usr/share/emacs/site-lisp/org-mode/ob-C hides /usr/share/emacs/29.0.50/lisp/org/ob-C
/usr/share/emacs/site-lisp/org-mode/org-ctags hides /usr/share/emacs/29.0.50/lisp/org/org-ctags
/usr/share/emacs/site-lisp/org-mode/org-crypt hides /usr/share/emacs/29.0.50/lisp/org/org-crypt
/usr/share/emacs/site-lisp/org-mode/org-clock hides /usr/share/emacs/29.0.50/lisp/org/org-clock
/usr/share/emacs/site-lisp/org-mode/ob-lua hides /usr/share/emacs/29.0.50/lisp/org/ob-lua
/usr/share/emacs/site-lisp/org-mode/ol-w3m hides /usr/share/emacs/29.0.50/lisp/org/ol-w3m
/usr/share/emacs/site-lisp/org-mode/ob-exp hides /usr/share/emacs/29.0.50/lisp/org/ob-exp
/usr/share/emacs/site-lisp/org-mode/ob-js hides /usr/share/emacs/29.0.50/lisp/org/ob-js
/usr/share/emacs/site-lisp/org-mode/ob-ruby hides /usr/share/emacs/29.0.50/lisp/org/ob-ruby
/usr/share/emacs/site-lisp/org-mode/ol-info hides /usr/share/emacs/29.0.50/lisp/org/ol-info
/usr/share/emacs/site-lisp/org-mode/ob-sql hides /usr/share/emacs/29.0.50/lisp/org/ob-sql
/usr/share/emacs/site-lisp/org-mode/org-macro hides /usr/share/emacs/29.0.50/lisp/org/org-macro
/usr/share/emacs/site-lisp/org-mode/ol-eww hides /usr/share/emacs/29.0.50/lisp/org/ol-eww
/usr/share/emacs/site-lisp/org-mode/ob-emacs-lisp hides /usr/share/emacs/29.0.50/lisp/org/ob-emacs-lisp
/usr/share/emacs/site-lisp/org-mode/ol-mhe hides /usr/share/emacs/29.0.50/lisp/org/ol-mhe
/usr/share/emacs/site-lisp/org-mode/ol-rmail hides /usr/share/emacs/29.0.50/lisp/org/ol-rmail
/usr/share/emacs/site-lisp/org-mode/org hides /usr/share/emacs/29.0.50/lisp/org/org
/usr/share/emacs/site-lisp/org-mode/ob-lilypond hides /usr/share/emacs/29.0.50/lisp/org/ob-lilypond
/usr/share/emacs/site-lisp/org-mode/ol-doi hides /usr/share/emacs/29.0.50/lisp/org/ol-doi
/usr/share/emacs/site-lisp/org-mode/org-id hides /usr/share/emacs/29.0.50/lisp/org/org-id
/usr/share/emacs/site-lisp/org-mode/ob-maxima hides /usr/share/emacs/29.0.50/lisp/org/ob-maxima
/usr/share/emacs/site-lisp/org-mode/ob-plantuml hides /usr/share/emacs/29.0.50/lisp/org/ob-plantuml
/usr/share/emacs/site-lisp/org-mode/org-pcomplete hides /usr/share/emacs/29.0.50/lisp/org/org-pcomplete
/usr/share/emacs/site-lisp/org-mode/oc hides /usr/share/emacs/29.0.50/lisp/org/oc
/usr/share/emacs/site-lisp/org-mode/ob-haskell hides /usr/share/emacs/29.0.50/lisp/org/ob-haskell
/usr/share/emacs/site-lisp/org-mode/ob-tangle hides /usr/share/emacs/29.0.50/lisp/org/ob-tangle
/usr/share/emacs/site-lisp/org-mode/org-feed hides /usr/share/emacs/29.0.50/lisp/org/org-feed
/usr/share/emacs/site-lisp/org-mode/org-loaddefs hides /usr/share/emacs/29.0.50/lisp/org/org-loaddefs
/usr/share/emacs/site-lisp/org-mode/ox-odt hides /usr/share/emacs/29.0.50/lisp/org/ox-odt
/usr/share/emacs/site-lisp/org-mode/org-macs hides /usr/share/emacs/29.0.50/lisp/org/org-macs
/usr/share/emacs/site-lisp/org-mode/ol-irc hides /usr/share/emacs/29.0.50/lisp/org/ol-irc
/usr/share/emacs/site-lisp/org-mode/ox-html hides /usr/share/emacs/29.0.50/lisp/org/ox-html
/usr/share/emacs/site-lisp/org-mode/ob-lob hides /usr/share/emacs/29.0.50/lisp/org/ob-lob
/usr/share/emacs/site-lisp/org-mode/org-archive hides /usr/share/emacs/29.0.50/lisp/org/org-archive
/usr/share/emacs/site-lisp/org-mode/ol-man hides /usr/share/emacs/29.0.50/lisp/org/ol-man
/usr/share/emacs/site-lisp/org-mode/org-compat hides /usr/share/emacs/29.0.50/lisp/org/org-compat
/usr/share/emacs/site-lisp/org-mode/org-indent hides /usr/share/emacs/29.0.50/lisp/org/org-indent
/usr/share/emacs/site-lisp/org-mode/ox-ascii hides /usr/share/emacs/29.0.50/lisp/org/ox-ascii
/usr/share/emacs/site-lisp/org-mode/org-colview hides /usr/share/emacs/29.0.50/lisp/org/org-colview
/usr/share/emacs/site-lisp/org-mode/org-plot hides /usr/share/emacs/29.0.50/lisp/org/org-plot
/usr/share/emacs/site-lisp/org-mode/org-mobile hides /usr/share/emacs/29.0.50/lisp/org/org-mobile
/usr/share/emacs/site-lisp/org-mode/ob-ref hides /usr/share/emacs/29.0.50/lisp/org/ob-ref
/usr/share/emacs/site-lisp/org-mode/org-datetree hides /usr/share/emacs/29.0.50/lisp/org/org-datetree
/usr/share/emacs/site-lisp/org-mode/org-faces hides /usr/share/emacs/29.0.50/lisp/org/org-faces
/usr/share/emacs/site-lisp/org-mode/ob-clojure hides /usr/share/emacs/29.0.50/lisp/org/ob-clojure
/usr/share/emacs/site-lisp/org-mode/org-entities hides /usr/share/emacs/29.0.50/lisp/org/org-entities
/usr/share/emacs/site-lisp/org-mode/org-refile hides /usr/share/emacs/29.0.50/lisp/org/org-refile
/usr/share/emacs/site-lisp/org-mode/ob-julia hides /usr/share/emacs/29.0.50/lisp/org/ob-julia
/usr/share/emacs/site-lisp/org-mode/ox-texinfo hides /usr/share/emacs/29.0.50/lisp/org/ox-texinfo
/usr/share/emacs/site-lisp/org-mode/ob-octave hides /usr/share/emacs/29.0.50/lisp/org/ob-octave
/usr/share/emacs/site-lisp/org-mode/ob-screen hides /usr/share/emacs/29.0.50/lisp/org/ob-screen
/usr/share/emacs/site-lisp/org-mode/ol-docview hides /usr/share/emacs/29.0.50/lisp/org/ol-docview
/usr/share/emacs/site-lisp/org-mode/ox-md hides /usr/share/emacs/29.0.50/lisp/org/ox-md
/usr/share/emacs/site-lisp/org-mode/ob-eval hides /usr/share/emacs/29.0.50/lisp/org/ob-eval
/usr/share/emacs/site-lisp/org-mode/ox-org hides /usr/share/emacs/29.0.50/lisp/org/ox-org
/usr/share/emacs/site-lisp/org-mode/ob-scheme hides /usr/share/emacs/29.0.50/lisp/org/ob-scheme
/usr/share/emacs/site-lisp/org-mode/ob-python hides /usr/share/emacs/29.0.50/lisp/org/ob-python
/usr/share/emacs/site-lisp/org-mode/ox-beamer hides /usr/share/emacs/29.0.50/lisp/org/ox-beamer
/usr/share/emacs/site-lisp/org-mode/ob-R hides /usr/share/emacs/29.0.50/lisp/org/ob-R
/usr/share/emacs/site-lisp/org-mode/ob-comint hides /usr/share/emacs/29.0.50/lisp/org/ob-comint
/usr/share/emacs/site-lisp/org-mode/ob-sqlite hides /usr/share/emacs/29.0.50/lisp/org/ob-sqlite
/usr/share/emacs/site-lisp/org-mode/org-agenda hides /usr/share/emacs/29.0.50/lisp/org/org-agenda
/usr/share/emacs/site-lisp/org-mode/org-habit hides /usr/share/emacs/29.0.50/lisp/org/org-habit
/usr/share/emacs/site-lisp/org-mode/org-keys hides /usr/share/emacs/29.0.50/lisp/org/org-keys
/usr/share/emacs/site-lisp/org-mode/ob-css hides /usr/share/emacs/29.0.50/lisp/org/ob-css
/usr/share/emacs/site-lisp/org-mode/oc-biblatex hides /usr/share/emacs/29.0.50/lisp/org/oc-biblatex
/usr/share/emacs/site-lisp/org-mode/org-duration hides /usr/share/emacs/29.0.50/lisp/org/org-duration
/usr/share/emacs/site-lisp/org-mode/ob-latex hides /usr/share/emacs/29.0.50/lisp/org/ob-latex
/usr/share/emacs/site-lisp/org-mode/ob-shell hides /usr/share/emacs/29.0.50/lisp/org/ob-shell
/usr/share/emacs/site-lisp/org-mode/ob-table hides /usr/share/emacs/29.0.50/lisp/org/ob-table
/usr/share/emacs/site-lisp/org-mode/ob-processing hides /usr/share/emacs/29.0.50/lisp/org/ob-processing
/usr/share/emacs/site-lisp/org-mode/org-tempo hides /usr/share/emacs/29.0.50/lisp/org/org-tempo
/usr/share/emacs/site-lisp/org-mode/oc-natbib hides /usr/share/emacs/29.0.50/lisp/org/oc-natbib
/usr/share/emacs/site-lisp/org-mode/org-list hides /usr/share/emacs/29.0.50/lisp/org/org-list
/usr/share/emacs/site-lisp/org-mode/ob-eshell hides /usr/share/emacs/29.0.50/lisp/org/ob-eshell
/usr/share/emacs/site-lisp/org-mode/ob-java hides /usr/share/emacs/29.0.50/lisp/org/ob-java
/usr/share/emacs/site-lisp/org-mode/ob-matlab hides /usr/share/emacs/29.0.50/lisp/org/ob-matlab
/usr/share/emacs/site-lisp/org-mode/oc-basic hides /usr/share/emacs/29.0.50/lisp/org/oc-basic
/usr/share/emacs/site-lisp/org-mode/org-attach-git hides /usr/share/emacs/29.0.50/lisp/org/org-attach-git
/usr/share/emacs/site-lisp/org-mode/org-num hides /usr/share/emacs/29.0.50/lisp/org/org-num
/usr/share/emacs/site-lisp/org-mode/ob-org hides /usr/share/emacs/29.0.50/lisp/org/ob-org
/usr/share/emacs/site-lisp/org-mode/ob-groovy hides /usr/share/emacs/29.0.50/lisp/org/ob-groovy
/usr/share/emacs/site-lisp/org-mode/ox-man hides /usr/share/emacs/29.0.50/lisp/org/ox-man
/usr/share/emacs/site-lisp/org-mode/ob-lisp hides /usr/share/emacs/29.0.50/lisp/org/ob-lisp
/usr/share/emacs/site-lisp/org-mode/ol-eshell hides /usr/share/emacs/29.0.50/lisp/org/ol-eshell
/usr/share/emacs/site-lisp/org-mode/ob-perl hides /usr/share/emacs/29.0.50/lisp/org/ob-perl
/usr/share/emacs/site-lisp/org-mode/org-install hides /usr/share/emacs/29.0.50/lisp/org/org-install
/usr/share/emacs/site-lisp/org-mode/ob-ditaa hides /usr/share/emacs/29.0.50/lisp/org/ob-ditaa
/usr/share/emacs/site-lisp/org-mode/ox-icalendar hides /usr/share/emacs/29.0.50/lisp/org/ox-icalendar
/usr/share/emacs/site-lisp/org-mode/org-lint hides /usr/share/emacs/29.0.50/lisp/org/org-lint
/usr/share/emacs/site-lisp/org-mode/org-protocol hides /usr/share/emacs/29.0.50/lisp/org/org-protocol
/usr/share/emacs/site-lisp/org-mode/org-version hides /usr/share/emacs/29.0.50/lisp/org/org-version
/usr/share/emacs/site-lisp/org-mode/ob-gnuplot hides /usr/share/emacs/29.0.50/lisp/org/ob-gnuplot

Features:
(shadow face-remap ebuild-mode skeleton sh-script smie executable
emacsbug term/screen term/xterm xterm pcase flycheck dash
exec-path-from-shell tango-dark-theme comp comp-cstr warnings cl-extra
help-mode editorconfig editorconfig-core editorconfig-core-handle
editorconfig-fnmatch savehist saveplace desktop frameset server mu4e
mu4e-org org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro
org-footnote org-src ob-comint org-pcomplete pcomplete org-list
org-faces org-entities noutline outline icons org-version ob-emacs-lisp
ob-core ob-eval org-table oc-basic bibtex ol rx org-keys oc org-compat
advice org-macs org-loaddefs format-spec find-func mu4e-main mu4e-view
thingatpt comint ansi-osc ansi-color ring gnus-art mm-uu mml2015 mm-view
mml-smime smime gnutls dig gnus-sum gnus-group gnus-undo gnus-start
gnus-dbus dbus gnus-cloud nnimap nnmail mail-source utf7 nnoo parse-time
iso8601 gnus-spec gnus-int gnus-range gnus-win gnus nnheader range
wid-edit cal-menu calendar cal-loaddefs mu4e-headers mu4e-compose
mu4e-draft mu4e-actions smtpmail mu4e-search mu4e-lists mu4e-bookmarks
mu4e-mark mu4e-message shr pixel-fill kinsoku url-file svg xml dom
browse-url url url-proxy url-privacy url-expand url-methods url-history
url-cookie generate-lisp-file url-domsuf url-util url-parse auth-source
cl-seq eieio eieio-core cl-macs json map byte-opt gv bytecomp
byte-compile url-vars flow-fill mule-util hl-line mu4e-contacts
mu4e-update mu4e-folders mu4e-server mu4e-context mu4e-vars mu4e-helpers
mu4e-config bookmark pp ido message sendmail mailcap yank-media puny
dired dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg
rfc6068 epg-config gnus-util text-property-search time-date subr-x
mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util
ietf-drums mail-prsvr mailabbrev mail-utils gmm-utils mailheader
cl-loaddefs cl-lib site-gentoo preview-latex auto-loads tex-site rmc
iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook
vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win
term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode lisp-mode prog-mode register
page tab-bar menu-bar rfn-eshadow isearch easymenu timer select
scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors
frame minibuffer nadvice seq simple cl-generic indonesian philippine
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite emoji-zwj charscript
charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure
cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp
files window text-properties overlay sha1 md5 base64 format env
code-pages mule custom widget keymap hashtable-print-readable backquote
threads dbusbind inotify lcms2 dynamic-setting system-font-setting
font-render-setting cairo move-toolbar gtk x-toolkit xinput2 x multi-tty
make-network-process native-compile emacs)

Memory information:
((conses 16 298649 13648)
 (symbols 48 22677 1)
 (strings 32 101853 4105)
 (string-bytes 1 3401395)
 (vectors 16 42162)
 (vector-slots 8 816625 19919)
 (floats 8 341 443)
 (intervals 56 662 56)
 (buffers 984 13))

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 377 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#59460: 29.0.50; Build failure because of bashism in configure.ac (tree-sitter)
  2022-11-21 21:58 bug#59460: 29.0.50; Build failure because of bashism in configure.ac (tree-sitter) Sam James
@ 2022-11-22 12:48 ` Eli Zaretskii
  2022-11-23  9:48   ` Sam James
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2022-11-22 12:48 UTC (permalink / raw)
  To: Sam James; +Cc: 59460-done

> From: Sam James <sam@gentoo.org>
> Date: Mon, 21 Nov 2022 21:58:45 +0000
> 
> Emacs fails to build from master at commit `` with the following error:
> ```
> checking for tree-sitter >= 0.20.2... no
> checking for tree-sitter >= 0.6.3... yes
> checking for ts_set_allocator... yes
> ./configure: 16142: test: yes: unexpected operator
> configure: error: Tree-sitter library exists but its version is too old
> 
> !!! Please attach the following file when seeking support:
> !!! /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/config.log
>  * ERROR: app-editors/emacs-29.0.9999::gentoo failed (configure phase):
>   *   econf failed
> ```
> 
> My /bin/sh is dash (POSIX compliant, not bash).
> 
> I've attached the logs for completeness, but the '==' in the
> configure.ac test should become '='.

Thanks, I installed the patch.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#59460: 29.0.50; Build failure because of bashism in configure.ac (tree-sitter)
  2022-11-22 12:48 ` Eli Zaretskii
@ 2022-11-23  9:48   ` Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-11-23  9:48 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 59460-done

[-- Attachment #1: Type: text/plain, Size: 944 bytes --]



> On 22 Nov 2022, at 12:48, Eli Zaretskii <eliz@gnu.org> wrote:
> 
>> From: Sam James <sam@gentoo.org>
>> Date: Mon, 21 Nov 2022 21:58:45 +0000
>> 
>> Emacs fails to build from master at commit `` with the following error:
>> ```
>> checking for tree-sitter >= 0.20.2... no
>> checking for tree-sitter >= 0.6.3... yes
>> checking for ts_set_allocator... yes
>> ./configure: 16142: test: yes: unexpected operator
>> configure: error: Tree-sitter library exists but its version is too old
>> 
>> !!! Please attach the following file when seeking support:
>> !!! /var/tmp/portage/app-editors/emacs-29.0.9999/work/emacs/config.log
>> * ERROR: app-editors/emacs-29.0.9999::gentoo failed (configure phase):
>>  *   econf failed
>> ```
>> 
>> My /bin/sh is dash (POSIX compliant, not bash).
>> 
>> I've attached the logs for completeness, but the '==' in the
>> configure.ac test should become '='.
> 
> Thanks, I installed the patch.

Many thanks!

[-- Attachment #2: Message signed with OpenPGP --]
[-- Type: application/pgp-signature, Size: 358 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-23  9:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21 21:58 bug#59460: 29.0.50; Build failure because of bashism in configure.ac (tree-sitter) Sam James
2022-11-22 12:48 ` Eli Zaretskii
2022-11-23  9:48   ` Sam James

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).