Build of wayland with musl toolchain

The build took 00h 01m 11s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
11,416 sh
9,704 ansic
4,332 makefile
17 asm
2 cpp
25,471 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

List of Errors

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: wayland 1.11.0-1 (Wed Apr 5 01:48:07 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) xmlto-0.0.28-1
#
# Total Installed Size: 0.12 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing xmlto...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether make supports nested variables... (cached) yes
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking dependency style of clang... gcc3
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
# checking the name lister (/sysroot/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /sysroot/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /sysroot/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking how to run the C++ preprocessor... clang++ -E
# checking for ld used by clang++... /sysroot/bin/ld -m elf_x86_64
# checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC -DPIC
# checking if clang++ PIC flag -fPIC -DPIC works... yes
# checking if clang++ static flag -static works... no
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for accept4... yes
# checking for mkostemp... yes
# checking for posix_fallocate... yes
# checking for FFI... yes
# checking whether SFD_CLOEXEC is declared... yes
# checking whether TFD_CLOEXEC is declared... yes
# checking whether CLOCK_MONOTONIC is declared... yes
# checking execinfo.h usability... no
# checking execinfo.h presence... no
# checking for execinfo.h... no
# checking for EXPAT... yes
# checking for LIBXML... yes
# checking for xsltproc... /usr/bin/xsltproc
# checking for docbook manpages stylesheet... yes
# checking for doxygen... /usr/bin/doxygen
# checking for compatible doxygen version... yes
# checking for xmlto... /usr/bin/xmlto
# checking for dot... /usr/bin/dot
# checking for compatible dot version... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating doc/doxygen/wayland.doxygen
# config.status: creating Makefile
# config.status: creating cursor/wayland-cursor.pc
# config.status: creating cursor/wayland-cursor-uninstalled.pc
# config.status: creating doc/Makefile
# config.status: creating doc/publican/Makefile
# config.status: creating doc/doxygen/Makefile
# config.status: creating doc/man/Makefile
# config.status: creating src/wayland-server-uninstalled.pc
# config.status: creating src/wayland-client-uninstalled.pc
# config.status: creating src/wayland-scanner-uninstalled.pc
# config.status: creating src/wayland-server.pc
# config.status: creating src/wayland-client.pc
# config.status: creating src/wayland-scanner.pc
# config.status: creating src/wayland-version.h
# config.status: creating config.h
# config.status: linking protocol/wayland.dtd to src/wayland.dtd.embed
# config.status: executing depfiles commands
# config.status: executing libtool commands
# CC src/wayland_scanner-scanner.o
# CPPAS src/dtddata.o
# CC src/libwayland_util_la-wayland-util.lo
# CCLD libwayland-util.la
# /r: `u' modifier ignored since `D' is the default (see `U')
# src/scanner.c:37:10: fatal error: 'expat.h' file not found
# #include
# ^
# 1 error generated.
# make: *** [Makefile:1645: src/wayland_scanner-scanner.o] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/wayland/src/wayland-1.11.0/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by wayland configure 1.11.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = f56819878d68
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /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: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2587: checking for a BSD-compatible install
# configure:2655: result: /usr/bin/install -c
# configure:2666: checking whether build environment is sane
# configure:2721: result: yes
# configure:2780: checking for x86_64-unknown-linux-strip
# configure:2810: result: no
# configure:2820: checking for strip
# configure:2836: found /sysroot/bin/strip
# configure:2847: result: strip
# configure:2872: checking for a thread-safe mkdir -p
# configure:2911: result: /usr/bin/mkdir -p
# configure:2918: checking for gawk
# configure:2934: found /usr/bin/gawk
# configure:2945: result: gawk
# configure:2956: checking whether make sets $(MAKE)
# configure:2978: result: yes
# configure:3007: checking whether make supports nested variables
# configure:3024: result: yes
# configure:3161: checking whether make supports nested variables
# configure:3178: result: yes
# configure:3199: checking for x86_64-unknown-linux-gcc
# configure:3226: result: clang
# configure:3495: checking for C compiler version
# configure:3504: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3515: $? = 0
# configure:3504: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3515: $? = 0
# configure:3504: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3515: $? = 1
# configure:3504: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3515: $? = 1
# configure:3535: checking whether the C compiler works
# configure:3557: clang conftest.c >&5
# configure:3561: $? = 0
# configure:3609: result: yes
# configure:3612: checking for C compiler default output file name
# configure:3614: result: a.out
# configure:3620: checking for suffix of executables
# configure:3627: clang -o conftest conftest.c >&5
# configure:3631: $? = 0
# configure:3653: result:
# configure:3675: checking whether we are cross compiling
# configure:3683: clang -o conftest conftest.c >&5
# configure:3687: $? = 0
# configure:3694: ./conftest
# configure:3698: $? = 0
# configure:3713: result: no
# configure:3718: checking for suffix of object files
# configure:3740: clang -c conftest.c >&5
# configure:3744: $? = 0
# configure:3765: result: o
# configure:3769: checking whether we are using the GNU C compiler
# configure:3788: clang -c conftest.c >&5
# configure:3788: $? = 0
# configure:3797: result: yes
# configure:3806: checking whether clang accepts -g
# configure:3826: clang -c -g conftest.c >&5
# configure:3826: $? = 0
# configure:3867: result: yes
# configure:3884: checking for clang option to accept ISO C89
# configure:3947: clang -c conftest.c >&5
# configure:3947: $? = 0
# configure:3960: result: none needed
# configure:3985: checking whether clang understands -c and -o together
# configure:4007: clang -c conftest.c -o conftest2.o
# configure:4010: $? = 0
# configure:4007: clang -c conftest.c -o conftest2.o
# configure:4010: $? = 0
# configure:4022: result: yes
# configure:4050: checking for style of include used by make
# configure:4078: result: GNU
# configure:4104: checking dependency style of clang
# configure:4215: result: gcc3
# configure:4342: checking for C++ compiler version
# configure:4351: clang++ --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:4362: $? = 0
# configure:4351: clang++ -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:4362: $? = 0
# configure:4351: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4362: $? = 1
# configure:4351: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4362: $? = 1
# configure:4366: checking whether we are using the GNU C++ compiler
# configure:4385: clang++ -c conftest.cpp >&5
# configure:4385: $? = 0
# configure:4394: result: yes
# configure:4403: checking whether clang++ accepts -g
# configure:4423: clang++ -c -g conftest.cpp >&5
# configure:4423: $? = 0
# configure:4464: result: yes
# configure:4489: checking dependency style of clang++
# configure:4600: result: gcc3
# configure:4615: checking for grep that handles long lines and -e
# configure:4673: result: /usr/bin/grep
# configure:4687: checking dependency style of clang
# configure:4796: result: gcc3
# configure:4861: checking build system type
# configure:4875: result: x86_64-unknown-linux-gnu
# configure:4895: checking host system type
# configure:4908: result: x86_64-unknown-linux-gnu
# configure:4949: checking how to print strings
# configure:4976: result: printf
# configure:4997: checking for a sed that does not truncate output
# configure:5061: result: /usr/bin/sed
# configure:5079: checking for egrep
# configure:5141: result: /usr/bin/grep -E
# configure:5146: checking for fgrep
# configure:5208: result: /usr/bin/grep -F
# configure:5243: checking for ld used by clang
# configure:5310: result: /sysroot/bin/ld
# configure:5317: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:5332: result: yes
# configure:5344: checking for BSD- or MS-compatible name lister (nm)
# configure:5393: result: /sysroot/bin/nm -B
# configure:5523: checking the name lister (/sysroot/bin/nm -B) interface
# configure:5530: clang -c conftest.c >&5
# configure:5533: /sysroot/bin/nm -B "conftest.o"
# configure:5536: output
# 0000000000000000 B some_variable
# configure:5543: result: BSD nm
# configure:5546: checking whether ln -s works
# configure:5550: result: yes
# configure:5558: checking the maximum length of command line arguments
# configure:5689: result: 1572864
# configure:5706: checking whether the shell understands some XSI constructs
# configure:5716: result: yes
# configure:5720: checking whether the shell understands "+="
# configure:5726: result: yes
# configure:5761: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5801: result: func_convert_file_noop
# configure:5808: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5828: result: func_convert_file_noop
# configure:5835: checking for /sysroot/bin/ld option to reload object files
# configure:5842: result: -r
# configure:5876: checking for x86_64-unknown-linux-objdump
# configure:5906: result: no
# configure:5916: checking for objdump
# configure:5932: found /sysroot/bin/objdump
# configure:5943: result: objdump
# configure:5975: checking how to recognize dependent libraries
# configure:6173: result: pass_all
# configure:6218: checking for x86_64-unknown-linux-dlltool
# configure:6248: result: no
# configure:6258: checking for dlltool
# configure:6288: result: no
# configure:6318: checking how to associate runtime and link libraries
# configure:6345: result: printf %s\n
# configure:6362: checking for x86_64-unknown-linux-ar
# configure:6392: result: no
# configure:6406: checking for ar
# configure:6422: found /sysroot/bin/ar
# configure:6433: result: ar
# configure:6470: checking for archiver @FILE support
# configure:6487: clang -c conftest.c >&5
# configure:6487: $? = 0
# configure:6490: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# configure:6493: $? = 0
# configure:6498: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# /r: conftest.o: No such file or directory
# configure:6501: $? = 1
# configure:6513: result: @
# configure:6531: checking for x86_64-unknown-linux-strip
# configure:6558: result: strip
# configure:6630: checking for x86_64-unknown-linux-ranlib
# configure:6660: result: no
# configure:6670: checking for ranlib
# configure:6686: found /sysroot/bin/ranlib
# configure:6697: result: ranlib
# configure:6799: checking command to parse /sysroot/bin/nm -B output from clang object
# configure:6919: clang -c conftest.c >&5
# configure:6922: $? = 0
# configure:6926: /sysroot/bin/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:6929: $? = 0
# configure:6995: clang -o conftest conftest.c conftstm.o >&5
# configure:6998: $? = 0
# configure:7036: result: ok
# configure:7073: checking for sysroot
# configure:7103: result: no
# configure:7180: clang -c conftest.c >&5
# configure:7183: $? = 0
# configure:7332: checking for x86_64-unknown-linux-mt
# configure:7362: result: no
# configure:7372: checking for mt
# configure:7402: result: no
# configure:7422: checking if : is a manifest tool
# configure:7428: : '-?'
# configure:7436: result: no
# configure:8078: checking how to run the C preprocessor
# configure:8109: clang -E conftest.c
# configure:8109: $? = 0
# configure:8123: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8123: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "wayland"
# | #define PACKAGE_TARNAME "wayland"
# | #define PACKAGE_VERSION "1.11.0"
# | #define PACKAGE_STRING "wayland 1.11.0"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.11.0"
# | #define PACKAGE_URL "http://wayland.freedesktop.org/"
# | #define PACKAGE "wayland"
# | #define VERSION "1.11.0"
# | /* end confdefs.h. */
# | #include
# configure:8148: result: clang -E
# configure:8168: clang -E conftest.c
# configure:8168: $? = 0
# configure:8182: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8182: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "wayland"
# | #define PACKAGE_TARNAME "wayland"
# | #define PACKAGE_VERSION "1.11.0"
# | #define PACKAGE_STRING "wayland 1.11.0"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.11.0"
# | #define PACKAGE_URL "http://wayland.freedesktop.org/"
# | #define PACKAGE "wayland"
# | #define VERSION "1.11.0"
# | /* end confdefs.h. */
# | #include
# configure:8211: checking for ANSI C header files
# configure:8231: clang -c conftest.c >&5
# configure:8231: $? = 0
# configure:8304: clang -o conftest conftest.c >&5
# configure:8304: $? = 0
# configure:8304: ./conftest
# configure:8304: $? = 0
# configure:8315: result: yes
# configure:8328: checking for sys/types.h
# configure:8328: clang -c conftest.c >&5
# configure:8328: $? = 0
# configure:8328: result: yes
# configure:8328: checking for sys/stat.h
# configure:8328: clang -c conftest.c >&5
# configure:8328: $? = 0
# configure:8328: result: yes
# configure:8328: checking for stdlib.h
# configure:8328: clang -c conftest.c >&5
# configure:8328: $? = 0
# configure:8328: result: yes
# configure:8328: checking for string.h
# configure:8328: clang -c conftest.c >&5
# configure:8328: $? = 0
# configure:8328: result: yes
# configure:8328: checking for memory.h
# configure:8328: clang -c conftest.c >&5
# configure:8328: $? = 0
# configure:8328: result: yes
# configure:8328: checking for strings.h
# configure:8328: clang -c conftest.c >&5
# configure:8328: $? = 0
# configure:8328: result: yes
# configure:8328: checking for inttypes.h
# configure:8328: clang -c conftest.c >&5
# configure:8328: $? = 0
# configure:8328: result: yes
# configure:8328: checking for stdint.h
# configure:8328: clang -c conftest.c >&5
# configure:8328: $? = 0
# configure:8328: result: yes
# configure:8328: checking for unistd.h
# configure:8328: clang -c conftest.c >&5
# configure:8328: $? = 0
# configure:8328: result: yes
# configure:8342: checking for dlfcn.h
# configure:8342: clang -c conftest.c >&5
# configure:8342: $? = 0
# configure:8342: result: yes
# configure:8559: checking for objdir
# configure:8574: result: .libs
# configure:8845: checking if clang supports -fno-rtti -fno-exceptions
# configure:8863: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8867: $? = 0
# configure:8880: result: yes
# configure:9207: checking for clang option to produce PIC
# configure:9214: result: -fPIC -DPIC
# configure:9222: checking if clang PIC flag -fPIC -DPIC works
# configure:9240: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9244: $? = 0
# configure:9257: result: yes
# configure:9286: checking if clang static flag -static works
# configure:9314: result: no
# configure:9329: checking if clang supports -c -o file.o
# configure:9350: clang -c -o out/conftest2.o conftest.c >&5
# configure:9354: $? = 0
# configure:9376: result: yes
# configure:9384: checking if clang supports -c -o file.o
# configure:9431: result: yes
# configure:9464: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:10621: result: yes
# configure:10658: checking whether -lc should be explicitly linked in
# configure:10666: clang -c conftest.c >&5
# configure:10669: $? = 0
# configure:10684: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10687: $? = 0
# configure:10701: result: no
# configure:10861: checking dynamic linker characteristics
# configure:11361: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11361: $? = 0
# configure:11595: result: GNU/Linux ld.so
# configure:11702: checking how to hardcode library paths into programs
# configure:11727: result: immediate
# configure:12267: checking whether stripping libraries is possible
# configure:12272: result: yes
# configure:12307: checking if libtool supports shared libraries
# configure:12309: result: yes
# configure:12312: checking whether to build shared libraries
# configure:12333: result: yes
# configure:12336: checking whether to build static libraries
# configure:12340: result: no
# configure:12363: checking how to run the C++ preprocessor
# configure:12390: clang++ -E conftest.cpp
# configure:12390: $? = 0
# configure:12404: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12404: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "wayland"
# | #define PACKAGE_TARNAME "wayland"
# | #define PACKAGE_VERSION "1.11.0"
# | #define PACKAGE_STRING "wayland 1.11.0"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.11.0"
# | #define PACKAGE_URL "http://wayland.freedesktop.org/"
# | #define PACKAGE "wayland"
# | #define VERSION "1.11.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12429: result: clang++ -E
# configure:12449: clang++ -E conftest.cpp
# configure:12449: $? = 0
# configure:12463: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12463: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "wayland"
# | #define PACKAGE_TARNAME "wayland"
# | #define PACKAGE_VERSION "1.11.0"
# | #define PACKAGE_STRING "wayland 1.11.0"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.11.0"
# | #define PACKAGE_URL "http://wayland.freedesktop.org/"
# | #define PACKAGE "wayland"
# | #define VERSION "1.11.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12632: checking for ld used by clang++
# configure:12699: result: /sysroot/bin/ld -m elf_x86_64
# configure:12706: checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld
# configure:12721: result: yes
# configure:12776: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:13778: result: yes
# configure:13814: clang++ -c conftest.cpp >&5
# configure:13817: $? = 0
# configure:14337: checking for clang++ option to produce PIC
# configure:14344: result: -fPIC -DPIC
# configure:14352: checking if clang++ PIC flag -fPIC -DPIC works
# configure:14370: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14374: $? = 0
# configure:14387: result: yes
# configure:14410: checking if clang++ static flag -static works
# configure:14438: result: no
# configure:14450: checking if clang++ supports -c -o file.o
# configure:14471: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:14475: $? = 0
# configure:14497: result: yes
# configure:14502: checking if clang++ supports -c -o file.o
# configure:14549: result: yes
# configure:14579: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:14618: result: yes
# configure:14759: checking dynamic linker characteristics
# configure:15427: result: GNU/Linux ld.so
# configure:15480: checking how to hardcode library paths into programs
# configure:15505: result: immediate
# configure:15578: checking for x86_64-unknown-linux-pkg-config
# configure:15611: result: no
# configure:15621: checking for pkg-config
# configure:15639: found /usr/bin/pkg-config
# configure:15651: result: /usr/bin/pkg-config
# configure:15676: checking pkg-config is at least version 0.9.0
# configure:15679: result: yes
# configure:15709: checking for accept4
# configure:15709: clang -o conftest conftest.c >&5
# configure:15709: $? = 0
# configure:15709: result: yes
# configure:15709: checking for mkostemp
# configure:15709: clang -o conftest conftest.c >&5
# configure:15709: $? = 0
# configure:15709: result: yes
# configure:15709: checking for posix_fallocate
# configure:15709: clang -o conftest conftest.c >&5
# configure:15709: $? = 0
# configure:15709: result: yes
# configure:15783: checking for FFI
# configure:15790: $PKG_CONFIG --exists --print-errors "libffi"
# configure:15793: $? = 0
# configure:15807: $PKG_CONFIG --exists --print-errors "libffi"
# configure:15810: $? = 0
# configure:15868: result: yes
# configure:15872: checking whether SFD_CLOEXEC is declared
# configure:15872: clang -c conftest.c >&5
# configure:15872: $? = 0
# configure:15872: result: yes
# configure:15880: checking whether TFD_CLOEXEC is declared
# configure:15880: clang -c conftest.c >&5
# configure:15880: $? = 0
# configure:15880: result: yes
# configure:15888: checking whether CLOCK_MONOTONIC is declared
# configure:15888: clang -c conftest.c >&5
# configure:15888: $? = 0
# configure:15888: result: yes
# configure:15898: checking execinfo.h usability
# configure:15898: clang -c conftest.c >&5
# conftest.c:59:10: fatal error: 'execinfo.h' file not found
# #include
# ^
# 1 error generated.
# configure:15898: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "wayland"
# | #define PACKAGE_TARNAME "wayland"
# | #define PACKAGE_VERSION "1.11.0"
# | #define PACKAGE_STRING "wayland 1.11.0"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.11.0"
# | #define PACKAGE_URL "http://wayland.freedesktop.org/"
# | #define PACKAGE "wayland"
# | #define VERSION "1.11.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ACCEPT4 1
# | #define HAVE_MKOSTEMP 1
# | #define HAVE_POSIX_FALLOCATE 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:15898: result: no
# configure:15898: checking execinfo.h presence
# configure:15898: clang -E conftest.c
# conftest.c:26:10: fatal error: 'execinfo.h' file not found
# #include
# ^
# 1 error generated.
# configure:15898: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "wayland"
# | #define PACKAGE_TARNAME "wayland"
# | #define PACKAGE_VERSION "1.11.0"
# | #define PACKAGE_STRING "wayland 1.11.0"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.11.0"
# | #define PACKAGE_URL "http://wayland.freedesktop.org/"
# | #define PACKAGE "wayland"
# | #define VERSION "1.11.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ACCEPT4 1
# | #define HAVE_MKOSTEMP 1
# | #define HAVE_POSIX_FALLOCATE 1
# | /* end confdefs.h. */
# | #include
# configure:15898: result: no
# configure:15898: checking for execinfo.h
# configure:15898: result: no
# configure:15912: checking for EXPAT
# configure:15919: $PKG_CONFIG --exists --print-errors "expat"
# configure:15922: $? = 0
# configure:15936: $PKG_CONFIG --exists --print-errors "expat"
# configure:15939: $? = 0
# configure:16129: result: yes
# configure:16145: checking for LIBXML
# configure:16152: $PKG_CONFIG --exists --print-errors "libxml-2.0"
# configure:16155: $? = 0
# configure:16169: $PKG_CONFIG --exists --print-errors "libxml-2.0"
# configure:16172: $? = 0
# configure:16230: result: yes
# configure:16243: checking for xsltproc
# configure:16261: found /usr/bin/xsltproc
# configure:16273: result: /usr/bin/xsltproc
# configure:16290: checking for docbook manpages stylesheet
# configure:16330: result: yes
# configure:16356: checking for doxygen
# configure:16374: found /usr/bin/doxygen
# configure:16386: result: /usr/bin/doxygen
# configure:16399: checking for compatible doxygen version
# configure:16414: result: yes
# configure:16422: checking for xmlto
# configure:16440: found /usr/bin/xmlto
# configure:16452: result: /usr/bin/xmlto
# configure:16467: checking for dot
# configure:16485: found /usr/bin/dot
# configure:16497: result: /usr/bin/dot
# configure:16508: checking for compatible dot version
# configure:16523: result: yes
# configure:16653: checking that generated files are newer than configure
# configure:16659: result: done
# configure:16726: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by wayland config.status 1.11.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on f56819878d68
#
# config.status:1209: creating doc/doxygen/wayland.doxygen
# config.status:1209: creating Makefile
# config.status:1209: creating cursor/wayland-cursor.pc
# config.status:1209: creating cursor/wayland-cursor-uninstalled.pc
# config.status:1209: creating doc/Makefile
# config.status:1209: creating doc/publican/Makefile
# config.status:1209: creating doc/doxygen/Makefile
# config.status:1209: creating doc/man/Makefile
# config.status:1209: creating src/wayland-server-uninstalled.pc
# config.status:1209: creating src/wayland-client-uninstalled.pc
# config.status:1209: creating src/wayland-scanner-uninstalled.pc
# config.status:1209: creating src/wayland-server.pc
# config.status:1209: creating src/wayland-client.pc
# config.status:1209: creating src/wayland-scanner.pc
# config.status:1209: creating src/wayland-version.h
# config.status:1209: creating config.h
# config.status:1450: linking protocol/wayland.dtd to src/wayland.dtd.embed
# config.status:1469: executing depfiles commands
# config.status:1469: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCASFLAGS_set=
# ac_cv_env_CCASFLAGS_value=
# ac_cv_env_CCAS_set=
# ac_cv_env_CCAS_value=
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_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_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_EXPAT_CFLAGS_set=
# ac_cv_env_EXPAT_CFLAGS_value=
# ac_cv_env_EXPAT_LIBS_set=
# ac_cv_env_EXPAT_LIBS_value=
# ac_cv_env_FFI_CFLAGS_set=
# ac_cv_env_FFI_CFLAGS_value=
# ac_cv_env_FFI_LIBS_set=
# ac_cv_env_FFI_LIBS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_LIBXML_CFLAGS_set=
# ac_cv_env_LIBXML_CFLAGS_value=
# ac_cv_env_LIBXML_LIBS_set=
# ac_cv_env_LIBXML_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_accept4=yes
# ac_cv_func_mkostemp=yes
# ac_cv_func_posix_fallocate=yes
# ac_cv_have_decl_CLOCK_MONOTONIC=yes
# ac_cv_have_decl_SFD_CLOEXEC=yes
# ac_cv_have_decl_TFD_CLOEXEC=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_execinfo_h=no
# 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-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_DOT=/usr/bin/dot
# ac_cv_path_DOXYGEN=/usr/bin/doxygen
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_XMLTO=/usr/bin/xmlto
# ac_cv_path_XSLTPROC=/usr/bin/xsltproc
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# am_cv_CCAS_dependencies_compiler_type=gcc3
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# 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=/sysroot/bin/ld
# lt_cv_path_LDCXX='/sysroot/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/sysroot/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=no
# lt_cv_prog_compiler_static_works_CXX=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=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]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# 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
# pkg_cv_EXPAT_CFLAGS=
# pkg_cv_EXPAT_LIBS=-lexpat
# pkg_cv_FFI_CFLAGS=-I/usr/lib/libffi-3.2.1/include
# pkg_cv_FFI_LIBS='-L/usr/lib/../lib -lffi'
# pkg_cv_LIBXML_CFLAGS=-I/usr/include/libxml2
# pkg_cv_LIBXML_LIBS=-lxml2
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/wayland/src/wayland-1.11.0/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/wayland/src/wayland-1.11.0/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/wayland/src/wayland-1.11.0/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/wayland/src/wayland-1.11.0/missing automake-1.14'
# AWK='gawk'
# BUILD_DOCS_FALSE='#'
# BUILD_DOCS_TRUE=''
# CC='clang'
# CCAS='clang'
# CCASDEPMODE='depmode=gcc3'
# CCASFLAGS=''
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DOT='/usr/bin/dot'
# DOXYGEN='/usr/bin/doxygen'
# DSYMUTIL=''
# DTD_VALIDATION_FALSE='#'
# DTD_VALIDATION_TRUE=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENABLE_CPP_TEST_FALSE='#'
# ENABLE_CPP_TEST_TRUE=''
# ENABLE_LIBRARIES_FALSE='#'
# ENABLE_LIBRARIES_TRUE=''
# EXEEXT=''
# EXPAT_CFLAGS=''
# EXPAT_LIBS='-lexpat'
# FFI_CFLAGS='-I/usr/lib/libffi-3.2.1/include'
# FFI_LIBS='-L/usr/lib/../lib -lffi'
# FGREP='/usr/bin/grep -F'
# GCC_CFLAGS=' -Wall -Wextra -Wno-unused-parameter -g -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden'
# GREP='/usr/bin/grep'
# HAVE_MANPAGES_STYLESHEET_FALSE='#'
# HAVE_MANPAGES_STYLESHEET_TRUE=''
# HAVE_XMLTO_FALSE='#'
# HAVE_XMLTO_TRUE=''
# HAVE_XSLTPROC_FALSE='#'
# HAVE_XSLTPROC_TRUE=''
# ICONDIR='${datarootdir}/icons'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/sysroot/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBXML_CFLAGS='-I/usr/include/libxml2'
# LIBXML_LIBS='-lxml2'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/wayland/src/wayland-1.11.0/missing makeinfo'
# MANIFEST_TOOL=':'
# MANPAGES_STYLESHEET='http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/sysroot/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='wayland'
# PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.11.0'
# PACKAGE_NAME='wayland'
# PACKAGE_STRING='wayland 1.11.0'
# PACKAGE_TARNAME='wayland'
# PACKAGE_URL='http://wayland.freedesktop.org/'
# PACKAGE_VERSION='1.11.0'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_HOST_SCANNER_FALSE=''
# USE_HOST_SCANNER_TRUE='#'
# VERSION='1.11.0'
# WAYLAND_VERSION='1.11.0'
# WAYLAND_VERSION_MAJOR='1'
# WAYLAND_VERSION_MICRO='0'
# WAYLAND_VERSION_MINOR='11'
# XMLTO='/usr/bin/xmlto'
# XSLTPROC='/usr/bin/xsltproc'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCCAS_FALSE='#'
# am__fastdepCCAS_TRUE=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/wayland/src/wayland-1.11.0/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/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='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "wayland"
# #define PACKAGE_TARNAME "wayland"
# #define PACKAGE_VERSION "1.11.0"
# #define PACKAGE_STRING "wayland 1.11.0"
# #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.11.0"
# #define PACKAGE_URL "http://wayland.freedesktop.org/"
# #define PACKAGE "wayland"
# #define VERSION "1.11.0"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_ACCEPT4 1
# #define HAVE_MKOSTEMP 1
# #define HAVE_POSIX_FALLOCATE 1
# #define HAVE_LIBXML 1
#
# configure: exit 0