fakeroot debian/rules clean rm -f stampdir/genscripts rm -f debian/*.config \ debian/*.postinst \ debian/*.postrm \ debian/*.preinst \ debian/*.prerm rm -f stampdir/patch Unapplying patches...nothing to do. dh_testdir rm -f .pc patches rm -rf stampdir build-tree rm -rf imports dh_clean debian/shlibs.local \ debian/MANIFEST.amd64 debian/MANIFEST.amd64.new \ debian/po/pothead dh_testdir dh_testroot rm -f build-stamp rm -f config.cache config.log config.status rm -f */config.cache */config.log */config.status rm -f conftest* */conftest* rm -rf autom4te.cache */autom4te.cache rm -rf obj-* dh_clean debian/rules build mkdir stampdir >stampdir/stampdir if [ ! -e stampdir/patches ]; then \ mkdir stampdir/patches; \ ln -s stampdir/patches .pc; \ echo 2 >stampdir/patches/.version; \ fi; \ if [ ! -e stampdir/log ]; then \ mkdir stampdir/log; \ fi; \ if [ -e debian/patches ] && [ ! -e patches ]; then \ ln -s debian/patches patches; \ fi; \ >stampdir/prepare if ! [ `which quilt` ]; then \ echo "Couldn't find quilt. Please install it or add it to the build-depends for this package."; \ exit 1; \ fi; \ if quilt --quiltrc /dev/null next >/dev/null 2>&1; then \ echo -n "Applying patches..."; \ if quilt --quiltrc /dev/null push -a -v >stampdir/log/patch 2>&1; then \ cat stampdir/log/patch; \ echo "successful."; \ else \ cat stampdir/log/patch; \ echo "failed! (check stampdir/log/patch for details)"; \ exit 1; \ fi; \ else \ echo "No patches to apply"; \ fi; \ >stampdir/patch Applying patches...Applying patch 01_gen_pci_ids.diff patching file src/Makefile.am Now at patch 01_gen_pci_ids.diff successful. dh_testdir test -d obj-x86_64-linux-gnu || mkdir obj-x86_64-linux-gnu cd obj-x86_64-linux-gnu && \ ../configure --prefix=/usr --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --build=x86_64-linux-gnu --disable-static \ CFLAGS="-Wall -g -O2" checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 static flag -static works... yes checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking whether gcc and cc understand -c and -o together... yes checking for intel-gen4asm... no checking if XINERAMA is defined... yes checking if RANDR is defined... yes checking if RENDER is defined... yes checking if XF86DRI is defined... yes checking if DPMSExtension is defined... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for XORG... yes checking for ANSI C header files... (cached) yes checking for /usr/include/xorg/dri.h... yes checking for /usr/include/xorg/sarea.h... yes checking for /usr/include/xorg/dristruct.h... yes checking for /usr/include/xorg/damage.h... yes checking whether to include DRI support... yes checking for xf86Modes.h... yes checking whether XSERVER_LIBPCIACCESS is declared... no checking for PCIACCESS... no configure: X server has new mode code checking for DRI... yes checking for DRI_MM... no checking for drm_i915_flip_t... no checking for /usr/share/sgml/X11/defs.ent... no checking for linuxdoc... no checking for ps2pdf... /usr/bin/ps2pdf checking Whether to build documentation... no checking Whether to build pdf documentation... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/xvmc/Makefile config.status: creating src/bios_reader/Makefile config.status: creating src/ch7017/Makefile config.status: creating src/ch7xxx/Makefile config.status: creating src/ivch/Makefile config.status: creating src/reg_dumper/Makefile config.status: creating src/sil164/Makefile config.status: creating src/tfp410/Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands cd obj-x86_64-linux-gnu && /usr/bin/make make[1]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu' /usr/bin/make all-recursive make[2]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu' Making all in src make[3]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src' Making all in xvmc make[4]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/xvmc' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/xvmc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../../../src -DTRUE=1 -DFALSE=0 -Wall -g -O2 -MT libI810XvMC_la-I810XvMC.lo -MD -MP -MF .deps/libI810XvMC_la-I810XvMC.Tpo -c -o libI810XvMC_la-I810XvMC.lo `test -f 'I810XvMC.c' || echo '../../../src/xvmc/'`I810XvMC.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/xvmc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../../../src -DTRUE=1 -DFALSE=0 -Wall -g -O2 -MT libI810XvMC_la-I810XvMC.lo -MD -MP -MF .deps/libI810XvMC_la-I810XvMC.Tpo -c ../../../src/xvmc/I810XvMC.c -fPIC -DPIC -o .libs/libI810XvMC_la-I810XvMC.o mv -f .deps/libI810XvMC_la-I810XvMC.Tpo .deps/libI810XvMC_la-I810XvMC.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -I../../../src -DTRUE=1 -DFALSE=0 -Wall -g -O2 -version-number 1:0:0 -o libI810XvMC.la -rpath /usr/lib libI810XvMC_la-I810XvMC.lo -ldrm gcc -shared .libs/libI810XvMC_la-I810XvMC.o -ldrm -Wl,-soname -Wl,libI810XvMC.so.1 -o .libs/libI810XvMC.so.1.0.0 (cd .libs && rm -f libI810XvMC.so.1 && ln -s libI810XvMC.so.1.0.0 libI810XvMC.so.1) (cd .libs && rm -f libI810XvMC.so && ln -s libI810XvMC.so.1.0.0 libI810XvMC.so) creating libI810XvMC.la (cd .libs && rm -f libI810XvMC.la && ln -s ../libI810XvMC.la libI810XvMC.la) make[4]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/xvmc' Making all in bios_reader make[4]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/bios_reader' gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/bios_reader -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -Wall -g -O2 -MT bios_reader.o -MD -MP -MF .deps/bios_reader.Tpo -c -o bios_reader.o ../../../src/bios_reader/bios_reader.c mv -f .deps/bios_reader.Tpo .deps/bios_reader.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -Wall -g -O2 -o bios_reader bios_reader.o mkdir .libs gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -Wall -g -O2 -o bios_reader bios_reader.o make[4]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/bios_reader' Making all in ch7017 make[4]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/ch7017' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/ch7017 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT ch7017.lo -MD -MP -MF .deps/ch7017.Tpo -c -o ch7017.lo ../../../src/ch7017/ch7017.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/ch7017 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT ch7017.lo -MD -MP -MF .deps/ch7017.Tpo -c ../../../src/ch7017/ch7017.c -fPIC -DPIC -o .libs/ch7017.o mv -f .deps/ch7017.Tpo .deps/ch7017.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/ch7017 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT ch7017_module.lo -MD -MP -MF .deps/ch7017_module.Tpo -c -o ch7017_module.lo ../../../src/ch7017/ch7017_module.c gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/ch7017 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT ch7017_module.lo -MD -MP -MF .deps/ch7017_module.Tpo -c ../../../src/ch7017/ch7017_module.c -fPIC -DPIC -o .libs/ch7017_module.o mv -f .deps/ch7017_module.Tpo .deps/ch7017_module.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -module -avoid-version -o ch7017.la -rpath /usr/lib/xorg/modules/drivers ch7017.lo ch7017_module.lo gcc -shared .libs/ch7017.o .libs/ch7017_module.o -Wl,-soname -Wl,ch7017.so -o .libs/ch7017.so creating ch7017.la (cd .libs && rm -f ch7017.la && ln -s ../ch7017.la ch7017.la) make[4]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/ch7017' Making all in ch7xxx make[4]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/ch7xxx' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/ch7xxx -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT ch7xxx.lo -MD -MP -MF .deps/ch7xxx.Tpo -c -o ch7xxx.lo ../../../src/ch7xxx/ch7xxx.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/ch7xxx -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT ch7xxx.lo -MD -MP -MF .deps/ch7xxx.Tpo -c ../../../src/ch7xxx/ch7xxx.c -fPIC -DPIC -o .libs/ch7xxx.o mv -f .deps/ch7xxx.Tpo .deps/ch7xxx.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/ch7xxx -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT ch7xxx_module.lo -MD -MP -MF .deps/ch7xxx_module.Tpo -c -o ch7xxx_module.lo ../../../src/ch7xxx/ch7xxx_module.c gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/ch7xxx -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT ch7xxx_module.lo -MD -MP -MF .deps/ch7xxx_module.Tpo -c ../../../src/ch7xxx/ch7xxx_module.c -fPIC -DPIC -o .libs/ch7xxx_module.o mv -f .deps/ch7xxx_module.Tpo .deps/ch7xxx_module.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -module -avoid-version -o ch7xxx.la -rpath /usr/lib/xorg/modules/drivers ch7xxx.lo ch7xxx_module.lo gcc -shared .libs/ch7xxx.o .libs/ch7xxx_module.o -Wl,-soname -Wl,ch7xxx.so -o .libs/ch7xxx.so creating ch7xxx.la (cd .libs && rm -f ch7xxx.la && ln -s ../ch7xxx.la ch7xxx.la) make[4]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/ch7xxx' Making all in ivch make[4]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/ivch' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/ivch -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT ivch.lo -MD -MP -MF .deps/ivch.Tpo -c -o ivch.lo ../../../src/ivch/ivch.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/ivch -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT ivch.lo -MD -MP -MF .deps/ivch.Tpo -c ../../../src/ivch/ivch.c -fPIC -DPIC -o .libs/ivch.o mv -f .deps/ivch.Tpo .deps/ivch.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/ivch -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT ivch_module.lo -MD -MP -MF .deps/ivch_module.Tpo -c -o ivch_module.lo ../../../src/ivch/ivch_module.c gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/ivch -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT ivch_module.lo -MD -MP -MF .deps/ivch_module.Tpo -c ../../../src/ivch/ivch_module.c -fPIC -DPIC -o .libs/ivch_module.o mv -f .deps/ivch_module.Tpo .deps/ivch_module.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -module -avoid-version -o ivch.la -rpath /usr/lib/xorg/modules/drivers ivch.lo ivch_module.lo gcc -shared .libs/ivch.o .libs/ivch_module.o -Wl,-soname -Wl,ivch.so -o .libs/ivch.so creating ivch.la (cd .libs && rm -f ivch.la && ln -s ../ivch.la ivch.la) make[4]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/ivch' Making all in sil164 make[4]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/sil164' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/sil164 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT sil164.lo -MD -MP -MF .deps/sil164.Tpo -c -o sil164.lo ../../../src/sil164/sil164.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/sil164 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT sil164.lo -MD -MP -MF .deps/sil164.Tpo -c ../../../src/sil164/sil164.c -fPIC -DPIC -o .libs/sil164.o mv -f .deps/sil164.Tpo .deps/sil164.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/sil164 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT sil164_module.lo -MD -MP -MF .deps/sil164_module.Tpo -c -o sil164_module.lo ../../../src/sil164/sil164_module.c gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/sil164 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT sil164_module.lo -MD -MP -MF .deps/sil164_module.Tpo -c ../../../src/sil164/sil164_module.c -fPIC -DPIC -o .libs/sil164_module.o mv -f .deps/sil164_module.Tpo .deps/sil164_module.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -module -avoid-version -o sil164.la -rpath /usr/lib/xorg/modules/drivers sil164.lo sil164_module.lo gcc -shared .libs/sil164.o .libs/sil164_module.o -Wl,-soname -Wl,sil164.so -o .libs/sil164.so creating sil164.la (cd .libs && rm -f sil164.la && ln -s ../sil164.la sil164.la) make[4]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/sil164' Making all in tfp410 make[4]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/tfp410' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/tfp410 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT tfp410.lo -MD -MP -MF .deps/tfp410.Tpo -c -o tfp410.lo ../../../src/tfp410/tfp410.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/tfp410 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT tfp410.lo -MD -MP -MF .deps/tfp410.Tpo -c ../../../src/tfp410/tfp410.c -fPIC -DPIC -o .libs/tfp410.o mv -f .deps/tfp410.Tpo .deps/tfp410.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/tfp410 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT tfp410_module.lo -MD -MP -MF .deps/tfp410_module.Tpo -c -o tfp410_module.lo ../../../src/tfp410/tfp410_module.c gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../src/tfp410 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -MT tfp410_module.lo -MD -MP -MF .deps/tfp410_module.Tpo -c ../../../src/tfp410/tfp410_module.c -fPIC -DPIC -o .libs/tfp410_module.o mv -f .deps/tfp410_module.Tpo .deps/tfp410_module.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -Wall -g -O2 -module -avoid-version -o tfp410.la -rpath /usr/lib/xorg/modules/drivers tfp410.lo tfp410_module.lo gcc -shared .libs/tfp410.o .libs/tfp410_module.o -Wl,-soname -Wl,tfp410.so -o .libs/tfp410.so creating tfp410.la (cd .libs && rm -f tfp410.la && ln -s ../tfp410.la tfp410.la) make[4]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/tfp410' make[4]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_accel.lo -MD -MP -MF .deps/i810_accel.Tpo -c -o i810_accel.lo ../../src/i810_accel.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_accel.lo -MD -MP -MF .deps/i810_accel.Tpo -c ../../src/i810_accel.c -fPIC -DPIC -o .libs/i810_accel.o mv -f .deps/i810_accel.Tpo .deps/i810_accel.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_cursor.lo -MD -MP -MF .deps/i810_cursor.Tpo -c -o i810_cursor.lo ../../src/i810_cursor.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_cursor.lo -MD -MP -MF .deps/i810_cursor.Tpo -c ../../src/i810_cursor.c -fPIC -DPIC -o .libs/i810_cursor.o mv -f .deps/i810_cursor.Tpo .deps/i810_cursor.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_dga.lo -MD -MP -MF .deps/i810_dga.Tpo -c -o i810_dga.lo ../../src/i810_dga.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_dga.lo -MD -MP -MF .deps/i810_dga.Tpo -c ../../src/i810_dga.c -fPIC -DPIC -o .libs/i810_dga.o mv -f .deps/i810_dga.Tpo .deps/i810_dga.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_driver.lo -MD -MP -MF .deps/i810_driver.Tpo -c -o i810_driver.lo ../../src/i810_driver.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_driver.lo -MD -MP -MF .deps/i810_driver.Tpo -c ../../src/i810_driver.c -fPIC -DPIC -o .libs/i810_driver.o mv -f .deps/i810_driver.Tpo .deps/i810_driver.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_io.lo -MD -MP -MF .deps/i810_io.Tpo -c -o i810_io.lo ../../src/i810_io.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_io.lo -MD -MP -MF .deps/i810_io.Tpo -c ../../src/i810_io.c -fPIC -DPIC -o .libs/i810_io.o mv -f .deps/i810_io.Tpo .deps/i810_io.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_memory.lo -MD -MP -MF .deps/i810_memory.Tpo -c -o i810_memory.lo ../../src/i810_memory.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_memory.lo -MD -MP -MF .deps/i810_memory.Tpo -c ../../src/i810_memory.c -fPIC -DPIC -o .libs/i810_memory.o mv -f .deps/i810_memory.Tpo .deps/i810_memory.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_video.lo -MD -MP -MF .deps/i810_video.Tpo -c -o i810_video.lo ../../src/i810_video.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_video.lo -MD -MP -MF .deps/i810_video.Tpo -c ../../src/i810_video.c -fPIC -DPIC -o .libs/i810_video.o mv -f .deps/i810_video.Tpo .deps/i810_video.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_wmark.lo -MD -MP -MF .deps/i810_wmark.Tpo -c -o i810_wmark.lo ../../src/i810_wmark.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_wmark.lo -MD -MP -MF .deps/i810_wmark.Tpo -c ../../src/i810_wmark.c -fPIC -DPIC -o .libs/i810_wmark.o mv -f .deps/i810_wmark.Tpo .deps/i810_wmark.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_3d.lo -MD -MP -MF .deps/i830_3d.Tpo -c -o i830_3d.lo ../../src/i830_3d.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_3d.lo -MD -MP -MF .deps/i830_3d.Tpo -c ../../src/i830_3d.c -fPIC -DPIC -o .libs/i830_3d.o mv -f .deps/i830_3d.Tpo .deps/i830_3d.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_accel.lo -MD -MP -MF .deps/i830_accel.Tpo -c -o i830_accel.lo ../../src/i830_accel.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_accel.lo -MD -MP -MF .deps/i830_accel.Tpo -c ../../src/i830_accel.c -fPIC -DPIC -o .libs/i830_accel.o mv -f .deps/i830_accel.Tpo .deps/i830_accel.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_bios.lo -MD -MP -MF .deps/i830_bios.Tpo -c -o i830_bios.lo ../../src/i830_bios.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_bios.lo -MD -MP -MF .deps/i830_bios.Tpo -c ../../src/i830_bios.c -fPIC -DPIC -o .libs/i830_bios.o mv -f .deps/i830_bios.Tpo .deps/i830_bios.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_crt.lo -MD -MP -MF .deps/i830_crt.Tpo -c -o i830_crt.lo ../../src/i830_crt.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_crt.lo -MD -MP -MF .deps/i830_crt.Tpo -c ../../src/i830_crt.c -fPIC -DPIC -o .libs/i830_crt.o mv -f .deps/i830_crt.Tpo .deps/i830_crt.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_cursor.lo -MD -MP -MF .deps/i830_cursor.Tpo -c -o i830_cursor.lo ../../src/i830_cursor.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_cursor.lo -MD -MP -MF .deps/i830_cursor.Tpo -c ../../src/i830_cursor.c -fPIC -DPIC -o .libs/i830_cursor.o mv -f .deps/i830_cursor.Tpo .deps/i830_cursor.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_debug.lo -MD -MP -MF .deps/i830_debug.Tpo -c -o i830_debug.lo ../../src/i830_debug.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_debug.lo -MD -MP -MF .deps/i830_debug.Tpo -c ../../src/i830_debug.c -fPIC -DPIC -o .libs/i830_debug.o ../../src/i830_debug.c: In function 'i830_dump_ring': ../../src/i830_debug.c:790: warning: cast from pointer to integer of different size ../../src/i830_debug.c: In function 'i965_dump_error_state': ../../src/i830_debug.c:837: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'CARD32' ../../src/i830_debug.c:837: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'CARD32' ../../src/i830_debug.c:839: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'CARD32' ../../src/i830_debug.c:839: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'CARD32' ../../src/i830_debug.c:844: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'CARD32' ../../src/i830_debug.c:844: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'unsigned int' ../../src/i830_debug.c:844: warning: format '%lx' expects type 'long unsigned int', but argument 4 has type 'CARD32' ../../src/i830_debug.c:844: warning: format '%lx' expects type 'long unsigned int', but argument 5 has type 'CARD32' ../../src/i830_debug.c:853: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'CARD32' ../../src/i830_debug.c:853: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'CARD32' ../../src/i830_debug.c:860: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'CARD32' ../../src/i830_debug.c:860: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'CARD32' ../../src/i830_debug.c:861: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'CARD32' ../../src/i830_debug.c:861: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'CARD32' mv -f .deps/i830_debug.Tpo .deps/i830_debug.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_display.lo -MD -MP -MF .deps/i830_display.Tpo -c -o i830_display.lo ../../src/i830_display.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_display.lo -MD -MP -MF .deps/i830_display.Tpo -c ../../src/i830_display.c -fPIC -DPIC -o .libs/i830_display.o mv -f .deps/i830_display.Tpo .deps/i830_display.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_quirks.lo -MD -MP -MF .deps/i830_quirks.Tpo -c -o i830_quirks.lo ../../src/i830_quirks.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_quirks.lo -MD -MP -MF .deps/i830_quirks.Tpo -c ../../src/i830_quirks.c -fPIC -DPIC -o .libs/i830_quirks.o mv -f .deps/i830_quirks.Tpo .deps/i830_quirks.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_driver.lo -MD -MP -MF .deps/i830_driver.Tpo -c -o i830_driver.lo ../../src/i830_driver.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_driver.lo -MD -MP -MF .deps/i830_driver.Tpo -c ../../src/i830_driver.c -fPIC -DPIC -o .libs/i830_driver.o ../../src/i830_driver.c: In function 'I830InitFBManager': ../../src/i830_driver.c:2211: warning: the address of 'ScreenBox' will always evaluate as 'true' mv -f .deps/i830_driver.Tpo .deps/i830_driver.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_dvo.lo -MD -MP -MF .deps/i830_dvo.Tpo -c -o i830_dvo.lo ../../src/i830_dvo.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_dvo.lo -MD -MP -MF .deps/i830_dvo.Tpo -c ../../src/i830_dvo.c -fPIC -DPIC -o .libs/i830_dvo.o mv -f .deps/i830_dvo.Tpo .deps/i830_dvo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_i2c.lo -MD -MP -MF .deps/i830_i2c.Tpo -c -o i830_i2c.lo ../../src/i830_i2c.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_i2c.lo -MD -MP -MF .deps/i830_i2c.Tpo -c ../../src/i830_i2c.c -fPIC -DPIC -o .libs/i830_i2c.o mv -f .deps/i830_i2c.Tpo .deps/i830_i2c.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_io.lo -MD -MP -MF .deps/i830_io.Tpo -c -o i830_io.lo ../../src/i830_io.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_io.lo -MD -MP -MF .deps/i830_io.Tpo -c ../../src/i830_io.c -fPIC -DPIC -o .libs/i830_io.o mv -f .deps/i830_io.Tpo .deps/i830_io.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_lvds.lo -MD -MP -MF .deps/i830_lvds.Tpo -c -o i830_lvds.lo ../../src/i830_lvds.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_lvds.lo -MD -MP -MF .deps/i830_lvds.Tpo -c ../../src/i830_lvds.c -fPIC -DPIC -o .libs/i830_lvds.o mv -f .deps/i830_lvds.Tpo .deps/i830_lvds.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_memory.lo -MD -MP -MF .deps/i830_memory.Tpo -c -o i830_memory.lo ../../src/i830_memory.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_memory.lo -MD -MP -MF .deps/i830_memory.Tpo -c ../../src/i830_memory.c -fPIC -DPIC -o .libs/i830_memory.o ../../src/i830_memory.c: In function 'i830_get_stolen_physical': ../../src/i830_memory.c:600: warning: format '%llx' expects type 'long long unsigned int', but argument 5 has type 'uint64_t' ../../src/i830_memory.c:600: warning: format '%16llx' expects type 'long long unsigned int', but argument 7 has type 'uint64_t' ../../src/i830_memory.c: In function 'i830_describe_allocations': ../../src/i830_memory.c:947: warning: format '%016llx' expects type 'long long unsigned int', but argument 4 has type 'uint64_t' ../../src/i830_memory.c:947: warning: format '%016llx' expects type 'long long unsigned int', but argument 4 has type 'uint64_t' mv -f .deps/i830_memory.Tpo .deps/i830_memory.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_modes.lo -MD -MP -MF .deps/i830_modes.Tpo -c -o i830_modes.lo ../../src/i830_modes.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_modes.lo -MD -MP -MF .deps/i830_modes.Tpo -c ../../src/i830_modes.c -fPIC -DPIC -o .libs/i830_modes.o mv -f .deps/i830_modes.Tpo .deps/i830_modes.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_video.lo -MD -MP -MF .deps/i830_video.Tpo -c -o i830_video.lo ../../src/i830_video.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_video.lo -MD -MP -MF .deps/i830_video.Tpo -c ../../src/i830_video.c -fPIC -DPIC -o .libs/i830_video.o ../../src/i830_video.c: In function 'i830_overlay_continue': ../../src/i830_video.c:466: warning: format '%08lx' expects type 'long unsigned int', but argument 2 has type 'CARD32' ../../src/i830_video.c:466: warning: format '%08lx' expects type 'long unsigned int', but argument 3 has type 'CARD32' ../../src/i830_video.c:466: warning: format '%08lx' expects type 'long unsigned int', but argument 4 has type 'CARD32' ../../src/i830_video.c: In function 'i830_overlay_off': ../../src/i830_video.c:506: warning: format '%08lx' expects type 'long unsigned int', but argument 2 has type 'CARD32' ../../src/i830_video.c:506: warning: format '%08lx' expects type 'long unsigned int', but argument 3 has type 'CARD32' ../../src/i830_video.c:506: warning: format '%08lx' expects type 'long unsigned int', but argument 4 has type 'CARD32' ../../src/i830_video.c: In function 'i830_display_video': ../../src/i830_video.c:1908: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'CARD32' ../../src/i830_video.c:1908: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'CARD32' ../../src/i830_video.c:2069: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'CARD32' ../../src/i830_video.c: In function 'i830_clip_video_helper': ../../src/i830_video.c:2108: warning: the address of 'crtc_box' will always evaluate as 'true' mv -f .deps/i830_video.Tpo .deps/i830_video.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_sdvo.lo -MD -MP -MF .deps/i830_sdvo.Tpo -c -o i830_sdvo.lo ../../src/i830_sdvo.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_sdvo.lo -MD -MP -MF .deps/i830_sdvo.Tpo -c ../../src/i830_sdvo.c -fPIC -DPIC -o .libs/i830_sdvo.o mv -f .deps/i830_sdvo.Tpo .deps/i830_sdvo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_tv.lo -MD -MP -MF .deps/i830_tv.Tpo -c -o i830_tv.lo ../../src/i830_tv.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_tv.lo -MD -MP -MF .deps/i830_tv.Tpo -c ../../src/i830_tv.c -fPIC -DPIC -o .libs/i830_tv.o mv -f .deps/i830_tv.Tpo .deps/i830_tv.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i915_3d.lo -MD -MP -MF .deps/i915_3d.Tpo -c -o i915_3d.lo ../../src/i915_3d.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i915_3d.lo -MD -MP -MF .deps/i915_3d.Tpo -c ../../src/i915_3d.c -fPIC -DPIC -o .libs/i915_3d.o mv -f .deps/i915_3d.Tpo .deps/i915_3d.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i915_video.lo -MD -MP -MF .deps/i915_video.Tpo -c -o i915_video.lo ../../src/i915_video.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i915_video.lo -MD -MP -MF .deps/i915_video.Tpo -c ../../src/i915_video.c -fPIC -DPIC -o .libs/i915_video.o mv -f .deps/i915_video.Tpo .deps/i915_video.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i965_video.lo -MD -MP -MF .deps/i965_video.Tpo -c -o i965_video.lo ../../src/i965_video.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i965_video.lo -MD -MP -MF .deps/i965_video.Tpo -c ../../src/i965_video.c -fPIC -DPIC -o .libs/i965_video.o mv -f .deps/i965_video.Tpo .deps/i965_video.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_exa.lo -MD -MP -MF .deps/i830_exa.Tpo -c -o i830_exa.lo ../../src/i830_exa.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_exa.lo -MD -MP -MF .deps/i830_exa.Tpo -c ../../src/i830_exa.c -fPIC -DPIC -o .libs/i830_exa.o mv -f .deps/i830_exa.Tpo .deps/i830_exa.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_xaa.lo -MD -MP -MF .deps/i830_xaa.Tpo -c -o i830_xaa.lo ../../src/i830_xaa.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_xaa.lo -MD -MP -MF .deps/i830_xaa.Tpo -c ../../src/i830_xaa.c -fPIC -DPIC -o .libs/i830_xaa.o mv -f .deps/i830_xaa.Tpo .deps/i830_xaa.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_render.lo -MD -MP -MF .deps/i830_render.Tpo -c -o i830_render.lo ../../src/i830_render.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_render.lo -MD -MP -MF .deps/i830_render.Tpo -c ../../src/i830_render.c -fPIC -DPIC -o .libs/i830_render.o mv -f .deps/i830_render.Tpo .deps/i830_render.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i915_render.lo -MD -MP -MF .deps/i915_render.Tpo -c -o i915_render.lo ../../src/i915_render.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i915_render.lo -MD -MP -MF .deps/i915_render.Tpo -c ../../src/i915_render.c -fPIC -DPIC -o .libs/i915_render.o mv -f .deps/i915_render.Tpo .deps/i915_render.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i965_render.lo -MD -MP -MF .deps/i965_render.Tpo -c -o i965_render.lo ../../src/i965_render.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i965_render.lo -MD -MP -MF .deps/i965_render.Tpo -c ../../src/i965_render.c -fPIC -DPIC -o .libs/i965_render.o mv -f .deps/i965_render.Tpo .deps/i965_render.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_dri.lo -MD -MP -MF .deps/i810_dri.Tpo -c -o i810_dri.lo ../../src/i810_dri.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_dri.lo -MD -MP -MF .deps/i810_dri.Tpo -c ../../src/i810_dri.c -fPIC -DPIC -o .libs/i810_dri.o mv -f .deps/i810_dri.Tpo .deps/i810_dri.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_dri.lo -MD -MP -MF .deps/i830_dri.Tpo -c -o i830_dri.lo ../../src/i830_dri.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i830_dri.lo -MD -MP -MF .deps/i830_dri.Tpo -c ../../src/i830_dri.c -fPIC -DPIC -o .libs/i830_dri.o mv -f .deps/i830_dri.Tpo .deps/i830_dri.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_hwmc.lo -MD -MP -MF .deps/i810_hwmc.Tpo -c -o i810_hwmc.lo ../../src/i810_hwmc.c gcc -DHAVE_CONFIG_H -I. -I.. -I../../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -MT i810_hwmc.lo -MD -MP -MF .deps/i810_hwmc.Tpo -c ../../src/i810_hwmc.c -fPIC -DPIC -o .libs/i810_hwmc.o mv -f .deps/i810_hwmc.Tpo .deps/i810_hwmc.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -Wall -g -O2 -module -avoid-version -o intel_drv.la -rpath /usr/lib/xorg/modules/drivers i810_accel.lo i810_cursor.lo i810_dga.lo i810_driver.lo i810_io.lo i810_memory.lo i810_video.lo i810_wmark.lo i830_3d.lo i830_accel.lo i830_bios.lo i830_crt.lo i830_cursor.lo i830_debug.lo i830_display.lo i830_quirks.lo i830_driver.lo i830_dvo.lo i830_i2c.lo i830_io.lo i830_lvds.lo i830_memory.lo i830_modes.lo i830_video.lo i830_sdvo.lo i830_tv.lo i915_3d.lo i915_video.lo i965_video.lo i830_exa.lo i830_xaa.lo i830_render.lo i915_render.lo i965_render.lo i810_dri.lo i830_dri.lo i810_hwmc.lo gcc -shared .libs/i810_accel.o .libs/i810_cursor.o .libs/i810_dga.o .libs/i810_driver.o .libs/i810_io.o .libs/i810_memory.o .libs/i810_video.o .libs/i810_wmark.o .libs/i830_3d.o .libs/i830_accel.o .libs/i830_bios.o .libs/i830_crt.o .libs/i830_cursor.o .libs/i830_debug.o .libs/i830_display.o .libs/i830_quirks.o .libs/i830_driver.o .libs/i830_dvo.o .libs/i830_i2c.o .libs/i830_io.o .libs/i830_lvds.o .libs/i830_memory.o .libs/i830_modes.o .libs/i830_video.o .libs/i830_sdvo.o .libs/i830_tv.o .libs/i915_3d.o .libs/i915_video.o .libs/i965_video.o .libs/i830_exa.o .libs/i830_xaa.o .libs/i830_render.o .libs/i915_render.o .libs/i965_render.o .libs/i810_dri.o .libs/i830_dri.o .libs/i810_hwmc.o -Wl,-soname -Wl,intel_drv.so -o .libs/intel_drv.so creating intel_drv.la (cd .libs && rm -f intel_drv.la && ln -s ../intel_drv.la intel_drv.la) awk '/^#define PCI_CHIP/ {print $3 }' ../../src/common.h | sed 's/^0x/8086/' > intel.ids make[4]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src' make[3]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src' Making all in man make[3]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/man' rm -f i810.4 echo .so man4/intel.4 > \ i810.4 /usr/bin/make all-am make[4]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/man' sed -e 's|__vendorversion__|"xf86-video-intel 2.2.0" "X Version 11"|' -e 's|__xorgversion__|"xf86-video-intel 2.2.0" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__appmansuffix__|1|g' -e 's|__drivermansuffix__|4|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < ../../man/intel.man > intel.4 make[4]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/man' make[3]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/man' make[3]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu' make[2]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu' make[1]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu' touch build-stamp fakeroot debian/rules binary dh_testdir dh_testroot dh_clean -k dh_installdirs cd obj-x86_64-linux-gnu && /usr/bin/make DESTDIR=/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp install make[1]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu' Making install in src make[2]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src' Making install in xvmc make[3]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/xvmc' make[4]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/xvmc' test -z "/usr/lib" || /bin/mkdir -p "/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libI810XvMC.la' '/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/libI810XvMC.la' /usr/bin/install -c .libs/libI810XvMC.so.1.0.0 /home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/libI810XvMC.so.1.0.0 (cd /home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib && { ln -s -f libI810XvMC.so.1.0.0 libI810XvMC.so.1 || { rm -f libI810XvMC.so.1 && ln -s libI810XvMC.so.1.0.0 libI810XvMC.so.1; }; }) (cd /home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib && { ln -s -f libI810XvMC.so.1.0.0 libI810XvMC.so || { rm -f libI810XvMC.so && ln -s libI810XvMC.so.1.0.0 libI810XvMC.so; }; }) /usr/bin/install -c .libs/libI810XvMC.lai /home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/libI810XvMC.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/xvmc' make[3]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/xvmc' Making install in bios_reader make[3]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/bios_reader' make[4]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/bios_reader' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/bios_reader' make[3]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/bios_reader' Making install in ch7017 make[3]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/ch7017' make[4]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/ch7017' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/xorg/modules/drivers" || /bin/mkdir -p "/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'ch7017.la' '/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers/ch7017.la' /usr/bin/install -c .libs/ch7017.so /home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers/ch7017.so /usr/bin/install -c .libs/ch7017.lai /home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers/ch7017.la libtool: install: warning: remember to run `libtool --finish /usr/lib/xorg/modules/drivers' make[4]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/ch7017' make[3]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/ch7017' Making install in ch7xxx make[3]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/ch7xxx' make[4]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/ch7xxx' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/xorg/modules/drivers" || /bin/mkdir -p "/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'ch7xxx.la' '/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers/ch7xxx.la' /usr/bin/install -c .libs/ch7xxx.so /home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers/ch7xxx.so /usr/bin/install -c .libs/ch7xxx.lai /home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers/ch7xxx.la libtool: install: warning: remember to run `libtool --finish /usr/lib/xorg/modules/drivers' make[4]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/ch7xxx' make[3]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/ch7xxx' Making install in ivch make[3]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/ivch' make[4]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/ivch' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/xorg/modules/drivers" || /bin/mkdir -p "/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'ivch.la' '/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers/ivch.la' /usr/bin/install -c .libs/ivch.so /home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers/ivch.so /usr/bin/install -c .libs/ivch.lai /home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers/ivch.la libtool: install: warning: remember to run `libtool --finish /usr/lib/xorg/modules/drivers' make[4]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/ivch' make[3]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/ivch' Making install in sil164 make[3]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/sil164' make[4]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/sil164' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/xorg/modules/drivers" || /bin/mkdir -p "/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'sil164.la' '/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers/sil164.la' /usr/bin/install -c .libs/sil164.so /home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers/sil164.so /usr/bin/install -c .libs/sil164.lai /home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers/sil164.la libtool: install: warning: remember to run `libtool --finish /usr/lib/xorg/modules/drivers' make[4]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/sil164' make[3]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/sil164' Making install in tfp410 make[3]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/tfp410' make[4]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/tfp410' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/xorg/modules/drivers" || /bin/mkdir -p "/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'tfp410.la' '/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers/tfp410.la' /usr/bin/install -c .libs/tfp410.so /home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers/tfp410.so /usr/bin/install -c .libs/tfp410.lai /home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers/tfp410.la libtool: install: warning: remember to run `libtool --finish /usr/lib/xorg/modules/drivers' make[4]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/tfp410' make[3]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src/tfp410' make[3]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src' make[4]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/xorg/modules/drivers" || /bin/mkdir -p "/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers" /bin/sh ../libtool --mode=install /usr/bin/install -c 'intel_drv.la' '/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers/intel_drv.la' /usr/bin/install -c .libs/intel_drv.so /home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers/intel_drv.so /usr/bin/install -c .libs/intel_drv.lai /home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers/intel_drv.la libtool: install: warning: remember to run `libtool --finish /usr/lib/xorg/modules/drivers' (cd /home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/lib/xorg/modules/drivers && rm -f i810_drv.so && ln -s intel_drv.so i810_drv.so) test -z "/usr/share/xserver-xorg/pci" || /bin/mkdir -p "/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/share/xserver-xorg/pci" /usr/bin/install -c -m 644 'intel.ids' '/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/share/xserver-xorg/pci/intel.ids' make[4]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src' make[3]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src' make[2]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/src' Making install in man make[2]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/man' rm -f i810.4 echo .so man4/intel.4 > \ i810.4 /usr/bin/make install-am make[3]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/man' make[4]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/man' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man4" || /bin/mkdir -p "/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/share/man/man4" /usr/bin/install -c -m 644 'intel.4' '/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/share/man/man4/intel.4' /usr/bin/install -c -m 644 'i810.4' '/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/debian/tmp/usr/share/man/man4/i810.4' make[4]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/man' make[3]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/man' make[2]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu/man' make[2]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu' make[3]: Entering directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu' make[2]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu' make[1]: Leaving directory `/home/software/xf86-video-intel/xserver-xorg-video-intel-2.2.0/obj-x86_64-linux-gnu' dh_testdir dh_testroot dh_installdocs dh_installchangelogs ChangeLog dh_link dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb dpkg-deb: building package `xserver-xorg-video-i810' in `../xserver-xorg-video-i810_2.2.0-1_all.deb'. echo "xserver:Depends=xserver-xorg-core (>= 2:1.4)" >> debian/xserver-xorg-video-intel.substvars echo "xviddriver:Provides=xserver-xorg-video-2" >> debian/xserver-xorg-video-intel.substvars echo "xinpdriver:Provides=xserver-xorg-input-2" >> debian/xserver-xorg-video-intel.substvars dh_testdir dh_testroot dh_installdocs README dh_installchangelogs ChangeLog dh_install --sourcedir=debian/tmp --list-missing --exclude=.la --exclude=usr/share/man/man4 dh_installman dh_link dh_strip --dbg-package=xserver-xorg-video-intel-dbg dh_compress dh_fixperms dh_makeshlibs dh_shlibdeps dh_installdeb dh_gencontrol dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends} dh_md5sums dh_builddeb dpkg-deb: building package `xserver-xorg-video-intel' in `../xserver-xorg-video-intel_2.2.0-1_amd64.deb'. dpkg-deb: building package `xserver-xorg-video-intel-dbg' in `../xserver-xorg-video-intel-dbg_2.2.0-1_amd64.deb'. dpkg-genchanges -b dpkg-genchanges: binary-only upload - not including any source code dpkg-buildpackage (debuild emulation): binary only upload (no source included)