Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 723280 Details for
Bug 801580
sys-devel/gcc-11.1.0-r2[jit]: gccjit runtime failure with ccache (was: app-editors/emacs-28.0.9999[jit] fails with FEATURES=ccache)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/x-log), 234.75 KB, created by
Thomas Schneider
on 2021-07-11 13:12:31 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Thomas Schneider
Created:
2021-07-11 13:12:31 UTC
Size:
234.75 KB
patch
obsolete
>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 28.0.50, which was >generated by GNU Autoconf 2.69. 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 --disable-silent-rules --docdir=/usr/share/doc/emacs-28.0.9999 --htmldir=/usr/share/doc/emacs-28.0.9999/html --libdir=/usr/lib64 --program-suffix=-emacs-28-vcs --includedir=/usr/include/emacs-28-vcs --infodir=/usr/share/info/emacs-28-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 --with-json --with-kerberos --with-kerberos5 --with-lcms2 --with-xml2 --with-mailutils --without-selinux --with-gnutls --with-libsystemd --with-threads --without-wide-int --with-zlib --with-sound=alsa --with-x --without-ns --without-gconf --with-gsettings --with-toolkit-scroll-bars --with-gif --with-jpeg --with-png --with-rsvg --with-tiff --with-xpm --with-imagemagick --with-xft --with-cairo --with-harfbuzz --with-libotf --with-m17n-flt --with-x-toolkit=gtk3 --without-xwidgets --with-dumping=pdumper --with-pgtk > >## --------- ## >## Platform. ## >## --------- ## > >hostname = localhost >uname -m = x86_64 >uname -r = 5.10.27-gentoo-coruscant >uname -s = Linux >uname -v = #36 SMP Sun Jul 4 17:18:36 CEST 2021 > >/usr/bin/uname -p = Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib/ccache/bin >PATH: /usr/lib/portage/python3.9/ebuild-helpers/xattr >PATH: /usr/lib/portage/python3.9/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/lib/llvm/12/bin >PATH: /usr/lib/llvm/11/bin >PATH: /opt/plan9/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:3808: 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:4050: checking for xcrun >configure:4080: result: no >configure:4144: checking for GNU Make >configure:4194: result: make >configure:4208: checking build system type >configure:4222: result: x86_64-pc-linux-gnu >configure:4242: checking host system type >configure:4255: result: x86_64-pc-linux-gnu >configure:5266: checking for x86_64-pc-linux-gnu-gcc >configure:5282: found /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc >configure:5293: result: x86_64-pc-linux-gnu-gcc >configure:5368: checking for C compiler version >configure:5377: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 10.3.0 p1) 10.3.0 >Copyright (C) 2020 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:5388: $? = 0 >configure:5377: 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/10.3.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /tmp/portage/sys-devel/gcc-10.3.0/work/gcc-10.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/10.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include/g++-v10 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/10.3.0/python --enable-objc-gc --enable-languages=c,c++,d,go,jit,objc,obj-c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 10.3.0 p1' --disable-esp --enable-libstdcxx-time --with-build-config=bootstrap-lto --enable-host-shared --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 --disable-systemtap --enable-vtable-verify --with-zstd --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp >Thread model: posix >Supported LTO compression algorithms: zlib zstd >gcc version 10.3.0 (Gentoo 10.3.0 p1) >configure:5388: $? = 0 >configure:5377: 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:5388: $? = 1 >configure:5377: 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:5388: $? = 1 >configure:5377: 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:5388: $? = 1 >configure:5408: checking whether the C compiler works >configure:5430: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:5434: $? = 0 >configure:5482: result: yes >configure:5485: checking for C compiler default output file name >configure:5487: result: a.out >configure:5493: checking for suffix of executables >configure:5500: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:5504: $? = 0 >configure:5526: result: >configure:5548: checking whether we are cross compiling >configure:5556: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:5560: $? = 0 >configure:5567: ./conftest >configure:5571: $? = 0 >configure:5586: result: no >configure:5591: checking for suffix of object files >configure:5613: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:5617: $? = 0 >configure:5638: result: o >configure:5642: checking whether we are using the GNU C compiler >configure:5661: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:5661: $? = 0 >configure:5670: result: yes >configure:5679: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:5699: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:5699: $? = 0 >configure:5740: result: yes >configure:5757: checking for x86_64-pc-linux-gnu-gcc option to enable C11 features >configure:5960: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:5960: $? = 0 >configure:5974: result: none needed >configure:6182: checking whether the compiler is clang >configure:6203: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6203: $? = 0 >configure:6211: result: no >configure:6215: checking for compiler option needed when checking for declarations >configure:6246: result: none >configure:6307: checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together >configure:6338: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 >configure:6342: $? = 0 >configure:6348: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 >configure:6352: $? = 0 >configure:6363: cc -c conftest.c >&5 >configure:6367: $? = 0 >configure:6375: cc -c conftest.c -o conftest2.o >&5 >configure:6379: $? = 0 >configure:6385: cc -c conftest.c -o conftest2.o >&5 >configure:6389: $? = 0 >configure:6407: result: yes >configure:6444: checking how to run the C preprocessor >configure:6475: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:6475: $? = 0 >configure:6489: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:12:10: fatal error: ac_nonexistent.h: No such file or directory > 12 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:6489: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:6514: result: x86_64-pc-linux-gnu-gcc -E >configure:6534: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:6534: $? = 0 >configure:6548: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:12:10: fatal error: ac_nonexistent.h: No such file or directory > 12 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:6548: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:6577: checking for grep that handles long lines and -e >configure:6635: result: /bin/grep >configure:6640: checking for egrep >configure:6702: result: /bin/grep -E >configure:6707: checking for ANSI C header files >configure:6727: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6727: $? = 0 >configure:6800: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6800: $? = 0 >configure:6800: ./conftest >configure:6800: $? = 0 >configure:6811: result: yes >configure:6824: checking for sys/types.h >configure:6824: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6824: $? = 0 >configure:6824: result: yes >configure:6824: checking for sys/stat.h >configure:6824: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6824: $? = 0 >configure:6824: result: yes >configure:6824: checking for stdlib.h >configure:6824: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6824: $? = 0 >configure:6824: result: yes >configure:6824: checking for string.h >configure:6824: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6824: $? = 0 >configure:6824: result: yes >configure:6824: checking for memory.h >configure:6824: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6824: $? = 0 >configure:6824: result: yes >configure:6824: checking for strings.h >configure:6824: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6824: $? = 0 >configure:6824: result: yes >configure:6824: checking for inttypes.h >configure:6824: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6824: $? = 0 >configure:6824: result: yes >configure:6824: checking for stdint.h >configure:6824: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6824: $? = 0 >configure:6824: result: yes >configure:6824: checking for unistd.h >configure:6824: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6824: $? = 0 >configure:6824: result: yes >configure:6842: checking for wchar.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for minix/config.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >conftest.c:57:10: fatal error: minix/config.h: No such file or directory > 57 | #include <minix/config.h> > | ^~~~~~~~~~~~~~~~ >compilation terminated. >configure:6842: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCHAR_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <minix/config.h> >configure:6842: result: no >configure:6842: checking for linux/fs.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for malloc.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for sys/systeminfo.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >conftest.c:59:10: fatal error: sys/systeminfo.h: No such file or directory > 59 | #include <sys/systeminfo.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:6842: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_LINUX_FS_H 1 >| #define HAVE_MALLOC_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <sys/systeminfo.h> >configure:6842: result: no >configure:6842: checking for sys/sysinfo.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for coff.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >conftest.c:60:10: fatal error: coff.h: No such file or directory > 60 | #include <coff.h> > | ^~~~~~~~ >compilation terminated. >configure:6842: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <coff.h> >configure:6842: result: no >configure:6842: checking for pty.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for sys/resource.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for sys/utsname.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for pwd.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for utmp.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for util.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >conftest.c:65:10: fatal error: util.h: No such file or directory > 65 | #include <util.h> > | ^~~~~~~~ >compilation terminated. >configure:6842: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <util.h> >configure:6842: result: no >configure:6842: checking for sanitizer/lsan_interface.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for sys/socket.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for stdlib.h >configure:6842: result: yes >configure:6842: checking for unistd.h >configure:6842: result: yes >configure:6842: checking for sys/param.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for pthread.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for malloc/malloc.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >conftest.c:71:10: fatal error: malloc/malloc.h: No such file or directory > 71 | #include <malloc/malloc.h> > | ^~~~~~~~~~~~~~~~~ >compilation terminated. >configure:6842: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_PTHREAD_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <malloc/malloc.h> >configure:6842: result: no >configure:6842: checking for sys/un.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for dirent.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for execinfo.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for stdio_ext.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for sys/vfs.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for sys/fs_types.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >conftest.c:76:10: fatal error: sys/fs_types.h: No such file or directory > 76 | #include <sys/fs_types.h> > | ^~~~~~~~~~~~~~~~ >compilation terminated. >configure:6842: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <sys/fs_types.h> >configure:6842: result: no >configure:6842: checking for getopt.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for sys/cdefs.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for sys/time.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for ieee754.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for limits.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for inttypes.h >configure:6842: result: yes >configure:6842: checking for sys/types.h >configure:6842: result: yes >configure:6842: checking for stdint.h >configure:6842: result: yes >configure:6842: checking for sys/select.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for sys/random.h >configure:6842: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6842: $? = 0 >configure:6842: result: yes >configure:6842: checking for sys/stat.h >configure:6842: result: yes >configure:6861: checking whether it is safe to define __EXTENSIONS__ >configure:6879: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6879: $? = 0 >configure:6886: result: yes >configure:6889: checking whether _XOPEN_SOURCE should be defined >configure:6909: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:6909: $? = 0 >configure:6934: result: no >configure:7002: checking for Minix Amsterdam compiler >configure:7026: result: no >configure:7043: checking for x86_64-pc-linux-gnu-ar >configure:7059: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:7070: result: x86_64-pc-linux-gnu-ar >configure:7145: checking for x86_64-pc-linux-gnu-ranlib >configure:7161: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:7172: result: x86_64-pc-linux-gnu-ranlib >configure:7274: checking for special C compiler options needed for large files >configure:7319: result: no >configure:7325: checking for _FILE_OFFSET_BITS value needed for large files >configure:7350: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:7350: $? = 0 >configure:7382: result: no >configure:7755: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:7755: $? = 0 >configure:7777: checking whether the compiler is clang >configure:7797: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >conftest.c:71:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before string constant > 71 | error "not clang"; > | ^~~~~~~~~~~ >configure:7797: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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 () >| { >| >| ; >| return 0; >| } >configure:7804: result: no >configure:7818: checking whether C compiler handles -Werror -Wunknown-warning-option >configure:7837: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Werror -Wunknown-warning-option -Wl,-O1 -Wl,--as-needed conftest.c >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-Wunknown-warning-option' >configure:7837: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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 () >| { >| >| ; >| return 0; >| } >configure:7847: result: no >configure:8100: checking whether -Wno-missing-field-initializers is supported >configure:8118: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g -Wextra -Werror -Wno-missing-field-initializers conftest.c >&5 >configure:8118: $? = 0 >configure:8127: result: yes >configure:8131: checking whether -Wno-missing-field-initializers is needed >configure:8155: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g -Wextra -Werror conftest.c >&5 >configure:8155: $? = 0 >configure:8164: result: no >configure:8168: checking whether -Wuninitialized is supported >configure:8186: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g -Werror -Wuninitialized conftest.c >&5 >configure:8186: $? = 0 >configure:8195: result: yes >configure:8335: checking whether C compiler handles -fno-common >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -fno-common -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wall >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wall -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Warith-conversion >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Warith-conversion -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wdate-time >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wdate-time -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wdisabled-optimization >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wdisabled-optimization -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wdouble-promotion >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wdouble-promotion -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wduplicated-cond >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wduplicated-cond -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wextra >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wextra -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wformat-signedness >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wformat-signedness -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Winit-self >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Winit-self -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Winvalid-pch >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Winvalid-pch -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wlogical-op >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wlogical-op -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wmissing-declarations >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wmissing-declarations -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wmissing-include-dirs >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wmissing-include-dirs -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wmissing-prototypes >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wmissing-prototypes -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wnested-externs >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wnested-externs -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wnull-dereference >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wnull-dereference -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wold-style-definition >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wold-style-definition -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c: In function 'main': >conftest.c:71:1: warning: old-style function definition [-Wold-style-definition] > 71 | main () > | ^~~~ >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wopenmp-simd >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wopenmp-simd -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wpacked >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wpacked -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wpointer-arith >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wpointer-arith -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wstrict-prototypes >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wstrict-prototypes -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:71:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] > 71 | main () > | ^~~~ >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wsuggest-attribute=format >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wsuggest-attribute=format -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wsuggest-attribute=noreturn >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wsuggest-attribute=noreturn -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wsuggest-final-methods >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wsuggest-final-methods -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wsuggest-final-types >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wsuggest-final-types -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wtrampolines >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wtrampolines -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wuninitialized >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wuninitialized -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wunknown-pragmas >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wunknown-pragmas -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wunused-macros >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wunused-macros -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:14: warning: macro "HAVE_STDLIB_H" is not used [-Wunused-macros] > 14 | #define HAVE_STDLIB_H 1 > | >conftest.c:20: warning: macro "HAVE_UNISTD_H" is not used [-Wunused-macros] > 20 | #define HAVE_UNISTD_H 1 > | >conftest.c:18: warning: macro "HAVE_INTTYPES_H" is not used [-Wunused-macros] > 18 | #define HAVE_INTTYPES_H 1 > | >conftest.c:12: warning: macro "HAVE_SYS_TYPES_H" is not used [-Wunused-macros] > 12 | #define HAVE_SYS_TYPES_H 1 > | >conftest.c:19: warning: macro "HAVE_STDINT_H" is not used [-Wunused-macros] > 19 | #define HAVE_STDINT_H 1 > | >conftest.c:13: warning: macro "HAVE_SYS_STAT_H" is not used [-Wunused-macros] > 13 | #define HAVE_SYS_STAT_H 1 > | >conftest.c:15: warning: macro "HAVE_STRING_H" is not used [-Wunused-macros] > 15 | #define HAVE_STRING_H 1 > | >conftest.c:67: warning: macro "__EXTENSIONS__" is not used [-Wunused-macros] > 67 | #define __EXTENSIONS__ 1 > | >conftest.c:63: warning: macro "__STDC_WANT_IEC_60559_TYPES_EXT__" is not used [-Wunused-macros] > 63 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 > | >conftest.c:53: warning: macro "_DARWIN_C_SOURCE" is not used [-Wunused-macros] > 53 | #define _DARWIN_C_SOURCE 1 > | >conftest.c:42: warning: macro "HAVE_SYS_CDEFS_H" is not used [-Wunused-macros] > 42 | #define HAVE_SYS_CDEFS_H 1 > | >conftest.c:25: warning: macro "HAVE_PTY_H" is not used [-Wunused-macros] > 25 | #define HAVE_PTY_H 1 > | >conftest.c:61: warning: macro "__STDC_WANT_IEC_60559_DFP_EXT__" is not used [-Wunused-macros] > 61 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 > | >conftest.c:5: warning: macro "PACKAGE_STRING" is not used [-Wunused-macros] > 5 | #define PACKAGE_STRING "GNU Emacs 28.0.50" > | >conftest.c:48: warning: macro "HAVE_STDINT_H" is not used [-Wunused-macros] > 48 | #define HAVE_STDINT_H 1 > | >conftest.c:37: warning: macro "HAVE_DIRENT_H" is not used [-Wunused-macros] > 37 | #define HAVE_DIRENT_H 1 > | >conftest.c:46: warning: macro "HAVE_INTTYPES_H" is not used [-Wunused-macros] > 46 | #define HAVE_INTTYPES_H 1 > | >conftest.c:3: warning: macro "PACKAGE_TARNAME" is not used [-Wunused-macros] > 3 | #define PACKAGE_TARNAME "emacs" > | >conftest.c:23: warning: macro "HAVE_MALLOC_H" is not used [-Wunused-macros] > 23 | #define HAVE_MALLOC_H 1 > | >conftest.c:57: warning: macro "_OPENBSD_SOURCE" is not used [-Wunused-macros] > 57 | #define _OPENBSD_SOURCE 1 > | >conftest.c:32: warning: macro "HAVE_STDLIB_H" is not used [-Wunused-macros] > 32 | #define HAVE_STDLIB_H 1 > | >conftest.c:40: warning: macro "HAVE_SYS_VFS_H" is not used [-Wunused-macros] > 40 | #define HAVE_SYS_VFS_H 1 > | >conftest.c:47: warning: macro "HAVE_SYS_TYPES_H" is not used [-Wunused-macros] > 47 | #define HAVE_SYS_TYPES_H 1 > | >conftest.c:31: warning: macro "HAVE_SYS_SOCKET_H" is not used [-Wunused-macros] > 31 | #define HAVE_SYS_SOCKET_H 1 > | >conftest.c:28: warning: macro "HAVE_PWD_H" is not used [-Wunused-macros] > 28 | #define HAVE_PWD_H 1 > | >conftest.c:6: warning: macro "PACKAGE_BUGREPORT" is not used [-Wunused-macros] > 6 | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" > | >conftest.c:27: warning: macro "HAVE_SYS_UTSNAME_H" is not used [-Wunused-macros] > 27 | #define HAVE_SYS_UTSNAME_H 1 > | >conftest.c:33: warning: macro "HAVE_UNISTD_H" is not used [-Wunused-macros] > 33 | #define HAVE_UNISTD_H 1 > | >conftest.c:66: warning: macro "_TANDEM_SOURCE" is not used [-Wunused-macros] > 66 | #define _TANDEM_SOURCE 1 > | >conftest.c:58: warning: macro "_POSIX_PTHREAD_SEMANTICS" is not used [-Wunused-macros] > 58 | #define _POSIX_PTHREAD_SEMANTICS 1 > | >conftest.c:64: warning: macro "__STDC_WANT_LIB_EXT2__" is not used [-Wunused-macros] > 64 | #define __STDC_WANT_LIB_EXT2__ 1 > | >conftest.c:24: warning: macro "HAVE_SYS_SYSINFO_H" is not used [-Wunused-macros] > 24 | #define HAVE_SYS_SYSINFO_H 1 > | >conftest.c:26: warning: macro "HAVE_SYS_RESOURCE_H" is not used [-Wunused-macros] > 26 | #define HAVE_SYS_RESOURCE_H 1 > | >conftest.c:8: warning: macro "KERBEROS" is not used [-Wunused-macros] > 8 | #define KERBEROS 1 > | >conftest.c:38: warning: macro "HAVE_EXECINFO_H" is not used [-Wunused-macros] > 38 | #define HAVE_EXECINFO_H 1 > | >conftest.c:59: warning: macro "__STDC_WANT_IEC_60559_ATTRIBS_EXT__" is not used [-Wunused-macros] > 59 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 > | >conftest.c:17: warning: macro "HAVE_STRINGS_H" is not used [-Wunused-macros] > 17 | #define HAVE_STRINGS_H 1 > | >conftest.c:62: warning: macro "__STDC_WANT_IEC_60559_FUNCS_EXT__" is not used [-Wunused-macros] > 62 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 > | >conftest.c:51: warning: macro "HAVE_SYS_STAT_H" is not used [-Wunused-macros] > 51 | #define HAVE_SYS_STAT_H 1 > | >conftest.c:11: warning: macro "STDC_HEADERS" is not used [-Wunused-macros] > 11 | #define STDC_HEADERS 1 > | >conftest.c:36: warning: macro "HAVE_SYS_UN_H" is not used [-Wunused-macros] > 36 | #define HAVE_SYS_UN_H 1 > | >conftest.c:16: warning: macro "HAVE_MEMORY_H" is not used [-Wunused-macros] > 16 | #define HAVE_MEMORY_H 1 > | >conftest.c:4: warning: macro "PACKAGE_VERSION" is not used [-Wunused-macros] > 4 | #define PACKAGE_VERSION "28.0.50" > | >conftest.c:2: warning: macro "PACKAGE_NAME" is not used [-Wunused-macros] > 2 | #define PACKAGE_NAME "GNU Emacs" > | >conftest.c:65: warning: macro "__STDC_WANT_MATH_SPEC_FUNCS__" is not used [-Wunused-macros] > 65 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 > | >conftest.c:43: warning: macro "HAVE_SYS_TIME_H" is not used [-Wunused-macros] > 43 | #define HAVE_SYS_TIME_H 1 > | >conftest.c:60: warning: macro "__STDC_WANT_IEC_60559_BFP_EXT__" is not used [-Wunused-macros] > 60 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 > | >conftest.c:55: warning: macro "_HPUX_ALT_XOPEN_SOCKET_API" is not used [-Wunused-macros] > 55 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 > | >conftest.c:35: warning: macro "HAVE_PTHREAD_H" is not used [-Wunused-macros] > 35 | #define HAVE_PTHREAD_H 1 > | >conftest.c:29: warning: macro "HAVE_UTMP_H" is not used [-Wunused-macros] > 29 | #define HAVE_UTMP_H 1 > | >conftest.c:9: warning: macro "KERBEROS5" is not used [-Wunused-macros] > 9 | #define KERBEROS5 1 > | >conftest.c:34: warning: macro "HAVE_SYS_PARAM_H" is not used [-Wunused-macros] > 34 | #define HAVE_SYS_PARAM_H 1 > | >conftest.c:44: warning: macro "HAVE_IEEE754_H" is not used [-Wunused-macros] > 44 | #define HAVE_IEEE754_H 1 > | >conftest.c:10: warning: macro "HAVE_PDUMPER" is not used [-Wunused-macros] > 10 | #define HAVE_PDUMPER 1 > | >conftest.c:22: warning: macro "HAVE_LINUX_FS_H" is not used [-Wunused-macros] > 22 | #define HAVE_LINUX_FS_H 1 > | >conftest.c:39: warning: macro "HAVE_STDIO_EXT_H" is not used [-Wunused-macros] > 39 | #define HAVE_STDIO_EXT_H 1 > | >conftest.c:45: warning: macro "HAVE_LIMITS_H" is not used [-Wunused-macros] > 45 | #define HAVE_LIMITS_H 1 > | >conftest.c:50: warning: macro "HAVE_SYS_RANDOM_H" is not used [-Wunused-macros] > 50 | #define HAVE_SYS_RANDOM_H 1 > | >conftest.c:30: warning: macro "HAVE_SANITIZER_LSAN_INTERFACE_H" is not used [-Wunused-macros] > 30 | #define HAVE_SANITIZER_LSAN_INTERFACE_H 1 > | >conftest.c:41: warning: macro "HAVE_GETOPT_H" is not used [-Wunused-macros] > 41 | #define HAVE_GETOPT_H 1 > | >conftest.c:56: warning: macro "_NETBSD_SOURCE" is not used [-Wunused-macros] > 56 | #define _NETBSD_SOURCE 1 > | >conftest.c:7: warning: macro "PACKAGE_URL" is not used [-Wunused-macros] > 7 | #define PACKAGE_URL "https://www.gnu.org/software/emacs/" > | >conftest.c:52: warning: macro "_ALL_SOURCE" is not used [-Wunused-macros] > 52 | #define _ALL_SOURCE 1 > | >conftest.c:54: warning: macro "_GNU_SOURCE" is not used [-Wunused-macros] > 54 | #define _GNU_SOURCE 1 > | >conftest.c:21: warning: macro "HAVE_WCHAR_H" is not used [-Wunused-macros] > 21 | #define HAVE_WCHAR_H 1 > | >conftest.c:49: warning: macro "HAVE_SYS_SELECT_H" is not used [-Wunused-macros] > 49 | #define HAVE_SYS_SELECT_H 1 > | >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wvariadic-macros >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wvariadic-macros -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wvector-operation-performance >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wvector-operation-performance -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wwrite-strings >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wwrite-strings -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Warray-bounds=2 >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Warray-bounds=2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wattribute-alias=2 >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wattribute-alias=2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wformat=2 >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wformat=2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wformat-truncation=2 >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wformat-truncation=2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wimplicit-fallthrough=5 >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wimplicit-fallthrough=5 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wshift-overflow=2 >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wshift-overflow=2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8335: checking whether C compiler handles -Wvla-larger-than=4031 >configure:8354: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wvla-larger-than=4031 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8354: $? = 0 >configure:8365: result: yes >configure:8375: checking whether C compiler handles -Wredundant-decls >configure:8394: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wredundant-decls -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8394: $? = 0 >configure:8404: result: yes >configure:8413: checking whether C compiler handles -Wno-missing-field-initializers >configure:8432: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wmissing-field-initializers -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8432: $? = 0 >configure:8442: result: yes >configure:8451: checking whether C compiler handles -Wno-override-init >configure:8470: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Woverride-init -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8470: $? = 0 >configure:8480: result: yes >configure:8489: checking whether C compiler handles -Wno-sign-compare >configure:8508: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wsign-compare -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8508: $? = 0 >configure:8518: result: yes >configure:8527: checking whether C compiler handles -Wno-type-limits >configure:8546: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wtype-limits -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8546: $? = 0 >configure:8556: result: yes >configure:8565: checking whether C compiler handles -Wno-unused-parameter >configure:8584: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wunused-parameter -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8584: $? = 0 >configure:8594: result: yes >configure:8603: checking whether C compiler handles -Wno-format-nonliteral >configure:8622: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wformat-nonliteral -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8622: $? = 0 >configure:8632: result: yes >configure:9054: checking for a BSD-compatible install >configure:9122: result: /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c >configure:9136: checking command to symlink files in the same directory >configure:9157: result: ln -s >configure:9171: checking for install-info >configure:9189: found /usr/bin/install-info >configure:9202: result: /usr/bin/install-info >configure:9212: checking for gzip >configure:9230: found /bin/gzip >configure:9242: result: /bin/gzip >configure:9258: checking for 'find' args to delete a file >configure:9269: result: -delete >configure:9389: checking for brew >configure:9419: result: no >configure:9527: checking for -znocombreloc >configure:9558: result: not needed >configure:9567: checking whether addresses are sanitized >configure:9590: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >conftest.c:75:11: error: expected '=', ',', ';', 'asm' or '__attribute__' before string constant > 75 | error "Addresses are not sanitized."; > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >configure:9590: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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 () >| { >| >| ; >| return 0; >| } >configure:9597: result: no >configure:9761: checking for library containing sqrt >configure:9792: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:77:6: warning: conflicting types for built-in function 'sqrt'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] > 77 | char sqrt (); > | ^~~~ >conftest.c:1:1: note: 'sqrt' is declared in header '<math.h>' > 1 | /* confdefs.h */ >/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /tmp/portage/app-editors/emacs-28.0.9999/temp/ccz3Spmk.o: in function `main': >/tmp/portage/app-editors/emacs-28.0.9999/work/emacs/conftest.c:81: undefined reference to `sqrt' >collect2: error: ld returned 1 exit status >configure:9792: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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. */ >| >| /* 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 sqrt (); >| int >| main () >| { >| return sqrt (); >| ; >| return 0; >| } >configure:9792: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >conftest.c:77:6: warning: conflicting types for built-in function 'sqrt'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] > 77 | char sqrt (); > | ^~~~ >conftest.c:1:1: note: 'sqrt' is declared in header '<math.h>' > 1 | /* confdefs.h */ >configure:9792: $? = 0 >configure:9809: result: -lm >configure:9878: checking for x86_64-pc-linux-gnu-pkg-config >configure:9896: found /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:9908: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:9976: checking pkg-config is at least version 0.9.0 >configure:9979: result: yes >configure:9996: checking for machine/soundcard.h >configure:9996: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >conftest.c:78:10: fatal error: machine/soundcard.h: No such file or directory > 78 | #include <machine/soundcard.h> > | ^~~~~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:9996: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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:9996: result: no >configure:9996: checking for sys/soundcard.h >configure:9996: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:9996: $? = 0 >configure:9996: result: yes >configure:9996: checking for soundcard.h >configure:9996: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >conftest.c:79:10: fatal error: soundcard.h: No such file or directory > 79 | #include <soundcard.h> > | ^~~~~~~~~~~~~ >compilation terminated. >configure:9996: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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:9996: result: no >configure:9996: checking for mmsystem.h >configure:9996: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >conftest.c:79:10: fatal error: mmsystem.h: No such file or directory > 79 | #include <mmsystem.h> > | ^~~~~~~~~~~~ >compilation terminated. >configure:9996: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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:9996: result: no >configure:10069: checking for alsa >= 1.0.0 >configure:10076: $PKG_CONFIG --exists --print-errors "$ALSA_MODULES" >configure:10079: $? = 0 >configure:10093: $PKG_CONFIG --exists --print-errors "$ALSA_MODULES" >configure:10096: $? = 0 >configure:10134: result: yes >configure:10189: checking for ADDR_NO_RANDOMIZE >configure:10206: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:10206: $? = 0 >configure:10213: result: yes >configure:10225: checking if Linux sysinfo may be used >configure:10243: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:10243: $? = 0 >configure:10250: result: yes >configure:10268: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:10268: $? = 0 >configure:10288: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:10288: $? = 0 >configure:10294: checking for sys/wait.h that is POSIX.1 compatible >configure:10320: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:10320: $? = 0 >configure:10327: result: yes >configure:10341: checking for net/if.h >configure:10341: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:10341: $? = 0 >configure:10341: result: yes >configure:10357: checking for ifaddrs.h >configure:10357: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:10357: $? = 0 >configure:10357: result: yes >configure:10373: checking for net/if_dl.h >configure:10373: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >conftest.c:118:10: fatal error: net/if_dl.h: No such file or directory > 118 | #include <net/if_dl.h> > | ^~~~~~~~~~~~~ >compilation terminated. >configure:10373: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #if HAVE_SYS_SOCKET_H >| #include <sys/socket.h> >| #endif >| >| #include <net/if_dl.h> >configure:10373: result: no >configure:10388: checking for struct ifreq.ifr_flags >configure:10388: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:10388: $? = 0 >configure:10388: result: yes >configure:10404: checking for struct ifreq.ifr_hwaddr >configure:10404: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >conftest.c: In function 'main': >conftest.c:126:5: error: used struct type value where scalar is required > 126 | if (ac_aggr.ifr_hwaddr) > | ^~~~~~~ >configure:10404: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #if HAVE_SYS_SOCKET_H >| #include <sys/socket.h> >| #endif >| #if HAVE_NET_IF_H >| #include <net/if.h> >| #endif >| >| int >| main () >| { >| static struct ifreq ac_aggr; >| if (ac_aggr.ifr_hwaddr) >| return 0; >| ; >| return 0; >| } >configure:10404: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:10404: $? = 0 >configure:10404: result: yes >configure:10420: checking for struct ifreq.ifr_netmask >configure:10420: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >conftest.c: In function 'main': >conftest.c:127:5: error: used struct type value where scalar is required > 127 | if (ac_aggr.ifr_netmask) > | ^~~~~~~ >configure:10420: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #if HAVE_SYS_SOCKET_H >| #include <sys/socket.h> >| #endif >| #if HAVE_NET_IF_H >| #include <net/if.h> >| #endif >| >| int >| main () >| { >| static struct ifreq ac_aggr; >| if (ac_aggr.ifr_netmask) >| return 0; >| ; >| return 0; >| } >configure:10420: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:10420: $? = 0 >configure:10420: result: yes >configure:10436: checking for struct ifreq.ifr_broadaddr >configure:10436: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >conftest.c: In function 'main': >conftest.c:128:5: error: used struct type value where scalar is required > 128 | if (ac_aggr.ifr_broadaddr) > | ^~~~~~~ >configure:10436: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #if HAVE_SYS_SOCKET_H >| #include <sys/socket.h> >| #endif >| #if HAVE_NET_IF_H >| #include <net/if.h> >| #endif >| >| int >| main () >| { >| static struct ifreq ac_aggr; >| if (ac_aggr.ifr_broadaddr) >| return 0; >| ; >| return 0; >| } >configure:10436: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:10436: $? = 0 >configure:10436: result: yes >configure:10452: checking for struct ifreq.ifr_addr >configure:10452: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >conftest.c: In function 'main': >conftest.c:129:5: error: used struct type value where scalar is required > 129 | if (ac_aggr.ifr_addr) > | ^~~~~~~ >configure:10452: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #if HAVE_SYS_SOCKET_H >| #include <sys/socket.h> >| #endif >| #if HAVE_NET_IF_H >| #include <net/if.h> >| #endif >| >| int >| main () >| { >| static struct ifreq ac_aggr; >| if (ac_aggr.ifr_addr) >| return 0; >| ; >| return 0; >| } >configure:10452: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >configure:10452: $? = 0 >configure:10452: result: yes >configure:10468: checking for struct ifreq.ifr_addr.sa_len >configure:10468: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >conftest.c: In function 'main': >conftest.c:130:21: error: 'struct sockaddr' has no member named 'sa_len' > 130 | if (ac_aggr.ifr_addr.sa_len) > | ^ >configure:10468: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #if HAVE_SYS_SOCKET_H >| #include <sys/socket.h> >| #endif >| #if HAVE_NET_IF_H >| #include <net/if.h> >| #endif >| >| int >| main () >| { >| static struct ifreq ac_aggr; >| if (ac_aggr.ifr_addr.sa_len) >| return 0; >| ; >| return 0; >| } >configure:10468: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g conftest.c >&5 >conftest.c: In function 'main': >conftest.c:130:28: error: 'struct sockaddr' has no member named 'sa_len' > 130 | if (sizeof ac_aggr.ifr_addr.sa_len) > | ^ >configure:10468: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #if HAVE_SYS_SOCKET_H >| #include <sys/socket.h> >| #endif >| #if HAVE_NET_IF_H >| #include <net/if.h> >| #endif >| >| int >| main () >| { >| static struct ifreq ac_aggr; >| if (sizeof ac_aggr.ifr_addr.sa_len) >| return 0; >| ; >| return 0; >| } >configure:10468: result: no >configure:10491: checking whether gcc understands -MMD -MF >configure:10509: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g -MMD -MF deps.d -MP conftest.c >&5 >configure:10509: $? = 0 >configure:10519: result: yes >configure:10541: checking for X >configure:10680: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 >configure:10680: $? = 0 >configure:10730: result: libraries , headers >configure:11671: checking whether malloc is Doug Lea style >configure:11692: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c: In function 'main': >conftest.c:91:1: warning: implicit declaration of function 'malloc_set_state'; did you mean 'malloc_stats'? [-Wimplicit-function-declaration] > 91 | malloc_set_state (malloc_get_state ()); > | ^~~~~~~~~~~~~~~~ > | malloc_stats >conftest.c:91:19: warning: implicit declaration of function 'malloc_get_state'; did you mean 'malloc_stats'? [-Wimplicit-function-declaration] > 91 | malloc_set_state (malloc_get_state ()); > | ^~~~~~~~~~~~~~~~ > | malloc_stats >conftest.c:92:6: warning: '__after_morecore_hook' is deprecated [-Wdeprecated-declarations] > 92 | __after_morecore_hook = hook; > | ^~~~~~~~~~~~~~~~~~~~~ >In file included from conftest.c:86: >/usr/include/malloc.h:179:38: note: declared here > 179 | extern void (*__MALLOC_HOOK_VOLATILE __after_morecore_hook) (void) > | ^~~~~~~~~~~~~~~~~~~~~ >conftest.c:93:6: error: '__malloc_initialize_hook' undeclared (first use in this function) > 93 | __malloc_initialize_hook = hook; > | ^~~~~~~~~~~~~~~~~~~~~~~~ >conftest.c:93:6: note: each undeclared identifier is reported only once for each function it appears in >configure:11692: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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 () >| { >| malloc_set_state (malloc_get_state ()); >| __after_morecore_hook = hook; >| __malloc_initialize_hook = hook; >| ; >| return 0; >| } >configure:11699: result: no >configure:11712: checking for sbrk >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for __lsan_ignore_object >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /tmp/portage/app-editors/emacs-28.0.9999/temp/cc4GAjAL.o: in function `main': >/tmp/portage/app-editors/emacs-28.0.9999/work/emacs/conftest.c:121: undefined reference to `__lsan_ignore_object' >collect2: error: ld returned 1 exit status >configure:11712: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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 >| /* 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 (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef __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 (); >| /* 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 () >| { >| return __lsan_ignore_object (); >| ; >| return 0; >| } >configure:11712: result: no >configure:11712: checking for fchmod >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for canonicalize_file_name >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for faccessat >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for realpath >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for lstat >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for readlinkat >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for explicit_bzero >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for memset_s >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /tmp/portage/app-editors/emacs-28.0.9999/temp/ccvCKixy.o: in function `main': >/tmp/portage/app-editors/emacs-28.0.9999/work/emacs/conftest.c:128: undefined reference to `memset_s' >collect2: error: ld returned 1 exit status >configure:11712: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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_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 (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef 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 (); >| /* 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 () >| { >| return memset_s (); >| ; >| return 0; >| } >configure:11712: result: no >configure:11712: checking for fchmodat >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for lchmod >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for fcntl >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for fdopendir >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for fstatat >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for fsync >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for futimens >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for getrandom >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for gettimeofday >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for mkostemp >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for pipe2 >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for pselect >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for readlink >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for isblank >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:130:6: warning: conflicting types for built-in function 'isblank'; expected 'int(int)' [-Wbuiltin-declaration-mismatch] > 130 | char isblank (); > | ^~~~~~~ >conftest.c:118:1: note: 'isblank' is declared in header '<ctype.h>' > 117 | # include <limits.h> > 118 | #else >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for iswctype >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for strtoimax >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for symlink >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for localtime_r >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for timegm >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for utimensat >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for getdtablesize >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for futimes >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for futimesat >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11712: checking for lutimes >configure:11712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11712: $? = 0 >configure:11712: result: yes >configure:11847: checking for getpagesize >configure:11847: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:11847: $? = 0 >configure:11847: result: yes >configure:11856: checking for working mmap >configure:12003: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:12003: $? = 0 >configure:12003: ./conftest >configure:12003: $? = 0 >configure:12013: result: yes >configure:12031: checking for main in -lXbsd >configure:12050: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c -lXbsd >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lXbsd >collect2: error: ld returned 1 exit status >configure:12050: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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_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_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_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| /* end confdefs.h. */ >| >| >| int >| main () >| { >| return main (); >| ; >| return 0; >| } >configure:12059: result: no >configure:12071: checking for pthread library >configure:12107: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /tmp/portage/app-editors/emacs-28.0.9999/temp/ccux0fMC.o: in function `main': >/tmp/portage/app-editors/emacs-28.0.9999/work/emacs/conftest.c:130: undefined reference to `pthread_create' >/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /tmp/portage/app-editors/emacs-28.0.9999/work/emacs/conftest.c:132: undefined reference to `pthread_kill' >collect2: error: ld returned 1 exit status >configure:12107: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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_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_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_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| /* end confdefs.h. */ >| #include <pthread.h> >| #include <signal.h> >| sigset_t old_mask, new_mask; >| void noop (void) {} >| int >| main () >| { >| pthread_t th = pthread_self (); >| int status = 0; >| status += pthread_create (&th, 0, 0, 0); >| status += pthread_sigmask (SIG_BLOCK, &new_mask, &old_mask); >| status += pthread_kill (th, 0); >| #if ! (defined SYSTEM_MALLOC || defined HYBRID_MALLOC || defined DOUG_LEA_MALLOC) >| /* Test for pthread_atfork only if gmalloc uses it, >| as older-style hosts like MirBSD 10 lack it. */ >| status += pthread_atfork (noop, noop, noop); >| #endif >| return status; >| ; >| return 0; >| } >configure:12107: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5 >configure:12107: $? = 0 >configure:12118: result: -lpthread >configure:12145: checking for thread support >configure:12161: result: yes >configure:12408: checking for librsvg-2.0 >= 2.14.0 >configure:12415: $PKG_CONFIG --exists --print-errors "$RSVG_MODULE" >configure:12418: $? = 0 >configure:12432: $PKG_CONFIG --exists --print-errors "$RSVG_MODULE" >configure:12435: $? = 0 >configure:12473: result: yes >configure:12505: checking for MagickWand >= 7 >configure:12512: $PKG_CONFIG --exists --print-errors "MagickWand >= 7" >configure:12515: $? = 0 >configure:12529: $PKG_CONFIG --exists --print-errors "MagickWand >= 7" >configure:12532: $? = 0 >configure:12570: result: yes >configure:12741: checking for MagickRelinquishMemory >configure:12741: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -isystem /usr/include/ImageMagick-7 -Wl,-O1 -Wl,--as-needed conftest.c -lMagickWand-7.Q16 -lMagickCore-7.Q16 >&5 >configure:12741: $? = 0 >configure:12741: result: yes >configure:12741: checking for MagickExportImagePixels >configure:12741: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -isystem /usr/include/ImageMagick-7 -Wl,-O1 -Wl,--as-needed conftest.c -lMagickWand-7.Q16 -lMagickCore-7.Q16 >&5 >configure:12741: $? = 0 >configure:12741: result: yes >configure:12741: checking for MagickMergeImageLayers >configure:12741: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -isystem /usr/include/ImageMagick-7 -Wl,-O1 -Wl,--as-needed conftest.c -lMagickWand-7.Q16 -lMagickCore-7.Q16 >&5 >configure:12741: $? = 0 >configure:12741: result: yes >configure:12741: checking for MagickAutoOrientImage >configure:12741: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -isystem /usr/include/ImageMagick-7 -Wl,-O1 -Wl,--as-needed conftest.c -lMagickWand-7.Q16 -lMagickCore-7.Q16 >&5 >configure:12741: $? = 0 >configure:12741: result: yes >configure:12775: checking for getaddrinfo_a in -lanl >configure:12800: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -Wl,-O1 -Wl,--as-needed conftest.c -lanl >&5 >configure:12800: $? = 0 >configure:12809: result: yes >configure:12836: checking for gtk+-3.0 >= 3.10 glib-2.0 >= 2.37.5 >configure:12843: $PKG_CONFIG --exists --print-errors "$GTK_MODULES" >configure:12846: $? = 0 >configure:12860: $PKG_CONFIG --exists --print-errors "$GTK_MODULES" >configure:12863: $? = 0 >configure:12901: result: yes >configure:12950: checking for x86_64-pc-linux-gnu-pkg-config >configure:12980: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:13048: checking pkg-config is at least version 0.16 >configure:13051: result: yes >configure:13067: $PKG_CONFIG --exists --print-errors "gio-2.0" >configure:13070: $? = 0 >configure:13282: checking whether GTK compiles >configure:13312: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -pthread -isystem /usr/include/gtk-3.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 -isystem /usr/include/gtk-3.0 -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/cairo -isystem /usr/include/pango-1.0 -isystem /usr/include/harfbuzz -isystem /usr/include/pango-1.0 -isystem /usr/include/fribidi -isystem /usr/include/atk-1.0 -isystem /usr/include/cairo -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/lib64/libffi/include -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -Wl,-O1 -Wl,--as-needed conftest.c -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 >&5 >configure:13312: $? = 0 >configure:13320: result: yes >configure:13340: 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:13523: checking for dbus-1 >= 1.0 >configure:13530: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0" >configure:13533: $? = 0 >configure:13547: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0" >configure:13550: $? = 0 >configure:13588: result: yes >configure:13607: checking for dbus_watch_get_unix_fd >configure:13607: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -Wl,-O1 -Wl,--as-needed conftest.c -ldbus-1 >&5 >configure:13607: $? = 0 >configure:13607: result: yes >configure:13607: checking for dbus_type_is_valid >configure:13607: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -Wl,-O1 -Wl,--as-needed conftest.c -ldbus-1 >&5 >configure:13607: $? = 0 >configure:13607: result: yes >configure:13607: checking for dbus_validate_bus_name >configure:13607: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -Wl,-O1 -Wl,--as-needed conftest.c -ldbus-1 >&5 >configure:13607: $? = 0 >configure:13607: result: yes >configure:13607: checking for dbus_validate_path >configure:13607: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -Wl,-O1 -Wl,--as-needed conftest.c -ldbus-1 >&5 >configure:13607: $? = 0 >configure:13607: result: yes >configure:13607: checking for dbus_validate_interface >configure:13607: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -Wl,-O1 -Wl,--as-needed conftest.c -ldbus-1 >&5 >configure:13607: $? = 0 >configure:13607: result: yes >configure:13607: checking for dbus_validate_member >configure:13607: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -Wl,-O1 -Wl,--as-needed conftest.c -ldbus-1 >&5 >configure:13607: $? = 0 >configure:13607: result: yes >configure:13628: checking for gio-2.0 >= 2.26 >configure:13635: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.26" >configure:13638: $? = 0 >configure:13652: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.26" >configure:13655: $? = 0 >configure:13693: result: yes >configure:13703: checking whether GSettings is in gio >configure:13725: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/lib64/libffi/include -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -Wl,-O1 -Wl,--as-needed conftest.c -lgio-2.0 -lgobject-2.0 -lglib-2.0 >&5 >configure:13725: $? = 0 >configure:13733: result: yes >configure:13835: checking for gobject-2.0 >= 2.0 >configure:13842: $PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.0" >configure:13845: $? = 0 >configure:13859: $PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.0" >configure:13862: $? = 0 >configure:13900: result: yes >configure:13983: checking for gnutls >= 2.12.2 >configure:13990: $PKG_CONFIG --exists --print-errors "gnutls >= 2.12.2" >configure:13993: $? = 0 >configure:14007: $PKG_CONFIG --exists --print-errors "gnutls >= 2.12.2" >configure:14010: $? = 0 >configure:14048: result: yes >configure:14072: checking for libsystemd >= 222 >configure:14079: $PKG_CONFIG --exists --print-errors "libsystemd >= 222" >configure:14082: $? = 0 >configure:14096: $PKG_CONFIG --exists --print-errors "libsystemd >= 222" >configure:14099: $? = 0 >configure:14137: result: yes >configure:14158: checking for jansson >= 2.7 >configure:14165: $PKG_CONFIG --exists --print-errors "jansson >= 2.7" >configure:14168: $? = 0 >configure:14182: $PKG_CONFIG --exists --print-errors "jansson >= 2.7" >configure:14185: $? = 0 >configure:14223: result: yes >configure:14272: checking sys/inotify.h usability >configure:14272: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 conftest.c >&5 >configure:14272: $? = 0 >configure:14272: result: yes >configure:14272: checking sys/inotify.h presence >configure:14272: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:14272: $? = 0 >configure:14272: result: yes >configure:14272: checking for sys/inotify.h >configure:14272: result: yes >configure:14279: checking for inotify_init1 >configure:14279: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14279: $? = 0 >configure:14279: result: yes >configure:14988: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 conftest.c >&5 >configure:14988: $? = 0 >configure:15036: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 --pedantic-errors conftest.c >&5 >conftest.c: In function 'main': >conftest.c:170:72: error: passing argument 5 of 'XRegisterIMInstantiateCallback' from incompatible pointer type [-Wincompatible-pointer-types] > 170 | (void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback, > | ^~~~~~~~ > | | > | XIMProc {aka void (*)(struct _XIM *, char *, char *)} >In file included from conftest.c:153: >/usr/include/X11/Xlib.h:3946:5: note: expected 'XIDProc' {aka 'void (*)(Display *, char *, char *)'} but argument is of type 'XIMProc' {aka 'void (*)(struct _XIM *, char *, char *)'} > 3946 | XIDProc /* callback */, > | ^~~~~~~ >conftest.c:171:4: error: passing argument 6 of 'XRegisterIMInstantiateCallback' from incompatible pointer type [-Wincompatible-pointer-types] > 171 | client_data); > | ^~~~~~~~~~~ > | | > | char ** >In file included from conftest.c:153: >/usr/include/X11/Xlib.h:3947:5: note: expected 'XPointer' {aka 'char *'} but argument is of type 'char **' > 3947 | XPointer /* client_data */ > | ^~~~~~~~ >configure:15036: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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_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_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_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_PTHREAD 1 >| #define THREADS_ENABLED 1 >| #define HAVE_RSVG 1 >| #define HAVE_IMAGEMAGICK7 1 >| #define HAVE_MAGICKRELINQUISHMEMORY 1 >| #define HAVE_MAGICKEXPORTIMAGEPIXELS 1 >| #define HAVE_MAGICKMERGEIMAGELAYERS 1 >| #define HAVE_MAGICKAUTOORIENTIMAGE 1 >| #define HAVE_IMAGEMAGICK 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_PGTK 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_INOTIFY 1 >| #define USE_FILE_NOTIFY 1 >| #define USE_TOOLKIT_SCROLL_BARS 1 >| #define HAVE_XIM 1 >| #define USE_XIM 1 >| /* end confdefs.h. */ >| >| #include <X11/Xlib.h> >| #include <X11/Xresource.h> >| int >| main () >| { >| Display *display; >| XrmDatabase db; >| char *res_name; >| char *res_class; >| XIMProc callback; >| XPointer *client_data; >| #ifndef __GNUC__ >| /* If we're not using GCC, it's probably not XFree86, and this is >| probably right, but we can't use something like --pedantic-errors. */ >| extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*, >| char*, XIMProc, XPointer*); >| #endif >| (void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback, >| client_data); >| ; >| return 0; >| } >configure:15918: checking for fontconfig >= 2.2.0 >configure:15925: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.2.0" >configure:15928: $? = 0 >configure:15942: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.2.0" >configure:15945: $? = 0 >configure:15983: result: yes >configure:15990: checking for freetype2 >configure:15997: $PKG_CONFIG --exists --print-errors "freetype2" >configure:16000: $? = 0 >configure:16014: $PKG_CONFIG --exists --print-errors "freetype2" >configure:16017: $? = 0 >configure:16055: result: yes >configure:16070: checking for libotf >configure:16077: $PKG_CONFIG --exists --print-errors "libotf" >configure:16080: $? = 0 >configure:16094: $PKG_CONFIG --exists --print-errors "libotf" >configure:16097: $? = 0 >configure:16135: result: yes >configure:16144: checking for OTF_get_variation_glyphs in -lotf >configure:16169: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -Wl,-O1 -Wl,--as-needed conftest.c -lotf >&5 >configure:16169: $? = 0 >configure:16178: result: yes >configure:16215: checking for harfbuzz >= 0.9.42 >configure:16222: $PKG_CONFIG --exists --print-errors "harfbuzz >= $harfbuzz_required_ver" >configure:16225: $? = 0 >configure:16239: $PKG_CONFIG --exists --print-errors "harfbuzz >= $harfbuzz_required_ver" >configure:16242: $? = 0 >configure:16280: result: yes >configure:16318: checking for cairo >= 1.12.0 >configure:16325: $PKG_CONFIG --exists --print-errors "$CAIRO_MODULE" >configure:16328: $? = 0 >configure:16342: $PKG_CONFIG --exists --print-errors "$CAIRO_MODULE" >configure:16345: $? = 0 >configure:16383: result: yes >configure:16723: checking for jpeglib 6b or later >configure:16756: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -Wl,-O1 -Wl,--as-needed conftest.c -lcairo >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /tmp/portage/app-editors/emacs-28.0.9999/temp/cc67JVnp.o: in function `main': >/tmp/portage/app-editors/emacs-28.0.9999/work/emacs/conftest.c:169: undefined reference to `jpeg_CreateDecompress' >/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /tmp/portage/app-editors/emacs-28.0.9999/work/emacs/conftest.c:171: undefined reference to `jpeg_destroy_decompress' >collect2: error: ld returned 1 exit status >configure:16756: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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_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_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_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_PTHREAD 1 >| #define THREADS_ENABLED 1 >| #define HAVE_RSVG 1 >| #define HAVE_IMAGEMAGICK7 1 >| #define HAVE_MAGICKRELINQUISHMEMORY 1 >| #define HAVE_MAGICKEXPORTIMAGEPIXELS 1 >| #define HAVE_MAGICKMERGEIMAGELAYERS 1 >| #define HAVE_MAGICKAUTOORIENTIMAGE 1 >| #define HAVE_IMAGEMAGICK 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_PGTK 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_INOTIFY 1 >| #define USE_FILE_NOTIFY 1 >| #define USE_TOOLKIT_SCROLL_BARS 1 >| #define HAVE_XIM 1 >| #define USE_XIM 1 >| #define XRegisterIMInstantiateCallback_arg6 XPointer >| #define HAVE_FREETYPE 1 >| #define HAVE_LIBOTF 1 >| #define HAVE_OTF_GET_VARIATION_GLYPHS 1 >| #define HAVE_HARFBUZZ 1 >| #define USE_CAIRO 1 >| /* end confdefs.h. */ >| #undef HAVE_STDLIB_H /* Avoid config.h/jpeglib.h collision. */ >| #include <stdio.h> /* jpeglib.h needs FILE and size_t. */ >| #include <jpeglib.h> >| #include <jerror.h> >| char verify[JPEG_LIB_VERSION < 62 ? -1 : 1]; >| struct jpeg_decompress_struct cinfo; >| >| int >| main () >| { >| >| jpeg_create_decompress (&cinfo); >| WARNMS (&cinfo, JWRN_JPEG_EOF); >| jpeg_destroy_decompress (&cinfo); >| >| ; >| return 0; >| } >configure:16756: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -Wl,-O1 -Wl,--as-needed conftest.c -lcairo -ljpeg >&5 >configure:16756: $? = 0 >configure:16767: result: -ljpeg >configure:16790: checking for lcms2 >configure:16797: $PKG_CONFIG --exists --print-errors "lcms2" >configure:16800: $? = 0 >configure:16814: $PKG_CONFIG --exists --print-errors "lcms2" >configure:16817: $? = 0 >configure:16855: result: yes >configure:16877: checking for library containing inflateEnd >configure:16908: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -Wl,-O1 -Wl,--as-needed conftest.c -lcairo >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /tmp/portage/app-editors/emacs-28.0.9999/temp/ccn1D7G7.o: in function `main': >/tmp/portage/app-editors/emacs-28.0.9999/work/emacs/conftest.c:171: undefined reference to `inflateEnd' >collect2: error: ld returned 1 exit status >configure:16908: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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_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_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_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_PTHREAD 1 >| #define THREADS_ENABLED 1 >| #define HAVE_RSVG 1 >| #define HAVE_IMAGEMAGICK7 1 >| #define HAVE_MAGICKRELINQUISHMEMORY 1 >| #define HAVE_MAGICKEXPORTIMAGEPIXELS 1 >| #define HAVE_MAGICKMERGEIMAGELAYERS 1 >| #define HAVE_MAGICKAUTOORIENTIMAGE 1 >| #define HAVE_IMAGEMAGICK 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_PGTK 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_INOTIFY 1 >| #define USE_FILE_NOTIFY 1 >| #define USE_TOOLKIT_SCROLL_BARS 1 >| #define HAVE_XIM 1 >| #define USE_XIM 1 >| #define XRegisterIMInstantiateCallback_arg6 XPointer >| #define HAVE_FREETYPE 1 >| #define HAVE_LIBOTF 1 >| #define HAVE_OTF_GET_VARIATION_GLYPHS 1 >| #define HAVE_HARFBUZZ 1 >| #define USE_CAIRO 1 >| #define HAVE_JPEG 1 >| #define HAVE_LCMS2 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char inflateEnd (); >| int >| main () >| { >| return inflateEnd (); >| ; >| return 0; >| } >configure:16908: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -Wl,-O1 -Wl,--as-needed conftest.c -lz -lcairo >&5 >configure:16908: $? = 0 >configure:16925: result: -lz >configure:16990: checking for dladdr >configure:16990: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -Wl,-O1 -Wl,--as-needed conftest.c -lcairo -ldl >&5 >configure:16990: $? = 0 >configure:16990: result: yes >configure:16990: checking for dlfunc >configure:16990: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -Wl,-O1 -Wl,--as-needed conftest.c -lcairo -ldl >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /tmp/portage/app-editors/emacs-28.0.9999/temp/cckKyeCC.o: in function `main': >/tmp/portage/app-editors/emacs-28.0.9999/work/emacs/conftest.c:196: undefined reference to `dlfunc' >collect2: error: ld returned 1 exit status >configure:16990: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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_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_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_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_PTHREAD 1 >| #define THREADS_ENABLED 1 >| #define HAVE_RSVG 1 >| #define HAVE_IMAGEMAGICK7 1 >| #define HAVE_MAGICKRELINQUISHMEMORY 1 >| #define HAVE_MAGICKEXPORTIMAGEPIXELS 1 >| #define HAVE_MAGICKMERGEIMAGELAYERS 1 >| #define HAVE_MAGICKAUTOORIENTIMAGE 1 >| #define HAVE_IMAGEMAGICK 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_PGTK 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_INOTIFY 1 >| #define USE_FILE_NOTIFY 1 >| #define USE_TOOLKIT_SCROLL_BARS 1 >| #define HAVE_XIM 1 >| #define USE_XIM 1 >| #define XRegisterIMInstantiateCallback_arg6 XPointer >| #define HAVE_FREETYPE 1 >| #define HAVE_LIBOTF 1 >| #define HAVE_OTF_GET_VARIATION_GLYPHS 1 >| #define HAVE_HARFBUZZ 1 >| #define USE_CAIRO 1 >| #define HAVE_JPEG 1 >| #define HAVE_LCMS2 1 >| #define HAVE_ZLIB 1 >| #define HAVE_DLADDR 1 >| /* end confdefs.h. */ >| /* Define dlfunc to an innocuous variant, in case <limits.h> declares dlfunc. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define dlfunc innocuous_dlfunc >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char dlfunc (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef dlfunc >| >| /* 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 dlfunc (); >| /* 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_dlfunc || defined __stub___dlfunc >| choke me >| #endif >| >| int >| main () >| { >| return dlfunc (); >| ; >| return 0; >| } >configure:16990: result: no >configure:17073: checking for gcc_jit_context_acquire in -lgccjit >configure:17098: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -Wl,-O1 -Wl,--as-needed conftest.c -lgccjit -lcairo >&5 >configure:17098: $? = 0 >configure:17107: result: yes >configure:17126: checking libgccjit.h usability >configure:17126: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 conftest.c >&5 >configure:17126: $? = 0 >configure:17126: result: yes >configure:17126: checking libgccjit.h presence >configure:17126: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:17126: $? = 0 >configure:17126: result: yes >configure:17126: checking for libgccjit.h >configure:17126: result: yes >configure:17192: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -Wl,-O1 -Wl,--as-needed conftest.c -lgccjit >&5 >configure:17192: $? = 0 >configure:17192: ./conftest >ld: cannot find crtbeginS.o: No such file or directory >ld: cannot find -lgcc >ld: cannot find -lgcc_s >libgccjit.so: error: error invoking gcc driver >configure:17192: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU Emacs" >| #define PACKAGE_TARNAME "emacs" >| #define PACKAGE_VERSION "28.0.50" >| #define PACKAGE_STRING "GNU Emacs 28.0.50" >| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >| #define PACKAGE_URL "https://www.gnu.org/software/emacs/" >| #define KERBEROS 1 >| #define KERBEROS5 1 >| #define HAVE_PDUMPER 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define 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_STDLIB_H 1 >| #define HAVE_UNISTD_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_INTTYPES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_RANDOM_H 1 >| #define HAVE_SYS_STAT_H 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_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_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_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_PTHREAD 1 >| #define THREADS_ENABLED 1 >| #define HAVE_RSVG 1 >| #define HAVE_IMAGEMAGICK7 1 >| #define HAVE_MAGICKRELINQUISHMEMORY 1 >| #define HAVE_MAGICKEXPORTIMAGEPIXELS 1 >| #define HAVE_MAGICKMERGEIMAGELAYERS 1 >| #define HAVE_MAGICKAUTOORIENTIMAGE 1 >| #define HAVE_IMAGEMAGICK 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_PGTK 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_INOTIFY 1 >| #define USE_FILE_NOTIFY 1 >| #define USE_TOOLKIT_SCROLL_BARS 1 >| #define HAVE_XIM 1 >| #define USE_XIM 1 >| #define XRegisterIMInstantiateCallback_arg6 XPointer >| #define HAVE_FREETYPE 1 >| #define HAVE_LIBOTF 1 >| #define HAVE_OTF_GET_VARIATION_GLYPHS 1 >| #define HAVE_HARFBUZZ 1 >| #define USE_CAIRO 1 >| #define HAVE_JPEG 1 >| #define HAVE_LCMS2 1 >| #define HAVE_ZLIB 1 >| #define HAVE_DLADDR 1 >| #define HAVE_MODULES 1 >| #define MODULES_SUFFIX ".so" >| #define HAVE_LIBGCCJIT 1 >| #define HAVE_LIBGCCJIT_H 1 >| /* end confdefs.h. */ >| >| #include <libgccjit.h> >| #include <stdlib.h> >| #include <stdio.h> >| int >| main (int argc, char **argv) >| { >| gcc_jit_context *ctxt; >| gcc_jit_result *result; >| ctxt = gcc_jit_context_acquire (); >| if (!ctxt) >| exit (1); >| gcc_jit_type *int_type = >| gcc_jit_context_get_type (ctxt, GCC_JIT_TYPE_INT); >| gcc_jit_function *func = >| gcc_jit_context_new_function (ctxt, NULL, >| GCC_JIT_FUNCTION_EXPORTED, >| int_type, "foo", 0, NULL, 0); >| gcc_jit_block *block = gcc_jit_function_new_block (func, "foo"); >| gcc_jit_block_end_with_return ( >| block, >| NULL, >| gcc_jit_context_new_rvalue_from_int (ctxt, int_type, 1)); >| result = gcc_jit_context_compile (ctxt); >| if (!result) >| exit (1); >| typedef int (*fn_type) (void); >| fn_type foo = >| (fn_type)gcc_jit_result_get_code (result, "foo"); >| if (!foo) >| exit (1); >| if (foo () != 1) >| exit (1); >| gcc_jit_context_release (ctxt); >| gcc_jit_result_release (result); >| return 0; >| } >configure:17196: error: The installed libgccjit failed to compile and run a test program using >the libgccjit library; see config.log for the details of the failure. >The test program can be found here: ><https://gcc.gnu.org/onlinedocs/jit/intro/tutorial01.html>. >You can try compiling it yourself to investigate the issues. >Please report the issue to your distribution if libgccjit was installed >through that. >You can find the instructions on how to compile and install libgccjit from >source on this site: ><https://gcc.gnu.org/wiki/JIT>. > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >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_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-O2 -pipe -march=native -g' >ac_cv_env_CPPFLAGS_set=set >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_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_GLIB_COMPILE_SCHEMAS_set= >ac_cv_env_GLIB_COMPILE_SCHEMAS_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' >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_WEBKIT_CFLAGS_set= >ac_cv_env_WEBKIT_CFLAGS_value= >ac_cv_env_WEBKIT_LIBS_set= >ac_cv_env_WEBKIT_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_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_MagickAutoOrientImage=yes >ac_cv_func_MagickExportImagePixels=yes >ac_cv_func_MagickMergeImageLayers=yes >ac_cv_func_MagickRelinquishMemory=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_dladdr=yes >ac_cv_func_dlfunc=no >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_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_inotify_init1=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_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_utimensat=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_libgccjit_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_memory_h=yes >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_stdc=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdio_ext_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_cdefs_h=yes >ac_cv_header_sys_fs_types_h=no >ac_cv_header_sys_inotify_h=yes >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_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_lib_gccjit_gcc_jit_context_acquire=yes >ac_cv_lib_otf_OTF_get_variation_glyphs=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='/bin/grep -E' >ac_cv_path_GREP=/bin/grep >ac_cv_path_GZIP_PROG=/bin/gzip >ac_cv_path_INSTALL_INFO=/usr/bin/install-info >ac_cv_path_MAKE=make >ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config >ac_cv_path_install='/usr/lib/portage/python3.9/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_search_inflateEnd=-lz >ac_cv_search_sqrt=-lm >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_clang=no >emacs_cv_find_delete=-delete >emacs_cv_gsettings_in_gio=yes >emacs_cv_gtk_compiles=yes >emacs_cv_jpeglib=-ljpeg >emacs_cv_linux_sysinfo=yes >emacs_cv_ln_s_fileonly='ln -s' >emacs_cv_personality_addr_no_randomize=yes >emacs_cv_pthread_lib=-lpthread >emacs_cv_sanitize_address=no >emacs_cv_var_doug_lea_malloc=no >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=none >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_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__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_CAIRO_CFLAGS='-I/usr/include/cairo -I/usr/lib64/libffi/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng16' >pkg_cv_CAIRO_LIBS=-lcairo >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_FONTCONFIG_CFLAGS='-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include' >pkg_cv_FONTCONFIG_LIBS='-lfontconfig -lfreetype' >pkg_cv_FREETYPE_CFLAGS='-I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include' >pkg_cv_FREETYPE_LIBS=-lfreetype >pkg_cv_GLIB_COMPILE_SCHEMAS=/usr/bin/glib-compile-schemas >pkg_cv_GOBJECT_CFLAGS='-I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include' >pkg_cv_GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0' >pkg_cv_GSETTINGS_CFLAGS='-pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include' >pkg_cv_GSETTINGS_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0' >pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-3.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 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib64/libffi/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include' >pkg_cv_GTK_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0' >pkg_cv_HARFBUZZ_CFLAGS='-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include' >pkg_cv_HARFBUZZ_LIBS=-lharfbuzz >pkg_cv_IMAGEMAGICK_CFLAGS='-fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ImageMagick-7' >pkg_cv_IMAGEMAGICK_LIBS='-lMagickWand-7.Q16 -lMagickCore-7.Q16' >pkg_cv_JSON_CFLAGS= >pkg_cv_JSON_LIBS=-ljansson >pkg_cv_LCMS2_CFLAGS= >pkg_cv_LCMS2_LIBS=-llcms2 >pkg_cv_LIBGNUTLS_CFLAGS=-I/usr/include/p11-kit-1 >pkg_cv_LIBGNUTLS_LIBS=-lgnutls >pkg_cv_LIBOTF_CFLAGS='-I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include' >pkg_cv_LIBOTF_LIBS='-lotf -lfreetype' >pkg_cv_LIBSYSTEMD_CFLAGS= >pkg_cv_LIBSYSTEMD_LIBS=-lsystemd >pkg_cv_RSVG_CFLAGS='-pthread -I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/cairo -I/usr/lib64/libffi/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng16' >pkg_cv_RSVG_LIBS='-lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > > > > > > > > > > > $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \ > test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \ > test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \ > $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p $(@D) && touch $@ > $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead "<schemalist>" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " <value nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail " </@type@>" --ftail "</schemalist>" $^ > $@.tmp && mv $@.tmp $@ > @$(NORMAL_INSTALL) > @$(NORMAL_UNINSTALL) > @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \ > cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files > echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \ > fi > files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \ > if test -n "$^"; then \ > rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) > test -n "$$files" || exit 0; \ > test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir) >$(gsettings__enum_file): $(gsettings_ENUM_FILES) >%.gschema.valid: %.gschema.xml $(gsettings__enum_file) >.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas >.SECONDARY: $(gsettings_SCHEMAS) >ALLOCA='' >ALLOCA_H='' >ALSA_CFLAGS='' >ALSA_LIBS='-lasound' >AM_DEFAULT_VERBOSITY='1' >APPLE_UNIVERSAL_BUILD='' >AR='x86_64-pc-linux-gnu-ar' >ARFLAGS='cr' >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='-isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16' >CAIRO_LIBS='-lcairo' >CC='x86_64-pc-linux-gnu-gcc' >CFLAGS='-O2 -pipe -march=native -g -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16' >CFLAGS_SOUND=' ' >CHECK_STRUCTS='false' >CLIENTRES='' >CLIENTW='' >CM_OBJ='cm.o' >COM_ERRLIB='' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS=' ' >CRYPTOLIB='' >CYGWIN_OBJ='' >C_SWITCH_MACHINE='' >C_SWITCH_SYSTEM='' >C_SWITCH_X_SITE=' -pthread -isystem /usr/include/gtk-3.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 -isystem /usr/include/gtk-3.0 -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/cairo -isystem /usr/include/pango-1.0 -isystem /usr/include/harfbuzz -isystem /usr/include/pango-1.0 -isystem /usr/include/fribidi -isystem /usr/include/atk-1.0 -isystem /usr/include/cairo -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/lib64/libffi/include -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.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' >DYNLIB_OBJ='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/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='-isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include' >FONTCONFIG_LIBS='-lfontconfig -lfreetype' >FONT_OBJ='' >FREETYPE_CFLAGS='-isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include' >FREETYPE_LIBS='-lfreetype' >GCONF_CFLAGS='' >GCONF_LIBS='' >GETADDRINFO_A_LIBS='-lanl' >GETLOADAVG_LIBS='' >GETOPT_CDEFS_H='' >GETOPT_H='' >GFILENOTIFY_CFLAGS='' >GFILENOTIFY_LIBS='' >GLIB_COMPILE_SCHEMAS='/usr/bin/glib-compile-schemas' >GL_COND_LIBTOOL='' >GL_GENERATE_ALLOCA_H='' >GL_GENERATE_BYTESWAP_H='' >GL_GENERATE_ERRNO_H='' >GL_GENERATE_EXECINFO_H='' >GL_GENERATE_GMP_GMP_H='' >GL_GENERATE_IEEE754_H='' >GL_GENERATE_LIMITS_H='' >GL_GENERATE_MINI_GMP_H='' >GL_GENERATE_STDALIGN_H='' >GL_GENERATE_STDDEF_H='' >GL_GENERATE_STDINT_H='' >GMALLOC_OBJ='' >GMP_H='' >GNULIB_ACCESS='' >GNULIB_ALIGNED_ALLOC='' >GNULIB_ALPHASORT='' >GNULIB_ATOLL='' >GNULIB_CALLOC_POSIX='' >GNULIB_CANONICALIZE_FILE_NAME='' >GNULIB_CHDIR='' >GNULIB_CHOWN='' >GNULIB_CLOSE='' >GNULIB_CLOSEDIR='' >GNULIB_COPY_FILE_RANGE='' >GNULIB_CREAT='' >GNULIB_CTIME='' >GNULIB_DIRFD='' >GNULIB_DPRINTF='' >GNULIB_DUP2='' >GNULIB_DUP3='' >GNULIB_DUP='' >GNULIB_ENVIRON='' >GNULIB_EUIDACCESS='' >GNULIB_EXECL='' >GNULIB_EXECLE='' >GNULIB_EXECLP='' >GNULIB_EXECV='' >GNULIB_EXECVE='' >GNULIB_EXECVP='' >GNULIB_EXECVPE='' >GNULIB_EXPLICIT_BZERO='' >GNULIB_FACCESSAT='' >GNULIB_FCHDIR='' >GNULIB_FCHMODAT='' >GNULIB_FCHOWNAT='' >GNULIB_FCLOSE='' >GNULIB_FCNTL='' >GNULIB_FDATASYNC='' >GNULIB_FDOPEN='' >GNULIB_FDOPENDIR='' >GNULIB_FFLUSH='' >GNULIB_FFSL='' >GNULIB_FFSLL='' >GNULIB_FGETC='' >GNULIB_FGETS='' >GNULIB_FOPEN='' >GNULIB_FPRINTF='' >GNULIB_FPRINTF_POSIX='' >GNULIB_FPURGE='' >GNULIB_FPUTC='' >GNULIB_FPUTS='' >GNULIB_FREAD='' >GNULIB_FREE_POSIX='' >GNULIB_FREOPEN='' >GNULIB_FSCANF='' >GNULIB_FSEEK='' >GNULIB_FSEEKO='' >GNULIB_FSTAT='' >GNULIB_FSTATAT='' >GNULIB_FSYNC='' >GNULIB_FTELL='' >GNULIB_FTELLO='' >GNULIB_FTRUNCATE='' >GNULIB_FUTIMENS='' >GNULIB_FWRITE='' >GNULIB_GETC='' >GNULIB_GETCHAR='' >GNULIB_GETCWD='' >GNULIB_GETDELIM='' >GNULIB_GETDOMAINNAME='' >GNULIB_GETDTABLESIZE='' >GNULIB_GETENTROPY='' >GNULIB_GETGROUPS='' >GNULIB_GETHOSTNAME='' >GNULIB_GETLINE='' >GNULIB_GETLOADAVG='' >GNULIB_GETLOGIN='' >GNULIB_GETLOGIN_R='' >GNULIB_GETOPT_POSIX='' >GNULIB_GETPAGESIZE='' >GNULIB_GETPASS='' >GNULIB_GETRANDOM='' >GNULIB_GETSUBOPT='' >GNULIB_GETTIMEOFDAY='' >GNULIB_GETUMASK='' >GNULIB_GETUSERSHELL='' >GNULIB_GL_UNISTD_H_GETOPT='' >GNULIB_GRANTPT='' >GNULIB_GROUP_MEMBER='' >GNULIB_IMAXABS='' >GNULIB_IMAXDIV='' >GNULIB_ISATTY='' >GNULIB_LCHMOD='' >GNULIB_LCHOWN='' >GNULIB_LINK='' >GNULIB_LINKAT='' >GNULIB_LOCALTIME='' >GNULIB_LSEEK='' >GNULIB_LSTAT='' >GNULIB_MALLOC_POSIX='' >GNULIB_MBSCASECMP='' >GNULIB_MBSCASESTR='' >GNULIB_MBSCHR='' >GNULIB_MBSCSPN='' >GNULIB_MBSLEN='' >GNULIB_MBSNCASECMP='' >GNULIB_MBSNLEN='' >GNULIB_MBSPBRK='' >GNULIB_MBSPCASECMP='' >GNULIB_MBSRCHR='' >GNULIB_MBSSEP='' >GNULIB_MBSSPN='' >GNULIB_MBSSTR='' >GNULIB_MBSTOK_R='' >GNULIB_MBTOWC='' >GNULIB_MDA_ACCESS='' >GNULIB_MDA_CHDIR='' >GNULIB_MDA_CHMOD='' >GNULIB_MDA_CLOSE='' >GNULIB_MDA_CREAT='' >GNULIB_MDA_DUP2='' >GNULIB_MDA_DUP='' >GNULIB_MDA_ECVT='' >GNULIB_MDA_EXECL='' >GNULIB_MDA_EXECLE='' >GNULIB_MDA_EXECLP='' >GNULIB_MDA_EXECV='' >GNULIB_MDA_EXECVE='' >GNULIB_MDA_EXECVP='' >GNULIB_MDA_EXECVPE='' >GNULIB_MDA_FCLOSEALL='' >GNULIB_MDA_FCVT='' >GNULIB_MDA_FDOPEN='' >GNULIB_MDA_FILENO='' >GNULIB_MDA_GCVT='' >GNULIB_MDA_GETCWD='' >GNULIB_MDA_GETPID='' >GNULIB_MDA_GETW='' >GNULIB_MDA_ISATTY='' >GNULIB_MDA_LSEEK='' >GNULIB_MDA_MEMCCPY='' >GNULIB_MDA_MKDIR='' >GNULIB_MDA_MKTEMP='' >GNULIB_MDA_OPEN='' >GNULIB_MDA_PUTENV='' >GNULIB_MDA_PUTW='' >GNULIB_MDA_READ='' >GNULIB_MDA_RMDIR='' >GNULIB_MDA_STRDUP='' >GNULIB_MDA_SWAB='' >GNULIB_MDA_TEMPNAM='' >GNULIB_MDA_TZSET='' >GNULIB_MDA_UMASK='' >GNULIB_MDA_UNLINK='' >GNULIB_MDA_WRITE='' >GNULIB_MEMCHR='' >GNULIB_MEMMEM='' >GNULIB_MEMPCPY='' >GNULIB_MEMRCHR='' >GNULIB_MKDIR='' >GNULIB_MKDIRAT='' >GNULIB_MKDTEMP='' >GNULIB_MKFIFO='' >GNULIB_MKFIFOAT='' >GNULIB_MKNOD='' >GNULIB_MKNODAT='' >GNULIB_MKOSTEMP='' >GNULIB_MKOSTEMPS='' >GNULIB_MKSTEMP='' >GNULIB_MKSTEMPS='' >GNULIB_MKTIME='' >GNULIB_NANOSLEEP='' >GNULIB_NONBLOCKING='' >GNULIB_OBSTACK_PRINTF='' >GNULIB_OBSTACK_PRINTF_POSIX='' >GNULIB_OPEN='' >GNULIB_OPENAT='' >GNULIB_OPENDIR='' >GNULIB_OVERRIDES_STRUCT_STAT='' >GNULIB_OVERRIDES_WINT_T='' >GNULIB_PCLOSE='' >GNULIB_PERROR='' >GNULIB_PIPE2='' >GNULIB_PIPE='' >GNULIB_POPEN='' >GNULIB_POSIX_MEMALIGN='' >GNULIB_POSIX_OPENPT='' >GNULIB_PREAD='' >GNULIB_PRINTF='' >GNULIB_PRINTF_POSIX='' >GNULIB_PSELECT='' >GNULIB_PTHREAD_SIGMASK='' >GNULIB_PTSNAME='' >GNULIB_PTSNAME_R='' >GNULIB_PUTC='' >GNULIB_PUTCHAR='' >GNULIB_PUTENV='' >GNULIB_PUTS='' >GNULIB_PWRITE='' >GNULIB_QSORT_R='' >GNULIB_RAISE='' >GNULIB_RANDOM='' >GNULIB_RANDOM_R='' >GNULIB_RAWMEMCHR='' >GNULIB_READ='' >GNULIB_READDIR='' >GNULIB_READLINK='' >GNULIB_READLINKAT='' >GNULIB_REALLOCARRAY='' >GNULIB_REALLOC_POSIX='' >GNULIB_REALPATH='' >GNULIB_REMOVE='' >GNULIB_RENAME='' >GNULIB_RENAMEAT='' >GNULIB_REWINDDIR='' >GNULIB_RMDIR='' >GNULIB_RPMATCH='' >GNULIB_SCANDIR='' >GNULIB_SCANF='' >GNULIB_SECURE_GETENV='' >GNULIB_SELECT='' >GNULIB_SETENV='' >GNULIB_SETHOSTNAME='' >GNULIB_SIGABBREV_NP='' >GNULIB_SIGACTION='' >GNULIB_SIGDESCR_NP='' >GNULIB_SIGNAL_H_SIGPIPE='' >GNULIB_SIGPROCMASK='' >GNULIB_SLEEP='' >GNULIB_SNPRINTF='' >GNULIB_SPRINTF_POSIX='' >GNULIB_STAT='' >GNULIB_STDIO_H_NONBLOCKING='' >GNULIB_STDIO_H_SIGPIPE='' >GNULIB_STPCPY='' >GNULIB_STPNCPY='' >GNULIB_STRCASESTR='' >GNULIB_STRCHRNUL='' >GNULIB_STRDUP='' >GNULIB_STRERROR='' >GNULIB_STRERRORNAME_NP='' >GNULIB_STRERROR_R='' >GNULIB_STRFTIME='' >GNULIB_STRNCAT='' >GNULIB_STRNDUP='' >GNULIB_STRNLEN='' >GNULIB_STRPBRK='' >GNULIB_STRPTIME='' >GNULIB_STRSEP='' >GNULIB_STRSIGNAL='' >GNULIB_STRSTR='' >GNULIB_STRTOD='' >GNULIB_STRTOIMAX='' >GNULIB_STRTOK_R='' >GNULIB_STRTOLD='' >GNULIB_STRTOLL='' >GNULIB_STRTOULL='' >GNULIB_STRTOUMAX='' >GNULIB_STRVERSCMP='' >GNULIB_SYMLINK='' >GNULIB_SYMLINKAT='' >GNULIB_SYSTEM_POSIX='' >GNULIB_TIMEGM='' >GNULIB_TIMESPEC_GET='' >GNULIB_TIME_R='' >GNULIB_TIME_RZ='' >GNULIB_TMPFILE='' >GNULIB_TRUNCATE='' >GNULIB_TTYNAME_R='' >GNULIB_TZSET='' >GNULIB_UNISTD_H_NONBLOCKING='' >GNULIB_UNISTD_H_SIGPIPE='' >GNULIB_UNLINK='' >GNULIB_UNLINKAT='' >GNULIB_UNLOCKPT='' >GNULIB_UNSETENV='' >GNULIB_USLEEP='' >GNULIB_UTIMENSAT='' >GNULIB_VASPRINTF='' >GNULIB_VDPRINTF='' >GNULIB_VFPRINTF='' >GNULIB_VFPRINTF_POSIX='' >GNULIB_VFSCANF='' >GNULIB_VPRINTF='' >GNULIB_VPRINTF_POSIX='' >GNULIB_VSCANF='' >GNULIB_VSNPRINTF='' >GNULIB_VSPRINTF_POSIX='' >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 -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' >GNULIB_WCTOMB='' >GNULIB_WRITE='' >GNULIB__EXIT='' >GNUSTEP_CFLAGS='' >GNU_OBJC_CFLAGS='' >GOBJECT_CFLAGS='-isystem /usr/lib64/libffi/include -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include' >GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0' >GREP='/bin/grep' >GSETTINGS_CFLAGS='-pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/lib64/libffi/include -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include' >GSETTINGS_DISABLE_SCHEMAS_COMPILE='' >GSETTINGS_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0' >GSETTINGS_RULES=' >GTK_CFLAGS='-pthread -isystem /usr/include/gtk-3.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 -isystem /usr/include/gtk-3.0 -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/cairo -isystem /usr/include/pango-1.0 -isystem /usr/include/harfbuzz -isystem /usr/include/pango-1.0 -isystem /usr/include/fribidi -isystem /usr/include/atk-1.0 -isystem /usr/include/cairo -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libpng16 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/lib64/libffi/include -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include' >GTK_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0' >GTK_OBJ='gtkutil.o emacsgtkfixed.o' >GZIP_PROG=' # /bin/gzip # (disabled by configure --without-compress-install)' >HARFBUZZ_CFLAGS='-isystem /usr/include/harfbuzz -isystem /usr/include/freetype2 -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include' >HARFBUZZ_LIBS='-lharfbuzz' >HAVE_ALIGNED_ALLOC='' >HAVE_ALLOCA_H='' >HAVE_ALPHASORT='' >HAVE_ATOLL='' >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_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_IMAXDIV_T='' >HAVE_INITSTATE='' >HAVE_INTTYPES_H='' >HAVE_LCHMOD='' >HAVE_LCHOWN='' >HAVE_LIBGMP='' >HAVE_LIBSECCOMP='' >HAVE_LINK='' >HAVE_LINKAT='' >HAVE_LSTAT='' >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='yes' >HAVE_NANOSLEEP='' >HAVE_NATIVE_COMP='no' >HAVE_OPENAT='' >HAVE_OPENDIR='' >HAVE_OS_H='' >HAVE_PCLOSE='' >HAVE_PDUMPER='yes' >HAVE_PIPE2='' >HAVE_PIPE='' >HAVE_POPEN='' >HAVE_POSIX_MEMALIGN='' >HAVE_POSIX_OPENPT='' >HAVE_POSIX_SIGNALBLOCKING='' >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_STDINT_H='' >HAVE_STPCPY='' >HAVE_STPNCPY='' >HAVE_STRCASESTR='' >HAVE_STRCHRNUL='' >HAVE_STRERRORNAME_NP='' >HAVE_STRPBRK='' >HAVE_STRPTIME='' >HAVE_STRSEP='' >HAVE_STRTOD='' >HAVE_STRTOLD='' >HAVE_STRTOLL='' >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_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='-fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -isystem /usr/include/ImageMagick-7' >IMAGEMAGICK_LIBS='-lMagickWand-7.Q16 -lMagickCore-7.Q16' >INCLUDE_NEXT='' >INCLUDE_NEXT_AS_FIRST_DIRECTIVE='' >INSTALL_ARCH_INDEP_EXTRA='install-etc' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_INFO='/usr/bin/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='-llcms2' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LD_SWITCH_SYSTEM='' >LD_SWITCH_SYSTEM_TEMACS='' >LD_SWITCH_X_SITE='' >LD_SWITCH_X_SITE_RPATH='' >LIBGCCJIT_LIB='' >LIBGIF='' >LIBGMP='' >LIBGNUTLS_CFLAGS='-isystem /usr/include/p11-kit-1' >LIBGNUTLS_LIBS='-lgnutls' >LIBGNU_LIBDEPS='' >LIBGNU_LTLIBDEPS='' >LIBGPM='' >LIBHESIOD='' >LIBINTL='' >LIBJPEG='-ljpeg' >LIBMODULES='-ldl' >LIBOBJS='' >LIBOTF_CFLAGS='-isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include' >LIBOTF_LIBS='-lotf -lfreetype' >LIBPNG='' >LIBRESOLV='' >LIBS='-lgccjit' >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='-lz' >LIB_ACL='' >LIB_CLOCK_GETTIME='' >LIB_EACCESS='' >LIB_EXECINFO='' >LIB_GETRANDOM='' >LIB_MATH='-lm' >LIB_PTHREAD='-lpthread' >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='emacs-module.o' >MODULES_SECONDARY_SUFFIX='' >MODULES_SUFFIX='.so' >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='inotify.o' >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 28.0.50' >PACKAGE_TARNAME='emacs' >PACKAGE_URL='https://www.gnu.org/software/emacs/' >PACKAGE_VERSION='28.0.50' >PATH_SEPARATOR=':' >PAXCTL='' >PAXCTL_dumped='' >PAXCTL_notdumped='' >PGTK_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ldl' >PGTK_OBJ='pgtkfns.o pgtkterm.o pgtkselect.o pgtkmenu.o pgtkim.o xsettings.o' >PKG_CONFIG='/usr/bin/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='' >REPLACE_CANONICALIZE_FILE_NAME='' >REPLACE_CHOWN='' >REPLACE_CLOSE='' >REPLACE_CLOSEDIR='' >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_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_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='' >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_REALLOC='' >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_STRTOLD='' >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='-pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/lib64/libffi/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libpng16' >RSVG_LIBS='-lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo' >SEPCHAR='' >SETFATTR='' >SETTINGS_CFLAGS='-pthread -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/lib64/libffi/include -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/lib64/libffi/include -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include' >SETTINGS_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgobject-2.0 -lglib-2.0' >SHELL='/bin/sh' >SIG_ATOMIC_T_SUFFIX='' >SIZE_T_SUFFIX='' >STDALIGN_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='' >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 -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' >WCHAR_T_SUFFIX='' >WEBKIT_CFLAGS='' >WEBKIT_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='' >XCRUN='' >XDBE_CFLAGS='' >XDBE_LIBS='' >XFIXES_CFLAGS='' >XFIXES_LIBS='' >XFT_CFLAGS='' >XFT_LIBS='' >XGSELOBJ='' >XINERAMA_CFLAGS='' >XINERAMA_LIBS='' >XMENU_OBJ='' >XMKMF='' >XOBJ='' >XRANDR_CFLAGS='' >XRANDR_LIBS='' >XRENDER_LIBS='' >XWIDGETS_OBJ='' >X_TOOLKIT_TYPE='none' >ac_ct_CC='' >ac_ct_OBJC='' >all-am: $(gsettings_SCHEMAS:.xml=.valid) >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' >clean-gsettings-schemas: >comma_space_version='' >comma_version='' >configuration='x86_64-pc-linux-gnu' >copyright='' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='/usr/share/doc/emacs-28.0.9999' >dvidir='${docdir}' >emacs_major_version='28' >endif' >etcdir='${datadir}/emacs/${version}/etc' >etcdocdir='${datadir}/emacs/${version}/etc' >exec_prefix='NONE' >gamedir='${localstatedir}/games/emacs' >gamegroup='' >gameuser='' >gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7='' >gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b='' >gl_GNULIB_ENABLED_5264294aa0a5557541b53c8c741f7f31='' >gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c='' >gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec='' >gl_GNULIB_ENABLED_925677f0343de64b89a9f0c790b4104c='' >gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1='' >gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36='' >gl_GNULIB_ENABLED_cloexec='' >gl_GNULIB_ENABLED_dirfd='' >gl_GNULIB_ENABLED_dynarray='' >gl_GNULIB_ENABLED_euidaccess='' >gl_GNULIB_ENABLED_getdtablesize='' >gl_GNULIB_ENABLED_getgroups='' >gl_GNULIB_ENABLED_idx='' >gl_GNULIB_ENABLED_lchmod='' >gl_GNULIB_ENABLED_open='' >gl_GNULIB_ENABLED_rawmemchr='' >gl_GNULIB_ENABLED_scratch_buffer='' >gl_GNULIB_ENABLED_strtoll='' >gl_GNULIB_ENABLED_utimens='' >gl_LIBOBJS='' >gl_LTLIBOBJS='' >gltests_LIBOBJS='' >gltests_LTLIBOBJS='' >gltests_WITNESS='' >gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE)) >gsettingsschemadir='/usr/share/glib-2.0/schemas' >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-28.0.9999/html' >ifdef gsettings_ENUM_NAMESPACE >includedir='/usr/include/emacs-28-vcs' >infodir='/usr/share/info/emacs-28-vcs' >install-data-am: install-gsettings-schemas >install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file) >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' >mostlyclean-am: clean-gsettings-schemas >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-28-vcs&' >psdir='${docdir}' >runstatedir='${localstatedir}/run' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >srcdir='.' >standardlisppath='${lispdir}' >sysconfdir='/etc' >target_alias='' >uninstall-am: uninstall-gsettings-schemas >uninstall-gsettings-schemas: >version='' >with_mailutils='yes' >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='./src/module-env-25.h' >module_env_snippet_26='./src/module-env-26.h' >module_env_snippet_27='./src/module-env-27.h' >module_env_snippet_28='./src/module-env-28.h' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "GNU Emacs" >#define PACKAGE_TARNAME "emacs" >#define PACKAGE_VERSION "28.0.50" >#define PACKAGE_STRING "GNU Emacs 28.0.50" >#define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org" >#define PACKAGE_URL "https://www.gnu.org/software/emacs/" >#define KERBEROS 1 >#define KERBEROS5 1 >#define HAVE_PDUMPER 1 >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define 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_STDLIB_H 1 >#define HAVE_UNISTD_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_INTTYPES_H 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_SYS_SELECT_H 1 >#define HAVE_SYS_RANDOM_H 1 >#define HAVE_SYS_STAT_H 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_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_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_GETPAGESIZE 1 >#define HAVE_MMAP 1 >#define HAVE_PTHREAD 1 >#define THREADS_ENABLED 1 >#define HAVE_RSVG 1 >#define HAVE_IMAGEMAGICK7 1 >#define HAVE_MAGICKRELINQUISHMEMORY 1 >#define HAVE_MAGICKEXPORTIMAGEPIXELS 1 >#define HAVE_MAGICKMERGEIMAGELAYERS 1 >#define HAVE_MAGICKAUTOORIENTIMAGE 1 >#define HAVE_IMAGEMAGICK 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_PGTK 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_INOTIFY 1 >#define USE_FILE_NOTIFY 1 >#define USE_TOOLKIT_SCROLL_BARS 1 >#define HAVE_XIM 1 >#define USE_XIM 1 >#define XRegisterIMInstantiateCallback_arg6 XPointer >#define HAVE_FREETYPE 1 >#define HAVE_LIBOTF 1 >#define HAVE_OTF_GET_VARIATION_GLYPHS 1 >#define HAVE_HARFBUZZ 1 >#define USE_CAIRO 1 >#define HAVE_JPEG 1 >#define HAVE_LCMS2 1 >#define HAVE_ZLIB 1 >#define HAVE_DLADDR 1 >#define HAVE_MODULES 1 >#define MODULES_SUFFIX ".so" >#define HAVE_LIBGCCJIT 1 >#define HAVE_LIBGCCJIT_H 1 > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 801580
: 723280 |
723316
|
723508