Build of libxdmcp with clang_glibc toolchain

The build took 00h 01m 49s and was SUCCESSFUL.

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

SLOCLanguage
11,349 sh
2,313 makefile
1,339 ansic
15,001 total

The process tree of the build process is here.

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

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...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/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: libxdmcp 1.1.2-1 (Thu Apr 13 20:34:25 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) xorg-util-macros-1.19.0-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 xorg-util-macros...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# 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 how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -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 minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for style of include used by make... GNU
# checking whether make supports nested variables... yes
# 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 fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/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 /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... dlltool
# 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... no
# checking for strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/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 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... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/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 for clang option to accept ISO C99... none needed
# checking whether __clang__ is declared... yes
# checking whether __INTEL_COMPILER is declared... no
# checking whether __SUNPRO_C is declared... no
# 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 if clang supports -Werror=unknown-warning-option... yes
# checking if clang supports -Werror=unused-command-line-argument... yes
# checking if clang supports -Wall... yes
# checking if clang supports -Wpointer-arith... yes
# checking if clang supports -Wmissing-declarations... yes
# checking if clang supports -Wformat=2... yes
# checking if clang supports -Wstrict-prototypes... yes
# checking if clang supports -Wmissing-prototypes... yes
# checking if clang supports -Wnested-externs... yes
# checking if clang supports -Wbad-function-cast... yes
# checking if clang supports -Wold-style-definition... yes
# checking if clang supports -Wdeclaration-after-statement... yes
# checking if clang supports -Wunused... yes
# checking if clang supports -Wuninitialized... yes
# checking if clang supports -Wshadow... yes
# checking if clang supports -Wmissing-noreturn... yes
# checking if clang supports -Wmissing-format-attribute... yes
# checking if clang supports -Wredundant-decls... yes
# checking if clang supports -Wlogical-op... no
# checking if clang supports -Werror=implicit... yes
# checking if clang supports -Werror=nonnull... yes
# checking if clang supports -Werror=init-self... yes
# checking if clang supports -Werror=main... yes
# checking if clang supports -Werror=missing-braces... yes
# checking if clang supports -Werror=sequence-point... yes
# checking if clang supports -Werror=return-type... yes
# checking if clang supports -Werror=trigraphs... yes
# checking if clang supports -Werror=array-bounds... yes
# checking if clang supports -Werror=write-strings... yes
# checking if clang supports -Werror=address... yes
# checking if clang supports -Werror=int-to-pointer-cast... yes
# checking if clang supports -Werror=pointer-to-int-cast... yes
# checking if clang supports -pedantic... yes
# checking if clang supports -Werror... yes
# checking if clang supports -Werror=attributes... yes
# checking whether make supports nested variables... (cached) yes
# checking whether to build documentation... yes
# checking for xmlto... no
# configure: WARNING: xmlto not found - documentation targets will be skipped
# checking for fop... no
# configure: WARNING: fop not found - documentation targets will be skipped
# checking for xsltproc... /usr/bin/xsltproc
# checking for X.Org SGML entities >= 1.8... no
# checking whether ln -s works... yes
# checking for library containing recvfrom... none required
# checking for arc4random_buf in -lbsd... no
# checking for srand48... yes
# checking for lrand48... yes
# checking for arc4random_buf... no
# checking for XDMCP... yes
# checking whether to build unit test cases... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating doc/Makefile
# config.status: creating test/Makefile
# config.status: creating xdmcp.pc
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/libxdmcp/src/libXdmcp-1.1.2'
# Making all in doc
# make[2]: Entering directory '/tmp/libxdmcp/src/libXdmcp-1.1.2/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libxdmcp/src/libXdmcp-1.1.2/doc'
# Making all in .
# make[2]: Entering directory '/tmp/libxdmcp/src/libXdmcp-1.1.2'
# CC Array.lo
# CC Fill.lo
# CC Flush.lo
# CC Key.lo
# CC Read.lo
# CC Unwrap.lo
# CC Wrap.lo
# CC Write.lo
# CC Wraphelp.lo
# CCLD libXdmcp.la
# make[2]: Leaving directory '/tmp/libxdmcp/src/libXdmcp-1.1.2'
# Making all in test
# make[2]: Entering directory '/tmp/libxdmcp/src/libXdmcp-1.1.2/test'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libxdmcp/src/libXdmcp-1.1.2/test'
# make[1]: Leaving directory '/tmp/libxdmcp/src/libXdmcp-1.1.2'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in doc
# make[1]: Entering directory '/tmp/libxdmcp/src/libXdmcp-1.1.2/doc'
# make[2]: Entering directory '/tmp/libxdmcp/src/libXdmcp-1.1.2/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libxdmcp/pkg/libxdmcp/usr/share/doc/libXdmcp'
# /usr/bin/install -c -m 644 xdmcp.xml '/tmp/libxdmcp/pkg/libxdmcp/usr/share/doc/libXdmcp'
# /usr/bin/mkdir -p '/tmp/libxdmcp/pkg/libxdmcp/usr/share/doc/libXdmcp'
# make[2]: Leaving directory '/tmp/libxdmcp/src/libXdmcp-1.1.2/doc'
# make[1]: Leaving directory '/tmp/libxdmcp/src/libXdmcp-1.1.2/doc'
# Making install in .
# make[1]: Entering directory '/tmp/libxdmcp/src/libXdmcp-1.1.2'
# make[2]: Entering directory '/tmp/libxdmcp/src/libXdmcp-1.1.2'
# /usr/bin/mkdir -p '/tmp/libxdmcp/pkg/libxdmcp/usr/lib'
# /bin/sh ./libtool --mode=install /usr/bin/install -c libXdmcp.la '/tmp/libxdmcp/pkg/libxdmcp/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libXdmcp.so.6.0.0 /tmp/libxdmcp/pkg/libxdmcp/usr/lib/libXdmcp.so.6.0.0
# libtool: install: (cd /tmp/libxdmcp/pkg/libxdmcp/usr/lib && { ln -s -f libXdmcp.so.6.0.0 libXdmcp.so.6 || { rm -f libXdmcp.so.6 && ln -s libXdmcp.so.6.0.0 libXdmcp.so.6; }; })
# libtool: install: (cd /tmp/libxdmcp/pkg/libxdmcp/usr/lib && { ln -s -f libXdmcp.so.6.0.0 libXdmcp.so || { rm -f libXdmcp.so && ln -s libXdmcp.so.6.0.0 libXdmcp.so; }; })
# libtool: install: /usr/bin/install -c .libs/libXdmcp.lai /tmp/libxdmcp/pkg/libxdmcp/usr/lib/libXdmcp.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/libxdmcp/pkg/libxdmcp/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 xdmcp.pc '/tmp/libxdmcp/pkg/libxdmcp/usr/lib/pkgconfig'
# /usr/bin/mkdir -p '/tmp/libxdmcp/pkg/libxdmcp/usr/include/X11'
# /usr/bin/install -c -m 644 include/X11/Xdmcp.h '/tmp/libxdmcp/pkg/libxdmcp/usr/include/X11'
# make[2]: Leaving directory '/tmp/libxdmcp/src/libXdmcp-1.1.2'
# make[1]: Leaving directory '/tmp/libxdmcp/src/libXdmcp-1.1.2'
# Making install in test
# make[1]: Entering directory '/tmp/libxdmcp/src/libXdmcp-1.1.2/test'
# make[2]: Entering directory '/tmp/libxdmcp/src/libXdmcp-1.1.2/test'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libxdmcp/src/libXdmcp-1.1.2/test'
# make[1]: Leaving directory '/tmp/libxdmcp/src/libXdmcp-1.1.2/test'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libxdmcp"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libxdmcp 1.1.2-1 (Thu Apr 13 20:34:50 UTC 2017)

