This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libXxf86misc configure 1.0.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ /var/tmp/portage/x11-libs/libXxf86misc-1.0.4/work/libXxf86misc-1.0.4/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-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --docdir=/usr/share/doc/libXxf86misc-1.0.4 --enable-shared --disable-static --disable-selective-werror ## --------- ## ## Platform. ## ## --------- ## hostname = localhost uname -m = x86_64 uname -r = 5.5.1-gentoo uname -s = Linux uname -v = #2 SMP Mon Apr 6 17:36:22 PDT 2020 /usr/bin/uname -p = Intel(R) Xeon(R) CPU X5560 @ 2.80GHz /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/portage/python3.6/ebuild-helpers/xattr PATH: /usr/lib/portage/python3.6/ebuild-helpers PATH: /usr/lib/llvm/8/bin PATH: /usr/lib/llvm/6/bin 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/10/bin PATH: /usr/lib/llvm/9/bin PATH: /opt/nvidia-cg-toolkit/bin PATH: /opt/eagle/bin PATH: /opt/ekopath/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2121: 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:2267: checking for a BSD-compatible install configure:2335: result: /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c configure:2346: checking whether build environment is sane configure:2401: result: yes configure:2550: checking for a thread-safe mkdir -p configure:2589: result: /bin/mkdir -p configure:2596: checking for gawk configure:2612: found /usr/bin/gawk configure:2623: result: gawk configure:2634: checking whether make sets $(MAKE) configure:2656: result: yes configure:2685: checking whether make supports nested variables configure:2702: result: yes configure:2853: checking for style of include used by make configure:2881: result: GNU configure:2912: checking for x86_64-pc-linux-gnu-gcc configure:2928: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:2939: result: x86_64-pc-linux-gnu-gcc configure:3208: checking for C compiler version configure:3217: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 8.3.0-r3 p4) 8.3.0 Copyright (C) 2018 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:3228: $? = 0 configure:3217: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.3.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-8.3.0-r3/work/gcc-8.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/8.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/g++-v8 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/python --enable-languages=c,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 8.3.0-r3 p4' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libmudflap --disable-libssp --disable-libada --disable-libmpx --disable-systemtap --enable-vtable-verify --enable-lto --without-isl --enable-default-pie --enable-default-ssp Thread model: posix gcc version 8.3.0 (Gentoo 8.3.0-r3 p4) configure:3228: $? = 0 configure:3217: 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:3228: $? = 1 configure:3217: 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:3228: $? = 1 configure:3248: checking whether the C compiler works configure:3270: x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3274: $? = 0 configure:3322: result: yes configure:3325: checking for C compiler default output file name configure:3327: result: a.out configure:3333: checking for suffix of executables configure:3340: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3344: $? = 0 configure:3366: result: configure:3388: checking whether we are cross compiling configure:3396: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3400: $? = 0 configure:3407: ./conftest configure:3411: $? = 0 configure:3399: result: no configure:3404: checking for suffix of object files configure:3426: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:3430: $? = 0 configure:3451: result: o configure:3455: checking whether we are using the GNU C compiler configure:3474: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:3474: $? = 0 configure:3483: result: yes configure:3492: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:3512: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:3512: $? = 0 configure:3553: result: yes configure:3570: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:3633: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:3633: $? = 0 configure:3646: result: none needed configure:3671: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together configure:3693: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o configure:3696: $? = 0 configure:3693: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o configure:3696: $? = 0 configure:3708: result: yes configure:3727: checking dependency style of x86_64-pc-linux-gnu-gcc configure:3838: result: none configure:3853: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99 configure:4002: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4002: $? = 0 configure:4015: result: none needed configure:4036: checking how to run the C preprocessor configure:4067: x86_64-pc-linux-gnu-gcc -E conftest.c configure:4067: $? = 0 configure:4081: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:4081: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libXxf86misc" | #define PACKAGE_TARNAME "libXxf86misc" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "libXxf86misc 1.0.4" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | #define PACKAGE_URL "" | #define PACKAGE "libXxf86misc" | #define VERSION "1.0.4" | /* end confdefs.h. */ | #include configure:4106: result: x86_64-pc-linux-gnu-gcc -E configure:4126: x86_64-pc-linux-gnu-gcc -E conftest.c configure:4126: $? = 0 configure:4140: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:4140: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libXxf86misc" | #define PACKAGE_TARNAME "libXxf86misc" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "libXxf86misc 1.0.4" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | #define PACKAGE_URL "" | #define PACKAGE "libXxf86misc" | #define VERSION "1.0.4" | /* end confdefs.h. */ | #include configure:4169: checking for grep that handles long lines and -e configure:4227: result: /bin/grep configure:4232: checking for egrep configure:4294: result: /bin/grep -E configure:4299: checking for ANSI C header files configure:4319: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4319: $? = 0 configure:4392: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:4392: $? = 0 configure:4392: ./conftest configure:4392: $? = 0 configure:4403: result: yes configure:4416: checking for sys/types.h configure:4416: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4416: $? = 0 configure:4416: result: yes configure:4416: checking for sys/stat.h configure:4416: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4416: $? = 0 configure:4416: result: yes configure:4416: checking for stdlib.h configure:4416: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4416: $? = 0 configure:4416: result: yes configure:4416: checking for string.h configure:4416: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4416: $? = 0 configure:4416: result: yes configure:4416: checking for memory.h configure:4416: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4416: $? = 0 configure:4416: result: yes configure:4416: checking for strings.h configure:4416: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4416: $? = 0 configure:4416: result: yes configure:4416: checking for inttypes.h configure:4416: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4416: $? = 0 configure:4416: result: yes configure:4416: checking for stdint.h configure:4416: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4416: $? = 0 configure:4416: result: yes configure:4416: checking for unistd.h configure:4416: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4416: $? = 0 configure:4416: result: yes configure:4432: checking whether __clang__ is declared configure:4432: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:61:10: error: '__clang__' undeclared (first use in this function); did you mean '__clock_t'? (void) __clang__; ^~~~~~~~~ __clock_t conftest.c:61:10: note: each undeclared identifier is reported only once for each function it appears in configure:4432: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libXxf86misc" | #define PACKAGE_TARNAME "libXxf86misc" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "libXxf86misc 1.0.4" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | #define PACKAGE_URL "" | #define PACKAGE "libXxf86misc" | #define VERSION "1.0.4" | #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 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef __clang__ | #ifdef __cplusplus | (void) __clang__; | #else | (void) __clang__; | #endif | #endif | | ; | return 0; | } configure:4432: result: no configure:4439: checking whether __INTEL_COMPILER is declared configure:4439: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:61:10: error: '__INTEL_COMPILER' undeclared (first use in this function) (void) __INTEL_COMPILER; ^~~~~~~~~~~~~~~~ conftest.c:61:10: note: each undeclared identifier is reported only once for each function it appears in configure:4439: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libXxf86misc" | #define PACKAGE_TARNAME "libXxf86misc" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "libXxf86misc 1.0.4" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | #define PACKAGE_URL "" | #define PACKAGE "libXxf86misc" | #define VERSION "1.0.4" | #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 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef __INTEL_COMPILER | #ifdef __cplusplus | (void) __INTEL_COMPILER; | #else | (void) __INTEL_COMPILER; | #endif | #endif | | ; | return 0; | } configure:4439: result: no configure:4446: checking whether __SUNPRO_C is declared configure:4446: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:61:10: error: '__SUNPRO_C' undeclared (first use in this function) (void) __SUNPRO_C; ^~~~~~~~~~ conftest.c:61:10: note: each undeclared identifier is reported only once for each function it appears in configure:4446: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libXxf86misc" | #define PACKAGE_TARNAME "libXxf86misc" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "libXxf86misc 1.0.4" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | #define PACKAGE_URL "" | #define PACKAGE "libXxf86misc" | #define VERSION "1.0.4" | #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 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef __SUNPRO_C | #ifdef __cplusplus | (void) __SUNPRO_C; | #else | (void) __SUNPRO_C; | #endif | #endif | | ; | return 0; | } configure:4446: result: no configure:4465: checking for x86_64-pc-linux-gnu-pkg-config configure:4483: found /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:4495: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:4563: checking pkg-config is at least version 0.9.0 configure:4566: result: yes configure:4578: checking build system type configure:4592: result: x86_64-pc-linux-gnu configure:4612: checking host system type configure:4625: result: x86_64-pc-linux-gnu configure:4645: checking for a sed that does not truncate output configure:4709: result: /bin/sed configure:4755: checking if x86_64-pc-linux-gnu-gcc supports -Werror=unknown-warning-option configure:4764: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Werror=unknown-warning-option conftest.c >&5 cc1: error: -Werror=unknown-warning-option: no option -Wunknown-warning-option configure:4764: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libXxf86misc" | #define PACKAGE_TARNAME "libXxf86misc" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "libXxf86misc 1.0.4" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | #define PACKAGE_URL "" | #define PACKAGE "libXxf86misc" | #define VERSION "1.0.4" | #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 | /* end confdefs.h. */ | int i; configure:4771: result: no configure:4782: checking if x86_64-pc-linux-gnu-gcc supports -Werror=unused-command-line-argument configure:4791: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -Werror=unused-command-line-argument conftest.c >&5 cc1: error: -Werror=unused-command-line-argument: no option -Wunused-command-line-argument configure:4791: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libXxf86misc" | #define PACKAGE_TARNAME "libXxf86misc" | #define PACKAGE_VERSION "1.0.4" | #define PACKAGE_STRING "libXxf86misc 1.0.4" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | #define PACKAGE_URL "" | #define PACKAGE "libXxf86misc" | #define VERSION "1.0.4" | #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 | /* end confdefs.h. */ | int i; configure:4798: result: no configure:4817: checking if x86_64-pc-linux-gnu-gcc supports -Wall configure:4834: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wall -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:4834: $? = 0 configure:4847: result: yes configure:4935: checking if x86_64-pc-linux-gnu-gcc supports -Wpointer-arith configure:4952: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wpointer-arith -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:4952: $? = 0 configure:4965: result: yes configure:5053: checking if x86_64-pc-linux-gnu-gcc supports -Wmissing-declarations configure:5070: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wmissing-declarations -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:5070: $? = 0 configure:5083: result: yes configure:5171: checking if x86_64-pc-linux-gnu-gcc supports -Wformat=2 configure:5188: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wformat=2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:5188: $? = 0 configure:5201: result: yes configure:5340: checking if x86_64-pc-linux-gnu-gcc supports -Wstrict-prototypes configure:5357: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wstrict-prototypes -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:23:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ configure:5357: $? = 0 configure:5370: result: yes configure:5458: checking if x86_64-pc-linux-gnu-gcc supports -Wmissing-prototypes configure:5475: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wmissing-prototypes -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:5475: $? = 0 configure:5488: result: yes configure:5576: checking if x86_64-pc-linux-gnu-gcc supports -Wnested-externs configure:5593: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wnested-externs -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:5593: $? = 0 configure:5606: result: yes configure:5694: checking if x86_64-pc-linux-gnu-gcc supports -Wbad-function-cast configure:5711: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wbad-function-cast -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:5711: $? = 0 configure:5724: result: yes configure:5812: checking if x86_64-pc-linux-gnu-gcc supports -Wold-style-definition configure:5829: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wold-style-definition -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c: In function 'main': conftest.c:23:1: warning: old-style function definition [-Wold-style-definition] main () ^~~~ configure:5829: $? = 0 configure:5842: result: yes configure:5979: checking if x86_64-pc-linux-gnu-gcc supports -Wdeclaration-after-statement configure:5996: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:5996: $? = 0 configure:6009: result: yes configure:6101: checking if x86_64-pc-linux-gnu-gcc supports -Wunused configure:6118: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wunused -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6118: $? = 0 configure:6131: result: yes configure:6219: checking if x86_64-pc-linux-gnu-gcc supports -Wuninitialized configure:6236: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wuninitialized -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6236: $? = 0 configure:6249: result: yes configure:6337: checking if x86_64-pc-linux-gnu-gcc supports -Wshadow configure:6354: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wshadow -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6354: $? = 0 configure:6367: result: yes configure:6455: checking if x86_64-pc-linux-gnu-gcc supports -Wmissing-noreturn configure:6472: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wmissing-noreturn -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6472: $? = 0 configure:6485: result: yes configure:6573: checking if x86_64-pc-linux-gnu-gcc supports -Wmissing-format-attribute configure:6590: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wmissing-format-attribute -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6590: $? = 0 configure:6603: result: yes configure:6691: checking if x86_64-pc-linux-gnu-gcc supports -Wredundant-decls configure:6708: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wredundant-decls -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6708: $? = 0 configure:6721: result: yes configure:6809: checking if x86_64-pc-linux-gnu-gcc supports -Wlogical-op configure:6826: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wlogical-op -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6826: $? = 0 configure:6839: result: yes configure:8542: WARNING: You have chosen not to turn some select compiler warnings into errors. This should not be necessary. Please report why you needed to do so in a bug report at https://bugs.freedesktop.org/enter_bug.cgi?product=xorg configure:8623: checking if x86_64-pc-linux-gnu-gcc supports -Wimplicit configure:8640: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wimplicit -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:8640: $? = 0 configure:8653: result: yes configure:8741: checking if x86_64-pc-linux-gnu-gcc supports -Wnonnull configure:8758: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wnonnull -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:8758: $? = 0 configure:8771: result: yes configure:8859: checking if x86_64-pc-linux-gnu-gcc supports -Winit-self configure:8876: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Winit-self -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:8876: $? = 0 configure:8889: result: yes configure:8977: checking if x86_64-pc-linux-gnu-gcc supports -Wmain configure:8994: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wmain -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:8994: $? = 0 configure:9007: result: yes configure:9095: checking if x86_64-pc-linux-gnu-gcc supports -Wmissing-braces configure:9112: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wmissing-braces -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9112: $? = 0 configure:9125: result: yes configure:9213: checking if x86_64-pc-linux-gnu-gcc supports -Wsequence-point configure:9230: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wsequence-point -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9230: $? = 0 configure:9243: result: yes configure:9331: checking if x86_64-pc-linux-gnu-gcc supports -Wreturn-type configure:9348: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wreturn-type -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9348: $? = 0 configure:9361: result: yes configure:9449: checking if x86_64-pc-linux-gnu-gcc supports -Wtrigraphs configure:9466: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wtrigraphs -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9466: $? = 0 configure:9479: result: yes configure:9567: checking if x86_64-pc-linux-gnu-gcc supports -Warray-bounds configure:9584: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Warray-bounds -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9584: $? = 0 configure:9597: result: yes configure:9685: checking if x86_64-pc-linux-gnu-gcc supports -Wwrite-strings configure:9702: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wwrite-strings -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9702: $? = 0 configure:9715: result: yes configure:9803: checking if x86_64-pc-linux-gnu-gcc supports -Waddress configure:9820: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Waddress -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9820: $? = 0 configure:9833: result: yes configure:9921: checking if x86_64-pc-linux-gnu-gcc supports -Wint-to-pointer-cast configure:9938: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wint-to-pointer-cast -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9938: $? = 0 configure:9951: result: yes configure:10039: checking if x86_64-pc-linux-gnu-gcc supports -Wpointer-to-int-cast configure:10056: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wpointer-to-int-cast -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:10056: $? = 0 configure:10069: result: yes configure:10190: checking if x86_64-pc-linux-gnu-gcc supports -pedantic configure:10207: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -pedantic -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:10207: $? = 0 configure:10220: result: yes configure:10308: checking if x86_64-pc-linux-gnu-gcc supports -Werror configure:10325: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Werror -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:10325: $? = 0 configure:10338: result: yes configure:10478: checking if x86_64-pc-linux-gnu-gcc supports -Werror=attributes configure:10495: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Werror=attributes -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:10495: $? = 0 configure:10508: result: yes configure:10668: checking whether make supports nested variables configure:10685: result: yes configure:10745: checking how to print strings configure:10772: result: printf configure:10793: checking for a sed that does not truncate output configure:10857: result: /bin/sed configure:10875: checking for fgrep configure:10937: result: /bin/grep -F configure:10972: checking for ld used by x86_64-pc-linux-gnu-gcc configure:11039: result: /usr/x86_64-pc-linux-gnu/bin/ld configure:11046: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld configure:11061: result: yes configure:11073: checking for BSD- or MS-compatible name lister (nm) configure:11127: result: /usr/bin/x86_64-pc-linux-gnu-nm -B configure:11257: checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface configure:11264: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:11267: /usr/bin/x86_64-pc-linux-gnu-nm -B "conftest.o" configure:11270: output 0000000000000000 B some_variable configure:11271: result: BSD nm configure:11274: checking whether ln -s works configure:11278: result: yes configure:11286: checking the maximum length of command line arguments configure:11417: result: 1572864 configure:11465: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:11505: result: func_convert_file_noop configure:11512: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:11532: result: func_convert_file_noop configure:11539: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files configure:11546: result: -r configure:11580: checking for x86_64-pc-linux-gnu-objdump configure:11596: found /usr/bin/x86_64-pc-linux-gnu-objdump configure:11607: result: x86_64-pc-linux-gnu-objdump configure:11679: checking how to recognize dependent libraries configure:11879: result: pass_all configure:11924: checking for x86_64-pc-linux-gnu-dlltool configure:11954: result: no configure:11964: checking for dlltool configure:11994: result: no configure:12024: checking how to associate runtime and link libraries configure:12051: result: printf %s\n configure:12067: checking for x86_64-pc-linux-gnu-ar configure:12083: found /usr/bin/x86_64-pc-linux-gnu-ar configure:12094: result: x86_64-pc-linux-gnu-ar configure:12175: checking for archiver @FILE support configure:12192: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:12192: $? = 0 configure:12195: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 configure:12198: $? = 0 configure:12203: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory configure:12206: $? = 1 configure:12205: result: @ configure:12223: checking for x86_64-pc-linux-gnu-strip configure:12239: found /usr/bin/x86_64-pc-linux-gnu-strip configure:12250: result: x86_64-pc-linux-gnu-strip configure:12322: checking for x86_64-pc-linux-gnu-ranlib configure:12338: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:12349: result: x86_64-pc-linux-gnu-ranlib configure:12491: checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object configure:12644: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:12647: $? = 0 configure:12651: /usr/bin/x86_64-pc-linux-gnu-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:12654: $? = 0 configure:12720: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 configure:12723: $? = 0 configure:12761: result: ok configure:12808: checking for sysroot configure:12838: result: no configure:12845: checking for a working dd configure:12883: result: /bin/dd configure:12887: checking how to truncate binary pipes configure:12902: result: /bin/dd bs=4096 count=1 configure:13038: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:13041: $? = 0 configure:13191: checking for x86_64-pc-linux-gnu-mt configure:13221: result: no configure:13231: checking for mt configure:13261: result: no configure:13281: checking if : is a manifest tool configure:13287: : '-?' configure:13295: result: no configure:13969: checking for dlfcn.h configure:13969: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:13969: $? = 0 configure:13969: result: yes configure:14225: checking for objdir configure:14240: result: .libs configure:14500: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:14518: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:14522: $? = 0 configure:14535: result: no configure:14893: checking for x86_64-pc-linux-gnu-gcc option to produce PIC configure:14900: result: -fPIC -DPIC configure:14908: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works configure:14926: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -DPIC conftest.c >&5 configure:14930: $? = 0 configure:14943: result: yes configure:14972: checking if x86_64-pc-linux-gnu-gcc static flag -static works configure:15000: result: yes configure:15015: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:15036: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -o out/conftest2.o conftest.c >&5 configure:15040: $? = 0 configure:15062: result: yes configure:15070: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:15117: result: yes configure:15150: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries configure:16409: result: yes configure:16446: checking whether -lc should be explicitly linked in configure:16454: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:16457: $? = 0 configure:16472: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:16475: $? = 0 configure:16489: result: no configure:16649: checking dynamic linker characteristics configure:17230: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 configure:17230: $? = 0 configure:17470: result: GNU/Linux ld.so configure:17592: checking how to hardcode library paths into programs configure:17617: result: immediate configure:18165: checking whether stripping libraries is possible configure:18170: result: yes configure:18205: checking if libtool supports shared libraries configure:18207: result: yes configure:18210: checking whether to build shared libraries configure:18235: result: yes configure:18238: checking whether to build static libraries configure:18242: result: no configure:15072: checking for XXF86MISC configure:15079: $PKG_CONFIG --exists --print-errors "xproto x11 xextproto xext xf86miscproto" Package xf86miscproto was not found in the pkg-config search path. Perhaps you should add the directory containing `xf86miscproto.pc' to the PKG_CONFIG_PATH environment variable No package 'xf86miscproto' found configure:15082: $? = 1 configure:15096: $PKG_CONFIG --exists --print-errors "xproto x11 xextproto xext xf86miscproto" Package xf86miscproto was not found in the pkg-config search path. Perhaps you should add the directory containing `xf86miscproto.pc' to the PKG_CONFIG_PATH environment variable No package 'xf86miscproto' found configure:15099: $? = 1 configure:15113: result: no No package 'xf86miscproto' found configure:15129: error: Package requirements (xproto x11 xextproto xext xf86miscproto) were not met: No package 'xf86miscproto' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables XXF86MISC_CFLAGS and XXF86MISC_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-march=native -O2 -pipe' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set=set ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib64/pkgconfig ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_XXF86MISC_CFLAGS_set= ac_cv_env_XXF86MISC_CFLAGS_value= ac_cv_env_XXF86MISC_LIBS_set= ac_cv_env_XXF86MISC_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_have_decl___INTEL_COMPILER=no ac_cv_have_decl___SUNPRO_C=no ac_cv_have_decl___clang__=no ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config ac_cv_path_SED=/bin/sed ac_cv_path_install='/usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c' ac_cv_path_lt_DD=/bin/dd ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=x86_64-pc-linux-gnu-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld lt_cv_path_NM='/usr/bin/x86_64-pc-linux-gnu-nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/bin/dd bs=4096 count=1' xorg_cv_cc_flag__Waddress=yes xorg_cv_cc_flag__Wall=yes xorg_cv_cc_flag__Warray_bounds=yes xorg_cv_cc_flag__Wbad_function_cast=yes xorg_cv_cc_flag__Wdeclaration_after_statement=yes xorg_cv_cc_flag__Werror=yes xorg_cv_cc_flag__Werror_attributes=yes xorg_cv_cc_flag__Wformat_2=yes xorg_cv_cc_flag__Wimplicit=yes xorg_cv_cc_flag__Winit_self=yes xorg_cv_cc_flag__Wint_to_pointer_cast=yes xorg_cv_cc_flag__Wlogical_op=yes xorg_cv_cc_flag__Wmain=yes xorg_cv_cc_flag__Wmissing_braces=yes xorg_cv_cc_flag__Wmissing_declarations=yes xorg_cv_cc_flag__Wmissing_format_attribute=yes xorg_cv_cc_flag__Wmissing_noreturn=yes xorg_cv_cc_flag__Wmissing_prototypes=yes xorg_cv_cc_flag__Wnested_externs=yes xorg_cv_cc_flag__Wnonnull=yes xorg_cv_cc_flag__Wold_style_definition=yes xorg_cv_cc_flag__Wpointer_arith=yes xorg_cv_cc_flag__Wpointer_to_int_cast=yes xorg_cv_cc_flag__Wredundant_decls=yes xorg_cv_cc_flag__Wreturn_type=yes xorg_cv_cc_flag__Wsequence_point=yes xorg_cv_cc_flag__Wshadow=yes xorg_cv_cc_flag__Wstrict_prototypes=yes xorg_cv_cc_flag__Wtrigraphs=yes xorg_cv_cc_flag__Wuninitialized=yes xorg_cv_cc_flag__Wunused=yes xorg_cv_cc_flag__Wwrite_strings=yes xorg_cv_cc_flag__pedantic=yes xorg_cv_cc_flag_unknown_warning_option=no xorg_cv_cc_flag_unused_command_line_argument=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/tmp/portage/x11-libs/libXxf86misc-1.0.4/work/libXxf86misc-1.0.4/missing aclocal-1.15' ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)' ADMIN_MAN_SUFFIX='8' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' APP_MAN_SUFFIX='1' AR='x86_64-pc-linux-gnu-ar' AUTOCONF='${SHELL} /var/tmp/portage/x11-libs/libXxf86misc-1.0.4/work/libXxf86misc-1.0.4/missing autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/x11-libs/libXxf86misc-1.0.4/work/libXxf86misc-1.0.4/missing autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/x11-libs/libXxf86misc-1.0.4/work/libXxf86misc-1.0.4/missing automake-1.15' AWK='gawk' BASE_CFLAGS=' -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Wimplicit -Wnonnull -Winit-self -Wmain -Wmissing-braces -Wsequence-point -Wreturn-type -Wtrigraphs -Warray-bounds -Wwrite-strings -Waddress -Wint-to-pointer-cast -Wpointer-to-int-cast' CC='x86_64-pc-linux-gnu-gcc' CCDEPMODE='depmode=none' CFLAGS='-march=native -O2 -pipe' CHANGELOG_CMD='(GIT_DIR=$(top_srcdir)/.git git log > $(top_srcdir)/.changelog.tmp && mv $(top_srcdir)/.changelog.tmp $(top_srcdir)/ChangeLog) || (rm -f $(top_srcdir)/.changelog.tmp; touch $(top_srcdir)/ChangeLog; echo '\''git directory not found: installing possibly empty changelog.'\'' >&2)' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS='' CWARNFLAGS=' -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Wimplicit -Wnonnull -Winit-self -Wmain -Wmissing-braces -Wsequence-point -Wreturn-type -Wtrigraphs -Warray-bounds -Wwrite-strings -Waddress -Wint-to-pointer-cast -Wpointer-to-int-cast -fno-strict-aliasing' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='false' DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' DRIVER_MAN_SUFFIX='4' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FGREP='/bin/grep -F' FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' FILE_MAN_SUFFIX='5' GREP='/bin/grep' INSTALL_CMD='(cp -f /usr/share/util-macros/INSTALL $(top_srcdir)/.INSTALL.tmp && mv $(top_srcdir)/.INSTALL.tmp $(top_srcdir)/INSTALL) || (rm -f $(top_srcdir)/.INSTALL.tmp; touch $(top_srcdir)/INSTALL; echo '\''util-macros "pkgdatadir" from xorg-macros.pc not found: installing possibly empty INSTALL.'\'' >&2)' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' LDFLAGS='-Wl,-O1 -Wl,--as-needed' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' LIB_MAN_SUFFIX='3' LIPO='' LN_S='ln -s' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAKEINFO='${SHELL} /var/tmp/portage/x11-libs/libXxf86misc-1.0.4/work/libXxf86misc-1.0.4/missing makeinfo' MALLOC_ZERO_CFLAGS='' MANIFEST_TOOL=':' MAN_SUBSTS=' -e '\''s|__vendorversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\'' -e '\''s|__xorgversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\'' -e '\''s|__xservername__|Xorg|g'\'' -e '\''s|__xconfigfile__|xorg.conf|g'\'' -e '\''s|__projectroot__|$(prefix)|g'\'' -e '\''s|__apploaddir__|$(appdefaultdir)|g'\'' -e '\''s|__appmansuffix__|$(APP_MAN_SUFFIX)|g'\'' -e '\''s|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g'\'' -e '\''s|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g'\'' -e '\''s|__libmansuffix__|$(LIB_MAN_SUFFIX)|g'\'' -e '\''s|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g'\'' -e '\''s|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'\''' MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' MISC_MAN_SUFFIX='7' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/x86_64-pc-linux-gnu-nm -B' NMEDIT='' OBJDUMP='x86_64-pc-linux-gnu-objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='libXxf86misc' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' PACKAGE_NAME='libXxf86misc' PACKAGE_STRING='libXxf86misc 1.0.4' PACKAGE_TARNAME='libXxf86misc' PACKAGE_URL='' PACKAGE_VERSION='1.0.4' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/usr/lib64/pkgconfig' RANLIB='x86_64-pc-linux-gnu-ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRICT_CFLAGS=' -pedantic -Werror -Werror=attributes' STRIP='x86_64-pc-linux-gnu-strip' VERSION='1.0.4' XMALLOC_ZERO_CFLAGS='' XORG_MAN_PAGE='X Version 11' XTMALLOC_ZERO_CFLAGS='' XXF86MISC_CFLAGS='' XXF86MISC_LIBS='' ac_ct_AR='' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__include='include' am__isrc=' -I$(srcdir)' am__leading_dot='.' am__nodep='' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-pc-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='/usr/share' datarootdir='${prefix}/share' docdir='/usr/share/doc/libXxf86misc-1.0.4' dvidir='${docdir}' exec_prefix='NONE' 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='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/x11-libs/libXxf86misc-1.0.4/work/libXxf86misc-1.0.4/install-sh' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "libXxf86misc" #define PACKAGE_TARNAME "libXxf86misc" #define PACKAGE_VERSION "1.0.4" #define PACKAGE_STRING "libXxf86misc 1.0.4" #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" #define PACKAGE_URL "" #define PACKAGE "libXxf86misc" #define VERSION "1.0.4" #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 PACKAGE_VERSION_MAJOR 1 #define PACKAGE_VERSION_MINOR 0 #define PACKAGE_VERSION_PATCHLEVEL 4 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" configure: exit 1