[yocto] [meta-selinux] mesa + libselinux linking issue

Philip Tricca flihp at twobit.us
Sun Oct 27 11:18:07 PDT 2013


Hey Joe,

I ran into a linking issue when trying to build mesa w/ selinux enabled.
The linking step for mesa is unable to resolve -lselinux with the
meta-selinux bbappend in effect. Pretty sure this is a matter of getting
the linker to look for libselinux.so in the right place but I'm still
pretty new to dealing with cross-compile issues. Part of me wants to
just append the sysroot where libselinux.so lands but that seems
especially naive.

Easiest way to repro is to:
1) checkout HEAD from bitbake, oe-core and meta-selinux
2) set DISTRO to oe-selinux in local.conf
3) add 'opengl' to oe-selinux.conf DISTRO_FEATURES
4) bitbake mesa

Attached is a log from my build for completeness. Any help would be
appreciated.

Regards,
- Philip
-------------- next part --------------
DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common', 'common-linux', 'common-glibc', 'i586-linux', 'common']
DEBUG: Executing shell function do_compile
NOTE: make -j 16
Making all in src
make[1]: Entering directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src'
Making all in mapi/glapi/gen
make[2]: Entering directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/mapi/glapi/gen'
python2  ../../../../src/mapi/mapi/mapi_abi.py \
		--printer glapi --mode lib ./gl_and_es_API.xml > ../../../../src/mapi/glapi/glapi_mapi_tmp.h
python2  gl_procs.py -f ./gl_and_es_API.xml > ../../../../src/mapi/glapi/glprocs.h
python2  gl_apitemp.py -f ./gl_and_es_API.xml > ../../../../src/mapi/glapi/glapitemp.h
python2  gl_table.py -f ./gl_and_es_API.xml > ../../../../src/mapi/glapi/glapitable.h
python2  gl_gentable.py -f ./gl_and_es_API.xml > ../../../../src/mapi/glapi/glapi_gentable.c
python2  gl_enums.py -f ./gl_and_es_API.xml > ../../../../src/mesa/main/enums.c
python2  gl_genexec.py -f ./gl_and_es_API.xml > ../../../../src/mesa/main/api_exec.c
python2  gl_table.py -f ./gl_and_es_API.xml -m remap_table > ../../../../src/mesa/main/dispatch.h
python2  remap_helper.py -f ./gl_and_es_API.xml > ../../../../src/mesa/main/remap_helper.h
python2  glX_proto_send.py -f ./gl_API.xml -m proto \
	  | cat  > ../../../../src/glx/indirect.c
python2  glX_proto_send.py -f ./gl_API.xml -m init_h > ../../../../src/glx/indirect.h
python2  glX_proto_send.py -f ./gl_API.xml -m init_c > ../../../../src/glx/indirect_init.c
python2  glX_proto_size.py -f ./gl_API.xml -m size_h --only-set \
	    -h _INDIRECT_SIZE_H_ \
	  | cat  > ../../../../src/glx/indirect_size.h
python2  glX_proto_size.py -f ./gl_API.xml -m size_c --only-set \
	  | cat  > ../../../../src/glx/indirect_size.c
