Build of libpciaccess with clang_glibc toolchain

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

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

SLOCLanguage
11,253 sh
6,569 ansic
2,817 makefile
20,639 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: libpciaccess 0.13.4-1 (Thu Apr 13 20:31:46 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 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 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 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... 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 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 for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking err.h usability... yes
# checking err.h presence... yes
# checking for err.h... yes
# checking asm/mtrr.h usability... yes
# checking asm/mtrr.h presence... yes
# checking for asm/mtrr.h... yes
# checking for struct pci_io.pi_sel.pc_domain... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating include/Makefile
# config.status: creating man/Makefile
# config.status: creating src/Makefile
# config.status: creating scanpci/Makefile
# config.status: creating pciaccess.pc
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/libpciaccess/src/libpciaccess-0.13.4'
# Making all in include
# make[2]: Entering directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/include'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/include'
# Making all in man
# make[2]: Entering directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/man'
# GEN scanpci.1
# make[2]: Leaving directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/man'
# Making all in src
# make[2]: Entering directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/src'
# CC common_bridge.lo
# CC common_iterator.lo
# CC common_init.lo
# common_init.c:103:10: warning: 'pci_device_unmap_region' is deprecated [-Wdeprecated-declarations]
# (void) pci_device_unmap_region( & pci_sys->devices[i].base, j );
# ^
# ../include/pciaccess.h:88:18: note: 'pci_device_unmap_region' has been explicitly marked deprecated here
# int __deprecated pci_device_unmap_region(struct pci_device *dev,
# ^
# 1 warning generated.
# CC common_interface.lo
# CC common_io.lo
# CC common_capability.lo
# CC common_device_name.lo
# CC common_map.lo
# CC common_vgaarb.lo
# common_vgaarb.c:67:20: warning: comparison of constant 9223372036854775807 with expression of type 'int' is always false [-Wtautological-constant-out-of-range-compare]
# if (*vga_count == LONG_MAX)
# ~~~~~~~~~~ ^ ~~~~~~~~
# 1 warning generated.
# CC linux_sysfs.lo
# linux_sysfs.c:595:7: warning: format specifies type 'unsigned long' but the argument has type '__u64' (aka 'unsigned long long') [-Wformat]
# sentry.base, sentry.size, sentry.type,
# ^~~~~~~~~~~
# linux_sysfs.c:670:7: warning: format specifies type 'unsigned long' but the argument has type '__u64' (aka 'unsigned long long') [-Wformat]
# sentry.base, sentry.size, sentry.type,
# ^~~~~~~~~~~
# 2 warnings generated.
# CC linux_devmem.lo
# CCLD libpciaccess.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[2]: Leaving directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/src'
# Making all in scanpci
# make[2]: Entering directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/scanpci'
# CC scanpci.o
# CCLD scanpci
# make[2]: Leaving directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/scanpci'
# make[2]: Entering directory '/tmp/libpciaccess/src/libpciaccess-0.13.4'
# make[2]: Leaving directory '/tmp/libpciaccess/src/libpciaccess-0.13.4'
# make[1]: Leaving directory '/tmp/libpciaccess/src/libpciaccess-0.13.4'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in include
# make[1]: Entering directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/include'
# make[2]: Entering directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/include'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libpciaccess/pkg/libpciaccess/usr/include'
# /usr/bin/install -c -m 644 pciaccess.h '/tmp/libpciaccess/pkg/libpciaccess/usr/include'
# make[2]: Leaving directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/include'
# make[1]: Leaving directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/include'
# Making install in man
# make[1]: Entering directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/man'
# make[2]: Entering directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/man'
# 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/libpciaccess/src/libpciaccess-0.13.4/man'
# make[1]: Leaving directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/man'
# Making install in src
# make[1]: Entering directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/src'
# make[2]: Entering directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/src'
# /usr/bin/mkdir -p '/tmp/libpciaccess/pkg/libpciaccess/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libpciaccess.la '/tmp/libpciaccess/pkg/libpciaccess/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libpciaccess.so.0.11.1 /tmp/libpciaccess/pkg/libpciaccess/usr/lib/libpciaccess.so.0.11.1
# libtool: install: (cd /tmp/libpciaccess/pkg/libpciaccess/usr/lib && { ln -s -f libpciaccess.so.0.11.1 libpciaccess.so.0 || { rm -f libpciaccess.so.0 && ln -s libpciaccess.so.0.11.1 libpciaccess.so.0; }; })
# libtool: install: (cd /tmp/libpciaccess/pkg/libpciaccess/usr/lib && { ln -s -f libpciaccess.so.0.11.1 libpciaccess.so || { rm -f libpciaccess.so && ln -s libpciaccess.so.0.11.1 libpciaccess.so; }; })
# libtool: install: /usr/bin/install -c .libs/libpciaccess.lai /tmp/libpciaccess/pkg/libpciaccess/usr/lib/libpciaccess.la
# libtool: install: /usr/bin/install -c .libs/libpciaccess.a /tmp/libpciaccess/pkg/libpciaccess/usr/lib/libpciaccess.a
# libtool: install: chmod 644 /tmp/libpciaccess/pkg/libpciaccess/usr/lib/libpciaccess.a
# libtool: install: ranlib /tmp/libpciaccess/pkg/libpciaccess/usr/lib/libpciaccess.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/src'
# make[1]: Leaving directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/src'
# Making install in scanpci
# make[1]: Entering directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/scanpci'
# make[2]: Entering directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/scanpci'
# 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/libpciaccess/src/libpciaccess-0.13.4/scanpci'
# make[1]: Leaving directory '/tmp/libpciaccess/src/libpciaccess-0.13.4/scanpci'
# make[1]: Entering directory '/tmp/libpciaccess/src/libpciaccess-0.13.4'
# make[2]: Entering directory '/tmp/libpciaccess/src/libpciaccess-0.13.4'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libpciaccess/pkg/libpciaccess/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 pciaccess.pc '/tmp/libpciaccess/pkg/libpciaccess/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/libpciaccess/src/libpciaccess-0.13.4'
# make[1]: Leaving directory '/tmp/libpciaccess/src/libpciaccess-0.13.4'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libpciaccess"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libpciaccess 0.13.4-1 (Thu Apr 13 20:32:24 UTC 2017)

CMD: pacman --query --file libpciaccess-0.13.4-1-x86_64.pkg.tar.xz
# libpciaccess 0.13.4-1

Creating hybrid package for 'libpciaccess'

Trying to find vanilla package 'libpciaccess'...

CMD: pacman --query --file /mirror/libpciaccess-0.13.4-1.pkg.tar.xz
# libpciaccess 0.13.4-1

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libpciaccess.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libpciaccess.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/libpciaccess/src/libpciaccess-0.13.4/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 libpciaccess configure 0.13.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = c64a5e0a2039
# 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:2417: checking for a BSD-compatible install
# configure:2485: result: /usr/bin/install -c
# configure:2496: checking whether build environment is sane
# configure:2551: result: yes
# configure:2610: checking for x86_64-unknown-linux-strip
# configure:2640: result: no
# configure:2650: checking for strip
# configure:2666: found /usr/bin/strip
# configure:2677: result: strip
# configure:2702: checking for a thread-safe mkdir -p
# configure:2741: result: /usr/bin/mkdir -p
# configure:2748: checking for gawk
# configure:2764: found /usr/bin/gawk
# configure:2775: result: gawk
# configure:2786: checking whether make sets $(MAKE)
# configure:2808: result: yes
# configure:2837: checking whether make supports nested variables
# configure:2854: result: yes
# configure:2992: checking for style of include used by make
# configure:3020: result: GNU
# configure:3051: checking for x86_64-unknown-linux-gcc
# configure:3078: result: clang
# configure:3347: checking for C compiler version
# configure:3356: 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:3367: $? = 0
# configure:3356: 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:3367: $? = 0
# configure:3356: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3367: $? = 1
# configure:3356: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3367: $? = 1
# configure:3387: checking whether the C compiler works
# configure:3409: clang conftest.c >&5
# configure:3413: $? = 0
# configure:3461: result: yes
# configure:3464: checking for C compiler default output file name
# configure:3466: result: a.out
# configure:3472: checking for suffix of executables
# configure:3479: clang -o conftest conftest.c >&5
# configure:3483: $? = 0
# configure:3505: result:
# configure:3527: checking whether we are cross compiling
# configure:3535: clang -o conftest conftest.c >&5
# configure:3539: $? = 0
# configure:3546: ./conftest
# configure:3550: $? = 0
# configure:3565: result: no
# configure:3570: checking for suffix of object files
# configure:3592: clang -c conftest.c >&5
# configure:3596: $? = 0
# configure:3617: result: o
# configure:3621: checking whether we are using the GNU C compiler
# configure:3640: clang -c conftest.c >&5
# configure:3640: $? = 0
# configure:3649: result: yes
# configure:3658: checking whether clang accepts -g
# configure:3678: clang -c -g conftest.c >&5
# configure:3678: $? = 0
# configure:3719: result: yes
# configure:3736: checking for clang option to accept ISO C89
# configure:3799: clang -c conftest.c >&5
# configure:3799: $? = 0
# configure:3812: result: none needed
# configure:3837: checking whether clang understands -c and -o together
# configure:3859: clang -c conftest.c -o conftest2.o
# configure:3862: $? = 0
# configure:3859: clang -c conftest.c -o conftest2.o
# configure:3862: $? = 0
# configure:3874: result: yes
# configure:3893: checking dependency style of clang
# configure:4004: result: gcc3
# configure:4025: checking how to run the C preprocessor
# configure:4056: clang -E conftest.c
# configure:4056: $? = 0
# configure:4070: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4070: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libpciaccess"
# | #define PACKAGE_TARNAME "libpciaccess"
# | #define PACKAGE_VERSION "0.13.4"
# | #define PACKAGE_STRING "libpciaccess 0.13.4"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libpciaccess"
# | #define VERSION "0.13.4"
# | /* end confdefs.h. */
# | #include
# configure:4095: result: clang -E
# configure:4115: clang -E conftest.c
# configure:4115: $? = 0
# configure:4129: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4129: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libpciaccess"
# | #define PACKAGE_TARNAME "libpciaccess"
# | #define PACKAGE_VERSION "0.13.4"
# | #define PACKAGE_STRING "libpciaccess 0.13.4"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libpciaccess"
# | #define VERSION "0.13.4"
# | /* end confdefs.h. */
# | #include
# configure:4158: checking for grep that handles long lines and -e
# configure:4216: result: /usr/bin/grep
# configure:4221: checking for egrep
# configure:4283: result: /usr/bin/grep -E
# configure:4288: checking for ANSI C header files
# configure:4308: clang -c conftest.c >&5
# configure:4308: $? = 0
# configure:4381: clang -o conftest conftest.c >&5
# configure:4381: $? = 0
# configure:4381: ./conftest
# configure:4381: $? = 0
# configure:4392: result: yes
# configure:4405: checking for sys/types.h
# configure:4405: clang -c conftest.c >&5
# configure:4405: $? = 0
# configure:4405: result: yes
# configure:4405: checking for sys/stat.h
# configure:4405: clang -c conftest.c >&5
# configure:4405: $? = 0
# configure:4405: result: yes
# configure:4405: checking for stdlib.h
# configure:4405: clang -c conftest.c >&5
# configure:4405: $? = 0
# configure:4405: result: yes
# configure:4405: checking for string.h
# configure:4405: clang -c conftest.c >&5
# configure:4405: $? = 0
# configure:4405: result: yes
# configure:4405: checking for memory.h
# configure:4405: clang -c conftest.c >&5
# configure:4405: $? = 0
# configure:4405: result: yes
# configure:4405: checking for strings.h
# configure:4405: clang -c conftest.c >&5
# configure:4405: $? = 0
# configure:4405: result: yes
# configure:4405: checking for inttypes.h
# configure:4405: clang -c conftest.c >&5
# configure:4405: $? = 0
# configure:4405: result: yes
# configure:4405: checking for stdint.h
# configure:4405: clang -c conftest.c >&5
# configure:4405: $? = 0
# configure:4405: result: yes
# configure:4405: checking for unistd.h
# configure:4405: clang -c conftest.c >&5
# configure:4405: $? = 0
# configure:4405: result: yes
# configure:4418: checking minix/config.h usability
# configure:4418: clang -c conftest.c >&5
# conftest.c:54:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4418: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libpciaccess"
# | #define PACKAGE_TARNAME "libpciaccess"
# | #define PACKAGE_VERSION "0.13.4"
# | #define PACKAGE_STRING "libpciaccess 0.13.4"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libpciaccess"
# | #define VERSION "0.13.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4418: result: no
# configure:4418: checking minix/config.h presence
# configure:4418: clang -E conftest.c
# conftest.c:21:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4418: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libpciaccess"
# | #define PACKAGE_TARNAME "libpciaccess"
# | #define PACKAGE_VERSION "0.13.4"
# | #define PACKAGE_STRING "libpciaccess 0.13.4"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libpciaccess"
# | #define VERSION "0.13.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:4418: result: no
# configure:4418: checking for minix/config.h
# configure:4418: result: no
# configure:4439: checking whether it is safe to define __EXTENSIONS__
# configure:4457: clang -c conftest.c >&5
# configure:4457: $? = 0
# configure:4464: result: yes
# configure:4509: checking build system type
# configure:4523: result: x86_64-unknown-linux-gnu
# configure:4543: checking host system type
# configure:4556: result: x86_64-unknown-linux-gnu
# configure:4597: checking how to print strings
# configure:4624: result: printf
# configure:4645: checking for a sed that does not truncate output
# configure:4709: result: /usr/bin/sed
# configure:4727: checking for fgrep
# configure:4789: result: /usr/bin/grep -F
# configure:4824: checking for ld used by clang
# configure:4891: result: /usr/bin/ld
# configure:4898: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4913: result: yes
# configure:4925: checking for BSD- or MS-compatible name lister (nm)
# configure:4974: result: /usr/bin/nm -B
# configure:5104: checking the name lister (/usr/bin/nm -B) interface
# configure:5111: clang -c conftest.c >&5
# configure:5114: /usr/bin/nm -B "conftest.o"
# configure:5117: output
# 0000000000000000 B some_variable
# configure:5124: result: BSD nm
# configure:5127: checking whether ln -s works
# configure:5131: result: yes
# configure:5139: checking the maximum length of command line arguments
# configure:5269: result: 1572864
# configure:5286: checking whether the shell understands some XSI constructs
# configure:5296: result: yes
# configure:5300: checking whether the shell understands "+="
# configure:5306: result: yes
# configure:5341: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5381: result: func_convert_file_noop
# configure:5388: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5408: result: func_convert_file_noop
# configure:5415: checking for /usr/bin/ld option to reload object files
# configure:5422: result: -r
# configure:5456: checking for x86_64-unknown-linux-objdump
# configure:5486: result: no
# configure:5496: checking for objdump
# configure:5512: found /usr/bin/objdump
# configure:5523: result: objdump
# configure:5555: checking how to recognize dependent libraries
# configure:5757: result: pass_all
# configure:5802: checking for x86_64-unknown-linux-dlltool
# configure:5832: result: no
# configure:5842: checking for dlltool
# configure:5872: result: no
# configure:5902: checking how to associate runtime and link libraries
# configure:5929: result: printf %s\n
# configure:5945: checking for x86_64-unknown-linux-ar
# configure:5975: result: no
# configure:5989: checking for ar
# configure:6005: found /usr/bin/ar
# configure:6016: result: ar
# configure:6053: checking for archiver @FILE support
# configure:6070: clang -c conftest.c >&5
# configure:6070: $? = 0
# configure:6073: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6076: $? = 0
# configure:6081: 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:6084: $? = 1
# configure:6096: result: @
# configure:6114: checking for x86_64-unknown-linux-strip
# configure:6141: result: strip
# configure:6213: checking for x86_64-unknown-linux-ranlib
# configure:6243: result: no
# configure:6253: checking for ranlib
# configure:6269: found /usr/bin/ranlib
# configure:6280: result: ranlib
# configure:6382: checking command to parse /usr/bin/nm -B output from clang object
# configure:6502: clang -c conftest.c >&5
# configure:6505: $? = 0
# configure:6509: /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:6512: $? = 0
# configure:6578: clang -o conftest conftest.c conftstm.o >&5
# configure:6581: $? = 0
# configure:6619: result: ok
# configure:6656: checking for sysroot
# configure:6686: result: no
# configure:6763: clang -c conftest.c >&5
# configure:6766: $? = 0
# configure:6902: checking for x86_64-unknown-linux-mt
# configure:6932: result: no
# configure:6942: checking for mt
# configure:6972: result: no
# configure:6992: checking if : is a manifest tool
# configure:6998: : '-?'
# configure:7006: result: no
# configure:7645: checking for dlfcn.h
# configure:7645: clang -c conftest.c >&5
# configure:7645: $? = 0
# configure:7645: result: yes
# configure:7851: checking for objdir
# configure:7866: result: .libs
# configure:8133: checking if clang supports -fno-rtti -fno-exceptions
# configure:8151: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8155: $? = 0
# configure:8168: result: yes
# configure:8495: checking for clang option to produce PIC
# configure:8502: result: -fPIC -DPIC
# configure:8510: checking if clang PIC flag -fPIC -DPIC works
# configure:8528: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8532: $? = 0
# configure:8545: result: yes
# configure:8574: checking if clang static flag -static works
# configure:8602: result: yes
# configure:8617: checking if clang supports -c -o file.o
# configure:8638: clang -c -o out/conftest2.o conftest.c >&5
# configure:8642: $? = 0
# configure:8664: result: yes
# configure:8672: checking if clang supports -c -o file.o
# configure:8719: result: yes
# configure:8752: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9905: result: yes
# configure:9942: checking whether -lc should be explicitly linked in
# configure:9950: clang -c conftest.c >&5
# configure:9953: $? = 0
# configure:9968: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:9971: $? = 0
# configure:9985: result: no
# configure:10145: checking dynamic linker characteristics
# configure:10656: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10656: $? = 0
# configure:10878: result: GNU/Linux ld.so
# configure:10985: checking how to hardcode library paths into programs
# configure:11010: result: immediate
# configure:11550: checking whether stripping libraries is possible
# configure:11555: result: yes
# configure:11590: checking if libtool supports shared libraries
# configure:11592: result: yes
# configure:11595: checking whether to build shared libraries
# configure:11616: result: yes
# configure:11619: checking whether to build static libraries
# configure:11623: result: yes
# configure:11673: checking for clang option to accept ISO C99
# configure:11822: clang -c conftest.c >&5
# configure:11822: $? = 0
# configure:11835: result: none needed
# configure:11854: checking whether __clang__ is declared
# configure:11854: clang -c conftest.c >&5
# configure:11854: $? = 0
# configure:11854: result: yes
# configure:11861: checking whether __INTEL_COMPILER is declared
# configure:11861: clang -c conftest.c >&5
# conftest.c:68:10: error: use of undeclared identifier '__INTEL_COMPILER'
# (void) __INTEL_COMPILER;
# ^
# 1 error generated.
# configure:11861: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libpciaccess"
# | #define PACKAGE_TARNAME "libpciaccess"
# | #define PACKAGE_VERSION "0.13.4"
# | #define PACKAGE_STRING "libpciaccess 0.13.4"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libpciaccess"
# | #define VERSION "0.13.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | #ifndef __INTEL_COMPILER
# | #ifdef __cplusplus
# | (void) __INTEL_COMPILER;
# | #else
# | (void) __INTEL_COMPILER;
# | #endif
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:11861: result: no
# configure:11868: checking whether __SUNPRO_C is declared
# configure:11868: clang -c conftest.c >&5
# conftest.c:68:10: error: use of undeclared identifier '__SUNPRO_C'
# (void) __SUNPRO_C;
# ^
# 1 error generated.
# configure:11868: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libpciaccess"
# | #define PACKAGE_TARNAME "libpciaccess"
# | #define PACKAGE_VERSION "0.13.4"
# | #define PACKAGE_STRING "libpciaccess 0.13.4"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libpciaccess"
# | #define VERSION "0.13.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | #ifndef __SUNPRO_C
# | #ifdef __cplusplus
# | (void) __SUNPRO_C;
# | #else
# | (void) __SUNPRO_C;
# | #endif
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:11868: result: no
# configure:11882: checking for x86_64-unknown-linux-pkg-config
# configure:11915: result: no
# configure:11925: checking for pkg-config
# configure:11943: found /usr/bin/pkg-config
# configure:11955: result: /usr/bin/pkg-config
# configure:11980: checking pkg-config is at least version 0.9.0
# configure:11983: result: yes
# configure:12033: checking if clang supports -Werror=unknown-warning-option
# configure:12042: clang -c -Werror=unknown-warning-option conftest.c >&5
# configure:12042: $? = 0
# configure:12049: result: yes
# configure:12060: checking if clang supports -Werror=unused-command-line-argument
# configure:12069: clang -c -Werror=unknown-warning-option -Werror=unused-command-line-argument conftest.c >&5
# configure:12069: $? = 0
# configure:12076: result: yes
# configure:12095: checking if clang supports -Wall
# configure:12112: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wall conftest.c >&5
# configure:12112: $? = 0
# configure:12125: result: yes
# configure:12213: checking if clang supports -Wpointer-arith
# configure:12230: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wpointer-arith conftest.c >&5
# configure:12230: $? = 0
# configure:12243: result: yes
# configure:12331: checking if clang supports -Wmissing-declarations
# configure:12348: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-declarations conftest.c >&5
# configure:12348: $? = 0
# configure:12361: result: yes
# configure:12449: checking if clang supports -Wformat=2
# configure:12466: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wformat=2 conftest.c >&5
# configure:12466: $? = 0
# configure:12479: result: yes
# configure:12618: checking if clang supports -Wstrict-prototypes
# configure:12635: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wstrict-prototypes conftest.c >&5
# configure:12635: $? = 0
# configure:12648: result: yes
# configure:12736: checking if clang supports -Wmissing-prototypes
# configure:12753: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-prototypes conftest.c >&5
# configure:12753: $? = 0
# configure:12766: result: yes
# configure:12854: checking if clang supports -Wnested-externs
# configure:12871: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wnested-externs conftest.c >&5
# configure:12871: $? = 0
# configure:12884: result: yes
# configure:12972: checking if clang supports -Wbad-function-cast
# configure:12989: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wbad-function-cast conftest.c >&5
# configure:12989: $? = 0
# configure:13002: result: yes
# configure:13090: checking if clang supports -Wold-style-definition
# configure:13107: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wold-style-definition conftest.c >&5
# configure:13107: $? = 0
# configure:13120: result: yes
# configure:13257: checking if clang supports -Wdeclaration-after-statement
# configure:13274: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wdeclaration-after-statement conftest.c >&5
# configure:13274: $? = 0
# configure:13287: result: yes
# configure:13379: checking if clang supports -Wunused
# configure:13396: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wunused conftest.c >&5
# configure:13396: $? = 0
# configure:13409: result: yes
# configure:13497: checking if clang supports -Wuninitialized
# configure:13514: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wuninitialized conftest.c >&5
# configure:13514: $? = 0
# configure:13527: result: yes
# configure:13615: checking if clang supports -Wshadow
# configure:13632: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wshadow conftest.c >&5
# configure:13632: $? = 0
# configure:13645: result: yes
# configure:13733: checking if clang supports -Wmissing-noreturn
# configure:13750: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-noreturn conftest.c >&5
# configure:13750: $? = 0
# configure:13763: result: yes
# configure:13851: checking if clang supports -Wmissing-format-attribute
# configure:13868: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-format-attribute conftest.c >&5
# configure:13868: $? = 0
# configure:13881: result: yes
# configure:13969: checking if clang supports -Wredundant-decls
# configure:13986: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wredundant-decls conftest.c >&5
# configure:13986: $? = 0
# configure:13999: result: yes
# configure:14087: checking if clang supports -Wlogical-op
# configure:14104: 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:14104: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libpciaccess"
# | #define PACKAGE_TARNAME "libpciaccess"
# | #define PACKAGE_VERSION "0.13.4"
# | #define PACKAGE_STRING "libpciaccess 0.13.4"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libpciaccess"
# | #define VERSION "0.13.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | int i;
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:14117: result: no
# configure:14217: checking if clang supports -Werror=implicit
# configure:14234: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=implicit conftest.c >&5
# configure:14234: $? = 0
# configure:14247: result: yes
# configure:14384: checking if clang supports -Werror=nonnull
# configure:14401: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=nonnull conftest.c >&5
# configure:14401: $? = 0
# configure:14414: result: yes
# configure:14502: checking if clang supports -Werror=init-self
# configure:14519: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=init-self conftest.c >&5
# configure:14519: $? = 0
# configure:14532: result: yes
# configure:14620: checking if clang supports -Werror=main
# configure:14637: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=main conftest.c >&5
# configure:14637: $? = 0
# configure:14650: result: yes
# configure:14738: checking if clang supports -Werror=missing-braces
# configure:14755: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=missing-braces conftest.c >&5
# configure:14755: $? = 0
# configure:14768: result: yes
# configure:14856: checking if clang supports -Werror=sequence-point
# configure:14873: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=sequence-point conftest.c >&5
# configure:14873: $? = 0
# configure:14886: result: yes
# configure:14974: checking if clang supports -Werror=return-type
# configure:14991: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=return-type conftest.c >&5
# configure:14991: $? = 0
# configure:15004: result: yes
# configure:15141: checking if clang supports -Werror=trigraphs
# configure:15158: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=trigraphs conftest.c >&5
# configure:15158: $? = 0
# configure:15171: result: yes
# configure:15259: checking if clang supports -Werror=array-bounds
# configure:15276: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=array-bounds conftest.c >&5
# configure:15276: $? = 0
# configure:15289: result: yes
# configure:15377: checking if clang supports -Werror=write-strings
# configure:15394: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=write-strings conftest.c >&5
# configure:15394: $? = 0
# configure:15407: result: yes
# configure:15495: checking if clang supports -Werror=address
# configure:15512: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=address conftest.c >&5
# configure:15512: $? = 0
# configure:15525: result: yes
# configure:15613: checking if clang supports -Werror=int-to-pointer-cast
# configure:15630: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=int-to-pointer-cast conftest.c >&5
# configure:15630: $? = 0
# configure:15643: result: yes
# configure:15780: checking if clang supports -Werror=pointer-to-int-cast
# configure:15797: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=pointer-to-int-cast conftest.c >&5
# configure:15797: $? = 0
# configure:15810: result: yes
# configure:17468: checking if clang supports -pedantic
# configure:17485: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -pedantic conftest.c >&5
# configure:17485: $? = 0
# configure:17498: result: yes
# configure:17586: checking if clang supports -Werror
# configure:17603: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror conftest.c >&5
# configure:17603: $? = 0
# configure:17616: result: yes
# configure:17756: checking if clang supports -Werror=attributes
# configure:17773: clang -o conftest -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=attributes conftest.c >&5
# configure:17773: $? = 0
# configure:17786: result: yes
# configure:17946: checking whether make supports nested variables
# configure:17963: result: yes
# configure:18179: checking for special C compiler options needed for large files
# configure:18224: result: no
# configure:18230: checking for _FILE_OFFSET_BITS value needed for large files
# configure:18255: clang -c conftest.c >&5
# configure:18255: $? = 0
# configure:18287: result: no
# configure:18375: checking err.h usability
# configure:18375: clang -c conftest.c >&5
# configure:18375: $? = 0
# configure:18375: result: yes
# configure:18375: checking err.h presence
# configure:18375: clang -E conftest.c
# configure:18375: $? = 0
# configure:18375: result: yes
# configure:18375: checking for err.h
# configure:18375: result: yes
# configure:18419: checking asm/mtrr.h usability
# configure:18419: clang -c conftest.c >&5
# configure:18419: $? = 0
# configure:18419: result: yes
# configure:18419: checking asm/mtrr.h presence
# configure:18419: clang -E conftest.c
# configure:18419: $? = 0
# configure:18419: result: yes
# configure:18419: checking for asm/mtrr.h
# configure:18419: result: yes
# configure:18436: checking for struct pci_io.pi_sel.pc_domain
# configure:18436: clang -c conftest.c >&5
# conftest.c:35:27: fatal error: 'sys/pciio.h' file not found
# #include
# ^
# 1 error generated.
# configure:18436: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libpciaccess"
# | #define PACKAGE_TARNAME "libpciaccess"
# | #define PACKAGE_VERSION "0.13.4"
# | #define PACKAGE_STRING "libpciaccess 0.13.4"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libpciaccess"
# | #define VERSION "0.13.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE_VERSION_MAJOR 0
# | #define PACKAGE_VERSION_MINOR 13
# | #define PACKAGE_VERSION_PATCHLEVEL 4
# | #define PCIIDS_PATH "/usr/share/hwdata"
# | #define HAVE_ERR_H 1
# | #define HAVE_MTRR 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct pci_io ac_aggr;
# | if (ac_aggr.pi_sel.pc_domain)
# | return 0;
# | ;
# | return 0;
# | }
# configure:18436: clang -c conftest.c >&5
# conftest.c:35:27: fatal error: 'sys/pciio.h' file not found
# #include
# ^
# 1 error generated.
# configure:18436: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libpciaccess"
# | #define PACKAGE_TARNAME "libpciaccess"
# | #define PACKAGE_VERSION "0.13.4"
# | #define PACKAGE_STRING "libpciaccess 0.13.4"
# | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libpciaccess"
# | #define VERSION "0.13.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE_VERSION_MAJOR 0
# | #define PACKAGE_VERSION_MINOR 13
# | #define PACKAGE_VERSION_PATCHLEVEL 4
# | #define PCIIDS_PATH "/usr/share/hwdata"
# | #define HAVE_ERR_H 1
# | #define HAVE_MTRR 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct pci_io ac_aggr;
# | if (sizeof ac_aggr.pi_sel.pc_domain)
# | return 0;
# | ;
# | return 0;
# | }
# configure:18436: result: no
# configure:18561: checking that generated files are newer than configure
# configure:18567: result: done
# configure:18618: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libpciaccess config.status 0.13.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on c64a5e0a2039
#
# config.status:1144: creating Makefile
# config.status:1144: creating include/Makefile
# config.status:1144: creating man/Makefile
# config.status:1144: creating src/Makefile
# config.status:1144: creating scanpci/Makefile
# config.status:1144: creating pciaccess.pc
# config.status:1144: creating config.h
# config.status:1373: executing depfiles commands
# config.status:1373: 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_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_have_decl___INTEL_COMPILER=no
# ac_cv_have_decl___SUNPRO_C=no
# ac_cv_have_decl___clang__=yes
# ac_cv_header_asm_mtrr_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_err_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_member_struct_pci_io_pi_sel_pc_domain=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_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
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# 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
# 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/libpciaccess/src/libpciaccess-0.13.4/missing aclocal-1.15'
# ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
# ADMIN_MAN_SUFFIX='8'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)'
# APP_MAN_SUFFIX='1'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libpciaccess/src/libpciaccess-0.13.4/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libpciaccess/src/libpciaccess-0.13.4/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libpciaccess/src/libpciaccess-0.13.4/missing automake-1.15'
# AWK='gawk'
# BASE_CFLAGS=' -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -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'
# CYGWIN_FALSE=''
# CYGWIN_TRUE='#'
# 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'
# FREEBSD_FALSE=''
# FREEBSD_TRUE='#'
# GNU_FALSE=''
# GNU_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'
# LINUX_FALSE='#'
# LINUX_TRUE=''
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/libpciaccess/src/libpciaccess-0.13.4/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'
# NETBSD_FALSE=''
# NETBSD_TRUE='#'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OPENBSD_FALSE=''
# OPENBSD_TRUE='#'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libpciaccess'
# PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess'
# PACKAGE_NAME='libpciaccess'
# PACKAGE_STRING='libpciaccess 0.13.4'
# PACKAGE_TARNAME='libpciaccess'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.13.4'
# PATH_SEPARATOR=':'
# PCIACCESS_CFLAGS=''
# PCIACCESS_LIBS=''
# PCIIDS_PATH='/usr/share/hwdata'
# PKG_CONFIG='/usr/bin/pkg-config'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SOLARIS_FALSE=''
# SOLARIS_TRUE='#'
# STRICT_CFLAGS=' -pedantic -Werror -Werror=attributes'
# STRIP='strip'
# VERSION='0.13.4'
# XORG_MAN_PAGE='X Version 11'
# 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/libpciaccess/src/libpciaccess-0.13.4/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 "libpciaccess"
# #define PACKAGE_TARNAME "libpciaccess"
# #define PACKAGE_VERSION "0.13.4"
# #define PACKAGE_STRING "libpciaccess 0.13.4"
# #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess"
# #define PACKAGE_URL ""
# #define PACKAGE "libpciaccess"
# #define VERSION "0.13.4"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define PACKAGE_VERSION_MAJOR 0
# #define PACKAGE_VERSION_MINOR 13
# #define PACKAGE_VERSION_PATCHLEVEL 4
# #define PCIIDS_PATH "/usr/share/hwdata"
# #define HAVE_ERR_H 1
# #define HAVE_MTRR 1
#
# configure: exit 0