CMD: pacman --query --file libxdmcp-1.1.2-1-x86_64.pkg.tar.xz
# libxdmcp 1.1.2-1

Creating hybrid package for 'libxdmcp'

Trying to find vanilla package 'libxdmcp'...

CMD: pacman --query --file /mirror/libxdmcp-1.1.2-1.pkg.tar.xz
# libxdmcp 1.1.2-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libXdmcp.so.6.0.0
# /usr/lib/libXdmcp.so
# /usr/lib/libXdmcp.so.6
# /usr/lib/pkgconfig/xdmcp.pc
# /usr/share/doc/libXdmcp/xdmcp.xml
# /usr/share/licenses/libxdmcp/COPYING
# /usr/include/X11/Xdmcp.h
# /sysroot/usr/lib/libXdmcp.so.6.0.0
# /sysroot/usr/lib/libXdmcp.so.6
# /sysroot/usr/lib/libXdmcp.so
# /sysroot/usr/lib/libXdmcp.la
# /sysroot/usr/lib/pkgconfig/xdmcp.pc
# /sysroot/usr/include/X11/Xdmcp.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libxdmcp.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libxdmcp.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libxdmcp.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libxdmcp.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/libxdmcp/src/libXdmcp-1.1.2/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 libXdmcp configure 1.1.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --disable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = b040a40ce4b8
# 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: /usr/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:2456: checking for x86_64-unknown-linux-gcc
# configure:2483: result: clang
# configure:2752: checking for C compiler version
# configure:2761: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2772: $? = 0
# configure:2761: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:2772: $? = 0
# configure:2761: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2772: $? = 1
# configure:2761: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2772: $? = 1
# configure:2792: checking whether the C compiler works
# configure:2814: clang conftest.c >&5
# configure:2818: $? = 0
# configure:2866: result: yes
# configure:2869: checking for C compiler default output file name
# configure:2871: result: a.out
# configure:2877: checking for suffix of executables
# configure:2884: clang -o conftest conftest.c >&5
# configure:2888: $? = 0
# configure:2910: result:
# configure:2932: checking whether we are cross compiling
# configure:2940: clang -o conftest conftest.c >&5
# configure:2944: $? = 0
# configure:2951: ./conftest
# configure:2955: $? = 0
# configure:2970: result: no
# configure:2975: checking for suffix of object files
# configure:2997: clang -c conftest.c >&5
# configure:3001: $? = 0
# configure:3022: result: o
# configure:3026: checking whether we are using the GNU C compiler
# configure:3045: clang -c conftest.c >&5
# configure:3045: $? = 0
# configure:3054: result: yes
# configure:3063: checking whether clang accepts -g
# configure:3083: clang -c -g conftest.c >&5
# configure:3083: $? = 0
# configure:3124: result: yes
# configure:3141: checking for clang option to accept ISO C89
# configure:3204: clang -c conftest.c >&5
# configure:3204: $? = 0
# configure:3217: result: none needed
# configure:3242: checking whether clang understands -c and -o together
# configure:3264: clang -c conftest.c -o conftest2.o
# configure:3267: $? = 0
# configure:3264: clang -c conftest.c -o conftest2.o
# configure:3267: $? = 0
# configure:3279: result: yes
# configure:3302: checking how to run the C preprocessor
# configure:3333: clang -E conftest.c
# configure:3333: $? = 0
# configure:3347: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3347: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libXdmcp"
# | #define PACKAGE_TARNAME "libXdmcp"
# | #define PACKAGE_VERSION "1.1.2"
# | #define PACKAGE_STRING "libXdmcp 1.1.2"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3372: result: clang -E
# configure:3392: clang -E conftest.c
# configure:3392: $? = 0
# configure:3406: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3406: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libXdmcp"
# | #define PACKAGE_TARNAME "libXdmcp"
# | #define PACKAGE_VERSION "1.1.2"
# | #define PACKAGE_STRING "libXdmcp 1.1.2"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3435: checking for grep that handles long lines and -e
# configure:3493: result: /usr/bin/grep
# configure:3498: checking for egrep
# configure:3560: result: /usr/bin/grep -E
# configure:3565: checking for ANSI C header files
# configure:3585: clang -c conftest.c >&5
# configure:3585: $? = 0
# configure:3658: clang -o conftest conftest.c >&5
# configure:3658: $? = 0
# configure:3658: ./conftest
# configure:3658: $? = 0
# configure:3669: result: yes
# configure:3682: checking for sys/types.h
# configure:3682: clang -c conftest.c >&5
# configure:3682: $? = 0
# configure:3682: result: yes
# configure:3682: checking for sys/stat.h
# configure:3682: clang -c conftest.c >&5
# configure:3682: $? = 0
# configure:3682: result: yes
# configure:3682: checking for stdlib.h
# configure:3682: clang -c conftest.c >&5
# configure:3682: $? = 0
# configure:3682: result: yes
# configure:3682: checking for string.h
# configure:3682: clang -c conftest.c >&5
# configure:3682: $? = 0
# configure:3682: result: yes
# configure:3682: checking for memory.h
# configure:3682: clang -c conftest.c >&5
# configure:3682: $? = 0
# configure:3682: result: yes
# configure:3682: checking for strings.h
# configure:3682: clang -c conftest.c >&5
# configure:3682: $? = 0
# configure:3682: result: yes
# configure:3682: checking for inttypes.h
# configure:3682: clang -c conftest.c >&5
# configure:3682: $? = 0
# configure:3682: result: yes
# configure:3682: checking for stdint.h
# configure:3682: clang -c conftest.c >&5
# configure:3682: $? = 0
# configure:3682: result: yes
# configure:3682: checking for unistd.h
# configure:3682: clang -c conftest.c >&5
# configure:3682: $? = 0
# configure:3682: result: yes
# configure:3695: checking minix/config.h usability
# configure:3695: clang -c conftest.c >&5
# conftest.c:52:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:3695: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libXdmcp"
# | #define PACKAGE_TARNAME "libXdmcp"
# | #define PACKAGE_VERSION "1.1.2"
# | #define PACKAGE_STRING "libXdmcp 1.1.2"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
# | #define PACKAGE_URL ""
# | #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:3695: result: no
# configure:3695: checking minix/config.h presence
# configure:3695: clang -E conftest.c
# conftest.c:19:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:3695: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libXdmcp"
# | #define PACKAGE_TARNAME "libXdmcp"
# | #define PACKAGE_VERSION "1.1.2"
# | #define PACKAGE_STRING "libXdmcp 1.1.2"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
# | #define PACKAGE_URL ""
# | #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:3695: result: no
# configure:3695: checking for minix/config.h
# configure:3695: result: no
# configure:3716: checking whether it is safe to define __EXTENSIONS__
# configure:3734: clang -c conftest.c >&5
# configure:3734: $? = 0
# configure:3741: result: yes
# configure:3773: checking for a BSD-compatible install
# configure:3841: result: /usr/bin/install -c
# configure:3852: checking whether build environment is sane
# configure:3907: result: yes
# configure:4055: checking for a thread-safe mkdir -p
# configure:4094: result: /usr/bin/mkdir -p
# configure:4101: checking for gawk
# configure:4117: found /usr/bin/gawk
# configure:4128: result: gawk
# configure:4139: checking whether make sets $(MAKE)
# configure:4161: result: yes
# configure:4191: checking for style of include used by make
# configure:4219: result: GNU
# configure:4253: checking whether make supports nested variables
# configure:4270: result: yes
# configure:4355: checking dependency style of clang
# configure:4466: result: gcc3
# configure:4530: checking build system type
# configure:4544: result: x86_64-unknown-linux-gnu
# configure:4564: checking host system type
# configure:4577: result: x86_64-unknown-linux-gnu
# configure:4946: checking how to print strings
# configure:4973: result: printf
# configure:4994: checking for a sed that does not truncate output
# configure:5058: result: /usr/bin/sed
# configure:5076: checking for fgrep
# configure:5138: result: /usr/bin/grep -F
# configure:5173: checking for ld used by clang
# configure:5240: result: /usr/bin/ld
# configure:5247: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5262: result: yes
# configure:5274: checking for BSD- or MS-compatible name lister (nm)
# configure:5323: result: /usr/bin/nm -B
# configure:5453: checking the name lister (/usr/bin/nm -B) interface
# configure:5460: clang -c conftest.c >&5
# configure:5463: /usr/bin/nm -B "conftest.o"
# configure:5466: output
# 0000000000000000 B some_variable
# configure:5473: result: BSD nm
# configure:5476: checking whether ln -s works
# configure:5480: result: yes
# configure:5488: checking the maximum length of command line arguments
# configure:5618: result: 1572864
# configure:5635: checking whether the shell understands some XSI constructs
# configure:5645: result: yes
# configure:5649: checking whether the shell understands "+="
# configure:5655: result: yes
# configure:5690: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5730: result: func_convert_file_noop
# configure:5737: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5757: result: func_convert_file_noop
# configure:5764: checking for /usr/bin/ld option to reload object files
# configure:5771: result: -r
# configure:5805: checking for x86_64-unknown-linux-objdump
# configure:5832: result: objdump
# configure:5901: checking how to recognize dependent libraries
# configure:6103: result: pass_all
# configure:6148: checking for x86_64-unknown-linux-dlltool
# configure:6175: result: dlltool
# configure:6245: checking how to associate runtime and link libraries
# configure:6272: result: printf %s\n
# configure:6288: checking for x86_64-unknown-linux-ar
# configure:6318: result: no
# configure:6332: checking for ar
# configure:6348: found /usr/bin/ar
# configure:6359: result: ar
# configure:6396: checking for archiver @FILE support
# configure:6413: clang -c conftest.c >&5
# configure:6413: $? = 0
# configure:6416: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6419: $? = 0
# configure:6424: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6427: $? = 1
# configure:6439: result: @
# configure:6457: checking for x86_64-unknown-linux-strip
# configure:6487: result: no
# configure:6497: checking for strip
# configure:6513: found /usr/bin/strip
# configure:6524: result: strip
# configure:6556: checking for x86_64-unknown-linux-ranlib
# configure:6586: result: no
# configure:6596: checking for ranlib
# configure:6612: found /usr/bin/ranlib
# configure:6623: result: ranlib
# configure:6725: checking command to parse /usr/bin/nm -B output from clang object
# configure:6845: clang -c conftest.c >&5
# configure:6848: $? = 0
# configure:6852: /usr/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:6855: $? = 0
# configure:6921: clang -o conftest conftest.c conftstm.o >&5
# configure:6924: $? = 0
# configure:6962: result: ok
# configure:6999: checking for sysroot
# configure:7029: result: no
# configure:7106: clang -c conftest.c >&5
# configure:7109: $? = 0
# configure:7245: checking for x86_64-unknown-linux-mt
# configure:7275: result: no
# configure:7285: checking for mt
# configure:7315: result: no
# configure:7335: checking if : is a manifest tool
# configure:7341: : '-?'
# configure:7349: result: no
# configure:7988: checking for dlfcn.h
# configure:7988: clang -c conftest.c >&5
# configure:7988: $? = 0
# configure:7988: result: yes
# configure:8192: checking for objdir
# configure:8207: result: .libs
# configure:8474: checking if clang supports -fno-rtti -fno-exceptions
# configure:8492: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8496: $? = 0
# configure:8509: result: yes
# configure:8836: checking for clang option to produce PIC
# configure:8843: result: -fPIC -DPIC
# configure:8851: checking if clang PIC flag -fPIC -DPIC works
# configure:8869: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8873: $? = 0
# configure:8886: result: yes
# configure:8915: checking if clang static flag -static works
# configure:8943: result: yes
# configure:8958: checking if clang supports -c -o file.o
# configure:8979: clang -c -o out/conftest2.o conftest.c >&5
# configure:8983: $? = 0
# configure:9005: result: yes
# configure:9013: checking if clang supports -c -o file.o
# configure:9060: result: yes
# configure:9093: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10246: result: yes
# configure:10283: checking whether -lc should be explicitly linked in
# configure:10291: clang -c conftest.c >&5
# configure:10294: $? = 0
# configure:10309: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10312: $? = 0
# configure:10326: result: no
# configure:10486: checking dynamic linker characteristics
# configure:10997: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10997: $? = 0
# configure:11219: result: GNU/Linux ld.so
# configure:11326: checking how to hardcode library paths into programs
# configure:11351: result: immediate
# configure:11891: checking whether stripping libraries is possible
# configure:11896: result: yes
# configure:11931: checking if libtool supports shared libraries
# configure:11933: result: yes
# configure:11936: checking whether to build shared libraries
# configure:11957: result: yes
# configure:11960: checking whether to build static libraries
# configure:11964: result: no
# configure:12014: checking for clang option to accept ISO C99
# configure:12163: clang -c conftest.c >&5
# configure:12163: $? = 0
# configure:12176: result: none needed
# configure:12195: checking whether __clang__ is declared
# configure:12195: clang -c conftest.c >&5
# configure:12195: $? = 0
# configure:12195: result: yes
# configure:12202: checking whether __INTEL_COMPILER is declared
# configure:12202: clang -c conftest.c >&5
# conftest.c:68:10: error: use of undeclared identifier '__INTEL_COMPILER'
# (void) __INTEL_COMPILER;
# ^
# 1 error generated.
# configure:12202: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libXdmcp"
# | #define PACKAGE_TARNAME "libXdmcp"
# | #define PACKAGE_VERSION "1.1.2"
# | #define PACKAGE_STRING "libXdmcp 1.1.2"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
# | #define PACKAGE_URL ""
# | #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 PACKAGE "libXdmcp"
# | #define VERSION "1.1.2"
# | #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:12202: result: no
# configure:12209: checking whether __SUNPRO_C is declared
# configure:12209: clang -c conftest.c >&5
# conftest.c:68:10: error: use of undeclared identifier '__SUNPRO_C'
# (void) __SUNPRO_C;
# ^
# 1 error generated.
# configure:12209: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libXdmcp"
# | #define PACKAGE_TARNAME "libXdmcp"
# | #define PACKAGE_VERSION "1.1.2"
# | #define PACKAGE_STRING "libXdmcp 1.1.2"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
# | #define PACKAGE_URL ""
# | #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 PACKAGE "libXdmcp"
# | #define VERSION "1.1.2"
# | #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:12209: result: no
# configure:12223: checking for x86_64-unknown-linux-pkg-config
# configure:12256: result: no
# configure:12266: checking for pkg-config
# configure:12284: found /usr/bin/pkg-config
# configure:12296: result: /usr/bin/pkg-config
# configure:12321: checking pkg-config is at least version 0.9.0
# configure:12324: result: yes
# configure:12374: checking if clang supports -Werror=unknown-warning-option
# configure:12383: clang -c -Werror=unknown-warning-option conftest.c >&5
# configure:12383: $? = 0
# configure:12390: result: yes
# configure:12401: checking if clang supports -Werror=unused-command-line-argument
# configure:12410: clang -c -Werror=unknown-warning-option -Werror=unused-command-line-argument conftest.c >&5
# configure:12410: $? = 0
# configure:12417: result: yes
# configure:12436: checking if clang supports -Wall
# configure:12453: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wall conftest.c >&5
# configure:12453: $? = 0
# configure:12466: result: yes
# configure:12554: checking if clang supports -Wpointer-arith
# configure:12571: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wpointer-arith conftest.c >&5
# configure:12571: $? = 0
# configure:12584: result: yes
# configure:12672: checking if clang supports -Wmissing-declarations
# configure:12689: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-declarations conftest.c >&5
# configure:12689: $? = 0
# configure:12702: result: yes
# configure:12790: checking if clang supports -Wformat=2
# configure:12807: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wformat=2 conftest.c >&5
# configure:12807: $? = 0
# configure:12820: result: yes
# configure:12959: checking if clang supports -Wstrict-prototypes
# configure:12976: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wstrict-prototypes conftest.c >&5
# configure:12976: $? = 0
# configure:12989: result: yes
# configure:13077: checking if clang supports -Wmissing-prototypes
# configure:13094: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-prototypes conftest.c >&5
# configure:13094: $? = 0
# configure:13107: result: yes
# configure:13195: checking if clang supports -Wnested-externs
# configure:13212: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wnested-externs conftest.c >&5
# configure:13212: $? = 0
# configure:13225: result: yes
# configure:13313: checking if clang supports -Wbad-function-cast
# configure:13330: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wbad-function-cast conftest.c >&5
# configure:13330: $? = 0
# configure:13343: result: yes
# configure:13431: checking if clang supports -Wold-style-definition
# configure:13448: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wold-style-definition conftest.c >&5
# configure:13448: $? = 0
# configure:13461: result: yes
# configure:13598: checking if clang supports -Wdeclaration-after-statement
# configure:13615: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wdeclaration-after-statement conftest.c >&5
# configure:13615: $? = 0
# configure:13628: result: yes
# configure:13720: checking if clang supports -Wunused
# configure:13737: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wunused conftest.c >&5
# configure:13737: $? = 0
# configure:13750: result: yes
# configure:13838: checking if clang supports -Wuninitialized
# configure:13855: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wuninitialized conftest.c >&5
# configure:13855: $? = 0
# configure:13868: result: yes
# configure:13956: checking if clang supports -Wshadow
# configure:13973: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wshadow conftest.c >&5
# configure:13973: $? = 0
# configure:13986: result: yes
# configure:14074: checking if clang supports -Wmissing-noreturn
# configure:14091: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-noreturn conftest.c >&5
# configure:14091: $? = 0
# configure:14104: result: yes
# configure:14192: checking if clang supports -Wmissing-format-attribute
# configure:14209: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-format-attribute conftest.c >&5
# configure:14209: $? = 0
# configure:14222: result: yes
# configure:14310: checking if clang supports -Wredundant-decls
# configure:14327: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wredundant-decls conftest.c >&5
# configure:14327: $? = 0
# configure:14340: result: yes
# configure:14428: checking if clang supports -Wlogical-op
# configure:14445: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wlogical-op conftest.c >&5
# error: unknown warning option '-Wlogical-op'; did you mean '-Wliblto'? [-Werror,-Wunknown-warning-option]
# configure:14445: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libXdmcp"
# | #define PACKAGE_TARNAME "libXdmcp"
# | #define PACKAGE_VERSION "1.1.2"
# | #define PACKAGE_STRING "libXdmcp 1.1.2"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
# | #define PACKAGE_URL ""
# | #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 PACKAGE "libXdmcp"
# | #define VERSION "1.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | int i;
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:14458: result: no
# configure:14558: checking if clang supports -Werror=implicit
# configure:14575: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=implicit conftest.c >&5
# configure:14575: $? = 0
# configure:14588: result: yes
# configure:14725: checking if clang supports -Werror=nonnull
# configure:14742: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=nonnull conftest.c >&5
# configure:14742: $? = 0
# configure:14755: result: yes
# configure:14843: checking if clang supports -Werror=init-self
# configure:14860: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=init-self conftest.c >&5
# configure:14860: $? = 0
# configure:14873: result: yes
# configure:14961: checking if clang supports -Werror=main
# configure:14978: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=main conftest.c >&5
# configure:14978: $? = 0
# configure:14991: result: yes
# configure:15079: checking if clang supports -Werror=missing-braces
# configure:15096: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=missing-braces conftest.c >&5
# configure:15096: $? = 0
# configure:15109: result: yes
# configure:15197: checking if clang supports -Werror=sequence-point
# configure:15214: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=sequence-point conftest.c >&5
# configure:15214: $? = 0
# configure:15227: result: yes
# configure:15315: checking if clang supports -Werror=return-type
# configure:15332: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=return-type conftest.c >&5
# configure:15332: $? = 0
# configure:15345: result: yes
# configure:15482: checking if clang supports -Werror=trigraphs
# configure:15499: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=trigraphs conftest.c >&5
# configure:15499: $? = 0
# configure:15512: result: yes
# configure:15600: checking if clang supports -Werror=array-bounds
# configure:15617: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=array-bounds conftest.c >&5
# configure:15617: $? = 0
# configure:15630: result: yes
# configure:15718: checking if clang supports -Werror=write-strings
# configure:15735: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=write-strings conftest.c >&5
# configure:15735: $? = 0
# configure:15748: result: yes
# configure:15836: checking if clang supports -Werror=address
# configure:15853: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=address conftest.c >&5
# configure:15853: $? = 0
# configure:15866: result: yes
# configure:15954: checking if clang supports -Werror=int-to-pointer-cast
# configure:15971: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=int-to-pointer-cast conftest.c >&5
# configure:15971: $? = 0
# configure:15984: result: yes
# configure:16121: checking if clang supports -Werror=pointer-to-int-cast
# configure:16138: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=pointer-to-int-cast conftest.c >&5
# configure:16138: $? = 0
# configure:16151: result: yes
# configure:17809: checking if clang supports -pedantic
# configure:17826: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -pedantic conftest.c >&5
# configure:17826: $? = 0
# configure:17839: result: yes
# configure:17927: checking if clang supports -Werror
# configure:17944: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror conftest.c >&5
# configure:17944: $? = 0
# configure:17957: result: yes
# configure:18097: checking if clang supports -Werror=attributes
# configure:18114: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=attributes conftest.c >&5
# configure:18114: $? = 0
# configure:18127: result: yes
# configure:18287: checking whether make supports nested variables
# configure:18304: result: yes
# configure:18334: checking whether to build documentation
# configure:18336: result: yes
# configure:18355: checking for xmlto
# configure:18388: result: no
# configure:18394: WARNING: xmlto not found - documentation targets will be skipped
# configure:18530: checking for fop
# configure:18563: result: no
# configure:18569: WARNING: fop not found - documentation targets will be skipped
# configure:18659: checking for xsltproc
# configure:18677: found /usr/bin/xsltproc
# configure:18689: result: /usr/bin/xsltproc
# configure:18769: checking for X.Org SGML entities >= 1.8
# configure:18773: $PKG_CONFIG --exists --print-errors "xorg-sgml-doctools >= 1.8"
# Package xorg-sgml-doctools was not found in the pkg-config search path.
# Perhaps you should add the directory containing `xorg-sgml-doctools.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'xorg-sgml-doctools' found
# configure:18776: $? = 1
# configure:18792: result: no
# configure:18810: checking whether ln -s works
# configure:18814: result: yes
# configure:18823: checking for library containing recvfrom
# configure:18854: clang -o conftest conftest.c >&5
# configure:18854: $? = 0
# configure:18871: result: none required
# configure:18881: checking for arc4random_buf in -lbsd
# configure:18906: clang -o conftest conftest.c -lbsd >&5
# /usr/bin/ld: cannot find -lbsd
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:18906: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libXdmcp"
# | #define PACKAGE_TARNAME "libXdmcp"
# | #define PACKAGE_VERSION "1.1.2"
# | #define PACKAGE_STRING "libXdmcp 1.1.2"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
# | #define PACKAGE_URL ""
# | #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 PACKAGE "libXdmcp"
# | #define VERSION "1.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE_VERSION_MAJOR 1
# | #define PACKAGE_VERSION_MINOR 1
# | #define PACKAGE_VERSION_PATCHLEVEL 2
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char arc4random_buf ();
# | int
# | main ()
# | {
# | return arc4random_buf ();
# | ;
# | return 0;
# | }
# configure:18915: result: no
# configure:18929: checking for srand48
# configure:18929: clang -o conftest conftest.c >&5
# configure:18929: $? = 0
# configure:18929: result: yes
# configure:18929: checking for lrand48
# configure:18929: clang -o conftest conftest.c >&5
# configure:18929: $? = 0
# configure:18929: result: yes
# configure:18929: checking for arc4random_buf
# configure:18929: clang -o conftest conftest.c >&5
# /tmp/conftest-e05446.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `arc4random_buf'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:18929: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libXdmcp"
# | #define PACKAGE_TARNAME "libXdmcp"
# | #define PACKAGE_VERSION "1.1.2"
# | #define PACKAGE_STRING "libXdmcp 1.1.2"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
# | #define PACKAGE_URL ""
# | #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 PACKAGE "libXdmcp"
# | #define VERSION "1.1.2"
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE_VERSION_MAJOR 1
# | #define PACKAGE_VERSION_MINOR 1
# | #define PACKAGE_VERSION_PATCHLEVEL 2
# | #define HAVE_SRAND48 1
# | #define HAVE_LRAND48 1
# | /* end confdefs.h. */
# | /* Define arc4random_buf to an innocuous variant, in case declares arc4random_buf.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define arc4random_buf innocuous_arc4random_buf
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char arc4random_buf (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef arc4random_buf
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char arc4random_buf ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_arc4random_buf || defined __stub___arc4random_buf
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return arc4random_buf ();
# | ;
# | return 0;
# | }
# configure:18929: result: no
# configure:18942: checking for XDMCP
# configure:18949: $PKG_CONFIG --exists --print-errors "xproto"
# configure:18952: $? = 0
# configure:18965: $PKG_CONFIG --exists --print-errors "xproto"
# configure:18968: $? = 0
# configure:19022: result: yes
# configure:19269: checking whether to build unit test cases
# configure:19271: result: yes
# configure:19386: checking that generated files are newer than configure
# configure:19392: result: done
# configure:19455: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libXdmcp config.status 1.1.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on b040a40ce4b8
#
# config.status:1159: creating Makefile
# config.status:1159: creating doc/Makefile
# config.status:1159: creating test/Makefile
# config.status:1159: creating xdmcp.pc
# config.status:1159: creating config.h
# config.status:1388: executing depfiles commands
# config.status:1388: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# 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_FOP_set=
# ac_cv_env_FOP_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_LINT_FLAGS_set=
# ac_cv_env_LINT_FLAGS_value=
# ac_cv_env_LINT_set=
# ac_cv_env_LINT_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_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_XMLTO_set=
# ac_cv_env_XMLTO_value=
# ac_cv_env_XORG_MALLOC_DEBUG_ENV_set=
# ac_cv_env_XORG_MALLOC_DEBUG_ENV_value=
# ac_cv_env_XSLTPROC_set=
# ac_cv_env_XSLTPROC_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_arc4random_buf=no
# ac_cv_func_lrand48=yes
# ac_cv_func_srand48=yes
# ac_cv_have_decl___INTEL_COMPILER=no
# ac_cv_have_decl___SUNPRO_C=no
# ac_cv_have_decl___clang__=yes
# 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_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_lib_bsd_arc4random_buf=no
# ac_cv_objext=o
# 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_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_DLLTOOL=dlltool
# ac_cv_prog_OBJDUMP=objdump
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=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_search_recvfrom='none required'
# am_cv_CC_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=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/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=yes
# 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]* \([^ ]*\) \([^ ]*\)$/ {"\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_XDMCP_CFLAGS=
# pkg_cv_XDMCP_LIBS=
# xorg_cv_cc_flag__Wall=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_address=yes
# xorg_cv_cc_flag__Werror_array_bounds=yes
# xorg_cv_cc_flag__Werror_attributes=yes
# xorg_cv_cc_flag__Werror_implicit=yes
# xorg_cv_cc_flag__Werror_init_self=yes
# xorg_cv_cc_flag__Werror_int_to_pointer_cast=yes
# xorg_cv_cc_flag__Werror_main=yes
# xorg_cv_cc_flag__Werror_missing_braces=yes
# xorg_cv_cc_flag__Werror_nonnull=yes
# xorg_cv_cc_flag__Werror_pointer_to_int_cast=yes
# xorg_cv_cc_flag__Werror_return_type=yes
# xorg_cv_cc_flag__Werror_sequence_point=yes
# xorg_cv_cc_flag__Werror_trigraphs=yes
# xorg_cv_cc_flag__Werror_write_strings=yes
# xorg_cv_cc_flag__Wformat_2=yes
# xorg_cv_cc_flag__Wlogical_op=no
# 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__Wold_style_definition=yes
# xorg_cv_cc_flag__Wpointer_arith=yes
# xorg_cv_cc_flag__Wredundant_decls=yes
# xorg_cv_cc_flag__Wshadow=yes
# xorg_cv_cc_flag__Wstrict_prototypes=yes
# xorg_cv_cc_flag__Wuninitialized=yes
# xorg_cv_cc_flag__Wunused=yes
# xorg_cv_cc_flag__pedantic=yes
# xorg_cv_cc_flag_unknown_warning_option=yes
# xorg_cv_cc_flag_unused_command_line_argument=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libxdmcp/src/libXdmcp-1.1.2/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='0'
# AM_V='$(V)'
# APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)'
# APP_MAN_SUFFIX='1'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/libxdmcp/src/libXdmcp-1.1.2/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libxdmcp/src/libXdmcp-1.1.2/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libxdmcp/src/libXdmcp-1.1.2/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 -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CHANGELOG_CMD='(GIT_DIR=$(top_srcdir)/.git git log > $(top_srcdir)/.changelog.tmp && mv $(top_srcdir)/.changelog.tmp $(top_srcdir)/ChangeLog) || (rm -f $(top_srcdir)/.changelog.tmp; touch $(top_srcdir)/ChangeLog; echo '\''git directory not found: installing possibly empty changelog.'\'' >&2)'
# CPP='clang -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 -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)'
# DRIVER_MAN_SUFFIX='4'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENABLE_DOCS_FALSE='#'
# ENABLE_DOCS_TRUE=''
# ENABLE_UNIT_TESTS_FALSE='#'
# ENABLE_UNIT_TESTS_TRUE=''
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
# FILE_MAN_SUFFIX='5'
# FOP=''
# GREP='/usr/bin/grep'
# HASXDMAUTH_FALSE='#'
# HASXDMAUTH_TRUE=''
# HAVE_FOP_FALSE=''
# HAVE_FOP_TRUE='#'
# HAVE_STYLESHEETS_FALSE=''
# HAVE_STYLESHEETS_TRUE='#'
# HAVE_XMLTO_FALSE=''
# HAVE_XMLTO_TEXT_FALSE=''
# HAVE_XMLTO_TEXT_TRUE='#'
# HAVE_XMLTO_TRUE='#'
# HAVE_XSLTPROC_FALSE='#'
# HAVE_XSLTPROC_TRUE=''
# INSTALL_CMD='(cp -f /usr/share/util-macros/INSTALL $(top_srcdir)/.INSTALL.tmp && mv $(top_srcdir)/.INSTALL.tmp $(top_srcdir)/INSTALL) || (rm -f $(top_srcdir)/.INSTALL.tmp; touch $(top_srcdir)/INSTALL; echo '\''util-macros "pkgdatadir" from xorg-macros.pc not found: installing possibly empty INSTALL.'\'' >&2)'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)'
# LIB_MAN_SUFFIX='3'
# LINT=''
# LINTLIB=''
# LINT_FALSE=''
# LINT_FLAGS='-badflag'
# LINT_TRUE='#'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/libxdmcp/src/libXdmcp-1.1.2/missing makeinfo'
# MAKE_LINT_LIB_FALSE=''
# MAKE_LINT_LIB_TRUE='#'
# 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='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libXdmcp'
# PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
# PACKAGE_NAME='libXdmcp'
# PACKAGE_STRING='libXdmcp 1.1.2'
# PACKAGE_TARNAME='libXdmcp'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.1.2'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRICT_CFLAGS=' -pedantic -Werror -Werror=attributes'
# STRIP='strip'
# STYLESHEET_SRCDIR=''
# VERSION='1.1.2'
# XDMCP_CFLAGS=''
# XDMCP_LIBS=''
# XMLTO=''
# XORG_MALLOC_DEBUG_ENV='MALLOC_PERTURB_=15'
# XORG_MAN_PAGE='X Version 11'
# XORG_SGML_PATH=''
# XSLTPROC='/usr/bin/xsltproc'
# XSL_STYLESHEET=''
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_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/libxdmcp/src/libXdmcp-1.1.2/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='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libXdmcp"
# #define PACKAGE_TARNAME "libXdmcp"
# #define PACKAGE_VERSION "1.1.2"
# #define PACKAGE_STRING "libXdmcp 1.1.2"
# #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
# #define PACKAGE_URL ""
# #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 PACKAGE "libXdmcp"
# #define VERSION "1.1.2"
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define PACKAGE_VERSION_MAJOR 1
# #define PACKAGE_VERSION_MINOR 1
# #define PACKAGE_VERSION_PATCHLEVEL 2
# #define HAVE_SRAND48 1
# #define HAVE_LRAND48 1
# #define HASXDMAUTH 1
#
# configure: exit 0