make  all-am
make[3]: Entering directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/mapi/glapi/gen'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/mapi/glapi/gen'
make[2]: Leaving directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/mapi/glapi/gen'
Making all in mapi/shared-glapi
make[2]: Entering directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/mapi/shared-glapi'
python2  ../../../src/mapi/mapi/mapi_abi.py --mode lib --printer shared-glapi ../../../src/mapi/glapi/gen/gl_and_es_API.xml > glapi_mapi_tmp.h
make  all-am
make[3]: Entering directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/mapi/shared-glapi'
../../../i586-oe-linux-libtool  --tag=CC   --mode=compile i586-oe-linux-gcc  -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.  -D_GNU_SOURCE -DHAVE_PTHREAD -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_SELINUX -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -I../../../include -I../../../src/mapi -I../../../src/mapi -DMAPI_MODE_GLAPI -DMAPI_ABI_HEADER=\"shared-glapi/glapi_mapi_tmp.h\"  -pthread -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp  -c -o entry.lo `test -f '../../../src/mapi/mapi/entry.c' || echo './'`../../../src/mapi/mapi/entry.c
../../../i586-oe-linux-libtool  --tag=CC   --mode=compile i586-oe-linux-gcc  -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.  -D_GNU_SOURCE -DHAVE_PTHREAD -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_SELINUX -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -I../../../include -I../../../src/mapi -I../../../src/mapi -DMAPI_MODE_GLAPI -DMAPI_ABI_HEADER=\"shared-glapi/glapi_mapi_tmp.h\"  -pthread -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp  -c -o mapi_glapi.lo `test -f '../../../src/mapi/mapi/mapi_glapi.c' || echo './'`../../../src/mapi/mapi/mapi_glapi.c
../../../i586-oe-linux-libtool  --tag=CC   --mode=compile i586-oe-linux-gcc  -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.  -D_GNU_SOURCE -DHAVE_PTHREAD -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_SELINUX -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -I../../../include -I../../../src/mapi -I../../../src/mapi -DMAPI_MODE_GLAPI -DMAPI_ABI_HEADER=\"shared-glapi/glapi_mapi_tmp.h\"  -pthread -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp  -c -o stub.lo `test -f '../../../src/mapi/mapi/stub.c' || echo './'`../../../src/mapi/mapi/stub.c
../../../i586-oe-linux-libtool  --tag=CC   --mode=compile i586-oe-linux-gcc  -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.  -D_GNU_SOURCE -DHAVE_PTHREAD -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_SELINUX -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -I../../../include -I../../../src/mapi -I../../../src/mapi -DMAPI_MODE_GLAPI -DMAPI_ABI_HEADER=\"shared-glapi/glapi_mapi_tmp.h\"  -pthread -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp  -c -o table.lo `test -f '../../../src/mapi/mapi/table.c' || echo './'`../../../src/mapi/mapi/table.c
../../../i586-oe-linux-libtool  --tag=CC   --mode=compile i586-oe-linux-gcc  -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.  -D_GNU_SOURCE -DHAVE_PTHREAD -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_SELINUX -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -I../../../include -I../../../src/mapi -I../../../src/mapi -DMAPI_MODE_GLAPI -DMAPI_ABI_HEADER=\"shared-glapi/glapi_mapi_tmp.h\"  -pthread -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp  -c -o u_current.lo `test -f '../../../src/mapi/mapi/u_current.c' || echo './'`../../../src/mapi/mapi/u_current.c
../../../i586-oe-linux-libtool  --tag=CC   --mode=compile i586-oe-linux-gcc  -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.  -D_GNU_SOURCE -DHAVE_PTHREAD -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_SELINUX -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -I../../../include -I../../../src/mapi -I../../../src/mapi -DMAPI_MODE_GLAPI -DMAPI_ABI_HEADER=\"shared-glapi/glapi_mapi_tmp.h\"  -pthread -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp  -c -o u_execmem.lo `test -f '../../../src/mapi/mapi/u_execmem.c' || echo './'`../../../src/mapi/mapi/u_execmem.c
i586-oe-linux-libtool: compile:  i586-oe-linux-gcc -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" "-DPACKAGE_STRING=\"Mesa 9.1.6\"" "-DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\"" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I. -D_GNU_SOURCE -DHAVE_PTHREAD -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_SELINUX -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -I../../../include -I../../../src/mapi -I../../../src/mapi -DMAPI_MODE_GLAPI -DMAPI_ABI_HEADER=\"shared-glapi/glapi_mapi_tmp.h\" -pthread -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -c ../../../src/mapi/mapi/entry.c  -fPIC -DPIC -o .libs/entry.o
i586-oe-linux-libtool: compile:  i586-oe-linux-gcc -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" "-DPACKAGE_STRING=\"Mesa 9.1.6\"" "-DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\"" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I. -D_GNU_SOURCE -DHAVE_PTHREAD -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_SELINUX -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -I../../../include -I../../../src/mapi -I../../../src/mapi -DMAPI_MODE_GLAPI -DMAPI_ABI_HEADER=\"shared-glapi/glapi_mapi_tmp.h\" -pthread -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -c ../../../src/mapi/mapi/mapi_glapi.c  -fPIC -DPIC -o .libs/mapi_glapi.o
i586-oe-linux-libtool: compile:  i586-oe-linux-gcc -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" "-DPACKAGE_STRING=\"Mesa 9.1.6\"" "-DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\"" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I. -D_GNU_SOURCE -DHAVE_PTHREAD -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_SELINUX -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -I../../../include -I../../../src/mapi -I../../../src/mapi -DMAPI_MODE_GLAPI -DMAPI_ABI_HEADER=\"shared-glapi/glapi_mapi_tmp.h\" -pthread -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -c ../../../src/mapi/mapi/u_execmem.c  -fPIC -DPIC -o .libs/u_execmem.o
i586-oe-linux-libtool: compile:  i586-oe-linux-gcc -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" "-DPACKAGE_STRING=\"Mesa 9.1.6\"" "-DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\"" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I. -D_GNU_SOURCE -DHAVE_PTHREAD -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_SELINUX -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -I../../../include -I../../../src/mapi -I../../../src/mapi -DMAPI_MODE_GLAPI -DMAPI_ABI_HEADER=\"shared-glapi/glapi_mapi_tmp.h\" -pthread -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -c ../../../src/mapi/mapi/stub.c  -fPIC -DPIC -o .libs/stub.o
i586-oe-linux-libtool: compile:  i586-oe-linux-gcc -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" "-DPACKAGE_STRING=\"Mesa 9.1.6\"" "-DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\"" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I. -D_GNU_SOURCE -DHAVE_PTHREAD -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_SELINUX -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -I../../../include -I../../../src/mapi -I../../../src/mapi -DMAPI_MODE_GLAPI -DMAPI_ABI_HEADER=\"shared-glapi/glapi_mapi_tmp.h\" -pthread -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -c ../../../src/mapi/mapi/u_current.c  -fPIC -DPIC -o .libs/u_current.o
i586-oe-linux-libtool: compile:  i586-oe-linux-gcc -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" "-DPACKAGE_STRING=\"Mesa 9.1.6\"" "-DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\"" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I. -D_GNU_SOURCE -DHAVE_PTHREAD -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_SELINUX -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -I../../../include -I../../../src/mapi -I../../../src/mapi -DMAPI_MODE_GLAPI -DMAPI_ABI_HEADER=\"shared-glapi/glapi_mapi_tmp.h\" -pthread -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -c ../../../src/mapi/mapi/table.c  -fPIC -DPIC -o .libs/table.o
../../../i586-oe-linux-libtool  --tag=CC   --mode=link i586-oe-linux-gcc  -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -pthread -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp  -no-undefined -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o libglapi.la -rpath /usr/lib entry.lo mapi_glapi.lo stub.lo table.lo u_current.lo u_execmem.lo -lpthread -lselinux -lselinux 
i586-oe-linux-libtool: link: i586-oe-linux-gcc  -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -shared  -fPIC -DPIC  .libs/entry.o .libs/mapi_glapi.o .libs/stub.o .libs/table.o .libs/u_current.o .libs/u_execmem.o   -lpthread -lselinux  -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -pthread -O2 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -pthread -Wl,-soname -Wl,libglapi.so.0 -o .libs/libglapi.so.0.0.0
i586-oe-linux-libtool: link: (cd ".libs" && rm -f "libglapi.so.0" && ln -s "libglapi.so.0.0.0" "libglapi.so.0")
i586-oe-linux-libtool: link: (cd ".libs" && rm -f "libglapi.so" && ln -s "libglapi.so.0.0.0" "libglapi.so")
i586-oe-linux-libtool: link: ( cd ".libs" && rm -f "libglapi.la" && ln -s "../libglapi.la" "libglapi.la" )
/bin/mkdir -p ../../../lib
ln -f .libs/libglapi.so.0.0.0 ../../../lib/libglapi.so.0.0.0
ln -sf libglapi.so.0.0.0 ../../../lib/libglapi.so.0
ln -sf libglapi.so.0 ../../../lib/libglapi.so
make[3]: Leaving directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/mapi/shared-glapi'
make[2]: Leaving directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/mapi/shared-glapi'
Making all in mapi/glapi
make[2]: Entering directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/mapi/glapi'
../../../i586-oe-linux-libtool  --tag=CC   --mode=compile i586-oe-linux-gcc  -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.  -D_GNU_SOURCE -DHAVE_PTHREAD -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_SELINUX -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -I../../../include -I../../../src/mapi -I../../../src/mapi -I../../../src/mesa -DMAPI_MODE_BRIDGE -DMAPI_ABI_HEADER=\"glapi/glapi_mapi_tmp.h\"    -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp  -c -o entry.lo `test -f '../../../src/mapi/mapi/entry.c' || echo './'`../../../src/mapi/mapi/entry.c
i586-oe-linux-libtool: compile:  i586-oe-linux-gcc -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" "-DPACKAGE_STRING=\"Mesa 9.1.6\"" "-DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\"" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I. -D_GNU_SOURCE -DHAVE_PTHREAD -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_SELINUX -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -I../../../include -I../../../src/mapi -I../../../src/mapi -I../../../src/mesa -DMAPI_MODE_BRIDGE -DMAPI_ABI_HEADER=\"glapi/glapi_mapi_tmp.h\" -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -c ../../../src/mapi/mapi/entry.c  -fPIC -DPIC -o .libs/entry.o
../../../i586-oe-linux-libtool  --tag=CC   --mode=link i586-oe-linux-gcc  -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86  -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o libglapi.la    entry.lo  -lselinux 
i586-oe-linux-libtool: link: i586-oe-linux-ar cru .libs/libglapi.a .libs/entry.o 
i586-oe-linux-libtool: link: i586-oe-linux-ranlib .libs/libglapi.a
i586-oe-linux-libtool: link: ( cd ".libs" && rm -f "libglapi.la" && ln -s "../libglapi.la" "libglapi.la" )
make[2]: Leaving directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/mapi/glapi'
Making all in mapi/es1api
make[2]: Entering directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/mapi/es1api'
python2  ../../../src/mapi/mapi/mapi_abi.py --mode lib --printer es1api ../glapi/gen/gl_and_es_API.xml > glapi_mapi_tmp.h
make  all-am
make[3]: Entering directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/mapi/es1api'
../../../i586-oe-linux-libtool  --tag=CC   --mode=compile i586-oe-linux-gcc  -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.  -D_GNU_SOURCE -DHAVE_PTHREAD -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_SELINUX -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -I../../../include -I../../../src/mapi -DMAPI_MODE_BRIDGE -DMAPI_ABI_HEADER=\"glapi_mapi_tmp.h\"  -fvisibility=hidden -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp  -c -o entry.lo `test -f '../mapi/entry.c' || echo './'`../mapi/entry.c
i586-oe-linux-libtool: compile:  i586-oe-linux-gcc -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" "-DPACKAGE_STRING=\"Mesa 9.1.6\"" "-DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\"" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I. -D_GNU_SOURCE -DHAVE_PTHREAD -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_SELINUX -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -I../../../include -I../../../src/mapi -DMAPI_MODE_BRIDGE -DMAPI_ABI_HEADER=\"glapi_mapi_tmp.h\" -fvisibility=hidden -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -c ../mapi/entry.c  -fPIC -DPIC -o .libs/entry.o
../../../i586-oe-linux-libtool  --tag=CC   --mode=link i586-oe-linux-gcc  -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -fvisibility=hidden -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp  -version-number 1:1 -no-undefined -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o libGLESv1_CM.la -rpath /usr/lib entry.lo -ldrm  -lm -lpthread -ldl ../shared-glapi/libglapi.la -lselinux 
i586-oe-linux-libtool: link: i586-oe-linux-gcc  -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -shared  -fPIC -DPIC  .libs/entry.o   /usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86/usr/lib/libdrm.so -lm -ldl ../shared-glapi/.libs/libglapi.so -lpthread -lselinux  -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -O2 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -pthread -Wl,-soname -Wl,libGLESv1_CM.so.1 -o .libs/libGLESv1_CM.so.1.1.0
i586-oe-linux-libtool: link: (cd ".libs" && rm -f "libGLESv1_CM.so.1" && ln -s "libGLESv1_CM.so.1.1.0" "libGLESv1_CM.so.1")
i586-oe-linux-libtool: link: (cd ".libs" && rm -f "libGLESv1_CM.so" && ln -s "libGLESv1_CM.so.1.1.0" "libGLESv1_CM.so")
i586-oe-linux-libtool: link: ( cd ".libs" && rm -f "libGLESv1_CM.la" && ln -s "../libGLESv1_CM.la" "libGLESv1_CM.la" )
/bin/mkdir -p ../../../lib;
ln -f .libs/libGLESv1_CM.so ../../../lib/libGLESv1_CM.so
ln -f .libs/libGLESv1_CM.so.1 ../../../lib/libGLESv1_CM.so.1
ln -f .libs/libGLESv1_CM.so.1.1.0 ../../../lib/libGLESv1_CM.so.1.1.0
make[3]: Leaving directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/mapi/es1api'
make[2]: Leaving directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/mapi/es1api'
Making all in mapi/es2api
make[2]: Entering directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/mapi/es2api'
python2  ../../../src/mapi/mapi/mapi_abi.py --mode lib --printer es2api ../glapi/gen/gl_and_es_API.xml > glapi_mapi_tmp.h
make  all-am
make[3]: Entering directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/mapi/es2api'
../../../i586-oe-linux-libtool  --tag=CC   --mode=compile i586-oe-linux-gcc  -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.  -D_GNU_SOURCE -DHAVE_PTHREAD -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_SELINUX -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -I../../../include -I../../../src/mapi -DMAPI_MODE_BRIDGE -DMAPI_ABI_HEADER=\"glapi_mapi_tmp.h\"  -fvisibility=hidden -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp  -c -o entry.lo `test -f '../mapi/entry.c' || echo './'`../mapi/entry.c
i586-oe-linux-libtool: compile:  i586-oe-linux-gcc -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" "-DPACKAGE_STRING=\"Mesa 9.1.6\"" "-DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\"" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I. -D_GNU_SOURCE -DHAVE_PTHREAD -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_SELINUX -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -I../../../include -I../../../src/mapi -DMAPI_MODE_BRIDGE -DMAPI_ABI_HEADER=\"glapi_mapi_tmp.h\" -fvisibility=hidden -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -c ../mapi/entry.c  -fPIC -DPIC -o .libs/entry.o
../../../i586-oe-linux-libtool  --tag=CC   --mode=link i586-oe-linux-gcc  -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -fvisibility=hidden -O2 -pipe -g -feliminate-unused-debug-types -fno-omit-frame-pointer -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp  -version-number 2 -no-undefined -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o libGLESv2.la -rpath /usr/lib entry.lo -ldrm  -lm -lpthread -ldl ../shared-glapi/libglapi.la -lselinux 
i586-oe-linux-libtool: link: i586-oe-linux-gcc  -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -shared  -fPIC -DPIC  .libs/entry.o   /usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86/usr/lib/libdrm.so -lm -ldl ../shared-glapi/.libs/libglapi.so -lpthread -lselinux  -m32 -march=i586 --sysroot=/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/qemux86 -O2 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -pthread -Wl,-soname -Wl,libGLESv2.so.2 -o .libs/libGLESv2.so.2.0.0
i586-oe-linux-libtool: link: (cd ".libs" && rm -f "libGLESv2.so.2" && ln -s "libGLESv2.so.2.0.0" "libGLESv2.so.2")
i586-oe-linux-libtool: link: (cd ".libs" && rm -f "libGLESv2.so" && ln -s "libGLESv2.so.2.0.0" "libGLESv2.so")
i586-oe-linux-libtool: link: ( cd ".libs" && rm -f "libGLESv2.la" && ln -s "../libGLESv2.la" "libGLESv2.la" )
/bin/mkdir -p ../../../lib;
ln -f .libs/libGLESv2.so ../../../lib/libGLESv2.so
ln -f .libs/libGLESv2.so.2 ../../../lib/libGLESv2.so.2
ln -f .libs/libGLESv2.so.2.0.0 ../../../lib/libGLESv2.so.2.0.0
make[3]: Leaving directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/mapi/es2api'
make[2]: Leaving directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/mapi/es2api'
Making all in gtest
make[2]: Entering directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/gtest'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/gtest'
Making all in glsl
make[2]: Entering directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/glsl'
make  all-recursive
make[3]: Entering directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/glsl'
Making all in builtin_compiler
make[4]: Entering directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/glsl/builtin_compiler'
gcc -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -Wall -std=c99 -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-hash_table.o `test -f '../../../src/mesa/main/hash_table.c' || echo './'`../../../src/mesa/main/hash_table.c
gcc -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -Wall -std=c99 -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-imports.o `test -f '../../../src/mesa/main/imports.c' || echo './'`../../../src/mesa/main/imports.c
gcc -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -Wall -std=c99 -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-prog_hash_table.o `test -f '../../../src/mesa/program/prog_hash_table.c' || echo './'`../../../src/mesa/program/prog_hash_table.c
gcc -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -Wall -std=c99 -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-symbol_table.o `test -f '../../../src/mesa/program/symbol_table.c' || echo './'`../../../src/mesa/program/symbol_table.c
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-builtin_stubs.o `test -f '../../../src/glsl/builtin_compiler/builtin_stubs.cpp' || echo './'`../../../src/glsl/builtin_compiler/builtin_stubs.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-standalone_scaffolding.o `test -f '../../../src/glsl/standalone_scaffolding.cpp' || echo './'`../../../src/glsl/standalone_scaffolding.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-main.o `test -f '../../../src/glsl/main.cpp' || echo './'`../../../src/glsl/main.cpp
gcc -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -Wall -std=c99 -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-glcpp-lex.o `test -f '../../../src/glsl/glcpp/glcpp-lex.c' || echo './'`../../../src/glsl/glcpp/glcpp-lex.c
gcc -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -Wall -std=c99 -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-glcpp-parse.o `test -f '../../../src/glsl/glcpp/glcpp-parse.c' || echo './'`../../../src/glsl/glcpp/glcpp-parse.c
gcc -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -Wall -std=c99 -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ralloc.o `test -f '../../../src/glsl/ralloc.c' || echo './'`../../../src/glsl/ralloc.c
gcc -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -Wall -std=c99 -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-pp.o `test -f '../../../src/glsl/glcpp/pp.c' || echo './'`../../../src/glsl/glcpp/pp.c
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-glsl_lexer.o `test -f '../../../src/glsl/glsl_lexer.cpp' || echo './'`../../../src/glsl/glsl_lexer.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-glsl_parser.o `test -f '../../../src/glsl/glsl_parser.cpp' || echo './'`../../../src/glsl/glsl_parser.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ast_expr.o `test -f '../../../src/glsl/ast_expr.cpp' || echo './'`../../../src/glsl/ast_expr.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ast_function.o `test -f '../../../src/glsl/ast_function.cpp' || echo './'`../../../src/glsl/ast_function.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ast_to_hir.o `test -f '../../../src/glsl/ast_to_hir.cpp' || echo './'`../../../src/glsl/ast_to_hir.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ast_type.o `test -f '../../../src/glsl/ast_type.cpp' || echo './'`../../../src/glsl/ast_type.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-builtin_variables.o `test -f '../../../src/glsl/builtin_variables.cpp' || echo './'`../../../src/glsl/builtin_variables.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-glsl_parser_extras.o `test -f '../../../src/glsl/glsl_parser_extras.cpp' || echo './'`../../../src/glsl/glsl_parser_extras.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-glsl_types.o `test -f '../../../src/glsl/glsl_types.cpp' || echo './'`../../../src/glsl/glsl_types.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-glsl_symbol_table.o `test -f '../../../src/glsl/glsl_symbol_table.cpp' || echo './'`../../../src/glsl/glsl_symbol_table.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-hir_field_selection.o `test -f '../../../src/glsl/hir_field_selection.cpp' || echo './'`../../../src/glsl/hir_field_selection.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ir_basic_block.o `test -f '../../../src/glsl/ir_basic_block.cpp' || echo './'`../../../src/glsl/ir_basic_block.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ir_builder.o `test -f '../../../src/glsl/ir_builder.cpp' || echo './'`../../../src/glsl/ir_builder.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ir_clone.o `test -f '../../../src/glsl/ir_clone.cpp' || echo './'`../../../src/glsl/ir_clone.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ir_constant_expression.o `test -f '../../../src/glsl/ir_constant_expression.cpp' || echo './'`../../../src/glsl/ir_constant_expression.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ir.o `test -f '../../../src/glsl/ir.cpp' || echo './'`../../../src/glsl/ir.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ir_expression_flattening.o `test -f '../../../src/glsl/ir_expression_flattening.cpp' || echo './'`../../../src/glsl/ir_expression_flattening.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ir_function_can_inline.o `test -f '../../../src/glsl/ir_function_can_inline.cpp' || echo './'`../../../src/glsl/ir_function_can_inline.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ir_function_detect_recursion.o `test -f '../../../src/glsl/ir_function_detect_recursion.cpp' || echo './'`../../../src/glsl/ir_function_detect_recursion.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ir_function.o `test -f '../../../src/glsl/ir_function.cpp' || echo './'`../../../src/glsl/ir_function.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ir_hierarchical_visitor.o `test -f '../../../src/glsl/ir_hierarchical_visitor.cpp' || echo './'`../../../src/glsl/ir_hierarchical_visitor.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ir_hv_accept.o `test -f '../../../src/glsl/ir_hv_accept.cpp' || echo './'`../../../src/glsl/ir_hv_accept.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ir_import_prototypes.o `test -f '../../../src/glsl/ir_import_prototypes.cpp' || echo './'`../../../src/glsl/ir_import_prototypes.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ir_print_visitor.o `test -f '../../../src/glsl/ir_print_visitor.cpp' || echo './'`../../../src/glsl/ir_print_visitor.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ir_reader.o `test -f '../../../src/glsl/ir_reader.cpp' || echo './'`../../../src/glsl/ir_reader.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ir_rvalue_visitor.o `test -f '../../../src/glsl/ir_rvalue_visitor.cpp' || echo './'`../../../src/glsl/ir_rvalue_visitor.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ir_set_program_inouts.o `test -f '../../../src/glsl/ir_set_program_inouts.cpp' || echo './'`../../../src/glsl/ir_set_program_inouts.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ir_validate.o `test -f '../../../src/glsl/ir_validate.cpp' || echo './'`../../../src/glsl/ir_validate.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-ir_variable_refcount.o `test -f '../../../src/glsl/ir_variable_refcount.cpp' || echo './'`../../../src/glsl/ir_variable_refcount.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-linker.o `test -f '../../../src/glsl/linker.cpp' || echo './'`../../../src/glsl/linker.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-link_functions.o `test -f '../../../src/glsl/link_functions.cpp' || echo './'`../../../src/glsl/link_functions.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-link_uniforms.o `test -f '../../../src/glsl/link_uniforms.cpp' || echo './'`../../../src/glsl/link_uniforms.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-link_uniform_initializers.o `test -f '../../../src/glsl/link_uniform_initializers.cpp' || echo './'`../../../src/glsl/link_uniform_initializers.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-link_uniform_block_active_visitor.o `test -f '../../../src/glsl/link_uniform_block_active_visitor.cpp' || echo './'`../../../src/glsl/link_uniform_block_active_visitor.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-link_uniform_blocks.o `test -f '../../../src/glsl/link_uniform_blocks.cpp' || echo './'`../../../src/glsl/link_uniform_blocks.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-link_varyings.o `test -f '../../../src/glsl/link_varyings.cpp' || echo './'`../../../src/glsl/link_varyings.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-loop_analysis.o `test -f '../../../src/glsl/loop_analysis.cpp' || echo './'`../../../src/glsl/loop_analysis.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-loop_controls.o `test -f '../../../src/glsl/loop_controls.cpp' || echo './'`../../../src/glsl/loop_controls.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-loop_unroll.o `test -f '../../../src/glsl/loop_unroll.cpp' || echo './'`../../../src/glsl/loop_unroll.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-lower_clip_distance.o `test -f '../../../src/glsl/lower_clip_distance.cpp' || echo './'`../../../src/glsl/lower_clip_distance.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-lower_discard.o `test -f '../../../src/glsl/lower_discard.cpp' || echo './'`../../../src/glsl/lower_discard.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-lower_discard_flow.o `test -f '../../../src/glsl/lower_discard_flow.cpp' || echo './'`../../../src/glsl/lower_discard_flow.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-lower_if_to_cond_assign.o `test -f '../../../src/glsl/lower_if_to_cond_assign.cpp' || echo './'`../../../src/glsl/lower_if_to_cond_assign.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-lower_instructions.o `test -f '../../../src/glsl/lower_instructions.cpp' || echo './'`../../../src/glsl/lower_instructions.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-lower_jumps.o `test -f '../../../src/glsl/lower_jumps.cpp' || echo './'`../../../src/glsl/lower_jumps.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-lower_mat_op_to_vec.o `test -f '../../../src/glsl/lower_mat_op_to_vec.cpp' || echo './'`../../../src/glsl/lower_mat_op_to_vec.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-lower_noise.o `test -f '../../../src/glsl/lower_noise.cpp' || echo './'`../../../src/glsl/lower_noise.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-lower_packed_varyings.o `test -f '../../../src/glsl/lower_packed_varyings.cpp' || echo './'`../../../src/glsl/lower_packed_varyings.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-lower_packing_builtins.o `test -f '../../../src/glsl/lower_packing_builtins.cpp' || echo './'`../../../src/glsl/lower_packing_builtins.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-lower_texture_projection.o `test -f '../../../src/glsl/lower_texture_projection.cpp' || echo './'`../../../src/glsl/lower_texture_projection.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-lower_variable_index_to_cond_assign.o `test -f '../../../src/glsl/lower_variable_index_to_cond_assign.cpp' || echo './'`../../../src/glsl/lower_variable_index_to_cond_assign.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-lower_vec_index_to_cond_assign.o `test -f '../../../src/glsl/lower_vec_index_to_cond_assign.cpp' || echo './'`../../../src/glsl/lower_vec_index_to_cond_assign.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-lower_vec_index_to_swizzle.o `test -f '../../../src/glsl/lower_vec_index_to_swizzle.cpp' || echo './'`../../../src/glsl/lower_vec_index_to_swizzle.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-lower_vector.o `test -f '../../../src/glsl/lower_vector.cpp' || echo './'`../../../src/glsl/lower_vector.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-lower_output_reads.o `test -f '../../../src/glsl/lower_output_reads.cpp' || echo './'`../../../src/glsl/lower_output_reads.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-lower_ubo_reference.o `test -f '../../../src/glsl/lower_ubo_reference.cpp' || echo './'`../../../src/glsl/lower_ubo_reference.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-opt_algebraic.o `test -f '../../../src/glsl/opt_algebraic.cpp' || echo './'`../../../src/glsl/opt_algebraic.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-opt_array_splitting.o `test -f '../../../src/glsl/opt_array_splitting.cpp' || echo './'`../../../src/glsl/opt_array_splitting.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-opt_constant_folding.o `test -f '../../../src/glsl/opt_constant_folding.cpp' || echo './'`../../../src/glsl/opt_constant_folding.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-opt_constant_propagation.o `test -f '../../../src/glsl/opt_constant_propagation.cpp' || echo './'`../../../src/glsl/opt_constant_propagation.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-opt_constant_variable.o `test -f '../../../src/glsl/opt_constant_variable.cpp' || echo './'`../../../src/glsl/opt_constant_variable.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-opt_copy_propagation.o `test -f '../../../src/glsl/opt_copy_propagation.cpp' || echo './'`../../../src/glsl/opt_copy_propagation.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-opt_copy_propagation_elements.o `test -f '../../../src/glsl/opt_copy_propagation_elements.cpp' || echo './'`../../../src/glsl/opt_copy_propagation_elements.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-opt_dead_code.o `test -f '../../../src/glsl/opt_dead_code.cpp' || echo './'`../../../src/glsl/opt_dead_code.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-opt_dead_code_local.o `test -f '../../../src/glsl/opt_dead_code_local.cpp' || echo './'`../../../src/glsl/opt_dead_code_local.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-opt_dead_functions.o `test -f '../../../src/glsl/opt_dead_functions.cpp' || echo './'`../../../src/glsl/opt_dead_functions.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-opt_function_inlining.o `test -f '../../../src/glsl/opt_function_inlining.cpp' || echo './'`../../../src/glsl/opt_function_inlining.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-opt_if_simplification.o `test -f '../../../src/glsl/opt_if_simplification.cpp' || echo './'`../../../src/glsl/opt_if_simplification.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-opt_noop_swizzle.o `test -f '../../../src/glsl/opt_noop_swizzle.cpp' || echo './'`../../../src/glsl/opt_noop_swizzle.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-opt_redundant_jumps.o `test -f '../../../src/glsl/opt_redundant_jumps.cpp' || echo './'`../../../src/glsl/opt_redundant_jumps.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-opt_structure_splitting.o `test -f '../../../src/glsl/opt_structure_splitting.cpp' || echo './'`../../../src/glsl/opt_structure_splitting.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-opt_swizzle_swizzle.o `test -f '../../../src/glsl/opt_swizzle_swizzle.cpp' || echo './'`../../../src/glsl/opt_swizzle_swizzle.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-opt_tree_grafting.o `test -f '../../../src/glsl/opt_tree_grafting.cpp' || echo './'`../../../src/glsl/opt_tree_grafting.cpp
g++ -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-s_expression.o `test -f '../../../src/glsl/s_expression.cpp' || echo './'`../../../src/glsl/s_expression.cpp
gcc -DPACKAGE_NAME=\"Mesa\" -DPACKAGE_TARNAME=\"mesa\" -DPACKAGE_VERSION=\"9.1.6\" -DPACKAGE_STRING=\"Mesa\ 9.1.6\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi\?product=Mesa\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesa\" -DVERSION=\"9.1.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DYYTEXT_POINTER=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_PTHREAD=1 -DHAVE_LIBSELINUX=1 -DHAVE_LIBEXPAT=1 -I.   -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -Wall -std=c99 -fno-strict-aliasing -fno-builtin-memcmp -c -o builtin_compiler-strtod.o `test -f '../../../src/glsl/strtod.c' || echo './'`../../../src/glsl/strtod.c
../../../i586-oe-linux-libtool  --tag=CXX   --mode=link g++ -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE  -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp  -L/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath-link,/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath,/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 -o builtin_compiler builtin_compiler-hash_table.o builtin_compiler-imports.o builtin_compiler-prog_hash_table.o builtin_compiler-symbol_table.o builtin_compiler-builtin_stubs.o builtin_compiler-standalone_scaffolding.o builtin_compiler-main.o builtin_compiler-glcpp-lex.o builtin_compiler-glcpp-parse.o builtin_compiler-ralloc.o builtin_compiler-pp.o builtin_compiler-glsl_lexer.o builtin_compiler-glsl_parser.o builtin_compiler-ast_expr.o builtin_compiler-ast_function.o builtin_compiler-ast_to_hir.o builtin_compiler-ast_type.o builtin_compiler-builtin_variables.o builtin_compiler-glsl_parser_extras.o builtin_compiler-glsl_types.o builtin_compiler-glsl_symbol_table.o builtin_compiler-hir_field_selection.o builtin_compiler-ir_basic_block.o builtin_compiler-ir_builder.o builtin_compiler-ir_clone.o builtin_compiler-ir_constant_expression.o builtin_compiler-ir.o builtin_compiler-ir_expression_flattening.o builtin_compiler-ir_function_can_inline.o builtin_compiler-ir_function_detect_recursion.o builtin_compiler-ir_function.o builtin_compiler-ir_hierarchical_visitor.o builtin_compiler-ir_hv_accept.o builtin_compiler-ir_import_prototypes.o builtin_compiler-ir_print_visitor.o builtin_compiler-ir_reader.o builtin_compiler-ir_rvalue_visitor.o builtin_compiler-ir_set_program_inouts.o builtin_compiler-ir_validate.o builtin_compiler-ir_variable_refcount.o builtin_compiler-linker.o builtin_compiler-link_functions.o builtin_compiler-link_uniforms.o builtin_compiler-link_uniform_initializers.o builtin_compiler-link_uniform_block_active_visitor.o builtin_compiler-link_uniform_blocks.o builtin_compiler-link_varyings.o builtin_compiler-loop_analysis.o builtin_compiler-loop_controls.o builtin_compiler-loop_unroll.o builtin_compiler-lower_clip_distance.o builtin_compiler-lower_discard.o builtin_compiler-lower_discard_flow.o builtin_compiler-lower_if_to_cond_assign.o builtin_compiler-lower_instructions.o builtin_compiler-lower_jumps.o builtin_compiler-lower_mat_op_to_vec.o builtin_compiler-lower_noise.o builtin_compiler-lower_packed_varyings.o builtin_compiler-lower_packing_builtins.o builtin_compiler-lower_texture_projection.o builtin_compiler-lower_variable_index_to_cond_assign.o builtin_compiler-lower_vec_index_to_cond_assign.o builtin_compiler-lower_vec_index_to_swizzle.o builtin_compiler-lower_vector.o builtin_compiler-lower_output_reads.o builtin_compiler-lower_ubo_reference.o builtin_compiler-opt_algebraic.o builtin_compiler-opt_array_splitting.o builtin_compiler-opt_constant_folding.o builtin_compiler-opt_constant_propagation.o builtin_compiler-opt_constant_variable.o builtin_compiler-opt_copy_propagation.o builtin_compiler-opt_copy_propagation_elements.o builtin_compiler-opt_dead_code.o builtin_compiler-opt_dead_code_local.o builtin_compiler-opt_dead_functions.o builtin_compiler-opt_function_inlining.o builtin_compiler-opt_if_simplification.o builtin_compiler-opt_noop_swizzle.o builtin_compiler-opt_redundant_jumps.o builtin_compiler-opt_structure_splitting.o builtin_compiler-opt_swizzle_swizzle.o builtin_compiler-opt_tree_grafting.o builtin_compiler-s_expression.o builtin_compiler-strtod.o  -lselinux 
i586-oe-linux-libtool: link: g++ -I ../../../include -I ../../../src/mapi -I ../../../src/mesa -I ../../../src/glsl -I ../../../src/glsl/glcpp -I ../../../src/glsl -D_GNU_SOURCE -isystem/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/include -O2 -pipe -fpermissive -Wall -fno-strict-aliasing -fno-builtin-memcmp -Wl,-rpath-link -Wl,/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link -Wl,/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-rpath -Wl,/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/lib -Wl,-rpath -Wl,/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/lib -Wl,-O1 -o builtin_compiler builtin_compiler-hash_table.o builtin_compiler-imports.o builtin_compiler-prog_hash_table.o builtin_compiler-symbol_table.o builtin_compiler-builtin_stubs.o builtin_compiler-standalone_scaffolding.o builtin_compiler-main.o builtin_compiler-glcpp-lex.o builtin_compiler-glcpp-parse.o builtin_compiler-ralloc.o builtin_compiler-pp.o builtin_compiler-glsl_lexer.o builtin_compiler-glsl_parser.o builtin_compiler-ast_expr.o builtin_compiler-ast_function.o builtin_compiler-ast_to_hir.o builtin_compiler-ast_type.o builtin_compiler-builtin_variables.o builtin_compiler-glsl_parser_extras.o builtin_compiler-glsl_types.o builtin_compiler-glsl_symbol_table.o builtin_compiler-hir_field_selection.o builtin_compiler-ir_basic_block.o builtin_compiler-ir_builder.o builtin_compiler-ir_clone.o builtin_compiler-ir_constant_expression.o builtin_compiler-ir.o builtin_compiler-ir_expression_flattening.o builtin_compiler-ir_function_can_inline.o builtin_compiler-ir_function_detect_recursion.o builtin_compiler-ir_function.o builtin_compiler-ir_hierarchical_visitor.o builtin_compiler-ir_hv_accept.o builtin_compiler-ir_import_prototypes.o builtin_compiler-ir_print_visitor.o builtin_compiler-ir_reader.o builtin_compiler-ir_rvalue_visitor.o builtin_compiler-ir_set_program_inouts.o builtin_compiler-ir_validate.o builtin_compiler-ir_variable_refcount.o builtin_compiler-linker.o builtin_compiler-link_functions.o builtin_compiler-link_uniforms.o builtin_compiler-link_uniform_initializers.o builtin_compiler-link_uniform_block_active_visitor.o builtin_compiler-link_uniform_blocks.o builtin_compiler-link_varyings.o builtin_compiler-loop_analysis.o builtin_compiler-loop_controls.o builtin_compiler-loop_unroll.o builtin_compiler-lower_clip_distance.o builtin_compiler-lower_discard.o builtin_compiler-lower_discard_flow.o builtin_compiler-lower_if_to_cond_assign.o builtin_compiler-lower_instructions.o builtin_compiler-lower_jumps.o builtin_compiler-lower_mat_op_to_vec.o builtin_compiler-lower_noise.o builtin_compiler-lower_packed_varyings.o builtin_compiler-lower_packing_builtins.o builtin_compiler-lower_texture_projection.o builtin_compiler-lower_variable_index_to_cond_assign.o builtin_compiler-lower_vec_index_to_cond_assign.o builtin_compiler-lower_vec_index_to_swizzle.o builtin_compiler-lower_vector.o builtin_compiler-lower_output_reads.o builtin_compiler-lower_ubo_reference.o builtin_compiler-opt_algebraic.o builtin_compiler-opt_array_splitting.o builtin_compiler-opt_constant_folding.o builtin_compiler-opt_constant_propagation.o builtin_compiler-opt_constant_variable.o builtin_compiler-opt_copy_propagation.o builtin_compiler-opt_copy_propagation_elements.o builtin_compiler-opt_dead_code.o builtin_compiler-opt_dead_code_local.o builtin_compiler-opt_dead_functions.o builtin_compiler-opt_function_inlining.o builtin_compiler-opt_if_simplification.o builtin_compiler-opt_noop_swizzle.o builtin_compiler-opt_redundant_jumps.o builtin_compiler-opt_structure_splitting.o builtin_compiler-opt_swizzle_swizzle.o builtin_compiler-opt_tree_grafting.o builtin_compiler-s_expression.o builtin_compiler-strtod.o  -L/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/usr/lib -L/usr/src/selinux-build-scripts/tmp-eglibc/sysroots/x86_64-linux/lib -lselinux
/usr/bin/ld: cannot find -lselinux
collect2: error: ld returned 1 exit status
make[4]: *** [builtin_compiler] Error 1
make[4]: Leaving directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/glsl/builtin_compiler'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/glsl'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src/glsl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/Mesa-9.1.6/src'
make: *** [all-recursive] Error 1
ERROR: oe_runmake failed
WARNING: exit code 1 from a shell command.
ERROR: Function failed: do_compile (log file is located at /usr/src/selinux-build-scripts/tmp-eglibc/work/i586-oe-linux/mesa/2_9.1.6-r0/temp/log.do_compile.779)


More information about the yocto mailing list