Build of libxshmfence with clang_glibc toolchain

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

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

SLOCLanguage
11,404 sh
2,234 makefile
401 ansic
14,039 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: libxshmfence 1.2-1 (Thu Apr 13 20:34:49 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 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 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 style of include used by make... GNU
# 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 dependency style of clang... gcc3
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# 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... 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 /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 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... 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... yes
# 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 linux/futex.h usability... yes
# checking linux/futex.h presence... yes
# checking for linux/futex.h... yes
# checking for XPROTO... yes
# checking for memfd_create... no
# checking whether __NR_memfd_create is declared... yes
# checking sys/memfd.h usability... no
# checking sys/memfd.h presence... no
# checking for sys/memfd.h... no
# checking for symbol visibility support... yes
# Checking temp dir /run/shm
# Checking temp dir /dev/shm
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating test/Makefile
# config.status: creating xshmfence.pc
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/libxshmfence/src/libxshmfence-1.2'
# Making all in src
# make[2]: Entering directory '/tmp/libxshmfence/src/libxshmfence-1.2/src'
# CC xshmfence_alloc.lo
# CC xshmfence_futex.lo
# CCLD libxshmfence.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[2]: Leaving directory '/tmp/libxshmfence/src/libxshmfence-1.2/src'
# Making all in test
# make[2]: Entering directory '/tmp/libxshmfence/src/libxshmfence-1.2/test'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libxshmfence/src/libxshmfence-1.2/test'
# make[2]: Entering directory '/tmp/libxshmfence/src/libxshmfence-1.2'
# make[2]: Leaving directory '/tmp/libxshmfence/src/libxshmfence-1.2'
# make[1]: Leaving directory '/tmp/libxshmfence/src/libxshmfence-1.2'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/libxshmfence/src/libxshmfence-1.2/src'
# make[2]: Entering directory '/tmp/libxshmfence/src/libxshmfence-1.2/src'
# /usr/bin/mkdir -p '/tmp/libxshmfence/pkg/libxshmfence//usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libxshmfence.la '/tmp/libxshmfence/pkg/libxshmfence//usr/lib'
# libtool: install: /usr/bin/install -c .libs/libxshmfence.so.1.0.0 /tmp/libxshmfence/pkg/libxshmfence//usr/lib/libxshmfence.so.1.0.0
# libtool: install: (cd /tmp/libxshmfence/pkg/libxshmfence//usr/lib && { ln -s -f libxshmfence.so.1.0.0 libxshmfence.so.1 || { rm -f libxshmfence.so.1 && ln -s libxshmfence.so.1.0.0 libxshmfence.so.1; }; })
# libtool: install: (cd /tmp/libxshmfence/pkg/libxshmfence//usr/lib && { ln -s -f libxshmfence.so.1.0.0 libxshmfence.so || { rm -f libxshmfence.so && ln -s libxshmfence.so.1.0.0 libxshmfence.so; }; })
# libtool: install: /usr/bin/install -c .libs/libxshmfence.lai /tmp/libxshmfence/pkg/libxshmfence//usr/lib/libxshmfence.la
# libtool: install: /usr/bin/install -c .libs/libxshmfence.a /tmp/libxshmfence/pkg/libxshmfence//usr/lib/libxshmfence.a
# libtool: install: chmod 644 /tmp/libxshmfence/pkg/libxshmfence//usr/lib/libxshmfence.a
# libtool: install: ranlib /tmp/libxshmfence/pkg/libxshmfence//usr/lib/libxshmfence.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/libxshmfence/pkg/libxshmfence//usr/include/X11'
# /usr/bin/install -c -m 644 xshmfence.h '/tmp/libxshmfence/pkg/libxshmfence//usr/include/X11'
# make[2]: Leaving directory '/tmp/libxshmfence/src/libxshmfence-1.2/src'
# make[1]: Leaving directory '/tmp/libxshmfence/src/libxshmfence-1.2/src'
# Making install in test
# make[1]: Entering directory '/tmp/libxshmfence/src/libxshmfence-1.2/test'
# make[2]: Entering directory '/tmp/libxshmfence/src/libxshmfence-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/libxshmfence/src/libxshmfence-1.2/test'
# make[1]: Leaving directory '/tmp/libxshmfence/src/libxshmfence-1.2/test'
# make[1]: Entering directory '/tmp/libxshmfence/src/libxshmfence-1.2'
# make[2]: Entering directory '/tmp/libxshmfence/src/libxshmfence-1.2'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libxshmfence/pkg/libxshmfence//usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 xshmfence.pc '/tmp/libxshmfence/pkg/libxshmfence//usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/libxshmfence/src/libxshmfence-1.2'
# make[1]: Leaving directory '/tmp/libxshmfence/src/libxshmfence-1.2'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libxshmfence"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libxshmfence 1.2-1 (Thu Apr 13 20:35:18 UTC 2017)

CMD: pacman --query --file libxshmfence-1.2-1-x86_64.pkg.tar.xz
# libxshmfence 1.2-1

Creating hybrid package for 'libxshmfence'

Trying to find vanilla package 'libxshmfence'...

CMD: pacman --query --file /mirror/libxshmfence-1.2-1.pkg.tar.xz
# libxshmfence 1.2-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libxshmfence.so.1
# /usr/lib/libxshmfence.so
# /usr/lib/libxshmfence.so.1.0.0
# /usr/lib/pkgconfig/xshmfence.pc
# /usr/share/licenses/libxshmfence/COPYING
# /usr/include/X11/xshmfence.h
# /sysroot/usr/lib/libxshmfence.so.1.0.0
# /sysroot/usr/lib/libxshmfence.so.1
# /sysroot/usr/lib/libxshmfence.so
# /sysroot/usr/lib/libxshmfence.la
# /sysroot/usr/lib/libxshmfence.a
# /sysroot/usr/lib/pkgconfig/xshmfence.pc
# /sysroot/usr/include/X11/xshmfence.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 libxshmfence.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libxshmfence.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libxshmfence.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/libxshmfence/src/libxshmfence-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 libxshmfence configure 1.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = debf59f6f0cd
# 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:2372: checking for a BSD-compatible install
# configure:2440: result: /usr/bin/install -c
# configure:2451: checking whether build environment is sane
# configure:2506: result: yes
# configure:2565: checking for x86_64-unknown-linux-strip
# configure:2595: result: no
# configure:2605: checking for strip
# configure:2621: found /usr/bin/strip
# configure:2632: result: strip
# configure:2657: checking for a thread-safe mkdir -p
# configure:2696: result: /usr/bin/mkdir -p
# configure:2703: checking for gawk
# configure:2719: found /usr/bin/gawk
# configure:2730: result: gawk
# configure:2741: checking whether make sets $(MAKE)
# configure:2763: result: yes
# configure:2792: checking whether make supports nested variables
# configure:2809: result: yes
# configure:2966: checking build system type
# configure:2980: result: x86_64-unknown-linux-gnu
# configure:3000: checking host system type
# configure:3013: result: x86_64-unknown-linux-gnu
# configure:3054: checking how to print strings
# configure:3081: result: printf
# configure:3114: checking for style of include used by make
# configure:3142: result: GNU
# configure:3173: checking for x86_64-unknown-linux-gcc
# configure:3200: result: clang
# configure:3469: checking for C compiler version
# configure:3478: 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:3489: $? = 0
# configure:3478: 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:3489: $? = 0
# configure:3478: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3489: $? = 1
# configure:3478: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3489: $? = 1
# configure:3509: checking whether the C compiler works
# configure:3531: clang conftest.c >&5
# configure:3535: $? = 0
# configure:3583: result: yes
# configure:3586: checking for C compiler default output file name
# configure:3588: result: a.out
# configure:3594: checking for suffix of executables
# configure:3601: clang -o conftest conftest.c >&5
# configure:3605: $? = 0
# configure:3627: result:
# configure:3649: checking whether we are cross compiling
# configure:3657: clang -o conftest conftest.c >&5
# configure:3661: $? = 0
# configure:3668: ./conftest
# configure:3672: $? = 0
# configure:3687: result: no
# configure:3692: checking for suffix of object files
# configure:3714: clang -c conftest.c >&5
# configure:3718: $? = 0
# configure:3739: result: o
# configure:3743: checking whether we are using the GNU C compiler
# configure:3762: clang -c conftest.c >&5
# configure:3762: $? = 0
# configure:3771: result: yes
# configure:3780: checking whether clang accepts -g
# configure:3800: clang -c -g conftest.c >&5
# configure:3800: $? = 0
# configure:3841: result: yes
# configure:3858: checking for clang option to accept ISO C89
# configure:3921: clang -c conftest.c >&5
# configure:3921: $? = 0
# configure:3934: result: none needed
# configure:3959: checking whether clang understands -c and -o together
# configure:3981: clang -c conftest.c -o conftest2.o
# configure:3984: $? = 0
# configure:3981: clang -c conftest.c -o conftest2.o
# configure:3984: $? = 0
# configure:3996: result: yes
# configure:4015: checking dependency style of clang
# configure:4126: result: gcc3
# configure:4141: checking for a sed that does not truncate output
# configure:4205: result: /usr/bin/sed
# configure:4223: checking for grep that handles long lines and -e
# configure:4281: result: /usr/bin/grep
# configure:4286: checking for egrep
# configure:4348: result: /usr/bin/grep -E
# configure:4353: checking for fgrep
# configure:4415: result: /usr/bin/grep -F
# configure:4450: checking for ld used by clang
# configure:4517: result: /usr/bin/ld
# configure:4524: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4539: result: yes
# configure:4551: checking for BSD- or MS-compatible name lister (nm)
# configure:4600: result: /usr/bin/nm -B
# configure:4730: checking the name lister (/usr/bin/nm -B) interface
# configure:4737: clang -c conftest.c >&5
# configure:4740: /usr/bin/nm -B "conftest.o"
# configure:4743: output
# 0000000000000000 B some_variable
# configure:4750: result: BSD nm
# configure:4753: checking whether ln -s works
# configure:4757: result: yes
# configure:4765: checking the maximum length of command line arguments
# configure:4895: result: 1572864
# configure:4912: checking whether the shell understands some XSI constructs
# configure:4922: result: yes
# configure:4926: checking whether the shell understands "+="
# configure:4932: result: yes
# configure:4967: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5007: result: func_convert_file_noop
# configure:5014: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5034: result: func_convert_file_noop
# configure:5041: checking for /usr/bin/ld option to reload object files
# configure:5048: result: -r
# configure:5082: checking for x86_64-unknown-linux-objdump
# configure:5112: result: no
# configure:5122: checking for objdump
# configure:5138: found /usr/bin/objdump
# configure:5149: result: objdump
# configure:5181: checking how to recognize dependent libraries
# configure:5383: result: pass_all
# configure:5428: checking for x86_64-unknown-linux-dlltool
# configure:5458: result: no
# configure:5468: checking for dlltool
# configure:5498: result: no
# configure:5528: checking how to associate runtime and link libraries
# configure:5555: result: printf %s\n
# configure:5572: checking for x86_64-unknown-linux-ar
# configure:5602: result: no
# configure:5616: checking for ar
# configure:5632: found /usr/bin/ar
# configure:5643: result: ar
# configure:5680: checking for archiver @FILE support
# configure:5697: clang -c conftest.c >&5
# configure:5697: $? = 0
# configure:5700: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5703: $? = 0
# configure:5708: 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:5711: $? = 1
# configure:5723: result: @
# configure:5741: checking for x86_64-unknown-linux-strip
# configure:5768: result: strip
# configure:5840: checking for x86_64-unknown-linux-ranlib
# configure:5870: result: no
# configure:5880: checking for ranlib
# configure:5896: found /usr/bin/ranlib
# configure:5907: result: ranlib
# configure:6009: checking command to parse /usr/bin/nm -B output from clang object
# configure:6129: clang -c conftest.c >&5
# configure:6132: $? = 0
# configure:6136: /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:6139: $? = 0
# configure:6205: clang -o conftest conftest.c conftstm.o >&5
# configure:6208: $? = 0
# configure:6246: result: ok
# configure:6283: checking for sysroot
# configure:6313: result: no
# configure:6390: clang -c conftest.c >&5
# configure:6393: $? = 0
# configure:6529: checking for x86_64-unknown-linux-mt
# configure:6559: result: no
# configure:6569: checking for mt
# configure:6599: result: no
# configure:6619: checking if : is a manifest tool
# configure:6625: : '-?'
# configure:6633: result: no
# configure:7275: checking how to run the C preprocessor
# configure:7306: clang -E conftest.c
# configure:7306: $? = 0
# configure:7320: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7320: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxshmfence"
# | #define PACKAGE_TARNAME "libxshmfence"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "libxshmfence 1.2"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libxshmfence"
# | #define VERSION "1.2"
# | /* end confdefs.h. */
# | #include
# configure:7345: result: clang -E
# configure:7365: clang -E conftest.c
# configure:7365: $? = 0
# configure:7379: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7379: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxshmfence"
# | #define PACKAGE_TARNAME "libxshmfence"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "libxshmfence 1.2"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libxshmfence"
# | #define VERSION "1.2"
# | /* end confdefs.h. */
# | #include
# configure:7408: checking for ANSI C header files
# configure:7428: clang -c conftest.c >&5
# configure:7428: $? = 0
# configure:7501: clang -o conftest conftest.c >&5
# configure:7501: $? = 0
# configure:7501: ./conftest
# configure:7501: $? = 0
# configure:7512: result: yes
# configure:7525: checking for sys/types.h
# configure:7525: clang -c conftest.c >&5
# configure:7525: $? = 0
# configure:7525: result: yes
# configure:7525: checking for sys/stat.h
# configure:7525: clang -c conftest.c >&5
# configure:7525: $? = 0
# configure:7525: result: yes
# configure:7525: checking for stdlib.h
# configure:7525: clang -c conftest.c >&5
# configure:7525: $? = 0
# configure:7525: result: yes
# configure:7525: checking for string.h
# configure:7525: clang -c conftest.c >&5
# configure:7525: $? = 0
# configure:7525: result: yes
# configure:7525: checking for memory.h
# configure:7525: clang -c conftest.c >&5
# configure:7525: $? = 0
# configure:7525: result: yes
# configure:7525: checking for strings.h
# configure:7525: clang -c conftest.c >&5
# configure:7525: $? = 0
# configure:7525: result: yes
# configure:7525: checking for inttypes.h
# configure:7525: clang -c conftest.c >&5
# configure:7525: $? = 0
# configure:7525: result: yes
# configure:7525: checking for stdint.h
# configure:7525: clang -c conftest.c >&5
# configure:7525: $? = 0
# configure:7525: result: yes
# configure:7525: checking for unistd.h
# configure:7525: clang -c conftest.c >&5
# configure:7525: $? = 0
# configure:7525: result: yes
# configure:7539: checking for dlfcn.h
# configure:7539: clang -c conftest.c >&5
# configure:7539: $? = 0
# configure:7539: result: yes
# configure:7745: checking for objdir
# configure:7760: result: .libs
# configure:8027: checking if clang supports -fno-rtti -fno-exceptions
# configure:8045: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8049: $? = 0
# configure:8062: result: yes
# configure:8389: checking for clang option to produce PIC
# configure:8396: result: -fPIC -DPIC
# configure:8404: checking if clang PIC flag -fPIC -DPIC works
# configure:8422: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8426: $? = 0
# configure:8439: result: yes
# configure:8468: checking if clang static flag -static works
# configure:8496: result: yes
# configure:8511: checking if clang supports -c -o file.o
# configure:8532: clang -c -o out/conftest2.o conftest.c >&5
# configure:8536: $? = 0
# configure:8558: result: yes
# configure:8566: checking if clang supports -c -o file.o
# configure:8613: result: yes
# configure:8646: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9803: result: yes
# configure:9840: checking whether -lc should be explicitly linked in
# configure:9848: clang -c conftest.c >&5
# configure:9851: $? = 0
# configure:9866: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:9869: $? = 0
# configure:9883: result: no
# configure:10043: checking dynamic linker characteristics
# configure:10554: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10554: $? = 0
# configure:10788: result: GNU/Linux ld.so
# configure:10895: checking how to hardcode library paths into programs
# configure:10920: result: immediate
# configure:11460: checking whether stripping libraries is possible
# configure:11465: result: yes
# configure:11500: checking if libtool supports shared libraries
# configure:11502: result: yes
# configure:11505: checking whether to build shared libraries
# configure:11526: result: yes
# configure:11529: checking whether to build static libraries
# configure:11533: result: yes
# configure:11583: checking for clang option to accept ISO C99
# configure:11732: clang -c conftest.c >&5
# configure:11732: $? = 0
# configure:11745: result: none needed
# configure:11764: checking whether __clang__ is declared
# configure:11764: clang -c conftest.c >&5
# configure:11764: $? = 0
# configure:11764: result: yes
# configure:11771: checking whether __INTEL_COMPILER is declared
# configure:11771: clang -c conftest.c >&5
# conftest.c:63:10: error: use of undeclared identifier '__INTEL_COMPILER'
# (void) __INTEL_COMPILER;
# ^
# 1 error generated.
# configure:11771: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxshmfence"
# | #define PACKAGE_TARNAME "libxshmfence"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "libxshmfence 1.2"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libxshmfence"
# | #define VERSION "1.2"
# | #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
# | #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:11771: result: no
# configure:11778: checking whether __SUNPRO_C is declared
# configure:11778: clang -c conftest.c >&5
# conftest.c:63:10: error: use of undeclared identifier '__SUNPRO_C'
# (void) __SUNPRO_C;
# ^
# 1 error generated.
# configure:11778: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxshmfence"
# | #define PACKAGE_TARNAME "libxshmfence"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "libxshmfence 1.2"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libxshmfence"
# | #define VERSION "1.2"
# | #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
# | #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:11778: result: no
# configure:11797: checking for x86_64-unknown-linux-pkg-config
# configure:11830: result: no
# configure:11840: checking for pkg-config
# configure:11858: found /usr/bin/pkg-config
# configure:11870: result: /usr/bin/pkg-config
# configure:11895: checking pkg-config is at least version 0.9.0
# configure:11898: result: yes
# configure:11947: checking if clang supports -Werror=unknown-warning-option
# configure:11956: clang -c -Werror=unknown-warning-option conftest.c >&5
# configure:11956: $? = 0
# configure:11963: result: yes
# configure:11974: checking if clang supports -Werror=unused-command-line-argument
# configure:11983: clang -c -Werror=unknown-warning-option -Werror=unused-command-line-argument conftest.c >&5
# configure:11983: $? = 0
# configure:11990: result: yes
# configure:12009: checking if clang supports -Wall
# configure:12026: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wall conftest.c >&5
# configure:12026: $? = 0
# configure:12039: result: yes
# configure:12127: checking if clang supports -Wpointer-arith
# configure:12144: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wpointer-arith conftest.c >&5
# configure:12144: $? = 0
# configure:12157: result: yes
# configure:12245: checking if clang supports -Wmissing-declarations
# configure:12262: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-declarations conftest.c >&5
# configure:12262: $? = 0
# configure:12275: result: yes
# configure:12363: checking if clang supports -Wformat=2
# configure:12380: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wformat=2 conftest.c >&5
# configure:12380: $? = 0
# configure:12393: result: yes
# configure:12532: checking if clang supports -Wstrict-prototypes
# configure:12549: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wstrict-prototypes conftest.c >&5
# configure:12549: $? = 0
# configure:12562: result: yes
# configure:12650: checking if clang supports -Wmissing-prototypes
# configure:12667: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-prototypes conftest.c >&5
# configure:12667: $? = 0
# configure:12680: result: yes
# configure:12768: checking if clang supports -Wnested-externs
# configure:12785: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wnested-externs conftest.c >&5
# configure:12785: $? = 0
# configure:12798: result: yes
# configure:12886: checking if clang supports -Wbad-function-cast
# configure:12903: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wbad-function-cast conftest.c >&5
# configure:12903: $? = 0
# configure:12916: result: yes
# configure:13004: checking if clang supports -Wold-style-definition
# configure:13021: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wold-style-definition conftest.c >&5
# configure:13021: $? = 0
# configure:13034: result: yes
# configure:13171: checking if clang supports -Wdeclaration-after-statement
# configure:13188: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wdeclaration-after-statement conftest.c >&5
# configure:13188: $? = 0
# configure:13201: result: yes
# configure:13293: checking if clang supports -Wunused
# configure:13310: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wunused conftest.c >&5
# configure:13310: $? = 0
# configure:13323: result: yes
# configure:13411: checking if clang supports -Wuninitialized
# configure:13428: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wuninitialized conftest.c >&5
# configure:13428: $? = 0
# configure:13441: result: yes
# configure:13529: checking if clang supports -Wshadow
# configure:13546: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wshadow conftest.c >&5
# configure:13546: $? = 0
# configure:13559: result: yes
# configure:13647: checking if clang supports -Wmissing-noreturn
# configure:13664: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-noreturn conftest.c >&5
# configure:13664: $? = 0
# configure:13677: result: yes
# configure:13765: checking if clang supports -Wmissing-format-attribute
# configure:13782: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-format-attribute conftest.c >&5
# configure:13782: $? = 0
# configure:13795: result: yes
# configure:13883: checking if clang supports -Wredundant-decls
# configure:13900: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wredundant-decls conftest.c >&5
# configure:13900: $? = 0
# configure:13913: result: yes
# configure:14001: checking if clang supports -Wlogical-op
# configure:14018: 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:14018: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxshmfence"
# | #define PACKAGE_TARNAME "libxshmfence"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "libxshmfence 1.2"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libxshmfence"
# | #define VERSION "1.2"
# | #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. */
# | int i;
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:14031: result: no
# configure:14131: checking if clang supports -Werror=implicit
# configure:14148: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=implicit conftest.c >&5
# configure:14148: $? = 0
# configure:14161: result: yes
# configure:14298: checking if clang supports -Werror=nonnull
# configure:14315: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=nonnull conftest.c >&5
# configure:14315: $? = 0
# configure:14328: result: yes
# configure:14416: checking if clang supports -Werror=init-self
# configure:14433: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=init-self conftest.c >&5
# configure:14433: $? = 0
# configure:14446: result: yes
# configure:14534: checking if clang supports -Werror=main
# configure:14551: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=main conftest.c >&5
# configure:14551: $? = 0
# configure:14564: result: yes
# configure:14652: checking if clang supports -Werror=missing-braces
# configure:14669: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=missing-braces conftest.c >&5
# configure:14669: $? = 0
# configure:14682: result: yes
# configure:14770: checking if clang supports -Werror=sequence-point
# configure:14787: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=sequence-point conftest.c >&5
# configure:14787: $? = 0
# configure:14800: result: yes
# configure:14888: checking if clang supports -Werror=return-type
# configure:14905: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=return-type conftest.c >&5
# configure:14905: $? = 0
# configure:14918: result: yes
# configure:15055: checking if clang supports -Werror=trigraphs
# configure:15072: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=trigraphs conftest.c >&5
# configure:15072: $? = 0
# configure:15085: result: yes
# configure:15173: checking if clang supports -Werror=array-bounds
# configure:15190: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=array-bounds conftest.c >&5
# configure:15190: $? = 0
# configure:15203: result: yes
# configure:15291: checking if clang supports -Werror=write-strings
# configure:15308: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=write-strings conftest.c >&5
# configure:15308: $? = 0
# configure:15321: result: yes
# configure:15409: checking if clang supports -Werror=address
# configure:15426: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=address conftest.c >&5
# configure:15426: $? = 0
# configure:15439: result: yes
# configure:15527: checking if clang supports -Werror=int-to-pointer-cast
# configure:15544: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=int-to-pointer-cast conftest.c >&5
# configure:15544: $? = 0
# configure:15557: result: yes
# configure:15694: checking if clang supports -Werror=pointer-to-int-cast
# configure:15711: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=pointer-to-int-cast conftest.c >&5
# configure:15711: $? = 0
# configure:15724: result: yes
# configure:17382: checking if clang supports -pedantic
# configure:17399: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -pedantic conftest.c >&5
# configure:17399: $? = 0
# configure:17412: result: yes
# configure:17500: checking if clang supports -Werror
# configure:17517: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror conftest.c >&5
# configure:17517: $? = 0
# configure:17530: result: yes
# configure:17670: checking if clang supports -Werror=attributes
# configure:17687: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=attributes conftest.c >&5
# configure:17687: $? = 0
# configure:17700: result: yes
# configure:17860: checking whether make supports nested variables
# configure:17877: result: yes
# configure:18004: checking linux/futex.h usability
# configure:18004: clang -c conftest.c >&5
# configure:18004: $? = 0
# configure:18004: result: yes
# configure:18004: checking linux/futex.h presence
# configure:18004: clang -E conftest.c
# configure:18004: $? = 0
# configure:18004: result: yes
# configure:18004: checking for linux/futex.h
# configure:18004: result: yes
# configure:18109: checking for XPROTO
# configure:18116: $PKG_CONFIG --exists --print-errors "xproto"
# configure:18119: $? = 0
# configure:18133: $PKG_CONFIG --exists --print-errors "xproto"
# configure:18136: $? = 0
# configure:18194: result: yes
# configure:18205: checking for memfd_create
# configure:18205: clang -o conftest conftest.c >&5
# /tmp/conftest-591c11.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `memfd_create'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:18205: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxshmfence"
# | #define PACKAGE_TARNAME "libxshmfence"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "libxshmfence 1.2"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libxshmfence"
# | #define VERSION "1.2"
# | #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 PACKAGE_VERSION_MAJOR 1
# | #define PACKAGE_VERSION_MINOR 2
# | #define PACKAGE_VERSION_PATCHLEVEL 0
# | #define HAVE_FUTEX 1
# | /* end confdefs.h. */
# | /* Define memfd_create to an innocuous variant, in case declares memfd_create.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define memfd_create innocuous_memfd_create
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char memfd_create (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef memfd_create
# |
# | /* 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 memfd_create ();
# | /* 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_memfd_create || defined __stub___memfd_create
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return memfd_create ();
# | ;
# | return 0;
# | }
# configure:18205: result: no
# configure:18215: checking whether __NR_memfd_create is declared
# configure:18215: clang -c conftest.c >&5
# configure:18215: $? = 0
# configure:18215: result: yes
# configure:18230: checking sys/memfd.h usability
# configure:18230: clang -c conftest.c >&5
# conftest.c:61:10: fatal error: 'sys/memfd.h' file not found
# #include
# ^
# 1 error generated.
# configure:18230: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxshmfence"
# | #define PACKAGE_TARNAME "libxshmfence"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "libxshmfence 1.2"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libxshmfence"
# | #define VERSION "1.2"
# | #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 PACKAGE_VERSION_MAJOR 1
# | #define PACKAGE_VERSION_MINOR 2
# | #define PACKAGE_VERSION_PATCHLEVEL 0
# | #define HAVE_FUTEX 1
# | #define HAVE_DECL___NR_MEMFD_CREATE 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:18230: result: no
# configure:18230: checking sys/memfd.h presence
# configure:18230: clang -E conftest.c
# conftest.c:28:10: fatal error: 'sys/memfd.h' file not found
# #include
# ^
# 1 error generated.
# configure:18230: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libxshmfence"
# | #define PACKAGE_TARNAME "libxshmfence"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "libxshmfence 1.2"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libxshmfence"
# | #define VERSION "1.2"
# | #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 PACKAGE_VERSION_MAJOR 1
# | #define PACKAGE_VERSION_MINOR 2
# | #define PACKAGE_VERSION_PATCHLEVEL 0
# | #define HAVE_FUTEX 1
# | #define HAVE_DECL___NR_MEMFD_CREATE 1
# | /* end confdefs.h. */
# | #include
# configure:18230: result: no
# configure:18230: checking for sys/memfd.h
# configure:18230: result: no
# configure:18254: checking for symbol visibility support
# configure:18281: clang -c conftest.c >&5
# configure:18281: $? = 0
# configure:18288: result: yes
# configure:18455: checking that generated files are newer than configure
# configure:18461: result: done
# configure:18496: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libxshmfence config.status 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 debf59f6f0cd
#
# config.status:1133: creating Makefile
# config.status:1133: creating src/Makefile
# config.status:1133: creating test/Makefile
# config.status:1133: creating xshmfence.pc
# config.status:1133: creating config.h
# config.status:1362: executing depfiles commands
# config.status:1362: 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_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_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_XPROTO_CFLAGS_set=
# ac_cv_env_XPROTO_CFLAGS_value=
# ac_cv_env_XPROTO_LIBS_set=
# ac_cv_env_XPROTO_LIBS_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_memfd_create=no
# ac_cv_have_decl___INTEL_COMPILER=no
# ac_cv_have_decl___NR_memfd_create=yes
# 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_linux_futex_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_memfd_h=no
# 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_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_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_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_c99=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# 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_XPROTO_CFLAGS=
# pkg_cv_XPROTO_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/libxshmfence/src/libxshmfence-1.2/missing aclocal-1.14'
# 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'
# AUTOCONF='${SHELL} /tmp/libxshmfence/src/libxshmfence-1.2/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libxshmfence/src/libxshmfence-1.2/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libxshmfence/src/libxshmfence-1.2/missing automake-1.14'
# 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=' -fvisibility=hidden'
# 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='false'
# 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'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
# FILE_MAN_SUFFIX='5'
# FUTEX_FALSE='#'
# FUTEX_TRUE=''
# GREP='/usr/bin/grep'
# INSTALL_CMD='(cp -f /usr/share/util-macros/INSTALL $(top_srcdir)/.INSTALL.tmp && mv $(top_srcdir)/.INSTALL.tmp $(top_srcdir)/INSTALL) || (rm -f $(top_srcdir)/.INSTALL.tmp; touch $(top_srcdir)/INSTALL; echo '\''util-macros "pkgdatadir" from xorg-macros.pc not found: installing possibly empty INSTALL.'\'' >&2)'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/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=''
# LINT_FALSE=''
# LINT_FLAGS='-badflag '
# LINT_TRUE='#'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/libxshmfence/src/libxshmfence-1.2/missing makeinfo'
# MANIFEST_TOOL=':'
# MAN_SUBSTS=' -e '\''s|__vendorversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\'' -e '\''s|__xorgversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\'' -e '\''s|__xservername__|Xorg|g'\'' -e '\''s|__xconfigfile__|xorg.conf|g'\'' -e '\''s|__projectroot__|$(prefix)|g'\'' -e '\''s|__apploaddir__|$(appdefaultdir)|g'\'' -e '\''s|__appmansuffix__|$(APP_MAN_SUFFIX)|g'\'' -e '\''s|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g'\'' -e '\''s|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g'\'' -e '\''s|__libmansuffix__|$(LIB_MAN_SUFFIX)|g'\'' -e '\''s|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g'\'' -e '\''s|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'\'''
# MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)'
# MISC_MAN_SUFFIX='7'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libxshmfence'
# PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
# PACKAGE_NAME='libxshmfence'
# PACKAGE_STRING='libxshmfence 1.2'
# PACKAGE_TARNAME='libxshmfence'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.2'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# PTHREAD_FALSE=''
# PTHREAD_LIBS=''
# PTHREAD_TRUE='#'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRICT_CFLAGS=' -pedantic -Werror -Werror=attributes'
# STRIP='strip'
# VERSION='1.2'
# XORG_MAN_PAGE='X Version 11'
# XPROTO_CFLAGS=''
# XPROTO_LIBS=''
# 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/libxshmfence/src/libxshmfence-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='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libxshmfence"
# #define PACKAGE_TARNAME "libxshmfence"
# #define PACKAGE_VERSION "1.2"
# #define PACKAGE_STRING "libxshmfence 1.2"
# #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
# #define PACKAGE_URL ""
# #define PACKAGE "libxshmfence"
# #define VERSION "1.2"
# #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 PACKAGE_VERSION_MAJOR 1
# #define PACKAGE_VERSION_MINOR 2
# #define PACKAGE_VERSION_PATCHLEVEL 0
# #define HAVE_FUTEX 1
# #define HAVE_DECL___NR_MEMFD_CREATE 1
# #define SHMDIR "/dev/shm"
#
# configure: exit 0