This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libxcb configure 1.12, which was generated by GNU Autoconf 2.69. Invocation command line was $ /usr/aarch64-unknown-linux-gnu/tmp/portage/x11-libs/libxcb-1.12-r2/work/libxcb-1.12/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=aarch64-unknown-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/libxcb-1.12-r2 --enable-shared --disable-static --disable-selective-werror --disable-devel-docs --disable-selinux --enable-xkb --enable-xinput ## --------- ## ## Platform. ## ## --------- ## hostname = XXX uname -m = x86_64 uname -r = XXX (hardened, GRsec + PAX) uname -s = Linux uname -v = #5 SMP Mon Feb 8 22:30:57 CST 2016 /usr/bin/uname -p = Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz /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/aarch64-unknown-linux-gnu/tmp/portage/x11-libs/libxcb-1.12-r2/temp/python3.4/bin PATH: /usr/lib/portage/python3.4/ebuild-helpers/xattr PATH: /usr/lib/portage/python3.4/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/aarch64-unknown-linux-gnu/gcc-bin/4.9.4 ## ----------- ## ## Core tests. ## ## ----------- ## configure:2448: 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 | | TOPDIR=/usr/share/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" ;; | esac | | case ${CHOST} in | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; | 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 "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${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:2595: checking for a BSD-compatible install configure:2663: result: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c configure:2674: checking whether build environment is sane configure:2729: result: yes configure:2788: checking for aarch64-unknown-linux-gnu-strip configure:2804: found /usr/bin/aarch64-unknown-linux-gnu-strip configure:2815: result: aarch64-unknown-linux-gnu-strip configure:2880: checking for a thread-safe mkdir -p configure:2919: result: /bin/mkdir -p configure:2926: checking for gawk configure:2942: found /usr/bin/gawk configure:2953: result: gawk configure:2964: checking whether make sets $(MAKE) configure:2986: result: yes configure:3015: checking whether make supports nested variables configure:3032: result: yes configure:3166: checking whether /usr/bin/python3.4 version is >= 2.6 configure:3177: /usr/bin/python3.4 -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) configure:3180: $? = 0 configure:3182: result: yes configure:3275: checking for /usr/bin/python3.4 version configure:3282: result: 3.4 configure:3294: checking for /usr/bin/python3.4 platform configure:3301: result: linux configure:3327: checking for /usr/bin/python3.4 script directory configure:3362: result: ${prefix}/lib64/python3.4/site-packages configure:3371: checking for /usr/bin/python3.4 extension module directory configure:3406: result: ${exec_prefix}/lib64/python3.4/site-packages configure:3435: checking for style of include used by make configure:3463: result: GNU configure:3494: checking for aarch64-unknown-linux-gnu-gcc configure:3510: found /usr/bin/aarch64-unknown-linux-gnu-gcc configure:3521: result: aarch64-unknown-linux-gnu-gcc configure:3790: checking for C compiler version configure:3799: aarch64-unknown-linux-gnu-gcc --version >&5 aarch64-unknown-linux-gnu-gcc (Gentoo Hardened 5.4.0-r3 p1.3, pie-0.6.5) 5.4.0 Copyright (C) 2015 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:3810: $? = 0 configure:3799: aarch64-unknown-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/aarch64-unknown-linux-gnu/gcc-bin/5.4.0/aarch64-unknown-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/aarch64-unknown-linux-gnu/5.4.0/lto-wrapper Target: aarch64-unknown-linux-gnu Configured with: /var/tmp/portage/cross-aarch64-unknown-linux-gnu/gcc-5.4.0-r3/work/gcc-5.4.0/configure --host=x86_64-pc-linux-gnu --target=aarch64-unknown-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/aarch64-unknown-linux-gnu/gcc-bin/5.4.0 --includedir=/usr/lib/gcc/aarch64-unknown-linux-gnu/5.4.0/include --datadir=/usr/share/gcc-data/aarch64-unknown-linux-gnu/5.4.0 --mandir=/usr/share/gcc-data/aarch64-unknown-linux-gnu/5.4.0/man --infodir=/usr/share/gcc-data/aarch64-unknown-linux-gnu/5.4.0/info --with-gxx-include-dir=/usr/lib/gcc/aarch64-unknown-linux-gnu/5.4.0/include/g++-v5 --with-python-dir=/share/gcc-data/aarch64-unknown-linux-gnu/5.4.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 Hardened 5.4.0-r3 p1.3, pie-0.6.5' --enable-esp --enable-libstdcxx-time --enable-poison-system-directories --with-sysroot=/usr/aarch64-unknown-linux-gnu --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --disable-altivec --disable-fixed-point --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --disable-libsanitizer Thread model: posix gcc version 5.4.0 (Gentoo Hardened 5.4.0-r3 p1.3, pie-0.6.5) configure:3810: $? = 0 configure:3799: aarch64-unknown-linux-gnu-gcc -V >&5 aarch64-unknown-linux-gnu-gcc: error: unrecognized command line option '-V' aarch64-unknown-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:3810: $? = 1 configure:3799: aarch64-unknown-linux-gnu-gcc -qversion >&5 aarch64-unknown-linux-gnu-gcc: error: unrecognized command line option '-qversion' aarch64-unknown-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:3810: $? = 1 configure:3830: checking whether the C compiler works configure:3852: aarch64-unknown-linux-gnu-gcc -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3856: $? = 0 configure:3904: result: yes configure:3907: checking for C compiler default output file name configure:3909: result: a.out configure:3915: checking for suffix of executables configure:3922: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3926: $? = 0 configure:3948: result: configure:3970: checking whether we are cross compiling configure:4008: result: yes configure:4013: checking for suffix of object files configure:4035: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:4039: $? = 0 configure:4060: result: o configure:4064: checking whether we are using the GNU C compiler configure:4083: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:4083: $? = 0 configure:4092: result: yes configure:4101: checking whether aarch64-unknown-linux-gnu-gcc accepts -g configure:4121: aarch64-unknown-linux-gnu-gcc -c -g conftest.c >&5 configure:4121: $? = 0 configure:4162: result: yes configure:4179: checking for aarch64-unknown-linux-gnu-gcc option to accept ISO C89 configure:4242: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:4242: $? = 0 configure:4255: result: none needed configure:4280: checking whether aarch64-unknown-linux-gnu-gcc understands -c and -o together configure:4302: aarch64-unknown-linux-gnu-gcc -c conftest.c -o conftest2.o configure:4305: $? = 0 configure:4302: aarch64-unknown-linux-gnu-gcc -c conftest.c -o conftest2.o configure:4305: $? = 0 configure:4317: result: yes configure:4336: checking dependency style of aarch64-unknown-linux-gnu-gcc configure:4447: result: none configure:4468: checking how to run the C preprocessor configure:4499: aarch64-unknown-linux-gnu-gcc -E conftest.c configure:4499: $? = 0 configure:4513: aarch64-unknown-linux-gnu-gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4513: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.12" | #define PACKAGE_STRING "libxcb 1.12" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.12" | /* end confdefs.h. */ | #include configure:4538: result: aarch64-unknown-linux-gnu-gcc -E configure:4558: aarch64-unknown-linux-gnu-gcc -E conftest.c configure:4558: $? = 0 configure:4572: aarch64-unknown-linux-gnu-gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4572: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.12" | #define PACKAGE_STRING "libxcb 1.12" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.12" | /* end confdefs.h. */ | #include configure:4601: checking for grep that handles long lines and -e configure:4659: result: /bin/grep configure:4664: checking for egrep configure:4726: result: /bin/grep -E configure:4731: checking for ANSI C header files configure:4751: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:4751: $? = 0 configure:4835: result: yes configure:4848: checking for sys/types.h configure:4848: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:4848: $? = 0 configure:4848: result: yes configure:4848: checking for sys/stat.h configure:4848: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:4848: $? = 0 configure:4848: result: yes configure:4848: checking for stdlib.h configure:4848: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:4848: $? = 0 configure:4848: result: yes configure:4848: checking for string.h configure:4848: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:4848: $? = 0 configure:4848: result: yes configure:4848: checking for memory.h configure:4848: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:4848: $? = 0 configure:4848: result: yes configure:4848: checking for strings.h configure:4848: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:4848: $? = 0 configure:4848: result: yes configure:4848: checking for inttypes.h configure:4848: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:4848: $? = 0 configure:4848: result: yes configure:4848: checking for stdint.h configure:4848: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:4848: $? = 0 configure:4848: result: yes configure:4848: checking for unistd.h configure:4848: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:4848: $? = 0 configure:4848: result: yes configure:4861: checking minix/config.h usability configure:4861: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 conftest.c:54:26: fatal error: minix/config.h: No such file or directory compilation terminated. configure:4861: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.12" | #define PACKAGE_STRING "libxcb 1.12" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.12" | #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 | #include configure:4861: result: no configure:4861: checking minix/config.h presence configure:4861: aarch64-unknown-linux-gnu-gcc -E conftest.c conftest.c:21:26: fatal error: minix/config.h: No such file or directory compilation terminated. configure:4861: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.12" | #define PACKAGE_STRING "libxcb 1.12" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.12" | #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 configure:4861: result: no configure:4861: checking for minix/config.h configure:4861: result: no configure:4882: checking whether it is safe to define __EXTENSIONS__ configure:4900: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:4900: $? = 0 configure:4907: result: yes configure:4953: checking build system type configure:4967: result: x86_64-pc-linux-gnu configure:4987: checking host system type configure:5000: result: aarch64-unknown-linux-gnu configure:5041: checking how to print strings configure:5068: result: printf configure:5089: checking for a sed that does not truncate output configure:5153: result: /bin/sed configure:5171: checking for fgrep configure:5233: result: /bin/grep -F configure:5268: checking for ld used by aarch64-unknown-linux-gnu-gcc configure:5335: result: /usr/libexec/gcc/aarch64-unknown-linux-gnu/ld configure:5342: checking if the linker (/usr/libexec/gcc/aarch64-unknown-linux-gnu/ld) is GNU ld configure:5357: result: yes configure:5369: checking for BSD- or MS-compatible name lister (nm) configure:5423: result: /usr/bin/aarch64-unknown-linux-gnu-nm -B configure:5553: checking the name lister (/usr/bin/aarch64-unknown-linux-gnu-nm -B) interface configure:5560: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:5563: /usr/bin/aarch64-unknown-linux-gnu-nm -B "conftest.o" configure:5566: output 0000000000000000 B some_variable configure:5573: result: BSD nm configure:5576: checking whether ln -s works configure:5580: result: yes configure:5588: checking the maximum length of command line arguments configure:5719: result: 1572864 configure:5767: checking how to convert x86_64-pc-linux-gnu file names to aarch64-unknown-linux-gnu format configure:5807: result: func_convert_file_noop configure:5814: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:5834: result: func_convert_file_noop configure:5841: checking for /usr/libexec/gcc/aarch64-unknown-linux-gnu/ld option to reload object files configure:5848: result: -r configure:5882: checking for aarch64-unknown-linux-gnu-objdump configure:5898: found /usr/bin/aarch64-unknown-linux-gnu-objdump configure:5909: result: aarch64-unknown-linux-gnu-objdump configure:5978: checking how to recognize dependent libraries configure:6178: result: pass_all configure:6223: checking for aarch64-unknown-linux-gnu-dlltool configure:6253: result: no configure:6263: checking for dlltool configure:6293: result: no configure:6320: checking how to associate runtime and link libraries configure:6347: result: printf %s\n configure:6363: checking for aarch64-unknown-linux-gnu-ar configure:6379: found /usr/bin/aarch64-unknown-linux-gnu-ar configure:6390: result: aarch64-unknown-linux-gnu-ar configure:6471: checking for archiver @FILE support configure:6488: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:6488: $? = 0 configure:6491: aarch64-unknown-linux-gnu-ar cru libconftest.a @conftest.lst >&5 configure:6494: $? = 0 configure:6499: aarch64-unknown-linux-gnu-ar cru libconftest.a @conftest.lst >&5 aarch64-unknown-linux-gnu-ar: conftest.o: No such file or directory configure:6502: $? = 1 configure:6514: result: @ configure:6532: checking for aarch64-unknown-linux-gnu-strip configure:6559: result: aarch64-unknown-linux-gnu-strip configure:6631: checking for aarch64-unknown-linux-gnu-ranlib configure:6647: found /usr/bin/aarch64-unknown-linux-gnu-ranlib configure:6658: result: aarch64-unknown-linux-gnu-ranlib configure:6800: checking command to parse /usr/bin/aarch64-unknown-linux-gnu-nm -B output from aarch64-unknown-linux-gnu-gcc object configure:6953: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:6956: $? = 0 configure:6960: /usr/bin/aarch64-unknown-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:6963: $? = 0 configure:7029: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 configure:7032: $? = 0 configure:7070: result: ok configure:7117: checking for sysroot configure:7147: result: no configure:7154: checking for a working dd configure:7192: result: /bin/dd configure:7196: checking how to truncate binary pipes configure:7211: result: /bin/dd bs=4096 count=1 configure:7500: checking for aarch64-unknown-linux-gnu-mt configure:7530: result: no configure:7540: checking for mt configure:7570: result: no configure:7590: checking if : is a manifest tool configure:7596: : '-?' configure:7604: result: no configure:8278: checking for dlfcn.h configure:8278: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:8278: $? = 0 configure:8278: result: yes configure:8832: checking for objdir configure:8847: result: .libs configure:9111: checking if aarch64-unknown-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:9129: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:9133: $? = 0 configure:9146: result: no configure:9504: checking for aarch64-unknown-linux-gnu-gcc option to produce PIC configure:9511: result: -fPIC -DPIC configure:9519: checking if aarch64-unknown-linux-gnu-gcc PIC flag -fPIC -DPIC works configure:9537: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -fPIC -DPIC -DPIC conftest.c >&5 configure:9541: $? = 0 configure:9554: result: yes configure:9583: checking if aarch64-unknown-linux-gnu-gcc static flag -static works configure:9611: result: yes configure:9626: checking if aarch64-unknown-linux-gnu-gcc supports -c -o file.o configure:9647: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -o out/conftest2.o conftest.c >&5 configure:9651: $? = 0 configure:9673: result: yes configure:9681: checking if aarch64-unknown-linux-gnu-gcc supports -c -o file.o configure:9728: result: yes configure:9761: checking whether the aarch64-unknown-linux-gnu-gcc linker (/usr/libexec/gcc/aarch64-unknown-linux-gnu/ld) supports shared libraries configure:11020: result: yes configure:11057: checking whether -lc should be explicitly linked in configure:11065: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:11068: $? = 0 configure:11083: aarch64-unknown-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:11086: $? = 0 configure:11100: result: no configure:11260: checking dynamic linker characteristics configure:11854: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11854: $? = 0 configure:12091: result: GNU/Linux ld.so configure:12213: checking how to hardcode library paths into programs configure:12238: result: immediate configure:12786: checking whether stripping libraries is possible configure:12791: result: yes configure:12826: checking if libtool supports shared libraries configure:12828: result: yes configure:12831: checking whether to build shared libraries configure:12856: result: yes configure:12859: checking whether to build static libraries configure:12863: result: no configure:12913: checking for aarch64-unknown-linux-gnu-gcc option to accept ISO C99 configure:13062: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 configure:13062: $? = 0 configure:13075: result: none needed configure:13094: checking whether __clang__ is declared configure:13094: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 conftest.c: In function 'main': conftest.c:68:10: error: '__clang__' undeclared (first use in this function) (void) __clang__; ^ conftest.c:68:10: note: each undeclared identifier is reported only once for each function it appears in configure:13094: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.12" | #define PACKAGE_STRING "libxcb 1.12" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.12" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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:13094: result: no configure:13101: checking whether __INTEL_COMPILER is declared configure:13101: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 conftest.c: In function 'main': conftest.c:68:10: error: '__INTEL_COMPILER' undeclared (first use in this function) (void) __INTEL_COMPILER; ^ conftest.c:68:10: note: each undeclared identifier is reported only once for each function it appears in configure:13101: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.12" | #define PACKAGE_STRING "libxcb 1.12" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.12" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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:13101: result: no configure:13108: checking whether __SUNPRO_C is declared configure:13108: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 conftest.c: In function 'main': conftest.c:68:10: error: '__SUNPRO_C' undeclared (first use in this function) (void) __SUNPRO_C; ^ conftest.c:68:10: note: each undeclared identifier is reported only once for each function it appears in configure:13108: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.12" | #define PACKAGE_STRING "libxcb 1.12" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.12" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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:13108: result: no configure:13127: checking for aarch64-unknown-linux-gnu-pkg-config configure:13145: found /usr/bin/aarch64-unknown-linux-gnu-pkg-config configure:13157: result: /usr/bin/aarch64-unknown-linux-gnu-pkg-config configure:13225: checking pkg-config is at least version 0.9.0 configure:13228: result: yes configure:13277: checking if aarch64-unknown-linux-gnu-gcc supports -Werror=unknown-warning-option configure:13286: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -Werror=unknown-warning-option conftest.c >&5 cc1: error: -Werror=unknown-warning-option: no option -Wunknown-warning-option configure:13286: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.12" | #define PACKAGE_STRING "libxcb 1.12" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.12" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | int i; configure:13293: result: no configure:13304: checking if aarch64-unknown-linux-gnu-gcc supports -Werror=unused-command-line-argument configure:13313: aarch64-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -Werror=unused-command-line-argument conftest.c >&5 cc1: error: -Werror=unused-command-line-argument: no option -Wunused-command-line-argument configure:13313: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxcb" | #define PACKAGE_TARNAME "libxcb" | #define PACKAGE_VERSION "1.12" | #define PACKAGE_STRING "libxcb 1.12" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" | #define PACKAGE_URL "" | #define PACKAGE "libxcb" | #define VERSION "1.12" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | int i; configure:13320: result: no configure:13339: checking if aarch64-unknown-linux-gnu-gcc supports -Wall configure:13356: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wall -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13356: $? = 0 configure:13369: result: yes configure:13457: checking if aarch64-unknown-linux-gnu-gcc supports -Wpointer-arith configure:13474: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wpointer-arith -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13474: $? = 0 configure:13487: result: yes configure:13575: checking if aarch64-unknown-linux-gnu-gcc supports -Wmissing-declarations configure:13592: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wmissing-declarations -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13592: $? = 0 configure:13605: result: yes configure:13693: checking if aarch64-unknown-linux-gnu-gcc supports -Wformat=2 configure:13710: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wformat=2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13710: $? = 0 configure:13723: result: yes configure:13862: checking if aarch64-unknown-linux-gnu-gcc supports -Wstrict-prototypes configure:13879: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wstrict-prototypes -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:30:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:13879: $? = 0 configure:13892: result: yes configure:13980: checking if aarch64-unknown-linux-gnu-gcc supports -Wmissing-prototypes configure:13997: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wmissing-prototypes -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13997: $? = 0 configure:14010: result: yes configure:14098: checking if aarch64-unknown-linux-gnu-gcc supports -Wnested-externs configure:14115: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wnested-externs -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:14115: $? = 0 configure:14128: result: yes configure:14216: checking if aarch64-unknown-linux-gnu-gcc supports -Wbad-function-cast configure:14233: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wbad-function-cast -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:14233: $? = 0 configure:14246: result: yes configure:14334: checking if aarch64-unknown-linux-gnu-gcc supports -Wold-style-definition configure:14351: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wold-style-definition -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c: In function 'main': conftest.c:30:1: warning: old-style function definition [-Wold-style-definition] main () ^ configure:14351: $? = 0 configure:14364: result: yes configure:14501: checking if aarch64-unknown-linux-gnu-gcc supports -Wdeclaration-after-statement configure:14518: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wdeclaration-after-statement -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:14518: $? = 0 configure:14531: result: yes configure:14623: checking if aarch64-unknown-linux-gnu-gcc supports -Wunused configure:14640: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wunused -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:14640: $? = 0 configure:14653: result: yes configure:14741: checking if aarch64-unknown-linux-gnu-gcc supports -Wuninitialized configure:14758: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wuninitialized -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:14758: $? = 0 configure:14771: result: yes configure:14859: checking if aarch64-unknown-linux-gnu-gcc supports -Wshadow configure:14876: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wshadow -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:14876: $? = 0 configure:14889: result: yes configure:14977: checking if aarch64-unknown-linux-gnu-gcc supports -Wmissing-noreturn configure:14994: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wmissing-noreturn -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:14994: $? = 0 configure:15007: result: yes configure:15095: checking if aarch64-unknown-linux-gnu-gcc supports -Wmissing-format-attribute configure:15112: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wmissing-format-attribute -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:15112: $? = 0 configure:15125: result: yes configure:15213: checking if aarch64-unknown-linux-gnu-gcc supports -Wredundant-decls configure:15230: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wredundant-decls -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:15230: $? = 0 configure:15243: result: yes configure:15331: checking if aarch64-unknown-linux-gnu-gcc supports -Wlogical-op configure:15348: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wlogical-op -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:15348: $? = 0 configure:15361: result: yes configure:17064: 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=xcb configure:17145: checking if aarch64-unknown-linux-gnu-gcc supports -Wimplicit configure:17162: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wimplicit -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:17162: $? = 0 configure:17175: result: yes configure:17263: checking if aarch64-unknown-linux-gnu-gcc supports -Wnonnull configure:17280: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wnonnull -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:17280: $? = 0 configure:17293: result: yes configure:17381: checking if aarch64-unknown-linux-gnu-gcc supports -Winit-self configure:17398: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Winit-self -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:17398: $? = 0 configure:17411: result: yes configure:17499: checking if aarch64-unknown-linux-gnu-gcc supports -Wmain configure:17516: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wmain -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:17516: $? = 0 configure:17529: result: yes configure:17617: checking if aarch64-unknown-linux-gnu-gcc supports -Wmissing-braces configure:17634: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wmissing-braces -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:17634: $? = 0 configure:17647: result: yes configure:17735: checking if aarch64-unknown-linux-gnu-gcc supports -Wsequence-point configure:17752: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wsequence-point -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:17752: $? = 0 configure:17765: result: yes configure:17853: checking if aarch64-unknown-linux-gnu-gcc supports -Wreturn-type configure:17870: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wreturn-type -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:17870: $? = 0 configure:17883: result: yes configure:17971: checking if aarch64-unknown-linux-gnu-gcc supports -Wtrigraphs configure:17988: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wtrigraphs -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:17988: $? = 0 configure:18001: result: yes configure:18089: checking if aarch64-unknown-linux-gnu-gcc supports -Warray-bounds configure:18106: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Warray-bounds -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:18106: $? = 0 configure:18119: result: yes configure:18207: checking if aarch64-unknown-linux-gnu-gcc supports -Wwrite-strings configure:18224: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wwrite-strings -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:18224: $? = 0 configure:18237: result: yes configure:18325: checking if aarch64-unknown-linux-gnu-gcc supports -Waddress configure:18342: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Waddress -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:18342: $? = 0 configure:18355: result: yes configure:18443: checking if aarch64-unknown-linux-gnu-gcc supports -Wint-to-pointer-cast configure:18460: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wint-to-pointer-cast -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:18460: $? = 0 configure:18473: result: yes configure:18561: checking if aarch64-unknown-linux-gnu-gcc supports -Wpointer-to-int-cast configure:18578: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wpointer-to-int-cast -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:18578: $? = 0 configure:18591: result: yes configure:18712: checking if aarch64-unknown-linux-gnu-gcc supports -pedantic configure:18729: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -pedantic -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:18729: $? = 0 configure:18742: result: yes configure:18830: checking if aarch64-unknown-linux-gnu-gcc supports -Werror configure:18847: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Werror -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:18847: $? = 0 configure:18860: result: yes configure:19000: checking if aarch64-unknown-linux-gnu-gcc supports -Werror=attributes configure:19017: aarch64-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Werror=attributes -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:19017: $? = 0 configure:19030: result: yes configure:19194: checking whether make supports nested variables configure:19211: result: yes configure:19241: checking whether to build developer documentation configure:19243: result: no configure:19263: checking for doxygen configure:19296: result: no configure:19302: WARNING: doxygen not found - documentation targets will be skipped configure:19432: WARNING: dot not found - doxygen targets will be skipped configure:19438: checking for CHECK configure:19445: $PKG_CONFIG --exists --print-errors "check >= 0.9.4" Package check was not found in the pkg-config search path. Perhaps you should add the directory containing `check.pc' to the PKG_CONFIG_PATH environment variable No package 'check' found configure:19448: $? = 1 configure:19462: $PKG_CONFIG --exists --print-errors "check >= 0.9.4" Package check was not found in the pkg-config search path. Perhaps you should add the directory containing `check.pc' to the PKG_CONFIG_PATH environment variable No package 'check' found configure:19465: $? = 1 configure:19479: result: no No package 'check' found configure:19569: checking for XCBPROTO configure:19576: $PKG_CONFIG --exists --print-errors "xcb-proto >= 1.12" Package xcb-proto was not found in the pkg-config search path. Perhaps you should add the directory containing `xcb-proto.pc' to the PKG_CONFIG_PATH environment variable No package 'xcb-proto' found configure:19579: $? = 1 configure:19593: $PKG_CONFIG --exists --print-errors "xcb-proto >= 1.12" Package xcb-proto was not found in the pkg-config search path. Perhaps you should add the directory containing `xcb-proto.pc' to the PKG_CONFIG_PATH environment variable No package 'xcb-proto' found configure:19596: $? = 1 configure:19610: result: no No package 'xcb-proto' found configure:19626: error: Package requirements (xcb-proto >= 1.12) were not met: No package 'xcb-proto' 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 XCBPROTO_CFLAGS and XCBPROTO_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_alignof_CORBA_boolean=1 ac_cv_alignof_CORBA_char=1 ac_cv_alignof_CORBA_double=8 ac_cv_alignof_CORBA_float=4 ac_cv_alignof_CORBA_long=4 ac_cv_alignof_CORBA_long_double=8 ac_cv_alignof_CORBA_long_long=8 ac_cv_alignof_CORBA_octet=1 ac_cv_alignof_CORBA_pointer=4 ac_cv_alignof_CORBA_short=2 ac_cv_alignof_CORBA_struct=1 ac_cv_alignof_CORBA_wchar=2 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='-O2 -pipe -fomit-frame-pointer' ac_cv_env_CHECK_CFLAGS_set= ac_cv_env_CHECK_CFLAGS_value= ac_cv_env_CHECK_LIBS_set= ac_cv_env_CHECK_LIBS_value= ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_DOT_set= ac_cv_env_DOT_value= ac_cv_env_DOXYGEN_set= ac_cv_env_DOXYGEN_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_NEEDED_CFLAGS_set= ac_cv_env_NEEDED_CFLAGS_value= ac_cv_env_NEEDED_LIBS_set= ac_cv_env_NEEDED_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set=set ac_cv_env_PKG_CONFIG_PATH_value=/usr/aarch64-unknown-linux-gnu/tmp/portage/x11-libs/libxcb-1.12-r2/temp/python3.4/pkgconfig:/usr/aarch64-unknown-linux-gnu/usr/lib/pkgconfig/ ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PYTHON_set=set ac_cv_env_PYTHON_value=/usr/bin/python3.4 ac_cv_env_XCBPROTO_CFLAGS_set= ac_cv_env_XCBPROTO_CFLAGS_value= ac_cv_env_XCBPROTO_LIBS_set= ac_cv_env_XCBPROTO_LIBS_value= ac_cv_env_XDMCP_CFLAGS_set= ac_cv_env_XDMCP_CFLAGS_value= ac_cv_env_XDMCP_LIBS_set= ac_cv_env_XDMCP_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=aarch64-unknown-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_file___dev_urandom_=yes ac_cv_file__bin_bash=yes ac_cv_file__dev_arandom=no ac_cv_file__dev_ptc=no ac_cv_file__dev_ptmx=yes ac_cv_file__dev_random=yes ac_cv_file__dev_srandom=yes ac_cv_file__dev_urandom=yes ac_cv_file__dev_zero=yes ac_cv_file__usr_share_sgml_X11_defs_ent=1 ac_cv_func_calloc_0_nonnull=yes ac_cv_func_getaddrinfo=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_posix_getgrgid_r=yes ac_cv_func_posix_getpwnam_r=yes ac_cv_func_posix_getpwuid_r=yes ac_cv_func_printf_unix98=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_setgrent_void=yes ac_cv_func_setpgrp_void=yes ac_cv_func_strnlen_working=yes ac_cv_func_vsnprintf_c99=yes ac_cv_func_wait3_rusage=yes ac_cv_have_abstract_sockets=yes 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_minix_config_h=no ac_cv_header_pwd_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=aarch64-unknown-linux-gnu ac_cv_linux_vers=2 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/aarch64-unknown-linux-gnu-pkg-config ac_cv_path_SED=/bin/sed ac_cv_path_install='/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c' ac_cv_path_lt_DD=/bin/dd ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=aarch64-unknown-linux-gnu-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=aarch64-unknown-linux-gnu-gcc ac_cv_prog_CPP='aarch64-unknown-linux-gnu-gcc -E' ac_cv_prog_OBJDUMP=aarch64-unknown-linux-gnu-objdump ac_cv_prog_RANLIB=aarch64-unknown-linux-gnu-ranlib ac_cv_prog_STRIP=aarch64-unknown-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 ac_cv_safe_to_define___extensions__=yes ac_cv_va_copy=yes am_cv_CC_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes am_cv_python_platform=linux am_cv_python_pyexecdir='${exec_prefix}/lib64/python3.4/site-packages' am_cv_python_pythondir='${prefix}/lib64/python3.4/site-packages' am_cv_python_version=3.4 bash_cv_job_control_missing=present bash_cv_sys_named_pipes=present fu_cv_sys_stat_statvfs=yes gl_cv_func_btowc_eof=yes gl_cv_func_malloc_0_nonnull=yes gl_cv_func_re_compile_pattern_working=yes gl_cv_func_rename_trailing_dest_slash_bug=no gl_cv_func_rename_trailing_slash_bug=no gl_cv_func_wcwidth_works=yes glib_cv___va_copy=yes glib_cv_has__inline=yes glib_cv_has__inline__=yes glib_cv_hasinline=yes glib_cv_long_long_format=ll glib_cv_rtldglobal_broken=no glib_cv_sane_realloc=yes glib_cv_stack_grows=no glib_cv_uscore=no glib_cv_va_copy=yes glib_cv_va_val_copy=no lf_cv_sane_realloc=yes libIDL_cv_long_long_format=ll 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/libexec/gcc/aarch64-unknown-linux-gnu/ld lt_cv_path_NM='/usr/bin/aarch64-unknown-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=no 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' screen_cv_sys_bcopy_overlap=no screen_cv_sys_fifo_broken_impl=yes screen_cv_sys_fifo_usable=yes screen_cv_sys_memcpy_overlap=no screen_cv_sys_memmove_overlap=no screen_cv_sys_select_broken_retval=no screen_cv_sys_sockets_nofs=no screen_cv_sys_sockets_usable=yes screen_cv_sys_terminfo_used=yes sudo_cv_func_unsetenv_void=no sudo_cv_uid_t_len=10 td_cv_buggygetaddrinfo=no vim_cv_getcwd_broken=no vim_cv_memmove_handles_overlap=yes vim_cv_stat_ignores_slash=yes vim_cv_terminfo=yes vim_cv_toupper_broken=no vim_cv_tty_group=world vim_cv_tty_mode=0666 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 yeti_cv_func_scanf_modif_size_t=z ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/aarch64-unknown-linux-gnu/tmp/portage/x11-libs/libxcb-1.12-r2/work/libxcb-1.12/build-aux/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='aarch64-unknown-linux-gnu-ar' AS='as' AUTOCONF='${SHELL} /usr/aarch64-unknown-linux-gnu/tmp/portage/x11-libs/libxcb-1.12-r2/work/libxcb-1.12/build-aux/missing autoconf' AUTOHEADER='${SHELL} /usr/aarch64-unknown-linux-gnu/tmp/portage/x11-libs/libxcb-1.12-r2/work/libxcb-1.12/build-aux/missing autoheader' AUTOMAKE='${SHELL} /usr/aarch64-unknown-linux-gnu/tmp/portage/x11-libs/libxcb-1.12-r2/work/libxcb-1.12/build-aux/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' BUILD_COMPOSITE_FALSE='' BUILD_COMPOSITE_TRUE='' BUILD_DAMAGE_FALSE='' BUILD_DAMAGE_TRUE='' BUILD_DPMS_FALSE='' BUILD_DPMS_TRUE='' BUILD_DRI2_FALSE='' BUILD_DRI2_TRUE='' BUILD_DRI3_FALSE='' BUILD_DRI3_TRUE='' BUILD_GLX_FALSE='' BUILD_GLX_TRUE='' BUILD_PRESENT_FALSE='' BUILD_PRESENT_TRUE='' BUILD_RANDR_FALSE='' BUILD_RANDR_TRUE='' BUILD_RECORD_FALSE='' BUILD_RECORD_TRUE='' BUILD_RENDER_FALSE='' BUILD_RENDER_TRUE='' BUILD_RESOURCE_FALSE='' BUILD_RESOURCE_TRUE='' BUILD_SCREENSAVER_FALSE='' BUILD_SCREENSAVER_TRUE='' BUILD_SELINUX_FALSE='' BUILD_SELINUX_TRUE='' BUILD_SHAPE_FALSE='' BUILD_SHAPE_TRUE='' BUILD_SHM_FALSE='' BUILD_SHM_TRUE='' BUILD_SYNC_FALSE='' BUILD_SYNC_TRUE='' BUILD_XEVIE_FALSE='' BUILD_XEVIE_TRUE='' BUILD_XFIXES_FALSE='' BUILD_XFIXES_TRUE='' BUILD_XFREE86_DRI_FALSE='' BUILD_XFREE86_DRI_TRUE='' BUILD_XINERAMA_FALSE='' BUILD_XINERAMA_TRUE='' BUILD_XINPUT_FALSE='' BUILD_XINPUT_TRUE='' BUILD_XKB_FALSE='' BUILD_XKB_TRUE='' BUILD_XPRINT_FALSE='' BUILD_XPRINT_TRUE='' BUILD_XTEST_FALSE='' BUILD_XTEST_TRUE='' BUILD_XVMC_FALSE='' BUILD_XVMC_TRUE='' BUILD_XV_FALSE='' BUILD_XV_TRUE='' CC='aarch64-unknown-linux-gnu-gcc' CCDEPMODE='depmode=none' CFLAGS='-O2 -pipe -fomit-frame-pointer' 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)' CHECK_CFLAGS='' CHECK_LIBS='' CPP='aarch64-unknown-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' DOT='' DOXYGEN='' DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' DRIVER_MAN_SUFFIX='4' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_DEVEL_DOCS_FALSE='' ENABLE_DEVEL_DOCS_TRUE='#' EXEEXT='' FGREP='/bin/grep -F' FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' FILE_MAN_SUFFIX='5' GREP='/bin/grep' HAVE_CHECK_FALSE='' HAVE_CHECK_TRUE='#' HAVE_DOT='no' HAVE_DOT_FALSE='' HAVE_DOT_TRUE='#' HAVE_DOXYGEN_FALSE='' HAVE_DOXYGEN_TRUE='#' HTML_CHECK_RESULT='no' INSTALL_CMD='(cp -f /INSTALL $(top_srcdir)/.INSTALL.tmp && mv $(top_srcdir)/.INSTALL.tmp $(top_srcdir)/INSTALL) || (rm -f $(top_srcdir)/.INSTALL.tmp; 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' LAUNCHD='' LD='/usr/libexec/gcc/aarch64-unknown-linux-gnu/ld' 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} /usr/aarch64-unknown-linux-gnu/tmp/portage/x11-libs/libxcb-1.12-r2/work/libxcb-1.12/build-aux/missing makeinfo' MANIFEST_TOOL=':' MAN_SUBSTS=' -e '\''s|__vendorversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\'' -e '\''s|__xorgversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\'' -e '\''s|__xservername__|Xorg|g'\'' -e '\''s|__xconfigfile__|xorg.conf|g'\'' -e '\''s|__projectroot__|$(prefix)|g'\'' -e '\''s|__apploaddir__|$(appdefaultdir)|g'\'' -e '\''s|__appmansuffix__|$(APP_MAN_SUFFIX)|g'\'' -e '\''s|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g'\'' -e '\''s|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g'\'' -e '\''s|__libmansuffix__|$(LIB_MAN_SUFFIX)|g'\'' -e '\''s|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g'\'' -e '\''s|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'\''' MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' MISC_MAN_SUFFIX='7' MKDIR_P='/bin/mkdir -p' NEEDED='' NEEDED_CFLAGS='' NEEDED_LIBS='' NM='/usr/bin/aarch64-unknown-linux-gnu-nm -B' NMEDIT='' OBJDUMP='aarch64-unknown-linux-gnu-objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='libxcb' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xcb' PACKAGE_NAME='libxcb' PACKAGE_STRING='libxcb 1.12' PACKAGE_TARNAME='libxcb' PACKAGE_URL='' PACKAGE_VERSION='1.12' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/aarch64-unknown-linux-gnu-pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/usr/aarch64-unknown-linux-gnu/tmp/portage/x11-libs/libxcb-1.12-r2/temp/python3.4/pkgconfig:/usr/aarch64-unknown-linux-gnu/usr/lib/pkgconfig/' PYTHON='/usr/bin/python3.4' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_PLATFORM='linux' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='3.4' RANLIB='aarch64-unknown-linux-gnu-ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRICT_CFLAGS=' -pedantic -Werror -Werror=attributes' STRIP='aarch64-unknown-linux-gnu-strip' VERSION='1.12' XCBPROTO_CFLAGS='' XCBPROTO_LIBS='' XCBPROTO_VERSION='' XCBPROTO_XCBINCLUDEDIR='' XCBPROTO_XCBPYTHONDIR='' XCB_HAVE_WIN32_FALSE='' XCB_HAVE_WIN32_TRUE='' XCB_SERVERSIDE_SUPPORT_FALSE='' XCB_SERVERSIDE_SUPPORT_TRUE='' XDMCP_CFLAGS='' XDMCP_LIBS='' XORG_MAN_PAGE='X Version 11' XSLTPROC='no' ac_ct_AR='' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__include='include' am__isrc=' -I$(srcdir)' am__leading_dot='.' am__nodep='' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='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/libxcb-1.12-r2' dvidir='${docdir}' exec_prefix='NONE' host='aarch64-unknown-linux-gnu' host_alias='aarch64-unknown-linux-gnu' host_cpu='aarch64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /usr/aarch64-unknown-linux-gnu/tmp/portage/x11-libs/libxcb-1.12-r2/work/libxcb-1.12/build-aux/install-sh' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' lt_enable_auto_import='' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' pkgpyexecdir='${pyexecdir}/libxcb' pkgpythondir='${pythondir}/libxcb' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='${exec_prefix}/lib64/python3.4/site-packages' pythondir='${prefix}/lib64/python3.4/site-packages' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' xcbincludedir='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "libxcb" #define PACKAGE_TARNAME "libxcb" #define PACKAGE_VERSION "1.12" #define PACKAGE_STRING "libxcb 1.12" #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" #define PACKAGE_URL "" #define PACKAGE "libxcb" #define VERSION "1.12" #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 __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define PACKAGE_VERSION_MAJOR 1 #define PACKAGE_VERSION_MINOR 12 #define PACKAGE_VERSION_PATCHLEVEL 0 configure: exit 1