All of lore.kernel.org
 help / color / mirror / Atom feed
* [intelddx] v2.99.917-392-g8090a65e2df5: Broken with llvm/clang v3.6.1
@ 2015-07-25 10:52 Sedat Dilek
  2015-07-25 10:57 ` Chris Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Sedat Dilek @ 2015-07-25 10:52 UTC (permalink / raw)
  To: intel-gfx, Chris Wilson

[-- Attachment #1: Type: text/plain, Size: 708 bytes --]

Hi,

my build breaks like this on Ubuntu/precise AMD64...

...
kgem.c:5116:10: error: use of undeclared identifier 'kgem'
        assert(!kgem->can_fence);
                ^
./xassert.h:42:37: note: expanded from macro 'assert'
#define assert(E) do if (unlikely(!(E))) { \
                                    ^
./compiler.h:46:25: note: expanded from macro 'unlikely'
#define unlikely(expr) (expr)
                        ^
7 warnings and 1 error generated.
...

Looks like this was introduced by...

commit ad20fd401b8c3ca128bd0fcf5a71ba90beda9d70
"sna: Ensure that DRI2 buffers are created with a fence"

Full build-log and config.log attached.

If you need more information, please let me know.

- sed@ -

[-- Attachment #2: build-and-install-log_intelddx-2-99-917-392-g8090a65e2df5_llvm-3-6-1.txt --]
[-- Type: text/plain, Size: 50128 bytes --]

autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal ${ACLOCAL_FLAGS} -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --install --copy
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
configure.ac:35: installing `./missing'
benchmarks/Makefile.am: installing `./depcomp'
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for 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 dependency style of clang... gcc3
checking for clang option to accept ISO C99... none needed
checking how to run the C preprocessor... clang-cpp
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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 whether __clang__ is declared... yes
checking whether __INTEL_COMPILER is declared... no
checking whether __SUNPRO_C is declared... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
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 -Wcast-qual... 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 -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... yes
checking if clang supports -Wno-cast-qual... yes
checking if clang supports -Wno-redundant-decls... yes
checking if clang supports -Wno-maybe-uninitialized... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /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 objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for strlcpy... no
checking for strlcat... no
checking for strndup... yes
checking for native atomic primitives... Intel
checking for UDEV... yes
checking for sys/stat.h... (cached) yes
checking for X11... yes
X11_CLFAGS= X11_LIBS=-lX11-xcb -lxcb-dri2 -lxcb -lXcomposite -lXdamage -lXrandr -lXext -lXfixes -lXrender -lcairo -lX11 -lpixman-1 -lpng12  
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking for sys/ipc.h... (cached) yes
checking for X11/extensions/XShm.h... yes
checking for X11/extensions/shmproto.h... yes
checking for X11/extensions/shmstr.h... yes
checking whether shmctl IPC_RMID allows subsequent attaches... yes
checking for X11_DRI3... yes
checking for IVO_EXTRA... yes
checking for X11/extensions/Xinerama.h... yes
checking for IVO_EXTRA... yes
checking for IVO... yes
checking sys/timerfd.h usability... yes
checking sys/timerfd.h presence... yes
checking for sys/timerfd.h... yes
checking for TOOL_CURSOR... yes
checking whether to build additional tools... auto
checking if RANDR is defined... yes
checking if RENDER is defined... yes
checking if DPMSExtension is defined... yes
checking for DRM... yes
checking for PCIACCESS... yes
checking dev/wscons/wsconsio.h usability... no
checking dev/wscons/wsconsio.h presence... no
checking for dev/wscons/wsconsio.h... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether sys/types.h defines makedev... yes
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking for struct sysinfo.totalram... yes
checking for DRMINTEL... yes
checking for XORG... yes
checking vgaHW.h usability... yes
checking vgaHW.h presence... yes
checking for vgaHW.h... yes
checking xaa.h usability... no
checking xaa.h presence... no
checking for xaa.h... no
checking whether to include XAA support... no
checking for dgaproc.h... yes
checking whether to include DGA support... yes
checking if XF86DRI is defined... yes
checking whether to include DRI1 support... no
checking for DRI2... yes
checking for dri2.h... yes
checking whether to include DRI2 support... auto
checking whether to include DRI3 support... no
checking default DRI support... 
checking X11/extensions/dpmsconst.h usability... yes
checking X11/extensions/dpmsconst.h presence... yes
checking for X11/extensions/dpmsconst.h... yes
checking if PRESENT is defined... no
checking whether to include PRESENT support... no
checking whether to include UXA support... yes
checking whether to include SNA support... auto
checking for XVMCLIB... yes
checking whether to include XvMC support... yes
checking which acceleration method to use by default... sna
checking for library containing clock_gettime... -lrt
checking for VALGRIND... yes
checking whether to include valgrind support... yes (auto)
checking for getline... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating libobj/Makefile
config.status: creating src/Makefile
config.status: creating src/legacy/Makefile
config.status: creating src/legacy/i810/Makefile
config.status: creating src/legacy/i810/xvmc/Makefile
config.status: creating src/render_program/Makefile
config.status: creating src/sna/Makefile
config.status: creating src/sna/brw/Makefile
config.status: creating src/sna/fb/Makefile
config.status: creating src/uxa/Makefile
config.status: creating xvmc/Makefile
config.status: creating xvmc/shader/Makefile
config.status: creating xvmc/shader/mc/Makefile
config.status: creating xvmc/shader/vld/Makefile
config.status: creating test/Makefile
config.status: creating benchmarks/Makefile
config.status: creating tools/Makefile
config.status: creating tools/org.x.xf86-video-intel.backlight-helper.policy
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands


xf86-video-intel
Open-source X.org graphics driver for Intel graphics
https://01.org/linuxgraphics/

What is xf86-video-intel
------------------------
The xf86-video-intel module is an open-source 2D graphics driver for
the X Window System as implemented by X.org. It supports a variety of
Intel graphics chipsets including:

	i810/i810e/i810-dc100,i815,
	i830M,845G,852GM,855GM,865G,
	915G/GM,945G/GM/GME,946GZ
	G/GM/GME/Q965,
	G/Q33,G/Q35,G41,G/Q43,G/GM/Q45
	PineView-M (Atom N400 series)
	PineView-D (Atom D400/D500 series)
	Intel(R) HD Graphics: 2000-6000,
	Intel(R) Iris(TM) Graphics: 5100/6100, and
	Intel(R) Iris(TM) Pro Graphics: 5200/6200/P6300.

Where to get more information about the driver
----------------------------------------------
The primary source of information about this and other open-source
drivers for Intel graphics is:

	https://01.org/linuxgraphics/

Documentation specific to the xf86-video-intel driver including
possible configuration options for the xorg.conf file can be found in
the intel(4) manual page. After installing the driver this
documentation can be read with the following command:

	man intel

Mailing list for communication with users and developers of
xf86-video-intel:

	intel-gfx@lists.freedesktop.org

	Note: Subscription is required before posting, but anyone is
	free to subscribe. See instructions (and archives) here:

	http://lists.freedesktop.org/mailman/listinfo/intel-gfx

To report bugs encountered with the driver, see:

	https://01.org/linuxgraphics/documentation/how-report-bugs

To see bugs that are targeted to be fixed in the next release:

	https://bugs.freedesktop.org/show_bug.cgi?id=intel-2d-release

xf86-video-intel 2.99.917 will be compiled with:
  Xorg Video ABI version: 15.0 (xorg-server-1.15.1)
  pixman version: pixman-1-0.30.2
  Acceleration backends: none *sna uxa
  Additional debugging support? valgrind
  Support for Kernel Mode Setting? yes
  Support for legacy User Mode Setting (for i810)? yes
  Support for Direct Rendering Infrastructure: *DRI2
  Support for Xv motion compensation (XvMC and libXvMC): yes
  Support for display hotplug notifications (udev): yes
  Build additional tools and utilities? xf86-video-intel-backlight-helper intel-virtual-output

make  all-recursive
make[1]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git'
Making all in man
make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/man'
  GEN    intel.4
make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/man'
Making all in libobj
make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/libobj'
  CC     ignore.lo
  CCLD   libcompat.la
make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/libobj'
Making all in xvmc
make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc'
Making all in shader
make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader'
Making all in mc
make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/mc'
make  all-am
make[5]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/mc'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/mc'
make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/mc'
Making all in vld
make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/vld'
make  all-am
make[5]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/vld'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/vld'
make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/vld'
make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader'
make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader'
make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc'
  CC     intel_xvmc.lo
  CC     intel_xvmc_dump.lo
  CC     i915_xvmc.lo
  CC     i965_xvmc.lo
i965_xvmc.c:737:16: warning: assigning to 'unsigned short *' from 'short *' converts between pointers to integer types with different sign [-Wpointer-sign]
                mb_block_ptr = &blocks->blocks[(mb->index << 6)];
                             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
  CC     xvmc_vld.lo
xvmc_vld.c:1083:16: warning: assigning to 'unsigned short *' from 'short *' converts between pointers to integer types with different sign [-Wpointer-sign]
                mb_block_ptr = &blocks->blocks[(mb->index << 6)];
                             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
  CC     intel_batchbuffer.lo
  CCLD   libIntelXvMC.la
make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc'
make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc'
Making all in src
make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src'
Making all in render_program
make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/render_program'
make  all-am
make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/render_program'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/render_program'
make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/render_program'
Making all in legacy
make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy'
Making all in i810
make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810'
Making all in xvmc
make[5]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810/xvmc'
  CC     I810XvMC.lo
  CCLD   libI810XvMC.la
make[5]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810/xvmc'
make[5]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810'
  CC     i810_accel.lo
  CC     i810_cursor.lo
  CC     i810_driver.lo
i810_driver.c:1889:12: warning: unused variable 'pI810' [-Wunused-variable]
   I810Ptr pI810 = I810PTR(scrn);
           ^
1 warning generated.
  CC     i810_memory.lo
  CC     i810_video.lo
  CC     i810_wmark.lo
  CC     i810_dga.lo
  CCLD   liblegacy-i810.la
make[5]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810'
make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810'
make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy'
  CCLD   liblegacy.la
make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy'
make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy'
Making all in sna
make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna'
Making all in brw
make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/brw'
  CC     brw_disasm.lo
  CC     brw_eu.lo
  CC     brw_eu_emit.lo
  CC     brw_sf.lo
  CC     brw_wm.lo
  CCLD   libbrw.la
  CC     brw_test.o
  CC     brw_test_gen4.o
brw_test_gen4.c:54:23: warning: unused variable 'ps_kernel_maskca_affine' [-Wunused-const-variable]
static const uint32_t ps_kernel_maskca_affine[][4] = {
                      ^
brw_test_gen4.c:64:23: warning: unused variable 'ps_kernel_maskca_projective' [-Wunused-const-variable]
static const uint32_t ps_kernel_maskca_projective[][4] = {
                      ^
brw_test_gen4.c:74:23: warning: unused variable 'ps_kernel_maskca_srcalpha_affine' [-Wunused-const-variable]
static const uint32_t ps_kernel_maskca_srcalpha_affine[][4] = {
                      ^
brw_test_gen4.c:84:23: warning: unused variable 'ps_kernel_maskca_srcalpha_projective' [-Wunused-const-variable]
static const uint32_t ps_kernel_maskca_srcalpha_projective[][4] = {
                      ^
brw_test_gen4.c:104:23: warning: unused variable 'ps_kernel_masknoca_projective' [-Wunused-const-variable]
static const uint32_t ps_kernel_masknoca_projective[][4] = {
                      ^
brw_test_gen4.c:114:23: warning: unused variable 'ps_kernel_packed_static' [-Wunused-const-variable]
static const uint32_t ps_kernel_packed_static[][4] = {
                      ^
brw_test_gen4.c:122:23: warning: unused variable 'ps_kernel_planar_static' [-Wunused-const-variable]
static const uint32_t ps_kernel_planar_static[][4] = {
                      ^
7 warnings generated.
  CC     brw_test_gen5.o
brw_test_gen5.c:64:23: warning: unused variable 'ps_kernel_maskca_projective' [-Wunused-const-variable]
static const uint32_t ps_kernel_maskca_projective[][4] = {
                      ^
brw_test_gen5.c:74:23: warning: unused variable 'ps_kernel_maskca_srcalpha_affine' [-Wunused-const-variable]
static const uint32_t ps_kernel_maskca_srcalpha_affine[][4] = {
                      ^
brw_test_gen5.c:84:23: warning: unused variable 'ps_kernel_maskca_srcalpha_projective' [-Wunused-const-variable]
static const uint32_t ps_kernel_maskca_srcalpha_projective[][4] = {
                      ^
brw_test_gen5.c:104:23: warning: unused variable 'ps_kernel_masknoca_projective' [-Wunused-const-variable]
static const uint32_t ps_kernel_masknoca_projective[][4] = {
                      ^
brw_test_gen5.c:114:23: warning: unused variable 'ps_kernel_packed_static' [-Wunused-const-variable]
static const uint32_t ps_kernel_packed_static[][4] = {
                      ^
brw_test_gen5.c:122:23: warning: unused variable 'ps_kernel_planar_static' [-Wunused-const-variable]
static const uint32_t ps_kernel_planar_static[][4] = {
                      ^
6 warnings generated.
  CC     brw_test_gen6.o
brw_test_gen6.c:44:23: warning: unused variable 'ps_kernel_maskca_affine' [-Wunused-const-variable]
static const uint32_t ps_kernel_maskca_affine[][4] = {
                      ^
brw_test_gen6.c:53:23: warning: unused variable 'ps_kernel_maskca_projective' [-Wunused-const-variable]
static const uint32_t ps_kernel_maskca_projective[][4] = {
                      ^
brw_test_gen6.c:62:23: warning: unused variable 'ps_kernel_maskca_srcalpha_affine' [-Wunused-const-variable]
static const uint32_t ps_kernel_maskca_srcalpha_affine[][4] = {
                      ^
brw_test_gen6.c:71:23: warning: unused variable 'ps_kernel_maskca_srcalpha_projective' [-Wunused-const-variable]
static const uint32_t ps_kernel_maskca_srcalpha_projective[][4] = {
                      ^
brw_test_gen6.c:89:23: warning: unused variable 'ps_kernel_masknoca_projective' [-Wunused-const-variable]
static const uint32_t ps_kernel_masknoca_projective[][4] = {
                      ^
brw_test_gen6.c:98:23: warning: unused variable 'ps_kernel_packed' [-Wunused-const-variable]
static const uint32_t ps_kernel_packed[][4] = {
                      ^
brw_test_gen6.c:105:23: warning: unused variable 'ps_kernel_planar' [-Wunused-const-variable]
static const uint32_t ps_kernel_planar[][4] = {
                      ^
7 warnings generated.
  CC     brw_test_gen7.o
brw_test_gen7.c:53:23: warning: unused variable 'ps_kernel_maskca_projective' [-Wunused-const-variable]
static const uint32_t ps_kernel_maskca_projective[][4] = {
                      ^
brw_test_gen7.c:71:23: warning: unused variable 'ps_kernel_maskca_srcalpha_projective' [-Wunused-const-variable]
static const uint32_t ps_kernel_maskca_srcalpha_projective[][4] = {
                      ^
brw_test_gen7.c:89:23: warning: unused variable 'ps_kernel_masknoca_projective' [-Wunused-const-variable]
static const uint32_t ps_kernel_masknoca_projective[][4] = {
                      ^
brw_test_gen7.c:98:23: warning: unused variable 'ps_kernel_packed' [-Wunused-const-variable]
static const uint32_t ps_kernel_packed[][4] = {
                      ^
brw_test_gen7.c:105:23: warning: unused variable 'ps_kernel_planar' [-Wunused-const-variable]
static const uint32_t ps_kernel_planar[][4] = {
                      ^
5 warnings generated.
  CCLD   brw_test
make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/brw'
Making all in fb
make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/fb'
  CC     libfb_la-fbarc.lo
  CC     libfb_la-fbbitmap.lo
  CC     libfb_la-fbblt.lo
  CC     libfb_la-fbbltone.lo
  CC     libfb_la-fbclip.lo
  CC     libfb_la-fbcopy.lo
  CC     libfb_la-fbfill.lo
  CC     libfb_la-fbgc.lo
  CC     libfb_la-fbglyph.lo
  CC     libfb_la-fbimage.lo
  CC     libfb_la-fbline.lo
  CC     libfb_la-fbpict.lo
  CC     libfb_la-fbpoint.lo
  CC     libfb_la-fbpush.lo
  CC     libfb_la-fbseg.lo
  CC     libfb_la-fbspan.lo
  CC     libfb_la-fbstipple.lo
  CC     libfb_la-fbtile.lo
  CC     libfb_la-fbutil.lo
  CCLD   libfb.la
make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/fb'
make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna'
  CC     blt.lo
  CC     kgem.lo
kgem.c:2694:22: warning: variable 'bo' is uninitialized when used here [-Wuninitialized]
        list_for_each_entry(bo, &kgem->snoop, list) {
                            ^~
../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry'
    for (pos = __container_of((head)->next, pos, member);               \
                                            ^
../../src/intel_list.h:309:41: note: expanded from macro '__container_of'
    (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample)))
                                        ^
kgem.c:2679:20: note: initialize the variable 'bo' to silence this warning
        struct kgem_bo *bo, *first = NULL;
                          ^
                           = NULL
kgem.c:2940:27: warning: variable 'bo' is uninitialized when used here [-Wuninitialized]
        list_for_each_entry_safe(bo, next, &kgem->flushing, request) {
                                 ^~
../../src/intel_list.h:345:45: note: expanded from macro 'list_for_each_entry_safe'
    for (pos = __container_of((head)->next, pos, member),               \
                                            ^
../../src/intel_list.h:309:41: note: expanded from macro '__container_of'
    (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample)))
                                        ^
kgem.c:2937:20: note: initialize the variable 'bo' to silence this warning
        struct kgem_bo *bo, *next;
                          ^
                           = NULL
kgem.c:3229:22: warning: variable 'bo' is uninitialized when used here [-Wuninitialized]
        list_for_each_entry(bo, &kgem->active_buffers, base.list)
                            ^~
../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry'
    for (pos = __container_of((head)->next, pos, member);               \
                                            ^
../../src/intel_list.h:309:41: note: expanded from macro '__container_of'
    (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample)))
                                        ^
kgem.c:3227:24: note: initialize the variable 'bo' to silence this warning
        struct kgem_buffer *bo;
                              ^
                               = NULL
kgem.c:3243:27: warning: variable 'bo' is uninitialized when used here [-Wuninitialized]
        list_for_each_entry_safe(bo, next, &rq->buffers, request) {
                                 ^~
../../src/intel_list.h:345:45: note: expanded from macro 'list_for_each_entry_safe'
    for (pos = __container_of((head)->next, pos, member),               \
                                            ^
../../src/intel_list.h:309:41: note: expanded from macro '__container_of'
    (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample)))
                                        ^
kgem.c:3239:20: note: initialize the variable 'bo' to silence this warning
        struct kgem_bo *bo, *next;
                          ^
                           = NULL
kgem.c:3333:27: warning: variable 'bo' is uninitialized when used here [-Wuninitialized]
        list_for_each_entry_safe(bo, next, &kgem->batch_buffers, base.list) {
                                 ^~
../../src/intel_list.h:345:45: note: expanded from macro 'list_for_each_entry_safe'
    for (pos = __container_of((head)->next, pos, member),               \
                                            ^
../../src/intel_list.h:309:41: note: expanded from macro '__container_of'
    (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample)))
                                        ^
kgem.c:3331:24: note: initialize the variable 'bo' to silence this warning
        struct kgem_buffer *bo, *next;
                              ^
                               = NULL
kgem.c:4013:25: warning: variable 'bo' is uninitialized when used here [-Wuninitialized]
                                list_for_each_entry(bo, &kgem->next_request->buffers, request) {
                                                    ^~
../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry'
    for (pos = __container_of((head)->next, pos, member);               \
                                            ^
../../src/intel_list.h:309:41: note: expanded from macro '__container_of'
    (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample)))
                                        ^
kgem.c:4011:23: note: initialize the variable 'bo' to silence this warning
                                struct kgem_bo *bo, *found = NULL;
                                                  ^
                                                   = NULL
kgem.c:4455:23: warning: variable 'bo' is uninitialized when used here [-Wuninitialized]
                list_for_each_entry(bo, cache, vma) {
                                    ^~
../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry'
    for (pos = __container_of((head)->next, pos, member);               \
                                            ^
../../src/intel_list.h:309:41: note: expanded from macro '__container_of'
    (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample)))
                                        ^
kgem.c:4361:20: note: initialize the variable 'bo' to silence this warning
        struct kgem_bo *bo, *first = NULL;
                          ^
                           = NULL
kgem.c:5116:10: error: use of undeclared identifier 'kgem'
        assert(!kgem->can_fence);
                ^
./xassert.h:42:37: note: expanded from macro 'assert'
#define assert(E) do if (unlikely(!(E))) { \
                                    ^
./compiler.h:46:25: note: expanded from macro 'unlikely'
#define unlikely(expr) (expr)
                        ^
7 warnings and 1 error generated.
make[4]: *** [kgem.lo] Error 1
make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git'
make: *** [all] Error 2
Command exited with non-zero status 2
real 12.18
user 8.73
sys 3.74
Making install in man
make[1]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/man'
make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/man'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/xorg/share/man/man4" || /bin/mkdir -p "/opt/xorg/share/man/man4"
 /usr/bin/install -c -m 644 intel.4 '/opt/xorg/share/man/man4'
make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/man'
make[1]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/man'
Making install in libobj
make[1]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/libobj'
make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/libobj'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/libobj'
make[1]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/libobj'
Making install in xvmc
make[1]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc'
Making install in shader
make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader'
Making install in mc
make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/mc'
make  install-am
make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/mc'
make[5]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/mc'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/mc'
make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/mc'
make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/mc'
Making install in vld
make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/vld'
make  install-am
make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/vld'
make[5]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/vld'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/vld'
make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/vld'
make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader/vld'
make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader'
make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader'
make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader'
make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc/shader'
make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc'
make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc'
test -z "/opt/xorg/lib" || /bin/mkdir -p "/opt/xorg/lib"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libIntelXvMC.la '/opt/xorg/lib'
libtool: install: /usr/bin/install -c .libs/libIntelXvMC.so.1.0.0 /opt/xorg/lib/libIntelXvMC.so.1.0.0
libtool: install: (cd /opt/xorg/lib && { ln -s -f libIntelXvMC.so.1.0.0 libIntelXvMC.so.1 || { rm -f libIntelXvMC.so.1 && ln -s libIntelXvMC.so.1.0.0 libIntelXvMC.so.1; }; })
libtool: install: (cd /opt/xorg/lib && { ln -s -f libIntelXvMC.so.1.0.0 libIntelXvMC.so || { rm -f libIntelXvMC.so && ln -s libIntelXvMC.so.1.0.0 libIntelXvMC.so; }; })
libtool: install: /usr/bin/install -c .libs/libIntelXvMC.lai /opt/xorg/lib/libIntelXvMC.la
libtool: finish: PATH="/opt/llvm/bin:/opt/llvm/bin:/opt/xorg/bin:/opt/xorg/bin:/opt/llvm/bin:/home/wearefam/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /opt/xorg/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/xorg/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc'
make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc'
make[1]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/xvmc'
Making install in src
make[1]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src'
Making install in render_program
make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/render_program'
make  install-am
make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/render_program'
make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/render_program'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/render_program'
make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/render_program'
make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/render_program'
Making install in legacy
make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy'
Making install in i810
make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810'
Making install in xvmc
make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810/xvmc'
make[5]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810/xvmc'
test -z "/opt/xorg/lib" || /bin/mkdir -p "/opt/xorg/lib"
 /bin/bash ../../../../libtool   --mode=install /usr/bin/install -c   libI810XvMC.la '/opt/xorg/lib'
libtool: install: /usr/bin/install -c .libs/libI810XvMC.so.1.0.0 /opt/xorg/lib/libI810XvMC.so.1.0.0
libtool: install: (cd /opt/xorg/lib && { ln -s -f libI810XvMC.so.1.0.0 libI810XvMC.so.1 || { rm -f libI810XvMC.so.1 && ln -s libI810XvMC.so.1.0.0 libI810XvMC.so.1; }; })
libtool: install: (cd /opt/xorg/lib && { ln -s -f libI810XvMC.so.1.0.0 libI810XvMC.so || { rm -f libI810XvMC.so && ln -s libI810XvMC.so.1.0.0 libI810XvMC.so; }; })
libtool: install: /usr/bin/install -c .libs/libI810XvMC.lai /opt/xorg/lib/libI810XvMC.la
libtool: finish: PATH="/opt/llvm/bin:/opt/llvm/bin:/opt/xorg/bin:/opt/xorg/bin:/opt/llvm/bin:/home/wearefam/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /opt/xorg/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/xorg/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810/xvmc'
make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810/xvmc'
make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810'
make[5]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810'
make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810'
make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy/i810'
make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy'
make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy'
make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy'
make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/legacy'
Making install in sna
make[2]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna'
Making install in brw
make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/brw'
make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/brw'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/brw'
make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/brw'
Making install in fb
make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/fb'
make[4]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/fb'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/fb'
make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna/fb'
make[3]: Entering directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna'
  CC     kgem.lo
kgem.c:2694:22: warning: variable 'bo' is uninitialized when used here [-Wuninitialized]
        list_for_each_entry(bo, &kgem->snoop, list) {
                            ^~
../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry'
    for (pos = __container_of((head)->next, pos, member);               \
                                            ^
../../src/intel_list.h:309:41: note: expanded from macro '__container_of'
    (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample)))
                                        ^
kgem.c:2679:20: note: initialize the variable 'bo' to silence this warning
        struct kgem_bo *bo, *first = NULL;
                          ^
                           = NULL
kgem.c:2940:27: warning: variable 'bo' is uninitialized when used here [-Wuninitialized]
        list_for_each_entry_safe(bo, next, &kgem->flushing, request) {
                                 ^~
../../src/intel_list.h:345:45: note: expanded from macro 'list_for_each_entry_safe'
    for (pos = __container_of((head)->next, pos, member),               \
                                            ^
../../src/intel_list.h:309:41: note: expanded from macro '__container_of'
    (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample)))
                                        ^
kgem.c:2937:20: note: initialize the variable 'bo' to silence this warning
        struct kgem_bo *bo, *next;
                          ^
                           = NULL
kgem.c:3229:22: warning: variable 'bo' is uninitialized when used here [-Wuninitialized]
        list_for_each_entry(bo, &kgem->active_buffers, base.list)
                            ^~
../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry'
    for (pos = __container_of((head)->next, pos, member);               \
                                            ^
../../src/intel_list.h:309:41: note: expanded from macro '__container_of'
    (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample)))
                                        ^
kgem.c:3227:24: note: initialize the variable 'bo' to silence this warning
        struct kgem_buffer *bo;
                              ^
                               = NULL
kgem.c:3243:27: warning: variable 'bo' is uninitialized when used here [-Wuninitialized]
        list_for_each_entry_safe(bo, next, &rq->buffers, request) {
                                 ^~
../../src/intel_list.h:345:45: note: expanded from macro 'list_for_each_entry_safe'
    for (pos = __container_of((head)->next, pos, member),               \
                                            ^
../../src/intel_list.h:309:41: note: expanded from macro '__container_of'
    (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample)))
                                        ^
kgem.c:3239:20: note: initialize the variable 'bo' to silence this warning
        struct kgem_bo *bo, *next;
                          ^
                           = NULL
kgem.c:3333:27: warning: variable 'bo' is uninitialized when used here [-Wuninitialized]
        list_for_each_entry_safe(bo, next, &kgem->batch_buffers, base.list) {
                                 ^~
../../src/intel_list.h:345:45: note: expanded from macro 'list_for_each_entry_safe'
    for (pos = __container_of((head)->next, pos, member),               \
                                            ^
../../src/intel_list.h:309:41: note: expanded from macro '__container_of'
    (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample)))
                                        ^
kgem.c:3331:24: note: initialize the variable 'bo' to silence this warning
        struct kgem_buffer *bo, *next;
                              ^
                               = NULL
kgem.c:4013:25: warning: variable 'bo' is uninitialized when used here [-Wuninitialized]
                                list_for_each_entry(bo, &kgem->next_request->buffers, request) {
                                                    ^~
../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry'
    for (pos = __container_of((head)->next, pos, member);               \
                                            ^
../../src/intel_list.h:309:41: note: expanded from macro '__container_of'
    (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample)))
                                        ^
kgem.c:4011:23: note: initialize the variable 'bo' to silence this warning
                                struct kgem_bo *bo, *found = NULL;
                                                  ^
                                                   = NULL
kgem.c:4455:23: warning: variable 'bo' is uninitialized when used here [-Wuninitialized]
                list_for_each_entry(bo, cache, vma) {
                                    ^~
../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry'
    for (pos = __container_of((head)->next, pos, member);               \
                                            ^
../../src/intel_list.h:309:41: note: expanded from macro '__container_of'
    (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample)))
                                        ^
kgem.c:4361:20: note: initialize the variable 'bo' to silence this warning
        struct kgem_bo *bo, *first = NULL;
                          ^
                           = NULL
kgem.c:5116:10: error: use of undeclared identifier 'kgem'
        assert(!kgem->can_fence);
                ^
./xassert.h:42:37: note: expanded from macro 'assert'
#define assert(E) do if (unlikely(!(E))) { \
                                    ^
./compiler.h:46:25: note: expanded from macro 'unlikely'
#define unlikely(expr) (expr)
                        ^
7 warnings and 1 error generated.
make[3]: *** [kgem.lo] Error 1
make[3]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src/sna'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/src'
make: *** [install-recursive] Error 1
	libdrm_intel.so.1 => /opt/xorg/lib/libdrm_intel.so.1 (0x00007f3555087000)
	libdrm.so.2 => /opt/xorg/lib/libdrm.so.2 (0x00007f3554c6b000)

[-- Attachment #3: config.log --]
[-- Type: text/x-log, Size: 88059 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by xf86-video-intel configure 2.99.917, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  $ ./configure --prefix=/opt/xorg --disable-dri1 --enable-dri2 --disable-dri3 --disable-tear-free --enable-debug

## --------- ##
## Platform. ##
## --------- ##

hostname = fambox
uname -m = x86_64
uname -r = 4.1.3-1-iniza-small
uname -s = Linux
uname -v = #1 SMP Sat Jul 25 11:07:14 CEST 2015

/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: /opt/llvm/bin
PATH: /opt/xorg/bin
PATH: /opt/xorg/bin
PATH: /opt/llvm/bin
PATH: /home/wearefam/bin
PATH: /usr/lib/lightdm/lightdm
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2630: checking for a BSD-compatible install
configure:2698: result: /usr/bin/install -c
configure:2709: checking whether build environment is sane
configure:2759: result: yes
configure:2900: checking for a thread-safe mkdir -p
configure:2939: result: /bin/mkdir -p
configure:2952: checking for gawk
configure:2968: found /usr/bin/gawk
configure:2979: result: gawk
configure:2990: checking whether make sets $(MAKE)
configure:3012: result: yes
configure:3118: checking for style of include used by make
configure:3146: result: GNU
configure:3217: checking for gcc
configure:3244: result: clang
configure:3473: checking for C compiler version
configure:3482: clang --version >&5
clang version 3.6.1 (tags/RELEASE_361/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
configure:3493: $? = 0
configure:3482: clang -v >&5
clang version 3.6.1 (tags/RELEASE_361/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.6
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.6.4
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9.2
Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9
Candidate multilib: .;@m64
Candidate multilib: 32;@m32
... rest of stderr output deleted ...
configure:3493: $? = 0
configure:3482: clang -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3493: $? = 1
configure:3482: clang -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:3493: $? = 1
configure:3513: checking whether the C compiler works
configure:3535: clang -Qunused-arguments -I/opt/xorg/include  conftest.c  >&5
configure:3539: $? = 0
configure:3587: result: yes
configure:3590: checking for C compiler default output file name
configure:3592: result: a.out
configure:3598: checking for suffix of executables
configure:3605: clang -o conftest -Qunused-arguments -I/opt/xorg/include  conftest.c  >&5
configure:3609: $? = 0
configure:3631: result: 
configure:3653: checking whether we are cross compiling
configure:3661: clang -o conftest -Qunused-arguments -I/opt/xorg/include  conftest.c  >&5
configure:3665: $? = 0
configure:3672: ./conftest
configure:3676: $? = 0
configure:3691: result: no
configure:3696: checking for suffix of object files
configure:3718: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:3722: $? = 0
configure:3743: result: o
configure:3747: checking whether we are using the GNU C compiler
configure:3766: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:3766: $? = 0
configure:3775: result: yes
configure:3784: checking whether clang accepts -g
configure:3804: clang -c -g -I/opt/xorg/include conftest.c >&5
configure:3804: $? = 0
configure:3845: result: yes
configure:3862: checking for clang option to accept ISO C89
configure:3926: clang  -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:3926: $? = 0
configure:3939: result: none needed
configure:3961: checking dependency style of clang
configure:4072: result: gcc3
configure:4087: checking for clang option to accept ISO C99
configure:4236: clang  -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:4236: $? = 0
configure:4249: result: none needed
configure:4270: checking how to run the C preprocessor
configure:4340: result: clang-cpp
configure:4360: clang-cpp -I/opt/xorg/include conftest.c
configure:4360: $? = 0
configure:4374: clang-cpp -I/opt/xorg/include conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^
1 error generated.
configure:4374: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xf86-video-intel"
| #define PACKAGE_TARNAME "xf86-video-intel"
| #define PACKAGE_VERSION "2.99.917"
| #define PACKAGE_STRING "xf86-video-intel 2.99.917"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
| #define PACKAGE_URL ""
| #define PACKAGE "xf86-video-intel"
| #define VERSION "2.99.917"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4403: checking for grep that handles long lines and -e
configure:4461: result: /bin/grep
configure:4466: checking for egrep
configure:4528: result: /bin/grep -E
configure:4533: checking for ANSI C header files
configure:4553: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:4553: $? = 0
configure:4626: clang -o conftest -Qunused-arguments -I/opt/xorg/include  conftest.c  >&5
configure:4626: $? = 0
configure:4626: ./conftest
configure:4626: $? = 0
configure:4637: result: yes
configure:4650: checking for sys/types.h
configure:4650: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:4650: $? = 0
configure:4650: result: yes
configure:4650: checking for sys/stat.h
configure:4650: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:4650: $? = 0
configure:4650: result: yes
configure:4650: checking for stdlib.h
configure:4650: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:4650: $? = 0
configure:4650: result: yes
configure:4650: checking for string.h
configure:4650: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:4650: $? = 0
configure:4650: result: yes
configure:4650: checking for memory.h
configure:4650: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:4650: $? = 0
configure:4650: result: yes
configure:4650: checking for strings.h
configure:4650: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:4650: $? = 0
configure:4650: result: yes
configure:4650: checking for inttypes.h
configure:4650: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:4650: $? = 0
configure:4650: result: yes
configure:4650: checking for stdint.h
configure:4650: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:4650: $? = 0
configure:4650: result: yes
configure:4650: checking for unistd.h
configure:4650: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:4650: $? = 0
configure:4650: result: yes
configure:4666: checking whether __clang__ is declared
configure:4666: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:4666: $? = 0
configure:4666: result: yes
configure:4673: checking whether __INTEL_COMPILER is declared
configure:4673: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
conftest.c:61:10: error: use of undeclared identifier '__INTEL_COMPILER'
  (void) __INTEL_COMPILER;
         ^
1 error generated.
configure:4673: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xf86-video-intel"
| #define PACKAGE_TARNAME "xf86-video-intel"
| #define PACKAGE_VERSION "2.99.917"
| #define PACKAGE_STRING "xf86-video-intel 2.99.917"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
| #define PACKAGE_URL ""
| #define PACKAGE "xf86-video-intel"
| #define VERSION "2.99.917"
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef __INTEL_COMPILER
| #ifdef __cplusplus
|   (void) __INTEL_COMPILER;
| #else
|   (void) __INTEL_COMPILER;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:4673: result: no
configure:4680: checking whether __SUNPRO_C is declared
configure:4680: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
conftest.c:61:10: error: use of undeclared identifier '__SUNPRO_C'
  (void) __SUNPRO_C;
         ^
1 error generated.
configure:4680: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xf86-video-intel"
| #define PACKAGE_TARNAME "xf86-video-intel"
| #define PACKAGE_VERSION "2.99.917"
| #define PACKAGE_STRING "xf86-video-intel 2.99.917"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
| #define PACKAGE_URL ""
| #define PACKAGE "xf86-video-intel"
| #define VERSION "2.99.917"
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef __SUNPRO_C
| #ifdef __cplusplus
|   (void) __SUNPRO_C;
| #else
|   (void) __SUNPRO_C;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:4680: result: no
configure:4742: checking for pkg-config
configure:4760: found /usr/bin/pkg-config
configure:4772: result: /usr/bin/pkg-config
configure:4797: checking pkg-config is at least version 0.9.0
configure:4800: result: yes
configure:4812: checking build system type
configure:4826: result: x86_64-unknown-linux-gnu
configure:4846: checking host system type
configure:4859: result: x86_64-unknown-linux-gnu
configure:4879: checking for a sed that does not truncate output
configure:4943: result: /bin/sed
configure:4989: checking if clang supports -Werror=unknown-warning-option
configure:4998: clang -c -Qunused-arguments -Werror=unknown-warning-option -I/opt/xorg/include conftest.c >&5
configure:4998: $? = 0
configure:5005: result: yes
configure:5016: checking if clang supports -Werror=unused-command-line-argument
configure:5025: clang -c -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -I/opt/xorg/include conftest.c >&5
configure:5025: $? = 0
configure:5032: result: yes
configure:5051: checking if clang supports -Wall
configure:5068: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wall -I/opt/xorg/include  conftest.c  >&5
configure:5068: $? = 0
configure:5081: result: yes
configure:5169: checking if clang supports -Wpointer-arith
configure:5186: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wpointer-arith -I/opt/xorg/include  conftest.c  >&5
configure:5186: $? = 0
configure:5199: result: yes
configure:5287: checking if clang supports -Wmissing-declarations
configure:5304: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-declarations -I/opt/xorg/include  conftest.c  >&5
configure:5304: $? = 0
configure:5317: result: yes
configure:5405: checking if clang supports -Wformat=2
configure:5422: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wformat=2 -I/opt/xorg/include  conftest.c  >&5
configure:5422: $? = 0
configure:5435: result: yes
configure:5574: checking if clang supports -Wstrict-prototypes
configure:5591: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wstrict-prototypes -I/opt/xorg/include  conftest.c  >&5
configure:5591: $? = 0
configure:5604: result: yes
configure:5692: checking if clang supports -Wmissing-prototypes
configure:5709: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-prototypes -I/opt/xorg/include  conftest.c  >&5
configure:5709: $? = 0
configure:5722: result: yes
configure:5810: checking if clang supports -Wnested-externs
configure:5827: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wnested-externs -I/opt/xorg/include  conftest.c  >&5
configure:5827: $? = 0
configure:5840: result: yes
configure:5928: checking if clang supports -Wbad-function-cast
configure:5945: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wbad-function-cast -I/opt/xorg/include  conftest.c  >&5
configure:5945: $? = 0
configure:5958: result: yes
configure:6046: checking if clang supports -Wold-style-definition
configure:6063: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wold-style-definition -I/opt/xorg/include  conftest.c  >&5
configure:6063: $? = 0
configure:6076: result: yes
configure:6164: checking if clang supports -Wdeclaration-after-statement
configure:6181: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wdeclaration-after-statement -I/opt/xorg/include  conftest.c  >&5
configure:6181: $? = 0
configure:6194: result: yes
configure:6286: checking if clang supports -Wunused
configure:6303: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wunused -I/opt/xorg/include  conftest.c  >&5
configure:6303: $? = 0
configure:6316: result: yes
configure:6404: checking if clang supports -Wuninitialized
configure:6421: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wuninitialized -I/opt/xorg/include  conftest.c  >&5
configure:6421: $? = 0
configure:6434: result: yes
configure:6522: checking if clang supports -Wshadow
configure:6539: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wshadow -I/opt/xorg/include  conftest.c  >&5
configure:6539: $? = 0
configure:6552: result: yes
configure:6640: checking if clang supports -Wcast-qual
configure:6657: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wcast-qual -I/opt/xorg/include  conftest.c  >&5
configure:6657: $? = 0
configure:6670: result: yes
configure:6758: checking if clang supports -Wmissing-noreturn
configure:6775: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-noreturn -I/opt/xorg/include  conftest.c  >&5
configure:6775: $? = 0
configure:6788: result: yes
configure:6876: checking if clang supports -Wmissing-format-attribute
configure:6893: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-format-attribute -I/opt/xorg/include  conftest.c  >&5
configure:6893: $? = 0
configure:6906: result: yes
configure:6994: checking if clang supports -Wredundant-decls
configure:7011: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wredundant-decls -I/opt/xorg/include  conftest.c  >&5
configure:7011: $? = 0
configure:7024: result: yes
configure:7124: checking if clang supports -Werror=implicit
configure:7141: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=implicit -I/opt/xorg/include  conftest.c  >&5
configure:7141: $? = 0
configure:7154: result: yes
configure:7291: checking if clang supports -Werror=nonnull
configure:7308: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=nonnull -I/opt/xorg/include  conftest.c  >&5
configure:7308: $? = 0
configure:7321: result: yes
configure:7409: checking if clang supports -Werror=init-self
configure:7426: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=init-self -I/opt/xorg/include  conftest.c  >&5
configure:7426: $? = 0
configure:7439: result: yes
configure:7527: checking if clang supports -Werror=main
configure:7544: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=main -I/opt/xorg/include  conftest.c  >&5
configure:7544: $? = 0
configure:7557: result: yes
configure:7645: checking if clang supports -Werror=missing-braces
configure:7662: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=missing-braces -I/opt/xorg/include  conftest.c  >&5
configure:7662: $? = 0
configure:7675: result: yes
configure:7763: checking if clang supports -Werror=sequence-point
configure:7780: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=sequence-point -I/opt/xorg/include  conftest.c  >&5
configure:7780: $? = 0
configure:7793: result: yes
configure:7881: checking if clang supports -Werror=return-type
configure:7898: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=return-type -I/opt/xorg/include  conftest.c  >&5
configure:7898: $? = 0
configure:7911: result: yes
configure:8048: checking if clang supports -Werror=trigraphs
configure:8065: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=trigraphs -I/opt/xorg/include  conftest.c  >&5
configure:8065: $? = 0
configure:8078: result: yes
configure:8166: checking if clang supports -Werror=array-bounds
configure:8183: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=array-bounds -I/opt/xorg/include  conftest.c  >&5
configure:8183: $? = 0
configure:8196: result: yes
configure:8284: checking if clang supports -Werror=write-strings
configure:8301: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=write-strings -I/opt/xorg/include  conftest.c  >&5
configure:8301: $? = 0
configure:8314: result: yes
configure:8402: checking if clang supports -Werror=address
configure:8419: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=address -I/opt/xorg/include  conftest.c  >&5
configure:8419: $? = 0
configure:8432: result: yes
configure:8520: checking if clang supports -Werror=int-to-pointer-cast
configure:8537: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=int-to-pointer-cast -I/opt/xorg/include  conftest.c  >&5
configure:8537: $? = 0
configure:8550: result: yes
configure:8687: checking if clang supports -Werror=pointer-to-int-cast
configure:8704: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=pointer-to-int-cast -I/opt/xorg/include  conftest.c  >&5
configure:8704: $? = 0
configure:8717: result: yes
configure:10375: checking if clang supports -pedantic
configure:10392: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -pedantic -I/opt/xorg/include  conftest.c  >&5
configure:10392: $? = 0
configure:10405: result: yes
configure:10493: checking if clang supports -Werror
configure:10510: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror -I/opt/xorg/include  conftest.c  >&5
configure:10510: $? = 0
configure:10523: result: yes
configure:10663: checking if clang supports -Werror=attributes
configure:10680: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=attributes -I/opt/xorg/include  conftest.c  >&5
configure:10680: $? = 0
configure:10693: result: yes
configure:10853: checking whether make supports nested variables
configure:10870: result: yes
configure:10964: checking if clang supports -Wno-cast-qual
configure:10981: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wno-cast-qual -I/opt/xorg/include  conftest.c  >&5
configure:10981: $? = 0
configure:10994: result: yes
configure:11082: checking if clang supports -Wno-redundant-decls
configure:11099: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wno-redundant-decls -I/opt/xorg/include  conftest.c  >&5
configure:11099: $? = 0
configure:11112: result: yes
configure:11200: checking if clang supports -Wno-maybe-uninitialized
configure:11217: clang -o conftest -Qunused-arguments -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wno-maybe-uninitialized -I/opt/xorg/include  conftest.c  >&5
error: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Werror,-Wunknown-warning-option]
configure:11217: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xf86-video-intel"
| #define PACKAGE_TARNAME "xf86-video-intel"
| #define PACKAGE_VERSION "2.99.917"
| #define PACKAGE_STRING "xf86-video-intel 2.99.917"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
| #define PACKAGE_URL ""
| #define PACKAGE "xf86-video-intel"
| #define VERSION "2.99.917"
| #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 PACKAGE_VERSION_MAJOR 2
| #define PACKAGE_VERSION_MINOR 99
| #define PACKAGE_VERSION_PATCHLEVEL 917
| /* end confdefs.h.  */
| int i;
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:11230: result: no
configure:11323: checking how to print strings
configure:11350: result: printf
configure:11371: checking for a sed that does not truncate output
configure:11435: result: /bin/sed
configure:11453: checking for fgrep
configure:11515: result: /bin/grep -F
configure:11550: checking for ld used by clang
configure:11617: result: /usr/bin/ld
configure:11624: checking if the linker (/usr/bin/ld) is GNU ld
configure:11639: result: yes
configure:11651: checking for BSD- or MS-compatible name lister (nm)
configure:11700: result: /usr/bin/nm -B
configure:11830: checking the name lister (/usr/bin/nm -B) interface
configure:11837: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:11840: /usr/bin/nm -B "conftest.o"
configure:11843: output
0000000000000000 B some_variable
configure:11850: result: BSD nm
configure:11853: checking whether ln -s works
configure:11857: result: yes
configure:11865: checking the maximum length of command line arguments
configure:11995: result: 1572864
configure:12012: checking whether the shell understands some XSI constructs
configure:12022: result: yes
configure:12026: checking whether the shell understands "+="
configure:12032: result: yes
configure:12067: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:12107: result: func_convert_file_noop
configure:12114: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:12134: result: func_convert_file_noop
configure:12141: checking for /usr/bin/ld option to reload object files
configure:12148: result: -r
configure:12222: checking for objdump
configure:12238: found /usr/bin/objdump
configure:12249: result: objdump
configure:12281: checking how to recognize dependent libraries
configure:12483: result: pass_all
configure:12568: checking for dlltool
configure:12598: result: no
configure:12628: checking how to associate runtime and link libraries
configure:12655: result: printf %s\n
configure:12715: checking for ar
configure:12731: found /usr/bin/ar
configure:12742: result: ar
configure:12779: checking for archiver @FILE support
configure:12796: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:12796: $? = 0
configure:12799: ar cru libconftest.a @conftest.lst >&5
configure:12802: $? = 0
configure:12807: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:12810: $? = 1
configure:12822: result: @
configure:12880: checking for strip
configure:12896: found /usr/bin/strip
configure:12907: result: strip
configure:12979: checking for ranlib
configure:12995: found /usr/bin/ranlib
configure:13006: result: ranlib
configure:13108: checking command to parse /usr/bin/nm -B output from clang object
configure:13228: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:13231: $? = 0
configure:13235: /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:13238: $? = 0
configure:13304: clang -o conftest -Qunused-arguments -I/opt/xorg/include  conftest.c conftstm.o >&5
configure:13307: $? = 0
configure:13345: result: ok
configure:13382: checking for sysroot
configure:13412: result: no
configure:13489: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:13492: $? = 0
configure:13668: checking for mt
configure:13684: found /bin/mt
configure:13695: result: mt
configure:13718: checking if mt is a manifest tool
configure:13724: mt '-?'
configure:13732: result: no
configure:14371: checking for dlfcn.h
configure:14371: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:14371: $? = 0
configure:14371: result: yes
configure:14547: checking for objdir
configure:14562: result: .libs
configure:14833: checking if clang supports -fno-rtti -fno-exceptions
configure:14851: clang -c -Qunused-arguments -I/opt/xorg/include -fno-rtti -fno-exceptions conftest.c >&5
configure:14855: $? = 0
configure:14868: result: yes
configure:15195: checking for clang option to produce PIC
configure:15202: result: -fPIC -DPIC
configure:15210: checking if clang PIC flag -fPIC -DPIC works
configure:15228: clang -c -Qunused-arguments -I/opt/xorg/include -fPIC -DPIC -DPIC conftest.c >&5
configure:15232: $? = 0
configure:15245: result: yes
configure:15274: checking if clang static flag -static works
configure:15302: result: yes
configure:15317: checking if clang supports -c -o file.o
configure:15338: clang -c -Qunused-arguments -I/opt/xorg/include -o out/conftest2.o conftest.c >&5
configure:15342: $? = 0
configure:15364: result: yes
configure:15372: checking if clang supports -c -o file.o
configure:15419: result: yes
configure:15452: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:16609: result: yes
configure:16646: checking whether -lc should be explicitly linked in
configure:16654: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:16657: $? = 0
configure:16672: clang -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:16675: $? = 0
configure:16689: result: no
configure:16849: checking dynamic linker characteristics
configure:17360: clang -o conftest -Qunused-arguments -I/opt/xorg/include  -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:17360: $? = 0
configure:17594: result: GNU/Linux ld.so
configure:17701: checking how to hardcode library paths into programs
configure:17726: result: immediate
configure:18266: checking whether stripping libraries is possible
configure:18271: result: yes
configure:18306: checking if libtool supports shared libraries
configure:18308: result: yes
configure:18311: checking whether to build shared libraries
configure:18332: result: yes
configure:18335: checking whether to build static libraries
configure:18339: result: no
configure:18383: checking for special C compiler options needed for large files
configure:18428: result: no
configure:18434: checking for _FILE_OFFSET_BITS value needed for large files
configure:18459: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:18459: $? = 0
configure:18491: result: no
configure:18579: checking for strlcpy
configure:18579: clang -o conftest -Qunused-arguments -I/opt/xorg/include  conftest.c  >&5
conftest.c:49:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
char strlcpy ();
     ^
conftest.c:49:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
/tmp/conftest-fb027e.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `strlcpy'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18579: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xf86-video-intel"
| #define PACKAGE_TARNAME "xf86-video-intel"
| #define PACKAGE_VERSION "2.99.917"
| #define PACKAGE_STRING "xf86-video-intel 2.99.917"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
| #define PACKAGE_URL ""
| #define PACKAGE "xf86-video-intel"
| #define VERSION "2.99.917"
| #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 PACKAGE_VERSION_MAJOR 2
| #define PACKAGE_VERSION_MINOR 99
| #define PACKAGE_VERSION_PATCHLEVEL 917
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strlcpy innocuous_strlcpy
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strlcpy (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef strlcpy
| 
| /* 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 strlcpy ();
| /* 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_strlcpy || defined __stub___strlcpy
| choke me
| #endif
| 
| int
| main ()
| {
| return strlcpy ();
|   ;
|   return 0;
| }
configure:18579: result: no
configure:18579: checking for strlcat
configure:18579: clang -o conftest -Qunused-arguments -I/opt/xorg/include  conftest.c  >&5
conftest.c:49:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
char strlcat ();
     ^
conftest.c:49:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
/tmp/conftest-c0899f.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `strlcat'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18579: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xf86-video-intel"
| #define PACKAGE_TARNAME "xf86-video-intel"
| #define PACKAGE_VERSION "2.99.917"
| #define PACKAGE_STRING "xf86-video-intel 2.99.917"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
| #define PACKAGE_URL ""
| #define PACKAGE "xf86-video-intel"
| #define VERSION "2.99.917"
| #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 PACKAGE_VERSION_MAJOR 2
| #define PACKAGE_VERSION_MINOR 99
| #define PACKAGE_VERSION_PATCHLEVEL 917
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strlcat innocuous_strlcat
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strlcat (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef strlcat
| 
| /* 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 strlcat ();
| /* 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_strlcat || defined __stub___strlcat
| choke me
| #endif
| 
| int
| main ()
| {
| return strlcat ();
|   ;
|   return 0;
| }
configure:18579: result: no
configure:18579: checking for strndup
configure:18579: clang -o conftest -Qunused-arguments -I/opt/xorg/include  conftest.c  >&5
conftest.c:49:6: warning: incompatible redeclaration of library function 'strndup' [-Wincompatible-library-redeclaration]
char strndup ();
     ^
conftest.c:49:6: note: 'strndup' is a builtin with type 'char *(const char *, unsigned long)'
1 warning generated.
configure:18579: $? = 0
configure:18579: result: yes
configure:18796: checking for native atomic primitives
configure:18818: clang -o conftest -Qunused-arguments -I/opt/xorg/include  conftest.c  >&5
configure:18818: $? = 0
configure:18844: result: Intel
configure:18873: checking for UDEV
configure:18880: $PKG_CONFIG --exists --print-errors "libudev"
configure:18883: $? = 0
configure:18897: $PKG_CONFIG --exists --print-errors "libudev"
configure:18900: $? = 0
configure:18938: result: yes
configure:18944: checking for sys/stat.h
configure:18944: result: yes
configure:18971: checking for X11
configure:18978: $PKG_CONFIG --exists --print-errors "x11 x11-xcb xcb-dri2 xcomposite xdamage xrender xrandr xext xfixes cairo cairo-xlib-xrender pixman-1 libpng"
configure:18981: $? = 0
configure:18995: $PKG_CONFIG --exists --print-errors "x11 x11-xcb xcb-dri2 xcomposite xdamage xrender xrandr xext xfixes cairo cairo-xlib-xrender pixman-1 libpng"
configure:18998: $? = 0
configure:19036: result: yes
configure:19070: clang -o conftest -Qunused-arguments -I/opt/xorg/include  conftest.c  >&5
configure:19070: $? = 0
configure:19088: checking sys/ipc.h usability
configure:19088: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:19088: $? = 0
configure:19088: result: yes
configure:19088: checking sys/ipc.h presence
configure:19088: clang-cpp -I/opt/xorg/include conftest.c
configure:19088: $? = 0
configure:19088: result: yes
configure:19088: checking for sys/ipc.h
configure:19088: result: yes
configure:19088: checking for sys/ipc.h
configure:19088: result: yes
configure:19102: checking for X11/extensions/XShm.h
configure:19102: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:19102: $? = 0
configure:19102: result: yes
configure:19121: checking for X11/extensions/shmproto.h
configure:19121: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:19121: $? = 0
configure:19121: result: yes
configure:19121: checking for X11/extensions/shmstr.h
configure:19121: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:19121: $? = 0
configure:19121: result: yes
configure:19140: checking whether shmctl IPC_RMID allows subsequent attaches
configure:19169: clang -o conftest -Qunused-arguments -I/opt/xorg/include  conftest.c  >&5
configure:19169: $? = 0
configure:19169: ./conftest
configure:19169: $? = 0
configure:19173: result: yes
configure:19190: checking for X11_DRI3
configure:19197: $PKG_CONFIG --exists --print-errors "xcb-dri3 xcb-sync xcb-xfixes xcb-present x11-xcb xshmfence x11 xcomposite xdamage xrender xrandr xxf86vm xext libdrm"
configure:19200: $? = 0
configure:19214: $PKG_CONFIG --exists --print-errors "xcb-dri3 xcb-sync xcb-xfixes xcb-present x11-xcb xshmfence x11 xcomposite xdamage xrender xrandr xxf86vm xext libdrm"
configure:19217: $? = 0
configure:19255: result: yes
configure:19296: checking for IVO_EXTRA
configure:19303: $PKG_CONFIG --exists --print-errors "$ignore"
configure:19306: $? = 0
configure:19320: $PKG_CONFIG --exists --print-errors "$ignore"
configure:19323: $? = 0
configure:19361: result: yes
configure:19365: checking for X11/extensions/Xinerama.h
configure:19365: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:19365: $? = 0
configure:19365: result: yes
configure:19383: checking for IVO_EXTRA
configure:19448: result: yes
configure:19455: checking for IVO
configure:19462: $PKG_CONFIG --exists --print-errors "$ivo_requires"
configure:19465: $? = 0
configure:19479: $PKG_CONFIG --exists --print-errors "$ivo_requires"
configure:19482: $? = 0
configure:19520: result: yes
configure:19524: checking sys/timerfd.h usability
configure:19524: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:19524: $? = 0
configure:19524: result: yes
configure:19524: checking sys/timerfd.h presence
configure:19524: clang-cpp -I/opt/xorg/include conftest.c
configure:19524: $? = 0
configure:19524: result: yes
configure:19524: checking for sys/timerfd.h
configure:19524: result: yes
configure:19541: checking for TOOL_CURSOR
configure:19548: $PKG_CONFIG --exists --print-errors "xfixes x11 libpng"
configure:19551: $? = 0
configure:19565: $PKG_CONFIG --exists --print-errors "xfixes x11 libpng"
configure:19568: $? = 0
configure:19606: result: yes
configure:19616: checking whether to build additional tools
configure:19618: result: auto
configure:19736: $PKG_CONFIG --exists --print-errors "pixman-1 >= 0.24.0"
configure:19739: $? = 0
configure:19747: $PKG_CONFIG --exists --print-errors "pixman-1 >= 0.27.1"
configure:19750: $? = 0
configure:19777: clang -c -Qunused-arguments -I/usr/include/xorg -I/opt/xorg/include conftest.c >&5
configure:19777: $? = 0
configure:19784: checking if RANDR is defined
configure:19786: result: yes
configure:19812: clang -c -Qunused-arguments -I/usr/include/xorg -I/opt/xorg/include conftest.c >&5
configure:19812: $? = 0
configure:19819: checking if RENDER is defined
configure:19821: result: yes
configure:19847: clang -c -Qunused-arguments -I/usr/include/xorg -I/opt/xorg/include conftest.c >&5
configure:19847: $? = 0
configure:19854: checking if DPMSExtension is defined
configure:19856: result: yes
configure:19866: checking for DRM
configure:19873: $PKG_CONFIG --exists --print-errors "libdrm >= 2.4.20"
configure:19876: $? = 0
configure:19890: $PKG_CONFIG --exists --print-errors "libdrm >= 2.4.20"
configure:19893: $? = 0
configure:19951: result: yes
configure:19957: checking for PCIACCESS
configure:19964: $PKG_CONFIG --exists --print-errors "pciaccess >= 0.10"
configure:19967: $? = 0
configure:19981: $PKG_CONFIG --exists --print-errors "pciaccess >= 0.10"
configure:19984: $? = 0
configure:20042: result: yes
configure:20057: checking dev/wscons/wsconsio.h usability
configure:20057: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
conftest.c:79:10: fatal error: 'dev/wscons/wsconsio.h' file not found
#include <dev/wscons/wsconsio.h>
         ^
1 error generated.
configure:20057: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xf86-video-intel"
| #define PACKAGE_TARNAME "xf86-video-intel"
| #define PACKAGE_VERSION "2.99.917"
| #define PACKAGE_STRING "xf86-video-intel 2.99.917"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
| #define PACKAGE_URL ""
| #define PACKAGE "xf86-video-intel"
| #define VERSION "2.99.917"
| #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 PACKAGE_VERSION_MAJOR 2
| #define PACKAGE_VERSION_MINOR 99
| #define PACKAGE_VERSION_PATCHLEVEL 917
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRNDUP 1
| #define USE_BACKLIGHT 1
| #define USE_BACKLIGHT_HELPER 1
| #define HAVE_DOT_GIT 1
| #define USE_GIT_DESCRIBE 1
| #define HAVE_ATOMIC_PRIMITIVES 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UDEV 1
| #define HAVE_CPUID_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_X11_EXTENSIONS_XSHM_H 1
| #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1
| #define HAVE_X11_EXTENSIONS_SHMSTR_H 1
| #define IPC_RMID_DEFERRED_RELEASE 1
| #define HAVE_MIT_SHM 1
| #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
| #define DEFAULT_DRI_LEVEL ~0
| #define HAS_PIXMAN_TRIANGLES 1
| #define HAS_PIXMAN_GLYPHS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dev/wscons/wsconsio.h>
configure:20057: result: no
configure:20057: checking dev/wscons/wsconsio.h presence
configure:20057: clang-cpp -I/opt/xorg/include conftest.c
conftest.c:46:10: fatal error: 'dev/wscons/wsconsio.h' file not found
#include <dev/wscons/wsconsio.h>
         ^
1 error generated.
configure:20057: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xf86-video-intel"
| #define PACKAGE_TARNAME "xf86-video-intel"
| #define PACKAGE_VERSION "2.99.917"
| #define PACKAGE_STRING "xf86-video-intel 2.99.917"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
| #define PACKAGE_URL ""
| #define PACKAGE "xf86-video-intel"
| #define VERSION "2.99.917"
| #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 PACKAGE_VERSION_MAJOR 2
| #define PACKAGE_VERSION_MINOR 99
| #define PACKAGE_VERSION_PATCHLEVEL 917
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRNDUP 1
| #define USE_BACKLIGHT 1
| #define USE_BACKLIGHT_HELPER 1
| #define HAVE_DOT_GIT 1
| #define USE_GIT_DESCRIBE 1
| #define HAVE_ATOMIC_PRIMITIVES 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UDEV 1
| #define HAVE_CPUID_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_X11_EXTENSIONS_XSHM_H 1
| #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1
| #define HAVE_X11_EXTENSIONS_SHMSTR_H 1
| #define IPC_RMID_DEFERRED_RELEASE 1
| #define HAVE_MIT_SHM 1
| #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
| #define DEFAULT_DRI_LEVEL ~0
| #define HAS_PIXMAN_TRIANGLES 1
| #define HAS_PIXMAN_GLYPHS 1
| /* end confdefs.h.  */
| #include <dev/wscons/wsconsio.h>
configure:20057: result: no
configure:20057: checking for dev/wscons/wsconsio.h
configure:20057: result: no
configure:20067: checking for size_t
configure:20067: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:20067: $? = 0
configure:20067: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
conftest.c:82:21: error: expected expression
if (sizeof ((size_t)))
                    ^
1 error generated.
configure:20067: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xf86-video-intel"
| #define PACKAGE_TARNAME "xf86-video-intel"
| #define PACKAGE_VERSION "2.99.917"
| #define PACKAGE_STRING "xf86-video-intel 2.99.917"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
| #define PACKAGE_URL ""
| #define PACKAGE "xf86-video-intel"
| #define VERSION "2.99.917"
| #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 PACKAGE_VERSION_MAJOR 2
| #define PACKAGE_VERSION_MINOR 99
| #define PACKAGE_VERSION_PATCHLEVEL 917
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRNDUP 1
| #define USE_BACKLIGHT 1
| #define USE_BACKLIGHT_HELPER 1
| #define HAVE_DOT_GIT 1
| #define USE_GIT_DESCRIBE 1
| #define HAVE_ATOMIC_PRIMITIVES 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UDEV 1
| #define HAVE_CPUID_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_X11_EXTENSIONS_XSHM_H 1
| #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1
| #define HAVE_X11_EXTENSIONS_SHMSTR_H 1
| #define IPC_RMID_DEFERRED_RELEASE 1
| #define HAVE_MIT_SHM 1
| #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
| #define DEFAULT_DRI_LEVEL ~0
| #define HAS_PIXMAN_TRIANGLES 1
| #define HAS_PIXMAN_GLYPHS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:20067: result: yes
configure:20080: checking for working alloca.h
configure:20097: clang -o conftest -Qunused-arguments -I/opt/xorg/include  conftest.c  >&5
configure:20097: $? = 0
configure:20105: result: yes
configure:20113: checking for alloca
configure:20150: clang -o conftest -Qunused-arguments -I/opt/xorg/include  conftest.c  >&5
configure:20150: $? = 0
configure:20158: result: yes
configure:20267: checking whether sys/types.h defines makedev
configure:20283: clang -o conftest -Qunused-arguments -I/opt/xorg/include  conftest.c  >&5
configure:20283: $? = 0
configure:20292: result: yes
configure:20324: checking sys/sysinfo.h usability
configure:20324: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:20324: $? = 0
configure:20324: result: yes
configure:20324: checking sys/sysinfo.h presence
configure:20324: clang-cpp -I/opt/xorg/include conftest.c
configure:20324: $? = 0
configure:20324: result: yes
configure:20324: checking for sys/sysinfo.h
configure:20324: result: yes
configure:20386: checking for struct sysinfo.totalram
configure:20386: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
configure:20386: $? = 0
configure:20386: result: yes
configure:20415: $PKG_CONFIG --exists --print-errors "libdrm_intel >= $uxa_requires_libdrm pixman-1 >= $uxa_requires_pixman"
configure:20418: $? = 0
configure:20431: checking for DRMINTEL
configure:20438: $PKG_CONFIG --exists --print-errors "libdrm_intel >= $uxa_requires_libdrm"
configure:20441: $? = 0
configure:20455: $PKG_CONFIG --exists --print-errors "libdrm_intel >= $uxa_requires_libdrm"
configure:20458: $? = 0
configure:20516: result: yes
configure:20526: checking for XORG
configure:20533: $PKG_CONFIG --exists --print-errors "xorg-server >= $required_xorg_server_version xproto fontsproto pixman-1 >= $required_pixman_version $REQUIRED_MODULES"
configure:20536: $? = 0
configure:20550: $PKG_CONFIG --exists --print-errors "xorg-server >= $required_xorg_server_version xproto fontsproto pixman-1 >= $required_pixman_version $REQUIRED_MODULES"
configure:20553: $? = 0
configure:20611: result: yes
configure:20633: checking vgaHW.h usability
configure:20633: clang -c -Qunused-arguments -fvisibility=hidden -I/opt/xorg/include -I/opt/xorg/include/libdrm -I/usr/include/pixman-1 -I/usr/include/xorg -I/usr/include/X11/dri   conftest.c >&5
configure:20633: $? = 0
configure:20633: result: yes
configure:20633: checking vgaHW.h presence
configure:20633: clang-cpp -fvisibility=hidden -I/opt/xorg/include -I/opt/xorg/include/libdrm -I/usr/include/pixman-1 -I/usr/include/xorg -I/usr/include/X11/dri   conftest.c
configure:20633: $? = 0
configure:20633: result: yes
configure:20633: checking for vgaHW.h
configure:20633: result: yes
configure:20666: checking xaa.h usability
configure:20666: clang -c -Qunused-arguments -fvisibility=hidden -I/opt/xorg/include -I/opt/xorg/include/libdrm -I/usr/include/pixman-1 -I/usr/include/xorg -I/usr/include/X11/dri   conftest.c >&5
conftest.c:86:10: fatal error: 'xaa.h' file not found
#include <xaa.h>
         ^
1 error generated.
configure:20666: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xf86-video-intel"
| #define PACKAGE_TARNAME "xf86-video-intel"
| #define PACKAGE_VERSION "2.99.917"
| #define PACKAGE_STRING "xf86-video-intel 2.99.917"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
| #define PACKAGE_URL ""
| #define PACKAGE "xf86-video-intel"
| #define VERSION "2.99.917"
| #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 PACKAGE_VERSION_MAJOR 2
| #define PACKAGE_VERSION_MINOR 99
| #define PACKAGE_VERSION_PATCHLEVEL 917
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRNDUP 1
| #define USE_BACKLIGHT 1
| #define USE_BACKLIGHT_HELPER 1
| #define HAVE_DOT_GIT 1
| #define USE_GIT_DESCRIBE 1
| #define HAVE_ATOMIC_PRIMITIVES 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UDEV 1
| #define HAVE_CPUID_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_X11_EXTENSIONS_XSHM_H 1
| #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1
| #define HAVE_X11_EXTENSIONS_SHMSTR_H 1
| #define IPC_RMID_DEFERRED_RELEASE 1
| #define HAVE_MIT_SHM 1
| #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
| #define DEFAULT_DRI_LEVEL ~0
| #define HAS_PIXMAN_TRIANGLES 1
| #define HAS_PIXMAN_GLYPHS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define USE_SNA 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
| #define USE_UXA 1
| #define HAVE_VGAHW_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <xaa.h>
configure:20666: result: no
configure:20666: checking xaa.h presence
configure:20666: clang-cpp -fvisibility=hidden -I/opt/xorg/include -I/opt/xorg/include/libdrm -I/usr/include/pixman-1 -I/usr/include/xorg -I/usr/include/X11/dri   conftest.c
conftest.c:53:10: fatal error: 'xaa.h' file not found
#include <xaa.h>
         ^
1 error generated.
configure:20666: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xf86-video-intel"
| #define PACKAGE_TARNAME "xf86-video-intel"
| #define PACKAGE_VERSION "2.99.917"
| #define PACKAGE_STRING "xf86-video-intel 2.99.917"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
| #define PACKAGE_URL ""
| #define PACKAGE "xf86-video-intel"
| #define VERSION "2.99.917"
| #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 PACKAGE_VERSION_MAJOR 2
| #define PACKAGE_VERSION_MINOR 99
| #define PACKAGE_VERSION_PATCHLEVEL 917
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRNDUP 1
| #define USE_BACKLIGHT 1
| #define USE_BACKLIGHT_HELPER 1
| #define HAVE_DOT_GIT 1
| #define USE_GIT_DESCRIBE 1
| #define HAVE_ATOMIC_PRIMITIVES 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UDEV 1
| #define HAVE_CPUID_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_X11_EXTENSIONS_XSHM_H 1
| #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1
| #define HAVE_X11_EXTENSIONS_SHMSTR_H 1
| #define IPC_RMID_DEFERRED_RELEASE 1
| #define HAVE_MIT_SHM 1
| #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
| #define DEFAULT_DRI_LEVEL ~0
| #define HAS_PIXMAN_TRIANGLES 1
| #define HAS_PIXMAN_GLYPHS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define USE_SNA 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
| #define USE_UXA 1
| #define HAVE_VGAHW_H 1
| /* end confdefs.h.  */
| #include <xaa.h>
configure:20666: result: no
configure:20666: checking for xaa.h
configure:20666: result: no
configure:20680: checking whether to include XAA support
configure:20682: result: no
configure:20697: checking for dgaproc.h
configure:20697: clang -c -fvisibility=hidden -I/opt/xorg/include -I/opt/xorg/include/libdrm -I/usr/include/pixman-1 -I/usr/include/xorg -I/usr/include/X11/dri   -I/opt/xorg/include conftest.c >&5
configure:20697: $? = 0
configure:20697: result: yes
configure:20712: checking whether to include DGA support
configure:20714: result: yes
configure:20782: clang -c -Qunused-arguments -I/usr/include/xorg -I/opt/xorg/include conftest.c >&5
configure:20782: $? = 0
configure:20789: checking if XF86DRI is defined
configure:20791: result: yes
configure:20903: checking whether to include DRI1 support
configure:20905: result: no
configure:20943: checking for DRI2
configure:20950: $PKG_CONFIG --exists --print-errors "dri2proto >= 2.6"
configure:20953: $? = 0
configure:20967: $PKG_CONFIG --exists --print-errors "dri2proto >= 2.6"
configure:20970: $? = 0
configure:21008: result: yes
configure:21018: checking for dri2.h
configure:21018: clang -c -fvisibility=hidden -I/opt/xorg/include -I/opt/xorg/include/libdrm -I/usr/include/pixman-1 -I/usr/include/xorg -I/usr/include/X11/dri   -I/opt/xorg/include -I/opt/xorg/include/libdrm      -I/opt/xorg/include conftest.c >&5
configure:21018: $? = 0
configure:21018: result: yes
configure:21225: checking whether to include DRI2 support
configure:21235: result: auto
configure:21258: checking whether to include DRI3 support
configure:21268: result: no
configure:21288: checking default DRI support
configure:21290: result: 
configure:21295: checking X11/extensions/dpmsconst.h usability
configure:21295: clang -c -Qunused-arguments -I/opt/xorg/include conftest.c >&5
conftest.c:58:9: warning: 'DEFAULT_DRI_LEVEL' macro redefined [-Wmacro-redefined]
#define DEFAULT_DRI_LEVEL 2
        ^
conftest.c:42:9: note: previous definition is here
#define DEFAULT_DRI_LEVEL ~0
        ^
1 warning generated.
configure:21295: $? = 0
configure:21295: result: yes
configure:21295: checking X11/extensions/dpmsconst.h presence
configure:21295: clang-cpp -I/opt/xorg/include conftest.c
conftest.c:58:9: warning: 'DEFAULT_DRI_LEVEL' macro redefined [-Wmacro-redefined]
#define DEFAULT_DRI_LEVEL 2
        ^
conftest.c:42:9: note: previous definition is here
#define DEFAULT_DRI_LEVEL ~0
        ^
1 warning generated.
configure:21295: $? = 0
configure:21295: result: yes
configure:21295: checking for X11/extensions/dpmsconst.h
configure:21295: result: yes
configure:21327: clang -c -Qunused-arguments -I/usr/include/xorg -I/opt/xorg/include conftest.c >&5
conftest.c:58:9: warning: 'DEFAULT_DRI_LEVEL' macro redefined [-Wmacro-redefined]
#define DEFAULT_DRI_LEVEL 2
        ^
conftest.c:42:9: note: previous definition is here
#define DEFAULT_DRI_LEVEL ~0
        ^
conftest.c:64:2: error: PRESENT not defined
#error PRESENT not defined
 ^
1 warning and 1 error generated.
configure:21327: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xf86-video-intel"
| #define PACKAGE_TARNAME "xf86-video-intel"
| #define PACKAGE_VERSION "2.99.917"
| #define PACKAGE_STRING "xf86-video-intel 2.99.917"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
| #define PACKAGE_URL ""
| #define PACKAGE "xf86-video-intel"
| #define VERSION "2.99.917"
| #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 PACKAGE_VERSION_MAJOR 2
| #define PACKAGE_VERSION_MINOR 99
| #define PACKAGE_VERSION_PATCHLEVEL 917
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRNDUP 1
| #define USE_BACKLIGHT 1
| #define USE_BACKLIGHT_HELPER 1
| #define HAVE_DOT_GIT 1
| #define USE_GIT_DESCRIBE 1
| #define HAVE_ATOMIC_PRIMITIVES 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UDEV 1
| #define HAVE_CPUID_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_X11_EXTENSIONS_XSHM_H 1
| #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1
| #define HAVE_X11_EXTENSIONS_SHMSTR_H 1
| #define IPC_RMID_DEFERRED_RELEASE 1
| #define HAVE_MIT_SHM 1
| #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
| #define DEFAULT_DRI_LEVEL ~0
| #define HAS_PIXMAN_TRIANGLES 1
| #define HAS_PIXMAN_GLYPHS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define USE_SNA 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
| #define USE_UXA 1
| #define HAVE_VGAHW_H 1
| #define HAVE_DGAPROC_H 1
| #define KMS 1
| #define UMS 1
| #define HAVE_DRI2_H 1
| #define DRI_DRIVER_PATH "/opt/xorg/lib/dri"
| #define HAVE_DRI2 1
| #define DEFAULT_DRI_LEVEL 2
| #define HAVE_X11_EXTENSIONS_DPMSCONST_H 1
| /* end confdefs.h.  */
| 
| #include "xorg-server.h"
| #if !defined PRESENT
| #error PRESENT not defined
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:21334: checking if PRESENT is defined
configure:21336: result: no
configure:21458: checking whether to include PRESENT support
configure:21468: result: no
configure:21477: checking whether to include UXA support
configure:21479: result: yes
configure:21490: checking whether to include SNA support
configure:21500: result: auto
configure:21506: checking for XVMCLIB
configure:21513: $PKG_CONFIG --exists --print-errors "xvmc dri2proto x11 x11-xcb xcb-dri2 xcb-aux libdrm_intel"
configure:21516: $? = 0
configure:21530: $PKG_CONFIG --exists --print-errors "xvmc dri2proto x11 x11-xcb xcb-dri2 xcb-aux libdrm_intel"
configure:21533: $? = 0
configure:21571: result: yes
configure:21576: checking whether to include XvMC support
configure:21578: result: yes
configure:21612: checking which acceleration method to use by default
configure:21662: result: sna
configure:21741: checking for library containing clock_gettime
configure:21772: clang -o conftest -Qunused-arguments -I/opt/xorg/include  conftest.c  >&5
conftest.c:58:9: warning: 'DEFAULT_DRI_LEVEL' macro redefined [-Wmacro-redefined]
#define DEFAULT_DRI_LEVEL 2
        ^
conftest.c:42:9: note: previous definition is here
#define DEFAULT_DRI_LEVEL ~0
        ^
1 warning generated.
/tmp/conftest-295793.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `clock_gettime'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:21772: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xf86-video-intel"
| #define PACKAGE_TARNAME "xf86-video-intel"
| #define PACKAGE_VERSION "2.99.917"
| #define PACKAGE_STRING "xf86-video-intel 2.99.917"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
| #define PACKAGE_URL ""
| #define PACKAGE "xf86-video-intel"
| #define VERSION "2.99.917"
| #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 PACKAGE_VERSION_MAJOR 2
| #define PACKAGE_VERSION_MINOR 99
| #define PACKAGE_VERSION_PATCHLEVEL 917
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRNDUP 1
| #define USE_BACKLIGHT 1
| #define USE_BACKLIGHT_HELPER 1
| #define HAVE_DOT_GIT 1
| #define USE_GIT_DESCRIBE 1
| #define HAVE_ATOMIC_PRIMITIVES 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UDEV 1
| #define HAVE_CPUID_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_X11_EXTENSIONS_XSHM_H 1
| #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1
| #define HAVE_X11_EXTENSIONS_SHMSTR_H 1
| #define IPC_RMID_DEFERRED_RELEASE 1
| #define HAVE_MIT_SHM 1
| #define HAVE_X11_EXTENSIONS_XINERAMA_H 1
| #define DEFAULT_DRI_LEVEL ~0
| #define HAS_PIXMAN_TRIANGLES 1
| #define HAS_PIXMAN_GLYPHS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define USE_SNA 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
| #define USE_UXA 1
| #define HAVE_VGAHW_H 1
| #define HAVE_DGAPROC_H 1
| #define KMS 1
| #define UMS 1
| #define HAVE_DRI2_H 1
| #define DRI_DRIVER_PATH "/opt/xorg/lib/dri"
| #define HAVE_DRI2 1
| #define DEFAULT_DRI_LEVEL 2
| #define HAVE_X11_EXTENSIONS_DPMSCONST_H 1
| #define ENABLE_XVMC 1
| #define DEFAULT_ACCEL_METHOD SNA
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
|   ;
|   return 0;
| }
configure:21772: clang -o conftest -Qunused-arguments -I/opt/xorg/include  conftest.c -lrt   >&5
conftest.c:58:9: warning: 'DEFAULT_DRI_LEVEL' macro redefined [-Wmacro-redefined]
#define DEFAULT_DRI_LEVEL 2
        ^
conftest.c:42:9: note: previous definition is here
#define DEFAULT_DRI_LEVEL ~0
        ^
1 warning generated.
configure:21772: $? = 0
configure:21789: result: -lrt
configure:21831: checking for VALGRIND
configure:21838: $PKG_CONFIG --exists --print-errors "valgrind"
configure:21841: $? = 0
configure:21855: $PKG_CONFIG --exists --print-errors "valgrind"
configure:21858: $? = 0
configure:21896: result: yes
configure:21900: checking whether to include valgrind support
configure:21911: result: yes (auto)
configure:21961: checking for getline
configure:21961: clang -o conftest -Qunused-arguments -I/opt/xorg/include  conftest.c -lrt  >&5
conftest.c:58:9: warning: 'DEFAULT_DRI_LEVEL' macro redefined [-Wmacro-redefined]
#define DEFAULT_DRI_LEVEL 2
        ^
conftest.c:42:9: note: previous definition is here
#define DEFAULT_DRI_LEVEL ~0
        ^
1 warning generated.
configure:21961: $? = 0
configure:21961: result: yes
configure:22242: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by xf86-video-intel config.status 2.99.917, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on fambox

config.status:1281: creating Makefile
config.status:1281: creating man/Makefile
config.status:1281: creating libobj/Makefile
config.status:1281: creating src/Makefile
config.status:1281: creating src/legacy/Makefile
config.status:1281: creating src/legacy/i810/Makefile
config.status:1281: creating src/legacy/i810/xvmc/Makefile
config.status:1281: creating src/render_program/Makefile
config.status:1281: creating src/sna/Makefile
config.status:1281: creating src/sna/brw/Makefile
config.status:1281: creating src/sna/fb/Makefile
config.status:1281: creating src/uxa/Makefile
config.status:1281: creating xvmc/Makefile
config.status:1281: creating xvmc/shader/Makefile
config.status:1281: creating xvmc/shader/mc/Makefile
config.status:1281: creating xvmc/shader/vld/Makefile
config.status:1281: creating test/Makefile
config.status:1281: creating benchmarks/Makefile
config.status:1281: creating tools/Makefile
config.status:1281: creating tools/org.x.xf86-video-intel.backlight-helper.policy
config.status:1281: creating config.h
config.status:1510: executing depfiles commands
config.status:1510: 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=-Qunused-arguments
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/opt/xorg/include
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value=clang-cpp
ac_cv_env_DRI1_CFLAGS_set=
ac_cv_env_DRI1_CFLAGS_value=
ac_cv_env_DRI1_LIBS_set=
ac_cv_env_DRI1_LIBS_value=
ac_cv_env_DRI2_CFLAGS_set=
ac_cv_env_DRI2_CFLAGS_value=
ac_cv_env_DRI2_LIBS_set=
ac_cv_env_DRI2_LIBS_value=
ac_cv_env_DRI3_CFLAGS_set=
ac_cv_env_DRI3_CFLAGS_value=
ac_cv_env_DRI3_LIBS_set=
ac_cv_env_DRI3_LIBS_value=
ac_cv_env_DRMINTEL_CFLAGS_set=
ac_cv_env_DRMINTEL_CFLAGS_value=
ac_cv_env_DRMINTEL_LIBS_set=
ac_cv_env_DRMINTEL_LIBS_value=
ac_cv_env_DRM_CFLAGS_set=
ac_cv_env_DRM_CFLAGS_value=
ac_cv_env_DRM_LIBS_set=
ac_cv_env_DRM_LIBS_value=
ac_cv_env_GEN4ASM_CFLAGS_set=
ac_cv_env_GEN4ASM_CFLAGS_value=
ac_cv_env_GEN4ASM_LIBS_set=
ac_cv_env_GEN4ASM_LIBS_value=
ac_cv_env_IVO_CFLAGS_set=
ac_cv_env_IVO_CFLAGS_value=
ac_cv_env_IVO_EXTRA_CFLAGS_set=
ac_cv_env_IVO_EXTRA_CFLAGS_value=
ac_cv_env_IVO_EXTRA_LIBS_set=
ac_cv_env_IVO_EXTRA_LIBS_value=
ac_cv_env_IVO_LIBS_set=
ac_cv_env_IVO_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PCIACCESS_CFLAGS_set=
ac_cv_env_PCIACCESS_CFLAGS_value=
ac_cv_env_PCIACCESS_LIBS_set=
ac_cv_env_PCIACCESS_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/opt/xorg/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PRESENT_CFLAGS_set=
ac_cv_env_PRESENT_CFLAGS_value=
ac_cv_env_PRESENT_LIBS_set=
ac_cv_env_PRESENT_LIBS_value=
ac_cv_env_TOOL_CURSOR_CFLAGS_set=
ac_cv_env_TOOL_CURSOR_CFLAGS_value=
ac_cv_env_TOOL_CURSOR_LIBS_set=
ac_cv_env_TOOL_CURSOR_LIBS_value=
ac_cv_env_UDEV_CFLAGS_set=
ac_cv_env_UDEV_CFLAGS_value=
ac_cv_env_UDEV_LIBS_set=
ac_cv_env_UDEV_LIBS_value=
ac_cv_env_VALGRIND_CFLAGS_set=
ac_cv_env_VALGRIND_CFLAGS_value=
ac_cv_env_VALGRIND_LIBS_set=
ac_cv_env_VALGRIND_LIBS_value=
ac_cv_env_X11_CFLAGS_set=
ac_cv_env_X11_CFLAGS_value=
ac_cv_env_X11_DRI3_CFLAGS_set=
ac_cv_env_X11_DRI3_CFLAGS_value=
ac_cv_env_X11_DRI3_LIBS_set=
ac_cv_env_X11_DRI3_LIBS_value=
ac_cv_env_X11_LIBS_set=
ac_cv_env_X11_LIBS_value=
ac_cv_env_XORG_CFLAGS_set=
ac_cv_env_XORG_CFLAGS_value=
ac_cv_env_XORG_LIBS_set=
ac_cv_env_XORG_LIBS_value=
ac_cv_env_XVMCLIB_CFLAGS_set=
ac_cv_env_XVMCLIB_CFLAGS_value=
ac_cv_env_XVMCLIB_LIBS_set=
ac_cv_env_XVMCLIB_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_alloca_works=yes
ac_cv_func_getline=yes
ac_cv_func_strlcat=no
ac_cv_func_strlcpy=no
ac_cv_func_strndup=yes
ac_cv_have_decl___INTEL_COMPILER=no
ac_cv_have_decl___SUNPRO_C=no
ac_cv_have_decl___clang__=yes
ac_cv_header_X11_extensions_XShm_h=yes
ac_cv_header_X11_extensions_Xinerama_h=yes
ac_cv_header_X11_extensions_dpmsconst_h=yes
ac_cv_header_X11_extensions_shmproto_h=yes
ac_cv_header_X11_extensions_shmstr_h=yes
ac_cv_header_dev_wscons_wsconsio_h=no
ac_cv_header_dgaproc_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_dri2_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysinfo_h=yes
ac_cv_header_sys_timerfd_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_types_h_makedev=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vgaHW_h=yes
ac_cv_header_xaa_h=no
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_member_struct_sysinfo_totalram=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/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=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=clang-cpp
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=clang
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
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_search_clock_gettime=-lrt
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
intel_cv_atomic_primitives=Intel
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_DRI2_CFLAGS=' '
pkg_cv_DRI2_LIBS=' '
pkg_cv_DRMINTEL_CFLAGS='-I/opt/xorg/include -I/opt/xorg/include/libdrm  '
pkg_cv_DRMINTEL_LIBS='-L/opt/xorg/lib -ldrm_intel -ldrm  '
pkg_cv_DRM_CFLAGS='-I/opt/xorg/include -I/opt/xorg/include/libdrm  '
pkg_cv_DRM_LIBS='-L/opt/xorg/lib -ldrm  '
pkg_cv_IVO_CFLAGS='-I/usr/include/pixman-1  '
pkg_cv_IVO_EXTRA_CFLAGS=' '
pkg_cv_IVO_EXTRA_LIBS='-lXinerama  '
pkg_cv_IVO_LIBS='-lXinerama -lXrandr -lXdamage -lXfixes -lXcursor -lXtst -lXrender -lXext -lpixman-1 -lxcb-dri3 -lxcb-sync -lX11-xcb -lxcb -lxshmfence -lX11  '
pkg_cv_PCIACCESS_CFLAGS=' '
pkg_cv_PCIACCESS_LIBS='-lpciaccess  '
pkg_cv_TOOL_CURSOR_CFLAGS='-I/usr/include/libpng12  '
pkg_cv_TOOL_CURSOR_LIBS='-lXfixes -lX11 -lpng12  '
pkg_cv_UDEV_CFLAGS=' '
pkg_cv_UDEV_LIBS='-ludev -lrt  '
pkg_cv_VALGRIND_CFLAGS='-I/usr/include/valgrind  '
pkg_cv_VALGRIND_LIBS='-L/usr/lib/valgrind -lcoregrind-amd64-linux -lvex-amd64-linux -lgcc  '
pkg_cv_X11_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  '
pkg_cv_X11_DRI3_CFLAGS='-I/opt/xorg/include -I/opt/xorg/include/libdrm  '
pkg_cv_X11_DRI3_LIBS='-L/opt/xorg/lib -lxcb-dri3 -lxcb-sync -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb-present -lX11-xcb -lxcb -lxshmfence -lXcomposite -lXdamage -lXfixes -lXrender -lX11 -lXrandr -lXxf86vm -lXext -ldrm  '
pkg_cv_X11_LIBS='-lX11-xcb -lxcb-dri2 -lxcb -lXcomposite -lXdamage -lXrandr -lXext -lXfixes -lXrender -lcairo -lX11 -lpixman-1 -lpng12  '
pkg_cv_XORG_CFLAGS='-fvisibility=hidden -I/opt/xorg/include -I/opt/xorg/include/libdrm -I/usr/include/pixman-1 -I/usr/include/xorg -I/usr/include/X11/dri  '
pkg_cv_XORG_LIBS='-lpixman-1  '
pkg_cv_XVMCLIB_CFLAGS='-I/opt/xorg/include -I/opt/xorg/include/libdrm  '
pkg_cv_XVMCLIB_LIBS='-L/opt/xorg/lib -lXvMC -lXv -lX11-xcb -lX11 -lxcb-dri2 -lxcb-util -lxcb -ldrm_intel -ldrm  '
xorg_cv_cc_flag__Wall=yes
xorg_cv_cc_flag__Wbad_function_cast=yes
xorg_cv_cc_flag__Wcast_qual=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__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__Wno_cast_qual=yes
xorg_cv_cc_flag__Wno_maybe_uninitialized=no
xorg_cv_cc_flag__Wno_redundant_decls=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} /home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/missing --run aclocal-1.11'
ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
ADMIN_MAN_SUFFIX='8'
ALLOCA=''
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} /home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/missing --run autoconf'
AUTOHEADER='${SHELL} /home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/missing --run autoheader'
AUTOMAKE='${SHELL} /home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/missing --run automake-1.11'
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 -Wcast-qual -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'
BUILD_BACKLIGHT_HELPER_FALSE='#'
BUILD_BACKLIGHT_HELPER_TRUE=''
BUILD_TOOLS_FALSE='#'
BUILD_TOOLS_TRUE=''
BUILD_TOOL_CURSOR_FALSE='#'
BUILD_TOOL_CURSOR_TRUE=''
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS='-Qunused-arguments'
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)'
CLOCK_GETTIME_LIBS='-lrt '
CPP='clang-cpp'
CPPFLAGS='-I/opt/xorg/include'
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 -Wcast-qual -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'
DEBUG_FALSE='#'
DEBUG_TRUE=''
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DGA_FALSE='#'
DGA_TRUE=''
DLLTOOL='false'
DRI1_CFLAGS=''
DRI1_FALSE=''
DRI1_LIBS=''
DRI1_TRUE='#'
DRI2_CFLAGS=' '
DRI2_FALSE='#'
DRI2_LIBS=' '
DRI2_TRUE=''
DRI3_CFLAGS=''
DRI3_FALSE=''
DRI3_LIBS=''
DRI3_TRUE='#'
DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)'
DRIVER_MAN_SUFFIX='4'
DRIVER_NAME='intel'
DRI_DRIVER_PATH='/opt/xorg/lib/dri'
DRMINTEL_CFLAGS='-I/opt/xorg/include -I/opt/xorg/include/libdrm  '
DRMINTEL_LIBS='-L/opt/xorg/lib -ldrm_intel -ldrm  '
DRM_CFLAGS='-I/opt/xorg/include -I/opt/xorg/include/libdrm  '
DRM_LIBS='-L/opt/xorg/lib -ldrm  '
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
FILE_MAN_SUFFIX='5'
FULL_DEBUG_FALSE=''
FULL_DEBUG_TRUE='#'
GEN4ASM_CFLAGS=''
GEN4ASM_LIBS=''
GREP='/bin/grep'
HAVE_DOT_GIT_FALSE='#'
HAVE_DOT_GIT_TRUE=''
HAVE_GEN4ASM_FALSE=''
HAVE_GEN4ASM_TRUE='#'
HAVE_X11_FALSE='#'
HAVE_X11_TRUE=''
INSTALL_CMD='(cp -f /usr/share/util-macros/INSTALL $(top_srcdir)/.INSTALL.tmp && mv $(top_srcdir)/.INSTALL.tmp $(top_srcdir)/INSTALL) || (rm -f $(top_srcdir)/.INSTALL.tmp; touch $(top_srcdir)/INSTALL; echo '\''util-macros "pkgdatadir" from xorg-macros.pc not found: installing possibly empty INSTALL.'\'' >&2)'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTEL_GEN4ASM=''
IVO_CFLAGS='-I/usr/include/pixman-1   -DDRI3'
IVO_EXTRA_CFLAGS=' '
IVO_EXTRA_LIBS='-lXinerama  '
IVO_LIBS='-lXinerama -lXrandr -lXdamage -lXfixes -lXcursor -lXtst -lXrender -lXext -lpixman-1 -lxcb-dri3 -lxcb-sync -lX11-xcb -lxcb -lxshmfence -lX11  '
KMS_FALSE='#'
KMS_TRUE=''
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBEXEC_PATH='/opt/xorg/libexec'
LIBOBJS=''
LIBS='-lrt '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)'
LIB_MAN_SUFFIX='3'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/missing --run makeinfo'
MANIFEST_TOOL=':'
MAN_SUBSTS='	-e '\''s|__vendorversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\'' 	-e '\''s|__xorgversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\'' 	-e '\''s|__xservername__|Xorg|g'\'' 	-e '\''s|__xconfigfile__|xorg.conf|g'\'' 	-e '\''s|__projectroot__|$(prefix)|g'\'' 	-e '\''s|__apploaddir__|$(appdefaultdir)|g'\'' 	-e '\''s|__appmansuffix__|$(APP_MAN_SUFFIX)|g'\'' 	-e '\''s|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g'\'' 	-e '\''s|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g'\'' 	-e '\''s|__libmansuffix__|$(LIB_MAN_SUFFIX)|g'\'' 	-e '\''s|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g'\'' 	-e '\''s|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'\'''
MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)'
MISC_MAN_SUFFIX='7'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
NOWARNFLAGS=' -Wno-cast-qual -Wno-redundant-decls'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='xf86-video-intel'
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
PACKAGE_NAME='xf86-video-intel'
PACKAGE_STRING='xf86-video-intel 2.99.917'
PACKAGE_TARNAME='xf86-video-intel'
PACKAGE_URL=''
PACKAGE_VERSION='2.99.917'
PATH_SEPARATOR=':'
PCIACCESS_CFLAGS=' '
PCIACCESS_LIBS='-lpciaccess  '
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/opt/xorg/lib/pkgconfig'
PREFIX_PATH='/opt/xorg'
PRESENT_CFLAGS=''
PRESENT_FALSE=''
PRESENT_LIBS=''
PRESENT_TRUE='#'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SNA_FALSE='#'
SNA_TRUE=''
STRICT_CFLAGS=' -pedantic -Werror -Werror=attributes'
STRIP='strip'
TOOL_CURSOR_CFLAGS='-I/usr/include/libpng12  '
TOOL_CURSOR_LIBS='-lXfixes -lX11 -lpng12  '
UDEV_CFLAGS=' '
UDEV_LIBS='-ludev -lrt  '
UMS_FALSE='#'
UMS_TRUE=''
USE_ASYNC_SWAP_FALSE=''
USE_ASYNC_SWAP_TRUE='#'
USE_CREATE2_FALSE=''
USE_CREATE2_TRUE='#'
UXA_FALSE='#'
UXA_TRUE=''
VALGRIND_CFLAGS='-I/usr/include/valgrind  '
VALGRIND_FALSE='#'
VALGRIND_LIBS='-L/usr/lib/valgrind -lcoregrind-amd64-linux -lvex-amd64-linux -lgcc  '
VALGRIND_TRUE=''
VERSION='2.99.917'
X11_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  '
X11_DRI3_CFLAGS='-I/opt/xorg/include -I/opt/xorg/include/libdrm  '
X11_DRI3_FALSE='#'
X11_DRI3_LIBS='-L/opt/xorg/lib -lxcb-dri3 -lxcb-sync -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb-present -lX11-xcb -lxcb -lxshmfence -lXcomposite -lXdamage -lXfixes -lXrender -lX11 -lXrandr -lXxf86vm -lXext -ldrm  '
X11_DRI3_TRUE=''
X11_LIBS='-lX11-xcb -lxcb-dri2 -lxcb -lXcomposite -lXdamage -lXrandr -lXext -lXfixes -lXrender -lcairo -lX11 -lpixman-1 -lpng12  '
X11_SHM_FALSE='#'
X11_SHM_TRUE=''
XAA_FALSE=''
XAA_TRUE='#'
XORG_CFLAGS='-fvisibility=hidden -I/opt/xorg/include -I/opt/xorg/include/libdrm -I/usr/include/pixman-1 -I/usr/include/xorg -I/usr/include/X11/dri  '
XORG_LIBS='-lpixman-1  '
XORG_MAN_PAGE='X Version 11'
XVMCLIB_CFLAGS='-I/opt/xorg/include -I/opt/xorg/include/libdrm  '
XVMCLIB_LIBS='-L/opt/xorg/lib -lXvMC -lXv -lX11-xcb -lX11 -lxcb-dri2 -lxcb-util -lxcb -ldrm_intel -ldrm  '
XVMC_FALSE='#'
XVMC_TRUE=''
ac_ct_AR='ar'
ac_ct_CC='clang'
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=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/wearefam/src/xserver-xorg-video-intel/xf86-video-intel-git/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
moduledir='${exec_prefix}/lib/xorg/modules'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt/xorg'
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 "xf86-video-intel"
#define PACKAGE_TARNAME "xf86-video-intel"
#define PACKAGE_VERSION "2.99.917"
#define PACKAGE_STRING "xf86-video-intel 2.99.917"
#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
#define PACKAGE_URL ""
#define PACKAGE "xf86-video-intel"
#define VERSION "2.99.917"
#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 PACKAGE_VERSION_MAJOR 2
#define PACKAGE_VERSION_MINOR 99
#define PACKAGE_VERSION_PATCHLEVEL 917
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_STRNDUP 1
#define USE_BACKLIGHT 1
#define USE_BACKLIGHT_HELPER 1
#define HAVE_DOT_GIT 1
#define USE_GIT_DESCRIBE 1
#define HAVE_ATOMIC_PRIMITIVES 1
#define HAVE_SYS_STAT_H 1
#define HAVE_UDEV 1
#define HAVE_CPUID_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_X11_EXTENSIONS_XSHM_H 1
#define HAVE_X11_EXTENSIONS_SHMPROTO_H 1
#define HAVE_X11_EXTENSIONS_SHMSTR_H 1
#define IPC_RMID_DEFERRED_RELEASE 1
#define HAVE_MIT_SHM 1
#define HAVE_X11_EXTENSIONS_XINERAMA_H 1
#define DEFAULT_DRI_LEVEL ~0
#define HAS_PIXMAN_TRIANGLES 1
#define HAS_PIXMAN_GLYPHS 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define USE_SNA 1
#define HAVE_SYS_SYSINFO_H 1
#define HAVE_STRUCT_SYSINFO_TOTALRAM 1
#define USE_UXA 1
#define HAVE_VGAHW_H 1
#define HAVE_DGAPROC_H 1
#define KMS 1
#define UMS 1
#define HAVE_DRI2_H 1
#define DRI_DRIVER_PATH "/opt/xorg/lib/dri"
#define HAVE_DRI2 1
#define DEFAULT_DRI_LEVEL 2
#define HAVE_X11_EXTENSIONS_DPMSCONST_H 1
#define ENABLE_XVMC 1
#define DEFAULT_ACCEL_METHOD SNA
#define HAVE_VALGRIND 1
#define HAVE_GETLINE 1
#define PREFIX_PATH "/opt/xorg"
#define LIBEXEC_PATH "/opt/xorg/libexec"

configure: exit 0

[-- Attachment #4: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [intelddx] v2.99.917-392-g8090a65e2df5: Broken with llvm/clang v3.6.1
  2015-07-25 10:52 [intelddx] v2.99.917-392-g8090a65e2df5: Broken with llvm/clang v3.6.1 Sedat Dilek
@ 2015-07-25 10:57 ` Chris Wilson
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Wilson @ 2015-07-25 10:57 UTC (permalink / raw)
  To: Sedat Dilek; +Cc: intel-gfx

On Sat, Jul 25, 2015 at 12:52:10PM +0200, Sedat Dilek wrote:
> Hi,
> 
> my build breaks like this on Ubuntu/precise AMD64...

commit bff0272b4fbd0e786f77a0f5a9e4ad1eb6df893e
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Sat Jul 25 11:54:04 2015 +0100

    sna: Put the assert(!kgem->can_fence) back to where they were
    
    Still need to improve the handling of set_gpu_tiling() to mark up the
    unfenceable buffers better, but we can't more the asserts here as we
    don't have the kgem struct available.
    
    Fixes 2f1623daed94b98d3bae3c9ee8346e8de9afc33d with asserts enabled
    
    Reported-by: Sedat Dilek <sedat.dilek@gmail.com>
    Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-25 10:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-25 10:52 [intelddx] v2.99.917-392-g8090a65e2df5: Broken with llvm/clang v3.6.1 Sedat Dilek
2015-07-25 10:57 ` Chris Wilson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.